.hgignore

Fri, 29 May 2015 22:29:44 +0900

author
ysuenaga
date
Fri, 29 May 2015 22:29:44 +0900
changeset 7856
42c0a8631742
parent 3202
436b4a3231bf
child 6876
710a3c8b516e
permissions
-rw-r--r--

8081475: SystemTap does not work when JDK is compiled with GCC 5
Summary: libjvm.so which is generated by GCC 5 does not have .note.stapsdt section as dtrace was disabled due to incorrect version check
Reviewed-by: dholmes, coleenp

     1 ^build/
     2 ^dist/
     3 /nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/
     8 ^.hgtip
     9 .DS_Store

mercurial