Relates :
|
|
Relates :
|
JDK-8184349 handles Hotspot changes to add check that Graal support GC and exit on error if it does not. It also added @requires !vm.graal.enabled into tests which use only CMS. Unfortunately some tests are more complicated - have several @run commands for different GCs or fork new process for each GC. It requires complex changes and I want to separate them from already big changes for JDK-8184349.
|