-
Bug
-
Resolution: Fixed
-
P3
-
11
-
None
-
b09
The dtrace build logic was copied straight out of the old Hotspot build system, and is quite convoluted.
It should be split into the separate parts it actually contains of:
1) A gensrc step which runs with other gensrc ahead of compilation
2) Two independent libraries that can be build at any time
3) Two special dtrace-generated .o files that must be linked with the JVM
It should be split into the separate parts it actually contains of:
1) A gensrc step which runs with other gensrc ahead of compilation
2) Two independent libraries that can be build at any time
3) Two special dtrace-generated .o files that must be linked with the JVM