mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
Reviewed-by: ecaspole, jwilhelm
This commit is contained in:
parent
aeffdfc249
commit
b266f13f2c
4 changed files with 11 additions and 1 deletions
|
@ -109,7 +109,7 @@ void ConcurrentMarkThread::run() {
|
|||
break;
|
||||
}
|
||||
|
||||
GCIdMark gc_id_mark;
|
||||
assert(GCId::current() != GCId::undefined(), "GC id should have been set up by the initial mark GC.");
|
||||
{
|
||||
ResourceMark rm;
|
||||
HandleMark hm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue