RFR (S): 8025656: compiler/8013496/Test8013496.sh fails on assert

Albert Noll albert.noll at oracle.com
Tue Oct 1 05:04:59 PDT 2013


Hi,

could I have a review for this small patch?

bug: https://bugs.openjdk.java.net/browse/JDK-8025656
webrev: http://cr.openjdk.java.net/~anoll/8025656/webrev.00/ 
<http://cr.openjdk.java.net/%7Eanoll/8025656/webrev.00/>

Problem: handle_full_code_cache is called when the calling thread is in 
a wrong state.

Solution: Switch to the right thread state before calling sweeper.

I also re-wrote the corresponding test. In the new version, the 
arguments take a larger InitialCodeCacheSize
and ReservedCodeCacheSize. Too small code cache sizes can fail the 
compiler runtime initialization and hence
the test. Checking proper compiler runtime initialization is checked by 
8023014.

Many thanks in advance,
Albert


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20131001/b791d195/attachment.html 


More information about the hotspot-compiler-dev mailing list