RFR(S) 8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal

Dean Long dean.long at oracle.com
Sat Nov 23 01:55:36 UTC 2019


https://bugs.openjdk.java.net/browse/JDK-8234432
http://cr.openjdk.java.net/~dlong/8234432/webrev/

The change fixes AOT after CMS was removed.  Previously we relied to a 
Graal enum matching a JDK enum, but now we map from one to the other.

dl


More information about the hotspot-compiler-dev mailing list