RFR 8236625 Remove writeable macro from JVM flags declaration
gerard ziemski
gerard.ziemski at oracle.com
Tue Jan 7 15:35:30 UTC 2020
Very nice cleanup!
Would it make sense to also inline the "JVMFlag::is_" APIs if we decide
to inline "JVMFlag::get_" and "JVM::set_" to keep them together in the
same file for easier readability?
cheers
On 1/2/20 6:23 PM, Ioi Lam wrote:
> https://bugs.openjdk.java.net/browse/JDK-8236625
> http://cr.openjdk.java.net/~iklam/jdk15/8236625-remove-writeable-flag-macro.v01/
>
>
> The "writeable" macro was used by commercial JVM flags, which have been
> removed from the JDK (see JDK-8205505). No flags in the JDK today use
> this
> macro. It should be removed.
>
> I also inlined some accessor functions in the JVMFlag class for slightly
> more compact code.
>
> Thanks
> - Ioi
>
>
More information about the hotspot-runtime-dev
mailing list