JDK-8178813 : Add test for G1 pre-barrier on dereference of weak JNI handles
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-04-14
  • Updated: 2018-06-21
  • Resolved: 2017-05-12
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 10
10 b21Fixed
Related Reports
Relates :  
Relates :  
Description
We need a test of the change from JDK-8166188 (ultimately pushed as JDK-8176100) that verifies a jweak dereference during G1 concurrent marking works properly.

Writing a reliable test for this was waiting for new test infrastructure provided by JDK-8169517.  Now that we have that, we can add the new test of the handling of jweak with G1.