RFR (XS) 8153265: compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign

Aleksey Shipilev aleksey.shipilev at oracle.com
Fri Apr 1 11:35:28 UTC 2016


Hi,

compiler/whitebox/ForceNMethodSweepTest would fail if you juggle Indify
String Concat strategies, because some of them are loading new methods
and use them during String concat linkage and execution. Notably, this
will happen inside of the asserts. We need to prime the asserts before
using them in-between counter polls.

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

Webrev:
  http://cr.openjdk.java.net/~shade/8153265/webrev.00/

Testing: offending test in oob/-Xcomp modes

Thanks,
-Aleksey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160401/82fd04d3/signature.asc>


More information about the hotspot-compiler-dev mailing list