Skip to content

Commit

Permalink
Cleanup Graal (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Mar 27, 2021
1 parent 3c035c5 commit 504569b
Showing 1 changed file with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,6 @@
"name": "io.ktor.utils.io.pool.DefaultPool",
"fields" : [ { "name" : "top", "allowUnsafeAccess" : true } ]
},
{
"name": "io.ktor.utils.io.ByteBufferChannel",
"fields" : [
{ "name" : "state", "allowUnsafeAccess" : true },
{ "name" : "writeOp", "allowUnsafeAccess" : true },
{ "name" : "readOp", "allowUnsafeAccess" : true },
{ "name" : "closed", "allowUnsafeAccess" : true }
]
},
{
"name": "io.ktor.utils.io.internal.RingBufferCapacity",
"fields" : [
{ "name" : "availableForRead", "allowUnsafeAccess" : true },
{ "name" : "availableForWrite", "allowUnsafeAccess" : true },
{ "name" : "pendingToFlush", "allowUnsafeAccess" : true }
]
},
{
"name": "io.ktor.client.features.websocket.DefaultClientWebSocketSession",
"allPublicMethods": true,
Expand All @@ -55,37 +38,6 @@
"name": "io.rsocket.kotlin.RSocket",
"allPublicMethods": true
},
{
"name": "io.netty.buffer.AbstractByteBufAllocator",
"allPublicMethods": true,
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerIndexField",
"fields" : [ { "name" : "producerIndex", "allowUnsafeAccess" : true } ],
"allPublicMethods": true,
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueProducerLimitField",
"fields" : [ { "name" : "producerLimit", "allowUnsafeAccess" : true } ],
"allPublicMethods": true,
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name": "io.netty.util.internal.shaded.org.jctools.queues.MpscArrayQueueConsumerIndexField",
"fields" : [ { "name" : "consumerIndex", "allowUnsafeAccess" : true } ],
"allPublicMethods": true,
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name": "io.ktor.network.selector.InterestSuspensionsMap",
"allDeclaredConstructors": true,
Expand Down

0 comments on commit 504569b

Please sign in to comment.