Skip to content

Commit 7ee9407

Browse files
authored
Add reflect config for CSS and graalvm (#9449)
1 parent 3302583 commit 7ee9407

File tree

1 file changed

+18
-0
lines changed
  • dd-java-agent/agent-bootstrap/src/main/resources/META-INF/native-image/com.datadoghq/dd-java-agent

1 file changed

+18
-0
lines changed

dd-java-agent/agent-bootstrap/src/main/resources/META-INF/native-image/com.datadoghq/dd-java-agent/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,23 @@
169169
"fields": [
170170
{"name": "consumerIndex", "allowUnsafeAccess": true}
171171
]
172+
},
173+
{
174+
"name" : "datadog.jctools.queues.SpmcArrayQueueProducerIndexField",
175+
"fields": [
176+
{"name": "producerIndex", "allowUnsafeAccess": true}
177+
]
178+
},
179+
{
180+
"name" : "datadog.jctools.queues.SpmcArrayQueueConsumerIndexField",
181+
"fields": [
182+
{"name": "consumerIndex", "allowUnsafeAccess": true}
183+
]
184+
},
185+
{
186+
"name" : "datadog.jctools.maps.NonBlockingHashMap",
187+
"fields": [
188+
{"name": "_kvs", "allowUnsafeAccess": true}
189+
]
172190
}
173191
]

0 commit comments

Comments
 (0)