-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b66
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082783 | emb-9 | Tobias Hartmann | P1 | Resolved | Fixed | team |
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
/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
- backported by
-
JDK-8082783 Compilation of TestVectorizationWithInvariant fails with "error: package com.oracle.java.testlibrary does not exist"
-
- Resolved
-
- relates to
-
JDK-8067013 Rename the com.oracle.java.testlibary package
-
- Closed
-