RFR: 8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build [v3]
SendaoYan
syan at openjdk.org
Fri Aug 9 14:50:03 UTC 2024
On Fri, 9 Aug 2024 14:22:42 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Thanks for your advice. Does `vm.compiler2.enabled & vm.flagless` include the situation `vm.compMode != "Xint"`, I mean `vm.compMode != "Xint"` not needed when set requires `vm.compiler2.enabled & vm.flagless`
>
> Yes, I guess it's not needed.
The code has been changed according your advice. Thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20524#discussion_r1711602565
More information about the hotspot-compiler-dev
mailing list