JDK-8231995 : two jtreg tests failed after 8229366 is fixed
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: openjdk8u-jfr-incubator
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-10-08
  • Updated: 2020-04-27
  • Resolved: 2019-11-05
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.
Other
openjdk8u-jfr-incubator openjdk8u-jfr-incubator
Fixed
Related Reports
Relates :  
Description
- jdk/test/java/lang/SecurityManager/CheckPackageAccess.java - easy to fix, just seem to add respective package names to the test code
- jdk/test/java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java - this one is worse, it's failing because JFR event classes reference Proxy class, but that class itself only loaded when JFR recording has been started, while event classes can be constructed even without the recording
Comments
Replacing jdk8u-fix-request with link to JDK-8239140
17-02-2020

RFC: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011063.html
30-01-2020

jdk: https://hg.openjdk.java.net/jdk8u/jdk8u-jfr-incubator/jdk/rev/111a98088752 hotspot: https://hg.openjdk.java.net/jdk8u/jdk8u-jfr-incubator/hotspot/rev/986b79fabfa0
05-11-2019