[9] RFR(XXS): 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()

Albert albert.noll at oracle.com
Fri Jun 6 08:17:37 UTC 2014


Hi,

could I get reviews for this small patch?

Bug:
https://bugs.openjdk.java.net/browse/JDK-8043158

Problem:
In CompileQueue::free_all() we call notify() on a compile task although 
we do not own the
lock of the compile task object.

Solution:
Acquire lock before calling notify()

Testing:
Failing test case

Webrev:
http://cr.openjdk.java.net/~anoll/8043158/webrev.00/

Many thanks in advance,
Albert


More information about the hotspot-compiler-dev mailing list