-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b24
open/test/jdk/java/nio/channels/FileChannel/LargeMapTest.java:64: error: cannot find symbol
MemorySegment mbb = MemorySegment.ofByteBuffer(bb);
^
symbol: method ofByteBuffer(ByteBuffer)
location: interface MemorySegment
Note: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+24-1761/src.full/open/test/jdk/java/nio/channels/FileChannel/LargeMapTest.java uses preview features of Java SE 19.
Note: Recompile with -Xlint:preview for details.
1 error
result: Failed. Compilation failed: Compilation failed
MemorySegment mbb = MemorySegment.ofByteBuffer(bb);
^
symbol: method ofByteBuffer(ByteBuffer)
location: interface MemorySegment
Note: /opt/mach5/mesos/work_dir/jib-master/install/jdk-19+24-1761/src.full/open/test/jdk/java/nio/channels/FileChannel/LargeMapTest.java uses preview features of Java SE 19.
Note: Recompile with -Xlint:preview for details.
1 error
result: Failed. Compilation failed: Compilation failed
- relates to
-
JDK-8286637 (fc) Memory mapped regions bigger than 2GB do not work correctly on Windows
-
- Resolved
-