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