RFR(XS): 8211364: Remove expired flags (original) (raw)
Mikael Vidstedt mikael.vidstedt at oracle.com
Tue Oct 2 01:16:00 UTC 2018
- Previous message: RFR 8209138: Symbol constructor uses u1 as the element type of its name argument
- Next message: RFR(XS): 8211364: Remove expired flags
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review this change which removes expired flags.
bug: https://bugs.openjdk.java.net/browse/JDK-8211364 webrev: http://cr.openjdk.java.net/~mikael/webrevs/8211364/webrev.00/open/webrev/
- Background (from the issue)
A number of flags which expire(d) in jdk12 should be removed from the special_jvm_flags table.
- Testing
tier1-3. Lots of manual grep:ing to make sure none of the flags is actually used.
Note: There’s one reference to InlineNotify (and SyncKnobs) in src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/GraalHotSpotVMConfigVersioned.java. I’m following up on that separately.
Cheers, Mikael
- Previous message: RFR 8209138: Symbol constructor uses u1 as the element type of its name argument
- Next message: RFR(XS): 8211364: Remove expired flags
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]