RFR: 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
Kim Barrett
kim.barrett at oracle.com
Fri Nov 7 22:47:23 UTC 2014
On Nov 7, 2014, at 12:33 PM, Kim Barrett <kim.barrett at oracle.com> wrote:
>
>> Anyway, I think it would be good to explicitly add the GC to the @run command. Otherwise these tests will be run in many places, nightly testing for the other groups, PIT testing, manual testing, ad hoc aurora runs, et.c. without actually testing anything.
>>
>> Since the test is so simple I think splitting it up into two files is the simplest workaround for the @requires limitation for now.
>
> Thinking about this more overnight, I was approaching the same conclusion; so that’s what I’ll do.
New webrev with test split for G1 and CMS:
http://cr.openjdk.java.net/~kbarrett/8062036/webrev03
Note that the CMS test intermittently fails even with these changes, due
to https://bugs.openjdk.java.net/browse/JDK-8060467.
I'll either need to wait for John Coombs to push his fix for that one
(it's already been reviewed), or add a temporary @ignore line to my
CMS test.
More information about the hotspot-gc-dev
mailing list