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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: