JDK-8051723 : Test java/lang/ref/EnqueuePollRace.java fails due to conflicting GC options
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8,8u20,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2014-07-23
  • Updated: 2014-11-07
  • Resolved: 2014-11-07
Related Reports
Duplicate :  
Relates :  
Description
Test java/lang/ref/EnqueuePollRace.java fails due to conflicting GC options if some GC other than Serial was specified for a test tun.

Test should be updated to remove external GC options or should be skipped if some conflicting option was specified.
Comments
I've just check if it is possible to reproduce original issue w/ other GCs and I was able to do that using G1GC and ParallelGC w/ 8b99 on linux-x64, so I think that -XX:+UseSerialGC could be eliminated from test opts.
06-11-2014

SQE is ok to defer the bug from 8u20.
29-07-2014

Since it's not a stopper - please add 8u20-defer-request and then we'll get SQE-OK and I'll mark it as defer-approved.
24-07-2014

[~prhenry], you're right - it is not a stopper.
23-07-2014

I'm assuming that this is not a stopper for 8u20?
23-07-2014

No, I do not think so. I think the intent was to limit running this test on a single collector (serial gc chose at random) as the bug is independent of gc. But I am not sure any more.
23-07-2014

[~tschatzl], is Serial GC actually required by this test?
23-07-2014