|
Relates :
|
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