JDK-8244052 : remove copying of s.h.WB$WhiteBoxPermission in test/jdk
  • Type: Enhancement
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-29
  • Updated: 2020-05-04
  • Resolved: 2020-04-29
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 15
15 b21Fixed
Related Reports
Relates :  
Description
JDK-8199290 made it unnecessary to explicitly pass sun.hotspot.WhiteBox$WhiteBoxPermission as an argument to ClassFileInstaller b/c the former now copies it every time it copies sun.hotspot.WhiteBox.

the following tests should be updated:
jdk/jfr/jvm/TestJFRIntrinsic.java
jdk/jfr/event/runtime/TestSafepointEvents.java
jdk/jfr/event/compiler/TestCodeSweeper.java
jdk/jfr/event/compiler/TestCodeCacheConfig.java
jdk/jfr/event/compiler/TestCodeSweeperStats.java
jdk/jfr/event/compiler/TestCompilerPhase.java
jdk/jfr/event/compiler/TestCompilerInlining.java
jdk/jfr/event/compiler/TestCompilerCompile.java
jdk/jfr/event/compiler/TestCodeCacheFull.java
jdk/jfr/event/compiler/TestDeoptimization.java
java/util/Arrays/TimSortStackSize2.java
java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java
java/lang/management/MemoryMXBean/LowMemoryTest.java
java/lang/management/MemoryMXBean/CollectionUsageThreshold.java
lib/testlibrary/CPUInfoTest.java
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c1d09ae5c6b6 User: iignatyev Date: 2020-04-29 14:09:22 +0000
29-04-2020

http://cr.openjdk.java.net/~iignatyev//8244052/webrev.00 https://mail.openjdk.java.net/pipermail/hotspot-jfr-dev/2020-April/001406.html
29-04-2020