Import required classes from java 17
This commit is contained in:
parent
d687b0902b
commit
5eec39791e
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
(:import
|
(:import
|
||||||
(java.lang.invoke VarHandle)
|
(java.lang.invoke VarHandle)
|
||||||
(jdk.incubator.foreign
|
(jdk.incubator.foreign
|
||||||
|
CLinker
|
||||||
|
FunctionDescriptor
|
||||||
MemoryAccess
|
MemoryAccess
|
||||||
MemoryAddress
|
MemoryAddress
|
||||||
MemoryHandles
|
MemoryHandles
|
||||||
|
|
@ -10,7 +12,7 @@
|
||||||
MemoryLayout$PathElement
|
MemoryLayout$PathElement
|
||||||
MemoryLayouts
|
MemoryLayouts
|
||||||
MemorySegment
|
MemorySegment
|
||||||
FunctionDescriptor)))
|
ResourceScope)))
|
||||||
|
|
||||||
(defmulti serialize*
|
(defmulti serialize*
|
||||||
"Writes a serialized version of the `obj` to the given `segment`.
|
"Writes a serialized version of the `obj` to the given `segment`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue