-
Bug
-
Resolution: Fixed
-
P3
-
openjdk8u-jfr-incubator
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8240411 | openjdk8u262 | Martin Balao Alonso | P3 | Resolved | Fixed | team |
- 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
- 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
- backported by
-
JDK-8240411 two jtreg tests failed after 8229366 is fixed
-
- Resolved
-
-
JDK-8243874 two jtreg tests failed after 8229366 is fixed
-
- Resolved
-
- relates to
-
JDK-8239140 Backport JFR to OpenJDK 8
-
- Resolved
-