RFR: 8297933: [REDO] Compiler should only use verified interface types for optimization [v2]

Vladimir Kozlov kvn at openjdk.org
Thu Dec 15 09:01:06 UTC 2022


On Thu, 15 Dec 2022 08:32:12 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> Yes, it is correct way when you need to specify GC.
>
> Which is the correct way? `@requires vm.gc == null | vm.gc.Parallel` or `@requires vm.gc.Parallel`?

`@requires vm.gc.Parallel` 

 [JDK-8160088](https://bugs.openjdk.org/browse/JDK-8160088)  changed it from original `@requires vm.gc == "null" | vm.gc == "Parallel"`

-------------

PR: https://git.openjdk.org/jdk/pull/11666


More information about the hotspot-compiler-dev mailing list