-
Bug
-
Resolution: Fixed
-
P3
-
22
-
b23
TestLoadSegmentVarious is failing with compilation errors of the form:
test/micro/org/openjdk/bench/jdk/incubator/vector/TestLoadSegmentVarious.java:72: error: cannot find symbol
byteDstArray = byteSrcArray.clone();
symbol: variable byteDstArray
location: class TestLoadSegmentVarious
test/micro/org/openjdk/bench/jdk/incubator/vector/TestLoadSegmentVarious.java:72: error: cannot find symbol
byteDstArray = byteSrcArray.clone();
symbol: variable byteDstArray
location: class TestLoadSegmentVarious
- relates to
-
JDK-8318678 Vector access on heap MemorySegments only works for byte[]
- Closed