Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8067873

gc/TestSmallHeap.java does not compile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • hotspot
    • gc
    • b45
    • Verified

        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

              brutisso Bengt Rutisson (Inactive)
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: