Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b66

        While trying to sync hs-comp with hs main I hit the following problem because JDK-8067013 did not yet propagate to hs-comp:

        /opt/jprt/T/P1/142432.tohartma/s/hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java:25: error: package com.oracle.java.testlibrary does not exist
        import com.oracle.java.testlibrary.*;
        ^
        /opt/jprt/T/P1/142432.tohartma/s/hotspot/test/compiler/loopopts/superword/TestVectorizationWithInvariant.java:42: error: cannot find symbol
                unsafe = Utils.getUnsafe();
                         ^
          symbol: variable Utils
          location: class TestVectorizationWithInvariant
        2 errors

              Assignee:
              Tobias Hartmann
              Reporter:
              Tobias Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: