-
Bug
-
Resolution: Fixed
-
P3
-
9
This bug is motivated by work to modularize the JDK and specifically prototype work to re-organize the JDK sources so that the code is organized by module.
The JPLIS agent (libinstrument.so) compiles in code from libjava, specifically the file functions in canonicalize_md.c. This dependence has been there for a long time and will need to be resolved to avoid warts in the build where code from the base module needs to be compiled a second time into the module that exports the instruments API.