mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8229961: Assert failure in compiler/graalunit/HotspotTest.java
Reviewed-by: kvn
This commit is contained in:
parent
d3f7666418
commit
bca86d6492
26 changed files with 150 additions and 60 deletions
|
@ -1356,7 +1356,7 @@ bool nmethod::make_not_entrant_or_zombie(int state) {
|
|||
}
|
||||
|
||||
// Must happen before state change. Otherwise we have a race condition in
|
||||
// nmethod::can_not_entrant_be_converted(). I.e., a method can immediately
|
||||
// nmethod::can_convert_to_zombie(). I.e., a method can immediately
|
||||
// transition its state from 'not_entrant' to 'zombie' without having to wait
|
||||
// for stack scanning.
|
||||
if (state == not_entrant) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue