8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953

Reviewed-by: ecaspole, jwilhelm
This commit is contained in:
Bengt Rutisson 2015-10-09 20:31:56 +02:00
parent aeffdfc249
commit b266f13f2c
4 changed files with 11 additions and 1 deletions

View file

@ -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;