-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b45
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083162 | emb-9 | Bengt Rutisson | P1 | Resolved | Fixed | team |
The test gc/TestSmallHeap.java did not compile properly in the nightly testing:
/scratch/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/gc_baseline/source/hotspot/test/gc/TestSmallHeap.java:49: error: package com.oracle.java.testlibrary does not exist
import static com.oracle.java.testlibrary.Asserts.*;
^
/scratch/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/gc_baseline/source/hotspot/test/gc/TestSmallHeap.java:56: error: cannot find symbol
assertEQ(maxHeap, expectedMaxHeap);
^
symbol: method assertEQ(String,String)
location: class TestSmallHeap
2 errors
result: Failed. Compilation failed: Compilation failed
/scratch/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/gc_baseline/source/hotspot/test/gc/TestSmallHeap.java:49: error: package com.oracle.java.testlibrary does not exist
import static com.oracle.java.testlibrary.Asserts.*;
^
/scratch/local/aurora/sandbox/sca/vmsqe/jdk/nightly/fastdebug/gc_baseline/source/hotspot/test/gc/TestSmallHeap.java:56: error: cannot find symbol
assertEQ(maxHeap, expectedMaxHeap);
^
symbol: method assertEQ(String,String)
location: class TestSmallHeap
2 errors
result: Failed. Compilation failed: Compilation failed
- backported by
-
JDK-8083162 gc/TestSmallHeap.java does not compile
-
- Resolved
-