JDK-8153265 : [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-04-01
  • Updated: 2016-05-26
  • Resolved: 2016-04-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b120Fixed
Related Reports
Blocks :  
Description
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.
Comments
RFR: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2016-April/022232.html
01-04-2016