-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 27
-
Component/s: core-libs
-
master
src/java.base/java/lang/foreign/MemorySegment.java:1358 method: java.lang.String java.lang.foreign.MemorySegment.getString(long,java.nio.charset.Charset,long): `@since` version: 22; should be: 27
src/java.base/java/lang/foreign/MemorySegment.java:2673 method: long java.lang.foreign.MemorySegment.copy(java.lang.String,java.nio.charset.Charset,int,java.lang.foreign.MemorySegment,long,int): `@since` version: 22; should be: 27
src/java.base/java/lang/foreign/SegmentAllocator.java:187 method: java.lang.foreign.MemorySegment java.lang.foreign.SegmentAllocator.allocateFrom(java.lang.String,java.nio.charset.Charset,int,int): `@since` version: 22; should be: 27
java.lang.Exception: The `@since` checker found 3 problems
src/java.base/java/lang/foreign/MemorySegment.java:2673 method: long java.lang.foreign.MemorySegment.copy(java.lang.String,java.nio.charset.Charset,int,java.lang.foreign.MemorySegment,long,int): `@since` version: 22; should be: 27
src/java.base/java/lang/foreign/SegmentAllocator.java:187 method: java.lang.foreign.MemorySegment java.lang.foreign.SegmentAllocator.allocateFrom(java.lang.String,java.nio.charset.Charset,int,int): `@since` version: 22; should be: 27
java.lang.Exception: The `@since` checker found 3 problems
- caused by
-
JDK-8369564 Provide a MemorySegment API to read strings with known lengths
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/d6f43d73
-
Review(master)
openjdk/jdk/29179