RFR: 8324174: assert(m->is_entered(current)) failed: invariant [v2]
Vladimir Kozlov
kvn at openjdk.org
Tue Jan 30 21:22:32 UTC 2024
On Tue, 30 Jan 2024 20:10:18 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix spacing
>
> test/hotspot/jtreg/compiler/escapeAnalysis/TestNestedRelockAtDeopt.java line 30:
>
>> 28: * @requires vm.compMode != "Xint"
>> 29: * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation -Xmx128M
>> 30: * -XX:CompileCommand=exclude,TestNestedRelockAtDeopt::main TestNestedRelockAtDeopt
>
> Might it make sense to also have a run without flags, so that outside flags have more of an effect, and can trigger other shapes?
Not with these changes. I want to keep this test to only verify that the issue is fixed.
I will run additional testing with default flags but for this push I want to keep the tests as it is.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17600#discussion_r1471976601
More information about the hotspot-dev
mailing list