-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
None
The benchmarks now fail on various classes related to permissions. For example:
/tmp/JavacBenchmarkRoot909574811064154644/jdk.accessibility/com/sun/java/accessibility/util/AWTEventMonitor.java:32: error: cannot find symbol
import sun.awt.AWTPermissions;
^
symbol: class AWTPermissions
location: package sun.awt
These tests have been using a zip of JDK 11 sources as seen in the pom:
https://github.com/openjdk/jmh-jdk-microbenchmarks/blob/master/micros-javac/pom.xml#L34
/tmp/JavacBenchmarkRoot909574811064154644/jdk.accessibility/com/sun/java/accessibility/util/AWTEventMonitor.java:32: error: cannot find symbol
import sun.awt.AWTPermissions;
^
symbol: class AWTPermissions
location: package sun.awt
These tests have been using a zip of JDK 11 sources as seen in the pom:
https://github.com/openjdk/jmh-jdk-microbenchmarks/blob/master/micros-javac/pom.xml#L34
- relates to
-
JDK-8338625 JEP 486: Permanently Disable the Security Manager
-
- Closed
-
- links to
-
Commit(master) openjdk/jmh-jdk-microbenchmarks/ed1e17a8
-
Review(master) openjdk/jmh-jdk-microbenchmarks/16