ByteBuffer considered not existing in JDK 22

Michael Hall mik3hall at gmail.com
Sun May 12 21:03:34 UTC 2024


Sorry, my mistake. Downloaded the X86 instead of the arm.
Give me two choices…

From the app then…

versions
System.in:3:java.version=22.0.1
System.in:5:java.version.date=2024-04-16
System.in:15:java.class.version=66.0
System.in:16:java.vm.specification.version=22
System.in:19:java.vm.version=22.0.1+8-16
System.in:22:java.runtime.version=22.0.1+8-16
System.in:25:java.specification.version=22

showc java.nio.ByteBuffer
showc: invoked with: java.nio.ByteBuffer
public abstract class java.nio.ByteBuffer extends java.nio.Buffer implements java.lang.Comparable {
 // Constructors
   java.nio.ByteBuffer(byte[], long, int, java.lang.foreign.MemorySegment);
   java.nio.ByteBuffer(int, int, int, int, java.lang.foreign.MemorySegment);
   java.nio.ByteBuffer(int, int, int, int, byte[], int, java.lang.foreign.MemorySegment);
…

So still can’t recreate but nothing to do with the architecture. 


More information about the panama-dev mailing list