-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b137
-
Verified
compiler/profiling/spectrapredefineclass/Launcher.java
and
compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
fail to compile:
/scratch/home/aurora/CommonData/j2se_jdk/hotspot/test/compiler/profiling/spectrapredefineclass/Agent.java:72: error: cannot find symbol
public static final String AGENT_JAR = Paths.get(Utils.TEST_CLASSES, "agent.jar").toString();
^
symbol: variable TEST_CLASSES
location: class Utils
1 error
result: Failed. Compilation failed: Compilation failed
and
compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
fail to compile:
/scratch/home/aurora/CommonData/j2se_jdk/hotspot/test/compiler/profiling/spectrapredefineclass/Agent.java:72: error: cannot find symbol
public static final String AGENT_JAR = Paths.get(Utils.TEST_CLASSES, "agent.jar").toString();
^
symbol: variable TEST_CLASSES
location: class Utils
1 error
result: Failed. Compilation failed: Compilation failed