-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 11
-
Component/s: hotspot
-
generic
-
linux
The test log snippet:
STDERR:
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:90: error: cannot find symbol
SurvivorAlignmentTestMain test
^
symbol: class SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:91: error: cannot find symbol
= SurvivorAlignmentTestMain.fromArgs(args);
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:96: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.WHITE_BOX.fullGC();
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:99: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.HeapSpace.TENURED)
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:98: error: cannot find symbol
expectedMemoryUsage += SurvivorAlignmentTestMain.getAlignmentHelper(
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:103: error: cannot find symbol
for (int i = 0; i <= SurvivorAlignmentTestMain.MAX_TENURING_THRESHOLD; i++) {
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:104: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.WHITE_BOX.youngGC();
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:113: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.HeapSpace.SURVIVOR)
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:112: error: cannot find symbol
expectedMemoryUsage -= SurvivorAlignmentTestMain.getAlignmentHelper(
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
9 errors
TEST RESULT: Failed. Compilation failed: Compilation failed
STDERR:
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:90: error: cannot find symbol
SurvivorAlignmentTestMain test
^
symbol: class SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:91: error: cannot find symbol
= SurvivorAlignmentTestMain.fromArgs(args);
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:96: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.WHITE_BOX.fullGC();
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:99: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.HeapSpace.TENURED)
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:98: error: cannot find symbol
expectedMemoryUsage += SurvivorAlignmentTestMain.getAlignmentHelper(
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:103: error: cannot find symbol
for (int i = 0; i <= SurvivorAlignmentTestMain.MAX_TENURING_THRESHOLD; i++) {
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:104: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.WHITE_BOX.youngGC();
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:113: error: package SurvivorAlignmentTestMain does not exist
SurvivorAlignmentTestMain.HeapSpace.SURVIVOR)
^
/home/yansendao/git/jdk11u-dev-ysd/test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java:112: error: cannot find symbol
expectedMemoryUsage -= SurvivorAlignmentTestMain.getAlignmentHelper(
^
symbol: variable SurvivorAlignmentTestMain
location: class TestPromotionFromSurvivorToTenuredAfterMinorGC
9 errors
TEST RESULT: Failed. Compilation failed: Compilation failed
- links to
-
Review(master)
openjdk/jdk11u-dev/3079