Method::load_signature_classes() can normally load the classes MemorySessionImpl and MemorySegment$Scope when generating the classlist but the JIT may sometimes not load these classes due to system load. A non-deterministic classlist will result in different CDS default archives which should be avoided.
To prevent this non-determinism, we should generate the classlist with -Xint.
To prevent this non-determinism, we should generate the classlist with -Xint.
- links to
-
Review(master)
openjdk/jdk/29925