Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid double module trace registration after CRIU move to java.base
This patch fixes eclipse-openj9#18800. When the CRIUSupport APIs were moved into java.base, the line that previously registered the j9criu module for tracing was not removed. Therefore, the j9vm module is being double registered, causing downstream effects in the tracing mechanism. This patch removes the registration during the CRIU API setup phase. Issues: eclipse-openj9#18800 Signed-off-by: Nathan Henderson <nathan.henderson@ibm.com>
- Loading branch information