diff --git a/examples/strict/pom.xml b/examples/strict/pom.xml
index f45173c7a..bb2679595 100644
--- a/examples/strict/pom.xml
+++ b/examples/strict/pom.xml
@@ -182,6 +182,8 @@
true
true
+ true
+ true
${graalvmHome}
@@ -193,4 +195,4 @@
-
\ No newline at end of file
+
diff --git a/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java
index 7f5372c39..5e424dfa6 100644
--- a/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java
+++ b/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java
@@ -48,6 +48,12 @@ public class NativeImageMojo extends AbstractMojo {
@Parameter
private boolean enableHttpUrlHandler;
+ @Parameter
+ private boolean enableRetainedHeapReporting;
+
+ @Parameter
+ private boolean enableCodeSizeReporting;
+
@Parameter(defaultValue = "${env.GRAALVM_HOME}")
private String graalvmHome;
@@ -99,6 +105,13 @@ public class NativeImageMojo extends AbstractMojo {
if(enableHttpUrlHandler) {
command.add("-H:EnableURLProtocols=http");
}
+ if (enableRetainedHeapReporting) {
+ command.add("-H:+PrintRetainedHeapHistogram");
+ }
+ if (enableCodeSizeReporting) {
+ command.add("-H:+PrintCodeSizeReport");
+ }
+
//command.add("-H:+AllowVMInspection");
System.out.println(command);
Process process = Runtime.getRuntime().exec(command.toArray(new String[0]), null, outputDirectory);
diff --git a/reports/code_cache_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt b/reports/code_cache_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt
new file mode 100644
index 000000000..7b1011543
--- /dev/null
+++ b/reports/code_cache_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt
@@ -0,0 +1,11736 @@
+Code Sizes by Package
+=====================
+
+ 898.78 KB java.util
+ 470.23 KB com.sun.org.apache.xerces.internal.impl.xs.traversers
+ 443.22 KB com.sun.org.apache.xerces.internal.impl
+ 420.91 KB
+ 381.77 KB java.util.concurrent
+ 362.75 KB java.net
+ 352.72 KB com.sun.org.apache.xerces.internal.impl.xs
+ 344.06 KB com.fasterxml.jackson.databind.deser.std
+ 339.94 KB java.text
+ 330.64 KB org.jboss.resteasy.core
+ 286.02 KB java.lang
+ 283.94 KB com.fasterxml.jackson.databind.deser
+ 250.80 KB com.fasterxml.jackson.core.json
+ 250.52 KB com.fasterxml.jackson.databind.introspect
+ 219.45 KB com.sun.org.apache.xerces.internal.impl.dtd
+ 213.97 KB java.math
+ 209.42 KB com.sun.org.apache.xerces.internal.dom
+ 206.05 KB org.postgresql.jdbc
+ 202.47 KB io.undertow.util
+ 197.89 KB com.sun.org.apache.xml.internal.serializer
+ 193.84 KB java.util.regex
+ 187.56 KB java.io
+ 182.16 KB sun.net.www.protocol.http
+ 180.39 KB com.sun.org.apache.xerces.internal.impl.dv.xs
+ 177.34 KB org.apache.http.impl.client
+ 176.78 KB io.undertow.server.protocol.http
+ 175.28 KB org.jboss.resteasy.spi
+ 174.30 KB com.sun.xml.bind.v2.model.impl
+ 174.00 KB com.sun.xml.internal.bind.v2.model.impl
+ 173.95 KB com.sun.xml.bind.v2.runtime
+ 172.92 KB com.sun.xml.internal.bind.v2.runtime
+ 169.92 KB org.hibernate.validator.internal.util.logging
+ 165.11 KB sun.text.normalizer
+ 164.47 KB com.sun.org.apache.xerces.internal.parsers
+ 157.86 KB com.sun.org.apache.xerces.internal.util
+ 157.25 KB org.apache.http.impl.conn
+ 153.33 KB sun.nio.ch
+ 149.91 KB org.apache.http.impl.cookie
+ 149.38 KB io.undertow
+ 141.94 KB org.postgresql.core.v3
+ 136.23 KB com.sun.org.apache.xerces.internal.impl.xpath.regex
+ 135.81 KB com.fasterxml.jackson.databind.deser.impl
+ 135.20 KB com.fasterxml.jackson.databind.util
+ 132.59 KB org.glassfish.json
+ 130.23 KB io.undertow.protocols.http2
+ 129.03 KB org.postgresql.core
+ 127.98 KB org.jboss.resteasy.util
+ 126.84 KB org.yaml.snakeyaml.scanner
+ 126.34 KB com.fasterxml.jackson.databind.ser.std
+ 125.06 KB java.util.stream
+ 124.97 KB com.arjuna.ats.arjuna.coordinator
+ 119.58 KB org.hibernate.validator.internal.metadata.aggregated
+ 108.94 KB org.apache.http.impl.auth
+ 108.30 KB com.fasterxml.jackson.databind
+ 100.97 KB com.fasterxml.jackson.databind.type
+ 99.03 KB io.undertow.servlet.spec
+ 94.59 KB org.hsqldb.types
+ 93.52 KB com.sun.org.apache.xerces.internal.xinclude
+ 93.00 KB sun.misc
+ 89.59 KB com.sun.xml.bind.v2.runtime.unmarshaller
+ 89.56 KB com.fasterxml.jackson.databind.ser
+ 88.91 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller
+ 88.66 KB io.undertow.servlet.handlers
+ 88.22 KB org.hibernate.validator.internal.engine
+ 88.17 KB org.apache.http.impl.execchain
+ 88.09 KB sun.nio.cs
+ 87.69 KB io.undertow.server.protocol.framed
+ 86.39 KB org.jboss.resteasy.specimpl
+ 85.80 KB org.hibernate.validator.internal.util
+ 85.23 KB com.sun.org.apache.xalan.internal.xsltc.trax
+ 83.94 KB sun.nio.fs
+ 82.16 KB org.yaml.snakeyaml.emitter
+ 81.78 KB org.hsqldb
+ 80.59 KB io.undertow.server.protocol.ajp
+ 80.47 KB org.jboss.resteasy.plugins.providers.jaxb
+ 80.03 KB org.jboss.resteasy.plugins.delegates
+ 79.58 KB java.security
+ 79.55 KB org.xnio.nio
+ 79.47 KB com.oracle.svm.core.genscavenge
+ 79.05 KB io.undertow.conduits
+ 77.94 KB sun.util.locale.provider
+ 74.23 KB java.util.concurrent.locks
+ 73.86 KB org.jboss.protean.arc
+ 71.63 KB org.apache.http.message
+ 70.28 KB sun.net.www.http
+ 67.36 KB javax.activation
+ 67.34 KB io.smallrye.metrics.exporters
+ 66.50 KB org.jboss.resteasy.core.registry
+ 65.89 KB com.sun.org.apache.xerces.internal.impl.xs.opti
+ 64.59 KB io.agroal.pool
+ 64.09 KB org.yaml.snakeyaml.parser
+ 63.77 KB org.jboss.resteasy.client.jaxrs.internal
+ 61.19 KB com.fasterxml.jackson.dataformat.yaml
+ 60.08 KB org.apache.commons.logging.impl
+ 59.81 KB com.sun.xml.bind.v2.runtime.property
+ 59.72 KB sun.net.www
+ 59.72 KB io.undertow.server
+ 59.63 KB com.sun.xml.internal.bind.v2.runtime.property
+ 59.63 KB com.sun.org.apache.xml.internal.utils
+ 59.63 KB io.smallrye.metrics
+ 59.52 KB com.sun.xml.internal.bind.v2.runtime.reflect
+ 59.52 KB com.sun.xml.bind.v2.runtime.reflect
+ 59.50 KB com.sun.org.apache.xerces.internal.impl.xs.models
+ 58.53 KB com.sun.org.apache.xerces.internal.impl.xpath
+ 56.42 KB com.fasterxml.jackson.core.io
+ 56.28 KB sun.security.util
+ 56.00 KB org.apache.http.impl.io
+ 55.22 KB com.sun.xml.bind.v2.runtime.output
+ 54.05 KB com.sun.xml.internal.bind.v2.runtime.output
+ 52.83 KB com.fasterxml.jackson.databind.ser.impl
+ 51.64 KB java.util.logging
+ 51.34 KB com.sun.org.apache.xerces.internal.jaxp
+ 50.67 KB com.oracle.svm.core.posix
+ 50.02 KB org.jboss.resteasy.plugins.server.servlet
+ 48.72 KB org.jboss.resteasy.plugins.providers
+ 48.33 KB com.fasterxml.jackson.databind.jsontype.impl
+ 48.19 KB com.arjuna.ats.internal.jta.transaction.arjunacore
+ 48.13 KB java.nio
+ 47.88 KB com.fasterxml.jackson.core
+ 47.45 KB java.lang.reflect
+ 47.42 KB com.fasterxml.jackson.core.sym
+ 47.34 KB io.undertow.protocols.ssl
+ 47.13 KB sun.security.provider
+ 46.73 KB com.fasterxml.jackson.databind.node
+ 46.23 KB org.apache.http.util
+ 45.56 KB org.jboss.resteasy.spi.metadata
+ 45.08 KB org.hibernate.validator.internal.metadata.core
+ 44.92 KB org.jboss.resteasy.core.interception.jaxrs
+ 43.72 KB com.sun.org.apache.xerces.internal.impl.dtd.models
+ 43.17 KB org.hsqldb.map
+ 43.09 KB com.fasterxml.jackson.core.base
+ 42.98 KB com.sun.org.apache.xml.internal.serializer.utils
+ 41.80 KB com.oracle.svm.core.option
+ 41.63 KB java.time
+ 40.88 KB sun.security.jgss
+ 40.84 KB com.sun.org.apache.xerces.internal.jaxp.validation
+ 40.64 KB sun.reflect.annotation
+ 40.22 KB com.fasterxml.classmate
+ 39.28 KB com.arjuna.ats.internal.arjuna.recovery
+ 38.20 KB org.xnio
+ 38.17 KB io.undertow.server.handlers.form
+ 38.02 KB org.hibernate.validator.internal.engine.valueextraction
+ 37.80 KB javax.xml.bind
+ 37.48 KB org.postgresql.util
+ 37.39 KB org.hsqldb.result
+ 37.38 KB com.fasterxml.jackson.module.jaxb
+ 36.39 KB org.hsqldb.lib
+ 36.38 KB com.sun.org.apache.xerces.internal.utils
+ 35.94 KB com.sun.proxy
+ 35.80 KB javax.ws.rs.core
+ 35.48 KB io.undertow.io
+ 34.67 KB io.undertow.server.protocol.http2
+ 34.47 KB org.apache.http.client.protocol
+ 34.42 KB com.fasterxml.jackson.core.util
+ 33.69 KB com.sun.xml.bind
+ 33.69 KB com.sun.xml.internal.bind
+ 33.47 KB com.arjuna.ats.internal.jta.resources.arjunacore
+ 33.22 KB org.hibernate.validator.internal.metadata.provider
+ 32.66 KB java.nio.charset
+ 32.17 KB com.sun.activation.registries
+ 32.13 KB org.xml.sax.helpers
+ 32.11 KB org.apache.http.pool
+ 31.95 KB sun.util.calendar
+ 31.70 KB javax.security.auth.login
+ 31.13 KB com.sun.security.ntlm
+ 31.03 KB javax.crypto
+ 30.84 KB com.sun.xml.bind.v2
+ 30.53 KB com.sun.xml.internal.bind.v2
+ 30.22 KB com.sun.xml.bind.v2.model.nav
+ 30.11 KB org.hsqldb.jdbc
+ 29.80 KB io.undertow.servlet.core
+ 29.69 KB com.sun.xml.internal.bind.v2.util
+ 29.69 KB com.sun.xml.bind.v2.util
+ 29.63 KB com.oracle.svm.core.thread
+ 29.56 KB com.sun.org.apache.xerces.internal.impl.xs.util
+ 29.44 KB com.sun.xml.internal.bind.v2.model.nav
+ 29.34 KB com.sun.org.apache.xerces.internal.impl.io
+ 29.17 KB io.smallrye.config
+ 29.02 KB org.hibernate.validator.internal.metadata.descriptor
+ 28.97 KB io.undertow.servlet
+ 28.41 KB java.util.zip
+ 27.97 KB javax.security.auth
+ 27.75 KB io.reactivex.internal.operators.flowable
+ 27.66 KB com.oracle.svm.core.deopt
+ 27.11 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors
+ 26.25 KB org.apache.http.impl
+ 25.98 KB com.sun.xml.internal.stream.dtd.nonvalidating
+ 25.95 KB org.apache.http.client.utils
+ 25.89 KB com.sun.org.apache.xml.internal.dtm.ref
+ 25.06 KB com.sun.xml.bind.marshaller
+ 24.94 KB com.sun.naming.internal
+ 24.89 KB io.smallrye.config.inject
+ 24.45 KB java.sql
+ 24.41 KB io.agroal.pool.util
+ 24.39 KB com.sun.org.apache.xml.internal.dtm.ref.sax2dtm
+ 24.34 KB sun.net.idn
+ 24.23 KB sun.reflect.generics.parser
+ 23.56 KB org.hibernate.validator.internal.xml
+ 23.25 KB com.sun.xml.internal.bind.marshaller
+ 23.16 KB com.arjuna.ats.internal.arjuna.objectstore
+ 22.91 KB javax.xml.bind.helpers
+ 22.81 KB org.jboss.shamrock.restclient.runtime
+ 22.69 KB com.sun.xml.internal.stream.events
+ 22.59 KB io.smallrye.metrics.interceptors
+ 22.17 KB org.hibernate.validator.internal.util.annotation
+ 22.16 KB org.hsqldb.rowio
+ 22.11 KB com.sun.org.apache.xalan.internal.utils
+ 22.09 KB java.awt.color
+ 21.91 KB org.apache.http.protocol
+ 21.13 KB com.sun.org.apache.xerces.internal.impl.xs.identity
+ 21.09 KB org.jboss.resteasy.plugins.providers.sse
+ 21.00 KB sun.security.jca
+ 20.59 KB java.util.concurrent.atomic
+ 20.59 KB com.oracle.svm.core.code
+ 20.58 KB jdk.vm.ci.meta
+ 20.38 KB org.hibernate.validator.internal.engine.constraintvalidation
+ 20.16 KB com.arjuna.common.internal.util.propertyservice
+ 19.78 KB org.slf4j.helpers
+ 19.75 KB org.postgresql.shaded.com.ongres.scram.common.message
+ 19.73 KB org.hibernate.validator.internal.engine.groups
+ 19.72 KB org.graalvm.collections
+ 19.47 KB org.jboss.resteasy.client.jaxrs
+ 19.44 KB javax.servlet.http
+ 19.44 KB org.hibernate.validator.internal.engine.path
+ 19.27 KB com.sun.xml.internal.stream
+ 19.19 KB javax.xml.stream
+ 19.06 KB org.xnio.conduits
+ 18.97 KB javax.xml.transform
+ 18.48 KB org.apache.commons.logging
+ 18.48 KB io.undertow.server.handlers.resource
+ 17.61 KB org.jboss.resteasy.client.jaxrs.engines
+ 17.52 KB org.jboss.shamrock.transactions.runtime
+ 17.39 KB org.postgresql
+ 17.34 KB javax.enterprise.util
+ 17.23 KB sun.util.locale
+ 17.11 KB org.jboss.logging
+ 16.97 KB io.smallrye.metrics.app
+ 16.91 KB io.smallrye.openapi.runtime.io
+ 16.78 KB io.undertow.server.protocol.proxy
+ 16.78 KB com.fasterxml.jackson.annotation
+ 16.56 KB com.oracle.svm.core
+ 16.23 KB org.hibernate.validator.internal.metadata.raw
+ 16.13 KB com.arjuna.ats.arjuna.logging
+ 15.66 KB com.oracle.svm.core.jdk
+ 15.66 KB io.undertow.server.session
+ 15.50 KB ch.qos.logback.classic
+ 15.34 KB org.hibernate.validator.internal.metadata.location
+ 15.34 KB javax.xml.parsers
+ 15.31 KB org.apache.commons.codec.binary
+ 15.23 KB org.postgresql.gss
+ 15.06 KB com.sun.xml.internal.bind.v2.runtime.reflect.opt
+ 15.06 KB com.sun.xml.bind.v2.runtime.reflect.opt
+ 14.67 KB javax.ws.rs.sse
+ 14.58 KB javax.ws.rs.ext
+ 14.50 KB io.reactivex
+ 14.23 KB org.jboss.resteasy.client.jaxrs.internal.proxy
+ 14.03 KB com.sun.org.apache.xerces.internal.impl.dv.dtd
+ 14.00 KB org.postgresql.shaded.com.ongres.scram.common
+ 13.91 KB org.jboss.shamrock.metrics.runtime
+ 13.78 KB com.oracle.svm.core.posix.headers
+ 13.75 KB io.agroal.pool.wrapper
+ 13.73 KB ch.qos.logback.classic.spi
+ 13.73 KB io.reactivex.exceptions
+ 13.66 KB org.postgresql.shaded.com.ongres.scram.common.util
+ 13.66 KB org.apache.http.entity
+ 13.55 KB javax.xml.datatype
+ 13.28 KB com.arjuna.ats.internal.arjuna.coordinator
+ 13.16 KB io.agroal.narayana
+ 13.13 KB com.arjuna.ats.arjuna.common
+ 13.09 KB org.apache.http.conn.routing
+ 13.09 KB org.apache.http.auth
+ 12.98 KB javax.naming.ldap
+ 12.81 KB javax.net.ssl
+ 12.78 KB org.hibernate.validator.internal.engine.messageinterpolation.parser
+ 12.75 KB sun.net.spi
+ 12.52 KB java.nio.file
+ 12.41 KB com.sun.org.apache.xerces.internal.impl.dv.util
+ 12.39 KB org.apache.http.client.methods
+ 12.23 KB org.slf4j
+ 12.22 KB sun.text
+ 11.67 KB org.postgresql.shaded.com.ongres.scram.client
+ 11.50 KB java.awt.image
+ 11.31 KB sun.java2d.cmm
+ 11.13 KB com.fasterxml.jackson.databind.cfg
+ 10.98 KB java.nio.channels.spi
+ 10.98 KB org.jboss.shamrock.agroal.runtime
+ 10.94 KB sun.util.resources
+ 10.69 KB sun.net
+ 10.58 KB sun.net.www.protocol.file
+ 10.58 KB com.arjuna.ats.arjuna.state
+ 10.58 KB javax.ws.rs
+ 10.38 KB com.sun.org.apache.xalan.internal.xsltc.dom
+ 10.31 KB java.time.format
+ 10.31 KB org.jboss.resteasy.plugins.providers.jackson
+ 10.30 KB org.postgresql.ssl.jdbc4
+ 10.27 KB com.arjuna.ats.jta.xa
+ 10.27 KB org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
+ 10.16 KB org.apache.http.conn.util
+ 10.08 KB org.apache.http.conn
+ 9.94 KB org.hibernate.validator.internal.util.privilegedactions
+ 9.92 KB sun.reflect.generics.reflectiveObjects
+ 9.88 KB java.time.temporal
+ 9.81 KB java.lang.management
+ 9.78 KB com.arjuna.common.internal.util
+ 9.69 KB com.fasterxml.jackson.core.filter
+ 9.44 KB org.xnio._private
+ 9.38 KB org.apache.http.impl.entity
+ 9.33 KB org.jboss.shamrock.example.jpa
+ 9.11 KB org.postgresql.hostchooser
+ 9.08 KB jdk.xml.internal
+ 9.08 KB javax.el
+ 9.03 KB com.sun.xml.internal.bind.v2.model.annotation
+ 9.03 KB com.sun.xml.bind.v2.model.annotation
+ 8.95 KB javax.naming.directory
+ 8.95 KB org.hibernate.validator.messageinterpolation
+ 8.83 KB javax.validation.constraints
+ 8.81 KB java.awt
+ 8.81 KB com.oracle.svm.core.hub
+ 8.73 KB io.agroal.api.configuration.supplier
+ 8.63 KB com.fasterxml.classmate.util
+ 8.55 KB com.sun.xml.internal.stream.dtd
+ 8.45 KB io.reactiverse.reactivecontexts.propagators.rxjava2
+ 8.36 KB org.apache.commons.io.output
+ 8.33 KB io.undertow.channels
+ 8.22 KB org.jboss.resteasy.plugins.interceptors
+ 8.14 KB org.hibernate.validator.internal.engine.resolver
+ 8.13 KB com.oracle.svm.core.posix.thread
+ 8.03 KB com.sun.xml.internal.bind.unmarshaller
+ 8.03 KB com.sun.xml.bind.unmarshaller
+ 8.00 KB org.apache.http.conn.ssl
+ 7.72 KB org.apache.http.cookie
+ 7.67 KB sun.util.logging
+ 7.64 KB io.reactivex.internal.queue
+ 7.56 KB org.jboss.resteasy.resteasy_jaxrs.i18n
+ 7.52 KB org.yaml.snakeyaml
+ 7.50 KB org.hsqldb.persist
+ 7.48 KB com.sun.xml.bind.api.impl
+ 7.48 KB com.sun.xml.internal.bind.api.impl
+ 7.47 KB com.oracle.svm.core.snippets
+ 7.45 KB com.sun.org.apache.xerces.internal.xni
+ 7.39 KB org.jboss.shamrock.openapi.runtime
+ 7.39 KB sun.awt
+ 7.31 KB org.jboss.resteasy.rxjava2
+ 7.30 KB com.oracle.svm.core.log
+ 7.27 KB com.fasterxml.classmate.types
+ 7.23 KB org.apache.http.params
+ 7.23 KB org.apache.http
+ 7.16 KB org.yaml.snakeyaml.events
+ 7.13 KB com.fasterxml.jackson.jaxrs.json
+ 7.09 KB io.smallrye.health
+ 7.03 KB org.jboss.resteasy.plugins.server.resourcefactory
+ 7.03 KB com.fasterxml.jackson.databind.jsontype
+ 7.03 KB com.arjuna.ats.internal.arjuna.abstractrecords
+ 7.03 KB org.postgresql.jre8.sasl
+ 6.94 KB org.hibernate.validator.internal.metadata
+ 6.81 KB javax.crypto.spec
+ 6.75 KB javax.validation
+ 6.58 KB io.reactivex.internal.util
+ 6.56 KB io.reactiverse.reactivecontexts.core
+ 6.52 KB org.jboss.shamrock.beanvalidation.runtime
+ 6.50 KB org.jboss.shamrock.example.metrics
+ 6.36 KB sun.reflect.generics.visitor
+ 6.34 KB org.jboss.shamrock.example.datasource
+ 6.30 KB io.reactivex.internal.subscriptions
+ 6.28 KB org.hibernate.validator.constraints
+ 6.25 KB org.apache.http.client.entity
+ 6.13 KB org.apache.http.conn.scheme
+ 6.11 KB com.oracle.svm.core.handles
+ 6.03 KB com.oracle.svm.core.meta
+ 6.02 KB io.undertow.security.impl
+ 6.02 KB org.jboss.shamrock.example.rest
+ 5.88 KB org.hibernate.validator.internal.cfg.context
+ 5.84 KB com.sun.org.apache.xerces.internal.impl.dv
+ 5.83 KB org.jboss.resteasy.plugins.providers.jsonp
+ 5.78 KB org.xnio.channels
+ 5.77 KB org.hibernate.validator.internal.constraintvalidators.bv.size
+ 5.73 KB org.eclipse.microprofile.metrics
+ 5.69 KB com.fasterxml.classmate.members
+ 5.61 KB org.yaml.snakeyaml.reader
+ 5.59 KB java.nio.channels
+ 5.55 KB org.yaml.snakeyaml.resolver
+ 5.55 KB org.hsqldb.error
+ 5.53 KB org.graalvm.compiler.options
+ 5.48 KB com.oracle.svm.core.heap
+ 5.47 KB org.yaml.snakeyaml.error
+ 5.44 KB sun.reflect
+ 5.38 KB sun.net.util
+ 5.27 KB org.jboss.resteasy.mock
+ 5.19 KB com.oracle.svm.core.posix.darwin
+ 5.05 KB com.oracle.svm.core.graal.thread
+ 4.98 KB com.fasterxml.jackson.databind.ext
+ 4.94 KB org.yaml.snakeyaml.tokens
+ 4.84 KB sun.net.www.protocol.http.ntlm
+ 4.83 KB com.oracle.svm.core.graal.jdk
+ 4.78 KB org.eclipse.microprofile.metrics.annotation
+ 4.75 KB ch.qos.logback.core
+ 4.63 KB io.undertow.servlet.handlers.security
+ 4.63 KB javax.servlet
+ 4.59 KB sun.reflect.generics.repository
+ 4.56 KB com.oracle.svm.core.amd64
+ 4.53 KB com.fasterxml.jackson.databind.exc
+ 4.52 KB com.sun.xml.bind.util
+ 4.52 KB com.sun.xml.internal.bind.util
+ 4.48 KB org.postgresql.geometric
+ 4.47 KB com.sun.nio.zipfs
+ 4.30 KB com.oracle.svm.reflect.helpers
+ 4.25 KB org.hibernate.validator.internal.util.logging.formatter
+ 4.09 KB org.hibernate.validator.internal.constraintvalidators.hv
+ 4.08 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
+ 3.98 KB sun.awt.image
+ 3.98 KB io.undertow.servlet.api
+ 3.95 KB com.arjuna.ats.arjuna
+ 3.92 KB org.hsqldb.navigator
+ 3.92 KB com.sun.org.apache.xerces.internal.xni.parser
+ 3.91 KB ch.qos.logback.core.status
+ 3.88 KB org.ietf.jgss
+ 3.81 KB org.xml.sax
+ 3.77 KB org.hibernate.validator.internal.constraintvalidators.bv
+ 3.75 KB com.oracle.svm.core.util
+ 3.72 KB com.fasterxml.jackson.jaxrs.cfg
+ 3.70 KB org.hibernate.validator.internal.util.classhierarchy
+ 3.70 KB org.jboss.shamrock.jaxrs.runtime.graal
+ 3.67 KB com.oracle.svm.core.genscavenge.graal
+ 3.63 KB javax.naming.spi
+ 3.55 KB com.fasterxml.jackson.jaxrs.base
+ 3.52 KB sun.net.www.protocol.http.spnego
+ 3.52 KB com.sun.org.apache.xerces.internal.impl.msg
+ 3.45 KB java.time.chrono
+ 3.38 KB javax.xml.namespace
+ 3.34 KB org.postgresql.shaded.com.ongres.scram.common.gssapi
+ 3.34 KB com.arjuna.ats.jta.common
+ 3.14 KB com.arjuna.ats.jta.logging
+ 3.14 KB org.apache.http.client.config
+ 3.13 KB io.undertow.server.handlers.cache
+ 3.09 KB org.apache.http.config
+ 3.02 KB com.oracle.svm.core.threadlocal
+ 2.95 KB com.sun.org.apache.xerces.internal.impl.validation
+ 2.94 KB java.lang.annotation
+ 2.91 KB com.oracle.svm.core.stack
+ 2.86 KB com.sun.org.apache.xalan.internal.xsltc.runtime.output
+ 2.84 KB javax.xml.validation
+ 2.81 KB com.sun.org.apache.xml.internal.res
+ 2.72 KB sun.reflect.generics.scope
+ 2.72 KB io.undertow.server.handlers
+ 2.63 KB org.xnio.ssl
+ 2.56 KB ch.qos.logback.classic.pattern
+ 2.56 KB org.hibernate.validator.internal.metadata.aggregated.rule
+ 2.56 KB com.sun.org.apache.xalan.internal.xsltc.compiler.util
+ 2.53 KB sun.reflect.generics.tree
+ 2.52 KB com.sun.xml.internal.bind.v2.bytecode
+ 2.52 KB com.sun.xml.bind.v2.bytecode
+ 2.52 KB javax.xml.bind.annotation
+ 2.47 KB com.arjuna.ats.arjuna.recovery
+ 2.45 KB io.reactivex.plugins
+ 2.39 KB org.jboss.shamrock.arc.runtime
+ 2.36 KB io.reactivex.internal.subscribers
+ 2.34 KB com.arjuna.ats.arjuna.utils
+ 2.33 KB ch.qos.logback.core.spi
+ 2.25 KB javax.naming
+ 2.20 KB javax.json.spi
+ 2.19 KB io.undertow.servlet.util
+ 2.14 KB com.arjuna.ats.internal.arjuna.thread
+ 2.14 KB org.apache.http.client.params
+ 2.13 KB com.oracle.svm.core.posix.pthread
+ 2.06 KB com.arjuna.ats.internal.jta.xa
+ 2.06 KB com.arjuna.ats.arjuna.objectstore
+ 2.03 KB com.arjuna.ats.jta.utils
+ 2.03 KB io.reactivex.internal.disposables
+ 2.00 KB org.hibernate.validator.resourceloading
+ 1.95 KB java.util.function
+ 1.94 KB org.jboss.resteasy.plugins.server
+ 1.92 KB com.oracle.svm.core.posix.headers.darwin
+ 1.91 KB javax.ws.rs.client
+ 1.88 KB jdk.vm.ci.code
+ 1.88 KB org.hsqldb.server
+ 1.83 KB com.sun.xml.internal.stream.util
+ 1.81 KB org.postgresql.ssl
+ 1.77 KB javax.json
+ 1.77 KB org.apache.http.ssl
+ 1.72 KB com.oracle.svm.core.c
+ 1.69 KB org.jboss.shamrock.runtime
+ 1.69 KB org.jboss.shamrock.example.validator
+ 1.66 KB com.oracle.svm.core.os
+ 1.66 KB com.oracle.svm.core.allocationprofile
+ 1.63 KB io.reactivex.internal.operators.observable
+ 1.58 KB com.oracle.svm.core.c.function
+ 1.56 KB io.undertow.security.handlers
+ 1.53 KB org.hibernate.validator.internal.engine.messageinterpolation
+ 1.53 KB io.undertow.server.protocol
+ 1.53 KB sun.util
+ 1.42 KB org.jboss.shamrock.example.transaction
+ 1.39 KB java.security.cert
+ 1.39 KB org.graalvm.compiler.core.common.spi
+ 1.39 KB org.graalvm.compiler.graph
+ 1.34 KB com.oracle.svm.reflect.proxy
+ 1.34 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
+ 1.30 KB javax.xml.transform.dom
+ 1.30 KB org.jboss.shamrock.undertow.runtime
+ 1.30 KB org.hibernate.validator.internal.engine.constraintdefinition
+ 1.27 KB com.oracle.svm.core.properties
+ 1.25 KB com.oracle.svm.core.graal.posix
+ 1.19 KB io.reactivex.internal.functions
+ 1.16 KB org.slf4j.event
+ 1.14 KB io.reactivex.internal.observers
+ 1.13 KB org.hibernate.validator.internal.engine.messageinterpolation.util
+ 1.13 KB org.postgresql.shaded.com.ongres.scram.common.exception
+ 1.11 KB com.fasterxml.jackson.jaxrs.util
+ 1.06 KB java.beans
+ 1.05 KB com.sun.xml.bind.v2.model.util
+ 1.05 KB com.sun.xml.internal.bind.v2.model.util
+ 1.02 KB com.arjuna.common.logging
+ 1.02 KB javax.security.sasl
+ 1.00 KB java.lang.ref
+ 1.00 KB ch.qos.logback.classic.layout
+ 992 B org.jboss.resteasy.client.jaxrs.engines.factory
+ 992 B org.jboss.shamrock.deployment
+ 944 B org.resteasy.reactivecontext
+ 944 B com.arjuna.ats.internal.arjuna.common
+ 928 B org.jboss.shamrock.health.runtime
+ 896 B sun.reflect.generics.factory
+ 896 B org.graalvm.compiler.core.common
+ 880 B org.apache.http.conn.params
+ 848 B com.sun.org.apache.xalan.internal.xsltc.runtime
+ 816 B org.graalvm.compiler.core.common.util
+ 816 B javax.xml.transform.sax
+ 800 B javax.validation.constraintvalidation
+ 784 B org.jboss.shamrock.example.web
+ 752 B org.jboss.shamrock.agroal.runtime.graal
+ 720 B javax.validation.valueextraction
+ 720 B org.yaml.snakeyaml.nodes
+ 704 B sun.security.action
+ 688 B org.slf4j.impl
+ 688 B org.eclipse.microprofile.rest.client.spi
+ 672 B org.postgresql.shaded.com.ongres.scram.common.stringprep
+ 672 B org.jboss.shamrock.undertow.runtime.graal
+ 672 B javax.annotation
+ 656 B io.smallrye.openapi.api
+ 624 B io.agroal.api.security
+ 608 B com.google.common.base
+ 608 B org.apache.http.conn.socket
+ 608 B org.jboss.shamrock.runtime.graal
+ 592 B com.sun.istack
+ 592 B com.sun.istack.internal
+ 576 B javax.enterprise.inject
+ 576 B javax.interceptor
+ 576 B javax.enterprise.context
+ 544 B ch.qos.logback.classic.util
+ 544 B io.undertow.protocols.alpn
+ 512 B jdk.vm.ci.amd64
+ 496 B org.hsqldb.resources
+ 480 B java.awt.geom
+ 480 B java.nio.file.spi
+ 464 B org.jboss.shamrock.example.health
+ 448 B com.arjuna.ats.jta
+ 448 B org.hibernate.validator.internal.constraintvalidators.bv.number.bound
+ 400 B org.jboss.shamrock.runner
+ 400 B org.jboss.shamrock.example.shared
+ 400 B ch.qos.logback.core.util
+ 368 B sun.security.jgss.wrapper
+ 336 B org.apache.http.client
+ 336 B org.hsqldb.lib.java
+ 336 B ch.qos.logback.core.joran.spi
+ 320 B ch.qos.logback.core.encoder
+ 320 B ch.qos.logback.core.helpers
+ 304 B org.postgresql.jdbc2
+ 288 B org.eclipse.microprofile.rest.client.inject
+ 288 B javax.ws.rs.container
+ 288 B com.fasterxml.jackson.databind.annotation
+ 288 B javax.inject
+ 272 B org.eclipse.microprofile.health
+ 272 B com.oracle.svm.reflect.target
+ 256 B org.yaml.snakeyaml.util
+ 240 B io.agroal.api
+ 240 B org.eclipse.microprofile.rest.client
+ 224 B io.undertow.servlet.predicate
+ 208 B com.arjuna.ats.arjuna.coordinator.abstractrecord
+ 192 B com.github.fge.jsonpatch
+ 192 B javax.xml.transform.stream
+ 176 B io.agroal.api.transaction
+ 160 B com.oracle.svm.core.config
+ 160 B com.arjuna.ats.internal.jta.resources
+ 160 B io.reactivex.internal.operators.single
+ 144 B com.fasterxml.jackson.dataformat.yaml.snakeyaml.error
+ 144 B io.undertow.predicate
+ 128 B com.oracle.svm.core.locks
+ 128 B io.smallrye.openapi.api.models
+ 96 B javax.xml.stream.util
+ 80 B com.sun.org.apache.xerces.internal.dom.events
+ 64 B org.eclipse.microprofile.openapi.models.parameters
+ 64 B org.eclipse.microprofile.openapi.models.media
+ 48 B org.jboss.tm.usertx
+ 48 B com.fasterxml.jackson.core.type
+
+Total: 21.20 MB (22229760 bytes)
+
+Code Sizes by Class
+===================
+
+ 169.92 KB org.hibernate.validator.internal.util.logging.Log_$logger
+ 152.92 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler
+ 129.42 KB org.jboss.resteasy.spi.ResteasyProviderFactory
+ 125.61 KB org.yaml.snakeyaml.scanner.ScannerImpl
+ 123.11 KB sun.net.www.protocol.http.HttpURLConnection
+ 119.00 KB java.util.regex.Pattern
+ 110.55 KB io.undertow.UndertowMessages_$bundle
+ 99.81 KB com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammar
+ 88.34 KB java.math.BigDecimal
+ 86.22 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
+ 85.30 KB com.fasterxml.jackson.core.json.UTF8StreamJsonParser
+ 83.52 KB java.text.DecimalFormat
+ 81.52 KB org.apache.http.impl.client.DefaultRequestDirector
+ 78.88 KB java.math.BigInteger
+ 74.92 KB java.util.Formatter$FormatSpecifier
+ 72.67 KB com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
+ 71.06 KB com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
+ 70.70 KB com.sun.org.apache.xerces.internal.impl.XMLEntityManager
+ 67.56 KB org.postgresql.core.v3.QueryExecutorImpl
+ 66.69 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser
+ 64.59 KB com.fasterxml.jackson.core.json.ReaderBasedJsonParser
+ 64.50 KB com.sun.org.apache.xerces.internal.impl.xs.XSConstraints
+ 62.77 KB org.yaml.snakeyaml.emitter.Emitter
+ 62.48 KB com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl
+ 58.89 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
+ 55.78 KB com.sun.org.apache.xerces.internal.impl.XMLScanner
+ 55.02 KB com.arjuna.ats.arjuna.coordinator.BasicAction
+ 54.17 KB sun.text.normalizer.UnicodeSet
+ 53.44 KB com.sun.org.apache.xml.internal.serializer.ToStream
+ 53.42 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker
+ 52.33 KB com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
+ 51.91 KB java.util.concurrent.ConcurrentHashMap
+ 50.33 KB java.text.SimpleDateFormat
+ 49.83 KB org.apache.http.impl.execchain.MainClientExec
+ 49.36 KB org.hsqldb.Scanner
+ 49.27 KB com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl
+ 49.27 KB com.sun.xml.bind.v2.model.impl.ClassInfoImpl
+ 49.19 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
+ 49.03 KB com.sun.org.apache.xerces.internal.util.URI
+ 48.66 KB io.undertow.server.protocol.framed.AbstractFramedChannel
+ 47.56 KB io.undertow.servlet.handlers.ServletPathMatches
+ 46.69 KB org.jboss.resteasy.specimpl.ResteasyUriBuilder
+ 46.38 KB org.postgresql.core.Parser
+ 45.94 KB org.apache.commons.logging.impl.LogFactoryImpl
+ 45.84 KB com.fasterxml.jackson.databind.deser.BeanDeserializerBase
+ 45.78 KB com.fasterxml.jackson.core.json.UTF8JsonGenerator
+ 45.36 KB com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
+ 44.97 KB org.postgresql.jdbc.TimestampUtils
+ 44.58 KB com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
+ 44.25 KB org.postgresql.jdbc.PgResultSet
+ 43.08 KB io.undertow.protocols.http2.Http2Channel
+ 42.44 KB java.math.MutableBigInteger
+ 40.88 KB com.sun.org.apache.xerces.internal.impl.XMLEntityScanner
+ 40.86 KB java.net.URI
+ 40.84 KB com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar
+ 39.59 KB sun.text.normalizer.NormalizerImpl
+ 39.45 KB org.postgresql.core.v3.ConnectionFactoryImpl
+ 38.98 KB com.arjuna.ats.arjuna.coordinator.TransactionReaper
+ 38.94 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression
+ 38.88 KB com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
+ 38.27 KB io.undertow.server.protocol.http.HttpRequestParser$$generated
+ 38.19 KB com.fasterxml.jackson.databind.deser.BeanDeserializer
+ 37.58 KB java.net.PlainSocketImpl
+ 37.28 KB com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
+ 37.20 KB com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
+ 36.52 KB java.util.GregorianCalendar
+ 36.39 KB java.net.Socket
+ 36.14 KB com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple
+ 35.91 KB com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
+ 35.70 KB com.sun.xml.bind.v2.runtime.JAXBContextImpl
+ 35.59 KB com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl
+ 35.34 KB com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV
+ 34.97 KB java.lang.String
+ 34.86 KB sun.nio.ch.SocketChannelImpl
+ 34.84 KB com.oracle.svm.core.option.SubstrateOptionsParser
+ 34.69 KB javax.activation.MailcapCommandMap
+ 34.38 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
+ 34.30 KB java.util.concurrent.ForkJoinPool
+ 33.91 KB io.undertow.protocols.ssl.SslConduit
+ 33.78 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM
+ 33.23 KB io.undertow.server.protocol.http.HttpRequestParser
+ 33.08 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader
+ 33.02 KB com.sun.org.apache.xerces.internal.parsers.XML11Configuration
+ 32.77 KB java.net.SocksSocketImpl
+ 32.39 KB com.sun.org.apache.xerces.internal.impl.XML11EntityScanner
+ 32.25 KB com.fasterxml.jackson.databind.type.TypeFactory
+ 31.97 KB java.util.Arrays
+ 31.81 KB com.sun.org.apache.xerces.internal.util.XMLAttributesImpl
+ 31.73 KB javax.xml.bind.ContextFinder
+ 31.69 KB com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
+ 31.20 KB org.jboss.resteasy.core.registry.SegmentNode
+ 31.14 KB com.sun.xml.bind.v2.runtime.XMLSerializer
+ 31.14 KB com.sun.xml.internal.bind.v2.runtime.XMLSerializer
+ 30.86 KB java.lang.Class
+ 30.80 KB com.oracle.svm.core.genscavenge.GCImpl
+ 30.61 KB com.fasterxml.jackson.databind.deser.std.MapDeserializer
+ 30.48 KB org.jboss.resteasy.spi.ResteasyDeployment
+ 30.36 KB com.sun.org.apache.xml.internal.utils.URI
+ 29.88 KB com.sun.org.apache.xml.internal.serializer.utils.URI
+ 29.80 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token
+ 29.80 KB javax.security.auth.login.LoginContext
+ 29.77 KB sun.misc.FDBigInteger
+ 29.73 KB com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
+ 29.66 KB java.util.concurrent.ConcurrentSkipListMap
+ 29.59 KB com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
+ 29.30 KB com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
+ 29.27 KB com.fasterxml.jackson.databind.deser.std.StdDeserializer
+ 28.84 KB com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl
+ 28.75 KB java.text.MessageFormat
+ 28.16 KB io.undertow.Undertow
+ 27.97 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDProcessor
+ 27.92 KB io.undertow.servlet.UndertowServletMessages_$bundle
+ 27.47 KB com.sun.activation.registries.MailcapFile
+ 27.38 KB com.sun.org.apache.xerces.internal.impl.XML11NSDocumentScannerImpl
+ 27.09 KB org.hsqldb.map.BaseHashMap
+ 26.89 KB java.util.concurrent.CompletableFuture
+ 26.86 KB java.util.Hashtable
+ 26.72 KB io.undertow.server.protocol.http.HttpResponseConduit
+ 26.47 KB java.security.Provider
+ 26.31 KB io.undertow.server.protocol.ajp.AjpReadListener
+ 26.28 KB org.glassfish.json.JsonGeneratorImpl
+ 25.48 KB java.util.regex.Matcher
+ 25.31 KB com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
+ 25.11 KB org.postgresql.jdbc.TypeInfoCache
+ 25.00 KB io.smallrye.metrics.exporters.PrometheusExporter
+ 24.98 KB com.fasterxml.jackson.databind.util.ClassUtil
+ 24.80 KB java.security.Provider$Service
+ 24.78 KB org.xnio.nio.WorkerThread
+ 24.67 KB org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
+ 24.53 KB com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
+ 24.41 KB com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar
+ 24.23 KB sun.reflect.generics.parser.SignatureParser
+ 24.05 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath
+ 24.00 KB org.postgresql.jdbc.PgConnection
+ 23.98 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream
+ 23.78 KB java.util.TimSort
+ 23.66 KB org.jboss.resteasy.plugins.providers.jaxb.MapProvider
+ 23.63 KB java.util.ComparableTimSort
+ 23.48 KB com.fasterxml.jackson.databind.ser.BasicSerializerFactory
+ 23.39 KB com.oracle.svm.core.deopt.Deoptimizer
+ 23.23 KB sun.security.util.ObjectIdentifier
+ 23.20 KB sun.nio.cs.UTF_8$Decoder
+ 23.16 KB sun.util.locale.provider.LocaleResources
+ 23.09 KB org.jboss.resteasy.core.ServerResponseWriter
+ 23.08 KB io.undertow.server.protocol.http.HttpReadListener
+ 23.00 KB com.fasterxml.jackson.databind.ser.std.MapSerializer
+ 22.78 KB com.fasterxml.jackson.core.base.ParserBase
+ 22.73 KB org.jboss.resteasy.core.ConstructorInjectorImpl
+ 22.67 KB org.yaml.snakeyaml.parser.ParserImpl
+ 22.66 KB io.undertow.servlet.spec.ServletOutputStreamImpl
+ 22.64 KB com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer
+ 22.50 KB org.apache.http.impl.auth.DigestScheme
+ 22.47 KB org.apache.http.pool.AbstractConnPool
+ 22.45 KB java.util.ArrayList
+ 22.39 KB com.fasterxml.jackson.databind.DeserializationContext
+ 22.36 KB java.util.HashMap
+ 22.27 KB java.util.concurrent.locks.StampedLock
+ 22.16 KB io.undertow.server.HttpServerExchange
+ 22.14 KB sun.net.www.http.HttpClient
+ 21.64 KB com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
+ 21.58 KB org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
+ 21.53 KB com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOM
+ 21.48 KB sun.text.normalizer.NormalizerBase
+ 21.22 KB java.util.Calendar
+ 21.11 KB java.io.UnixFileSystem
+ 20.97 KB org.jboss.resteasy.plugins.delegates.CacheControlDelegate
+ 20.95 KB com.fasterxml.jackson.databind.introspect.AnnotatedCreatorCollector
+ 20.83 KB io.smallrye.metrics.exporters.JsonExporter
+ 20.83 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext
+ 20.83 KB com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
+ 20.81 KB org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
+ 20.80 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser
+ 20.77 KB com.fasterxml.jackson.dataformat.yaml.YAMLParser
+ 20.66 KB org.jboss.resteasy.core.ResourceMethodInvoker
+ 20.56 KB com.sun.xml.bind.DatatypeConverterImpl
+ 20.56 KB org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
+ 20.56 KB com.sun.xml.internal.bind.DatatypeConverterImpl
+ 20.55 KB org.hibernate.validator.internal.engine.ValidatorImpl
+ 20.53 KB java.net.InetAddress
+ 20.47 KB org.hibernate.validator.internal.metadata.core.ConstraintHelper
+ 20.33 KB io.undertow.util.HeaderMap
+ 20.28 KB com.sun.org.apache.xerces.internal.impl.io.UTF8Reader
+ 20.28 KB java.awt.color.ICC_Profile
+ 20.22 KB sun.nio.ch.Net
+ 20.19 KB java.util.TreeMap
+ 20.16 KB java.net.AbstractPlainSocketImpl
+ 20.13 KB java.util.Vector
+ 19.83 KB io.undertow.server.handlers.form.FormEncodedDataDefinition$FormEncodedDataParser
+ 19.73 KB com.arjuna.common.internal.util.propertyservice.BeanPopulator
+ 19.70 KB java.util.SimpleTimeZone
+ 19.63 KB io.undertow.server.protocol.ajp.AjpServerResponseConduit
+ 19.61 KB com.fasterxml.jackson.databind.ser.BeanSerializerFactory
+ 19.31 KB io.agroal.pool.ConnectionPool
+ 19.20 KB java.net.URLStreamHandler
+ 19.19 KB io.undertow.util.FastConcurrentDirectDeque
+ 19.17 KB sun.reflect.annotation.AnnotationInvocationHandler
+ 19.06 KB java.text.ChoiceFormat
+ 19.05 KB com.fasterxml.jackson.databind.introspect.BasicBeanDescription
+ 19.03 KB org.jboss.resteasy.spi.metadata.ResourceBuilder
+ 18.94 KB com.sun.xml.bind.v2.ContextFactory
+ 18.94 KB java.text.AttributedString
+ 18.83 KB com.sun.org.apache.xerces.internal.dom.AttrImpl
+ 18.72 KB java.util.concurrent.ThreadPoolExecutor
+ 18.70 KB com.sun.xml.internal.bind.v2.ContextFactory
+ 18.70 KB org.hsqldb.result.Result
+ 18.67 KB org.jboss.resteasy.core.PropertyInjectorImpl
+ 18.58 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver
+ 18.52 KB com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord
+ 18.48 KB org.jboss.resteasy.util.Types
+ 18.44 KB com.sun.security.ntlm.NTLM
+ 18.44 KB com.fasterxml.jackson.databind.util.TokenBuffer
+ 18.41 KB com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
+ 18.25 KB org.graalvm.collections.EconomicMapImpl
+ 18.22 KB com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
+ 18.19 KB javax.crypto.Cipher
+ 18.11 KB org.hibernate.validator.internal.engine.ValidatorFactoryImpl
+ 18.11 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDSimpleTypeTraverser
+ 18.02 KB java.util.HashMap$TreeNode
+ 17.91 KB org.apache.http.impl.execchain.RedirectExec
+ 17.81 KB com.sun.naming.internal.ResourceManager
+ 17.77 KB com.fasterxml.jackson.databind.type.TypeBindings
+ 17.77 KB com.sun.org.apache.xerces.internal.impl.XML11DocumentScannerImpl
+ 17.67 KB java.net.URL
+ 17.67 KB org.postgresql.jdbc.PgArray
+ 17.58 KB io.undertow.servlet.spec.HttpServletRequestImpl
+ 17.45 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeTraverser
+ 17.45 KB java.lang.CharacterData00
+ 17.41 KB sun.net.www.MessageHeader
+ 17.36 KB com.sun.org.apache.xerces.internal.dom.ElementImpl
+ 17.30 KB sun.misc.FloatingDecimal
+ 17.27 KB javax.security.auth.Subject
+ 17.25 KB com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl
+ 17.22 KB org.apache.http.impl.client.AbstractHttpClient
+ 17.20 KB sun.nio.fs.UnixNativeDispatcher
+ 17.13 KB com.sun.xml.bind.v2.runtime.MarshallerImpl
+ 17.11 KB com.sun.org.apache.xerces.internal.impl.dtd.models.DFAContentModel
+ 17.08 KB org.apache.http.util.CharArrayBuffer
+ 17.06 KB javax.enterprise.util.AnnotationLiteral
+ 17.03 KB java.util.concurrent.CopyOnWriteArrayList
+ 17.00 KB sun.net.www.ParseUtil
+ 16.94 KB com.sun.xml.internal.bind.v2.runtime.MarshallerImpl
+ 16.92 KB com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig
+ 16.78 KB javax.xml.stream.FactoryFinder
+ 16.73 KB com.fasterxml.jackson.core.Base64Variant
+ 16.70 KB io.undertow.protocols.http2.Http2FrameHeaderParser
+ 16.64 KB java.net.URI$Parser
+ 16.41 KB java.lang.Throwable
+ 16.38 KB org.postgresql.jdbc.EscapedFunctions2
+ 16.30 KB org.postgresql.core.UTF8Encoding
+ 16.28 KB io.smallrye.metrics.MetricsRegistryImpl
+ 16.28 KB com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery
+ 16.17 KB sun.misc.FormattedFloatingDecimal
+ 16.13 KB com.arjuna.ats.arjuna.logging.arjunaI18NLogger_$logger
+ 15.97 KB java.util.WeakHashMap
+ 15.95 KB com.fasterxml.jackson.databind.util.TokenBuffer$Parser
+ 15.91 KB org.hsqldb.types.DateTimeType
+ 15.84 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DurationDV
+ 15.84 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner
+ 15.81 KB java.util.concurrent.ConcurrentHashMap$TreeBin
+ 15.80 KB com.oracle.svm.core.posix.PosixUtils
+ 15.78 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ValueStoreBase
+ 15.77 KB org.hibernate.validator.internal.util.TypeHelper
+ 15.77 KB io.smallrye.openapi.runtime.io.OpenApiSerializer
+ 15.72 KB com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
+ 15.70 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.RangeToken
+ 15.70 KB java.util.logging.Logger
+ 15.63 KB org.apache.http.impl.conn.PoolingHttpClientConnectionManager
+ 15.59 KB com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
+ 15.58 KB org.hsqldb.types.IntervalType
+ 15.58 KB org.jboss.resteasy.core.StringParameterInjector
+ 15.56 KB java.util.concurrent.locks.AbstractQueuedSynchronizer
+ 15.55 KB java.lang.AbstractStringBuilder
+ 15.44 KB com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
+ 15.44 KB sun.nio.ch.SocketAdaptor
+ 15.41 KB org.jboss.resteasy.core.MediaTypeMap$SubtypeMap
+ 15.41 KB io.undertow.server.protocol.proxy.ProxyProtocolReadListener
+ 15.41 KB org.jboss.shamrock.restclient.runtime.RestClientBuilderImpl
+ 15.39 KB org.glassfish.json.JsonParserImpl
+ 15.36 KB com.fasterxml.jackson.databind.SerializerProvider
+ 15.31 KB com.sun.org.apache.xml.internal.dtm.ref.sax2dtm.SAX2DTM
+ 15.30 KB org.hsqldb.types.NumberType
+ 15.25 KB org.apache.commons.logging.LogFactory
+ 15.23 KB sun.nio.fs.UnixPath
+ 15.23 KB org.hsqldb.lib.StringConverter
+ 15.19 KB io.undertow.server.protocol.ajp.AjpRequestParser
+ 15.19 KB com.fasterxml.jackson.core.base.ParserMinimalBase
+ 15.17 KB java.io.File
+ 15.14 KB io.undertow.util.HeaderValues
+ 15.08 KB java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
+ 15.05 KB com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
+ 14.91 KB org.jboss.resteasy.util.Encode
+ 14.86 KB org.apache.http.impl.auth.NTLMEngineImpl
+ 14.86 KB com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
+ 14.77 KB org.hibernate.validator.internal.engine.ConfigurationImpl
+ 14.75 KB sun.net.www.protocol.http.DigestAuthentication
+ 14.73 KB java.util.concurrent.LinkedBlockingQueue
+ 14.69 KB org.apache.http.util.Args
+ 14.63 KB com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
+ 14.58 KB java.text.DigitList
+ 14.52 KB com.sun.org.apache.xerces.internal.dom.AttributeMap
+ 14.50 KB com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl
+ 14.47 KB org.apache.http.impl.conn.ManagedClientConnectionImpl
+ 14.45 KB com.sun.org.apache.xerces.internal.parsers.DOMParser
+ 14.45 KB com.sun.org.apache.xml.internal.serializer.CharInfo
+ 14.44 KB sun.net.www.HeaderParser
+ 14.42 KB com.fasterxml.jackson.databind.ObjectMapper
+ 14.42 KB sun.security.jgss.ProviderList
+ 14.41 KB io.undertow.servlet.handlers.DefaultServlet
+ 14.39 KB io.undertow.util.FlexBase64$Decoder
+ 14.39 KB java.util.LinkedList
+ 14.38 KB com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
+ 14.36 KB org.jboss.resteasy.core.ResourcePropertyInjector
+ 14.36 KB java.lang.Integer
+ 14.28 KB com.sun.xml.internal.stream.XMLEntityStorage
+ 14.23 KB com.fasterxml.jackson.databind.util.StdDateFormat
+ 14.08 KB org.apache.http.impl.cookie.LaxExpiresHandler
+ 14.06 KB org.apache.http.impl.conn.DefaultClientConnection
+ 14.05 KB java.text.DateFormatSymbols
+ 14.00 KB com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
+ 13.94 KB com.sun.org.apache.xalan.internal.xsltc.trax.SAX2StAXEventWriter
+ 13.91 KB com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
+ 13.88 KB com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
+ 13.81 KB org.postgresql.core.v3.SimpleParameterList
+ 13.81 KB com.fasterxml.jackson.databind.ser.BeanPropertyWriter
+ 13.80 KB com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
+ 13.78 KB com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl
+ 13.77 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
+ 13.75 KB org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
+ 13.73 KB org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
+ 13.73 KB com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal
+ 13.63 KB sun.security.util.DerValue
+ 13.59 KB com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
+ 13.59 KB java.text.RBTableBuilder
+ 13.56 KB java.util.IdentityHashMap
+ 13.55 KB sun.net.idn.Punycode
+ 13.55 KB io.undertow.util.MultipartParser$ParseState
+ 13.50 KB com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
+ 13.50 KB org.postgresql.Driver
+ 13.48 KB io.reactivex.exceptions.CompositeException
+ 13.45 KB java.lang.Long
+ 13.44 KB io.agroal.pool.DefaultMetricsRepository
+ 13.44 KB sun.security.jgss.GSSCredentialImpl
+ 13.44 KB java.net.SocketInputStream
+ 13.38 KB org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
+ 13.31 KB org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder
+ 13.28 KB com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl
+ 13.23 KB io.undertow.servlet.spec.HttpServletResponseImpl
+ 13.22 KB com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore
+ 13.20 KB com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory
+ 13.14 KB java.util.concurrent.LinkedBlockingDeque
+ 13.13 KB org.hibernate.validator.internal.engine.ValidationContext
+ 13.09 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.SchemaContentHandler
+ 13.09 KB com.sun.org.apache.xerces.internal.dom.ParentNode
+ 13.09 KB org.jboss.resteasy.spi.ResteasyUriInfo
+ 13.06 KB org.jboss.resteasy.core.SynchronousDispatcher
+ 13.06 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver
+ 13.03 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl
+ 13.03 KB org.apache.http.impl.auth.GGSSchemeBase
+ 13.00 KB org.postgresql.core.PGStream
+ 12.95 KB com.sun.org.apache.xerces.internal.xinclude.XIncludeTextReader
+ 12.95 KB io.agroal.pool.ConnectionFactory
+ 12.72 KB com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
+ 12.63 KB org.hsqldb.ClientConnection
+ 12.58 KB org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
+ 12.53 KB org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
+ 12.53 KB org.apache.http.impl.client.HttpClientBuilder
+ 12.50 KB java.security.MessageDigest
+ 12.48 KB java.util.stream.SpinedBuffer
+ 12.47 KB org.xnio.nio.Log_$logger
+ 12.45 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser
+ 12.44 KB org.apache.http.message.BasicLineParser
+ 12.44 KB javax.xml.parsers.FactoryFinder
+ 12.44 KB java.lang.Thread
+ 12.42 KB javax.xml.transform.FactoryFinder
+ 12.36 KB com.fasterxml.jackson.databind.deser.DeserializerCache
+ 12.31 KB org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
+ 12.28 KB com.sun.xml.bind.marshaller.XMLWriter
+ 12.28 KB com.sun.xml.internal.bind.marshaller.XMLWriter
+ 12.25 KB com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
+ 12.23 KB org.slf4j.LoggerFactory
+ 12.22 KB com.sun.org.apache.xml.internal.serializer.ToUnknownStream
+ 12.17 KB org.glassfish.json.JsonTokenizer
+ 12.05 KB org.postgresql.jdbc.PgStatement
+ 12.05 KB org.postgresql.gss.GssAction
+ 12.03 KB sun.net.www.http.KeepAliveCache
+ 12.02 KB com.fasterxml.jackson.core.util.TextBuffer
+ 11.98 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDLoader
+ 11.98 KB javax.ws.rs.sse.FactoryFinder
+ 11.95 KB java.net.IDN
+ 11.94 KB sun.net.www.http.ChunkedInputStream
+ 11.92 KB com.sun.org.apache.xml.internal.dtm.ref.DTMDefaultBase
+ 11.91 KB org.xnio.nio.NioSocketStreamConnection
+ 11.91 KB java.nio.charset.CharsetEncoder
+ 11.91 KB com.fasterxml.jackson.core.JsonGenerator
+ 11.89 KB com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
+ 11.84 KB org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData$Builder
+ 11.84 KB io.undertow.server.protocol.http2.Http2ReceiveListener
+ 11.83 KB javax.xml.datatype.FactoryFinder
+ 11.80 KB com.fasterxml.jackson.dataformat.yaml.UTF8Writer
+ 11.78 KB com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
+ 11.75 KB org.jboss.resteasy.core.MethodInjectorImpl
+ 11.75 KB org.glassfish.json.JsonPatchImpl$DiffGenerator
+ 11.72 KB org.apache.http.impl.conn.PoolingClientConnectionManager
+ 11.69 KB com.arjuna.ats.arjuna.common.Uid
+ 11.66 KB org.hibernate.validator.internal.xml.ValidationBootstrapParameters
+ 11.64 KB org.hsqldb.rowio.RowInputBinary
+ 11.64 KB io.smallrye.metrics.exporters.PrometheusUnit
+ 11.63 KB org.hsqldb.result.ResultMetaData
+ 11.63 KB java.util.AbstractCollection
+ 11.59 KB ch.qos.logback.classic.Logger
+ 11.59 KB com.fasterxml.jackson.databind.node.ObjectNode
+ 11.55 KB java.util.ServiceLoader
+ 11.53 KB org.jboss.resteasy.client.jaxrs.internal.ClientResponse
+ 11.48 KB com.fasterxml.jackson.databind.deser.SettableBeanProperty
+ 11.45 KB com.sun.org.apache.xalan.internal.utils.XMLSecurityManager
+ 11.44 KB org.jboss.resteasy.core.ResourceMethodRegistry
+ 11.44 KB java.util.concurrent.ConcurrentLinkedQueue
+ 11.42 KB java.io.PrintStream
+ 11.41 KB org.apache.http.impl.conn.BasicHttpClientConnectionManager
+ 11.38 KB io.undertow.server.protocol.http.HttpTransferEncoding
+ 11.38 KB org.apache.http.client.protocol.ResponseProcessCookies
+ 11.36 KB com.sun.org.apache.xml.internal.serializer.SerializerBase
+ 11.34 KB com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM
+ 11.33 KB com.sun.xml.bind.v2.ClassFactory
+ 11.31 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
+ 11.27 KB com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl
+ 11.25 KB com.sun.xml.internal.bind.v2.ClassFactory
+ 11.23 KB com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector
+ 11.23 KB javax.ws.rs.ext.FactoryFinder
+ 11.22 KB java.util.Formatter
+ 11.17 KB com.fasterxml.jackson.dataformat.yaml.UTF8Reader
+ 11.16 KB org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl
+ 11.13 KB com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder
+ 11.09 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment
+ 11.06 KB io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
+ 11.06 KB com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
+ 11.05 KB org.apache.http.client.utils.URLEncodedUtils
+ 11.02 KB com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser
+ 10.94 KB sun.nio.cs.UTF_8$Encoder
+ 10.94 KB org.apache.http.impl.cookie.DefaultCookieSpec
+ 10.91 KB io.undertow.servlet.spec.AsyncContextImpl
+ 10.88 KB com.sun.xml.internal.bind.v2.runtime.property.ArrayElementProperty
+ 10.88 KB com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
+ 10.88 KB com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
+ 10.88 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl
+ 10.86 KB io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
+ 10.84 KB org.apache.http.impl.cookie.RFC6265CookieSpec
+ 10.83 KB org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
+ 10.77 KB com.arjuna.ats.internal.arjuna.recovery.Listener
+ 10.75 KB sun.net.idn.StringPrep
+ 10.72 KB org.hibernate.validator.internal.util.StringHelper
+ 10.70 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser
+ 10.67 KB sun.nio.ch.ServerSocketChannelImpl
+ 10.67 KB javax.activation.MimeTypeParameterList
+ 10.67 KB org.hibernate.validator.internal.engine.path.PathImpl
+ 10.63 KB com.sun.xml.internal.bind.v2.runtime.output.UTF8XmlOutput
+ 10.58 KB com.sun.xml.internal.bind.v2.model.impl.ModelBuilder
+ 10.58 KB java.util.concurrent.ArrayBlockingQueue
+ 10.58 KB com.sun.xml.bind.v2.model.impl.ModelBuilder
+ 10.56 KB java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
+ 10.56 KB org.apache.http.impl.io.ChunkedInputStream
+ 10.53 KB java.net.ServerSocket
+ 10.53 KB java.util.stream.AbstractPipeline
+ 10.52 KB javax.servlet.http.HttpServlet
+ 10.47 KB com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl
+ 10.45 KB org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
+ 10.44 KB com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
+ 10.44 KB com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
+ 10.34 KB com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator
+ 10.31 KB com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
+ 10.28 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ValueStoreCache
+ 10.28 KB io.undertow.protocols.http2.HpackEncoder
+ 10.28 KB sun.misc.FloatingDecimal$BinaryToASCIIBuffer
+ 10.27 KB org.apache.http.impl.client.DefaultRedirectStrategy
+ 10.25 KB io.undertow.conduits.ChunkedStreamSinkConduit
+ 10.23 KB java.lang.StringCoding
+ 10.22 KB org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate$Parser
+ 10.20 KB com.fasterxml.jackson.databind.ObjectReader
+ 10.20 KB com.sun.xml.bind.v2.model.nav.ReflectionNavigator
+ 10.19 KB org.apache.http.impl.cookie.RFC2109Spec
+ 10.19 KB java.io.ObjectInputStream$BlockDataInputStream
+ 10.16 KB java.text.CollationElementIterator
+ 10.16 KB io.undertow.protocols.http2.HpackDecoder
+ 10.14 KB com.sun.xml.bind.v2.runtime.JaxBeanInfo
+ 10.14 KB org.jboss.resteasy.util.TypeConverter
+ 10.11 KB java.io.PipedInputStream
+ 10.11 KB org.apache.http.impl.cookie.RFC2965Spec
+ 10.09 KB java.util.BitSet
+ 10.08 KB com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
+ 10.08 KB java.util.AbstractMap
+ 10.06 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser
+ 10.05 KB com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo
+ 10.05 KB org.hsqldb.jdbc.JDBCConnection
+ 10.05 KB java.util.EnumMap
+ 10.05 KB sun.nio.ch.IOUtil
+ 10.03 KB sun.nio.fs.UnixFileSystemProvider
+ 10.00 KB com.arjuna.ats.arjuna.coordinator.RecordList
+ 9.98 KB io.agroal.pool.util.StampedCopyOnWriteArrayList
+ 9.97 KB org.glassfish.json.JsonReaderImpl
+ 9.94 KB com.arjuna.ats.internal.arjuna.objectstore.FileSystemStore
+ 9.94 KB io.undertow.conduits.ChunkedStreamSourceConduit
+ 9.94 KB org.postgresql.ssl.jdbc4.LibPQFactory
+ 9.91 KB org.jboss.protean.arc.CovariantTypes
+ 9.91 KB com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
+ 9.91 KB org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
+ 9.88 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens
+ 9.83 KB sun.util.locale.provider.RuleBasedBreakIterator
+ 9.81 KB io.undertow.server.Connectors
+ 9.81 KB java.lang.management.MemoryUsage
+ 9.81 KB java.net.Inet6AddressImpl
+ 9.80 KB org.apache.commons.codec.binary.Base64
+ 9.78 KB com.arjuna.common.internal.util.ClassloadingUtility
+ 9.78 KB com.fasterxml.jackson.core.io.JsonStringEncoder
+ 9.77 KB org.apache.http.impl.auth.NTLMEngineImpl$CipherGen
+ 9.77 KB org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
+ 9.72 KB sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
+ 9.72 KB java.util.concurrent.ConcurrentHashMap$CollectionView
+ 9.72 KB org.xnio.nio.QueuedNioTcpServer
+ 9.70 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLNSDTDValidator
+ 9.66 KB java.nio.charset.CharsetDecoder
+ 9.66 KB java.text.MergeCollation
+ 9.63 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader
+ 9.61 KB org.hsqldb.DatabaseURL
+ 9.55 KB com.sun.xml.internal.bind.v2.model.impl.PropertyInfoImpl
+ 9.55 KB com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
+ 9.55 KB org.hsqldb.types.CharacterType
+ 9.53 KB org.jboss.resteasy.core.InjectorFactoryImpl
+ 9.53 KB org.apache.http.impl.client.AuthenticationStrategyImpl
+ 9.53 KB java.net.URLConnection
+ 9.52 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
+ 9.48 KB io.smallrye.config.SmallRyeConfigBuilder
+ 9.45 KB java.io.BufferedReader
+ 9.44 KB org.apache.http.impl.cookie.BrowserCompatSpec
+ 9.44 KB org.apache.http.impl.auth.HttpAuthenticator
+ 9.44 KB org.xnio._private.Messages_$logger
+ 9.42 KB org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate
+ 9.42 KB org.jboss.resteasy.plugins.delegates.LinkDelegate$Parser
+ 9.41 KB com.fasterxml.jackson.core.io.UTF8Writer
+ 9.38 KB io.agroal.pool.util.PropertyInjector
+ 9.31 KB java.nio.ByteBuffer
+ 9.28 KB com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
+ 9.22 KB org.slf4j.helpers.MessageFormatter
+ 9.20 KB com.fasterxml.classmate.TypeResolver
+ 9.16 KB org.jboss.resteasy.core.registry.SegmentNode$SortEntry
+ 9.11 KB java.util.zip.GZIPInputStream
+ 9.09 KB com.sun.org.apache.xerces.internal.util.SymbolTable
+ 9.08 KB com.sun.org.apache.xml.internal.dtm.ref.sax2dtm.SAX2DTM2
+ 9.08 KB org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
+ 9.06 KB com.sun.xml.bind.DatatypeConverterImpl$CalendarFormatter
+ 9.06 KB java.util.zip.Inflater
+ 9.06 KB com.sun.xml.internal.bind.DatatypeConverterImpl$CalendarFormatter
+ 9.06 KB org.jboss.logging.Logger
+ 9.05 KB com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory
+ 9.03 KB sun.security.util.DerIndefLenConverter
+ 9.03 KB java.util.ArraysParallelSortHelpers$FJObject$Sorter
+ 9.02 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV$XDecimal
+ 9.00 KB sun.text.normalizer.Utility
+ 9.00 KB java.net.URLDecoder
+ 8.97 KB java.lang.reflect.Array
+ 8.97 KB com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer
+ 8.95 KB org.jboss.resteasy.core.MessageBodyParameterInjector
+ 8.95 KB java.util.logging.LogManager$LoggerContext
+ 8.95 KB com.sun.org.apache.xerces.internal.impl.dtd.XML11NSDTDValidator
+ 8.95 KB com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl
+ 8.94 KB io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
+ 8.94 KB com.sun.proxy.$Proxy232
+ 8.91 KB org.jboss.shamrock.example.jpa.JPATestEndpoint
+ 8.91 KB java.sql.Timestamp
+ 8.89 KB com.fasterxml.jackson.databind.introspect.AnnotatedMethod
+ 8.88 KB sun.security.util.DerInputStream
+ 8.86 KB com.fasterxml.jackson.databind.ser.PropertyBuilder
+ 8.84 KB com.fasterxml.jackson.core.io.NumberOutput
+ 8.84 KB org.apache.http.impl.BHttpConnectionBase
+ 8.81 KB com.sun.org.apache.xerces.internal.dom.DocumentImpl
+ 8.81 KB sun.security.provider.NativePRNG$RandomIO
+ 8.80 KB org.apache.http.impl.conn.BasicClientConnectionManager
+ 8.78 KB org.jboss.protean.arc.ArcContainerImpl
+ 8.78 KB org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
+ 8.77 KB java.lang.ThreadLocal$ThreadLocalMap
+ 8.77 KB org.hibernate.validator.internal.engine.path.NodeImpl
+ 8.77 KB com.fasterxml.classmate.TypeBindings
+ 8.77 KB org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
+ 8.73 KB io.undertow.protocols.http2.Http2DataStreamSinkChannel
+ 8.73 KB com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
+ 8.73 KB com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty
+ 8.72 KB javax.el.FactoryFinder
+ 8.72 KB org.jboss.resteasy.util.CookieParser
+ 8.69 KB java.text.AttributedString$AttributedStringIterator
+ 8.67 KB io.undertow.server.protocol.http2.Http2ServerConnection
+ 8.66 KB com.sun.xml.internal.bind.v2.runtime.ContentHandlerAdaptor
+ 8.66 KB com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
+ 8.66 KB io.undertow.server.protocol.ajp.AjpServerRequestConduit
+ 8.61 KB com.fasterxml.jackson.databind.util.EnumResolver
+ 8.59 KB com.sun.org.apache.xerces.internal.impl.dv.util.Base64
+ 8.58 KB org.apache.http.impl.cookie.RFC2109DomainHandler
+ 8.58 KB org.apache.http.impl.conn.DefaultClientConnectionOperator
+ 8.55 KB com.sun.xml.internal.stream.dtd.DTDGrammarUtil
+ 8.53 KB java.time.LocalDate
+ 8.52 KB java.util.ArrayDeque
+ 8.52 KB org.apache.commons.logging.impl.WeakHashtable
+ 8.48 KB com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla
+ 8.47 KB com.fasterxml.jackson.core.io.UTF32Reader
+ 8.47 KB com.oracle.svm.core.SubstrateUtil
+ 8.44 KB sun.security.jca.GetInstance
+ 8.44 KB org.jboss.resteasy.core.MediaTypeMap
+ 8.42 KB java.util.concurrent.locks.AbstractQueuedLongSynchronizer
+ 8.38 KB java.text.AttributedString$AttributeMap
+ 8.38 KB com.fasterxml.classmate.ResolvedTypeWithMembers
+ 8.36 KB com.fasterxml.jackson.databind.deser.impl.CreatorCollector
+ 8.36 KB io.undertow.util.Cookies
+ 8.36 KB com.fasterxml.jackson.core.filter.FilteringParserDelegate
+ 8.34 KB java.util.Properties
+ 8.33 KB com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord
+ 8.30 KB org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
+ 8.27 KB com.fasterxml.jackson.databind.node.TreeTraversingParser
+ 8.25 KB java.util.LinkedHashMap
+ 8.22 KB java.lang.Character
+ 8.22 KB com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
+ 8.20 KB com.fasterxml.jackson.databind.cfg.MapperConfigBase
+ 8.20 KB org.hibernate.validator.internal.util.ExecutableHelper
+ 8.19 KB com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
+ 8.19 KB com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver
+ 8.19 KB org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
+ 8.17 KB io.undertow.conduits.IdleTimeoutConduit
+ 8.17 KB com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
+ 8.14 KB org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
+ 8.11 KB sun.nio.ch.SelectorImpl
+ 8.11 KB io.undertow.servlet.handlers.ServletInitialHandler
+ 8.09 KB com.oracle.svm.core.thread.JavaThreads
+ 8.08 KB sun.nio.fs.UnixUriUtils
+ 8.06 KB com.oracle.svm.core.posix.JavaNetNetUtilMD
+ 8.06 KB sun.nio.cs.StreamEncoder
+ 8.05 KB sun.util.locale.provider.CalendarNameProviderImpl
+ 8.03 KB java.util.concurrent.ForkJoinPool$WorkQueue
+ 8.03 KB io.undertow.server.protocol.http.HttpServerConnection
+ 8.03 KB java.io.FileInputStream
+ 8.02 KB com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet
+ 8.02 KB com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer
+ 8.00 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver
+ 7.98 KB org.apache.http.client.utils.URIUtils
+ 7.98 KB com.oracle.svm.core.genscavenge.Space
+ 7.97 KB org.jboss.resteasy.specimpl.BuiltResponse
+ 7.97 KB javax.xml.bind.helpers.AbstractMarshallerImpl
+ 7.97 KB org.xml.sax.helpers.ParserAdapter
+ 7.94 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ClosureToken
+ 7.91 KB org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
+ 7.91 KB com.sun.org.apache.xerces.internal.impl.xs.opti.ElementImpl
+ 7.88 KB org.xml.sax.helpers.AttributesImpl
+ 7.86 KB com.sun.security.ntlm.Client
+ 7.86 KB io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
+ 7.84 KB com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings
+ 7.83 KB sun.nio.cs.StreamDecoder
+ 7.81 KB com.sun.xml.internal.bind.unmarshaller.DOMScanner
+ 7.81 KB org.postgresql.core.QueryExecutorBase
+ 7.81 KB io.undertow.io.AsyncSenderImpl
+ 7.81 KB com.sun.xml.bind.unmarshaller.DOMScanner
+ 7.80 KB org.postgresql.util.ServerErrorMessage
+ 7.78 KB org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
+ 7.78 KB java.nio.CharBuffer
+ 7.78 KB com.oracle.svm.core.code.CodeInfoDecoder
+ 7.77 KB java.util.concurrent.FutureTask
+ 7.77 KB org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry
+ 7.77 KB io.undertow.io.AsyncReceiverImpl
+ 7.75 KB java.net.SocketOutputStream
+ 7.72 KB com.sun.org.apache.xalan.internal.xsltc.trax.DOM2SAX
+ 7.70 KB com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
+ 7.70 KB org.apache.http.message.TokenParser
+ 7.69 KB com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
+ 7.67 KB com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertySorter
+ 7.67 KB com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter
+ 7.63 KB sun.nio.ch.KQueueSelectorImpl
+ 7.61 KB org.hsqldb.map.ValuePoolHashMap
+ 7.59 KB java.util.stream.Collectors
+ 7.58 KB io.undertow.util.CanonicalPathUtils
+ 7.58 KB io.agroal.pool.wrapper.ConnectionWrapper
+ 7.53 KB java.util.zip.InflaterInputStream
+ 7.50 KB java.io.BufferedInputStream
+ 7.50 KB org.hsqldb.persist.HsqlProperties
+ 7.50 KB org.apache.http.impl.conn.LoggingManagedHttpClientConnection
+ 7.48 KB org.jboss.resteasy.plugins.delegates.ServerCookie
+ 7.48 KB com.sun.org.apache.xml.internal.serializer.ToXMLStream
+ 7.47 KB com.fasterxml.jackson.core.io.IOContext
+ 7.47 KB io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler
+ 7.45 KB org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
+ 7.45 KB com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
+ 7.45 KB java.util.Base64$Decoder
+ 7.44 KB com.fasterxml.jackson.databind.util.CompactStringObjectMap
+ 7.44 KB java.util.UUID
+ 7.44 KB com.sun.org.apache.xml.internal.serializer.NamespaceMappings
+ 7.42 KB java.util.SubList
+ 7.41 KB java.net.HttpConnectSocketImpl
+ 7.41 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo
+ 7.39 KB java.text.RuleBasedCollator
+ 7.39 KB org.apache.http.impl.AbstractHttpClientConnection
+ 7.39 KB com.sun.xml.internal.bind.api.impl.NameUtil
+ 7.39 KB com.sun.xml.bind.api.impl.NameUtil
+ 7.39 KB io.undertow.util.URLUtils
+ 7.38 KB org.postgresql.core.v3.SimpleQuery
+ 7.38 KB javax.ws.rs.core.GenericType
+ 7.36 KB io.agroal.narayana.LocalXAResource
+ 7.34 KB org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree
+ 7.33 KB org.slf4j.helpers.SubstituteLogger
+ 7.31 KB com.sun.xml.internal.bind.v2.util.QNameMap
+ 7.31 KB com.sun.xml.bind.v2.util.QNameMap
+ 7.31 KB org.xnio.nio.NioXnioWorker
+ 7.30 KB io.undertow.server.handlers.resource.URLResource
+ 7.30 KB com.sun.org.apache.xml.internal.serializer.ToXMLSAXHandler
+ 7.28 KB io.undertow.servlet.spec.ServletPrintWriter
+ 7.27 KB com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
+ 7.25 KB io.smallrye.metrics.MetricsRequestHandler
+ 7.23 KB org.postgresql.util.HStoreConverter
+ 7.23 KB io.undertow.UndertowLogger_$logger
+ 7.23 KB com.fasterxml.jackson.core.io.NumberInput
+ 7.20 KB com.sun.org.apache.xml.internal.utils.XMLReaderManager
+ 7.19 KB io.undertow.util.HttpString
+ 7.19 KB com.sun.org.apache.xerces.internal.util.SymbolHash
+ 7.17 KB com.sun.xml.internal.bind.v2.runtime.NameBuilder
+ 7.17 KB com.sun.xml.bind.v2.runtime.NameBuilder
+ 7.17 KB org.apache.http.impl.io.AbstractSessionInputBuffer
+ 7.17 KB java.lang.ConditionalSpecialCasing
+ 7.16 KB org.jboss.resteasy.specimpl.MultivaluedTreeMap
+ 7.14 KB java.net.Inet6Address
+ 7.14 KB org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
+ 7.13 KB org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
+ 7.13 KB java.lang.reflect.Executable
+ 7.11 KB com.arjuna.ats.jta.xa.XATxConverter
+ 7.09 KB sun.util.calendar.BaseCalendar
+ 7.08 KB org.hibernate.validator.internal.metadata.core.MetaConstraints
+ 7.06 KB org.hsqldb.result.ResultLob
+ 7.06 KB org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
+ 7.03 KB org.postgresql.shaded.com.ongres.scram.common.message.ServerFirstMessage
+ 7.03 KB com.arjuna.ats.internal.arjuna.abstractrecords.LastResourceRecord
+ 7.03 KB org.apache.http.impl.client.SystemDefaultCredentialsProvider
+ 7.03 KB com.sun.org.apache.xml.internal.utils.FastStringBuffer
+ 7.03 KB org.jboss.protean.arc.Reflections
+ 7.00 KB io.undertow.util.ByteRange
+ 7.00 KB java.nio.channels.spi.AbstractSelectableChannel
+ 6.98 KB org.jboss.protean.arc.BeanTypeAssignabilityRules
+ 6.97 KB org.jboss.resteasy.core.PathParamInjector
+ 6.97 KB com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
+ 6.95 KB com.sun.org.apache.xml.internal.serializer.WriterToUTF8Buffered
+ 6.95 KB com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
+ 6.94 KB com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
+ 6.94 KB com.fasterxml.jackson.databind.deser.AbstractDeserializer
+ 6.92 KB javax.crypto.Mac
+ 6.91 KB org.jboss.resteasy.core.registry.RootNode
+ 6.88 KB io.undertow.conduits.AbstractFramedStreamSinkConduit
+ 6.88 KB jdk.vm.ci.meta.JavaConstant
+ 6.84 KB io.undertow.servlet.core.BlockingWriterSenderImpl
+ 6.84 KB java.text.DateFormat
+ 6.81 KB org.postgresql.jre8.sasl.ScramAuthenticator
+ 6.81 KB com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
+ 6.81 KB org.apache.http.impl.io.AbstractMessageParser
+ 6.81 KB io.undertow.util.ETagUtils
+ 6.81 KB com.sun.org.apache.xml.internal.serializer.utils.SystemIDResolver
+ 6.81 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeGroupTraverser
+ 6.81 KB com.sun.org.apache.xml.internal.utils.SystemIDResolver
+ 6.81 KB com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput
+ 6.80 KB org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
+ 6.80 KB org.hsqldb.jdbc.JDBCResultSet
+ 6.78 KB java.time.LocalTime
+ 6.77 KB io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener
+ 6.77 KB org.jboss.resteasy.util.MediaTypeHelper
+ 6.77 KB org.hibernate.validator.internal.metadata.BeanMetaDataManager
+ 6.77 KB org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger
+ 6.75 KB com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
+ 6.75 KB sun.net.www.protocol.http.AuthenticationInfo
+ 6.72 KB com.fasterxml.jackson.databind.deser.std.EnumDeserializer
+ 6.72 KB org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart
+ 6.70 KB com.sun.xml.bind.v2.runtime.output.SAXOutput
+ 6.70 KB com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
+ 6.70 KB com.sun.xml.internal.bind.v2.runtime.AnyTypeBeanInfo
+ 6.70 KB com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
+ 6.70 KB org.jboss.resteasy.client.jaxrs.ProxyBuilder
+ 6.70 KB com.sun.xml.internal.bind.v2.runtime.output.SAXOutput
+ 6.69 KB com.sun.org.apache.xalan.internal.xsltc.trax.TransformerHandlerImpl
+ 6.69 KB sun.text.normalizer.RuleCharacterIterator
+ 6.63 KB org.jboss.resteasy.core.registry.Expression
+ 6.63 KB org.apache.http.client.protocol.RequestAddCookies
+ 6.61 KB org.apache.http.message.BasicTokenIterator
+ 6.61 KB java.text.PatternEntry$Parser
+ 6.61 KB org.jboss.resteasy.core.ResourceLocatorInvoker
+ 6.61 KB org.hsqldb.ClientConnectionHTTP
+ 6.58 KB javax.naming.ldap.Rdn
+ 6.58 KB org.apache.http.impl.execchain.RetryExec
+ 6.58 KB com.arjuna.ats.arjuna.state.OutputBuffer
+ 6.56 KB org.apache.http.impl.conn.Wire
+ 6.56 KB io.reactiverse.reactivecontexts.core.Context
+ 6.56 KB io.smallrye.metrics.app.ExponentiallyDecayingReservoir
+ 6.55 KB java.lang.reflect.Field
+ 6.53 KB sun.nio.ch.AbstractPollSelectorImpl
+ 6.50 KB sun.net.spi.DefaultProxySelector$3
+ 6.44 KB sun.reflect.annotation.AnnotationSupport
+ 6.44 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Op
+ 6.42 KB org.xnio.nio.NioSocketConduit
+ 6.41 KB org.glassfish.json.JsonWriterImpl
+ 6.39 KB com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
+ 6.39 KB org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
+ 6.38 KB org.apache.http.conn.routing.HttpRoute
+ 6.36 KB org.jboss.resteasy.specimpl.LinkBuilderImpl
+ 6.36 KB sun.reflect.generics.visitor.Reifier
+ 6.34 KB org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
+ 6.33 KB io.undertow.servlet.spec.ServletContextImpl
+ 6.33 KB com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter
+ 6.33 KB java.lang.reflect.Method
+ 6.31 KB sun.util.calendar.ZoneInfo
+ 6.30 KB org.apache.http.impl.cookie.NetscapeDraftSpec
+ 6.30 KB io.reactivex.Flowable
+ 6.28 KB java.lang.ProcessEnvironment
+ 6.28 KB com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
+ 6.28 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl
+ 6.28 KB org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
+ 6.27 KB sun.security.provider.ByteArrayAccess
+ 6.27 KB java.io.PrintWriter
+ 6.27 KB java.util.concurrent.atomic.Striped64
+ 6.27 KB java.io.BufferedWriter
+ 6.27 KB sun.text.normalizer.TrieIterator
+ 6.25 KB sun.net.spi.DefaultProxySelector
+ 6.25 KB org.apache.http.impl.cookie.DefaultCookieSpecProvider
+ 6.25 KB org.postgresql.core.Utils
+ 6.25 KB org.apache.http.impl.client.InternalHttpClient
+ 6.25 KB com.sun.xml.internal.stream.events.StartElementEvent
+ 6.22 KB org.xml.sax.helpers.XMLReaderFactory
+ 6.22 KB org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder43
+ 6.19 KB org.glassfish.json.JsonObjectBuilderImpl
+ 6.19 KB io.smallrye.metrics.exporters.JsonMetadataExporter
+ 6.19 KB io.undertow.util.QValueParser
+ 6.19 KB java.util.concurrent.locks.ReentrantReadWriteLock$Sync
+ 6.17 KB com.fasterxml.jackson.databind.deser.std.FactoryBasedEnumDeserializer
+ 6.16 KB java.lang.ThreadGroup
+ 6.16 KB com.sun.org.apache.xml.internal.serializer.ToTextStream
+ 6.16 KB org.apache.http.impl.conn.LoggingInputStream
+ 6.14 KB com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
+ 6.13 KB org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms
+ 6.13 KB org.jboss.resteasy.util.WeightedMediaType
+ 6.13 KB javax.ws.rs.core.MediaType
+ 6.13 KB com.sun.org.apache.xerces.internal.util.NamespaceSupport
+ 6.11 KB javax.activation.MimeType
+ 6.11 KB io.smallrye.config.SmallRyeConfig
+ 6.11 KB com.oracle.svm.core.handles.ObjectHandlesImpl
+ 6.09 KB com.oracle.svm.core.MonitorSupport
+ 6.06 KB org.jboss.resteasy.core.AbstractCollectionFormInjector
+ 6.06 KB io.undertow.io.BlockingSenderImpl
+ 6.05 KB org.jboss.resteasy.plugins.providers.RegisterBuiltin
+ 6.05 KB sun.net.www.protocol.http.BasicAuthentication
+ 6.05 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
+ 6.05 KB com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
+ 6.03 KB com.sun.org.apache.xml.internal.dtm.ref.ExpandedNameTable
+ 6.03 KB sun.util.locale.BaseLocale$Key
+ 6.03 KB io.undertow.server.DefaultByteBufferPool
+ 6.03 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
+ 6.02 KB com.oracle.svm.core.log.RealLog
+ 6.02 KB com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple
+ 6.00 KB com.oracle.svm.core.genscavenge.AlignedHeapChunk
+ 6.00 KB org.hibernate.validator.internal.util.annotation.AnnotationProxy
+ 5.98 KB io.undertow.server.protocol.ajp.AjpOpenListener
+ 5.98 KB com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
+ 5.98 KB com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl
+ 5.98 KB javax.xml.bind.helpers.DefaultValidationEventHandler
+ 5.97 KB java.util.AbstractList
+ 5.95 KB com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDayDV
+ 5.94 KB java.nio.Buffer
+ 5.92 KB com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
+ 5.92 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector
+ 5.92 KB com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
+ 5.92 KB com.fasterxml.jackson.databind.JsonMappingException
+ 5.92 KB sun.net.www.protocol.file.FileURLConnection
+ 5.89 KB java.util.Collections$UnmodifiableMap
+ 5.86 KB sun.net.www.protocol.http.NegotiateAuthentication
+ 5.84 KB java.text.DecimalFormatSymbols
+ 5.84 KB java.util.ArrayList$SubList$1
+ 5.84 KB com.sun.xml.internal.bind.v2.model.annotation.RuntimeInlineAnnotationReader
+ 5.84 KB com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
+ 5.83 KB org.apache.http.util.VersionInfo
+ 5.83 KB sun.net.www.http.HttpCapture
+ 5.83 KB com.sun.org.apache.xerces.internal.impl.xs.XSDeclarationPool
+ 5.83 KB org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
+ 5.83 KB org.jboss.resteasy.core.AsyncResponseConsumer
+ 5.81 KB com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction
+ 5.81 KB org.apache.http.impl.auth.NTLMEngineImpl$Type3Message
+ 5.80 KB com.sun.org.apache.xerces.internal.xni.QName
+ 5.78 KB com.fasterxml.jackson.databind.deser.ValueInstantiator
+ 5.77 KB com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
+ 5.77 KB com.sun.xml.internal.bind.v2.runtime.reflect.ListTransducedAccessorImpl
+ 5.73 KB com.sun.xml.bind.v2.runtime.IllegalAnnotationException
+ 5.73 KB com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException
+ 5.73 KB io.smallrye.metrics.interceptors.MetricResolver
+ 5.72 KB org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
+ 5.72 KB java.util.stream.Nodes$FixedNodeBuilder
+ 5.69 KB org.jboss.resteasy.util.ParameterParser
+ 5.69 KB com.oracle.svm.core.snippets.ImplicitExceptions
+ 5.69 KB java.time.ZoneOffset
+ 5.69 KB com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
+ 5.69 KB java.util.StringTokenizer
+ 5.67 KB com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$Linked
+ 5.67 KB com.sun.org.apache.xerces.internal.impl.dtd.models.MixedContentModel
+ 5.66 KB com.fasterxml.jackson.databind.deser.impl.CreatorCollector$StdTypeConstructor
+ 5.66 KB com.fasterxml.jackson.databind.type.TypeParser
+ 5.66 KB sun.security.jgss.GSSNameImpl
+ 5.64 KB com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket
+ 5.61 KB org.jboss.resteasy.core.ExceptionHandler
+ 5.61 KB org.postgresql.core.ServerVersion
+ 5.61 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$UnionToken
+ 5.59 KB com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
+ 5.59 KB javax.naming.directory.BasicAttribute
+ 5.58 KB java.util.Currency
+ 5.58 KB com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
+ 5.58 KB org.jboss.resteasy.core.MatrixParamInjector
+ 5.56 KB sun.text.UCompactIntArray
+ 5.56 KB com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
+ 5.55 KB org.hsqldb.error.Error
+ 5.50 KB org.apache.commons.io.output.ByteArrayOutputStream
+ 5.50 KB java.io.DataOutputStream
+ 5.48 KB org.apache.http.impl.auth.NTLMScheme
+ 5.48 KB org.postgresql.util.HostSpec
+ 5.48 KB java.io.ObjectInputStream
+ 5.47 KB io.undertow.server.protocol.http.HttpOpenListener
+ 5.47 KB sun.nio.cs.ISO_8859_1$Encoder
+ 5.47 KB io.undertow.io.BlockingReceiverImpl
+ 5.45 KB com.fasterxml.jackson.databind.util.BeanUtil
+ 5.45 KB io.undertow.util.SubstringMap
+ 5.45 KB com.fasterxml.jackson.databind.type.SimpleType
+ 5.45 KB org.jboss.resteasy.core.registry.RootClassNode
+ 5.44 KB org.apache.http.impl.cookie.NetscapeDomainHandler
+ 5.44 KB sun.reflect.Reflection
+ 5.44 KB org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
+ 5.44 KB sun.nio.ch.KQueueArrayWrapper
+ 5.42 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$ByteDeser
+ 5.42 KB io.undertow.util.RedirectBuilder
+ 5.41 KB com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
+ 5.41 KB java.lang.reflect.Constructor
+ 5.39 KB com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty
+ 5.39 KB org.apache.http.impl.io.ContentLengthInputStream
+ 5.39 KB com.fasterxml.jackson.databind.ObjectWriter
+ 5.39 KB com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
+ 5.39 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 5.39 KB sun.util.locale.provider.JRELocaleProviderAdapter
+ 5.39 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 5.38 KB io.undertow.server.session.InMemorySessionManager$SessionImpl
+ 5.38 KB org.apache.http.impl.conn.DefaultHttpResponseParser
+ 5.38 KB sun.net.util.IPAddressUtil
+ 5.38 KB java.util.ServiceLoader$LazyIterator
+ 5.36 KB com.fasterxml.jackson.databind.type.ReferenceType
+ 5.33 KB com.sun.org.apache.xml.internal.serializer.utils.Messages
+ 5.31 KB com.sun.xml.bind.v2.model.nav.ReflectionNavigator$2
+ 5.31 KB com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$2
+ 5.31 KB java.util.Locale
+ 5.31 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl
+ 5.30 KB java.util.Map
+ 5.28 KB java.util.Date
+ 5.28 KB sun.security.provider.SeedGenerator$URLSeedGenerator
+ 5.28 KB com.sun.org.apache.xerces.internal.impl.dv.xs.AnyURIDV
+ 5.27 KB java.util.ArrayList$SubList
+ 5.25 KB java.util.concurrent.ForkJoinTask
+ 5.25 KB org.jboss.shamrock.example.metrics.MetricsResource_Subclass
+ 5.25 KB java.util.regex.Pattern$GroupCurly
+ 5.23 KB com.sun.org.apache.xalan.internal.xsltc.trax.DOM2TO
+ 5.23 KB sun.nio.fs.UnixChannelFactory
+ 5.23 KB sun.nio.cs.US_ASCII$Encoder
+ 5.22 KB org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage
+ 5.22 KB com.sun.org.apache.xerces.internal.impl.dtd.BalancedDTDGrammar
+ 5.22 KB com.sun.org.apache.xalan.internal.xsltc.dom.SAXImpl
+ 5.20 KB com.fasterxml.jackson.dataformat.yaml.YAMLFactory
+ 5.20 KB com.fasterxml.jackson.databind.type.ArrayType
+ 5.20 KB java.io.PushbackInputStream
+ 5.19 KB org.glassfish.json.UnicodeDetectingInputStream
+ 5.19 KB com.sun.org.apache.xerces.internal.dom.NodeImpl
+ 5.19 KB com.fasterxml.jackson.core.util.ByteArrayBuilder
+ 5.19 KB com.fasterxml.jackson.core.util.JsonParserDelegate
+ 5.17 KB com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration
+ 5.17 KB org.jboss.resteasy.core.AsyncResponseConsumer$AsyncGeneralStreamingSseResponseConsumer
+ 5.17 KB java.io.ObjectOutputStream
+ 5.16 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDriver
+ 5.13 KB sun.text.IntHashtable
+ 5.13 KB sun.net.www.http.ChunkedOutputStream
+ 5.13 KB com.fasterxml.jackson.core.base.GeneratorBase
+ 5.08 KB sun.text.normalizer.UTF16
+ 5.08 KB io.undertow.protocols.http2.Http2HeaderBlockParser
+ 5.08 KB com.sun.xml.internal.bind.v2.model.nav.ParameterizedTypeImpl
+ 5.08 KB com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
+ 5.06 KB java.nio.HeapByteBuffer
+ 5.06 KB io.reactivex.internal.queue.SpscLinkedArrayQueue
+ 5.06 KB org.jboss.resteasy.specimpl.PathSegmentImpl
+ 5.06 KB sun.net.www.protocol.http.AuthenticationHeader
+ 5.06 KB com.fasterxml.jackson.databind.PropertyName
+ 5.05 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.Base64Data
+ 5.05 KB com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
+ 5.05 KB com.sun.org.apache.xml.internal.serializer.EncodingInfo$EncodingImpl
+ 5.05 KB org.jboss.protean.arc.HierarchyDiscovery
+ 5.05 KB com.oracle.svm.core.graal.thread.VMThreadLocalMTObjectReferenceWalker
+ 5.05 KB sun.java2d.cmm.CMSManager$CMMTracer
+ 5.05 KB org.apache.http.conn.routing.RouteTracker
+ 5.03 KB com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
+ 5.03 KB com.fasterxml.jackson.databind.deser.SettableAnyProperty
+ 5.03 KB java.util.Hashtable$Enumerator
+ 5.02 KB org.hibernate.validator.internal.engine.groups.Sequence
+ 5.02 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM
+ 5.02 KB org.apache.http.conn.util.PublicSuffixMatcher
+ 5.02 KB java.nio.DirectByteBuffer
+ 5.02 KB org.postgresql.core.v3.CompositeParameterList
+ 5.02 KB javax.activation.DataHandler
+ 5.00 KB com.sun.xml.bind.v2.runtime.unmarshaller.Loader
+ 5.00 KB com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
+ 5.00 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
+ 5.00 KB com.sun.xml.internal.bind.v2.model.impl.TypeInfoSetImpl
+ 5.00 KB com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
+ 4.98 KB com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
+ 4.98 KB org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
+ 4.98 KB java.util.Collections$SynchronizedMap
+ 4.98 KB org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
+ 4.97 KB io.undertow.util.URLUtils$QueryStringParser
+ 4.95 KB org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceMethodBuilder
+ 4.95 KB org.hsqldb.lib.HsqlByteArrayInputStream
+ 4.95 KB org.jboss.resteasy.util.WeightedLanguage
+ 4.95 KB com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
+ 4.94 KB com.fasterxml.jackson.databind.util.TokenBuffer$Segment
+ 4.92 KB java.util.JumboEnumSet
+ 4.91 KB com.fasterxml.jackson.databind.util.ObjectBuffer
+ 4.89 KB com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager
+ 4.89 KB java.util.logging.LogManager
+ 4.89 KB org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
+ 4.89 KB java.util.EnumSet
+ 4.89 KB org.apache.http.impl.entity.StrictContentLengthStrategy
+ 4.89 KB org.apache.http.impl.auth.NTLMEngineImpl$MD4
+ 4.89 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ElementStack
+ 4.88 KB org.jboss.resteasy.util.PickConstructor
+ 4.88 KB com.fasterxml.jackson.core.JsonParser
+ 4.88 KB org.xnio.OptionMap
+ 4.88 KB com.fasterxml.jackson.core.JsonFactory
+ 4.86 KB com.sun.org.apache.xerces.internal.util.XMLGrammarPoolImpl
+ 4.86 KB org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$AbstractInterceptorFactory
+ 4.86 KB com.arjuna.ats.arjuna.coordinator.ActionHierarchy
+ 4.86 KB com.sun.org.apache.xerces.internal.dom.DeferredDocumentTypeImpl
+ 4.84 KB sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl
+ 4.84 KB org.yaml.snakeyaml.resolver.Resolver
+ 4.84 KB java.util.stream.AbstractShortCircuitTask
+ 4.84 KB com.sun.org.apache.xerces.internal.jaxp.SchemaValidatorConfiguration
+ 4.84 KB sun.util.logging.PlatformLogger$DefaultLoggerProxy
+ 4.84 KB org.apache.http.client.utils.URIBuilder
+ 4.84 KB java.util.Timer
+ 4.84 KB org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
+ 4.83 KB java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
+ 4.83 KB io.undertow.servlet.spec.RequestDispatcherImpl
+ 4.83 KB org.apache.http.message.BasicHeaderValueParser
+ 4.83 KB com.oracle.svm.core.graal.jdk.ArraycopySnippets
+ 4.83 KB org.hsqldb.map.BitMap
+ 4.81 KB com.fasterxml.jackson.databind.deser.std.FromStringDeserializer$Std
+ 4.81 KB org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
+ 4.80 KB org.apache.http.impl.execchain.ProtocolExec
+ 4.80 KB java.util.IdentityHashMap$EntrySet
+ 4.80 KB org.apache.http.impl.cookie.RFC2965PortAttributeHandler
+ 4.80 KB org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingKey
+ 4.78 KB org.apache.http.impl.cookie.RFC6265CookieSpecProvider
+ 4.78 KB com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDV
+ 4.78 KB com.sun.xml.internal.stream.Entity$ScannedEntity
+ 4.75 KB io.undertow.conduits.FixedLengthStreamSourceConduit
+ 4.73 KB com.fasterxml.classmate.ResolvedType
+ 4.73 KB org.hibernate.validator.internal.xml.MappingXmlParser
+ 4.72 KB org.hsqldb.types.BinaryType
+ 4.72 KB org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage
+ 4.72 KB io.undertow.server.handlers.resource.DirectoryUtils
+ 4.70 KB com.oracle.svm.core.posix.thread.PosixParkEvent
+ 4.70 KB com.sun.activation.registries.MailcapTokenizer
+ 4.70 KB org.jboss.resteasy.core.ContextParameterInjector
+ 4.70 KB com.sun.org.apache.xerces.internal.impl.io.UCSReader
+ 4.69 KB org.eclipse.microprofile.metrics.Metadata
+ 4.69 KB org.apache.http.impl.conn.CPoolProxy
+ 4.69 KB org.jboss.resteasy.plugins.server.servlet.ServletUtil
+ 4.69 KB org.jboss.resteasy.plugins.providers.SourceProvider
+ 4.67 KB org.apache.http.impl.io.SessionInputBufferImpl
+ 4.67 KB java.io.DataInputStream
+ 4.66 KB com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer
+ 4.66 KB io.undertow.server.protocol.http.ALPNOfferedClientHelloExplorer
+ 4.66 KB org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
+ 4.66 KB com.fasterxml.jackson.databind.introspect.AnnotatedField
+ 4.66 KB sun.net.www.protocol.file.Handler
+ 4.64 KB com.sun.xml.bind.v2.util.CollisionCheckStack
+ 4.64 KB org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
+ 4.64 KB sun.util.locale.LocaleUtils
+ 4.64 KB com.sun.xml.internal.bind.v2.util.CollisionCheckStack
+ 4.64 KB com.fasterxml.jackson.core.util.JsonParserSequence
+ 4.63 KB java.lang.reflect.Parameter
+ 4.63 KB org.apache.http.pool.RouteSpecificPool
+ 4.63 KB com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
+ 4.63 KB com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
+ 4.63 KB io.undertow.server.handlers.form.FormData
+ 4.63 KB com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
+ 4.61 KB io.smallrye.metrics.app.WeightedSnapshot
+ 4.61 KB com.sun.xml.internal.bind.v2.runtime.property.SingleElementLeafProperty
+ 4.61 KB com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
+ 4.61 KB sun.security.provider.DigestBase
+ 4.59 KB javax.xml.transform.TransformerException
+ 4.59 KB javax.ws.rs.WebApplicationException
+ 4.58 KB com.sun.org.apache.xerces.internal.xinclude.MultipleScopeNamespaceSupport
+ 4.58 KB com.fasterxml.jackson.databind.type.TypeBase
+ 4.58 KB org.apache.http.impl.io.AbstractSessionOutputBuffer
+ 4.56 KB com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty
+ 4.56 KB com.sun.org.apache.xerces.internal.impl.dv.xs.ListDV$ListData
+ 4.56 KB io.reactivex.internal.subscriptions.SubscriptionHelper
+ 4.56 KB com.oracle.svm.core.amd64.AMD64CPUFeatureAccess
+ 4.56 KB org.jboss.protean.arc.InvariantTypes
+ 4.56 KB org.jboss.resteasy.specimpl.ResteasyHttpHeaders
+ 4.56 KB com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
+ 4.56 KB java.net.URLEncoder
+ 4.56 KB com.sun.org.apache.xerces.internal.dom.ElementNSImpl
+ 4.55 KB io.undertow.util.NetworkUtils
+ 4.53 KB com.sun.xml.bind.v2.runtime.output.Encoded
+ 4.53 KB com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
+ 4.53 KB org.jboss.protean.arc.Types
+ 4.53 KB com.sun.xml.internal.bind.v2.runtime.output.Encoded
+ 4.53 KB com.fasterxml.jackson.databind.ser.std.StdSerializer
+ 4.53 KB com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
+ 4.53 KB java.util.StringJoiner
+ 4.52 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Match
+ 4.52 KB java.sql.DriverManager
+ 4.52 KB org.jboss.resteasy.core.StringParameterInjector$UnmodifiableArrayList
+ 4.52 KB java.nio.HeapCharBuffer
+ 4.52 KB sun.net.www.protocol.http.ntlm.NTLMAuthentication
+ 4.50 KB sun.nio.fs.UnixChannelFactory$Flags
+ 4.50 KB java.lang.Shutdown
+ 4.50 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ParenToken
+ 4.48 KB io.undertow.util.QueryParameterUtils
+ 4.48 KB java.lang.reflect.Proxy
+ 4.47 KB com.sun.nio.zipfs.ZipFileSystemProvider
+ 4.47 KB jdk.vm.ci.meta.JavaKind
+ 4.45 KB sun.util.locale.provider.TimeZoneNameUtility
+ 4.45 KB org.apache.http.impl.auth.AuthSchemeBase
+ 4.45 KB java.text.PatternEntry
+ 4.45 KB java.util.concurrent.ConcurrentMap
+ 4.45 KB io.agroal.pool.ConnectionHandler
+ 4.44 KB java.util.Properties$LineReader
+ 4.44 KB com.sun.org.apache.xerces.internal.impl.XMLVersionDetector
+ 4.44 KB com.sun.org.apache.xml.internal.serializer.SerializerTraceWriter
+ 4.42 KB io.agroal.api.configuration.supplier.AgroalConnectionPoolConfigurationSupplier
+ 4.42 KB com.fasterxml.jackson.jaxrs.json.JsonMapperConfigurator
+ 4.42 KB java.util.Spliterators
+ 4.42 KB java.time.temporal.TemporalAccessor
+ 4.41 KB io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber
+ 4.41 KB org.postgresql.core.Encoding
+ 4.41 KB java.util.stream.Nodes$SizedCollectorTask
+ 4.41 KB org.apache.http.impl.cookie.BasicDomainHandler
+ 4.41 KB com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
+ 4.41 KB org.jboss.resteasy.util.DateUtil
+ 4.41 KB com.fasterxml.jackson.databind.type.MapType
+ 4.39 KB com.fasterxml.jackson.databind.deser.impl.MethodProperty
+ 4.39 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer
+ 4.38 KB sun.text.normalizer.VersionInfo
+ 4.36 KB org.apache.http.message.BasicHeaderValueFormatter
+ 4.36 KB com.sun.org.apache.xml.internal.utils.SuballocatedIntVector
+ 4.36 KB sun.security.jca.ProviderList
+ 4.36 KB org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$BuilderDelegate
+ 4.34 KB java.util.stream.Nodes
+ 4.33 KB com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
+ 4.33 KB com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
+ 4.33 KB com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaValidatorComponentManager
+ 4.33 KB java.util.LinkedList$ListItr
+ 4.31 KB java.text.StringCharacterIterator
+ 4.31 KB com.fasterxml.jackson.databind.ser.std.CollectionSerializer
+ 4.31 KB com.arjuna.ats.internal.arjuna.recovery.ExpiredEntryMonitor
+ 4.31 KB java.time.Duration
+ 4.31 KB io.undertow.server.protocol.http.AlpnOpenListener
+ 4.30 KB sun.security.provider.MD5
+ 4.30 KB org.apache.http.client.methods.RequestBuilder
+ 4.30 KB sun.java2d.cmm.ProfileDataVerifier
+ 4.30 KB org.yaml.snakeyaml.reader.StreamReader
+ 4.30 KB org.jboss.resteasy.spi.metadata.DefaultResourceLocator
+ 4.28 KB sun.reflect.annotation.AnnotatedTypeFactory
+ 4.28 KB com.fasterxml.jackson.databind.deser.CreatorProperty
+ 4.28 KB java.util.IdentityHashMap$KeySet
+ 4.28 KB org.postgresql.core.v3.BatchedQuery
+ 4.27 KB java.lang.StackTraceElement
+ 4.27 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$IntDeser
+ 4.27 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV$XDouble
+ 4.25 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$LongDeser
+ 4.25 KB io.undertow.server.AbstractServerConnection
+ 4.25 KB org.apache.http.util.ByteArrayBuffer
+ 4.23 KB org.jboss.resteasy.plugins.delegates.LinkDelegate
+ 4.23 KB java.time.format.DateTimeFormatter
+ 4.23 KB sun.util.resources.LocaleData
+ 4.23 KB java.time.temporal.ValueRange
+ 4.23 KB org.glassfish.json.JsonArrayBuilderImpl
+ 4.22 KB io.undertow.conduits.WriteTimeoutStreamSinkConduit
+ 4.22 KB com.fasterxml.classmate.MemberResolver
+ 4.22 KB javax.xml.bind.helpers.ValidationEventLocatorImpl
+ 4.22 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$CharDeser
+ 4.22 KB java.util.stream.ReferencePipeline
+ 4.22 KB com.oracle.svm.core.thread.Safepoint$Master
+ 4.20 KB org.jboss.resteasy.spi.metadata.DefaultResourceConstructor
+ 4.20 KB io.undertow.servlet.spec.ServletInputStreamImpl
+ 4.20 KB org.hibernate.validator.internal.engine.ServiceLoaderBasedConstraintMappingContributor
+ 4.19 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$BooleanDeser
+ 4.19 KB com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV$XFloat
+ 4.19 KB com.fasterxml.jackson.databind.DatabindContext
+ 4.19 KB org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
+ 4.19 KB java.util.concurrent.ConcurrentSkipListMap$EntrySpliterator
+ 4.19 KB java.util.WeakHashMap$EntrySpliterator
+ 4.19 KB java.text.CharacterIteratorFieldDelegate
+ 4.19 KB org.jboss.resteasy.plugins.providers.sse.OutboundSseEventImpl$BuilderImpl
+ 4.17 KB com.fasterxml.jackson.databind.introspect.AnnotatedParameter
+ 4.16 KB com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault
+ 4.16 KB org.xnio.OptionMap$Builder
+ 4.16 KB jdk.vm.ci.meta.PrimitiveConstant
+ 4.16 KB java.util.TreeMap$EntrySpliterator
+ 4.14 KB io.reactivex.Single
+ 4.14 KB io.undertow.conduits.ReadTimeoutStreamSourceConduit
+ 4.14 KB com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV
+ 4.14 KB com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer
+ 4.14 KB java.util.Collections$SynchronizedCollection
+ 4.14 KB java.util.logging.Level$KnownLevel
+ 4.13 KB org.jboss.resteasy.core.AsynchronousDispatcher
+ 4.13 KB java.time.Instant
+ 4.13 KB com.fasterxml.jackson.databind.node.ArrayNode
+ 4.13 KB org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter
+ 4.13 KB com.sun.xml.internal.bind.v2.util.EditDistance
+ 4.13 KB org.apache.http.entity.ContentType
+ 4.13 KB org.jboss.resteasy.core.AbstractAsynchronousResponse
+ 4.13 KB org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntry
+ 4.13 KB com.fasterxml.jackson.databind.AnnotationIntrospector
+ 4.13 KB com.sun.xml.bind.v2.util.EditDistance
+ 4.11 KB java.io.OutputStreamWriter
+ 4.11 KB io.undertow.protocols.http2.Http2StreamSourceChannel
+ 4.11 KB com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
+ 4.11 KB org.hsqldb.rowio.RowInputBase
+ 4.11 KB com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$GetterSetterReflection
+ 4.11 KB java.lang.Class$MethodArray
+ 4.11 KB com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterSetterReflection
+ 4.11 KB com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
+ 4.11 KB java.util.IdentityHashMap$Values
+ 4.11 KB com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
+ 4.11 KB com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
+ 4.11 KB org.hsqldb.types.BitType
+ 4.11 KB com.sun.xml.internal.bind.v2.model.impl.EnumLeafInfoImpl
+ 4.11 KB sun.util.locale.provider.CalendarDataUtility
+ 4.11 KB com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
+ 4.11 KB javax.ws.rs.core.AbstractMultivaluedMap
+ 4.09 KB sun.nio.ch.FileChannelImpl
+ 4.09 KB org.hibernate.validator.internal.engine.resolver.TraversableResolvers
+ 4.09 KB org.jboss.resteasy.plugins.providers.DefaultNumberWriter
+ 4.09 KB com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector
+ 4.08 KB java.util.logging.Level
+ 4.08 KB com.sun.org.apache.xerces.internal.impl.io.ASCIIReader
+ 4.08 KB org.jboss.protean.arc.InstanceImpl
+ 4.06 KB java.util.Collections
+ 4.06 KB io.reactivex.Observable
+ 4.06 KB java.util.TreeMap$KeySpliterator
+ 4.06 KB org.apache.http.client.methods.HttpRequestWrapper
+ 4.06 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$ShortDeser
+ 4.06 KB org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
+ 4.05 KB org.apache.http.message.ParserCursor
+ 4.05 KB ch.qos.logback.classic.spi.ThrowableProxy
+ 4.05 KB com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl
+ 4.05 KB org.postgresql.shaded.com.ongres.scram.client.ScramSession$ClientFinalProcessor
+ 4.05 KB com.sun.xml.internal.bind.v2.model.impl.ElementPropertyInfoImpl
+ 4.05 KB org.apache.http.message.HeaderGroup
+ 4.05 KB java.util.IdentityHashMap$EntrySpliterator
+ 4.05 KB io.undertow.protocols.http2.Http2StreamSinkChannel
+ 4.05 KB com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
+ 4.03 KB sun.util.calendar.AbstractCalendar
+ 4.03 KB org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
+ 4.03 KB com.fasterxml.jackson.databind.introspect.AnnotationMap
+ 4.03 KB com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
+ 4.03 KB org.hibernate.validator.internal.metadata.core.MetaConstraint
+ 4.03 KB io.undertow.protocols.http2.HPackHuffman
+ 4.02 KB io.undertow.servlet.core.ManagedServlet
+ 4.02 KB com.fasterxml.jackson.databind.ser.SerializerCache
+ 4.00 KB com.arjuna.ats.internal.arjuna.coordinator.ReaperWorkerThread
+ 4.00 KB sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter
+ 4.00 KB com.arjuna.ats.arjuna.state.OutputObjectState
+ 4.00 KB com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor
+ 4.00 KB io.undertow.conduits.PreChunkedStreamSinkConduit
+ 3.98 KB org.hsqldb.types.ArrayType
+ 3.98 KB java.util.concurrent.CopyOnWriteArraySet
+ 3.98 KB sun.awt.AppContext
+ 3.98 KB java.util.concurrent.ScheduledThreadPoolExecutor
+ 3.98 KB io.smallrye.health.SmallRyeHealthReporter
+ 3.98 KB com.sun.proxy.$Proxy237
+ 3.98 KB org.jboss.resteasy.plugins.providers.FileProvider
+ 3.97 KB com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl
+ 3.97 KB java.nio.charset.Charset
+ 3.97 KB java.net.InetSocketAddress
+ 3.97 KB org.jboss.resteasy.specimpl.UnmodifiableMultivaluedMap
+ 3.97 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers
+ 3.97 KB java.util.TreeMap$ValueSpliterator
+ 3.95 KB java.util.ArrayList$Itr
+ 3.95 KB com.fasterxml.jackson.databind.introspect.CollectorBase
+ 3.94 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$FloatDeser
+ 3.94 KB org.postgresql.core.VisibleBufferedInputStream
+ 3.94 KB com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$DoubleDeser
+ 3.92 KB org.hsqldb.navigator.RowSetNavigatorClient
+ 3.92 KB org.apache.http.protocol.HttpRequestExecutor
+ 3.92 KB org.postgresql.shaded.com.ongres.scram.common.util.CryptoUtil
+ 3.92 KB org.hibernate.validator.internal.util.TypeVariableBindings
+ 3.92 KB java.util.stream.Nodes$InternalNodeSpliterator
+ 3.92 KB com.fasterxml.classmate.types.ResolvedObjectType
+ 3.92 KB io.undertow.channels.DetachableStreamSinkChannel
+ 3.91 KB sun.nio.fs.UnixException
+ 3.91 KB io.undertow.server.HttpServerExchange$ReadDispatchChannel
+ 3.91 KB ch.qos.logback.core.status.StatusBase
+ 3.91 KB java.util.TaskQueue
+ 3.91 KB org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
+ 3.91 KB io.agroal.narayana.NarayanaTransactionIntegration
+ 3.91 KB io.undertow.servlet.handlers.ServletPathMatchesData
+ 3.91 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 3.91 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 3.89 KB org.hsqldb.types.BlobDataID
+ 3.89 KB java.util.concurrent.ArrayBlockingQueue$Itr
+ 3.89 KB com.sun.proxy.$Proxy238
+ 3.89 KB java.util.Base64$Encoder
+ 3.89 KB com.sun.org.apache.xerces.internal.utils.SecuritySupport
+ 3.88 KB com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl$TransducerImpl
+ 3.88 KB com.sun.org.apache.xml.internal.serializer.AttributesImplSerializer
+ 3.88 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$CharToken
+ 3.88 KB java.io.ByteArrayOutputStream
+ 3.88 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl$TransducerImpl
+ 3.86 KB org.jboss.resteasy.util.MethodHashing
+ 3.86 KB com.sun.proxy.$Proxy239
+ 3.86 KB java.util.IdentityHashMap$IdentityHashMapIterator
+ 3.86 KB com.fasterxml.jackson.databind.ser.std.StdKeySerializers
+ 3.84 KB com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFS$Pack
+ 3.84 KB java.io.InputStreamReader
+ 3.84 KB org.jboss.resteasy.plugins.interceptors.MessageSanitizerContainerResponseFilter
+ 3.84 KB com.sun.xml.internal.bind.v2.runtime.reflect.Lister$IDREFS$Pack
+ 3.84 KB com.fasterxml.jackson.databind.util.EnumValues
+ 3.84 KB com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
+ 3.84 KB sun.security.provider.SecureRandom
+ 3.83 KB org.jboss.resteasy.util.MediaTypeHelper$MediaTypeComparator
+ 3.83 KB com.sun.xml.bind.marshaller.SAX2DOMEx
+ 3.83 KB com.sun.xml.internal.bind.marshaller.SAX2DOMEx
+ 3.83 KB io.undertow.util.DateUtils
+ 3.81 KB java.util.EnumMap$EntrySet
+ 3.81 KB sun.text.normalizer.ReplaceableUCharacterIterator
+ 3.81 KB com.sun.org.apache.xml.internal.serializer.SerializerFactory
+ 3.81 KB jdk.xml.internal.JdkXmlFeatures
+ 3.80 KB org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceClassBuilder
+ 3.80 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ConditionToken
+ 3.80 KB org.hibernate.validator.internal.engine.valueextraction.ArrayElement
+ 3.78 KB org.postgresql.shaded.com.ongres.scram.common.message.ClientFinalMessage
+ 3.78 KB org.jboss.resteasy.core.registry.MethodExpression
+ 3.78 KB java.util.Spliterators$IteratorSpliterator
+ 3.78 KB com.oracle.svm.core.posix.JavaNetNetUtil
+ 3.78 KB java.util.HashMap$ValueSpliterator
+ 3.78 KB sun.nio.ch.ServerSocketAdaptor
+ 3.77 KB com.sun.org.apache.xerces.internal.impl.xs.util.StringListImpl
+ 3.77 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DayDV
+ 3.77 KB com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
+ 3.77 KB org.postgresql.hostchooser.MultiHostChooser
+ 3.77 KB com.sun.xml.internal.bind.v2.runtime.property.SingleReferenceNodeProperty
+ 3.77 KB org.hibernate.validator.internal.util.CollectionHelper
+ 3.77 KB java.time.LocalDateTime
+ 3.77 KB org.jboss.resteasy.plugins.providers.DocumentProvider
+ 3.75 KB org.jboss.resteasy.core.interception.jaxrs.DecoratorMatcher
+ 3.75 KB java.util.HashMap$KeySpliterator
+ 3.75 KB sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream
+ 3.75 KB com.sun.org.apache.xml.internal.serializer.Encodings
+ 3.75 KB java.util.HashMap$EntrySpliterator
+ 3.73 KB com.sun.xml.internal.bind.v2.model.impl.RegistryInfoImpl
+ 3.73 KB io.undertow.server.protocol.http2.Http2OpenListener
+ 3.73 KB org.apache.http.client.protocol.ResponseContentEncoding
+ 3.73 KB javax.security.auth.Subject$SecureSet
+ 3.73 KB java.util.Formatter$FormatSpecifier$BigDecimalLayout
+ 3.72 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
+ 3.72 KB org.apache.http.impl.client.BasicAuthCache
+ 3.72 KB javax.naming.ldap.LdapName
+ 3.70 KB com.fasterxml.jackson.databind.ser.std.EnumSerializer
+ 3.70 KB com.oracle.svm.core.code.FrameInfoDecoder
+ 3.70 KB com.oracle.svm.core.genscavenge.ThreadLocalAllocation
+ 3.70 KB org.xnio.Buffers
+ 3.69 KB com.sun.xml.internal.stream.events.XMLEventFactoryImpl
+ 3.69 KB org.hibernate.validator.internal.engine.ConstraintViolationImpl
+ 3.69 KB com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
+ 3.69 KB org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
+ 3.69 KB com.sun.xml.bind.v2.runtime.property.PropertyFactory
+ 3.69 KB java.util.stream.StreamSpliterators$AbstractWrappingSpliterator
+ 3.67 KB java.io.SequenceInputStream
+ 3.67 KB org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey
+ 3.67 KB javax.net.ssl.SSLSocketFactory
+ 3.67 KB com.sun.org.apache.xerces.internal.impl.dtd.models.CMBinOp
+ 3.67 KB com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
+ 3.67 KB com.oracle.svm.core.genscavenge.graal.AllocationSnippets
+ 3.67 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSCMBinOp
+ 3.67 KB com.sun.org.apache.xerces.internal.xni.parser.XMLParseException
+ 3.67 KB java.io.PipedOutputStream
+ 3.66 KB com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
+ 3.66 KB io.undertow.conduits.ChunkReader
+ 3.66 KB com.fasterxml.jackson.databind.jsontype.TypeSerializer
+ 3.66 KB com.oracle.svm.core.hub.ClassInitializationInfo
+ 3.66 KB com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl
+ 3.66 KB com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl
+ 3.66 KB com.fasterxml.jackson.annotation.JsonIgnoreProperties$Value
+ 3.64 KB java.util.stream.SpinedBuffer$1Splitr
+ 3.64 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDKeyrefTraverser
+ 3.64 KB com.sun.org.apache.xerces.internal.util.DOMUtil
+ 3.63 KB com.sun.org.apache.xerces.internal.impl.dv.xs.YearDV
+ 3.63 KB java.util.LinkedList$LLSpliterator
+ 3.63 KB javax.naming.spi.NamingManager
+ 3.63 KB io.undertow.util.CopyOnWriteMap
+ 3.63 KB sun.net.ProgressMonitor
+ 3.63 KB com.oracle.svm.core.thread.VMOperationControl
+ 3.63 KB java.lang.Enum
+ 3.63 KB java.util.Collections$UnmodifiableCollection
+ 3.61 KB org.jboss.protean.arc.CreationalContextImpl
+ 3.61 KB java.util.WeakHashMap$KeySpliterator
+ 3.61 KB org.hsqldb.rowio.RowOutputBase
+ 3.61 KB java.security.AccessControlContext
+ 3.61 KB java.sql.SQLException
+ 3.61 KB org.jboss.shamrock.agroal.runtime.DataSourceProducer
+ 3.59 KB io.undertow.protocols.ssl.UndertowAcceptingSslChannel
+ 3.59 KB com.fasterxml.jackson.core.util.DefaultPrettyPrinter
+ 3.59 KB com.sun.org.apache.xml.internal.serializer.ToHTMLSAXHandler
+ 3.58 KB org.glassfish.json.JsonStringImpl
+ 3.56 KB java.util.stream.ForEachOps$ForEachOrderedTask
+ 3.56 KB sun.security.provider.SHA
+ 3.56 KB io.reactivex.internal.operators.flowable.FlowableCreate$BufferAsyncEmitter
+ 3.56 KB com.sun.org.apache.xalan.internal.xsltc.trax.SAX2StAXStreamWriter
+ 3.55 KB org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentStart
+ 3.55 KB com.sun.org.apache.xerces.internal.utils.ObjectFactory
+ 3.55 KB org.hibernate.validator.internal.util.ReflectionHelper
+ 3.55 KB java.util.WeakHashMap$ValueSpliterator
+ 3.55 KB java.nio.file.Files
+ 3.55 KB com.fasterxml.jackson.jaxrs.base.ProviderBase
+ 3.53 KB org.glassfish.json.JsonPointerImpl
+ 3.53 KB com.fasterxml.jackson.databind.deser.impl.CreatorCandidate
+ 3.52 KB org.apache.http.conn.ssl.SSLConnectionSocketFactory
+ 3.52 KB org.xml.sax.helpers.NamespaceSupport$Context
+ 3.52 KB com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter
+ 3.52 KB com.oracle.svm.core.genscavenge.HeapImpl
+ 3.52 KB com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
+ 3.50 KB com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
+ 3.50 KB com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple
+ 3.50 KB java.time.Month
+ 3.50 KB org.apache.http.impl.conn.LoggingOutputStream
+ 3.48 KB org.postgresql.shaded.com.ongres.scram.common.util.Preconditions
+ 3.48 KB java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
+ 3.48 KB java.io.CharArrayWriter
+ 3.48 KB org.xnio.Sequence
+ 3.47 KB com.fasterxml.jackson.annotation.JsonInclude$Value
+ 3.47 KB java.lang.ProcessEnvironment$StringEnvironment
+ 3.47 KB com.sun.proxy.$Proxy227
+ 3.47 KB org.jboss.logging.Slf4jLocationAwareLogger
+ 3.47 KB org.xml.sax.helpers.NamespaceSupport
+ 3.47 KB java.lang.CharacterData0E
+ 3.47 KB java.lang.CharacterData02
+ 3.45 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
+ 3.45 KB org.apache.http.auth.AuthScope
+ 3.44 KB com.fasterxml.jackson.databind.introspect.AnnotationCollector$NCollector
+ 3.44 KB org.apache.http.message.BufferedHeader
+ 3.42 KB org.apache.http.conn.ssl.SSLSocketFactory
+ 3.42 KB org.apache.http.impl.cookie.CookieSpecBase
+ 3.41 KB java.net.HttpURLConnection
+ 3.41 KB org.apache.http.client.protocol.RequestAuthenticationBase
+ 3.41 KB java.util.Vector$VectorSpliterator
+ 3.41 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDWildcardTraverser
+ 3.41 KB org.apache.http.message.BasicHeaderElementIterator
+ 3.39 KB java.util.IdentityHashMap$ValueSpliterator
+ 3.39 KB sun.net.www.protocol.http.spnego.NegotiatorImpl
+ 3.39 KB org.postgresql.geometric.PGbox
+ 3.39 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.BMPattern
+ 3.39 KB org.apache.http.impl.DefaultConnectionReuseStrategy
+ 3.39 KB com.arjuna.ats.internal.arjuna.coordinator.ReaperThread
+ 3.39 KB org.hsqldb.types.ClobDataID
+ 3.38 KB org.postgresql.core.NativeQuery
+ 3.38 KB com.sun.org.apache.xerces.internal.jaxp.UnparsedEntityHandler
+ 3.38 KB com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_Net
+ 3.38 KB io.undertow.util.LegacyCookieSupport
+ 3.38 KB javax.xml.namespace.QName
+ 3.38 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BooleanDeserializer
+ 3.38 KB org.postgresql.jdbc.BooleanTypeUtil
+ 3.38 KB sun.net.www.MimeEntry
+ 3.36 KB sun.net.NetworkClient
+ 3.36 KB org.jboss.resteasy.util.PrefixedMultivaluedMap
+ 3.36 KB com.fasterxml.classmate.Annotations
+ 3.36 KB io.undertow.util.ConnectionUtils
+ 3.36 KB java.util.concurrent.ConcurrentSkipListMap$KeySpliterator
+ 3.36 KB sun.nio.cs.US_ASCII$Decoder
+ 3.34 KB javax.security.auth.Subject$ClassSet
+ 3.34 KB com.arjuna.ats.jta.common.JTAEnvironmentBean
+ 3.34 KB org.hibernate.validator.internal.util.annotation.AnnotationDescriptor$Builder
+ 3.34 KB com.fasterxml.jackson.databind.type.CollectionType
+ 3.34 KB io.undertow.security.impl.SecurityContextImpl
+ 3.34 KB com.fasterxml.jackson.core.json.JsonWriteContext
+ 3.34 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.REUtil
+ 3.34 KB sun.net.www.http.KeepAliveStreamCleaner
+ 3.33 KB sun.nio.fs.UnixDirectoryStream$UnixDirectoryIterator
+ 3.33 KB com.oracle.svm.core.meta.SubstrateObjectConstant
+ 3.33 KB io.undertow.servlet.core.ApplicationListeners
+ 3.31 KB java.util.RegularEnumSet
+ 3.31 KB org.apache.http.params.BasicHttpParams
+ 3.31 KB org.apache.http.impl.conn.SystemDefaultRoutePlanner
+ 3.31 KB javax.xml.bind.helpers.AbstractUnmarshallerImpl
+ 3.31 KB com.fasterxml.jackson.databind.introspect.AnnotatedClass
+ 3.31 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$NumberDeserializer
+ 3.31 KB java.util.Vector$Itr
+ 3.31 KB java.security.Security
+ 3.30 KB org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse
+ 3.30 KB java.util.concurrent.ConcurrentSkipListMap$ValueSpliterator
+ 3.30 KB java.util.IdentityHashMap$KeySpliterator
+ 3.30 KB org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
+ 3.30 KB com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers$JavaUtilCollectionsConverter
+ 3.28 KB java.io.FileOutputStream
+ 3.28 KB com.sun.org.apache.xerces.internal.dom.EntityReferenceImpl
+ 3.28 KB com.fasterxml.jackson.databind.deser.impl.FieldProperty
+ 3.28 KB io.undertow.conduits.HeadStreamSinkConduit
+ 3.28 KB com.fasterxml.jackson.databind.DeserializationConfig
+ 3.28 KB com.sun.xml.internal.stream.events.EndElementEvent
+ 3.27 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDNotationTraverser
+ 3.27 KB java.nio.DirectByteBufferR
+ 3.27 KB java.util.WeakHashMap$HashIterator
+ 3.27 KB com.sun.org.apache.xerces.internal.impl.XML11DTDScannerImpl
+ 3.25 KB com.sun.org.apache.xerces.internal.impl.dtd.models.SimpleContentModel
+ 3.25 KB org.hsqldb.types.Type
+ 3.25 KB sun.nio.ch.PollArrayWrapper
+ 3.25 KB com.oracle.svm.core.genscavenge.OldGeneration
+ 3.23 KB org.jboss.resteasy.core.QueryParamInjector
+ 3.23 KB org.hsqldb.jdbc.JDBCUtil
+ 3.23 KB sun.nio.fs.UnixFileSystem
+ 3.23 KB org.hibernate.validator.internal.engine.ValueContext
+ 3.23 KB java.text.Collator
+ 3.23 KB org.apache.http.impl.client.DefaultHttpRequestRetryHandler
+ 3.22 KB com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
+ 3.22 KB java.util.EnumMap$EntryIterator$Entry
+ 3.22 KB java.util.Arrays$ArrayList
+ 3.20 KB io.undertow.protocols.http2.Http2FramePriority
+ 3.20 KB io.smallrye.metrics.exporters.ExporterUtil
+ 3.20 KB java.util.TimeZone
+ 3.19 KB org.apache.commons.codec.binary.BaseNCodec
+ 3.19 KB com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader$State
+ 3.19 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.DomLoader$State
+ 3.19 KB java.net.InetAddress$Cache
+ 3.19 KB org.postgresql.gss.MakeGSS
+ 3.17 KB com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
+ 3.17 KB org.jboss.resteasy.core.interception.jaxrs.ContainerResponseFilterRegistry
+ 3.17 KB com.fasterxml.jackson.databind.type.PlaceholderForType
+ 3.17 KB com.oracle.svm.core.posix.thread.PosixJavaThreads
+ 3.17 KB org.apache.http.HttpHost
+ 3.17 KB java.nio.HeapByteBufferR
+ 3.17 KB org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
+ 3.17 KB org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
+ 3.17 KB com.arjuna.ats.arjuna.StateManager
+ 3.16 KB org.hsqldb.jdbc.JDBCPreparedStatement
+ 3.16 KB com.sun.proxy.$Proxy236
+ 3.16 KB org.jboss.resteasy.core.MapFormInjector
+ 3.16 KB com.arjuna.ats.jta.xa.XidImple
+ 3.14 KB com.sun.org.apache.xerces.internal.impl.xs.util.ObjectListImpl
+ 3.14 KB org.apache.http.ProtocolVersion
+ 3.14 KB com.arjuna.ats.jta.logging.jtaI18NLogger_$logger
+ 3.14 KB org.jboss.resteasy.core.ExceptionAdapter
+ 3.14 KB com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
+ 3.13 KB org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl
+ 3.13 KB org.apache.http.protocol.ImmutableHttpProcessor
+ 3.13 KB java.util.concurrent.ConcurrentHashMap$EntrySetView
+ 3.13 KB io.smallrye.config.PropertiesConfigSourceProvider
+ 3.13 KB org.apache.http.protocol.RequestContent
+ 3.13 KB java.util.Collections$SingletonMap
+ 3.13 KB java.util.regex.Pattern$Curly
+ 3.13 KB org.hsqldb.map.HashIndex
+ 3.13 KB com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
+ 3.13 KB com.fasterxml.jackson.databind.JsonDeserializer
+ 3.13 KB org.jboss.resteasy.core.FormInjector
+ 3.11 KB com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath
+ 3.11 KB com.sun.xml.bind.marshaller.DataWriter
+ 3.11 KB java.util.Formatter$Flags
+ 3.11 KB com.sun.xml.internal.bind.marshaller.DataWriter
+ 3.11 KB com.oracle.svm.core.option.RuntimeOptionParser
+ 3.11 KB org.jboss.shamrock.restclient.runtime.ExceptionMapping
+ 3.11 KB org.postgresql.jdbc.PgPreparedStatement
+ 3.09 KB javax.crypto.SecretKeyFactory
+ 3.09 KB java.util.IdentityHashMap$EntryIterator$Entry
+ 3.09 KB org.apache.http.impl.client.BasicCookieStore
+ 3.09 KB io.reactivex.internal.util.BackpressureHelper
+ 3.09 KB org.apache.http.client.entity.DeflateInputStream
+ 3.09 KB com.arjuna.ats.arjuna.coordinator.RecordType
+ 3.09 KB com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
+ 3.08 KB com.arjuna.ats.internal.arjuna.coordinator.ReaperElement
+ 3.08 KB com.fasterxml.jackson.databind.ser.std.IterableSerializer
+ 3.08 KB com.sun.xml.internal.stream.events.AttributeImpl
+ 3.08 KB com.sun.org.apache.xerces.internal.dom.PSVIElementNSImpl
+ 3.08 KB javax.ws.rs.core.GenericEntity
+ 3.06 KB com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
+ 3.06 KB org.postgresql.util.PGbytea
+ 3.06 KB java.util.Collections$SetFromMap
+ 3.06 KB org.apache.http.impl.cookie.BasicMaxAgeHandler
+ 3.06 KB com.sun.xml.internal.bind.v2.model.impl.TypeInfoImpl
+ 3.06 KB org.apache.http.protocol.HttpProcessorBuilder
+ 3.06 KB com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
+ 3.06 KB java.lang.Math
+ 3.06 KB com.sun.xml.bind.v2.model.impl.TypeInfoImpl
+ 3.06 KB java.nio.charset.CoderResult
+ 3.05 KB com.fasterxml.jackson.core.json.JsonReadContext
+ 3.05 KB java.util.ArrayList$ArrayListSpliterator
+ 3.05 KB java.util.concurrent.ConcurrentHashMap$EntrySpliterator
+ 3.05 KB sun.nio.cs.UnicodeDecoder
+ 3.05 KB org.postgresql.core.v3.CompositeQuery
+ 3.05 KB org.apache.http.impl.io.SessionOutputBufferImpl
+ 3.05 KB ch.qos.logback.core.UnsynchronizedAppenderBase
+ 3.03 KB com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
+ 3.03 KB org.apache.http.impl.SocketHttpClientConnection
+ 3.03 KB javax.ws.rs.ext.RuntimeDelegate
+ 3.03 KB com.sun.org.apache.xerces.internal.dom.AttrNSImpl
+ 3.03 KB com.fasterxml.jackson.core.json.JsonGeneratorImpl
+ 3.03 KB sun.nio.ch.SocketAdaptor$SocketInputStream
+ 3.03 KB com.oracle.svm.reflect.helpers.ReflectionProxyHelper
+ 3.02 KB java.util.concurrent.ArrayBlockingQueue$Itrs
+ 3.02 KB javax.crypto.spec.PBEKeySpec
+ 3.02 KB com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
+ 3.02 KB com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter
+ 3.02 KB org.jboss.resteasy.core.registry.ClassNode
+ 3.02 KB java.text.CalendarBuilder
+ 3.02 KB org.apache.http.impl.cookie.RFC2109VersionHandler
+ 3.02 KB io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler
+ 3.02 KB com.sun.org.apache.xerces.internal.util.SAXMessageFormatter
+ 3.02 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
+ 3.00 KB java.lang.CharacterDataLatin1
+ 3.00 KB org.jboss.protean.arc.Qualifiers
+ 3.00 KB sun.net.www.MeteredStream
+ 3.00 KB java.text.NumberFormat
+ 2.98 KB javax.ws.rs.core.Cookie
+ 2.98 KB io.undertow.servlet.core.ServletBlockingHttpExchange
+ 2.98 KB com.sun.xml.bind.marshaller.MinimumEscapeHandler
+ 2.98 KB com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
+ 2.98 KB com.fasterxml.jackson.databind.type.MapLikeType
+ 2.97 KB io.undertow.server.session.InMemorySessionManager
+ 2.97 KB java.util.HashMap$HashIterator
+ 2.97 KB com.sun.security.ntlm.NTLM$Reader
+ 2.97 KB org.apache.http.impl.client.RequestWrapper
+ 2.97 KB com.sun.proxy.$Proxy226
+ 2.97 KB com.sun.proxy.$Proxy225
+ 2.97 KB io.undertow.servlet.handlers.ServletDebugPageHandler
+ 2.97 KB io.undertow.servlet.handlers.FilterHandler
+ 2.95 KB org.jboss.resteasy.plugins.providers.DataSourceProvider
+ 2.95 KB com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
+ 2.95 KB org.apache.http.message.BasicHeaderElement
+ 2.94 KB com.fasterxml.jackson.databind.node.TextNode
+ 2.94 KB org.hsqldb.types.BooleanType
+ 2.92 KB javax.crypto.spec.SecretKeySpec
+ 2.92 KB com.fasterxml.jackson.annotation.JsonFormat$Value
+ 2.91 KB javax.net.ssl.SNIHostName
+ 2.91 KB java.awt.image.ColorModel
+ 2.91 KB org.apache.http.impl.execchain.ResponseEntityProxy
+ 2.91 KB java.nio.channels.Channels
+ 2.91 KB java.util.regex.Pattern$Branch
+ 2.91 KB java.util.ArraysParallelSortHelpers$FJObject$Merger
+ 2.91 KB org.jboss.resteasy.mock.MockHttpResponse
+ 2.89 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMap4Types
+ 2.89 KB com.sun.xml.bind.v2.runtime.property.ArrayERProperty
+ 2.89 KB sun.util.locale.BaseLocale
+ 2.89 KB com.sun.org.apache.xalan.internal.xsltc.trax.SAX2StAXBaseWriter
+ 2.89 KB com.sun.xml.internal.bind.v2.runtime.property.ArrayERProperty
+ 2.89 KB io.undertow.util.Rfc6265CookieSupport
+ 2.89 KB org.xnio.Connection
+ 2.89 KB org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
+ 2.89 KB java.io.ExpiringCache
+ 2.88 KB com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
+ 2.88 KB com.sun.xml.bind.v2.model.nav.ReflectionNavigator$1
+ 2.88 KB com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
+ 2.88 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.DomLoader
+ 2.88 KB com.arjuna.ats.internal.arjuna.recovery.WorkerService
+ 2.88 KB com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$1
+ 2.88 KB org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
+ 2.88 KB org.apache.http.impl.client.DefaultHttpClient
+ 2.88 KB com.sun.xml.internal.bind.v2.runtime.ArrayBeanInfoImpl
+ 2.86 KB com.sun.org.apache.xalan.internal.xsltc.runtime.output.TransletOutputHandlerFactory
+ 2.86 KB org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData$Builder
+ 2.86 KB org.glassfish.json.JsonProviderImpl
+ 2.84 KB java.util.regex.Pattern$BnM
+ 2.84 KB io.agroal.api.configuration.supplier.AgroalConnectionFactoryConfigurationSupplier
+ 2.84 KB com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
+ 2.84 KB org.postgresql.shaded.com.ongres.scram.common.message.ClientFirstMessage
+ 2.84 KB org.jboss.resteasy.client.jaxrs.internal.proxy.SubResourceInvoker
+ 2.84 KB org.yaml.snakeyaml.DumperOptions
+ 2.84 KB java.util.stream.Nodes$ConcNode
+ 2.84 KB com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler$Builder
+ 2.83 KB io.smallrye.metrics.app.MeterImpl
+ 2.83 KB com.fasterxml.jackson.core.Version
+ 2.83 KB org.apache.commons.logging.impl.Jdk14Logger
+ 2.83 KB com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11IDDatatypeValidator
+ 2.83 KB com.fasterxml.jackson.databind.SerializationConfig
+ 2.83 KB com.sun.org.apache.xerces.internal.impl.dv.dtd.IDDatatypeValidator
+ 2.83 KB java.io.InputStream
+ 2.83 KB com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
+ 2.83 KB org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl
+ 2.81 KB org.xml.sax.SAXParseException
+ 2.81 KB com.sun.org.apache.xml.internal.res.XMLMessages
+ 2.81 KB org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
+ 2.81 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter
+ 2.81 KB com.arjuna.ats.internal.arjuna.coordinator.ReaperElementManager
+ 2.81 KB com.fasterxml.jackson.core.JsonLocation
+ 2.80 KB com.oracle.svm.core.genscavenge.HeapChunkProvider
+ 2.80 KB com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
+ 2.80 KB com.sun.xml.internal.bind.v2.model.impl.GetterSetterPropertySeed
+ 2.80 KB com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
+ 2.80 KB com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
+ 2.80 KB org.hsqldb.rowio.RowOutputBinary
+ 2.80 KB org.yaml.snakeyaml.error.MarkedYAMLException
+ 2.80 KB com.sun.xml.internal.bind.v2.runtime.LeafBeanInfoImpl
+ 2.80 KB com.sun.xml.internal.bind.v2.model.impl.ReferencePropertyInfoImpl
+ 2.80 KB org.jboss.protean.arc.ParameterizedTypeImpl
+ 2.80 KB javax.servlet.http.Cookie
+ 2.80 KB org.apache.http.message.BasicLineFormatter
+ 2.80 KB java.util.stream.FindOps$FindTask
+ 2.80 KB org.apache.http.impl.io.ChunkedOutputStream
+ 2.78 KB com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
+ 2.78 KB org.jboss.resteasy.core.QueryInjector
+ 2.78 KB org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry
+ 2.78 KB org.postgresql.core.EncodingPredictor
+ 2.77 KB ch.qos.logback.classic.LoggerContext
+ 2.77 KB org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
+ 2.77 KB org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy
+ 2.77 KB org.hsqldb.types.DTIType
+ 2.77 KB java.util.stream.StreamSpliterators$WrappingSpliterator
+ 2.77 KB org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
+ 2.77 KB com.oracle.svm.core.posix.darwin.DarwinCoreFoundationUtils
+ 2.77 KB io.smallrye.config.ImplicitConverters
+ 2.75 KB io.undertow.conduits.ChunkReader$TrailerParser
+ 2.75 KB sun.nio.cs.UTF_32Coder$Encoder
+ 2.75 KB ch.qos.logback.classic.spi.LoggingEvent
+ 2.75 KB org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
+ 2.75 KB sun.util.calendar.CalendarDate
+ 2.75 KB java.time.DayOfWeek
+ 2.75 KB io.reactivex.internal.operators.flowable.FlowableCreate$LatestAsyncEmitter
+ 2.75 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer
+ 2.75 KB org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$BeanMetaDataBuilder
+ 2.73 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DateTimeDV
+ 2.73 KB java.net.Inet4Address
+ 2.73 KB org.jboss.resteasy.plugins.providers.sse.SseEventProvider
+ 2.73 KB java.util.concurrent.ConcurrentHashMap$Traverser
+ 2.73 KB org.jboss.resteasy.util.HeaderParameterParser
+ 2.73 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.StAXSchemaParser
+ 2.72 KB com.fasterxml.jackson.databind.type.ResolvedRecursiveType
+ 2.72 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
+ 2.72 KB io.undertow.protocols.http2.Http2PingStreamSinkChannel
+ 2.72 KB org.apache.http.client.config.RequestConfig
+ 2.72 KB javax.ws.rs.core.NewCookie
+ 2.70 KB com.oracle.svm.core.meta.CompressedNullConstant
+ 2.70 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ShortDeserializer
+ 2.70 KB com.sun.proxy.$Proxy231
+ 2.70 KB sun.nio.ch.IOVecWrapper
+ 2.70 KB io.undertow.server.handlers.form.FormParserFactory
+ 2.70 KB io.smallrye.config.inject.ConfigProducer
+ 2.69 KB javax.naming.ldap.Rdn$RdnEntry
+ 2.69 KB java.text.Format
+ 2.69 KB org.jboss.resteasy.core.CookieParamInjector
+ 2.67 KB org.yaml.snakeyaml.error.Mark
+ 2.67 KB com.sun.org.apache.xerces.internal.util.XMLChar
+ 2.67 KB javax.validation.Validation$GenericBootstrapImpl
+ 2.67 KB org.jboss.resteasy.util.PathHelper
+ 2.67 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10
+ 2.67 KB java.net.Proxy
+ 2.67 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10
+ 2.67 KB java.lang.Double
+ 2.67 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
+ 2.66 KB com.sun.xml.internal.stream.events.StartDocumentEvent
+ 2.66 KB com.sun.xml.bind.v2.util.TypeCast
+ 2.66 KB java.util.WeakHashMap$EntrySet
+ 2.66 KB com.sun.xml.internal.bind.v2.util.TypeCast
+ 2.66 KB com.oracle.svm.core.posix.headers.Unistd
+ 2.64 KB sun.nio.cs.ISO_8859_1$Decoder
+ 2.64 KB java.lang.StringBuffer
+ 2.64 KB com.fasterxml.classmate.members.ResolvedParameterizedMember
+ 2.64 KB jdk.vm.ci.meta.NullConstant
+ 2.64 KB io.undertow.Undertow$Builder
+ 2.64 KB com.oracle.svm.core.option.XOptions
+ 2.64 KB com.sun.org.apache.xerces.internal.xinclude.XIncludeMessageFormatter
+ 2.64 KB javax.activation.SecuritySupport$3
+ 2.64 KB org.apache.http.message.BasicHttpResponse
+ 2.64 KB com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher
+ 2.64 KB org.apache.http.impl.conn.LoggingSessionOutputBuffer
+ 2.64 KB org.hibernate.validator.internal.util.TypeVariables
+ 2.64 KB io.undertow.servlet.api.ServletInfo
+ 2.64 KB com.sun.org.apache.xerces.internal.impl.xs.XSMessageFormatter
+ 2.63 KB org.xnio.ssl.JsseSslUtils
+ 2.63 KB sun.nio.cs.UnicodeEncoder
+ 2.63 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$HashIterator
+ 2.63 KB org.glassfish.json.MapUtil
+ 2.63 KB io.undertow.util.Headers
+ 2.63 KB com.oracle.svm.core.posix.headers.Pthread
+ 2.63 KB javax.ws.rs.sse.SseEventSource$Builder
+ 2.63 KB com.oracle.svm.core.genscavenge.UnalignedHeapChunk
+ 2.63 KB com.fasterxml.jackson.databind.JavaType
+ 2.63 KB com.sun.org.apache.xerces.internal.impl.xs.SchemaNamespaceSupport
+ 2.63 KB io.undertow.server.HttpServerExchange$WriteDispatchChannel
+ 2.61 KB com.sun.xml.internal.bind.v2.runtime.ValueListBeanInfoImpl
+ 2.61 KB java.security.KeyStore
+ 2.61 KB com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
+ 2.61 KB sun.util.calendar.JulianCalendar
+ 2.61 KB javax.activation.SecuritySupport$4
+ 2.61 KB javax.servlet.http.NoBodyResponse
+ 2.61 KB org.xnio.channels.EmptyStreamSourceChannel
+ 2.59 KB sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
+ 2.58 KB java.nio.file.TempFileHelper
+ 2.58 KB com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty$1
+ 2.58 KB com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment$EnvironmentAccessor
+ 2.58 KB org.postgresql.Driver$ConnectThread
+ 2.58 KB io.reactivex.internal.queue.SpscArrayQueue
+ 2.58 KB com.sun.org.apache.xalan.internal.utils.SecuritySupport
+ 2.56 KB io.smallrye.metrics.MetricRegistries_ProducerMethod13_ClientProxy
+ 2.56 KB java.util.logging.SimpleFormatter
+ 2.56 KB org.apache.http.impl.auth.BasicScheme
+ 2.56 KB org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
+ 2.56 KB io.smallrye.metrics.MetricRegistries_ProducerMethod6_ClientProxy
+ 2.56 KB org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
+ 2.56 KB java.util.Hashtable$Entry
+ 2.56 KB java.util.Collections$EmptyMap
+ 2.56 KB io.smallrye.metrics.MetricRegistries_ProducerMethod12_ClientProxy
+ 2.56 KB org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder
+ 2.56 KB com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg
+ 2.56 KB ch.qos.logback.classic.pattern.ThrowableProxyConverter
+ 2.55 KB io.undertow.server.protocol.http2.Http2UpgradeHandler
+ 2.55 KB sun.security.jca.ProviderList$ServiceList
+ 2.55 KB io.smallrye.config.inject.ConfigProducer_ClientProxy
+ 2.55 KB org.postgresql.shaded.com.ongres.scram.common.ScramStringFormatting
+ 2.55 KB com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
+ 2.55 KB java.util.concurrent.ConcurrentHashMap$Node
+ 2.55 KB org.xnio.XnioWorker
+ 2.53 KB io.undertow.servlet.core.ManagedFilter
+ 2.53 KB org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
+ 2.53 KB org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
+ 2.53 KB org.hsqldb.types.BinaryData
+ 2.53 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ByteDeserializer
+ 2.53 KB io.undertow.server.protocol.http.AlpnOpenListener$AlpnConnectionListener
+ 2.53 KB io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber
+ 2.53 KB java.util.stream.Nodes$ArrayNode
+ 2.53 KB org.apache.http.impl.conn.DefaultHttpRoutePlanner
+ 2.52 KB com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
+ 2.52 KB com.sun.xml.internal.bind.v2.bytecode.ClassTailor
+ 2.52 KB com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
+ 2.52 KB com.sun.xml.bind.v2.bytecode.ClassTailor
+ 2.52 KB com.sun.org.apache.xerces.internal.parsers.SAXParser
+ 2.52 KB java.lang.StringCoding$StringDecoder
+ 2.52 KB com.sun.xml.internal.bind.v2.runtime.output.IndentingUTF8XmlOutput
+ 2.52 KB org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
+ 2.52 KB sun.util.locale.provider.LocaleProviderAdapter
+ 2.50 KB java.lang.StringCoding$StringEncoder
+ 2.50 KB io.reactivex.internal.operators.flowable.FlowableCreate
+ 2.50 KB com.sun.org.apache.xerces.internal.util.XML11Char
+ 2.50 KB sun.security.jgss.GSSContextImpl
+ 2.50 KB org.apache.http.conn.HttpHostConnectException
+ 2.50 KB org.apache.http.conn.ConnectTimeoutException
+ 2.50 KB org.jboss.resteasy.core.interception.jaxrs.ClientResponseFilterRegistry
+ 2.48 KB sun.nio.fs.UnixDirectoryStream
+ 2.48 KB io.undertow.server.handlers.cache.LRUCache
+ 2.48 KB com.oracle.svm.core.jdk.JavaNetSubstitutions
+ 2.48 KB com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
+ 2.47 KB java.sql.Time
+ 2.47 KB org.apache.http.conn.EofSensorInputStream
+ 2.47 KB com.arjuna.ats.arjuna.recovery.RecoveryManager
+ 2.47 KB com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
+ 2.47 KB com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection
+ 2.47 KB com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$FieldReflection
+ 2.47 KB com.oracle.svm.core.posix.Target_os
+ 2.47 KB io.reactivex.internal.operators.flowable.FlowableSingleSingle$SingleElementSubscriber
+ 2.47 KB com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
+ 2.47 KB com.sun.org.apache.xerces.internal.dom.PSVIAttrNSImpl
+ 2.47 KB com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream
+ 2.47 KB org.jboss.shamrock.openapi.runtime.OpenApiServlet
+ 2.47 KB com.sun.org.apache.xml.internal.dtm.ref.DTMStringPool
+ 2.47 KB com.arjuna.ats.internal.jta.resources.arjunacore.XAOnePhaseResource
+ 2.47 KB com.sun.org.apache.xml.internal.serializer.ToTextSAXHandler
+ 2.47 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$DoubleDeserializer
+ 2.45 KB java.util.Spliterators$ArraySpliterator
+ 2.45 KB io.undertow.util.StringWriteChannelListener
+ 2.45 KB org.apache.http.conn.scheme.Scheme
+ 2.45 KB sun.security.jca.ProviderConfig
+ 2.45 KB sun.util.resources.ParallelListResourceBundle
+ 2.45 KB com.sun.org.apache.xerces.internal.impl.dv.DatatypeException
+ 2.45 KB io.reactivex.plugins.RxJavaPlugins
+ 2.45 KB sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
+ 2.44 KB com.sun.org.apache.xerces.internal.impl.dv.util.HexBin
+ 2.44 KB com.fasterxml.jackson.databind.deser.impl.UnwrappedPropertyHandler
+ 2.44 KB java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntrySetSpliterator
+ 2.44 KB jdk.vm.ci.meta.MetaUtil
+ 2.44 KB io.undertow.channels.DetachableStreamSourceChannel
+ 2.44 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
+ 2.44 KB java.net.HttpCookie
+ 2.44 KB javax.servlet.http.NoBodyOutputStream
+ 2.44 KB io.undertow.server.protocol.http2.Http2UpgradeHandler$3
+ 2.44 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DateDV
+ 2.44 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool
+ 2.42 KB org.hsqldb.lib.HsqlByteArrayOutputStream
+ 2.42 KB sun.net.www.protocol.http.NTLMAuthenticationProxy
+ 2.42 KB java.lang.Package
+ 2.42 KB java.awt.GraphicsEnvironment
+ 2.42 KB sun.nio.cs.ThreadLocalCoders$Cache
+ 2.42 KB java.io.File$TempDirectory
+ 2.42 KB sun.text.normalizer.UCharacter
+ 2.42 KB com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl$1
+ 2.42 KB com.sun.xml.internal.bind.v2.runtime.ValueListBeanInfoImpl$1
+ 2.41 KB io.smallrye.metrics.interceptors.CountedInterceptor_Bean
+ 2.41 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription
+ 2.41 KB io.reactivex.internal.util.ExceptionHelper
+ 2.41 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers
+ 2.41 KB com.sun.org.apache.xerces.internal.dom.CharacterDataImpl
+ 2.41 KB java.net.Inet6Address$Inet6AddressHolder
+ 2.39 KB org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry
+ 2.39 KB java.util.Optional
+ 2.39 KB io.undertow.util.QValueParser$QValueResult
+ 2.39 KB org.apache.http.message.BasicListHeaderIterator
+ 2.39 KB com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
+ 2.39 KB com.oracle.svm.core.threadlocal.VMThreadLocalInfos
+ 2.38 KB io.undertow.util.ReferenceCountedPooled
+ 2.38 KB java.nio.file.Paths
+ 2.38 KB java.util.concurrent.ConcurrentHashMap$KeySetView
+ 2.38 KB io.agroal.pool.ConnectionPool$CreateConnectionTask
+ 2.38 KB com.sun.org.apache.xerces.internal.impl.dv.xs.TimeDV
+ 2.38 KB com.arjuna.ats.arjuna.coordinator.AbstractRecord
+ 2.38 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$FloatDeserializer
+ 2.38 KB java.util.SplittableRandom
+ 2.38 KB com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
+ 2.38 KB org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext
+ 2.36 KB com.sun.xml.internal.bind.util.AttributesImpl
+ 2.36 KB io.reactivex.internal.subscribers.StrictSubscriber
+ 2.36 KB sun.security.jgss.ProviderList$PreferencesEntry
+ 2.36 KB org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1
+ 2.36 KB org.jboss.logging.DelegatingBasicLogger
+ 2.36 KB com.sun.xml.bind.util.AttributesImpl
+ 2.36 KB com.sun.org.apache.xerces.internal.impl.dv.xs.BooleanDV
+ 2.36 KB javax.validation.Validation$GetValidationProviderListAction
+ 2.36 KB com.oracle.svm.core.code.CEntryPointCallStubs
+ 2.34 KB java.util.TreeMap$PrivateEntryIterator
+ 2.34 KB com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty
+ 2.34 KB com.sun.org.apache.xerces.internal.impl.dtd.models.CMLeaf
+ 2.34 KB java.net.InetSocketAddress$InetSocketAddressHolder
+ 2.34 KB com.sun.xml.bind.v2.runtime.property.ListElementProperty
+ 2.34 KB com.sun.org.apache.xerces.internal.impl.xs.util.ShortListImpl
+ 2.33 KB org.apache.commons.codec.binary.BaseNCodec$Context
+ 2.33 KB org.jboss.resteasy.plugins.providers.FileRangeWriter
+ 2.33 KB org.apache.http.message.BasicHttpRequest
+ 2.33 KB org.ietf.jgss.GSSException
+ 2.33 KB java.util.AbstractList$Itr
+ 2.33 KB javax.naming.directory.BasicAttributes
+ 2.33 KB sun.misc.Unsafe
+ 2.33 KB org.apache.http.impl.client.CookieSpecRegistries
+ 2.33 KB io.undertow.io.AsyncReceiverImpl$4
+ 2.31 KB com.fasterxml.jackson.databind.ser.BeanSerializer
+ 2.31 KB com.fasterxml.jackson.databind.node.NodeCursor
+ 2.30 KB com.fasterxml.jackson.databind.JsonMappingException$Reference
+ 2.30 KB com.sun.org.apache.xerces.internal.util.JAXPNamespaceContextWrapper
+ 2.30 KB sun.net.www.http.KeepAliveStream
+ 2.30 KB java.nio.file.InvalidPathException
+ 2.30 KB org.hsqldb.lib.HsqlArrayList
+ 2.30 KB java.net.URISyntaxException
+ 2.30 KB jdk.xml.internal.SecuritySupport
+ 2.30 KB com.oracle.svm.core.posix.PosixJavaNIOSubstitutions
+ 2.30 KB org.postgresql.util.MD5Digest
+ 2.30 KB org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
+ 2.30 KB org.hsqldb.jdbc.JDBCDriver
+ 2.30 KB com.sun.org.apache.xml.internal.serializer.ToSAXHandler
+ 2.30 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ConcatToken
+ 2.28 KB com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty$2
+ 2.28 KB org.jboss.resteasy.core.interception.jaxrs.ReaderInterceptorRegistry
+ 2.28 KB org.jboss.resteasy.core.interception.jaxrs.ContainerRequestFilterRegistry
+ 2.28 KB com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$2
+ 2.28 KB java.util.Random
+ 2.28 KB com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDV
+ 2.28 KB io.undertow.util.MultipartParser$QuotedPrintableEncoding
+ 2.28 KB com.sun.xml.internal.bind.v2.model.impl.MapPropertyInfoImpl
+ 2.28 KB com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
+ 2.28 KB io.undertow.server.handlers.resource.PreCompressedResourceSupplier
+ 2.28 KB org.jboss.resteasy.core.interception.jaxrs.WriterInterceptorRegistry
+ 2.27 KB org.apache.http.pool.AbstractConnPool$2
+ 2.27 KB org.hibernate.validator.internal.xml.ResourceLoaderHelper
+ 2.27 KB org.postgresql.shaded.com.ongres.scram.common.util.UsAsciiUtils
+ 2.27 KB io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_Bean
+ 2.27 KB io.undertow.server.session.SecureRandomSessionIdGenerator
+ 2.25 KB org.xnio.conduits.StreamSinkChannelWrappingConduit
+ 2.25 KB org.jboss.resteasy.core.LocatorRegistry
+ 2.25 KB sun.security.provider.SHA5
+ 2.25 KB com.sun.org.apache.xerces.internal.impl.validation.ValidationState
+ 2.25 KB org.jboss.resteasy.util.StringToPrimitive
+ 2.23 KB java.util.LinkedHashMap$LinkedHashIterator
+ 2.23 KB org.hibernate.validator.internal.util.annotation.AnnotationFactory
+ 2.23 KB java.text.RBCollationTables
+ 2.23 KB org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
+ 2.23 KB org.xnio.channels.Channels
+ 2.23 KB org.postgresql.core.CommandCompleteParser
+ 2.22 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression$Context
+ 2.22 KB com.fasterxml.jackson.databind.type.CollectionLikeType
+ 2.22 KB org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
+ 2.22 KB org.xnio.conduits.ConduitStreamSinkChannel
+ 2.22 KB sun.net.www.protocol.http.AuthCacheImpl
+ 2.22 KB java.util.TimerThread
+ 2.22 KB com.fasterxml.jackson.databind.type.ClassStack
+ 2.22 KB com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultNode
+ 2.22 KB java.util.stream.SortedOps$OfRef
+ 2.22 KB com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
+ 2.22 KB org.apache.http.message.AbstractHttpMessage
+ 2.22 KB org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
+ 2.22 KB org.apache.http.impl.conn.DefaultRoutePlanner
+ 2.20 KB javax.json.spi.JsonProvider
+ 2.20 KB com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
+ 2.20 KB org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
+ 2.20 KB com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
+ 2.20 KB com.sun.org.apache.xerces.internal.dom.DOMImplementationImpl
+ 2.20 KB sun.nio.fs.UnixFileModeAttribute
+ 2.20 KB org.xnio.conduits.ConduitStreamSourceChannel
+ 2.20 KB sun.nio.ch.Util$3
+ 2.20 KB org.postgresql.shaded.com.ongres.scram.client.ScramClient$PreBuilder2
+ 2.20 KB java.util.stream.Streams$ConcatSpliterator
+ 2.20 KB org.jboss.resteasy.core.SuspendInjector
+ 2.20 KB com.sun.xml.bind.v2.runtime.property.AttributeProperty
+ 2.19 KB com.fasterxml.classmate.util.MethodKey
+ 2.19 KB org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature
+ 2.19 KB com.fasterxml.jackson.databind.util.TypeKey
+ 2.19 KB org.apache.http.impl.io.AbstractMessageWriter
+ 2.19 KB com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
+ 2.19 KB com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException
+ 2.19 KB java.nio.StringCharBuffer
+ 2.19 KB java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater
+ 2.19 KB com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
+ 2.19 KB java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
+ 2.17 KB java.time.ZonedDateTime
+ 2.17 KB java.awt.EventQueue
+ 2.17 KB com.sun.org.apache.xerces.internal.impl.dv.xs.IDDV
+ 2.17 KB com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
+ 2.17 KB com.sun.xml.internal.bind.v2.runtime.reflect.Lister
+ 2.17 KB com.sun.xml.bind.v2.runtime.Name
+ 2.17 KB java.util.concurrent.locks.ReentrantReadWriteLock
+ 2.17 KB com.sun.xml.internal.bind.v2.runtime.Name
+ 2.17 KB com.fasterxml.jackson.databind.deser.SettableBeanProperty$Delegating
+ 2.17 KB com.sun.xml.bind.v2.runtime.reflect.Lister
+ 2.17 KB java.util.concurrent.locks.ReentrantLock
+ 2.16 KB javax.ws.rs.core.Variant
+ 2.16 KB java.io.FileDescriptor
+ 2.16 KB org.hsqldb.HsqlDateTime
+ 2.16 KB org.hsqldb.jdbc.JDBCStatementBase
+ 2.16 KB com.sun.xml.bind.v2.runtime.Coordinator
+ 2.16 KB java.io.StringReader
+ 2.16 KB com.sun.org.apache.xml.internal.serializer.EncodingInfo
+ 2.16 KB java.math.MathContext
+ 2.16 KB sun.util.logging.PlatformLogger
+ 2.16 KB com.sun.xml.internal.bind.v2.runtime.Coordinator
+ 2.16 KB org.apache.http.protocol.BasicHttpProcessor
+ 2.16 KB org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
+ 2.14 KB java.io.ObjectOutputStream$BlockDataOutputStream
+ 2.14 KB sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter
+ 2.14 KB java.util.concurrent.ConcurrentSkipListMap$EntrySet
+ 2.14 KB org.apache.http.impl.conn.LoggingSessionInputBuffer
+ 2.14 KB java.awt.Component
+ 2.14 KB com.arjuna.ats.internal.arjuna.thread.ThreadActionData
+ 2.14 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
+ 2.14 KB sun.nio.ch.PollSelectorImpl
+ 2.14 KB io.undertow.io.AsyncReceiverImpl$5
+ 2.13 KB com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer
+ 2.13 KB org.hsqldb.lib.ArrayUtil
+ 2.13 KB java.util.concurrent.ConcurrentHashMap$MapEntry
+ 2.13 KB org.jboss.resteasy.util.FindAnnotation
+ 2.13 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray
+ 2.13 KB com.sun.xml.internal.stream.events.ProcessingInstructionEvent
+ 2.13 KB com.sun.org.apache.xerces.internal.impl.dv.xs.EntityDV
+ 2.11 KB com.sun.xml.internal.bind.v2.util.DataSourceSource
+ 2.11 KB org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart
+ 2.11 KB com.sun.xml.internal.bind.v2.runtime.output.MTOMXmlOutput
+ 2.11 KB java.lang.System
+ 2.11 KB org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue
+ 2.11 KB com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
+ 2.11 KB io.agroal.pool.wrapper.StatementWrapper
+ 2.11 KB org.apache.http.conn.util.PublicSuffixListParser
+ 2.11 KB org.jboss.shamrock.example.datasource.DatasourceResource
+ 2.11 KB com.fasterxml.jackson.databind.node.POJONode
+ 2.11 KB com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
+ 2.11 KB org.apache.http.impl.io.ContentLengthOutputStream
+ 2.11 KB org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
+ 2.11 KB com.sun.xml.bind.v2.util.DataSourceSource
+ 2.11 KB io.undertow.servlet.handlers.FilterHandler$FilterChainImpl
+ 2.09 KB org.jboss.resteasy.plugins.delegates.EntityTagDelegate
+ 2.09 KB com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath
+ 2.09 KB com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
+ 2.09 KB com.fasterxml.jackson.databind.ObjectWriter$Prefetch
+ 2.09 KB java.awt.image.IndexColorModel
+ 2.09 KB java.nio.channels.spi.AbstractInterruptibleChannel
+ 2.09 KB io.agroal.pool.util.PriorityScheduledExecutor
+ 2.08 KB org.apache.http.cookie.CookieIdentityComparator
+ 2.08 KB org.apache.http.impl.cookie.NetscapeDraftHeaderParser
+ 2.08 KB java.util.Collections$EmptyList
+ 2.08 KB javax.ws.rs.core.CacheControl
+ 2.08 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiTypeLoader
+ 2.08 KB sun.net.www.protocol.http.DigestAuthentication$Parameters
+ 2.08 KB sun.nio.fs.NativeBuffers
+ 2.08 KB com.fasterxml.jackson.core.util.BufferRecyclers
+ 2.08 KB org.jboss.resteasy.plugins.providers.ReaderProvider
+ 2.08 KB io.smallrye.metrics.MetricProducer
+ 2.08 KB org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
+ 2.08 KB java.util.stream.SortedOps$RefSortingSink
+ 2.08 KB java.util.concurrent.atomic.LongAdder
+ 2.08 KB org.postgresql.shaded.com.ongres.scram.common.util.StringWritableCsv
+ 2.08 KB com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple
+ 2.08 KB com.fasterxml.jackson.databind.deser.std.DateDeserializers$DateBasedDeserializer
+ 2.08 KB com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
+ 2.06 KB java.util.stream.ForEachOps$ForEachTask
+ 2.06 KB com.arjuna.ats.arjuna.objectstore.ObjectStore
+ 2.06 KB org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
+ 2.06 KB org.apache.http.impl.cookie.BasicClientCookie
+ 2.06 KB javax.validation.constraints.Pattern$$ProxyImpl
+ 2.05 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder
+ 2.05 KB com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedValueInfoAllocator
+ 2.05 KB com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
+ 2.05 KB io.undertow.server.handlers.resource.URLResource$1ServerTask
+ 2.05 KB org.jboss.resteasy.mock.MockHttpRequest
+ 2.05 KB com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes
+ 2.05 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV
+ 2.05 KB com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$1
+ 2.05 KB sun.nio.ch.NativeThreadSet
+ 2.05 KB java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
+ 2.05 KB com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema
+ 2.05 KB org.jboss.resteasy.core.MediaTypeMap$CachedMediaTypeAndClass
+ 2.03 KB java.util.concurrent.ConcurrentSkipListMap$KeySet
+ 2.03 KB org.jboss.shamrock.agroal.runtime.DataSourceProducer_ClientProxy
+ 2.03 KB java.util.concurrent.atomic.AtomicReferenceArray
+ 2.03 KB org.apache.commons.io.output.DeferredFileOutputStream
+ 2.03 KB com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
+ 2.03 KB com.arjuna.ats.jta.utils.XAHelper
+ 2.03 KB sun.nio.ch.FileDispatcherImpl
+ 2.03 KB sun.reflect.annotation.TypeAnnotationParser
+ 2.03 KB java.util.ResourceBundle
+ 2.03 KB com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
+ 2.03 KB org.yaml.snakeyaml.DumperOptions$ScalarStyle
+ 2.03 KB sun.security.provider.SHA2
+ 2.03 KB org.hibernate.validator.constraints.Mod11Check$$ProxyImpl
+ 2.03 KB java.util.stream.SortedOps$SizedRefSortingSink
+ 2.03 KB org.yaml.snakeyaml.events.ScalarEvent
+ 2.03 KB com.fasterxml.jackson.databind.jsontype.NamedType
+ 2.02 KB io.reactiverse.reactivecontexts.propagators.rxjava2.RxJava2ContextPropagator
+ 2.02 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
+ 2.02 KB org.glassfish.json.JsonMessages
+ 2.02 KB java.time.chrono.ChronoZonedDateTime
+ 2.02 KB org.hibernate.validator.internal.metadata.core.MetaConstraint$LinkedValueExtractionPathNode
+ 2.02 KB org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingValue
+ 2.02 KB com.fasterxml.jackson.core.JsonProcessingException
+ 2.02 KB java.io.ObjectInputStream$PeekInputStream
+ 2.02 KB java.lang.CharacterData01
+ 2.02 KB com.fasterxml.classmate.util.ResolvedTypeCache$Key
+ 2.02 KB org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingValue
+ 2.00 KB org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
+ 2.00 KB com.sun.org.apache.xerces.internal.util.SAXInputSource
+ 2.00 KB java.time.format.DateTimeFormatterBuilder$CompositePrinterParser
+ 2.00 KB io.undertow.server.DefaultByteBufferPool$DefaultPooledBuffer
+ 2.00 KB sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
+ 2.00 KB com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory
+ 2.00 KB com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy
+ 1.98 KB org.xnio.conduits.AbstractSinkConduit
+ 1.98 KB com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
+ 1.98 KB sun.util.locale.provider.RuleBasedBreakIterator$SafeCharIterator
+ 1.98 KB java.util.stream.AbstractTask
+ 1.98 KB javax.net.ssl.SNIServerName
+ 1.98 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_Bean
+ 1.98 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$HashEntry
+ 1.98 KB com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport
+ 1.97 KB org.glassfish.json.JsonParserImpl$ObjectContext
+ 1.97 KB java.util.concurrent.Executors$DefaultThreadFactory
+ 1.97 KB com.fasterxml.classmate.util.ResolvedTypeCache
+ 1.97 KB sun.util.calendar.JulianCalendar$Date
+ 1.97 KB org.hibernate.validator.internal.xml.ValidationXmlParser
+ 1.97 KB org.postgresql.util.ObjectFactory
+ 1.97 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeElementInfoImpl$RuntimePropertyImpl
+ 1.97 KB com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl$RuntimePropertyImpl
+ 1.97 KB org.apache.http.impl.cookie.PublicSuffixDomainFilter
+ 1.97 KB org.hsqldb.jdbc.JDBCStatement
+ 1.97 KB io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
+ 1.95 KB com.oracle.svm.core.hub.AnnotationsEncoding
+ 1.95 KB io.undertow.servlet.spec.HttpSessionImpl
+ 1.95 KB org.jboss.protean.arc.TypeResolver
+ 1.95 KB com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper$DOMNamespaceContext
+ 1.95 KB io.smallrye.metrics.interceptors.CountedInterceptor
+ 1.95 KB sun.util.locale.provider.CollatorProviderImpl
+ 1.95 KB sun.security.provider.SunEntries
+ 1.95 KB sun.text.normalizer.IntTrie
+ 1.95 KB org.apache.http.entity.BufferedHttpEntity
+ 1.95 KB org.jboss.resteasy.core.AcceptParameterHttpPreprocessor
+ 1.94 KB com.sun.org.apache.xerces.internal.impl.dv.dtd.IDREFDatatypeValidator
+ 1.94 KB org.jboss.resteasy.plugins.server.BaseHttpRequest
+ 1.94 KB org.jboss.shamrock.jaxrs.runtime.graal.ShamrockInjectorFactory
+ 1.94 KB org.apache.http.impl.execchain.RequestEntityProxy
+ 1.94 KB com.fasterxml.jackson.core.io.MergedStream
+ 1.94 KB com.sun.xml.internal.bind.v2.util.QNameMap$HashIterator
+ 1.94 KB com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultXMLDocumentHandler
+ 1.94 KB com.oracle.svm.core.util.TimeUtils
+ 1.94 KB com.fasterxml.jackson.databind.ser.std.UUIDSerializer
+ 1.94 KB com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11IDREFDatatypeValidator
+ 1.94 KB org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl
+ 1.94 KB org.apache.http.util.Asserts
+ 1.94 KB com.sun.xml.bind.v2.util.QNameMap$HashIterator
+ 1.92 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDUniqueOrKeyTraverser
+ 1.92 KB com.sun.xml.internal.bind.v2.model.impl.SingleTypePropertyInfoImpl
+ 1.92 KB org.apache.http.impl.conn.HttpPoolEntry
+ 1.92 KB org.jboss.resteasy.util.InputStreamToByteArray
+ 1.92 KB com.fasterxml.classmate.types.ResolvedRecursiveType
+ 1.92 KB io.reactivex.internal.disposables.DisposableHelper
+ 1.92 KB org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Header
+ 1.92 KB org.jboss.resteasy.util.DelegatingMultivaluedMap
+ 1.92 KB org.jboss.shamrock.restclient.runtime.RestClientBase
+ 1.92 KB com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
+ 1.92 KB sun.net.www.http.KeepAliveKey
+ 1.92 KB io.smallrye.metrics.MetricProducer_ClientProxy
+ 1.92 KB com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
+ 1.92 KB org.apache.http.impl.DefaultBHttpClientConnection
+ 1.92 KB java.util.concurrent.LinkedBlockingDeque$AbstractItr
+ 1.91 KB io.undertow.protocols.http2.Http2PushBackParser
+ 1.91 KB io.undertow.server.protocol.http.HttpContinue
+ 1.91 KB org.hibernate.validator.internal.metadata.core.MetaConstraint$SingleValueExtractionPathNode
+ 1.91 KB org.jboss.resteasy.util.NoContentInputStreamDelegate
+ 1.91 KB org.hibernate.validator.internal.engine.MessageInterpolatorContext
+ 1.91 KB io.undertow.server.session.SessionCookieConfig
+ 1.91 KB javax.ws.rs.client.Entity
+ 1.91 KB com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$XSAnyType
+ 1.91 KB org.apache.http.impl.io.IdentityOutputStream
+ 1.91 KB java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
+ 1.89 KB org.apache.http.impl.auth.NTLMEngineImpl$HMACMD5
+ 1.89 KB sun.misc.Cleaner
+ 1.89 KB com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar
+ 1.89 KB com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
+ 1.89 KB java.lang.ProcessEnvironment$StringEntry
+ 1.89 KB com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl
+ 1.89 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean
+ 1.89 KB com.sun.xml.internal.bind.v2.model.impl.ArrayInfoImpl
+ 1.89 KB java.lang.Byte
+ 1.89 KB com.sun.xml.bind.v2.util.QNameMap$Entry
+ 1.89 KB java.lang.Short
+ 1.89 KB com.sun.xml.internal.bind.v2.util.QNameMap$Entry
+ 1.88 KB com.sun.org.apache.xerces.internal.util.XMLStringBuffer
+ 1.88 KB sun.nio.cs.UTF_32Coder$Decoder
+ 1.88 KB org.hibernate.validator.internal.engine.ValidatorImpl$CascadingValueReceiver
+ 1.88 KB com.sun.xml.bind.v2.model.nav.ReflectionNavigator$6
+ 1.88 KB org.jboss.resteasy.core.PrefixedFormInjector
+ 1.88 KB com.sun.xml.bind.v2.runtime.unmarshaller.Scope
+ 1.88 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.Scope
+ 1.88 KB com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$3
+ 1.88 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean
+ 1.88 KB org.hsqldb.server.HsqlSocketFactory
+ 1.88 KB com.oracle.svm.core.genscavenge.GreyObjectsWalker
+ 1.88 KB com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Multi
+ 1.88 KB com.sun.naming.internal.VersionHelper12
+ 1.88 KB java.util.concurrent.CopyOnWriteArrayList$COWIterator
+ 1.88 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean
+ 1.86 KB com.sun.security.ntlm.NTLM$Writer
+ 1.86 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl$XSNamedMapEntry
+ 1.86 KB org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingKey
+ 1.86 KB org.apache.http.auth.UsernamePasswordCredentials
+ 1.86 KB java.lang.reflect.AccessibleObject
+ 1.86 KB org.apache.http.impl.execchain.ConnectionHolder
+ 1.86 KB com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$1
+ 1.86 KB java.util.AbstractQueue
+ 1.86 KB com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$1
+ 1.86 KB org.apache.http.impl.cookie.BasicExpiresHandler
+ 1.86 KB sun.util.calendar.Era
+ 1.86 KB ch.qos.logback.classic.spi.ThrowableProxyUtil
+ 1.86 KB java.io.ByteArrayInputStream
+ 1.86 KB org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl
+ 1.84 KB org.apache.http.auth.AuthSchemeRegistry
+ 1.84 KB io.smallrye.metrics.Tag
+ 1.84 KB com.oracle.svm.core.code.CodeInfoTable
+ 1.84 KB com.oracle.svm.core.thread.VMOperation
+ 1.84 KB com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
+ 1.84 KB com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations
+ 1.84 KB io.smallrye.metrics.MetricRegistries_ProducerMethod12_Bean
+ 1.84 KB com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl$ArrayLoader
+ 1.84 KB org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor
+ 1.84 KB com.sun.org.apache.xerces.internal.impl.xs.models.CMNodeFactory
+ 1.84 KB com.sun.xml.internal.bind.v2.runtime.output.ForkXmlOutput
+ 1.84 KB com.arjuna.ats.internal.jta.xa.XID
+ 1.84 KB io.undertow.util.HeaderMap$1
+ 1.84 KB io.smallrye.metrics.MetricRegistries_ProducerMethod13_Bean
+ 1.84 KB com.sun.xml.internal.bind.v2.runtime.ArrayBeanInfoImpl$ArrayLoader
+ 1.84 KB com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
+ 1.84 KB io.smallrye.metrics.MetricRegistries_ProducerMethod6_Bean
+ 1.84 KB org.apache.http.cookie.CookieSpecRegistry
+ 1.83 KB com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter$MultiView
+ 1.83 KB java.util.TreeSet
+ 1.83 KB com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
+ 1.83 KB com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor
+ 1.83 KB org.jboss.resteasy.util.IsHttpMethod
+ 1.83 KB org.postgresql.core.BaseQueryKey
+ 1.83 KB java.io.BufferedOutputStream
+ 1.83 KB org.jboss.resteasy.plugins.providers.ProviderHelper
+ 1.83 KB com.sun.org.apache.xalan.internal.utils.FeaturePropertyBase
+ 1.81 KB org.apache.http.impl.entity.LaxContentLengthStrategy
+ 1.81 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver
+ 1.81 KB io.smallrye.config.PropertiesConfigSource
+ 1.81 KB org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet
+ 1.81 KB com.oracle.svm.core.posix.VmPrimsJNI
+ 1.81 KB io.undertow.server.session.SessionListeners
+ 1.81 KB org.apache.http.impl.auth.HttpEntityDigester
+ 1.81 KB java.text.AttributeEntry
+ 1.81 KB com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer
+ 1.81 KB java.io.DeleteOnExitHook
+ 1.81 KB sun.security.provider.NativePRNG$1
+ 1.81 KB org.apache.http.entity.BasicHttpEntity
+ 1.81 KB org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_Bean
+ 1.81 KB io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter
+ 1.81 KB java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
+ 1.81 KB com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
+ 1.81 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor
+ 1.81 KB org.jboss.resteasy.core.StringParameterInjector$UnmodifiableHashSet
+ 1.80 KB java.util.AbstractSet
+ 1.80 KB org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
+ 1.80 KB org.postgresql.core.Oid
+ 1.80 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_Bean
+ 1.80 KB java.util.concurrent.LinkedBlockingQueue$Itr
+ 1.80 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV
+ 1.80 KB org.graalvm.compiler.options.OptionValues
+ 1.80 KB java.security.SecureRandom
+ 1.80 KB org.hibernate.validator.internal.metadata.core.MetaConstraint$TypeParameterValueReceiver
+ 1.80 KB com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV
+ 1.80 KB org.postgresql.util.SharedTimer
+ 1.80 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_Bean
+ 1.78 KB sun.net.www.URLConnection
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod18_Bean
+ 1.78 KB org.apache.http.impl.conn.CPoolEntry
+ 1.78 KB org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.FormParamProcessor
+ 1.78 KB sun.reflect.generics.repository.GenericDeclRepository
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod9_Bean
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod25_Bean
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod19_Bean
+ 1.78 KB io.smallrye.metrics.MetricRegistries_ClientProxy
+ 1.78 KB org.hibernate.validator.constraints.Mod10Check$$ProxyImpl
+ 1.78 KB java.util.concurrent.ConcurrentHashMap$ValuesView
+ 1.78 KB java.util.Hashtable$EntrySet
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod29_Bean
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod14_Bean
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod11_Bean
+ 1.78 KB com.oracle.svm.core.deopt.DeoptimizedFrame
+ 1.78 KB org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean
+ 1.78 KB com.sun.org.apache.xerces.internal.jaxp.TeeXMLDocumentFilterImpl
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod17_Bean
+ 1.78 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod24_Bean
+ 1.78 KB org.jboss.resteasy.plugins.delegates.DateDelegate
+ 1.78 KB org.apache.http.conn.util.PublicSuffixMatcherLoader
+ 1.77 KB java.util.AbstractList$ListItr
+ 1.77 KB java.util.WeakHashMap$Entry
+ 1.77 KB org.glassfish.json.JsonParserImpl$ArrayContext
+ 1.77 KB org.jboss.shamrock.jaxrs.runtime.graal.ShamrockConstructorInjector
+ 1.77 KB java.util.concurrent.ConcurrentHashMap$ValueSpliterator
+ 1.77 KB org.apache.http.conn.scheme.PlainSocketFactory
+ 1.77 KB com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Double
+ 1.77 KB com.fasterxml.jackson.core.io.SerializedString
+ 1.77 KB org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
+ 1.77 KB java.util.concurrent.ConcurrentHashMap$KeySpliterator
+ 1.77 KB io.undertow.protocols.ssl.UndertowSslConnection
+ 1.75 KB com.fasterxml.jackson.databind.cfg.MapperConfig
+ 1.75 KB org.jboss.resteasy.plugins.delegates.LocaleDelegate
+ 1.75 KB io.agroal.pool.util.ListenerHelper
+ 1.75 KB org.hibernate.validator.internal.engine.resolver.CachingTraversableResolverForSingleValidation
+ 1.75 KB org.apache.http.conn.BasicManagedEntity
+ 1.75 KB java.io.StringWriter
+ 1.75 KB org.xnio.conduits.StreamSourceChannelWrappingConduit
+ 1.75 KB com.sun.xml.bind.v2.util.FlattenIterator
+ 1.75 KB com.arjuna.ats.arjuna.coordinator.TxStats
+ 1.75 KB org.hsqldb.lib.DataOutputStream
+ 1.75 KB com.sun.xml.internal.bind.v2.util.FlattenIterator
+ 1.73 KB com.sun.org.apache.xerces.internal.impl.dtd.models.CMAny
+ 1.73 KB java.awt.image.SinglePixelPackedSampleModel
+ 1.73 KB java.util.AbstractMap$SimpleImmutableEntry
+ 1.73 KB io.agroal.pool.wrapper.ResultSetWrapper$1
+ 1.73 KB java.util.stream.FindOps$FindOp
+ 1.73 KB com.sun.xml.bind.v2.runtime.property.ValueProperty
+ 1.73 KB org.jboss.resteasy.core.FormParamInjector
+ 1.73 KB org.hsqldb.types.BinaryUUIDType
+ 1.73 KB java.util.Collections$UnmodifiableList
+ 1.73 KB com.fasterxml.jackson.databind.node.DoubleNode
+ 1.73 KB io.reactivex.internal.subscriptions.DeferredScalarSubscription
+ 1.73 KB java.util.Collections$SingletonList
+ 1.73 KB io.agroal.pool.wrapper.StatementWrapper$1
+ 1.73 KB com.sun.xml.internal.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
+ 1.73 KB com.sun.xml.internal.bind.v2.runtime.property.ValueProperty
+ 1.73 KB com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
+ 1.72 KB com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent$XNI2SAX
+ 1.72 KB org.jboss.logging.Slf4jLogger
+ 1.72 KB sun.reflect.generics.repository.ConstructorRepository
+ 1.72 KB com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_ServerSocketChannelImpl
+ 1.72 KB io.smallrye.metrics.MetricProducer_ProducerMethod16_Bean
+ 1.72 KB com.oracle.svm.core.posix.headers.Socket
+ 1.72 KB java.util.ArrayDeque$DeqIterator
+ 1.72 KB org.apache.http.client.methods.HttpRequestBase
+ 1.72 KB io.smallrye.config.inject.ConfigProducer_ProducerMethod5_Bean
+ 1.72 KB io.smallrye.metrics.MetricProducer_ProducerMethod2_Bean
+ 1.72 KB org.yaml.snakeyaml.events.CollectionStartEvent
+ 1.72 KB org.apache.http.impl.client.CloseableHttpResponseProxy
+ 1.72 KB io.smallrye.metrics.MetricProducer_ProducerMethod27_Bean
+ 1.72 KB io.undertow.util.ETag
+ 1.72 KB io.smallrye.metrics.MetricProducer_ProducerMethod1_Bean
+ 1.72 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie
+ 1.72 KB io.smallrye.metrics.MetricProducer_ProducerMethod8_Bean
+ 1.70 KB org.jboss.resteasy.core.ListFormInjector
+ 1.70 KB org.apache.http.message.BasicNameValuePair
+ 1.70 KB com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
+ 1.70 KB com.fasterxml.jackson.databind.introspect.MemberKey
+ 1.70 KB org.apache.http.impl.client.RedirectLocations
+ 1.70 KB com.oracle.svm.core.thread.VMThreadCounterOperation
+ 1.70 KB javax.crypto.CryptoPermission
+ 1.70 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.MTOMDecorator
+ 1.69 KB org.apache.http.protocol.HttpCoreContext
+ 1.69 KB io.undertow.servlet.core.ManagedServlet$SingleThreadModelPoolStrategy
+ 1.69 KB org.apache.http.conn.scheme.SchemeRegistry
+ 1.69 KB org.postgresql.util.LruCache
+ 1.69 KB org.hibernate.validator.constraints.LuhnCheck$$ProxyImpl
+ 1.69 KB org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
+ 1.69 KB java.util.AbstractMap$SimpleEntry
+ 1.69 KB io.smallrye.metrics.interceptors.TimedInterceptor
+ 1.69 KB org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext
+ 1.69 KB org.postgresql.ssl.MakeSSL
+ 1.69 KB org.hsqldb.types.BlobType
+ 1.69 KB org.postgresql.util.LruCache$LimitedMap
+ 1.67 KB org.hibernate.validator.internal.metadata.location.ReturnValueConstraintLocation
+ 1.67 KB com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator
+ 1.67 KB com.sun.naming.internal.VersionHelper12$4
+ 1.67 KB io.undertow.protocols.http2.Http2PingParser
+ 1.67 KB org.apache.http.conn.routing.BasicRouteDirector
+ 1.67 KB sun.reflect.generics.reflectiveObjects.TypeVariableImpl
+ 1.67 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_ClientProxy
+ 1.67 KB com.sun.org.apache.xerces.internal.dom.DocumentTypeImpl
+ 1.67 KB com.fasterxml.jackson.databind.node.FloatNode
+ 1.67 KB io.undertow.server.BasicSSLSessionInfo
+ 1.67 KB com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer$ObjectDeserializer
+ 1.67 KB com.oracle.svm.core.genscavenge.FirstObjectTable
+ 1.67 KB com.oracle.svm.core.jdk.SystemPropertiesSupport
+ 1.67 KB org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
+ 1.67 KB com.oracle.svm.core.deopt.DeoptimizedFrame$ConstantEntry
+ 1.67 KB com.fasterxml.jackson.databind.exc.PropertyBindingException
+ 1.66 KB com.sun.org.apache.xerces.internal.util.SymbolTable$Entry
+ 1.66 KB org.eclipse.microprofile.metrics.annotation.Counted$$ProxyImpl
+ 1.66 KB com.oracle.svm.core.allocationprofile.AllocationSite
+ 1.66 KB jdk.xml.internal.JdkXmlUtils
+ 1.66 KB org.jboss.resteasy.client.jaxrs.ResteasyClient
+ 1.66 KB org.xnio.conduits.AbstractSourceConduit
+ 1.66 KB java.sql.SQLException$1
+ 1.66 KB io.undertow.server.protocol.framed.AbstractFramedChannel$FrameReadListener
+ 1.66 KB java.nio.charset.CoderResult$Cache
+ 1.66 KB org.apache.http.auth.NTCredentials
+ 1.66 KB com.sun.org.apache.xalan.internal.utils.SecuritySupport$8
+ 1.66 KB java.util.concurrent.locks.ReentrantLock$Sync
+ 1.66 KB com.oracle.svm.core.os.OSCommittedMemoryProvider
+ 1.64 KB com.sun.org.apache.xerces.internal.util.AttributesProxy
+ 1.64 KB org.apache.http.impl.io.DefaultHttpResponseParser
+ 1.64 KB org.graalvm.compiler.options.ModifiableOptionValues
+ 1.64 KB org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ProducerMethod7_Bean
+ 1.64 KB io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy
+ 1.64 KB com.oracle.svm.core.snippets.SnippetRuntime
+ 1.64 KB org.postgresql.core.QueryWithReturningColumnsKey
+ 1.64 KB org.jboss.resteasy.util.Types$ResteasyParameterizedType
+ 1.64 KB org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_ProducerMethod20_Bean
+ 1.64 KB org.jboss.resteasy.client.jaxrs.engines.SelfExpandingBufferredInputStream
+ 1.64 KB org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ProducerMethod30_Bean
+ 1.63 KB org.hsqldb.lib.StringUtil
+ 1.63 KB org.glassfish.json.JsonMergePatchImpl
+ 1.63 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader
+ 1.63 KB java.util.stream.ReduceOps
+ 1.63 KB com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader
+ 1.63 KB com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
+ 1.63 KB org.hibernate.validator.internal.util.privilegedactions.GetInstancesFromServiceLoader
+ 1.63 KB org.apache.http.client.protocol.HttpClientContext
+ 1.63 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_ClientProxy
+ 1.63 KB sun.nio.ch.ChannelInputStream
+ 1.63 KB com.oracle.svm.core.thread.Util_java_lang_Thread
+ 1.63 KB org.hsqldb.lib.ArrayCounter
+ 1.61 KB com.fasterxml.jackson.annotation.JsonFormat$Features
+ 1.61 KB org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowMappingKey
+ 1.61 KB com.sun.xml.bind.marshaller.NioEscapeHandler
+ 1.61 KB com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV
+ 1.61 KB io.undertow.servlet.core.SessionListenerBridge
+ 1.61 KB org.jboss.resteasy.util.LocaleHelper
+ 1.61 KB com.fasterxml.jackson.databind.deser.std.DateDeserializers$CalendarDeserializer
+ 1.61 KB sun.text.normalizer.UCharacterProperty
+ 1.59 KB com.arjuna.ats.arjuna.utils.Utility
+ 1.59 KB sun.awt.SunToolkit
+ 1.59 KB sun.util.resources.OpenListResourceBundle
+ 1.59 KB com.sun.xml.internal.bind.v2.runtime.reflect.Lister$CollectionLister
+ 1.59 KB javax.net.ssl.SSLEngineResult
+ 1.59 KB com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
+ 1.59 KB org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
+ 1.59 KB com.sun.org.apache.xerces.internal.impl.dtd.XMLSimpleType
+ 1.59 KB com.sun.xml.bind.v2.runtime.reflect.Lister$CollectionLister
+ 1.59 KB org.postgresql.core.Parser$SqlParseState
+ 1.59 KB io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber
+ 1.59 KB com.sun.xml.internal.bind.v2.util.XmlFactory
+ 1.59 KB ch.qos.logback.classic.spi.StackTraceElementProxy
+ 1.59 KB sun.text.normalizer.CharTrie
+ 1.59 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$CharArraySerializer
+ 1.59 KB com.sun.xml.bind.v2.util.XmlFactory
+ 1.59 KB java.nio.Bits
+ 1.59 KB org.apache.http.auth.NTUserPrincipal
+ 1.58 KB com.oracle.svm.core.posix.PosixSystemPropertiesSupport
+ 1.58 KB com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
+ 1.58 KB com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
+ 1.58 KB sun.util.locale.provider.TimeZoneNameProviderImpl
+ 1.58 KB com.sun.org.apache.xerces.internal.dom.NotationImpl
+ 1.58 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 1.58 KB com.arjuna.ats.internal.arjuna.recovery.Connection
+ 1.58 KB org.jboss.protean.arc.RequestContext
+ 1.58 KB org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree$$Lambda$750.1787407034
+ 1.58 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 1.58 KB org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree$$Lambda$749.1798451268
+ 1.58 KB io.undertow.server.protocol.http.ALPNLimitingSSLEngine
+ 1.58 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 1.58 KB java.util.ListResourceBundle
+ 1.58 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 1.58 KB java.util.Collections$1
+ 1.56 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 1.56 KB java.util.concurrent.ConcurrentHashMap$TreeNode
+ 1.56 KB sun.util.calendar.CalendarUtils
+ 1.56 KB javax.validation.constraints.Size$$ProxyImpl
+ 1.56 KB java.util.HashSet
+ 1.56 KB org.eclipse.microprofile.metrics.annotation.Metered$$ProxyImpl
+ 1.56 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 1.56 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 1.56 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 1.56 KB org.postgresql.shaded.com.ongres.scram.common.ScramAttributes
+ 1.56 KB org.eclipse.microprofile.metrics.annotation.Timed$$ProxyImpl
+ 1.56 KB io.undertow.servlet.util.ConstructorInstanceFactory
+ 1.56 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$BooleanArraySerializer
+ 1.56 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 1.56 KB com.fasterxml.jackson.databind.util.TokenBufferReadContext
+ 1.56 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 1.56 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 1.56 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 1.56 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BigIntegerDeserializer
+ 1.56 KB javax.xml.bind.JAXBException
+ 1.56 KB org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
+ 1.56 KB org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectProxy
+ 1.55 KB sun.net.ProgressSource
+ 1.55 KB java.util.concurrent.atomic.LongAccumulator
+ 1.55 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 1.55 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$SimpleEntry
+ 1.55 KB com.oracle.svm.core.genscavenge.GCImpl$Accounting
+ 1.55 KB org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ClientProxy
+ 1.55 KB org.xnio.conduits.PushBackStreamSourceConduit
+ 1.55 KB org.hibernate.validator.internal.engine.ValidatorFactoryImpl$BeanMetaDataManagerKey
+ 1.55 KB com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
+ 1.55 KB com.fasterxml.jackson.annotation.JsonSetter$Value
+ 1.55 KB java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
+ 1.55 KB org.ietf.jgss.Oid
+ 1.55 KB com.oracle.svm.core.hub.GenericInfo
+ 1.55 KB io.smallrye.health.SmallRyeHealthReporter_ClientProxy
+ 1.55 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 1.55 KB com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 1.55 KB com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 1.53 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 1.53 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 1.53 KB com.sun.org.apache.xerces.internal.utils.SecuritySupport$7
+ 1.53 KB javax.servlet.GenericServlet
+ 1.53 KB java.util.stream.Nodes$CollectorTask
+ 1.53 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 1.53 KB java.util.concurrent.ConcurrentLinkedQueue$Itr
+ 1.53 KB com.oracle.svm.core.jdk.StackTraceBuilder
+ 1.53 KB org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
+ 1.53 KB java.util.concurrent.CountDownLatch
+ 1.53 KB com.sun.org.apache.xerces.internal.dom.DeferredElementDefinitionImpl
+ 1.53 KB java.util.PropertyResourceBundle
+ 1.53 KB com.fasterxml.jackson.databind.ser.AnyGetterWriter
+ 1.53 KB org.jboss.resteasy.util.ThreadLocalStack
+ 1.53 KB java.util.stream.Stream
+ 1.53 KB sun.util.ResourceBundleEnumeration
+ 1.53 KB sun.net.www.protocol.http.HttpURLConnection$1
+ 1.53 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 1.53 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 1.53 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 1.52 KB java.util.SubList$1
+ 1.52 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$IntArraySerializer
+ 1.52 KB com.fasterxml.jackson.databind.node.NodeCursor$ObjectCursor
+ 1.52 KB org.apache.http.pool.PoolEntry
+ 1.52 KB com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
+ 1.52 KB org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceLocatorBuilder
+ 1.52 KB com.sun.org.apache.xerces.internal.jaxp.JAXPValidatorComponent
+ 1.52 KB io.agroal.pool.ConnectionPool$ReapTask
+ 1.52 KB com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl
+ 1.52 KB io.undertow.protocols.http2.Http2SettingsStreamSinkChannel
+ 1.52 KB com.sun.xml.internal.bind.v2.model.nav.GenericArrayTypeImpl
+ 1.52 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$DoubleArraySerializer
+ 1.50 KB org.postgresql.shaded.com.ongres.scram.client.ScramClient
+ 1.50 KB java.util.FormatFlagsConversionMismatchException
+ 1.50 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$ShortArraySerializer
+ 1.50 KB org.postgresql.shaded.com.ongres.scram.common.ScramAttributeValue
+ 1.50 KB javax.validation.constraints.Min$$ProxyImpl
+ 1.50 KB sun.nio.cs.Surrogate$Parser
+ 1.50 KB io.agroal.narayana.BaseXAResource
+ 1.50 KB java.util.zip.CRC32
+ 1.50 KB javax.validation.constraints.Max$$ProxyImpl
+ 1.50 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$FloatArraySerializer
+ 1.50 KB org.jboss.resteasy.core.ServerResponseWriter$SortableMediaType
+ 1.50 KB io.smallrye.metrics.interceptors.MeteredInterceptor
+ 1.48 KB org.xnio.ChannelListeners$DrainListener
+ 1.48 KB java.nio.channels.Channels$1
+ 1.48 KB org.hibernate.validator.internal.util.logging.formatter.DurationFormatter
+ 1.48 KB io.undertow.servlet.spec.AsyncContextImpl$7
+ 1.48 KB org.jboss.protean.arc.AbstractSharedContext
+ 1.48 KB sun.util.locale.LocaleObjectCache
+ 1.48 KB org.yaml.snakeyaml.emitter.Emitter$ExpectStreamStart
+ 1.48 KB sun.net.www.protocol.http.HttpCallerInfo
+ 1.48 KB org.apache.http.protocol.RequestTargetHost
+ 1.48 KB com.fasterxml.jackson.core.json.DupDetector
+ 1.48 KB java.security.Provider$ServiceKey
+ 1.47 KB javax.activation.ObjectDataContentHandler
+ 1.47 KB java.util.IllegalFormatConversionException
+ 1.47 KB org.apache.http.client.protocol.RequestAcceptEncoding
+ 1.47 KB org.hsqldb.lib.BaseList
+ 1.47 KB org.apache.http.cookie.CookiePathComparator
+ 1.47 KB com.fasterxml.jackson.databind.ser.std.StdKeySerializers$Default
+ 1.47 KB sun.reflect.annotation.TypeAnnotation$LocationInfo
+ 1.47 KB java.lang.ClassLoader
+ 1.47 KB java.util.IllegalFormatFlagsException
+ 1.47 KB com.fasterxml.jackson.databind.deser.impl.MergingSettableBeanProperty
+ 1.47 KB org.apache.http.impl.entity.EntityDeserializer
+ 1.47 KB org.apache.http.entity.AbstractHttpEntity
+ 1.47 KB sun.nio.ch.Util$BufferCache
+ 1.47 KB io.undertow.server.protocol.ParseTimeoutUpdater
+ 1.47 KB java.util.regex.Pattern$Ques
+ 1.47 KB com.sun.xml.internal.bind.marshaller.MinimumEscapeHandler
+ 1.47 KB com.sun.xml.bind.v2.model.impl.ElementInfoImpl$PropertyImpl
+ 1.47 KB org.postgresql.core.Field
+ 1.47 KB sun.net.www.MessageHeader$HeaderIterator
+ 1.47 KB com.sun.xml.internal.bind.v2.model.impl.ElementInfoImpl$PropertyImpl
+ 1.47 KB javax.activation.SecuritySupport
+ 1.47 KB org.hibernate.validator.internal.util.privilegedactions.LoadClass
+ 1.47 KB java.util.MissingFormatArgumentException
+ 1.45 KB io.smallrye.metrics.interceptors.MetricsInterceptor
+ 1.45 KB java.util.concurrent.CountedCompleter
+ 1.45 KB java.util.concurrent.ConcurrentSkipListMap$Iter
+ 1.45 KB org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
+ 1.45 KB com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
+ 1.45 KB com.fasterxml.jackson.databind.ser.std.StdArraySerializers$LongArraySerializer
+ 1.45 KB io.smallrye.metrics.MetricsRequestHandler_ClientProxy
+ 1.45 KB java.util.regex.Pattern$LazyLoop
+ 1.45 KB com.sun.xml.internal.bind.marshaller.NioEscapeHandler
+ 1.45 KB java.util.UnknownFormatFlagsException
+ 1.45 KB org.jboss.resteasy.util.ArrayCharSequence
+ 1.45 KB org.apache.http.client.params.HttpClientParamConfig
+ 1.44 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5
+ 1.44 KB sun.security.jca.ProviderConfig$2
+ 1.44 KB io.undertow.servlet.handlers.ServletPathMatchesData$Builder
+ 1.44 KB com.sun.org.apache.xerces.internal.impl.dv.xs.HexBinaryDV
+ 1.44 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5
+ 1.44 KB com.sun.org.apache.xerces.internal.impl.dv.xs.Base64BinaryDV
+ 1.44 KB io.undertow.util.HeaderValues$1
+ 1.44 KB org.apache.http.impl.execchain.HttpResponseProxy
+ 1.44 KB java.util.Collections$SynchronizedList
+ 1.44 KB com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers
+ 1.44 KB org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
+ 1.44 KB java.text.FieldPosition
+ 1.44 KB org.yaml.snakeyaml.events.Event
+ 1.44 KB java.util.Collections$EmptyIterator
+ 1.44 KB org.glassfish.json.JsonPrettyGeneratorImpl
+ 1.44 KB org.slf4j.helpers.Util
+ 1.44 KB java.util.stream.ReduceOps$2ReducingSink
+ 1.42 KB io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_ClientProxy
+ 1.42 KB org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_ClientProxy
+ 1.42 KB org.hibernate.validator.internal.engine.MethodValidationConfiguration
+ 1.42 KB org.postgresql.jdbc.PrimitiveArraySupport$7
+ 1.42 KB sun.util.locale.provider.NumberFormatProviderImpl
+ 1.42 KB org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_ClientProxy
+ 1.42 KB org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_ClientProxy
+ 1.42 KB com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
+ 1.42 KB io.undertow.server.protocol.http.ParseState
+ 1.42 KB org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_ClientProxy
+ 1.42 KB java.awt.image.ComponentSampleModel
+ 1.42 KB org.hsqldb.HsqlException
+ 1.42 KB com.fasterxml.jackson.databind.node.BigIntegerNode
+ 1.42 KB javax.validation.constraints.NotNull$$ProxyImpl
+ 1.42 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
+ 1.42 KB java.lang.Character$UnicodeBlock
+ 1.42 KB com.sun.xml.internal.stream.dtd.nonvalidating.XMLSimpleType
+ 1.42 KB org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
+ 1.41 KB io.undertow.servlet.handlers.ServletChain
+ 1.41 KB org.jboss.shamrock.example.datasource.DatasourceSetup_ClientProxy
+ 1.41 KB sun.nio.fs.MacOSXFileSystem
+ 1.41 KB org.postgresql.hostchooser.GlobalHostStatusTracker
+ 1.41 KB org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingKey
+ 1.41 KB org.postgresql.shaded.com.ongres.scram.common.util.AbstractCharAttributeValue
+ 1.41 KB java.util.TreeMap$Entry
+ 1.41 KB com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultBuilder
+ 1.41 KB com.fasterxml.jackson.databind.node.DecimalNode
+ 1.41 KB org.hibernate.validator.internal.metadata.raw.BeanConfiguration
+ 1.41 KB sun.reflect.generics.reflectiveObjects.GenericArrayTypeImpl
+ 1.41 KB com.fasterxml.jackson.databind.type.TypeBindings$AsKey
+ 1.41 KB org.xnio.nio.NioHandle
+ 1.39 KB com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl$Element
+ 1.39 KB io.agroal.pool.ConnectionPool$ReapTask$ReapConnectionTask
+ 1.39 KB javax.ws.rs.core.EntityTag
+ 1.39 KB java.security.cert.CertificateFactory
+ 1.39 KB org.graalvm.compiler.graph.NodeSourcePosition
+ 1.39 KB org.yaml.snakeyaml.tokens.DirectiveToken
+ 1.39 KB org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl
+ 1.39 KB com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$Element
+ 1.39 KB java.util.stream.ReduceOps$ReduceTask
+ 1.39 KB org.glassfish.json.JsonParserImpl$NoneContext
+ 1.39 KB org.jboss.resteasy.core.SynchronousExecutionContext
+ 1.39 KB org.graalvm.compiler.core.common.spi.ForeignCallDescriptor
+ 1.39 KB java.util.concurrent.ConcurrentSkipListMap$Values
+ 1.39 KB com.sun.org.apache.xerces.internal.impl.dtd.XML11DTDValidator
+ 1.39 KB java.util.logging.ErrorManager
+ 1.39 KB io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener$2
+ 1.39 KB sun.util.resources.ParallelListResourceBundle$KeySet$1
+ 1.38 KB com.sun.org.apache.xerces.internal.impl.dv.util.ByteListImpl
+ 1.38 KB org.apache.http.impl.EnglishReasonPhraseCatalog
+ 1.38 KB java.util.HashMap$Node
+ 1.38 KB org.jboss.resteasy.core.AsynchronousResponseInjector
+ 1.38 KB org.apache.http.impl.client.CloseableHttpClient
+ 1.38 KB java.sql.SQLWarning
+ 1.38 KB org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
+ 1.38 KB io.undertow.server.handlers.HttpContinueReadHandler$ContinueConduit
+ 1.38 KB org.yaml.snakeyaml.DumperOptions$Version
+ 1.38 KB com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
+ 1.38 KB java.io.FilterOutputStream
+ 1.38 KB com.fasterxml.jackson.databind.ser.std.InetAddressSerializer
+ 1.38 KB org.jboss.shamrock.metrics.runtime.LambdaCounter
+ 1.38 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$KeyRefValueStore
+ 1.38 KB com.sun.xml.internal.bind.v2.runtime.SchemaTypeTransducer
+ 1.38 KB javax.security.auth.Subject$SecureSet$1
+ 1.38 KB org.jboss.resteasy.core.AsyncResponseConsumer$AsyncRawStreamingResponseConsumer
+ 1.38 KB com.sun.xml.bind.v2.runtime.MimeTypedTransducer
+ 1.38 KB com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$EnumKD
+ 1.38 KB com.sun.xml.internal.bind.v2.runtime.MimeTypedTransducer
+ 1.38 KB io.undertow.server.handlers.form.MultiPartParserDefinition
+ 1.38 KB org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
+ 1.36 KB org.postgresql.jdbc.PrimitiveArraySupport$4
+ 1.36 KB org.postgresql.jdbc.PrimitiveArraySupport$5
+ 1.36 KB io.undertow.server.protocol.ajp.AjpRequestParseState
+ 1.36 KB org.xnio.conduits.PushBackStreamSourceConduit$BufferConduit
+ 1.36 KB org.apache.http.message.BasicHeaderIterator
+ 1.36 KB com.oracle.svm.core.posix.headers.darwin.CoreFoundation
+ 1.36 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy227_constructor_java_lang_reflect_InvocationHandler_
+ 1.36 KB org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Attributes
+ 1.36 KB sun.net.www.protocol.http.Negotiator
+ 1.36 KB com.fasterxml.jackson.databind.introspect.VisibilityChecker$Std
+ 1.36 KB org.xnio.TypeSequenceOption
+ 1.36 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy225_constructor_java_lang_reflect_InvocationHandler_
+ 1.36 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$24
+ 1.36 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy226_constructor_java_lang_reflect_InvocationHandler_
+ 1.36 KB com.oracle.svm.core.genscavenge.PinnedObjectImpl
+ 1.36 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$24
+ 1.36 KB javax.servlet.ServletOutputStream
+ 1.36 KB com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy237_constructor_java_lang_reflect_InvocationHandler_
+ 1.34 KB org.apache.commons.logging.impl.WeakHashtable$Entry
+ 1.34 KB org.glassfish.json.BufferPoolImpl
+ 1.34 KB com.sun.org.apache.xerces.internal.dom.DeferredEntityImpl
+ 1.34 KB com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
+ 1.34 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
+ 1.34 KB org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
+ 1.34 KB io.agroal.pool.ConnectionFactory$Mode
+ 1.34 KB java.util.EventObject
+ 1.34 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
+ 1.34 KB com.fasterxml.classmate.util.ClassStack
+ 1.34 KB org.jboss.resteasy.util.DelegatingHttpRequest
+ 1.34 KB org.hibernate.validator.internal.util.ExecutableParameterNameProvider
+ 1.34 KB javax.xml.bind.annotation.XmlType$$ProxyImpl
+ 1.34 KB sun.text.normalizer.UCharacterIterator
+ 1.34 KB com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
+ 1.34 KB com.oracle.svm.core.thread.ParkEventList
+ 1.34 KB com.fasterxml.jackson.databind.jsontype.TypeDeserializer
+ 1.34 KB org.apache.http.impl.auth.RFC2617Scheme
+ 1.33 KB com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$State
+ 1.33 KB com.oracle.svm.core.heap.FeebleReferenceList
+ 1.33 KB org.yaml.snakeyaml.emitter.Emitter$ExpectFlowSequenceItem
+ 1.33 KB com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser
+ 1.33 KB java.io.OutputStream
+ 1.33 KB sun.util.locale.provider.LocaleServiceProviderPool
+ 1.33 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$CharacterDeserializer
+ 1.33 KB java.lang.ThreadLocal
+ 1.33 KB javax.xml.bind.JAXBContext
+ 1.33 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSCMUniOp
+ 1.33 KB java.util.ServiceLoader$1
+ 1.33 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State
+ 1.33 KB com.oracle.svm.core.genscavenge.DiscoverableReferenceProcessing
+ 1.31 KB org.apache.http.client.entity.DecompressingEntity
+ 1.31 KB org.graalvm.compiler.options.OptionsParser
+ 1.31 KB org.apache.http.client.protocol.RequestProxyAuthentication
+ 1.31 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
+ 1.31 KB org.apache.commons.logging.LogConfigurationException
+ 1.31 KB org.postgresql.jdbc.PrimitiveArraySupport$6
+ 1.31 KB com.fasterxml.jackson.databind.ser.std.NumberSerializer
+ 1.31 KB org.apache.http.impl.conn.DefaultSchemePortResolver
+ 1.31 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf
+ 1.31 KB org.hibernate.validator.internal.engine.resolver.CachingJPATraversableResolverForSingleValidation
+ 1.31 KB java.math.BigDecimal$StringBuilderHelper
+ 1.31 KB org.apache.http.impl.client.BasicCredentialsProvider
+ 1.31 KB org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFeature
+ 1.31 KB org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingKey
+ 1.31 KB com.sun.org.apache.xml.internal.dtm.ref.ExtendedType
+ 1.31 KB org.yaml.snakeyaml.reader.ReaderException
+ 1.31 KB com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
+ 1.30 KB io.undertow.conduits.FinishableStreamSinkConduit
+ 1.30 KB io.smallrye.metrics.interceptors.MetricNameFactory_ClientProxy
+ 1.30 KB com.arjuna.ats.internal.arjuna.recovery.RecActivatorLoader
+ 1.30 KB com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase
+ 1.30 KB com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
+ 1.30 KB org.apache.http.entity.FileEntity
+ 1.30 KB com.sun.xml.bind.AccessorFactoryImpl
+ 1.30 KB org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
+ 1.30 KB sun.util.locale.provider.DateFormatProviderImpl
+ 1.30 KB org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter
+ 1.30 KB com.sun.xml.internal.bind.AccessorFactoryImpl
+ 1.30 KB java.lang.StringBuilder
+ 1.30 KB org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor$Key
+ 1.30 KB com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator
+ 1.30 KB org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
+ 1.28 KB com.fasterxml.jackson.databind.util.NameTransformer$1
+ 1.28 KB java.util.JumboEnumSet$EnumSetIterator
+ 1.28 KB io.agroal.pool.ConnectionPool$ValidationTask
+ 1.28 KB io.agroal.pool.ConnectionPool$LeakTask
+ 1.28 KB com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
+ 1.28 KB com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BigDecimalDeserializer
+ 1.28 KB org.postgresql.jdbc.PrimitiveArraySupport$1
+ 1.28 KB org.postgresql.jdbc.PrimitiveArraySupport$2
+ 1.28 KB org.postgresql.jdbc.PrimitiveArraySupport$3
+ 1.28 KB com.sun.org.apache.xerces.internal.impl.dv.xs.IntegerDV
+ 1.28 KB com.oracle.svm.core.posix.headers.ZLib
+ 1.28 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
+ 1.28 KB ch.qos.logback.classic.spi.LoggerContextVO
+ 1.28 KB com.sun.org.apache.xerces.internal.dom.PSVIDocumentImpl
+ 1.28 KB org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute
+ 1.28 KB ch.qos.logback.core.spi.ContextAwareBase
+ 1.27 KB com.fasterxml.jackson.databind.node.BinaryNode
+ 1.27 KB com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor
+ 1.27 KB org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
+ 1.27 KB sun.nio.ch.SelectionKeyImpl
+ 1.27 KB org.jboss.resteasy.plugins.providers.JaxrsFormProvider
+ 1.27 KB com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
+ 1.27 KB org.jboss.resteasy.plugins.providers.sse.SseEventSinkInterceptor
+ 1.27 KB com.oracle.svm.core.properties.RuntimePropertyParser
+ 1.27 KB org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor
+ 1.27 KB com.sun.org.apache.xerces.internal.jaxp.validation.DOMResultAugmentor
+ 1.27 KB org.jboss.resteasy.plugins.providers.ByteArrayProvider
+ 1.27 KB io.undertow.protocols.ssl.SslConduit$SslWriteReadyHandler
+ 1.27 KB org.apache.http.client.protocol.RequestAuthCache
+ 1.25 KB org.apache.http.params.HttpConnectionParams
+ 1.25 KB org.glassfish.json.JsonNumberImpl
+ 1.25 KB com.sun.org.apache.xerces.internal.impl.dv.xs.IDREFDV
+ 1.25 KB com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl
+ 1.25 KB com.fasterxml.jackson.jaxrs.json.JsonEndpointConfig
+ 1.25 KB javax.naming.InitialContext
+ 1.25 KB java.util.regex.PatternSyntaxException
+ 1.25 KB sun.net.www.http.ClientVector
+ 1.25 KB com.fasterxml.jackson.databind.deser.std.DateDeserializers
+ 1.25 KB com.oracle.svm.core.graal.posix.PosixCEntryPointSnippets
+ 1.25 KB com.sun.org.apache.xerces.internal.impl.dv.SchemaDVFactory
+ 1.25 KB org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$1
+ 1.25 KB org.apache.http.impl.cookie.BasicPathHandler
+ 1.25 KB org.apache.http.cookie.CookieOrigin
+ 1.25 KB com.sun.xml.bind.marshaller.DumbEscapeHandler
+ 1.25 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ShortVector
+ 1.25 KB org.jboss.resteasy.plugins.providers.InputStreamProvider
+ 1.25 KB io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter
+ 1.25 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_formatUnsignedInt_int_int__C_int_int_
+ 1.25 KB com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl
+ 1.23 KB javax.xml.transform.dom.DOMResult
+ 1.23 KB io.undertow.util.ReferenceCountedPooled$1
+ 1.23 KB com.fasterxml.jackson.databind.deser.std.JdkDeserializers
+ 1.23 KB org.postgresql.util.URLCoder
+ 1.22 KB com.sun.org.apache.xerces.internal.jaxp.validation.Util
+ 1.22 KB java.awt.color.ICC_Profile$2
+ 1.22 KB com.fasterxml.jackson.databind.introspect.AnnotatedMember
+ 1.22 KB org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage$Error
+ 1.22 KB java.util.Iterator
+ 1.22 KB org.apache.http.impl.cookie.RFC2965Spec$1
+ 1.22 KB sun.reflect.generics.scope.AbstractScope
+ 1.22 KB java.lang.Float
+ 1.22 KB java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
+ 1.22 KB org.postgresql.shaded.com.ongres.scram.client.ScramClient$Builder
+ 1.22 KB org.apache.http.impl.cookie.RFC2109Spec$1
+ 1.22 KB com.fasterxml.jackson.databind.ser.std.CalendarSerializer
+ 1.22 KB sun.java2d.cmm.ProfileDeferralMgr
+ 1.22 KB org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder$CacheKey
+ 1.22 KB javax.net.ssl.SSLContext
+ 1.22 KB com.sun.xml.bind.util.ValidationEventLocatorExImpl
+ 1.22 KB com.fasterxml.jackson.core.JsonStreamContext
+ 1.22 KB com.sun.xml.internal.bind.util.ValidationEventLocatorExImpl
+ 1.22 KB org.postgresql.jdbc.PreferQueryMode
+ 1.22 KB io.undertow.server.AbstractServerConnection$CloseSetter
+ 1.20 KB com.fasterxml.jackson.databind.util.NameTransformer$2
+ 1.20 KB com.fasterxml.jackson.databind.util.NameTransformer$3
+ 1.20 KB javax.xml.bind.helpers.ValidationEventImpl
+ 1.20 KB com.fasterxml.jackson.core.filter.TokenFilterContext
+ 1.20 KB org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamResponseConsumer
+ 1.20 KB java.util.regex.Pattern$Loop
+ 1.20 KB io.undertow.servlet.spec.AsyncContextImpl$9
+ 1.20 KB sun.security.jca.ProviderList$ServiceList$1
+ 1.20 KB io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber
+ 1.20 KB org.postgresql.shaded.com.ongres.scram.client.ScramSession
+ 1.20 KB com.fasterxml.jackson.databind.PropertyMetadata
+ 1.20 KB org.apache.http.client.protocol.RequestTargetAuthentication
+ 1.20 KB org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd
+ 1.20 KB io.undertow.server.protocol.framed.ShutdownFallbackExecutor
+ 1.20 KB org.postgresql.PGProperty
+ 1.20 KB org.postgresql.shaded.com.ongres.scram.common.ScramFunctions
+ 1.20 KB org.apache.http.impl.entity.EntitySerializer
+ 1.19 KB com.oracle.svm.reflect.helpers.ExceptionHelpers
+ 1.19 KB org.jboss.resteasy.plugins.providers.DefaultTextPlain
+ 1.19 KB org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$SAXParserProvider
+ 1.19 KB com\oracle\svm\reflect\proxies\Proxy_org_slf4j_spi_LocationAwareLogger_log_org_slf4j_Marker_java_lang_String_int_java_lang_String__Ljava_lang_Object__java_lang_Throwable_
+ 1.19 KB javax.activation.DataSourceDataContentHandler
+ 1.19 KB io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask$1$1
+ 1.19 KB com.fasterxml.classmate.ResolvedTypeWithMembers$AnnotationHandler
+ 1.19 KB io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction$ContextCapturerFlowable
+ 1.19 KB io.undertow.protocols.http2.Hpack
+ 1.19 KB org.apache.http.impl.conn.CPool
+ 1.19 KB org.jboss.resteasy.core.MediaTypeMap$TypedEntryComparator
+ 1.19 KB javax.json.Json
+ 1.19 KB org.xnio.XnioWorker$WorkerThreadFactory$1
+ 1.17 KB org.jboss.resteasy.specimpl.LinkImpl
+ 1.17 KB com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl
+ 1.17 KB java.util.TreeMap$EntrySet
+ 1.17 KB com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor$AttributesImpl
+ 1.17 KB org.jboss.shamrock.agroal.runtime.DataSourceProducer_Bean
+ 1.17 KB org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
+ 1.17 KB org.apache.http.client.entity.LazyDecompressingInputStream
+ 1.17 KB com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createDiff_javax_json_JsonStructure_javax_json_JsonStructure_
+ 1.17 KB org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
+ 1.17 KB com.fasterxml.jackson.databind.ser.std.DateSerializer
+ 1.17 KB sun.util.calendar.CalendarSystem
+ 1.17 KB java.util.concurrent.ThreadPoolExecutor$AbortPolicy
+ 1.17 KB org.apache.commons.logging.impl.WeakHashtable$Referenced
+ 1.17 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor$AttributesImpl
+ 1.17 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl$XSObjectListIterator
+ 1.17 KB com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl$XSNamespaceItemListIterator
+ 1.17 KB com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl$1$1
+ 1.17 KB java.util.logging.LogManager$LogNode
+ 1.17 KB org.xnio.nio.NioXnio$ConstructorSelectorCreator
+ 1.16 KB java.util.UnknownFormatConversionException
+ 1.16 KB com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
+ 1.16 KB com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1.16 KB com.sun.xml.internal.bind.Util
+ 1.16 KB com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedLister
+ 1.16 KB org.jboss.resteasy.client.jaxrs.internal.LocalResteasyProviderFactory
+ 1.16 KB org.apache.http.client.methods.AbstractExecutionAwareRequest
+ 1.16 KB org.xnio.ChannelListeners
+ 1.16 KB java.util.concurrent.Executors
+ 1.16 KB java.lang.ProcessEnvironment$StringEntrySet
+ 1.16 KB java.nio.channels.spi.AbstractSelector
+ 1.16 KB java.util.stream.Nodes$SizedCollectorTask$OfRef
+ 1.16 KB java.util.DuplicateFormatFlagsException
+ 1.16 KB com.sun.org.apache.xerces.internal.impl.xs.opti.AttrImpl
+ 1.16 KB com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo
+ 1.16 KB com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1.16 KB com.sun.xml.bind.Util
+ 1.16 KB org.postgresql.core.CachedQueryCreateAction
+ 1.16 KB io.undertow.conduits.WriteTimeoutStreamSinkConduit$1
+ 1.16 KB com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1.16 KB org.jboss.resteasy.core.HeaderParamInjector
+ 1.16 KB com.fasterxml.jackson.databind.deser.std.MapDeserializer$MapReferringAccumulator
+ 1.16 KB java.util.zip.CheckedInputStream
+ 1.14 KB com.sun.xml.internal.bind.v2.runtime.reflect.Lister$ArrayLister
+ 1.14 KB io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel$1
+ 1.14 KB ch.qos.logback.classic.Level
+ 1.14 KB com.sun.org.apache.xerces.internal.impl.dtd.models.CMUniOp
+ 1.14 KB io.undertow.server.handlers.resource.ClassPathResourceManager
+ 1.14 KB com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl$1
+ 1.14 KB java.io.FilterInputStream
+ 1.14 KB com.sun.xml.bind.v2.runtime.reflect.Lister$ArrayLister
+ 1.14 KB com.fasterxml.classmate.members.RawMethod
+ 1.14 KB com.sun.org.apache.xerces.internal.dom.DeferredAttrNSImpl
+ 1.14 KB com.fasterxml.jackson.databind.deser.std.StringDeserializer
+ 1.14 KB io.reactivex.internal.observers.ConsumerSingleObserver
+ 1.14 KB io.undertow.protocols.http2.Http2DataFrameParser
+ 1.14 KB io.smallrye.openapi.runtime.io.JsonUtil
+ 1.14 KB ch.qos.logback.classic.spi.EventArgUtil
+ 1.14 KB io.undertow.servlet.core.ErrorPages
+ 1.14 KB com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl$1
+ 1.14 KB com.fasterxml.jackson.databind.deser.std.CollectionDeserializer$CollectionReferringAccumulator
+ 1.14 KB com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_InputStream_
+ 1.14 KB com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_Reader_
+ 1.14 KB org.xnio.ChannelListeners$14
+ 1.14 KB com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter$SingleView
+ 1.13 KB io.reactivex.internal.functions.ObjectHelper
+ 1.13 KB com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl
+ 1.13 KB com.fasterxml.jackson.databind.node.LongNode
+ 1.13 KB com.sun.xml.bind.v2.model.impl.FieldPropertySeed
+ 1.13 KB com.fasterxml.jackson.databind.node.IntNode
+ 1.13 KB io.undertow.conduits.BytesSentStreamSinkConduit
+ 1.13 KB org.xnio.StreamConnection
+ 1.13 KB com.fasterxml.jackson.databind.BeanProperty$Std
+ 1.13 KB com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_weight
+ 1.13 KB org.hibernate.validator.internal.engine.messageinterpolation.util.InterpolationHelper
+ 1.13 KB com.sun.org.apache.xerces.internal.jaxp.DefaultValidationErrorHandler
+ 1.13 KB io.undertow.conduits.ReadTimeoutStreamSourceConduit$1
+ 1.13 KB org.postgresql.shaded.com.ongres.scram.common.exception.ScramServerErrorException
+ 1.13 KB org.jboss.resteasy.plugins.providers.StringTextStar
+ 1.13 KB com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMImplementation
+ 1.13 KB com.sun.xml.internal.bind.v2.model.impl.FieldPropertySeed
+ 1.13 KB com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlJAXBContextFinder_constructor__
+ 1.13 KB com.sun.org.apache.xalan.internal.utils.ObjectFactory
+ 1.13 KB org.yaml.snakeyaml.emitter.Emitter$ExpectNothing
+ 1.13 KB com.fasterxml.jackson.databind.deser.std.DateDeserializers$TimestampDeserializer
+ 1.11 KB com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDurationDV
+ 1.11 KB org.jboss.resteasy.specimpl.MultivaluedMapImpl
+ 1.11 KB org.jboss.resteasy.plugins.providers.jsonp.JsonValueProvider
+ 1.11 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DayTimeDurationDV
+ 1.11 KB org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamCollectorResponseConsumer
+ 1.11 KB com.oracle.svm.core.thread.Safepoint
+ 1.11 KB org.jboss.protean.arc.GenericArrayTypeImpl
+ 1.11 KB java.util.regex.Pattern$Dollar
+ 1.11 KB sun.security.jgss.GSSExceptionImpl
+ 1.11 KB org.jboss.protean.arc.ComputingCache
+ 1.11 KB sun.awt.AppContext$3
+ 1.11 KB org.hibernate.validator.internal.metadata.aggregated.FieldCascadable$Builder
+ 1.11 KB com.sun.xml.internal.bind.marshaller.DumbEscapeHandler
+ 1.11 KB org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
+ 1.11 KB java.security.DigestOutputStream
+ 1.11 KB org.postgresql.core.ConnectionFactory
+ 1.11 KB com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_lang_String_int_java_net_PasswordAuthentication_
+ 1.11 KB sun.security.util.DerInputBuffer
+ 1.11 KB java.lang.ProcessEnvironment$StringEntrySet$2
+ 1.11 KB com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager
+ 1.09 KB com.sun.org.apache.xml.internal.utils.IntStack
+ 1.09 KB com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_int_
+ 1.09 KB com.oracle.svm.core.thread.UnsafeParkSupport
+ 1.09 KB com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 1.09 KB io.undertow.security.impl.SecurityContextImpl$AuthAttempter
+ 1.09 KB sun.nio.cs.ThreadLocalCoders$1
+ 1.09 KB sun.nio.cs.ThreadLocalCoders$2
+ 1.09 KB org.slf4j.event.EventRecodingLogger
+ 1.09 KB java.lang.NumberFormatException
+ 1.09 KB java.util.concurrent.ThreadPoolExecutor$Worker
+ 1.09 KB org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ClassIndexWrapper
+ 1.09 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray
+ 1.09 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
+ 1.09 KB com.oracle.svm.core.heap.NoAllocationVerifier
+ 1.09 KB com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 1.09 KB org.jboss.shamrock.example.validator.TestValidatorEndpoint
+ 1.09 KB com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_constructor_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1.09 KB sun.awt.image.IntegerInterleavedRaster
+ 1.09 KB org.postgresql.jdbc.FieldMetadata
+ 1.09 KB com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAnnotation_java_lang_Class_com_fasterxml_jackson_databind_introspect_Annotated_boolean_boolean_boolean_
+ 1.09 KB org.apache.http.entity.HttpEntityWrapper
+ 1.09 KB org.postgresql.geometric.PGpoint
+ 1.09 KB com.sun.org.apache.xerces.internal.impl.XML11NSDocumentScannerImpl$NS11ContentDriver
+ 1.09 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
+ 1.09 KB org.hibernate.validator.internal.metadata.raw.ConstrainedField
+ 1.09 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XPathMatcherStack
+ 1.09 KB io.reactivex.internal.operators.flowable.FlowableFromFuture
+ 1.08 KB com.oracle.svm.core.posix.headers.Signal
+ 1.08 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$ContentDriver
+ 1.08 KB jdk.vm.ci.code.TargetDescription
+ 1.08 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
+ 1.08 KB io.undertow.util.FastConcurrentDirectDeque$AbstractItr
+ 1.08 KB org.xnio.IoUtils
+ 1.08 KB java.util.concurrent.locks.ReentrantLock$FairSync
+ 1.08 KB org.jboss.resteasy.core.interception.jaxrs.ClientWriterInterceptorContext
+ 1.08 KB io.undertow.server.protocol.http.AlpnOpenListener$ListenerEntry
+ 1.08 KB java.util.LinkedHashMap$LinkedEntrySet
+ 1.08 KB org.apache.http.params.AbstractHttpParams
+ 1.08 KB com.fasterxml.jackson.databind.node.NodeCursor$ArrayCursor
+ 1.08 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_int_
+ 1.08 KB org.apache.http.auth.AuthState
+ 1.08 KB com.fasterxml.jackson.databind.ser.std.ByteArraySerializer
+ 1.08 KB org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowSequenceItem
+ 1.08 KB org.apache.http.impl.client.IdleConnectionEvictor
+ 1.08 KB com.oracle.svm.core.posix.PosixSunNioSubstitutions$Util_sun_nio_ch_PollArrayWrapper
+ 1.08 KB java.util.Collections$UnmodifiableCollection$1
+ 1.08 KB com.sun.xml.internal.bind.v2.runtime.unmarshaller.TagName
+ 1.08 KB sun.nio.ch.Util
+ 1.08 KB io.smallrye.metrics.app.TimerImpl
+ 1.08 KB org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper
+ 1.08 KB sun.nio.fs.MacOSXNativeDispatcher
+ 1.08 KB io.undertow.protocols.http2.Http2SettingsParser
+ 1.08 KB com.sun.xml.bind.v2.runtime.unmarshaller.TagName
+ 1.06 KB com.sun.org.apache.xml.internal.serializer.WriterToASCI
+ 1.06 KB com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9
+ 1.06 KB java.util.stream.ForEachOps$ForEachOp
+ 1.06 KB java.util.WeakHashMap$KeySet
+ 1.06 KB com.oracle.svm.reflect.proxy.DynamicProxySupport
+ 1.06 KB com.sun.xml.bind.v2.runtime.property.ArrayERProperty$ItemsLoader
+ 1.06 KB io.undertow.conduits.EmptyStreamSourceConduit
+ 1.06 KB org.apache.http.protocol.DefaultedHttpContext
+ 1.06 KB org.apache.http.client.utils.DateUtils
+ 1.06 KB com.sun.org.apache.xerces.internal.xni.XMLString
+ 1.06 KB com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9
+ 1.06 KB org.apache.http.impl.client.DefaultUserTokenHandler
+ 1.06 KB java.util.regex.Pattern$CIBackRef
+ 1.06 KB org.apache.commons.logging.LogFactory$5
+ 1.06 KB com.oracle.svm.core.heap.AllocationFreeList
+ 1.06 KB com.sun.org.apache.xerces.internal.util.DefaultErrorHandler
+ 1.06 KB com.sun.org.apache.xml.internal.serializer.ElemContext
+ 1.06 KB org.jboss.resteasy.core.interception.jaxrs.ServerReaderInterceptorContext
+ 1.06 KB java.beans.Introspector
+ 1.06 KB com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
+ 1.06 KB org.xnio.conduits.EmptyStreamSourceConduit
+ 1.06 KB org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
+ 1.06 KB com.sun.xml.internal.bind.v2.runtime.property.ArrayERProperty$ItemsLoader
+ 1.06 KB org.postgresql.util.ByteConverter
+ 1.06 KB org.apache.http.impl.auth.DigestSchemeFactory
+ 1.06 KB java.util.HashMap$EntrySet
+ 1.06 KB org.postgresql.core.ResultHandlerBase
+ 1.06 KB io.undertow.server.protocol.http2.Http2UpgradeHandler$4
+ 1.06 KB java.util.regex.Pattern$BnMS
+ 1.06 KB com.sun.org.apache.xerces.internal.impl.dv.dtd.ListDatatypeValidator
+ 1.05 KB org.jboss.protean.arc.InvocationContextImpl
+ 1.05 KB com.sun.xml.internal.bind.v2.model.util.ArrayInfoUtil
+ 1.05 KB org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper
+ 1.05 KB sun.net.www.http.HttpCaptureOutputStream
+ 1.05 KB sun.util.locale.LocaleExtensions
+ 1.05 KB io.undertow.servlet.core.ManagedServlets
+ 1.05 KB io.undertow.servlet.UndertowServletLogger_$logger
+ 1.05 KB org.apache.http.params.HttpProtocolParams
+ 1.05 KB java.util.concurrent.ConcurrentHashMap$EntryIterator
+ 1.05 KB java.util.ArrayList$ListItr
+ 1.05 KB javax.servlet.ServletResponseWrapper
+ 1.05 KB org.xnio.nio.SelectorUtils
+ 1.05 KB com.fasterxml.jackson.databind.ser.impl.WritableObjectId
+ 1.05 KB io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler$1
+ 1.05 KB com.sun.xml.bind.v2.model.util.ArrayInfoUtil
+ 1.05 KB org.xnio.ChannelListeners$10
+ 1.05 KB io.undertow.server.protocol.ajp.AjpServerConnection
+ 1.05 KB org.hibernate.validator.internal.engine.groups.Group
+ 1.05 KB org.xnio.ChannelListeners$DelegatingSetter
+ 1.03 KB org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
+ 1.03 KB io.undertow.protocols.ssl.UndertowXnioSsl
+ 1.03 KB org.hibernate.validator.internal.util.classhierarchy.Filters$WeldProxyFilter
+ 1.03 KB java.lang.annotation.IncompleteAnnotationException
+ 1.03 KB com.fasterxml.classmate.util.ClassKey
+ 1.03 KB org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
+ 1.03 KB org.jboss.resteasy.spi.metadata.SetterParameter
+ 1.03 KB com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
+ 1.03 KB com.fasterxml.jackson.databind.type.ClassKey
+ 1.03 KB java.awt.Rectangle
+ 1.03 KB java.lang.TypeNotPresentException
+ 1.03 KB com.sun.naming.internal.VersionHelper12$InputStreamEnumeration
+ 1.03 KB org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
+ 1.03 KB com.sun.xml.internal.bind.v2.util.ByteArrayOutputStreamEx
+ 1.03 KB com.fasterxml.jackson.jaxrs.util.ClassKey
+ 1.03 KB io.reactivex.internal.util.HalfSerializer
+ 1.03 KB java.lang.ProcessEnvironment$StringValues
+ 1.03 KB com.oracle.svm.core.MemoryUtil
+ 1.03 KB org.apache.http.impl.auth.BasicSchemeFactory
+ 1.02 KB org.apache.http.client.utils.DateUtils$DateFormatHolder
+ 1.02 KB org.jboss.resteasy.util.GetRestful
+ 1.02 KB com.sun.xml.bind.v2.runtime.reflect.Accessor
+ 1.02 KB org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
+ 1.02 KB com.sun.org.apache.xerces.internal.impl.xs.AttributePSVImpl
+ 1.02 KB org.apache.http.impl.conn.DefaultManagedHttpClientConnection
+ 1.02 KB com.fasterxml.jackson.databind.ext.NioPathDeserializer
+ 1.02 KB org.hsqldb.lib.CharArrayWriter
+ 1.02 KB com.sun.xml.internal.bind.v2.runtime.reflect.Lister$IDREFS
+ 1.02 KB com.sun.xml.bind.WhiteSpaceProcessor
+ 1.02 KB org.postgresql.core.SocketFactoryFactory
+ 1.02 KB org.jboss.shamrock.restclient.runtime.PartialResponse
+ 1.02 KB org.jboss.resteasy.util.ReadFromStream
+ 1.02 KB com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_Jdk14Logger_constructor_java_lang_String_
+ 1.02 KB javax.security.sasl.SaslException
+ 1.02 KB org.jboss.resteasy.util.NoContent
+ 1.02 KB org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentContent
+ 1.02 KB java.sql.Date
+ 1.02 KB com.arjuna.common.logging.commonI18NLogger_$logger
+ 1.02 KB org.yaml.snakeyaml.emitter.Emitter$ExpectBlockSequenceItem
+ 1.02 KB com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFS
+ 1.02 KB sun.net.www.http.HttpCaptureInputStream
+ 1.02 KB java.awt.image.DirectColorModel
+ 1.02 KB org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext
+ 1.02 KB io.undertow.servlet.handlers.ServletHandler
+ 1.02 KB org.jboss.resteasy.plugins.delegates.CookieHeaderDelegate
+ 1.02 KB sun.text.normalizer.UnicodeSetIterator
+ 1.02 KB org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
+ 1.02 KB org.apache.http.ssl.SSLContextBuilder
+ 1.02 KB java.lang.Boolean
+ 1.02 KB sun.net.www.protocol.http.HttpURLConnection$ErrorStream
+ 1.02 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_int_
+ 1.02 KB com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_net_URL_java_net_PasswordAuthentication_
+ 1.02 KB com.sun.xml.internal.bind.v2.runtime.reflect.Accessor
+ 1.02 KB com.sun.xml.internal.bind.WhiteSpaceProcessor
+ 1.02 KB sun.awt.image.ByteInterleavedRaster
+ 1.00 KB org.postgresql.core.SetupQueryRunner
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_int_
+ 1.00 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.SmallContainer
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_int_
+ 1.00 KB org.xml.sax.SAXException
+ 1.00 KB com.oracle.svm.core.thread.ParkEvent
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_boolean_
+ 1.00 KB javax.crypto.Cipher$Transform
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_double_
+ 1.00 KB org.hibernate.validator.internal.xml.ContainerElementTypePath
+ 1.00 KB org.postgresql.jdbc.PgStatement$StatementResultHandler
+ 1.00 KB java.util.concurrent.ThreadLocalRandom
+ 1.00 KB javax.naming.NamingException
+ 1.00 KB org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
+ 1.00 KB org.apache.http.impl.client.EntityEnclosingRequestWrapper
+ 1.00 KB java.util.stream.Nodes$AbstractConcNode
+ 1.00 KB ch.qos.logback.classic.layout.TTLLLayout
+ 1.00 KB org.apache.http.impl.auth.NTLMEngineImpl$Type2Message
+ 1.00 KB org.postgresql.core.CachedQuery
+ 1.00 KB io.undertow.conduits.IdleTimeoutConduit$1
+ 1.00 KB java.lang.reflect.Modifier
+ 1.00 KB org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext
+ 1.00 KB org.hibernate.validator.internal.constraintvalidators.bv.MinValidatorForCharSequence
+ 1.00 KB io.undertow.protocols.http2.Http2PingStreamSourceChannel
+ 1.00 KB org.hibernate.validator.internal.constraintvalidators.bv.MaxValidatorForCharSequence
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder_javax_json_JsonArray_
+ 1.00 KB com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getInt_java_lang_Integer_
+ 1.00 KB java.security.Provider$UString
+ 1008 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$7
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 1008 B com.sun.org.apache.xerces.internal.impl.dv.xs.HexBinaryDV$XHex
+ 1008 B io.undertow.channels.DetachableStreamSourceChannel$SetterDelegatingListener
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 1008 B org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
+ 1008 B io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 1008 B java.util.concurrent.CompletableFuture$Signaller
+ 1008 B io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig
+ 1008 B com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput$DynamicAttribute
+ 1008 B org.eclipse.microprofile.metrics.MetricRegistry
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_boolean_
+ 1008 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$7
+ 1008 B sun.awt.image.BytePackedRaster
+ 1008 B com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$Matcher
+ 1008 B com.sun.org.apache.xerces.internal.impl.dv.dtd.ENTITYDatatypeValidator
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 1008 B io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel$1
+ 1008 B java.net.Inet4AddressImpl
+ 1008 B com.sun.org.apache.xerces.internal.impl.dv.xs.Base64BinaryDV$XBase64
+ 1008 B org.glassfish.json.JsonPatchBuilderImpl
+ 1008 B org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
+ 1008 B com.sun.org.apache.xerces.internal.util.SAXLocatorWrapper
+ 1008 B com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$DynamicAttribute
+ 1008 B org.jboss.resteasy.plugins.providers.DataSourceProvider$SequencedDataSource
+ 1008 B com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
+ 1008 B io.undertow.util.HeaderMap$2
+ 1008 B org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
+ 1008 B org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext
+ 1008 B org.xnio.SequenceOption
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 1008 B java.util.regex.Pattern$Start
+ 1008 B org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
+ 1008 B org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider$ClassAnnotationKey
+ 1008 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers$Dynamic
+ 1008 B java.util.logging.LoggingProxyImpl
+ 1008 B java.util.Spliterators$EmptySpliterator$OfRef
+ 1008 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 992 B org.jboss.resteasy.core.AsyncResponseConsumer$CompletionStageResponseConsumer
+ 992 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_
+ 992 B com.sun.xml.internal.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
+ 992 B org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
+ 992 B org.apache.http.message.BasicHeader
+ 992 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$OnDemandInterceptorFactory
+ 992 B com.sun.xml.internal.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
+ 992 B java.net.SocketImpl
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 992 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 992 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_OutputStream_
+ 992 B com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
+ 992 B java.util.TreeMap$Values
+ 992 B com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder
+ 992 B com.fasterxml.jackson.databind.util.RawValue
+ 992 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergeDiff_javax_json_JsonValue_javax_json_JsonValue_
+ 992 B io.undertow.protocols.ssl.SslConduit$5
+ 992 B com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
+ 992 B com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
+ 992 B org.jboss.resteasy.client.jaxrs.engines.factory.ApacheHttpClient4EngineFactory
+ 992 B org.postgresql.core.v3.QueryExecutorImpl$1
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 992 B org.apache.http.impl.cookie.BestMatchSpecFactory
+ 992 B com.oracle.svm.core.jdk.Target_java_util_concurrent_ForkJoinPool$CommonInjector
+ 992 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$OneCollector
+ 992 B io.undertow.protocols.http2.HPackHuffman$HuffmanCode
+ 992 B java.util.regex.Pattern$Bound
+ 992 B java.util.regex.Pattern$SliceIS
+ 992 B org.postgresql.hostchooser.HostChooserFactory
+ 992 B java.util.logging.LogManager$LoggerContext$1
+ 992 B com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 992 B org.apache.http.client.protocol.RequestClientConnControl
+ 992 B com.oracle.svm.core.thread.SleepSupport
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 992 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 992 B io.agroal.pool.ConnectionPool$FlushTask
+ 992 B org.apache.http.entity.StringEntity
+ 976 B com.oracle.svm.core.code.FrameInfoQueryResult
+ 976 B com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_OutputStream_
+ 976 B com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl$1
+ 976 B com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl$1
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_InputStream_
+ 976 B com.sun.xml.internal.bind.v2.runtime.CompositeStructureBeanInfo
+ 976 B com.oracle.svm.core.code.RuntimeCodeInfo
+ 976 B org.apache.http.impl.client.IdleConnectionEvictor$1
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_Reader_
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineDeserializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 976 B com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader
+ 976 B ch.qos.logback.core.OutputStreamAppender
+ 976 B io.undertow.server.protocol.http2.Http2ServerConnection$1
+ 976 B org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
+ 976 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getChars_int_int__C_
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyContentTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 976 B com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineSerializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 976 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.URIParamProcessor
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 976 B com.sun.org.apache.xerces.internal.impl.dv.dtd.NMTOKENDatatypeValidator
+ 976 B com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$1
+ 976 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_Writer_
+ 976 B java.util.regex.Pattern$StartS
+ 976 B org.apache.http.auth.BasicUserPrincipal
+ 976 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11NMTOKENDatatypeValidator
+ 976 B org.jboss.resteasy.plugins.providers.DefaultBooleanWriter
+ 976 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__combineNames_java_lang_String_java_lang_String_java_lang_String_
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_adapterTypeMatches_javax_xml_bind_annotation_adapters_XmlAdapter_java_lang_Class_
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 960 B org.hibernate.validator.internal.util.Contracts
+ 960 B org.hibernate.validator.internal.util.logging.formatter.ExecutableFormatter
+ 960 B sun.misc.Cleaner$1
+ 960 B java.lang.StringIndexOutOfBoundsException
+ 960 B sun.util.calendar.Gregorian
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 960 B java.util.logging.StreamHandler
+ 960 B org.jboss.shamrock.metrics.runtime.MetricsServlet
+ 960 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_Writer_
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 960 B org.apache.http.entity.ByteArrayEntity
+ 960 B com.sun.xml.internal.bind.util.Which
+ 960 B com.oracle.svm.core.posix.pthread.PthreadVMLockSupport
+ 960 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPointer_java_lang_String_
+ 960 B org.apache.http.impl.cookie.RFC2109SpecFactory
+ 960 B java.text.ParsePosition
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findJaxbPropertyName_com_fasterxml_jackson_databind_introspect_Annotated_java_lang_Class_java_lang_String_
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findEnumValues_java_lang_Class__Ljava_lang_Enum___Ljava_lang_String__
+ 960 B javax.security.auth.Subject$2
+ 960 B com.sun.xml.bind.util.Which
+ 960 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$DelegatingKD
+ 960 B org.jboss.resteasy.rxjava2.SingleRxInvokerProvider
+ 960 B org.apache.http.impl.auth.NTLMSchemeFactory
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_java_lang_Class_
+ 960 B java.util.HashMap$KeySet
+ 960 B com.fasterxml.jackson.core.util.BufferRecycler
+ 960 B java.lang.Character$UnicodeScript
+ 960 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 960 B org.hibernate.validator.internal.util.ModUtil
+ 960 B java.util.LinkedHashMap$LinkedKeySet
+ 960 B java.lang.ArrayIndexOutOfBoundsException
+ 960 B com.oracle.svm.core.jdk.Util_java_lang_reflect_Array
+ 960 B org.apache.http.impl.cookie.RFC2965SpecFactory
+ 944 B com.fasterxml.jackson.databind.node.JsonNodeFactory
+ 944 B com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV$DateTimeData
+ 944 B io.undertow.server.protocol.http2.Http2SslSessionInfo
+ 944 B org.jboss.resteasy.specimpl.ResponseBuilderImpl
+ 944 B com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer$ArrayDeserializer
+ 944 B java.util.concurrent.locks.LockSupport
+ 944 B org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
+ 944 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ModifierToken
+ 944 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_serialVersionUID
+ 944 B org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
+ 944 B com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
+ 944 B com.arjuna.ats.internal.arjuna.common.UidHelper
+ 944 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory
+ 944 B org.apache.http.impl.cookie.BrowserCompatSpecFactory
+ 944 B com.sun.org.apache.xerces.internal.impl.xs.XSDDescription
+ 944 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_java_util_Collection_
+ 944 B org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
+ 944 B org.apache.http.config.ConnectionConfig
+ 944 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_java_util_Map_
+ 944 B java.util.Comparator
+ 944 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_server_servlet_HttpServlet30Dispatcher_constructor__
+ 944 B java.util.Vector$ListItr
+ 944 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_javax_json_JsonArray_
+ 944 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_value
+ 944 B com.arjuna.ats.arjuna.coordinator.ActionStatus
+ 944 B java.util.concurrent.ConcurrentHashMap$BaseIterator
+ 944 B com.sun.org.apache.xerces.internal.parsers.XMLParser
+ 944 B java.util.function.Function
+ 944 B io.undertow.io.AsyncSenderImpl$3
+ 944 B io.undertow.util.ConnectionUtils$4
+ 944 B com.sun.xml.internal.bind.v2.runtime.output.XmlOutputAbstractImpl
+ 944 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_javax_json_JsonObject_
+ 944 B org.apache.http.config.SocketConfig
+ 928 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$8
+ 928 B com.fasterxml.jackson.databind.util.NameTransformer$Chained
+ 928 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$EntrySet
+ 928 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_java_lang_String_
+ 928 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_
+ 928 B com.sun.xml.bind.v2.model.nav.TypeVisitor
+ 928 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_
+ 928 B com.oracle.svm.core.genscavenge.CollectionPolicy$ByTime
+ 928 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$8
+ 928 B org.jboss.protean.arc.TypeVariableImpl
+ 928 B com.oracle.svm.core.c.CCharPointerHolderImpl
+ 928 B com.oracle.svm.core.util.RingBuffer
+ 928 B com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter
+ 928 B sun.nio.fs.Util
+ 928 B com.sun.xml.internal.bind.v2.model.nav.TypeVisitor
+ 928 B com.sun.org.apache.xerces.internal.util.ErrorHandlerProxy
+ 928 B com.fasterxml.jackson.databind.exc.InvalidNullException
+ 928 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_
+ 928 B com.oracle.svm.core.util.VMError
+ 928 B java.util.MissingFormatWidthException
+ 928 B io.smallrye.metrics.interceptors.MetricResolver$DoesNotHaveMetric
+ 928 B com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1
+ 928 B org.apache.http.impl.cookie.NetscapeDraftSpecFactory
+ 928 B java.lang.ProcessEnvironment$StringEntrySet$1
+ 928 B javax.ws.rs.core.Response$Status
+ 928 B java.sql.DriverInfo
+ 928 B sun.net.ProgressEvent
+ 912 B com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl$IntVector
+ 912 B com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
+ 912 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_stringSize_int_
+ 912 B io.undertow.server.protocol.ajp.AjpReadListener$2
+ 912 B sun.awt.image.ShortInterleavedRaster
+ 912 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableCreateAction$ContextCapturerObservable
+ 912 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_
+ 912 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider
+ 912 B io.undertow.servlet.spec.AsyncContextImpl$8
+ 912 B org.hibernate.validator.internal.cfg.context.ConstraintDefinitionContextImpl
+ 912 B io.undertow.server.protocol.framed.AbstractFramedChannel$3
+ 912 B javax.xml.bind.JAXBElement
+ 912 B com.sun.naming.internal.VersionHelper12$InputStreamEnumeration$1
+ 912 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleCreateAction$ContextCapturerSingle
+ 912 B org.apache.http.impl.client.ClientParamsStack
+ 912 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression$ClosureContext
+ 912 B com.fasterxml.jackson.databind.ser.std.BooleanSerializer$AsNumber
+ 912 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_cfg_MapperConfig_
+ 912 B org.postgresql.jdbc.PgResultSet$CursorResultHandler
+ 912 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfTrailingZeros_int_
+ 912 B com.fasterxml.jackson.databind.ser.std.BooleanSerializer
+ 912 B java.util.stream.Sink$ChainedReference
+ 912 B io.undertow.server.handlers.resource.PreCompressedResourceSupplier$1
+ 912 B java.lang.String$CaseInsensitiveComparator
+ 912 B org.hibernate.validator.internal.engine.valueextraction.LongArrayValueExtractor
+ 912 B io.smallrye.metrics.MetricProducer_Bean
+ 912 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlconcat_java_lang_StringBuilder_java_util_List_
+ 912 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfLeadingZeros_int_
+ 912 B org.postgresql.core.ResultHandlerDelegate
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurtime_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__doFindDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlchar_java_lang_StringBuilder_java_util_List_
+ 896 B sun.reflect.generics.factory.CoreReflectionFactory
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasIgnoreMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlquarter_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltruncate_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isJAXBAnnotation_java_lang_annotation_Annotation_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonObject_java_lang_String_
+ 896 B org.jboss.shamrock.example.rest.RestClientProxy_Bean
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isDataHandler_java_lang_Class_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlifnull_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MIN_VALUE
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlweek_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofyear_java_lang_StringBuilder_java_util_List_
+ 896 B java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_execute_java_lang_String_
+ 896 B org.jboss.shamrock.restclient.runtime.DefaultResponseExceptionMapper
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_enumeration_java_util_Collection_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_isNull_java_lang_String_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlrtrim_java_lang_StringBuilder_java_util_List_
+ 896 B com.fasterxml.classmate.types.ResolvedInterfaceType
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsecond_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_
+ 896 B sun.text.CompactByteArray
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurdate_java_lang_StringBuilder_java_util_List_
+ 896 B com.sun.xml.internal.stream.util.BufferAllocator
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog_java_lang_StringBuilder_java_util_List_
+ 896 B sun.nio.cs.UTF_8
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllcase_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlucase_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlspace_java_lang_StringBuilder_java_util_List_
+ 896 B sun.util.locale.provider.CalendarDataUtility$CalendarFieldValueNameGetter
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__serializationInclusion_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlpower_java_lang_StringBuilder_java_util_List_
+ 896 B org.hibernate.validator.internal.engine.valueextraction.IntArrayValueExtractor
+ 896 B io.undertow.servlet.handlers.ServletRequestContext
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonString_java_lang_String_
+ 896 B org.graalvm.compiler.core.common.CompressEncoding
+ 896 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_PollSelectorImpl_constructor_java_nio_channels_spi_SelectorProvider_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isContainerType_java_lang_Class_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_SIZE
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyProviderFactory_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog10_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlhour_java_lang_StringBuilder_java_util_List_
+ 896 B io.agroal.pool.ConnectionPool$FillTask
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonNumber_java_lang_String_
+ 896 B com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$1
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedField_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqluser_java_lang_StringBuilder_java_util_List_
+ 896 B com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput$StaticAttribute
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ext_Providers_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonth_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MAX_VALUE
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofmonth_java_lang_StringBuilder_java_util_List_
+ 896 B com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$StaticAttribute
+ 896 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXConnector$1
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlceiling_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlyear_java_lang_StringBuilder_java_util_List_
+ 896 B com.sun.org.apache.xerces.internal.util.IntStack
+ 896 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_BYTES
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findContentAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_
+ 896 B javax.crypto.spec.DESKeySpec
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlminute_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectReferenceInfo_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_introspect_ObjectIdInfo_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonArray_java_lang_String_
+ 896 B sun.security.provider.NativePRNG
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlltrim_java_lang_StringBuilder_java_util_List_
+ 896 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldatabase_java_lang_StringBuilder_java_util_List_
+ 880 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$SqlDateDeserializer
+ 880 B com.oracle.svm.core.jdk.Target_java_io_DeleteOnExitHook$FilesAccessors
+ 880 B com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ElementStack2
+ 880 B org.jboss.resteasy.util.CaseInsensitiveMap$CaseInsensitiveComparator
+ 880 B org.jboss.resteasy.util.CommitHeaderOutputStream
+ 880 B org.jboss.resteasy.plugins.providers.sse.SseEventProvider$1
+ 880 B java.lang.ProcessEnvironment$Value
+ 880 B java.util.EnumMap$EntryIterator
+ 880 B org.yaml.snakeyaml.tokens.ScalarToken
+ 880 B com.fasterxml.jackson.databind.ser.std.ArraySerializerBase
+ 880 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 880 B java.util.concurrent.ConcurrentHashMap$ForwardingNode
+ 880 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_isPrettyPrintingEnabled_java_util_Map_
+ 880 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_server_protocol_http_HttpRequestParser__generated_constructor_org_xnio_OptionMap_
+ 880 B org.apache.http.impl.conn.SchemeRegistryFactory
+ 880 B com.sun.org.apache.xerces.internal.dom.DeferredElementImpl
+ 880 B sun.util.locale.provider.CurrencyNameProviderImpl
+ 880 B com.fasterxml.jackson.databind.ext.Java7SupportImpl
+ 880 B java.util.stream.Nodes$InternalNodeSpliterator$OfRef
+ 880 B com.oracle.svm.core.jdk.VMErrorSubstitutions
+ 880 B java.lang.ProcessEnvironment$Variable
+ 880 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_int_
+ 880 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__converter_javax_xml_bind_annotation_adapters_XmlAdapter_boolean_
+ 880 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterForClass_com_fasterxml_jackson_databind_introspect_AnnotatedClass_boolean_
+ 880 B java.util.Vector$1
+ 880 B org.apache.http.conn.HttpInetSocketAddress
+ 880 B sun.net.www.MimeTable
+ 880 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser$BooleanStack
+ 880 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAutoDetectVisibility_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_introspect_VisibilityChecker_
+ 880 B org.apache.http.conn.params.ConnRouteParams
+ 880 B org.hibernate.validator.internal.engine.valueextraction.ShortArrayValueExtractor
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayname_java_lang_StringBuilder_java_util_List_
+ 864 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_NativeThread
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllength_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_
+ 864 B org.yaml.snakeyaml.parser.ParserImpl$ParseStreamStart
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedMethod_javax_interceptor_InvocationContext_
+ 864 B sun.net.NetProperties
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampadd_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredMethod_javax_interceptor_InvocationContext_
+ 864 B java.util.WeakHashMap$Values
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_int_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullSerializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 864 B java.awt.Point
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredConstructor_javax_interceptor_InvocationContext_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlinsert_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlNamespacePrefixMapper_constructor__Ljavax_xml_bind_annotation_XmlNs__
+ 864 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_stream_FactoryFinder_findServiceProvider_java_lang_Class_java_lang_ClassLoader_
+ 864 B org.jboss.shamrock.example.datasource.DatasourceResource_Bean
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedMethod_javax_interceptor_InvocationContext_
+ 864 B com.sun.xml.bind.v2.runtime.reflect.Accessor$SetterOnlyReflection
+ 864 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_spnego_NegotiatorImpl_constructor_sun_net_www_protocol_http_HttpCallerInfo_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_java_lang_String_
+ 864 B io.undertow.util.MultipartParser
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedConstructor_javax_interceptor_InvocationContext_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlleft_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofweek_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Object_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 864 B org.postgresql.util.PGobject
+ 864 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$GetterOnlyReflection
+ 864 B java.time.temporal.TemporalQueries
+ 864 B io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllocate_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder__
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlright_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Integer_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 864 B java.math.BigDecimal$1
+ 864 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$SetterOnlyReflection
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsubstring_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampdiff_java_lang_StringBuilder_java_util_List_
+ 864 B java.util.stream.StreamSupport
+ 864 B org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper$DeferredOutputStream
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_checkAdapter_javax_xml_bind_annotation_adapters_XmlJavaTypeAdapter_java_lang_Class_boolean_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonthname_java_lang_StringBuilder_java_util_List_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedConstructor_javax_interceptor_InvocationContext_
+ 864 B org.hibernate.validator.internal.engine.valueextraction.MapValueExtractor
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString0_int_int_
+ 864 B org.xnio.ChannelListener$SimpleSetter
+ 864 B java.util.Collections$2
+ 864 B com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterOnlyReflection
+ 864 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 864 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_java_lang_Integer_
+ 848 B org.apache.http.client.protocol.RequestExpectContinue
+ 848 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 848 B java.lang.Object
+ 848 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_hashCode__
+ 848 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_setAutoCommit_boolean_
+ 848 B java.util.logging.Formatter
+ 848 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_
+ 848 B io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler
+ 848 B javax.xml.bind.DatatypeConverterImpl
+ 848 B com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
+ 848 B org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure
+ 848 B org.hibernate.validator.internal.engine.valueextraction.MapKeyExtractor
+ 848 B com.oracle.svm.core.jdk.Resources
+ 848 B org.apache.commons.io.output.ThresholdingOutputStream
+ 848 B sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
+ 848 B io.agroal.pool.util.PriorityScheduledExecutor$2
+ 848 B com.oracle.svm.core.jdk.LocalizationSupport
+ 848 B com.fasterxml.jackson.databind.exc.IgnoredPropertyException
+ 848 B io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
+ 848 B org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
+ 848 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$15
+ 848 B org.jboss.shamrock.openapi.runtime.OpenApiServlet_Bean
+ 848 B java.time.format.DateTimeFormatterBuilder$SettingsParser
+ 848 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$15
+ 848 B java.util.function.BinaryOperator
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setHttpMethod_java_lang_String_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReaderFactory_java_util_Map_
+ 832 B java.lang.ProcessEnvironment$StringKeySet$1
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsAttribute_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B sun.util.locale.BaseLocale$Cache
+ 832 B io.smallrye.config.Converters
+ 832 B com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$6
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasRequiredMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectIdInfo_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForSerialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B org.apache.http.util.TextUtils
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigInteger_
+ 832 B com.oracle.svm.core.option.SubstrateOptionsParser$OptionParseResult
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriterFactory_java_util_Map_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__getTypeFromXmlElement_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsText_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findWrapperName_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B sun.net.www.http.KeepAliveCache$1
+ 832 B com.sun.org.apache.xerces.internal.util.SymbolHash$Entry
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAccessType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createBuilderFactory_java_util_Map_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_
+ 832 B java.lang.ProcessEnvironment$StringValues$1
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findImplicitPropertyName_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterBoundType_javax_xml_bind_annotation_adapters_XmlAdapter_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setRequestUri_java_net_URI_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNamespace_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B io.smallrye.metrics.MetricRegistries_Bean
+ 832 B java.awt.image.BufferedImage
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_manualValidation_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_
+ 832 B com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findFormat_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_arc_runtime_ArcDeploymentTemplate_2_create_java_lang_Class_
+ 832 B com.sun.xml.bind.v2.runtime.JAXBContextImpl$6
+ 832 B javax.xml.bind.PropertyException
+ 832 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_flatMap_java_util_function_Function_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_getString_int_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__typeResolverFromXmlElements_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findAlpha_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_map_java_util_function_Function_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParserFactory_java_util_Map_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullDeserializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl$RuntimePropertySeed
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationPropertyOrder_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootElementAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyInclusion_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setInputStream_java_io_InputStream_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSubtypes_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B javax.xml.parsers.DocumentBuilder
+ 832 B io.undertow.server.protocol.http.HttpServerConnection$2
+ 832 B jdk.xml.internal.JdkXmlFeatures$XmlFeature
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 832 B com.oracle.svm.core.hub.AnnotatedSuperInfo
+ 832 B com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl$RuntimePropertySeed
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForDeserialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationSortAlphabetically_com_fasterxml_jackson_databind_introspect_Annotated_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGeneratorFactory_java_util_Map_
+ 832 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setAttribute_java_lang_String_java_lang_Object_
+ 816 B org.apache.http.impl.cookie.AbstractCookieSpec
+ 816 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_executeQuery_java_lang_String_
+ 816 B com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver
+ 816 B sun.nio.fs.AbstractPath$1
+ 816 B com.sun.xml.bind.v2.runtime.FilterTransducer
+ 816 B org.jboss.resteasy.resteasy_jaxrs.i18n.Messages_$bundle
+ 816 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_equals_java_lang_Object_
+ 816 B javax.xml.transform.sax.SAXSource
+ 816 B jdk.vm.ci.code.Architecture
+ 816 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage1StackFrameVisitor
+ 816 B com.sun.org.apache.xerces.internal.xinclude.XIncludeNamespaceSupport
+ 816 B com.sun.xml.internal.bind.v2.runtime.FilterTransducer
+ 816 B org.apache.http.message.BasicRequestLine
+ 816 B java.util.stream.ReduceOps$ReduceOp
+ 816 B javax.xml.validation.SchemaFactoryFinder$2
+ 816 B io.undertow.Undertow$ListenerInfo
+ 816 B sun.reflect.annotation.AnnotationType
+ 816 B javax.naming.directory.BasicAttributes$AttrEnumImpl
+ 816 B org.hibernate.validator.internal.engine.valueextraction.CharArrayValueExtractor
+ 816 B com.oracle.svm.core.c.function.CEntryPointNativeFunctions
+ 816 B io.undertow.server.protocol.proxy.ProxyProtocolReadListener$AddressWrappedConnection
+ 816 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getParameter_java_lang_String_
+ 816 B io.undertow.conduits.ReadDataStreamSourceConduit
+ 816 B io.undertow.util.AbstractAttachable
+ 816 B org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
+ 816 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getInitParameter_java_lang_String_
+ 816 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerImpl_constructor_javax_ws_rs_client_CompletionStageRxInvoker_
+ 816 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAttribute_java_lang_String_
+ 800 B org.apache.http.impl.cookie.IgnoreSpecFactory
+ 800 B org.xnio.conduits.AbstractStreamSinkConduit
+ 800 B javax.validation.Constraint$$ProxyImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_tags__
+ 800 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$UUIDImpl
+ 800 B java.text.AttributedCharacterIterator$Attribute
+ 800 B java.lang.annotation.Target$$ProxyImpl
+ 800 B com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_List_value__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_propOrder__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Consumes_value__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_payload__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_payload__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_Constraint_validatedBy__
+ 800 B javax.ws.rs.Consumes$$ProxyImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Target_value__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod11Check_List_value__
+ 800 B java.util.logging.LogRecord
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_groups__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_groups__
+ 800 B com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
+ 800 B org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse
+ 800 B com.arjuna.ats.arjuna.AtomicAction
+ 800 B com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode
+ 800 B com.sun.xml.internal.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
+ 800 B com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer
+ 800 B javax.validation.constraintvalidation.SupportedValidationTarget$$ProxyImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraintvalidation_SupportedValidationTarget_value__
+ 800 B com.fasterxml.jackson.core.io.CharTypes
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_groups__
+ 800 B java.util.Spliterators$1Adapter
+ 800 B java.util.LinkedHashMap$LinkedValues
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_flags__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_metrics_javax_interceptor_InvocationContext_
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_payload__
+ 800 B org.hibernate.validator.constraints.Mod11Check$List$$ProxyImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_tags__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_payload__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_groups__
+ 800 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableArrayList$1
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_groups__
+ 800 B org.apache.http.impl.io.IdentityInputStream
+ 800 B com.fasterxml.jackson.databind.introspect.ObjectIdInfo
+ 800 B javax.validation.constraints.Pattern$List$$ProxyImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_payload__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_tags__
+ 800 B io.undertow.server.ConnectorStatisticsImpl
+ 800 B javax.ws.rs.Produces$$ProxyImpl
+ 800 B java.util.Hashtable$KeySet
+ 800 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager$CacheKey
+ 800 B javax.ws.rs.ClientErrorException
+ 800 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$UUIDImpl
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_payload__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_payload__
+ 800 B com.oracle.svm.core.c.function.CEntryPointBuiltins
+ 800 B org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_groups__
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Produces_value__
+ 800 B java.io.Bits
+ 800 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_groups__
+ 800 B com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
+ 800 B org.hibernate.validator.internal.engine.messageinterpolation.LocalizedMessage
+ 784 B com.sun.xml.internal.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
+ 784 B org.hibernate.validator.internal.metadata.core.MetaConstraint$ContainerClassTypeParameterAndExtractor
+ 784 B com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx$Snapshot
+ 784 B org.yaml.snakeyaml.tokens.Token
+ 784 B io.undertow.security.impl.AbstractSecurityContext
+ 784 B org.apache.http.cookie.CookiePriorityComparator
+ 784 B java.util.stream.StreamSpliterators$DelegatingSpliterator
+ 784 B org.xnio.ChannelListeners$4
+ 784 B java.util.regex.Pattern$SliceS
+ 784 B io.undertow.protocols.ssl.SslConduit$5$1
+ 784 B java.lang.ProcessEnvironment$StringKeySet
+ 784 B com.fasterxml.jackson.databind.JsonSerializer
+ 784 B com.sun.org.apache.xerces.internal.dom.DeferredAttrImpl
+ 784 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$BinderArg
+ 784 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$StringToken
+ 784 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$BinderArg
+ 784 B java.lang.Iterable
+ 784 B java.util.HashMap$Values
+ 784 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$SingletonInterceptorFactory
+ 784 B org.yaml.snakeyaml.scanner.SimpleKey
+ 784 B org.jboss.protean.arc.InstanceHandleImpl
+ 784 B javax.security.auth.SubjectDomainCombiner
+ 784 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_flushingChannelListener_org_xnio_ChannelListener_org_xnio_ChannelExceptionHandler_
+ 784 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.LocatorEx$Snapshot
+ 784 B java.util.Stack
+ 784 B com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
+ 784 B java.util.RegularEnumSet$EnumSetIterator
+ 784 B com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
+ 784 B com.sun.org.apache.xml.internal.utils.IntVector
+ 784 B org.jboss.shamrock.runtime.StartupContext
+ 784 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest
+ 784 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionSynchronizationRegistryImple_constructor__
+ 768 B org.jboss.shamrock.example.datasource.DatasourceSetup_Bean
+ 768 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_rtrim_int_java_util_List_
+ 768 B com.sun.xml.internal.bind.v2.runtime.InlineBinaryTransducer
+ 768 B org.hibernate.validator.internal.engine.messageinterpolation.ParameterTermResolver
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_
+ 768 B com.arjuna.ats.arjuna.utils.ThreadUtil
+ 768 B org.apache.http.pool.PoolStats
+ 768 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__
+ 768 B org.jboss.shamrock.undertow.runtime.UndertowDeploymentTemplate
+ 768 B com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
+ 768 B com.sun.xml.bind.v2.runtime.InlineBinaryTransducer
+ 768 B sun.reflect.annotation.TypeAnnotation
+ 768 B org.apache.http.ssl.SSLContexts
+ 768 B com.sun.org.apache.xerces.internal.impl.xs.models.XSEmptyCM
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toBinaryString_int_
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toOctalString_int_
+ 768 B org.apache.http.conn.ssl.SSLContexts
+ 768 B org.hibernate.validator.internal.metadata.aggregated.rule.MethodConfigurationRule
+ 768 B java.util.stream.FindOps$FindSink$OfRef
+ 768 B io.undertow.util.MultipartParser$Base64Encoding
+ 768 B ch.qos.logback.core.BasicStatusManager
+ 768 B java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr
+ 768 B com.fasterxml.jackson.databind.ser.impl.TypeWrappedSerializer
+ 768 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_ResteasyJackson2Provider_constructor__
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_next__
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_
+ 768 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_runtime_RuntimeInjector_DefaultInjectionFactory_create_java_lang_Class_
+ 768 B org.jboss.resteasy.spi.ResteasyProviderFactory$1
+ 768 B com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_LogFactoryImpl_constructor__
+ 768 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xalan_internal_xsltc_trax_TransformerFactoryImpl_constructor__
+ 768 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toHexString_int_
+ 768 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXConnector
+ 768 B sun.reflect.generics.scope.ClassScope
+ 768 B org.apache.http.conn.util.InetAddressUtils
+ 752 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_tryTxn__
+ 752 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_parsers_FactoryFinder_findServiceProvider_java_lang_Class_
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_stream_Collector_
+ 752 B com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator$CaseInsensitiveMap
+ 752 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Parameter_isNamePresent__
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_function_BinaryOperator_
+ 752 B com.fasterxml.jackson.databind.type.TypeBindings$TypeParamStash
+ 752 B io.agroal.pool.DataSource
+ 752 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_transform_FactoryFinder_findServiceProvider_java_lang_Class_
+ 752 B org.jboss.shamrock.agroal.runtime.graal.StampedCopyOnWriteArrayListReplacement$UncheckedIterator
+ 752 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ContextClassLoaderSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 752 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_datatype_FactoryFinder_findServiceProvider_java_lang_Class_
+ 752 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
+ 752 B com.fasterxml.jackson.databind.util.ArrayIterator
+ 752 B com.sun.org.apache.xerces.internal.dom.ElementDefinitionImpl
+ 752 B io.undertow.server.protocol.framed.ShutdownFallbackExecutor$ShutdownFallbackThreadFactory
+ 752 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
+ 752 B org.yaml.snakeyaml.tokens.TagTuple
+ 752 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_openListenerAdapter_org_xnio_ChannelListener_
+ 752 B javax.net.ssl.DefaultSSLSocketFactory
+ 752 B java.util.logging.LogManager$LoggerWeakRef
+ 752 B org.hibernate.validator.internal.engine.valueextraction.DoubleArrayValueExtractor
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_decode_java_lang_String_
+ 752 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_util_Spliterators_iterator_java_util_Spliterator_
+ 752 B sun.util.locale.provider.CalendarDataUtility$CalendarFieldValueNamesMapGetter
+ 752 B org.jboss.resteasy.spi.ResteasyProviderFactory$SortedKey
+ 752 B com.fasterxml.jackson.databind.node.BooleanNode
+ 752 B io.smallrye.health.SmallRyeHealthReporter_Bean
+ 752 B org.xml.sax.helpers.DefaultHandler
+ 752 B io.undertow.server.ConnectorStatisticsImpl$1
+ 752 B java.util.Collections$EmptySet
+ 752 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_
+ 752 B com.fasterxml.jackson.core.io.SegmentedStringWriter
+ 736 B java.util.concurrent.ConcurrentSkipListMap$Node
+ 736 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$1
+ 736 B org.jboss.resteasy.core.interception.jaxrs.PostMatchContainerRequestContext
+ 736 B org.hibernate.validator.internal.engine.valueextraction.FloatArrayValueExtractor
+ 736 B java.util.regex.Pattern$SliceI
+ 736 B java.util.regex.Pattern$BackRef
+ 736 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader
+ 736 B io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler
+ 736 B java.awt.image.MultiPixelPackedSampleModel
+ 736 B org.graalvm.compiler.core.common.util.TypeReader
+ 736 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_postConstruct__
+ 736 B com.fasterxml.jackson.annotation.JacksonInject$Value
+ 736 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_jta_common_JTAEnvironmentBean_constructor__
+ 736 B com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
+ 736 B com.fasterxml.jackson.databind.ext.NioPathSerializer
+ 736 B org.apache.http.impl.io.SocketInputBuffer
+ 736 B org.apache.http.protocol.ChainBuilder
+ 736 B sun.text.normalizer.NormalizerBase$NFKDMode
+ 736 B java.util.regex.Pattern$NotBehindS
+ 736 B io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit$1
+ 736 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSDKey
+ 736 B com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler$ExtTypedProperty
+ 736 B com.sun.org.apache.xerces.internal.util.HTTPInputSource
+ 736 B java.time.format.DateTimePrintContext$1
+ 736 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2
+ 736 B java.util.regex.Pattern$BehindS
+ 736 B org.hsqldb.types.IntervalSecondData
+ 736 B io.undertow.protocols.http2.Http2HeadersParser
+ 736 B sun.util.calendar.ZoneInfoFile
+ 736 B sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
+ 736 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$Stack
+ 736 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingEnd
+ 736 B com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
+ 736 B org.xnio.ChannelListeners$DelegatingChannelListener
+ 736 B org.postgresql.shaded.com.ongres.scram.client.ScramSession$ServerFirstProcessor
+ 736 B sun.text.normalizer.NormalizerBase$NFDMode
+ 720 B io.smallrye.config.StringUtil
+ 720 B java.util.logging.Logger$LoggerBundle
+ 720 B com.fasterxml.jackson.databind.JsonNode
+ 720 B org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
+ 720 B com.sun.org.apache.xerces.internal.impl.validation.ValidationManager
+ 720 B io.undertow.server.DefaultByteBufferPool$ThreadLocalData
+ 720 B java.util.regex.Pattern$SliceU
+ 720 B com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
+ 720 B com.sun.xml.internal.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
+ 720 B com.oracle.svm.core.c.CTypeConversionSupportImpl
+ 720 B java.util.stream.Nodes$ToArrayTask
+ 720 B sun.net.www.http.KeepAliveStream$1
+ 720 B io.smallrye.metrics.MetricRegistries$$Lambda$424.1279873990
+ 720 B com.fasterxml.jackson.databind.util.RootNameLookup
+ 720 B org.yaml.snakeyaml.nodes.Tag
+ 720 B org.glassfish.json.JsonLocationImpl
+ 720 B org.xnio.Xnio
+ 720 B org.jboss.shamrock.example.transaction.TransactionResource_Bean
+ 720 B org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
+ 720 B java.util.Spliterator
+ 720 B java.util.regex.Pattern$LineEnding
+ 720 B java.util.regex.UnicodeProp
+ 720 B javax.ws.rs.core.Response$ResponseBuilder
+ 720 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$MemberIterator
+ 720 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_cdi__
+ 720 B io.undertow.servlet.api.FilterInfo
+ 720 B com.sun.org.apache.xerces.internal.util.XMLAttributesIteratorImpl
+ 720 B org.yaml.snakeyaml.resolver.ResolverTuple
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpMessage_getAllHeaders__
+ 704 B io.undertow.server.handlers.HttpContinueReadHandler$1
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_RegistryType_type__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_close__
+ 704 B org.apache.http.client.params.HttpClientParams
+ 704 B io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getInputStream__
+ 704 B org.postgresql.hostchooser.GlobalHostStatusTracker$HostSpecStatus
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBElementProvider_constructor__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__
+ 704 B java.util.stream.ForEachOps
+ 704 B com.sun.org.apache.xerces.internal.impl.Constants$ArrayEnumeration
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlRootElementProvider_constructor__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_close__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_createStatement__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_getTest__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_defaultValue__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_transformed__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_name__
+ 704 B com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_MapProvider_constructor__
+ 704 B java.nio.file.FileSystemException
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpHeaders__
+ 704 B org.slf4j.helpers.SubstituteLoggerFactory
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getUri__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpMethod__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getEntity__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlSeeAlsoProvider_constructor__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAsyncContext__
+ 704 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.ProxyLoader
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_CollectionProvider_constructor__
+ 704 B com\oracle\svm\reflect\proxies\Proxy_java_io_Closeable_close__
+ 704 B javax.servlet.GenericFilter
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getStatusLine__
+ 704 B com.fasterxml.jackson.databind.ser.std.TimeZoneSerializer
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getFormParameters__
+ 704 B org.jboss.resteasy.rxjava2.SingleProvider$SingleAdaptor
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getDecodedFormParameters__
+ 704 B java.util.stream.ReferencePipeline$Head
+ 704 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlTypeProvider_constructor__
+ 704 B com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
+ 688 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$6
+ 688 B org.xnio.nio.NioXnio$DefaultSelectorCreator
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString__
+ 688 B java.util.concurrent.ConcurrentHashMap$ValueIterator
+ 688 B org.jboss.resteasy.spi.metadata.ConstructorParameter
+ 688 B org.slf4j.impl.StaticLoggerBinder
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_manual__
+ 688 B com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$UnparsedEntity
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Throwable_getSuppressed__
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverse_int_
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_rx__
+ 688 B ch.qos.logback.classic.spi.TurboFilterList
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Executable_getParameters__
+ 688 B java.nio.file.DirectoryIteratorException
+ 688 B java.util.concurrent.ConcurrentHashMap$KeyIterator
+ 688 B java.util.regex.Pattern$UnixDollar
+ 688 B sun.text.normalizer.Trie
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_jsonp__
+ 688 B org.jboss.resteasy.spi.metadata.MethodParameter
+ 688 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$6
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_simpleTest__
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Parameter_getName__
+ 688 B java.lang.CharacterDataPrivateUse
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateRight_int_int_
+ 688 B sun.misc.FloatingDecimal$1
+ 688 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$EmptyCollector
+ 688 B java.util.EnumMap$ValueIterator
+ 688 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_doTunneling__
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_max_int_int_
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transactionTest__
+ 688 B com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM$Occurence
+ 688 B org.xnio.Option
+ 688 B com.oracle.svm.core.hub.ClassForNameSupport
+ 688 B sun.util.logging.PlatformLogger$JavaLoggerProxy
+ 688 B org.apache.http.util.LangUtils
+ 688 B com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary
+ 688 B java.util.EnumMap$KeySet
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateLeft_int_int_
+ 688 B com.fasterxml.jackson.databind.ser.std.SerializableSerializer
+ 688 B java.util.stream.ReduceOps$3ReducingSink
+ 688 B java.util.EnumMap$Values
+ 688 B com.oracle.svm.core.genscavenge.HeapChunk
+ 688 B java.util.logging.LogManager$2
+ 688 B java.util.TreeMap$KeySet
+ 688 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_min_int_int_
+ 688 B com\oracle\svm\reflect\proxies\Proxy_sun_misc_Cleaner_clean__
+ 688 B com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
+ 688 B org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
+ 688 B java.nio.channels.FileChannel
+ 688 B javax.servlet.http.HttpFilter
+ 688 B org.xnio.nio.NioXnio
+ 688 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_get__
+ 672 B org.apache.http.impl.cookie.LaxMaxAgeHandler
+ 672 B com.sun.xml.internal.stream.events.CharacterEvent
+ 672 B java.util.EnumMap$KeyIterator
+ 672 B org.jboss.shamrock.undertow.runtime.graal.URLResourceSubstitution$ResourceInfo
+ 672 B java.lang.CharacterDataUndefined
+ 672 B org.jboss.resteasy.spi.metadata.DefaultResourceMethod
+ 672 B org.yaml.snakeyaml.events.ImplicitTuple
+ 672 B org.yaml.snakeyaml.DumperOptions$FlowStyle
+ 672 B org.apache.http.config.MessageConstraints
+ 672 B com.fasterxml.jackson.databind.util.JSONPObject
+ 672 B org.jboss.resteasy.specimpl.ResteasyUriBuilder$URITemplateParametersMap
+ 672 B sun.text.SupplementaryCharacterData
+ 672 B org.postgresql.shaded.com.ongres.scram.common.stringprep.StringPreparations
+ 672 B java.util.AbstractMap$1$1
+ 672 B java.util.stream.Nodes$SpinedNodeBuilder
+ 672 B org.xml.sax.helpers.SecuritySupport
+ 672 B org.apache.http.client.protocol.RequestDefaultHeaders
+ 672 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_toString__
+ 672 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_remainderUnsigned_int_int_
+ 672 B io.undertow.security.handlers.AbstractConfidentialityHandler
+ 672 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Single
+ 672 B com.oracle.svm.core.genscavenge.HeapImplMemoryMXBean
+ 672 B java.util.AbstractMap$2$1
+ 672 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_divideUnsigned_int_int_
+ 672 B com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultDocument
+ 672 B com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy
+ 656 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$UniqueValueStore
+ 656 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
+ 656 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sum_int_int_
+ 656 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_lang_String_
+ 656 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$KeyValueStore
+ 656 B ch.qos.logback.core.spi.AppenderAttachableImpl
+ 656 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatch_javax_json_JsonArray_
+ 656 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$WriteThroughEntry
+ 656 B io.undertow.servlet.handlers.ServletPathMatch
+ 656 B org.graalvm.collections.EconomicMap
+ 656 B org.hibernate.validator.internal.xml.XmlParserHelper
+ 656 B org.postgresql.hostchooser.MultiHostChooser$1
+ 656 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricNameFactory_metricName_javax_enterprise_inject_spi_BeanManager_
+ 656 B io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel
+ 656 B com.fasterxml.classmate.members.ResolvedMember
+ 656 B java.net.Parts
+ 656 B org.jboss.resteasy.util.AnnotationResolver
+ 656 B org.hsqldb.lib.IntValueHashMap
+ 656 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigDecimal_
+ 656 B io.undertow.server.handlers.cache.LRUCache$CacheEntry
+ 656 B org.apache.http.protocol.RequestExpectContinue
+ 656 B io.smallrye.openapi.api.OpenApiDocument
+ 656 B java.util.concurrent.AbstractExecutorService
+ 640 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_health_SmallRyeHealthReporter_checks
+ 640 B java.util.regex.Pattern$BitClass
+ 640 B com.oracle.svm.core.threadlocal.VMThreadLocalInfo
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceSetup_dataSource
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_userTransaction
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_openapi_runtime_OpenApiServlet_openApiDocument
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_value
+ 640 B org.jboss.shamrock.metrics.runtime.MetricsServlet_Bean
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_email
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_userTransaction
+ 640 B sun.util.locale.provider.DateFormatSymbolsProviderImpl
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_name
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionSynchronizationRegistry
+ 640 B com.sun.xml.internal.stream.events.CommentEvent
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_datasourceSetup
+ 640 B com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_value
+ 640 B com.sun.org.apache.xerces.internal.dom.DeferredEntityReferenceImpl
+ 640 B org.hibernate.validator.internal.metadata.aggregated.GetterCascadable
+ 640 B org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
+ 640 B io.smallrye.metrics.app.EWMA
+ 640 B sun.util.locale.provider.DecimalFormatSymbolsProviderImpl
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_validator
+ 640 B sun.security.jgss.GSSCaller
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionManager
+ 640 B io.undertow.server.handlers.form.FormEncodedDataDefinition
+ 640 B org.jboss.shamrock.example.metrics.MetricsResource_Subclass$$function$$3
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_dataSource
+ 640 B com.fasterxml.jackson.databind.util.LRUMap
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_name
+ 640 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_JavaType_
+ 640 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.LocatorExWrapper
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street1
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street2
+ 640 B java.util.AbstractMap$1
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_name
+ 640 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_MetricProducer_metricName
+ 640 B org.jboss.shamrock.runtime.Timing
+ 640 B com\oracle\svm\reflect\proxies\Proxy_sun_net_NetworkClient_serverSocket
+ 640 B java.util.stream.Nodes$ToArrayTask$OfRef
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_restInterface
+ 640 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_http
+ 640 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumSet_elementType
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_trs
+ 640 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_zipCode
+ 640 B com.oracle.svm.core.posix.headers.Stat
+ 640 B io.smallrye.config.SmallRyeConfigProviderResolver
+ 640 B com.sun.org.apache.xerces.internal.dom.ChildNode
+ 640 B org.jboss.shamrock.health.runtime.HealthServlet_Bean
+ 640 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$20
+ 640 B org.slf4j.helpers.MarkerIgnoringBase
+ 640 B com.sun.org.apache.xml.internal.serializer.ToStream$WritertoStringBuffer
+ 640 B javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
+ 640 B java.util.Hashtable$ValueCollection
+ 640 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_Util_ungrowableSet_java_util_Set_
+ 640 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$20
+ 640 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumMap_keyType
+ 624 B com.oracle.svm.core.thread.VMThreads$StatusSupport
+ 624 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_long_
+ 624 B java.lang.reflect.ReflectAccess
+ 624 B com.sun.org.apache.xml.internal.serializer.OutputPropertyUtils
+ 624 B sun.misc.MessageUtils
+ 624 B org.xml.sax.helpers.LocatorImpl
+ 624 B javax.validation.OverridesAttribute$$ProxyImpl
+ 624 B com.sun.xml.bind.v2.runtime.property.PropertyImpl
+ 624 B com.sun.xml.internal.bind.v2.runtime.property.PropertyImpl
+ 624 B com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler$Notation
+ 624 B java.util.Collections$SingletonSet
+ 624 B org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
+ 624 B sun.util.calendar.ImmutableGregorianDate
+ 624 B java.util.AbstractMap$2
+ 624 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_handlers_DefaultServlet_constructor__
+ 624 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$KeySet
+ 624 B org.yaml.snakeyaml.DumperOptions$LineBreak
+ 624 B org.yaml.snakeyaml.events.NodeEvent
+ 624 B java.util.regex.Pattern$Slice
+ 624 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_highestOneBit_int_
+ 624 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Values
+ 624 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$PreBuilder1
+ 624 B io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
+ 624 B io.undertow.server.session.PathParameterSessionConfig
+ 624 B com\oracle\svm\reflect\proxies\Proxy_org_hsqldb_jdbc_JDBCDriver_constructor__
+ 608 B org.apache.http.message.BasicStatusLine
+ 608 B com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
+ 608 B org.hibernate.validator.internal.engine.ValidationContext$BeanPathMetaConstraintProcessedUnit
+ 608 B javax.ws.rs.core.Response
+ 608 B com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
+ 608 B sun.nio.ch.NativeDispatcher
+ 608 B org.hibernate.validator.internal.engine.messageinterpolation.parser.EscapedState
+ 608 B javax.xml.validation.SchemaFactory
+ 608 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_signum_int_
+ 608 B com.sun.xml.bind.v2.runtime.property.ArrayElementLeafProperty
+ 608 B com.sun.org.apache.xalan.internal.xsltc.trax.SAX2StAXBaseWriter$SAXLocation
+ 608 B com.fasterxml.jackson.databind.util.ViewMatcher
+ 608 B com\oracle\svm\reflect\proxies\Proxy_javax_el_ELManager_getExpressionFactory__
+ 608 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_int_
+ 608 B java.util.stream.ReduceOps$3
+ 608 B org.apache.http.conn.socket.PlainConnectionSocketFactory
+ 608 B com.sun.xml.internal.bind.v2.runtime.property.ArrayElementLeafProperty
+ 608 B com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFSIterator
+ 608 B com.google.common.base.Preconditions
+ 608 B com.sun.org.apache.xerces.internal.xni.XNIException
+ 608 B org.jboss.shamrock.example.rest.ClientResource_Bean
+ 608 B java.nio.charset.UnmappableCharacterException
+ 608 B io.undertow.protocols.http2.Http2Channel$1
+ 608 B org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper
+ 608 B java.nio.charset.MalformedInputException
+ 608 B org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingValue
+ 608 B io.smallrye.config.ImplicitConverters$StaticMethodConverter
+ 608 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_constructor__
+ 608 B sun.nio.ch.NativeThread
+ 608 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$DateDeserializer
+ 608 B org.hibernate.validator.internal.engine.resolver.AbstractTraversableHolder
+ 608 B com.sun.naming.internal.ResourceManager$AppletParameter
+ 608 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$IDREFSIterator
+ 608 B org.jboss.shamrock.example.validator.TestValidatorEndpoint_Bean
+ 608 B org.graalvm.compiler.options.OptionValues$1
+ 592 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_arjuna_coordinator_CheckedActionFactoryImple_constructor__
+ 592 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_int_
+ 592 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl
+ 592 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder__
+ 592 B sun.text.normalizer.NormalizerBase$Mode
+ 592 B io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
+ 592 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers$EnumKeySerializer
+ 592 B io.undertow.protocols.http2.Http2WindowUpdateStreamSinkChannel
+ 592 B io.undertow.servlet.core.LifecyleInterceptorInvocation
+ 592 B javax.xml.parsers.SecuritySupport
+ 592 B org.hsqldb.lib.IntKeyIntValueHashMap
+ 592 B com.fasterxml.classmate.members.ResolvedMethod
+ 592 B org.jboss.resteasy.client.jaxrs.internal.ClientResponse$InputStreamWrapper
+ 592 B javax.xml.transform.SecuritySupport
+ 592 B org.jboss.resteasy.specimpl.BuiltResponse$1
+ 592 B org.jboss.resteasy.core.AsynchronousDispatcher$2
+ 592 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_lowestOneBit_int_
+ 592 B java.util.Map$Entry
+ 592 B org.glassfish.json.JsonParserImpl$Stack
+ 592 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl
+ 592 B javax.xml.stream.SecuritySupport
+ 592 B com.fasterxml.jackson.databind.ser.std.JsonValueSerializer$TypeSerializerRerouter
+ 592 B org.jboss.shamrock.example.transaction.TransactionResource
+ 592 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_xml__
+ 592 B com.sun.xml.internal.bind.v2.util.QNameMap$EntrySet
+ 592 B javax.xml.datatype.SecuritySupport
+ 592 B java.util.concurrent.ForkJoinWorkerThread
+ 592 B javax.json.JsonValueImpl
+ 592 B com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$CompositeContextDependentTransducedAccessorImpl
+ 592 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder__
+ 592 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode_int_
+ 592 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverseBytes_int_
+ 592 B org.hibernate.validator.internal.constraintvalidators.hv.LuhnCheckValidator
+ 592 B com.fasterxml.jackson.databind.ser.std.ToStringSerializer
+ 592 B io.undertow.protocols.http2.Http2RstStreamSinkChannel
+ 592 B com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$CompositeContextDependentTransducedAccessorImpl
+ 592 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedLong_int_
+ 592 B com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos
+ 592 B io.agroal.pool.ConnectionPool$LeakTask$LeakConnectionTask
+ 592 B com.sun.org.apache.xerces.internal.dom.DeferredNotationImpl
+ 592 B org.glassfish.json.JsonNumberImpl$JsonLongNumber
+ 592 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$EntryIterator
+ 592 B com.sun.xml.bind.v2.util.QNameMap$EntrySet
+ 576 B com.fasterxml.jackson.databind.util.LinkedNode
+ 576 B sun.reflect.generics.repository.MethodRepository
+ 576 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$PrimitiveOrWrapperDeserializer
+ 576 B java.util.Currency$CurrencyNameGetter
+ 576 B com.sun.xml.internal.bind.v2.model.impl.AnyTypeImpl
+ 576 B org.hsqldb.types.OtherType
+ 576 B org.resteasy.reactivecontext.ContextFeature
+ 576 B com.oracle.svm.core.genscavenge.MemoryWalkerImpl
+ 576 B com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder$Node
+ 576 B org.jboss.resteasy.util.DelegatingOutputStream
+ 576 B java.util.logging.LogManager$RootLogger
+ 576 B io.undertow.server.protocol.framed.AbstractFramedChannel$1
+ 576 B org.jboss.shamrock.example.metrics.MetricsResource_Bean
+ 576 B com.sun.xml.bind.v2.model.impl.AnyTypeImpl
+ 576 B com.oracle.svm.core.jdk.StringInternSupport
+ 576 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression$StringTarget
+ 576 B com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator
+ 576 B org.xnio.nio.WorkerThread$TimeKey
+ 576 B sun.util.locale.provider.CalendarNameProviderImpl$LengthBasedComparator
+ 576 B javax.xml.bind.annotation.XmlRootElement$$ProxyImpl
+ 576 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$17
+ 576 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$19
+ 576 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18
+ 576 B com.sun.org.apache.xml.internal.utils.StringVector
+ 576 B org.apache.http.impl.cookie.IgnoreSpecProvider
+ 576 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$19
+ 576 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$17
+ 576 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18
+ 576 B io.undertow.server.DirectByteBufferDeallocator
+ 576 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer$Bucket
+ 560 B com.fasterxml.jackson.core.JsonParseException
+ 560 B sun.text.normalizer.NormalizerBase$NFCMode
+ 560 B org.hsqldb.lib.BaseList$BaseListIterator
+ 560 B com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
+ 560 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean
+ 560 B org.xml.sax.helpers.XMLFilterImpl
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setValue_java_lang_String_
+ 560 B sun.nio.cs.UTF_32BE
+ 560 B org.apache.http.impl.conn.PoolingHttpClientConnectionManager$InternalConnectionFactory
+ 560 B org.jboss.resteasy.core.MediaTypeMap$Entry
+ 560 B sun.nio.cs.UTF_32LE
+ 560 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNameUsedForXmlValue_java_lang_String_
+ 560 B sun.net.www.protocol.http.HttpURLConnection$10
+ 560 B com.sun.xml.internal.bind.v2.model.impl.Util
+ 560 B com.sun.xml.internal.bind.v2.model.impl.ElementPropertyInfoImpl$1
+ 560 B org.jboss.protean.arc.ComputingCache$CacheFunction
+ 560 B com.sun.xml.internal.bind.v2.model.impl.BuiltinLeafInfoImpl
+ 560 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_equals_java_lang_Object_
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setEmail_java_lang_String_
+ 560 B com.sun.xml.bind.v2.model.impl.Util
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergePatch_javax_json_JsonValue_
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setName_java_lang_String_
+ 560 B io.reactivex.internal.operators.flowable.FlowableFromObservable$SubscriberObserver
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setName_java_lang_String_
+ 560 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor
+ 560 B org.jboss.resteasy.rxjava2.SingleRxInvokerImpl
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_setName_java_lang_String_
+ 560 B com.fasterxml.jackson.databind.ser.std.StringSerializer
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_setValue_java_lang_String_
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setZipCode_java_lang_String_
+ 560 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet2_java_lang_String_
+ 560 B io.undertow.io.AsyncReceiverImpl$4$2
+ 560 B com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl$1
+ 560 B java.util.concurrent.CompletableFuture$AsyncSupply
+ 560 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet1_java_lang_String_
+ 560 B sun.text.normalizer.NormalizerBase$NFKCMode
+ 560 B io.undertow.server.protocol.framed.AbstractFramedChannel$2$1
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_util_TimeZone_defaultTimeZone
+ 544 B com.sun.org.apache.xerces.internal.util.AugmentationsImpl
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode__
+ 544 B sun.reflect.generics.repository.FieldRepository
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Character_charValue__
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_startIndex__
+ 544 B com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl$1
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_startIndex__
+ 544 B org.hibernate.validator.internal.engine.valueextraction.IterableValueExtractor
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte$ByteArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_max__
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$IntegerArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_checkDigitIndex__
+ 544 B com.sun.xml.internal.bind.v2.model.impl.TypeInfoSetImpl$1
+ 544 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNonNillableInclusion_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 544 B java.util.regex.Pattern$Caret
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$BooleanArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_TYPE
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compare_int_int_
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$CharacterArrayPack
+ 544 B java.awt.image.PackedColorModel
+ 544 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_min__
+ 544 B javax.xml.stream.FactoryFinder$1
+ 544 B io.smallrye.metrics.interceptors.MetricNameFactory_Bean
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_endIndex__
+ 544 B java.lang.ref.Reference
+ 544 B com\oracle\svm\reflect\proxies\Proxy_javax_annotation_Priority_value__
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerLong$LongArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareUnsigned_int_int_
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonSpliterator_java_lang_Object_
+ 544 B io.smallrye.metrics.MetricsRequestHandler_Bean
+ 544 B com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$Pack
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$DoubleArrayPack
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort$ShortArrayPack
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$IntegerArrayPack
+ 544 B sun.nio.cs.UTF_16
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonIterator_java_lang_Object_
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_endIndex__
+ 544 B io.smallrye.config.inject.ConfigProducer_Bean
+ 544 B com.sun.xml.bind.v2.runtime.reflect.Lister$Pack
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$FloatArrayPack
+ 544 B com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$CharacterArrayPack
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong$LongArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_value__
+ 544 B sun.nio.cs.UTF_16BE
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__
+ 544 B sun.nio.cs.UTF_16LE
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerShort$ShortArrayPack
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$BooleanArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_longValue__
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_weight__
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$DoubleArrayPack
+ 544 B com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility
+ 544 B java.util.regex.Pattern$GroupTail
+ 544 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerByte$ByteArrayPack
+ 544 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_multiplier__
+ 544 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$FloatArrayPack
+ 544 B org.jboss.shamrock.example.datasource.HSQLDriverReplacement$1
+ 544 B com.sun.xml.bind.v2.runtime.property.ArrayProperty
+ 544 B com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$1
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_intValue__
+ 544 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_value__
+ 544 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_int_
+ 528 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertySorter$1
+ 528 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3
+ 528 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$4
+ 528 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$2
+ 528 B org.jboss.protean.arc.ArcContainerImpl$Resolvable
+ 528 B java.time.chrono.ChronoLocalDateTime
+ 528 B org.jboss.resteasy.plugins.providers.sse.SseEventInputImpl
+ 528 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer
+ 528 B java.util.logging.LogManager$SystemLoggerContext
+ 528 B com.sun.org.apache.xml.internal.serializer.utils.StringToIntTable
+ 528 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Base64Data$1
+ 528 B org.hibernate.validator.internal.engine.valueextraction.BooleanArrayValueExtractor
+ 528 B java.util.regex.Pattern$Behind
+ 528 B java.net.NetworkInterface
+ 528 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$2
+ 528 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3
+ 528 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$4
+ 528 B java.util.Collections$UnmodifiableList$1
+ 528 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__propertyNameToString_com_fasterxml_jackson_databind_PropertyName_
+ 528 B com.oracle.svm.core.thread.VMThreads
+ 528 B com.fasterxml.jackson.databind.deser.UnresolvedId
+ 528 B io.undertow.server.protocol.framed.AbstractFramedChannel$2
+ 528 B org.hsqldb.map.ValuePool
+ 528 B com.sun.org.apache.xml.internal.utils.BoolStack
+ 528 B com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data$1
+ 528 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.MatrixParamProcessor
+ 528 B org.postgresql.hostchooser.MultiHostChooser$2
+ 528 B org.hibernate.validator.internal.engine.valueextraction.ListValueExtractor
+ 528 B com.sun.org.apache.xerces.internal.dom.EntityImpl
+ 528 B java.util.stream.Node
+ 528 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter$1
+ 528 B com.sun.org.apache.xml.internal.serializer.ToStream$BoolStack
+ 528 B javax.activation.DataHandler$1
+ 528 B org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
+ 528 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage0StackFrameVisitor
+ 528 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$23
+ 528 B com.oracle.svm.core.genscavenge.HeapPolicy
+ 528 B java.util.regex.Pattern$NotBehind
+ 528 B org.apache.http.impl.client.ProxyAuthenticationStrategy
+ 528 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.QueryParamProcessor
+ 528 B org.apache.http.impl.client.TargetAuthenticationStrategy
+ 528 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$23
+ 528 B com.oracle.svm.core.jdk.Target_sun_security_provider_SecureRandom_SeederHolder$SeederAccessors
+ 512 B com.sun.xml.bind.v2.runtime.reflect.Lister$2
+ 512 B org.hibernate.validator.internal.engine.valueextraction.ByteArrayValueExtractor
+ 512 B java.lang.AssertionError
+ 512 B org.hsqldb.types.IntervalMonthData
+ 512 B org.jboss.logging.Slf4jLoggerProvider
+ 512 B com.sun.xml.bind.v2.model.impl.TypeRefImpl
+ 512 B org.apache.http.conn.util.PublicSuffixList
+ 512 B java.time.chrono.ChronoLocalDate
+ 512 B org.postgresql.shaded.com.ongres.scram.common.util.AbstractStringWritable
+ 512 B org.apache.http.impl.conn.PoolingHttpClientConnectionManager$1
+ 512 B org.hibernate.validator.internal.engine.ValidationContext$ValidatorScopedContext
+ 512 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitOnes
+ 512 B sun.awt.AppContext$2
+ 512 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_digits
+ 512 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$2
+ 512 B org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingValue
+ 512 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_getWeight__
+ 512 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_doubleValue__
+ 512 B com.sun.xml.internal.bind.v2.model.impl.TypeRefImpl
+ 512 B com.oracle.svm.core.jdk.NativePRNGInstanceAccessors
+ 512 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sizeTable
+ 512 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
+ 512 B com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector$FieldBuilder
+ 512 B java.util.logging.LogManager$4
+ 512 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitTens
+ 512 B org.hibernate.validator.internal.metadata.aggregated.GetterCascadable$Builder
+ 512 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$14
+ 512 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$21
+ 512 B com.oracle.svm.core.thread.VMOperationControl$Worklist
+ 512 B jdk.vm.ci.amd64.AMD64
+ 512 B io.undertow.io.AsyncReceiverImpl$4$1
+ 512 B sun.nio.cs.US_ASCII
+ 512 B java.util.Collections$EmptyEnumeration
+ 512 B sun.net.www.protocol.http.Handler
+ 512 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$14
+ 512 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$21
+ 496 B org.apache.http.protocol.BasicHttpContext
+ 496 B com.fasterxml.jackson.databind.util.ByteBufferBackedInputStream
+ 496 B sun.nio.fs.UnixSecureDirectoryStream
+ 496 B com.fasterxml.classmate.members.HierarchicType
+ 496 B com.sun.xml.internal.bind.v2.model.nav.WildcardTypeImpl
+ 496 B sun.util.resources.TimeZoneNamesBundle
+ 496 B org.hibernate.validator.internal.engine.ValidationContext$BeanGroupProcessedUnit
+ 496 B java.net.SocksSocketImpl$1
+ 496 B org.apache.http.impl.auth.KerberosScheme
+ 496 B org.jboss.resteasy.plugins.providers.FileRangeException
+ 496 B com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
+ 496 B java.time.format.DateTimePrintContext
+ 496 B org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl$ExecutableParameterKey
+ 496 B com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty$ReceiverImpl
+ 496 B java.util.regex.Pattern$CharProperty
+ 496 B org.hsqldb.resources.ResourceBundleHandler
+ 496 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_setWeight_double_
+ 496 B java.util.IllegalFormatCodePointException
+ 496 B com.fasterxml.jackson.databind.deser.impl.NullsFailProvider
+ 496 B org.apache.http.impl.auth.SPNegoScheme
+ 496 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$10
+ 496 B com\oracle\svm\reflect\proxies\Proxy_java_net_HttpURLConnection_setInstanceFollowRedirects_boolean_
+ 496 B org.hibernate.validator.internal.engine.DefaultParameterNameProvider
+ 496 B com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammarBucket
+ 496 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$ReceiverImpl
+ 496 B sun.nio.cs.ISO_8859_1
+ 496 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_bitCount_int_
+ 496 B com.oracle.svm.core.thread.VMOperationControl$AllocationFreeStack
+ 496 B org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
+ 496 B com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
+ 496 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_floatValue__
+ 496 B java.util.logging.Handler
+ 496 B io.undertow.protocols.http2.Http2PushPromiseParser
+ 496 B org.jboss.shamrock.agroal.runtime.DataSourceTemplate
+ 496 B io.smallrye.metrics.interceptors.SeMetricName
+ 496 B org.jboss.resteasy.plugins.interceptors.CacheControlFeature
+ 496 B java.util.stream.ReferencePipeline$7$1
+ 480 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isIgnorableType_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 480 B com.fasterxml.jackson.databind.type.TypeParser$MyTokenizer
+ 480 B org.hibernate.validator.internal.engine.valueextraction.ObjectArrayValueExtractor
+ 480 B org.hibernate.validator.internal.engine.ValidationContext$ValidationContextBuilder
+ 480 B org.yaml.snakeyaml.scanner.Constant
+ 480 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 480 B com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager$Property
+ 480 B com.sun.xml.bind.v2.model.impl.ElementInfoImpl
+ 480 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableCreateAction
+ 480 B io.undertow.server.protocol.ajp.AjpServerResponseConduit$2
+ 480 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 480 B com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator
+ 480 B java.nio.file.spi.FileSystemProvider
+ 480 B java.util.IdentityHashMap$EntryIterator
+ 480 B org.apache.http.client.methods.HttpRequestWrapper$HttpEntityEnclosingRequestWrapper
+ 480 B io.smallrye.metrics.app.TimerImpl$Context
+ 480 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy11
+ 480 B com.sun.org.apache.xml.internal.utils.XMLCharacterRecognizer
+ 480 B org.apache.http.impl.conn.HttpConnPool
+ 480 B org.hibernate.validator.internal.metadata.raw.ConstrainedType
+ 480 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findKeyDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 480 B org.jboss.resteasy.core.AsynchronousDispatcher$1
+ 480 B java.util.List
+ 480 B com.sun.xml.internal.bind.v2.model.impl.ElementInfoImpl
+ 480 B com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec
+ 480 B java.lang.ExceptionInInitializerError
+ 480 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasAsValueAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 480 B com.sun.org.apache.xerces.internal.util.PrimeNumberSequenceGenerator
+ 480 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$Limit
+ 480 B org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
+ 480 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
+ 480 B java.util.concurrent.ConcurrentSkipListMap$EntryIterator
+ 480 B org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingSimpleValue
+ 480 B org.jboss.resteasy.spi.metadata.FieldParameter
+ 480 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property
+ 480 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit
+ 480 B io.undertow.io.AsyncSenderImpl$TransferTask
+ 480 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction
+ 480 B com.oracle.svm.core.posix.headers.Dirent
+ 480 B com.oracle.svm.core.posix.headers.Fcntl
+ 480 B java.util.Collections$3
+ 480 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleCreateAction
+ 480 B java.lang.StrictMath
+ 480 B org.apache.http.impl.io.EmptyInputStream
+ 480 B io.undertow.util.SimpleAttachmentKey
+ 480 B org.xnio.nio.QueuedNioTcpServer$1
+ 464 B java.awt.color.ICC_Profile$3
+ 464 B java.security.MessageDigest$Delegate
+ 464 B java.text.FieldPosition$Delegate
+ 464 B java.nio.channels.spi.AbstractInterruptibleChannel$1
+ 464 B com.oracle.svm.core.JavaMainWrapper
+ 464 B org.jboss.shamrock.example.datasource.DatasourceSetup
+ 464 B com.sun.org.apache.xml.internal.utils.WrappedRuntimeException
+ 464 B org.xnio.conduits.Conduits
+ 464 B io.agroal.pool.MetricsRepository
+ 464 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValuePropertyLoader
+ 464 B com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
+ 464 B sun.security.provider.SeedGenerator$URLSeedGenerator$1
+ 464 B org.hsqldb.jdbc.JDBCResultSet$JDBCResultSetBasic
+ 464 B com.oracle.svm.core.stack.ThreadStackPrinter
+ 464 B com.sun.xml.bind.v2.runtime.unmarshaller.ValuePropertyLoader
+ 464 B com.fasterxml.jackson.databind.util.ArrayBuilders$1
+ 464 B io.agroal.pool.wrapper.ResultSetWrapper
+ 464 B com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException
+ 464 B com.sun.istack.internal.ByteArrayDataSource
+ 464 B org.jboss.shamrock.example.health.SimpleHealthCheck_Bean
+ 464 B com.sun.istack.ByteArrayDataSource
+ 464 B org.apache.commons.logging.LogFactory$4
+ 464 B io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel
+ 464 B io.undertow.servlet.spec.SessionCookieConfigImpl
+ 464 B sun.java2d.cmm.CMSManager$1
+ 464 B io.agroal.pool.ConnectionPool$ValidationTask$ValidateConnectionTask
+ 464 B org.apache.http.HttpVersion
+ 464 B java.util.regex.UnicodeProp$10
+ 464 B com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
+ 464 B org.glassfish.json.JsonPatchImpl
+ 464 B org.apache.http.impl.execchain.RequestAbortedException
+ 464 B com.oracle.svm.core.posix.headers.Netdb
+ 448 B sun.net.www.http.PosterOutputStream
+ 448 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingFirstKey
+ 448 B org.apache.http.protocol.RequestUserAgent
+ 448 B sun.security.provider.NativePRNG$RandomIO$1
+ 448 B io.undertow.server.HttpServerExchange$4
+ 448 B java.util.Collections$SynchronizedSet
+ 448 B org.jboss.shamrock.example.rest.ClientResource
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_absolute__
+ 448 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong$1
+ 448 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask$1
+ 448 B io.agroal.pool.ConnectionPool$DestroyConnectionTask
+ 448 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerLong$1
+ 448 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceFirstEntry
+ 448 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingEmptyValue
+ 448 B io.smallrye.health.SmallRyeHealth
+ 448 B io.smallrye.config.SmallRyeConfigBuilder$1
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_monotonic__
+ 448 B org.jboss.resteasy.spi.metadata.Parameter
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_ignoreNonDigitCharacters__
+ 448 B com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory$PhysicalMemorySupportImpl
+ 448 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$1
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_reusable__
+ 448 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger$1
+ 448 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xerces_internal_jaxp_DocumentBuilderFactoryImpl_constructor__
+ 448 B com.sun.xml.internal.bind.v2.model.impl.RuntimeTypeRefImpl
+ 448 B org.apache.http.impl.auth.SPNegoSchemeFactory
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_absolute__
+ 448 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Boolean_booleanValue__
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_ignoreNonDigitCharacters__
+ 448 B org.apache.http.impl.auth.KerberosSchemeFactory
+ 448 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_reusable__
+ 448 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingFirstKey
+ 448 B com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl
+ 448 B javax.ws.rs.core.UriBuilder
+ 448 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$16
+ 448 B org.glassfish.json.JsonNumberImpl$JsonIntNumber
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_absolute__
+ 448 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$16
+ 448 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_reusable__
+ 432 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort$1
+ 432 B io.undertow.server.protocol.http.HttpReadListener$3
+ 432 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultIDResolver
+ 432 B java.util.regex.Pattern$UnixCaret
+ 432 B io.undertow.protocols.alpn.ALPNManager
+ 432 B com.sun.xml.bind.v2.model.impl.LeafInfoImpl
+ 432 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap
+ 432 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceMethodParameterBuilder
+ 432 B io.undertow.servlet.spec.ServletPrintWriterDelegate
+ 432 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_constructor__
+ 432 B com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper$1
+ 432 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethod
+ 432 B org.hsqldb.types.ClobType
+ 432 B org.apache.http.client.config.RequestConfig$Builder
+ 432 B org.jboss.shamrock.example.web.TestServlet_Bean
+ 432 B com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver
+ 432 B java.lang.annotation.Retention$$ProxyImpl
+ 432 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_fs_UnixNativeDispatcher
+ 432 B io.undertow.protocols.http2.Http2ProtocolUtils
+ 432 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMaxValidator_constructor__
+ 432 B org.hibernate.validator.internal.engine.ValidationContext$$Lambda$712.1636952835
+ 432 B java.time.chrono.AbstractChronology
+ 432 B com.fasterxml.jackson.databind.node.NodeCursor$RootCursor
+ 432 B io.undertow.security.impl.CachedAuthenticatedSessionMechanism
+ 432 B javax.validation.valueextraction.ExtractedValue$$ProxyImpl
+ 432 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
+ 432 B java.util.Objects
+ 432 B com.sun.xml.internal.bind.v2.model.impl.LeafInfoImpl
+ 432 B com.oracle.svm.core.jdk.RuntimeSupport
+ 432 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$NameMap
+ 432 B com.arjuna.common.internal.util.propertyservice.PropertyPrefix$$ProxyImpl
+ 432 B com.oracle.svm.core.genscavenge.Space$Accounting
+ 432 B io.undertow.servlet.spec.ServletConfigImpl
+ 432 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Empty
+ 432 B io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1
+ 432 B javax.xml.bind.annotation.XmlAccessorType$$ProxyImpl
+ 432 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredField
+ 432 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamCollectorResponseConsumer$1
+ 432 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerShort$1
+ 432 B com.sun.org.apache.xerces.internal.dom.DeferredProcessingInstructionImpl
+ 432 B javax.ws.rs.Path$$ProxyImpl
+ 432 B java.util.regex.Pattern$Neg
+ 432 B com.oracle.svm.core.posix.pthread.PthreadConditionUtils
+ 432 B javax.ws.rs.PathParam$$ProxyImpl
+ 432 B sun.nio.fs.UnixFileAttributeViews$Basic
+ 432 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_isTrustedSite_java_net_URL_
+ 432 B javax.ws.rs.ConstrainedTo$$ProxyImpl
+ 432 B javax.ws.rs.HttpMethod$$ProxyImpl
+ 432 B org.postgresql.core.SqlCommand
+ 432 B io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory
+ 432 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_constructor__
+ 432 B sun.nio.ch.SocketOptionRegistry
+ 432 B org.jboss.shamrock.example.jpa.JPATestEndpoint_Bean
+ 432 B java.lang.annotation.Repeatable$$ProxyImpl
+ 432 B org.slf4j.helpers.NOPLogger
+ 432 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMinValidator_constructor__
+ 432 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_Mod10CheckValidator_constructor__
+ 416 B java.nio.charset.IllegalCharsetNameException
+ 416 B java.nio.charset.UnsupportedCharsetException
+ 416 B ch.qos.logback.core.spi.FilterAttachableImpl
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonArrayProvider_constructor__
+ 416 B com.sun.xml.internal.bind.v2.model.annotation.MethodLocatable
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_PatternValidator_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_stream_events_XMLEventFactoryImpl_constructor__
+ 416 B com.sun.xml.bind.v2.model.annotation.MethodLocatable
+ 416 B io.undertow.servlet.handlers.security.ServletSecurityRoleHandler
+ 416 B org.apache.http.HttpException
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArray_constructor__
+ 416 B org.hibernate.validator.internal.util.privilegedactions.GetMethod
+ 416 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask
+ 416 B com.fasterxml.jackson.databind.MappingJsonFactory
+ 416 B com.sun.org.apache.xerces.internal.impl.dv.xs.TypeValidator
+ 416 B com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfFloat_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfChar_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonObjectProvider_constructor__
+ 416 B org.jboss.resteasy.util.AcceptParser$Charset
+ 416 B java.lang.InheritableThreadLocal
+ 416 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$1
+ 416 B com.oracle.svm.core.code.AbstractCodeInfo
+ 416 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableAssemblyAction
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileProvider_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonStructureProvider_constructor__
+ 416 B java.util.regex.Pattern$CharPropertyNames$4
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForMap_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_LuhnCheckValidator_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfShort_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfByte_constructor__
+ 416 B com.oracle.svm.core.posix.pthread.PthreadVMMutex
+ 416 B org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentRoot
+ 416 B io.undertow.servlet.core.ServletContainerImpl
+ 416 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceConstructorBuilder
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonValueProvider_constructor__
+ 416 B javax.xml.validation.SchemaFactoryFinder
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_JPATestEndpoint_constructor__
+ 416 B sun.nio.ch.SocketAdaptor$1
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfDouble_constructor__
+ 416 B io.undertow.server.Connectors$1
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_constructor__
+ 416 B com.oracle.svm.core.log.Log$LogOutputStream
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCollection_constructor__
+ 416 B sun.nio.cs.ThreadLocalCoders
+ 416 B sun.nio.ch.Util$1
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MaxValidatorForCharSequence_constructor__
+ 416 B com.fasterxml.jackson.databind.ser.std.RawSerializer
+ 416 B com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer
+ 416 B java.util.regex.Pattern$HorizWS
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MinValidatorForCharSequence_constructor__
+ 416 B java.util.concurrent.TimeUnit$4
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfBoolean_constructor__
+ 416 B javax.servlet.http.HttpServletResponseWrapper
+ 416 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleAssemblyAction
+ 416 B java.util.stream.Collectors$$Lambda$122.1040890092
+ 416 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$22
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestFilter_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfLong_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_Driver_constructor__
+ 416 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter$1
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfInt_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestServlet_constructor__
+ 416 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCharSequence_constructor__
+ 416 B org.apache.http.impl.conn.DefaultProxyRoutePlanner
+ 416 B sun.misc.VM
+ 416 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableAssemblyAction
+ 416 B io.smallrye.metrics.MetricRegistries
+ 416 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$22
+ 400 B com.sun.xml.internal.bind.v2.runtime.Messages
+ 400 B com.sun.xml.bind.v2.model.impl.Messages
+ 400 B org.jboss.resteasy.core.ExtendedCacheControl
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileRangeWriter_constructor__
+ 400 B org.jboss.shamrock.example.shared.SharedResource_Bean
+ 400 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Messages
+ 400 B com.sun.xml.bind.Messages
+ 400 B com.sun.xml.bind.v2.Messages
+ 400 B com.sun.xml.internal.bind.v2.Messages
+ 400 B org.jboss.shamrock.example.rest.TestResource_Bean
+ 400 B com.sun.xml.internal.bind.v2.runtime.reflect.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_PatchMethodFilter_constructor__
+ 400 B com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedLister$ListIteratorImpl
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_SourceProvider_constructor__
+ 400 B com.fasterxml.jackson.core.util.InternCache
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventSinkInterceptor_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultNumberWriter_constructor__
+ 400 B com.sun.org.apache.xerces.internal.util.StAXLocationWrapper
+ 400 B com.sun.xml.internal.bind.v2.model.annotation.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ServerContentEncodingAnnotationFeature_constructor__
+ 400 B com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
+ 400 B com.fasterxml.jackson.databind.util.ArrayBuilders
+ 400 B com.sun.xml.bind.v2.runtime.reflect.AdaptedLister$ListIteratorImpl
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StreamingOutputProvider_constructor__
+ 400 B com.oracle.svm.core.thread.ThreadListOperation
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_constructor__
+ 400 B com.sun.xml.bind.v2.model.annotation.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFilter_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StringTextStar_constructor__
+ 400 B com.sun.org.apache.xerces.internal.dom.DeferredTextImpl
+ 400 B io.undertow.protocols.http2.HpackEncoder$TableEntry
+ 400 B com.oracle.svm.core.deopt.DeoptimizedFrame$VirtualFrame
+ 400 B org.yaml.snakeyaml.parser.VersionTagsTuple
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_InputStreamProvider_constructor__
+ 400 B com.fasterxml.jackson.core.util.DefaultIndenter
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FormUrlEncodedProvider_constructor__
+ 400 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_restclient_runtime_DefaultResponseExceptionMapper_constructor__
+ 400 B com.fasterxml.jackson.databind.node.NullNode
+ 400 B io.undertow.servlet.spec.AsyncContextImpl$3
+ 400 B org.hibernate.validator.internal.metadata.aggregated.rule.ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReactiveStreamProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_IIOImageProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReaderProvider_constructor__
+ 400 B ch.qos.logback.classic.spi.PackagingDataCalculator
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventOutputProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_CompletionStageProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_transformed__
+ 400 B com.sun.xml.internal.bind.Messages
+ 400 B com.sun.xml.bind.v2.runtime.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableProvider_constructor__
+ 400 B io.agroal.api.security.NamePrincipal
+ 400 B java.lang.CharacterData
+ 400 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__
+ 400 B sun.security.jgss.GSSCredentialImpl$SearchKey
+ 400 B org.jboss.shamrock.runner.GeneratedMain
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_client_jaxrs_internal_CompletionStageRxInvokerProvider_constructor__
+ 400 B javax.ws.rs.ServerErrorException
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_JaxrsFormProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__
+ 400 B ch.qos.logback.core.util.CachingDateFormatter
+ 400 B org.apache.http.impl.cookie.BasicSecureHandler
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_UnrecognizedPropertyExceptionHandler_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFeature_constructor__
+ 400 B com.sun.xml.internal.bind.v2.model.impl.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_constructor__
+ 400 B io.undertow.server.ConnectionSSLSessionInfo
+ 400 B com.sun.xml.bind.v2.runtime.unmarshaller.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_CacheControlFeature_constructor__
+ 400 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask$1$1$1
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DataSourceProvider_constructor__
+ 400 B org.jboss.shamrock.transactions.runtime.TransactionProducers_Bean
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_constructor__
+ 400 B javax.ws.rs.core.Form
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultBooleanWriter_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_NotNullValidator_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_UserTransactionImple_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableProvider_constructor__
+ 400 B org.postgresql.util.PSQLException
+ 400 B org.hibernate.validator.internal.engine.groups.ValidationOrder$DefaultGroupValidationOrder
+ 400 B sun.net.www.HeaderParser$ParserIterator
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerProvider_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ClientContentEncodingAnnotationFeature_constructor__
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_MessageSanitizerContainerResponseFilter_constructor__
+ 400 B org.jboss.resteasy.core.interception.jaxrs.ServerWriterInterceptorContext
+ 400 B io.undertow.security.impl.SecurityContextImpl$ChallengeSender
+ 400 B org.jboss.resteasy.plugins.providers.jaxb.XmlAdapterWrapper
+ 400 B org.jboss.resteasy.plugins.providers.IIOImageProvider
+ 400 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionManagerImple_constructor__
+ 400 B io.undertow.server.protocol.http2.Http2ReceiveListener$1
+ 400 B io.undertow.server.protocol.http2.Http2ReceiveListener$5
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultTextPlain_constructor__
+ 400 B com.sun.xml.bind.v2.runtime.reflect.Messages
+ 400 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ByteArrayProvider_constructor__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Retention_value__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlAccessorType_value__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryMethod__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet2__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_description__
+ 384 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.TextLoader
+ 384 B sun.security.jgss.GSSManagerImpl
+ 384 B com.sun.xml.bind.v2.runtime.reflect.Accessor$2
+ 384 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNameUsedForXmlValue__
+ 384 B org.jboss.protean.arc.AbstractSharedContext$Key
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_shared__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet1__
+ 384 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_message__
+ 384 B com.sun.org.apache.xalan.internal.xsltc.trax.StAXEvent2SAX$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getZipCode__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_getValue__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_message__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_java_nio_DirectByteBuffer_cleaner__
+ 384 B io.reactivex.internal.operators.observable.ObservableCreate
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_name__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_HttpMethod_value__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_getName__
+ 384 B io.undertow.server.session.InMemorySessionManager$SessionImpl$2$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_description__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_message__
+ 384 B sun.util.resources.ParallelListResourceBundle$KeySet
+ 384 B com.fasterxml.classmate.AnnotationConfiguration$StdConfiguration
+ 384 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerDouble$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_unit__
+ 384 B io.undertow.servlet.handlers.ServletChain$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getName__
+ 384 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$8
+ 384 B javax.annotation.Priority$$ProxyImpl
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_displayName__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_regexp__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_transformed__
+ 384 B io.undertow.conduits.ReadTimeoutStreamSourceConduit$2
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getName__
+ 384 B org.postgresql.util.PGtokenizer
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_displayName__
+ 384 B javax.activation.CommandMap
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_transformed__
+ 384 B io.undertow.servlet.spec.FilterConfigImpl
+ 384 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNonNillableInclusion__
+ 384 B com.sun.org.apache.xalan.internal.xsltc.trax.StAXStream2SAX$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getTest__
+ 384 B org.graalvm.collections.EconomicMapImpl$2
+ 384 B java.util.regex.Pattern$Begin
+ 384 B org.apache.http.util.EncodingUtils
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_name__
+ 384 B sun.security.action.GetIntegerAction
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_transformed__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_namespace__
+ 384 B io.undertow.util.WorkerUtils
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryClass__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transformed__
+ 384 B java.security.AccessController
+ 384 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getTypeFactory__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Repeatable_value__
+ 384 B io.undertow.servlet.api.LoggingExceptionHandler
+ 384 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_version__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_message__
+ 384 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$2
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_unit__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_message__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ConstrainedTo_value__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getValue__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_transformed__
+ 384 B com.sun.xml.bind.v2.runtime.unmarshaller.TextLoader
+ 384 B sun.nio.ch.SocketOptionRegistry$RegistryKey
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_name__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_message__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_name__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_description__
+ 384 B java.text.RBCollationTables$BuildAPI
+ 384 B io.smallrye.config.EnvConfigSource
+ 384 B com.oracle.svm.core.jdk.Resources$1
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_unit__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_displayName__
+ 384 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getEmail__
+ 368 B org.apache.http.impl.io.HttpRequestWriter
+ 368 B io.undertow.server.protocol.http.HttpContinue$2
+ 368 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$IntegerSerializer
+ 368 B sun.security.jgss.wrapper.SunNativeProvider
+ 368 B com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector$MethodBuilder
+ 368 B com.oracle.svm.core.posix.pthread.PthreadVMCondition
+ 368 B org.postgresql.core.ServerVersion$1
+ 368 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$1
+ 368 B com.sun.xml.bind.v2.runtime.unmarshaller.IntData
+ 368 B java.util.stream.ReferencePipeline$2$1
+ 368 B java.util.TreeMap$TreeMapSpliterator
+ 368 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerFloat$1
+ 368 B java.util.regex.Pattern$Pos
+ 368 B org.apache.http.util.NetUtils
+ 368 B org.apache.http.auth.AuthOption
+ 368 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$DoubleSerializer
+ 368 B org.postgresql.ssl.jdbc4.LibPQFactory$ConsoleCallbackHandler
+ 368 B com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord$1
+ 368 B io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBuffersFrameCallback
+ 368 B java.nio.file.FileSystems
+ 368 B javax.xml.bind.DatatypeConverter
+ 368 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$StringFactoryKeyDeserializer
+ 368 B org.apache.http.impl.cookie.NetscapeDraftSpecProvider
+ 368 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.IntData
+ 368 B org.jboss.resteasy.core.registry.ClassExpression
+ 368 B org.postgresql.core.v3.QueryExecutorImpl$3
+ 368 B javax.xml.stream.FactoryConfigurationError
+ 368 B org.jboss.resteasy.core.StringParameterInjector$1
+ 368 B javax.security.auth.login.Configuration
+ 368 B java.util.stream.ForEachOps$ForEachOp$OfRef
+ 368 B java.util.regex.Pattern$Node
+ 368 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor$SingleShotFrameInfoQueryResultAllocator
+ 352 B sun.reflect.generics.scope.ConstructorScope
+ 352 B io.undertow.conduits.ChunkedStreamSourceConduit$2
+ 352 B com.arjuna.ats.arjuna.coordinator.ActionInfo
+ 352 B com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedFrameInfoQueryResultAllocator
+ 352 B java.util.stream.Nodes$CollectorTask$OfRef$$Lambda$669.36016029
+ 352 B org.jboss.protean.arc.InstanceImpl$InstanceIterator
+ 352 B com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap$Bucket
+ 352 B org.jboss.resteasy.plugins.providers.RegisterBuiltin$4
+ 352 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet$1
+ 352 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$AscendingPrecedenceComparator
+ 352 B io.undertow.server.protocol.http2.Http2UpgradeHandler$4$1
+ 352 B org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler
+ 352 B com.fasterxml.jackson.databind.ObjectWriter$GeneratorSettings
+ 352 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$DescendingPrecedenceComparator
+ 352 B org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
+ 352 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerProvider
+ 352 B org.apache.http.impl.io.DefaultHttpRequestWriter
+ 352 B org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler
+ 352 B org.graalvm.collections.EconomicMapImpl$3
+ 352 B io.undertow.server.session.InMemorySessionManager$SessionImpl$2
+ 352 B com.oracle.svm.core.genscavenge.MemoryMXBeanMemoryVisitor
+ 352 B javax.security.auth.login.Configuration$2
+ 352 B com.oracle.svm.core.posix.headers.LibC
+ 352 B sun.reflect.generics.scope.MethodScope
+ 352 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy7
+ 352 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$StringCtorKeyDeserializer
+ 352 B org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData
+ 352 B com.fasterxml.jackson.databind.util.JSONWrappedObject
+ 352 B org.xnio.XnioWorker$WorkerThreadFactory
+ 352 B com.oracle.svm.core.genscavenge.HeapPolicy$AlwaysCollectCompletely
+ 352 B com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl
+ 352 B com.sun.org.apache.xerces.internal.dom.LCount
+ 352 B sun.security.provider.SeedGenerator
+ 352 B com.oracle.svm.core.SubstrateOptions
+ 352 B com.sun.xml.internal.bind.v2.model.impl.ERPropertyInfoImpl
+ 352 B io.undertow.util.Methods
+ 352 B com.fasterxml.jackson.databind.node.ValueNode
+ 352 B org.xnio.nio.QueuedNioTcpServer$2
+ 336 B sun.net.www.protocol.http.ntlm.NTLMAuthentication$1
+ 336 B com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyLoader
+ 336 B com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper
+ 336 B sun.net.www.http.HttpClient$1
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfChar
+ 336 B org.xnio.channels.EmptyStreamSourceChannel$1
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfShort
+ 336 B com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
+ 336 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree$$Lambda$578.454947851
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfDouble
+ 336 B org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
+ 336 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$1
+ 336 B org.jboss.shamrock.metrics.runtime.LambdaGauge
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfByte
+ 336 B com.sun.org.apache.xerces.internal.dom.DeferredCommentImpl
+ 336 B ch.qos.logback.classic.util.LoggerNameUtil
+ 336 B com.sun.xml.bind.v2.model.annotation.ClassLocatable
+ 336 B com.oracle.svm.core.jdk.Target_java_nio_file_TempFileHelper$TempFileHelperRandomAccessors
+ 336 B java.util.regex.Pattern$BmpCharProperty
+ 336 B io.smallrye.metrics.app.WeightedSnapshot$$Lambda$651.1766379574
+ 336 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$761.1002350084
+ 336 B java.util.regex.Pattern$3
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfFloat
+ 336 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2$2
+ 336 B com.sun.xml.internal.bind.v2.model.annotation.ClassLocatable
+ 336 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.LeafPropertyLoader
+ 336 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean$1
+ 336 B org.hsqldb.lib.java.JavaSystem
+ 336 B io.undertow.util.HeaderMap$2$1
+ 336 B org.hibernate.validator.internal.engine.valueextraction.OptionalValueExtractor
+ 336 B sun.nio.ch.NativeObject
+ 336 B java.text.BreakIterator
+ 336 B org.apache.http.client.ClientProtocolException
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfBoolean
+ 336 B com.sun.xml.internal.bind.v2.model.annotation.FieldLocatable
+ 336 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26
+ 336 B com.oracle.svm.core.log.Log$NoopLog
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfInt
+ 336 B com.arjuna.ats.arjuna.common.CoreEnvironmentBean
+ 336 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfLong
+ 336 B com.oracle.svm.core.jdk.Target_java_io_File_TempDirectory$FileTempDirectoryRandomAccessors
+ 336 B org.hsqldb.types.NullType
+ 336 B com.sun.xml.bind.v2.model.annotation.FieldLocatable
+ 336 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26
+ 336 B io.undertow.protocols.http2.Hpack$HeaderField
+ 336 B com.sun.org.apache.xerces.internal.dom.DeferredCDATASectionImpl
+ 336 B org.jboss.resteasy.spi.ResteasyProviderFactory$ExtSortedKey
+ 320 B org.jboss.resteasy.mock.MockHttpRequest$2
+ 320 B io.undertow.server.HttpServerExchange$3
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_message__
+ 320 B java.util.concurrent.atomic.AtomicInteger
+ 320 B sun.security.util.ResourcesMgr
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_message__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_java_applet_Applet_getParameter_java_lang_String_
+ 320 B javax.xml.parsers.FactoryFinder$1
+ 320 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ServletRequestContextThreadSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 320 B io.smallrye.metrics.app.CounterImpl
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_message__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__
+ 320 B java.util.concurrent.locks.ReentrantLock$NonfairSync
+ 320 B com\oracle\svm\reflect\proxies\Proxy_com_oracle_svm_core_option_APIOption_List_value__
+ 320 B javax.xml.transform.FactoryFinder$1
+ 320 B javax.net.ssl.SSLSocketFactory$1
+ 320 B ch.qos.logback.core.helpers.CyclicBuffer
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_payload__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__
+ 320 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.WildcardLoader
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_protocol__
+ 320 B javax.xml.datatype.FactoryFinder$1
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_message__
+ 320 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureError
+ 320 B com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader
+ 320 B org.xnio.conduits.AbstractConduit
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_message__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_regexp__
+ 320 B io.undertow.util.DateUtils$4
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_payload__
+ 320 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$TwoAnnotations
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_message__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_port__
+ 320 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$1
+ 320 B com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer
+ 320 B org.apache.http.config.RegistryBuilder
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_payload__
+ 320 B org.apache.http.cookie.CookieSpecRegistry$1
+ 320 B sun.util.resources.LocaleData$2
+ 320 B org.hibernate.validator.internal.util.privilegedactions.NewJaxbContext
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_message__
+ 320 B ch.qos.logback.core.encoder.LayoutWrappingEncoder
+ 320 B io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier$1
+ 320 B sun.util.locale.provider.CalendarDataProviderImpl
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_payload__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_regexp__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_payload__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_payload__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_javax_net_ssl_SSLParameters_setUseCipherSuitesOrder_boolean_
+ 320 B org.hibernate.validator.internal.util.privilegedactions.GetClassLoader
+ 320 B java.util.concurrent.atomic.AtomicLong
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_message__
+ 320 B java.util.concurrent.CountDownLatch$Sync
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__
+ 320 B io.reactivex.internal.operators.flowable.FlowableSingleSingle
+ 320 B javax.ws.rs.ext.FactoryFinder$1
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_type__
+ 320 B org.apache.http.impl.cookie.IgnoreSpec
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_ignoreNonDigitCharacters__
+ 320 B io.undertow.servlet.core.SecurityActions
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_payload__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__
+ 320 B com.oracle.svm.core.posix.headers.darwin.DarwinEvent
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_min__
+ 320 B org.jboss.protean.arc.LazyValue
+ 320 B com.oracle.svm.core.jdk.Resources$1Conn
+ 320 B sun.nio.fs.UnixFileAttributes
+ 320 B io.agroal.api.configuration.supplier.AgroalConnectionPoolConfigurationSupplier$1
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_payload__
+ 320 B io.undertow.io.AsyncReceiverImpl$4$3
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_max__
+ 320 B io.undertow.server.HttpServerExchange$ExchangeCompleteNextListener
+ 320 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableHashSet$1
+ 320 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler$ServletAuthenticatedSessionManager
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_message__
+ 320 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$IntLikeSerializer
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_host__
+ 320 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_payload__
+ 320 B com.sun.org.apache.xerces.internal.impl.xs.opti.NodeImpl
+ 304 B com.oracle.svm.core.heap.AllocationFreeList$Element
+ 304 B com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl$1
+ 304 B com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
+ 304 B io.smallrye.config.Converters$$Lambda$420.1059937907
+ 304 B org.apache.http.impl.conn.HttpConnPool$InternalConnFactory
+ 304 B sun.security.provider.MD4
+ 304 B io.reactivex.internal.operators.flowable.FlowableFromObservable
+ 304 B com.sun.org.apache.xerces.internal.util.EntityResolver2Wrapper
+ 304 B org.postgresql.util.PSQLWarning
+ 304 B org.jboss.resteasy.plugins.providers.jaxb.JaxbMap$Entry
+ 304 B org.apache.http.impl.client.HttpClientBuilder$1
+ 304 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
+ 304 B org.postgresql.jdbc2.ArrayAssistantRegistry
+ 304 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$489.1739689303
+ 304 B java.util.regex.Pattern$GroupHead
+ 304 B com.fasterxml.jackson.databind.deser.impl.FailingDeserializer
+ 304 B org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1
+ 304 B org.postgresql.jdbc.PgStatement$1
+ 304 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImpl
+ 304 B com.oracle.svm.core.heap.NativeImageInfo
+ 304 B com.oracle.svm.core.posix.headers.Ifaddrs
+ 304 B com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord$2
+ 304 B io.undertow.server.handlers.DisableCacheHandler
+ 304 B org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
+ 304 B org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
+ 304 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$PcdataImpl
+ 304 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$UnionOp
+ 304 B sun.reflect.generics.tree.Wildcard
+ 304 B org.postgresql.hostchooser.MultiHostChooser$3
+ 304 B sun.net.NetworkClient$2
+ 304 B sun.nio.fs.NativeBuffer
+ 304 B com.sun.xml.internal.bind.v2.runtime.reflect.DefaultTransducedAccessor
+ 304 B java.util.WeakHashMap$WeakHashMapSpliterator
+ 304 B org.resteasy.reactivecontext.ContextFilter
+ 304 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
+ 304 B org.hibernate.validator.internal.util.privilegedactions.NewInstance
+ 304 B org.hibernate.validator.internal.util.privilegedactions.SetContextClassLoader
+ 304 B org.apache.http.auth.AuthSchemeRegistry$1
+ 304 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11DTDDVFactoryImpl
+ 304 B org.apache.http.params.SyncBasicHttpParams
+ 304 B com.fasterxml.classmate.types.ResolvedArrayType
+ 304 B java.lang.ProcessEnvironment$ExternalData
+ 304 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$NestedTypeArgumentLocation
+ 304 B io.undertow.security.handlers.AuthenticationMechanismsHandler
+ 304 B io.smallrye.config.Converters$$Lambda$419.726653250
+ 304 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImpl
+ 304 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.HeaderParamProcessor
+ 304 B org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
+ 304 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$PcdataImpl
+ 288 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl
+ 288 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerByte$1
+ 288 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleAssemblyAction$ContextPropagatorSingle
+ 288 B java.util.concurrent.CompletableFuture$UniApply
+ 288 B com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder$IDTransducerImpl
+ 288 B javax.enterprise.inject.Produces$$ProxyImpl
+ 288 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$FloatSerializer
+ 288 B javax.validation.valueextraction.UnwrapByDefault$$ProxyImpl
+ 288 B com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader$Single
+ 288 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte$1
+ 288 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$490.2106051263
+ 288 B com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException
+ 288 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
+ 288 B com.oracle.svm.core.heap.NativeImageInfo$WritableReferenceMemoryWalkerAccessImpl
+ 288 B java.util.regex.Pattern$End
+ 288 B java.util.concurrent.CompletableFuture$UniCompose
+ 288 B com.fasterxml.jackson.databind.annotation.JacksonStdImpl$$ProxyImpl
+ 288 B javax.enterprise.util.Nonbinding$$ProxyImpl
+ 288 B javax.ws.rs.core.Context$$ProxyImpl
+ 288 B javax.ws.rs.GET$$ProxyImpl
+ 288 B com.oracle.svm.core.heap.NativeImageInfo$ReadOnlyPrimitiveMemoryWalkerAccessImpl
+ 288 B javax.enterprise.context.Dependent$$ProxyImpl
+ 288 B java.lang.annotation.Inherited$$ProxyImpl
+ 288 B java.io.Writer
+ 288 B org.xnio.SingleOption
+ 288 B io.smallrye.metrics.interceptors.MetricsBinding$$ProxyImpl
+ 288 B org.apache.http.config.Registry
+ 288 B com.oracle.svm.core.heap.NativeImageInfo$WritablePrimitiveMemoryWalkerAccessImpl
+ 288 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
+ 288 B javax.interceptor.AroundConstruct$$ProxyImpl
+ 288 B com.oracle.svm.core.heap.NativeImageInfo$ReadOnlyReferenceMemoryWalkerAccessImpl
+ 288 B java.util.concurrent.CompletableFuture$UniAccept
+ 288 B org.jboss.protean.arc.InjectableBean
+ 288 B javax.annotation.PostConstruct$$ProxyImpl
+ 288 B javax.ws.rs.POST$$ProxyImpl
+ 288 B io.undertow.server.protocol.http2.Http2OpenListener$1
+ 288 B java.util.stream.Nodes$CollectorTask$OfRef
+ 288 B javax.enterprise.context.ApplicationScoped$$ProxyImpl
+ 288 B java.lang.Deprecated$$ProxyImpl
+ 288 B javax.ws.rs.container.PreMatching$$ProxyImpl
+ 288 B javax.enterprise.inject.Intercepted$$ProxyImpl
+ 288 B org.eclipse.microprofile.rest.client.inject.RestClient$$ProxyImpl
+ 288 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$ShortSerializer
+ 288 B org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper
+ 288 B javax.validation.ReportAsSingleViolation$$ProxyImpl
+ 288 B com.oracle.svm.core.log.StringBuilderLog
+ 288 B javax.interceptor.AroundInvoke$$ProxyImpl
+ 288 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$LongSerializer
+ 288 B java.util.concurrent.CompletableFuture$UniWhenComplete
+ 288 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableAssemblyAction$ContextPropagatorObservable
+ 288 B org.jboss.shamrock.health.runtime.HealthServlet
+ 288 B io.undertow.servlet.handlers.ServletInitialHandler$1
+ 288 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader$Single
+ 288 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$27
+ 288 B java.util.Collections$UnmodifiableSet
+ 288 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$LocalIDKey
+ 288 B java.util.concurrent.CompletableFuture$UniHandle
+ 288 B com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder$IDTransducerImpl
+ 288 B com.oracle.svm.reflect.proxy.DynamicProxySupport$ProxyCacheKey
+ 288 B javax.inject.Inject$$ProxyImpl
+ 288 B org.postgresql.hostchooser.SingleHostChooser
+ 288 B org.hibernate.validator.internal.engine.groups.ValidationOrder$DefaultSequenceValidationOrder
+ 288 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$27
+ 288 B com.arjuna.ats.arjuna.coordinator.CheckedAction
+ 288 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableAssemblyAction$ContextPropagatorFlowable
+ 288 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$491.496979598
+ 272 B com.sun.xml.bind.v2.runtime.reflect.Lister$1
+ 272 B io.undertow.server.protocol.http.HttpReadListener$2
+ 272 B com.fasterxml.jackson.databind.util.ByteBufferBackedOutputStream
+ 272 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor
+ 272 B io.undertow.server.HttpServerExchange$2
+ 272 B com.sun.xml.bind.v2.runtime.property.ArrayERProperty$ReceiverImpl
+ 272 B io.undertow.protocols.http2.Http2Channel$Http2ControlMessageExceptionHandler
+ 272 B com.oracle.svm.core.log.Log
+ 272 B java.util.stream.ReferencePipeline$7
+ 272 B java.util.stream.ReferencePipeline$3
+ 272 B java.util.stream.ReferencePipeline$2
+ 272 B com.fasterxml.jackson.databind.ser.impl.FailingSerializer
+ 272 B org.jboss.resteasy.core.ResourceMethodInvoker$1
+ 272 B com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder
+ 272 B io.undertow.io.AsyncReceiverImpl$5$2
+ 272 B org.hsqldb.types.TimeData
+ 272 B com.fasterxml.jackson.databind.util.ConstantValueInstantiator
+ 272 B sun.nio.fs.UnixFileAttributeViews$Posix
+ 272 B java.nio.channels.ServerSocketChannel
+ 272 B com.sun.naming.internal.VersionHelper12$1
+ 272 B java.util.stream.ForEachOps$ForEachOrderedTask$$Lambda$582.1916944059
+ 272 B com.fasterxml.jackson.databind.util.ArrayBuilders$ShortBuilder
+ 272 B java.util.Formatter$FixedString
+ 272 B com.sun.xml.internal.bind.v2.runtime.property.ArrayERProperty$ReceiverImpl
+ 272 B io.undertow.server.handlers.form.FormParserFactory$Builder
+ 272 B com.sun.org.apache.xalan.internal.xsltc.dom.BitArray
+ 272 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_FileDispatcherImpl
+ 272 B com.oracle.svm.reflect.target.ReflectionHelper
+ 272 B com.fasterxml.jackson.databind.util.ArrayBuilders$DoubleBuilder
+ 272 B java.util.HashMap$HashMapSpliterator
+ 272 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$1
+ 272 B java.util.IdentityHashMap$IdentityHashMapSpliterator
+ 272 B java.util.regex.Pattern$CharPropertyNames$2
+ 272 B io.undertow.protocols.ssl.SslConduit$2
+ 272 B io.undertow.protocols.ssl.SslConduit$1
+ 272 B ch.qos.logback.core.joran.spi.ConsoleTarget$1
+ 272 B sun.util.locale.UnicodeLocaleExtension
+ 272 B org.hsqldb.types.TimestampData
+ 272 B java.awt.geom.Rectangle2D
+ 272 B org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
+ 272 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$588.225304461
+ 272 B java.util.regex.Pattern$Prolog
+ 272 B com.fasterxml.jackson.databind.util.ArrayBuilders$FloatBuilder
+ 272 B org.jboss.resteasy.rxjava2.SingleProvider
+ 272 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory$2
+ 272 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$Base
+ 272 B com.fasterxml.jackson.databind.util.ArrayBuilders$IntBuilder
+ 272 B java.util.stream.AbstractPipeline$$Lambda$573.1709433954
+ 272 B com.sun.xml.internal.stream.util.ReadOnlyIterator
+ 272 B java.util.concurrent.TimeUnit$3
+ 272 B org.postgresql.core.QueryExecutorBase$1
+ 272 B com.fasterxml.jackson.databind.util.ArrayBuilders$LongBuilder
+ 272 B javax.net.ssl.TrustManagerFactory
+ 272 B com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException$Builder
+ 272 B org.jboss.resteasy.util.PrefixedFormFieldsHttpRequest
+ 272 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$442.1223089612
+ 272 B java.util.stream.StreamOpFlag
+ 272 B java.util.EnumMap$EnumMapIterator
+ 272 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$441.1329045258
+ 272 B org.eclipse.microprofile.health.Health$$ProxyImpl
+ 272 B com.sun.org.apache.xerces.internal.jaxp.validation.ReadOnlyGrammarPool
+ 256 B com.fasterxml.jackson.databind.util.ArrayBuilders$ByteBuilder
+ 256 B org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
+ 256 B com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource
+ 256 B io.undertow.servlet.handlers.ServletDispatchingHandler
+ 256 B io.smallrye.health.SmallRyeHealthReporter_Bean$$function$$5
+ 256 B com.fasterxml.classmate.types.ResolvedPrimitiveType
+ 256 B org.jboss.resteasy.core.PathParamInjector$1
+ 256 B javax.xml.parsers.FactoryConfigurationError
+ 256 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$DefaultConstraintMappingBuilder
+ 256 B com.fasterxml.jackson.databind.ser.std.StdScalarSerializer
+ 256 B org.glassfish.json.JsonPatchImpl$DiffGenerator$$Lambda$706.767620840
+ 256 B com.sun.org.apache.xerces.internal.util.EntityResolverWrapper
+ 256 B com.sun.org.apache.xerces.internal.impl.xs.opti.NamedNodeMapImpl
+ 256 B io.smallrye.metrics.MetricProducer_Bean$$function$$6
+ 256 B com.sun.naming.internal.VersionHelper12$6
+ 256 B sun.reflect.annotation.AnnotationInvocationHandler$1
+ 256 B org.jboss.resteasy.plugins.providers.StreamingOutputProvider
+ 256 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$ArrayLister$1
+ 256 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer$TableInfo
+ 256 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$4
+ 256 B com.fasterxml.jackson.databind.util.ArrayBuilders$BooleanBuilder
+ 256 B com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV$XQName
+ 256 B org.jboss.shamrock.example.datasource.DatasourceSetup_Bean$$function$$11
+ 256 B org.hibernate.validator.internal.util.logging.formatter.TypeFormatter
+ 256 B java.util.concurrent.ForkJoinTask$ExceptionNode
+ 256 B java.util.regex.Pattern$LastNode
+ 256 B java.util.stream.ReduceOps$2
+ 256 B java.util.regex.Pattern$CharPropertyNames$3
+ 256 B java.util.regex.Pattern$CharPropertyNames$1
+ 256 B com.oracle.svm.core.genscavenge.DiscoverableReferenceProcessing$Scatterer
+ 256 B sun.security.jca.Providers
+ 256 B java.util.stream.Collectors$$Lambda$134.203764749
+ 256 B com.sun.xml.bind.v2.runtime.reflect.Lister$ArrayLister$1
+ 256 B java.util.concurrent.CompletableFuture$UniExceptionally
+ 256 B com.oracle.svm.core.thread.VMOperationControl$SynchronizedAllocationFreeStack
+ 256 B sun.java2d.cmm.CMSManager
+ 256 B javax.security.auth.login.LoginContext$2
+ 256 B org.hibernate.validator.internal.metadata.descriptor.ElementDescriptorImpl
+ 256 B javax.xml.transform.TransformerFactoryConfigurationError
+ 256 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean$$function$$4
+ 256 B org.jboss.resteasy.plugins.providers.jackson.UnrecognizedPropertyExceptionHandler
+ 256 B io.undertow.servlet.core.DeploymentImpl
+ 256 B io.undertow.protocols.http2.Http2Channel$2
+ 256 B org.postgresql.jdbc.ResultWrapper
+ 256 B io.agroal.pool.ConnectionPool$ConnectionHandlerThreadLocal
+ 256 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean$$function$$8
+ 256 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$672.951917808
+ 256 B org.apache.http.params.HttpParamConfig
+ 256 B io.undertow.servlet.core.ManagedServlet$SingleThreadModelPoolStrategy$1
+ 256 B io.undertow.server.protocol.http2.Http2UpgradeHandler$2
+ 256 B org.glassfish.json.JsonPatchImpl$DiffGenerator$$Lambda$705.1948654468
+ 256 B io.undertow.util.ConnectionUtils$2
+ 256 B org.jboss.resteasy.plugins.providers.jackson.ResteasyObjectWriterInjector
+ 256 B com.oracle.svm.core.posix.thread.PosixVMThreads
+ 256 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_Bean$$function$$10
+ 256 B org.jboss.resteasy.plugins.providers.sse.SseEventOutputProvider
+ 240 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$OneAnnotation
+ 240 B com.oracle.svm.core.posix.headers.Errno
+ 240 B org.jboss.shamrock.undertow.runtime.ShamrockInstanceFactory
+ 240 B io.smallrye.metrics.MetricRegistries_Bean$$function$$9
+ 240 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_Bean$$function$$20
+ 240 B sun.nio.fs.AbstractPath
+ 240 B com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
+ 240 B org.jboss.resteasy.util.FeatureContextDelegate
+ 240 B org.apache.http.impl.io.DefaultHttpResponseParserFactory
+ 240 B org.eclipse.microprofile.rest.client.RestClientBuilder
+ 240 B javax.ws.rs.core.MediaType$2
+ 240 B javax.ws.rs.core.MediaType$1
+ 240 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor$DummyValueInfoAllocator
+ 240 B com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader
+ 240 B java.util.stream.Collectors$$Lambda$124.1379702649
+ 240 B org.apache.http.impl.DefaultHttpResponseFactory
+ 240 B com.fasterxml.jackson.databind.util.ClassUtil$Ctor
+ 240 B com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl$1
+ 240 B io.undertow.util.StatusCodes
+ 240 B org.jboss.protean.arc.ArcContainerImpl$$Lambda$540.806677175
+ 240 B java.util.concurrent.CompletableFuture$UniRelay
+ 240 B org.jboss.protean.arc.InstanceProvider
+ 240 B org.jboss.shamrock.metrics.runtime.MetricsServlet$$Lambda$623.1126437253
+ 240 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstBlockSequenceItem
+ 240 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_Bean$$function$$13
+ 240 B java.util.stream.Collectors$$Lambda$136.136585593
+ 240 B java.util.stream.FindOps$FindSink
+ 240 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean$$function$$23
+ 240 B org.hibernate.validator.internal.util.privilegedactions.GetResolvedMemberMethods
+ 240 B java.util.stream.Collectors$$Lambda$259.2028413627
+ 240 B io.smallrye.config.Converters$$Lambda$417.1171690863
+ 240 B io.undertow.server.HttpServerExchange$WrapperConduitFactory
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$3
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$2
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$1
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$9
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$7
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$6
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$5
+ 240 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$4
+ 240 B org.apache.http.impl.execchain.BackoffStrategyExec
+ 240 B java.util.regex.Pattern$CharPropertyNames
+ 240 B jdk.xml.internal.SecuritySupport$2
+ 240 B com.sun.org.apache.xerces.internal.impl.dv.xs.ListDV
+ 240 B java.util.regex.Pattern$CharPropertyNames$5
+ 240 B com.arjuna.ats.arjuna.coordinator.ActionManager
+ 240 B org.apache.http.util.EntityUtils
+ 240 B io.smallrye.config.Converters$$Lambda$418.2134185705
+ 240 B org.hibernate.validator.internal.engine.resolver.CachingJPATraversableResolverForSingleValidation$$Lambda$711.473378518
+ 240 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstBlockMappingKey
+ 240 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_Bean$$function$$18
+ 240 B io.smallrye.metrics.MetricRegistries_ProducerMethod6_Bean$$function$$14
+ 240 B java.util.regex.Pattern$2
+ 240 B java.util.regex.Pattern$7
+ 240 B java.util.regex.Pattern$5
+ 240 B io.smallrye.metrics.MetricsRequestHandler_Bean$$function$$1
+ 240 B org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_Bean$$function$$21
+ 240 B javax.xml.validation.SchemaFactoryFinder$1
+ 240 B java.util.regex.Pattern$BranchConn
+ 240 B io.smallrye.metrics.MetricRegistries_ProducerMethod13_Bean$$function$$17
+ 240 B io.undertow.server.protocol.http2.Http2ServerConnection$2
+ 240 B io.undertow.servlet.core.ContextClassLoaderSetupAction$1
+ 240 B io.smallrye.metrics.interceptors.MetricNameFactory_Bean$$function$$2
+ 240 B org.jboss.resteasy.plugins.providers.DataSourceProvider$TempFileCleanable
+ 240 B sun.security.jca.ProviderList$3
+ 240 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXEventConnector
+ 240 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableArrayList$2
+ 240 B javax.naming.directory.BasicAttribute$ValuesEnumImpl
+ 240 B org.apache.http.impl.conn.DefaultHttpResponseParserFactory
+ 240 B com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty$MixedTextLoader
+ 240 B io.agroal.api.AgroalDataSource
+ 240 B com.sun.org.apache.xml.internal.serializer.CharInfo$CharKey
+ 240 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$595.64888482
+ 240 B com.oracle.svm.core.jdk.SunMiscSupport
+ 240 B java.util.Collections$ReverseComparator
+ 240 B io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_Bean$$function$$22
+ 240 B org.apache.http.impl.execchain.ServiceUnavailableRetryExec
+ 240 B io.agroal.pool.util.AgroalSynchronizer
+ 240 B java.io.FileWriter
+ 240 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstDocumentStart
+ 240 B com.sun.xml.internal.bind.v2.model.impl.EnumLeafInfoImpl$1
+ 240 B io.smallrye.metrics.MetricRegistries_ProducerMethod12_Bean$$function$$16
+ 240 B io.smallrye.config.inject.ConfigProducer_Bean$$function$$7
+ 240 B com.fasterxml.jackson.databind.ser.std.NullSerializer
+ 224 B org.apache.http.client.methods.HttpPost
+ 224 B javax.xml.bind.Messages
+ 224 B javax.xml.datatype.SecuritySupport$1
+ 224 B javax.xml.datatype.SecuritySupport$5
+ 224 B com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
+ 224 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$1
+ 224 B com.sun.xml.bind.v2.runtime.reflect.Lister$CollectionLister$1
+ 224 B com.fasterxml.jackson.databind.exc.InvalidDefinitionException
+ 224 B org.jboss.resteasy.core.MethodInjectorImpl$$Lambda$654.1652477409
+ 224 B com.sun.xml.internal.bind.v2.model.impl.RuntimeElementInfoImpl
+ 224 B org.apache.http.impl.io.SocketOutputBuffer
+ 224 B org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMaxValidator
+ 224 B java.nio.channels.Selector
+ 224 B org.jboss.resteasy.core.MethodInjectorImpl$$Lambda$665.573046369
+ 224 B org.jboss.shamrock.restclient.runtime.ExceptionMapping$$Lambda$716.1206386910
+ 224 B java.util.IdentityHashMap$KeyIterator
+ 224 B javax.xml.stream.SecuritySupport$5
+ 224 B java.util.stream.Collectors$$Lambda$357.1256353832
+ 224 B com.sun.xml.internal.bind.unmarshaller.Messages
+ 224 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$KeyIterator
+ 224 B java.io.FileReader
+ 224 B org.hibernate.validator.internal.util.ExecutableHelper$SimpleMethodFilter
+ 224 B io.undertow.server.protocol.http.HttpTransferEncoding$1
+ 224 B com.oracle.svm.core.jdk.IdentityHashCodeSupport
+ 224 B org.postgresql.jdbc.UUIDArrayAssistant
+ 224 B io.undertow.servlet.predicate.DispatcherTypePredicate
+ 224 B org.apache.http.impl.client.IdleConnectionEvictor$DefaultThreadFactory
+ 224 B javax.xml.validation.SecuritySupport$8
+ 224 B com.arjuna.ats.jta.TransactionManager
+ 224 B javax.xml.parsers.SecuritySupport$5
+ 224 B org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
+ 224 B com.sun.xml.bind.unmarshaller.Messages
+ 224 B com.arjuna.ats.internal.jta.xa.TxInfo
+ 224 B com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
+ 224 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$9
+ 224 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$8
+ 224 B org.hibernate.validator.internal.engine.ValidationContext$$Lambda$733.690393998
+ 224 B java.util.regex.Pattern$6
+ 224 B sun.reflect.annotation.AnnotationParser
+ 224 B io.agroal.narayana.NarayanaTransactionIntegration$InterposedSynchronization
+ 224 B io.undertow.servlet.util.IteratorEnumeration
+ 224 B javax.activation.SecuritySupport$1
+ 224 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$$Lambda$543.1216506440
+ 224 B org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
+ 224 B javax.xml.bind.helpers.Messages
+ 224 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$CollectionLister$1
+ 224 B org.jboss.resteasy.spi.metadata.ResourceBuilder$SetterParameterBuilder
+ 224 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$ValueIterator
+ 224 B org.jboss.resteasy.spi.metadata.ResourceBuilder$FieldParameterBuilder
+ 224 B sun.text.normalizer.UnicodeSet$VersionFilter
+ 224 B org.glassfish.json.JsonMergePatchImpl$$Lambda$697.1562377560
+ 224 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$CompleteGarbageCollectorMXBean
+ 224 B org.jboss.resteasy.core.AbstractCollectionFormInjector$$Lambda$645.142166899
+ 224 B io.agroal.api.security.SimplePassword
+ 224 B com.arjuna.ats.jta.UserTransaction
+ 224 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$IncrementalGarbageCollectorMXBean
+ 224 B javax.xml.transform.SecuritySupport$5
+ 224 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$1
+ 224 B io.undertow.protocols.http2.Http2PriorityParser
+ 224 B java.nio.DirectByteBuffer$Deallocator
+ 224 B com.sun.xml.internal.stream.events.DummyEvent$DummyLocation
+ 224 B io.undertow.servlet.spec.ServletContextImpl$6
+ 224 B org.glassfish.json.JsonMergePatchImpl$$Lambda$698.1039673721
+ 224 B org.hibernate.validator.internal.constraintvalidators.bv.number.bound.AbstractMinValidator
+ 224 B java.util.stream.Collectors$$Lambda$260.1038459843
+ 224 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$742.1337273530
+ 224 B java.util.stream.Collectors$$Lambda$261.901571749
+ 224 B org.apache.http.client.methods.HttpGet
+ 224 B java.lang.ref.ReferenceQueue
+ 208 B com.sun.xml.internal.bind.DatatypeConverterImpl$1
+ 208 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$612.695749177
+ 208 B javax.xml.datatype.SecuritySupport$3
+ 208 B org.hsqldb.types.JavaObjectData
+ 208 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$5
+ 208 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$$Lambda$546.448836753
+ 208 B org.jboss.resteasy.rxjava2.FlowableRxInvokerProvider
+ 208 B javax.xml.stream.SecuritySupport$3
+ 208 B com.sun.naming.internal.VersionHelper12$5
+ 208 B ch.qos.logback.classic.util.LogbackMDCAdapter
+ 208 B java.util.regex.UnicodeProp$7
+ 208 B com.oracle.svm.core.genscavenge.CollectionPolicy$OnlyCompletely
+ 208 B sun.net.www.protocol.http.HttpURLConnection$12
+ 208 B org.apache.http.client.entity.GZIPInputStreamFactory
+ 208 B io.undertow.server.protocol.http.HttpTransferEncoding$2
+ 208 B io.undertow.servlet.spec.AsyncContextImpl$TaskDispatchRunnable
+ 208 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamResponseConsumer$$Lambda$726.1245472198
+ 208 B org.jboss.resteasy.core.ResourceLocatorInvoker$$Lambda$642.1551712142
+ 208 B sun.awt.AppContext$1
+ 208 B javax.xml.validation.SecuritySupport$3
+ 208 B javax.xml.parsers.SecuritySupport$3
+ 208 B jdk.xml.internal.SecuritySupport$3
+ 208 B java.util.stream.Collectors$$Lambda$743.556119044
+ 208 B io.undertow.util.DateUtils$1
+ 208 B org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor$Builder
+ 208 B com.oracle.svm.core.deopt.Deoptimizer$DeoptSourceFrameOperation
+ 208 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncGeneralStreamingSseResponseConsumer$$Lambda$727.1426592977
+ 208 B com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
+ 208 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$414.1808409198
+ 208 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$438.313085405
+ 208 B com.fasterxml.classmate.members.RawMember
+ 208 B java.util.concurrent.CompletableFuture$ThreadPerTaskExecutor
+ 208 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentFieldLocation
+ 208 B java.lang.reflect.Proxy$1
+ 208 B org.jboss.resteasy.core.AbstractAsynchronousResponse$$Lambda$606.1904154255
+ 208 B com.fasterxml.jackson.databind.ser.PropertyWriter
+ 208 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$$Lambda$561.1947361318
+ 208 B com.sun.org.apache.xerces.internal.xinclude.XInclude11TextReader
+ 208 B sun.net.www.protocol.http.NegotiateAuthentication$1
+ 208 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$640.2091462291
+ 208 B java.util.regex.Pattern$LastMatch
+ 208 B sun.misc.FormattedFloatingDecimal$1
+ 208 B com.sun.org.apache.xerces.internal.dom.TextImpl
+ 208 B com.oracle.svm.core.genscavenge.MemoryWalkerImpl$MemoryWalkerVMOperation
+ 208 B io.undertow.servlet.api.DeploymentInfo
+ 208 B org.postgresql.hostchooser.HostRequirement
+ 208 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory$3
+ 208 B java.util.stream.ReferencePipeline$3$1
+ 208 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentExecutableParameterLocation
+ 208 B java.util.stream.Collectors$$Lambda$342.710015998
+ 208 B java.awt.geom.Point2D
+ 208 B java.util.concurrent.TimeUnit$7
+ 208 B javax.xml.transform.SecuritySupport$3
+ 208 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$6
+ 208 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$$Lambda$720.516263328
+ 208 B java.util.stream.Collectors$$Lambda$557.162291372
+ 208 B org.jboss.resteasy.plugins.interceptors.CacheControlFilter
+ 208 B com.oracle.svm.core.genscavenge.YoungGeneration
+ 208 B com.sun.xml.bind.DatatypeConverterImpl$1
+ 208 B org.jboss.resteasy.rxjava2.ObservableRxInvokerProvider
+ 192 B java.util.stream.Streams$1
+ 192 B org.hibernate.validator.internal.util.privilegedactions.Unmarshal
+ 192 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$650.89661899
+ 192 B io.undertow.protocols.http2.HpackEncoder$1
+ 192 B java.util.Arrays$NaturalOrder
+ 192 B java.util.WeakHashMap$KeyIterator
+ 192 B com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty
+ 192 B java.lang.ref.SoftReference
+ 192 B sun.reflect.generics.tree.VoidDescriptor
+ 192 B com.fasterxml.jackson.databind.deser.impl.ValueInjector
+ 192 B java.util.Collections$SynchronizedSortedSet
+ 192 B org.postgresql.jdbc.PSQLWarningWrapper
+ 192 B org.apache.http.pool.AbstractConnPool$3
+ 192 B io.undertow.server.handlers.PredicateHandler
+ 192 B com.oracle.svm.core.heap.FeebleReference
+ 192 B java.lang.Character$Subset
+ 192 B com.github.fge.jsonpatch.JsonPatch
+ 192 B javax.ws.rs.ServiceUnavailableException
+ 192 B org.xnio.nio.WorkerThread$SynchTask
+ 192 B javax.xml.stream.SecuritySupport$1
+ 192 B io.undertow.server.protocol.ajp.AjpServerResponseConduit$1
+ 192 B org.jboss.shamrock.undertow.runtime.ShamrockInstanceFactory$1
+ 192 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$661.744753717
+ 192 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$586.1711691425
+ 192 B org.jboss.resteasy.specimpl.RequestImpl
+ 192 B org.xml.sax.helpers.SecuritySupport$1
+ 192 B com.fasterxml.jackson.databind.deser.impl.PropertyValue$Map
+ 192 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentReturnValueLocation
+ 192 B javax.xml.bind.annotation.W3CDomHandler
+ 192 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder$$Lambda$737.1756461105
+ 192 B javax.xml.validation.SecuritySupport$1
+ 192 B javax.xml.parsers.SecuritySupport$1
+ 192 B com.oracle.svm.core.genscavenge.ObjectHeaderImpl
+ 192 B org.jboss.shamrock.example.rest.TestResource
+ 192 B org.apache.http.impl.cookie.BasicClientCookie2
+ 192 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$649.1304502746
+ 192 B java.util.regex.Pattern$SliceNode
+ 192 B sun.reflect.generics.tree.FloatSignature
+ 192 B java.util.stream.Collectors$$Lambda$558.213230688
+ 192 B com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
+ 192 B sun.reflect.generics.tree.DoubleSignature
+ 192 B io.undertow.servlet.core.SessionListenerBridge$1
+ 192 B java.net.Socket$3
+ 192 B java.net.Socket$2
+ 192 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$$Lambda$560.1475550344
+ 192 B sun.reflect.generics.tree.BooleanSignature
+ 192 B org.hibernate.validator.internal.util.TypeHelper$2
+ 192 B io.undertow.conduits.AbstractFramedStreamSinkConduit$PooledBufferFrameCallback
+ 192 B sun.reflect.generics.tree.ShortSignature
+ 192 B sun.reflect.generics.tree.CharSignature
+ 192 B org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker$1
+ 192 B org.postgresql.core.SetupQueryRunner$SimpleResultHandler
+ 192 B org.jboss.resteasy.core.AbstractAsynchronousResponse$$Lambda$608.1354660887
+ 192 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$629.1888796546
+ 192 B org.jboss.resteasy.core.AbstractAsynchronousResponse$$Lambda$607.1932525570
+ 192 B org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator$$Lambda$734.340983679
+ 192 B java.util.stream.Collectors$$Lambda$353.373998581
+ 192 B sun.reflect.generics.tree.LongSignature
+ 192 B javax.activation.DataHandlerDataSource
+ 192 B org.graalvm.compiler.options.OptionKey
+ 192 B org.apache.http.client.entity.DeflateInputStreamFactory
+ 192 B sun.security.action.PutAllAction
+ 192 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper$$Lambda$548.976281888
+ 192 B java.util.regex.UnicodeProp$18
+ 192 B java.util.regex.UnicodeProp$17
+ 192 B io.undertow.servlet.util.SavedRequest
+ 192 B sun.net.www.protocol.http.HttpURLConnection$6
+ 192 B io.undertow.servlet.handlers.ServletInitialHandler$2
+ 192 B javax.xml.transform.SecuritySupport$1
+ 192 B org.jboss.resteasy.core.AsyncResponseConsumer$$Lambda$675.14830856
+ 192 B java.awt.image.ComponentColorModel
+ 192 B javax.xml.transform.stream.StreamSource
+ 192 B org.jboss.shamrock.example.web.TestServlet
+ 192 B org.xnio.conduits.AbstractStreamSourceConduit
+ 192 B java.util.stream.AbstractSpinedBuffer
+ 192 B io.undertow.server.protocol.http.HttpServerConnection$1
+ 192 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor$1
+ 192 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor$2
+ 192 B sun.reflect.generics.tree.IntSignature
+ 192 B com.sun.xml.bind.v2.runtime.property.ArrayElementNodeProperty
+ 192 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$660.1746150930
+ 192 B com.sun.org.apache.xerces.internal.dom.PSVIDOMImplementationImpl
+ 192 B org.postgresql.jdbc.AutoSave
+ 192 B org.jboss.resteasy.core.AbstractAsynchronousResponse$$Lambda$618.98266874
+ 192 B com.sun.xml.bind.v2.ClassFactory$1
+ 192 B com.sun.xml.internal.bind.v2.ClassFactory$1
+ 192 B sun.reflect.generics.tree.ByteSignature
+ 192 B io.undertow.io.AsyncReceiverImpl$1
+ 176 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean$$function$$12
+ 176 B java.util.stream.Streams$2
+ 176 B org.jboss.resteasy.core.AsyncResponseConsumer$CompletionStageResponseConsumer$$Lambda$673.146288740
+ 176 B org.jboss.shamrock.runtime.graal.ParameterReplacement$1
+ 176 B io.undertow.server.HttpServerExchange$5
+ 176 B sun.nio.ch.IOVecWrapper$Deallocator
+ 176 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$8
+ 176 B com.oracle.svm.core.hub.AnnotationTypeSupport
+ 176 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$552.465029410
+ 176 B org.apache.http.impl.cookie.BasicCommentHandler
+ 176 B org.apache.http.pool.AbstractConnPool$4
+ 176 B com.sun.org.apache.xerces.internal.impl.xs.traversers.LargeContainer
+ 176 B com.sun.org.apache.xerces.internal.jaxp.validation.DraconianErrorHandler
+ 176 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers$StringKeySerializer
+ 176 B com.oracle.svm.core.option.RuntimeOptionParser$$Lambda$481.1895808140
+ 176 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$411.1929797876
+ 176 B org.jboss.resteasy.rxjava2.SingleProvider$SingleAdaptor$$Lambda$632.520852474
+ 176 B io.agroal.narayana.NarayanaTransactionIntegration$$Lambda$731.1666056719
+ 176 B com.sun.naming.internal.VersionHelper12$3
+ 176 B com.sun.naming.internal.VersionHelper12$2
+ 176 B sun.util.calendar.BaseCalendar$Date
+ 176 B io.undertow.io.BlockingReceiverImpl$1
+ 176 B io.agroal.api.transaction.TransactionIntegration$1
+ 176 B org.xnio.channels.AcceptListenerSettable$Setter
+ 176 B java.util.regex.Pattern$Ctype
+ 176 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl$$Lambda$707.894576358
+ 176 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$554.845876327
+ 176 B io.undertow.server.protocol.http.HttpTransferEncoding$3
+ 176 B io.undertow.protocols.http2.Http2GoAwayParser
+ 176 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$564.858507599
+ 176 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder$$Lambda$738.1800019764
+ 176 B java.util.Spliterators$EmptySpliterator
+ 176 B java.util.stream.Collectors$$Lambda$135.1388860033
+ 176 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl$$Lambda$710.1021447358
+ 176 B org.xnio.XnioIoThread
+ 176 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse$$Lambda$605.1614902857
+ 176 B org.hibernate.validator.internal.metadata.BeanMetaDataManager$$Lambda$695.426725814
+ 176 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$NoAnnotations
+ 176 B org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse$$Lambda$678.1177157349
+ 176 B org.jboss.resteasy.rxjava2.ObservableProvider
+ 176 B org.xnio.conduits.StreamSinkChannelWrappingConduit$1
+ 176 B io.undertow.server.handlers.HttpContinueReadHandler
+ 176 B org.glassfish.json.JsonWriterImpl$NoFlushOutputStream
+ 176 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$553.63048251
+ 176 B io.smallrye.metrics.exporters.JsonMetadataExporter$$Lambda$634.1020784719
+ 176 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$432.683727689
+ 176 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$663.679406171
+ 176 B org.jboss.protean.arc.ArcContainerImpl$$Lambda$423.1232324366
+ 176 B io.undertow.servlet.spec.ServletOutputStreamImpl$1
+ 176 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamResponseConsumer$$Lambda$723.457356992
+ 176 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers
+ 176 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$510.783886182
+ 176 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$566.1144924529
+ 176 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$662.1042641889
+ 176 B org.xnio.conduits.StreamSourceChannelWrappingConduit$1
+ 176 B com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
+ 176 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultIDResolver$1
+ 176 B com.fasterxml.jackson.databind.deser.std.AtomicBooleanDeserializer
+ 176 B io.smallrye.metrics.exporters.JsonMetadataExporter$$Lambda$635.1363512293
+ 176 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$ValidatorDescriptorMap
+ 176 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$437.1979284992
+ 176 B sun.nio.ch.SocketAdaptor$2
+ 176 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncRawStreamingResponseConsumer$$Lambda$725.1354524651
+ 176 B org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator$$Lambda$735.915096949
+ 176 B org.apache.http.impl.conn.BasicHttpClientConnectionManager$1
+ 176 B io.undertow.protocols.ssl.UndertowSslConnection$HandshakeCallback
+ 176 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamCollectorResponseConsumer$$Lambda$724.422780522
+ 176 B com.sun.xml.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
+ 176 B io.undertow.conduits.BytesReceivedStreamSourceConduit
+ 176 B java.util.ServiceLoader$LazyIterator$1
+ 176 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$765.1326635078
+ 176 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$628.171799581
+ 176 B com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver$1
+ 176 B org.jboss.shamrock.openapi.runtime.OpenApiServlet$$Lambda$614.384110114
+ 176 B com.fasterxml.jackson.annotation.ObjectIdGenerators$Base
+ 176 B org.jboss.resteasy.core.AsyncResponseConsumer$CompletionStageResponseConsumer$$Lambda$674.1943425840
+ 176 B com.fasterxml.jackson.annotation.ObjectIdGenerators$PropertyGenerator
+ 176 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$$Lambda$721.1806915912
+ 176 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
+ 176 B java.util.concurrent.CompletableFuture$Completion
+ 176 B org.hibernate.validator.internal.util.privilegedactions.GetResource
+ 176 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$9
+ 176 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$563.717852545
+ 176 B org.hibernate.validator.internal.util.privilegedactions.NewSchema
+ 176 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$412.363772295
+ 176 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse$$Lambda$604.478059476
+ 176 B java.util.stream.Collectors$$Lambda$123.1263560746
+ 176 B javax.ws.rs.NotAllowedException
+ 176 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$551.938790893
+ 176 B org.jboss.shamrock.runtime.graal.MethodReplacement$1
+ 176 B org.jboss.resteasy.core.SynchronousExecutionContext$SynchronousAsynchronousResponse$$Lambda$677.1330257801
+ 176 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$627.2082120929
+ 176 B java.nio.charset.CoderResult$2
+ 176 B java.nio.charset.CoderResult$1
+ 176 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$413.189321217
+ 176 B com.fasterxml.jackson.module.jaxb.AdapterConverter
+ 176 B io.undertow.servlet.spec.ServletContextImpl$2
+ 176 B org.postgresql.jdbc.PrimitiveArraySupport
+ 176 B com.sun.org.apache.xerces.internal.jaxp.validation.EmptyXMLSchema
+ 176 B com.oracle.svm.core.genscavenge.GCImpl$CollectionInProgressError
+ 176 B java.nio.channels.spi.AbstractSelectionKey
+ 176 B io.undertow.server.protocol.http2.Http2ReceiveListener$3
+ 176 B io.undertow.server.protocol.http2.Http2ReceiveListener$6
+ 176 B io.undertow.servlet.core.ManagedFilters
+ 176 B sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedWildcardTypeImpl
+ 160 B io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
+ 160 B org.xnio.conduits.EmptyStreamSourceConduit$1
+ 160 B com.oracle.svm.core.posix.headers.Dlfcn
+ 160 B io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy$1
+ 160 B org.postgresql.shaded.com.ongres.scram.common.message.ClientFinalMessage$$Lambda$767.1223486728
+ 160 B org.postgresql.util.GT
+ 160 B com.sun.org.apache.xerces.internal.impl.dtd.XMLAttributeDecl
+ 160 B com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler
+ 160 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$3
+ 160 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$616.1198931174
+ 160 B com.oracle.svm.core.posix.headers.Sysctl
+ 160 B org.hibernate.validator.internal.util.ExecutableHelper$$Lambda$739.308111305
+ 160 B org.jboss.resteasy.core.ResourceLocatorInvoker$$Lambda$641.721414281
+ 160 B com.sun.org.apache.xerces.internal.impl.dv.dtd.DTDDVFactoryImpl
+ 160 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$760.1925058664
+ 160 B org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver
+ 160 B com.oracle.svm.core.posix.headers.Poll
+ 160 B io.undertow.server.protocol.ajp.AjpOpenListener$1
+ 160 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager$$Lambda$550.1602257044
+ 160 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl$$Lambda$709.985623671
+ 160 B io.undertow.conduits.EmptyStreamSourceConduit$1
+ 160 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean$$function$$15
+ 160 B io.reactivex.internal.operators.single.SingleJust
+ 160 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$$Lambda$584.1800353005
+ 160 B com.oracle.svm.core.posix.headers.Stdio
+ 160 B io.smallrye.metrics.app.HistogramImpl
+ 160 B java.util.regex.Pattern$VertWS
+ 160 B sun.util.calendar.Gregorian$Date
+ 160 B com.oracle.svm.core.posix.headers.Sched
+ 160 B org.xnio.nio.AbstractNioChannel
+ 160 B org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter$$Lambda$567.1544964319
+ 160 B com.oracle.svm.core.genscavenge.GCImpl$CollectionVMOperation
+ 160 B com.oracle.svm.core.posix.headers.Ioctl
+ 160 B org.xnio.nio.QueuedNioTcpServerHandle
+ 160 B java.util.stream.Collectors$$Lambda$559.1126171155
+ 160 B io.undertow.servlet.handlers.DefaultServlet$1
+ 160 B org.hibernate.validator.internal.util.ExecutableHelper$$Lambda$580.1458264453
+ 160 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$547.88795221
+ 160 B java.util.IdentityHashMap$ValueIterator
+ 160 B java.util.stream.FindOps$$Lambda$131.1268875696
+ 160 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.AbstractWebTargetCollectionProcessor
+ 160 B io.undertow.server.protocol.framed.AbstractFramedChannel$8
+ 160 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameWriteListener
+ 160 B com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl
+ 160 B java.io.ObjectInputStream$HandleTable
+ 160 B java.util.Collection
+ 160 B io.undertow.protocols.ssl.SslConduit$4
+ 160 B com.oracle.svm.core.posix.PosixVirtualMemoryProvider
+ 160 B com.oracle.svm.core.posix.headers.Uio
+ 160 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$$Lambda$556.1438840137
+ 160 B org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData$$Lambda$744.1215729444
+ 160 B com.oracle.svm.core.posix.headers.Stdlib
+ 160 B com.sun.xml.internal.bind.v2.runtime.MarshallerImpl$1
+ 160 B java.util.stream.FindOps$$Lambda$132.869085054
+ 160 B com.oracle.svm.core.posix.headers.darwin.DarwinPthread
+ 160 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$603.744268229
+ 160 B javax.security.auth.Subject$1
+ 160 B java.lang.Throwable$WrappedPrintWriter
+ 160 B org.jboss.protean.arc.ComputingCache$CacheFunction$$Lambda$425.1044125117
+ 160 B org.hibernate.validator.internal.engine.ConfigurationImpl$$Lambda$440.191440055
+ 160 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$562.1862474182
+ 160 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy2
+ 160 B com.oracle.svm.core.genscavenge.HeapPolicy$CollectOnAllocationPolicy$Sometimes
+ 160 B io.undertow.protocols.http2.Http2RstStreamParser
+ 160 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl$$Lambda$708.1409716628
+ 160 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$615.893618724
+ 160 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean$$function$$19
+ 160 B com.oracle.svm.core.posix.headers.Pwd
+ 160 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager$$Lambda$555.554498259
+ 160 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$3
+ 160 B java.io.ObjectOutputStream$ReplaceTable
+ 160 B com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary$4
+ 160 B java.lang.Throwable$WrappedPrintStream
+ 160 B java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
+ 160 B com.sun.xml.bind.v2.runtime.MarshallerImpl$1
+ 160 B java.util.stream.Collectors$$Lambda$262.210902147
+ 160 B io.undertow.util.ConnectionUtils$1
+ 160 B com.oracle.svm.core.config.ObjectLayout
+ 160 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager$$Lambda$747.1339915618
+ 160 B com.oracle.svm.core.option.SubstrateOptionsParser$$Lambda$482.1242196365
+ 160 B org.jboss.shamrock.example.web.TestFilter
+ 160 B io.undertow.protocols.http2.Http2WindowUpdateParser
+ 160 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$549.1454738005
+ 160 B io.undertow.server.protocol.http2.Http2ReceiveListener$4
+ 160 B org.postgresql.core.PGStream$1
+ 160 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$433.185086418
+ 160 B org.xnio.channels.WriteListenerSettable$Setter
+ 160 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.PathParamProcessor
+ 144 B org.xml.sax.helpers.NewInstance
+ 144 B io.undertow.server.protocol.http.HttpContinue$1
+ 144 B io.undertow.server.protocol.http.HttpReadListener$1
+ 144 B io.smallrye.metrics.MetricsRequestHandler$$Lambda$621.1476849132
+ 144 B com.sun.org.apache.xml.internal.serializer.ElemDesc
+ 144 B java.awt.color.ICC_Profile$4
+ 144 B com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException
+ 144 B javax.xml.transform.TransformerFactory
+ 144 B org.postgresql.jre8.sasl.ScramAuthenticator$$Lambda$753.441975114
+ 144 B io.undertow.io.AsyncReceiverImpl$5$1
+ 144 B javax.xml.parsers.DocumentBuilderFactory
+ 144 B io.undertow.predicate.AuthenticationRequiredPredicate
+ 144 B com.sun.org.apache.xalan.internal.xsltc.trax.StAXEvent2SAX
+ 144 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$740.1611606803
+ 144 B org.hibernate.validator.internal.util.StringHelper$$Lambda$544.1016521506
+ 144 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$622.718203366
+ 144 B java.io.Reader
+ 144 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$$Lambda$585.860132360
+ 144 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$758.1101929315
+ 144 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$653.1353218881
+ 144 B org.xml.sax.helpers.SecuritySupport$4
+ 144 B javax.xml.stream.XMLEventFactory
+ 144 B javax.el.ExpressionFactory
+ 144 B io.undertow.util.StringWriteChannelListener$1
+ 144 B org.jboss.resteasy.core.AbstractCollectionFormInjector$$Lambda$659.1866012120
+ 144 B com.sun.org.apache.xerces.internal.util.EncodingMap
+ 144 B io.undertow.server.protocol.http.AlpnOpenListener$SSLConduitUpdater
+ 144 B java.awt.Component$3
+ 144 B org.postgresql.jdbc.PgConnection$TransactionCommandHandler
+ 144 B com.fasterxml.jackson.databind.introspect.TypeResolutionContext$Basic
+ 144 B org.yaml.snakeyaml.util.UriEncoder
+ 144 B javax.xml.validation.SecuritySupport$5
+ 144 B org.jboss.resteasy.core.ResourceLocatorInvoker$$Lambda$624.77634524
+ 144 B com.sun.org.apache.xerces.internal.dom.ProcessingInstructionImpl
+ 144 B io.undertow.protocols.http2.Http2DiscardParser
+ 144 B java.util.ArraysParallelSortHelpers$Relay
+ 144 B org.jboss.protean.arc.InjectionPointProvider
+ 144 B javax.xml.parsers.SAXParserFactory
+ 144 B java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$$Lambda$577.243383945
+ 144 B org.apache.http.client.entity.UrlEncodedFormEntity
+ 144 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$6
+ 144 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$7
+ 144 B org.apache.http.client.entity.DeflateInputStream$DeflateStream
+ 144 B org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFilter
+ 144 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$$Lambda$746.1668345508
+ 144 B io.undertow.util.MultipartParser$IdentityEncoding
+ 144 B org.apache.commons.logging.LogFactory$3
+ 144 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$667.1083602582
+ 144 B com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple
+ 144 B com.sun.xml.internal.bind.v2.runtime.MarshallerImpl$2
+ 144 B org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData$$Lambda$745.654943478
+ 144 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$638.484442116
+ 144 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree$$Lambda$579.1229773004
+ 144 B com.oracle.svm.core.snippets.SnippetRuntime$ExceptionStackFrameVisitor
+ 144 B org.jboss.resteasy.core.ResourceLocatorInvoker$$Lambda$625.2064154359
+ 144 B com.sun.org.apache.xalan.internal.xsltc.trax.StAXStream2SAX
+ 144 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$741.2085494629
+ 144 B java.util.regex.UnicodeProp$14
+ 144 B org.jboss.protean.arc.AbstractSharedContext$$Lambda$422.1674647462
+ 144 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$589.612849016
+ 144 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$759.1322802886
+ 144 B sun.util.locale.provider.LocaleDataMetaInfo
+ 144 B io.smallrye.health.SmallRyeHealthReporter$$Lambda$620.1731781891
+ 144 B org.hibernate.validator.internal.util.StringHelper$$Lambda$545.1471039196
+ 144 B org.jboss.shamrock.example.transaction.TransactionResource$1
+ 144 B java.util.concurrent.TimeUnit$1
+ 144 B com.sun.xml.bind.v2.runtime.MarshallerImpl$2
+ 144 B io.undertow.io.AsyncSenderImpl$2
+ 144 B com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
+ 144 B java.util.stream.Sink
+ 144 B com.sun.org.apache.xerces.internal.jaxp.validation.AbstractXMLSchema
+ 144 B java.util.regex.Pattern$SingleU
+ 144 B org.jboss.resteasy.core.ResourceLocatorInvoker$$Lambda$666.1046250131
+ 144 B org.hibernate.validator.internal.util.StringHelper$$Lambda$574.1631755355
+ 144 B java.text.DontCareFieldPosition$1
+ 144 B io.smallrye.metrics.exporters.JsonMetadataExporter$$Lambda$633.76405117
+ 128 B java.util.regex.Pattern$CharProperty$1
+ 128 B org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory$$Lambda$626.242999015
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$599.1497132750
+ 128 B java.util.stream.Collectors$$Lambda$572.1399868793
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$601.510868412
+ 128 B io.smallrye.config.inject.ConfigProperty16_AnnotationLiteral
+ 128 B org.jboss.shamrock.undertow.runtime.UndertowDeploymentTemplate$1
+ 128 B org.apache.http.pool.AbstractConnPool$1
+ 128 B com.sun.xml.internal.bind.v2.model.impl.RuntimeArrayInfoImpl
+ 128 B com.fasterxml.jackson.databind.MapperFeature
+ 128 B io.undertow.server.HttpServerExchange$ReadDispatchChannel$1
+ 128 B org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes
+ 128 B java.util.stream.ReferencePipeline$$Lambda$565.1708508959
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$600.1214099699
+ 128 B sun.security.action.GetPropertyAction
+ 128 B io.undertow.io.AsyncReceiverImpl$5$3
+ 128 B io.undertow.server.HttpServerExchange$WriteDispatchChannel$1
+ 128 B java.net.HttpConnectSocketImpl$2
+ 128 B com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
+ 128 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$762.693804755
+ 128 B org.jboss.shamrock.runtime.graal.ConstructorReplacement$1
+ 128 B com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
+ 128 B org.jboss.resteasy.core.AsyncResponseConsumer$$Lambda$676.409021321
+ 128 B sun.net.www.protocol.http.spnego.NegotiatorImpl$1
+ 128 B io.smallrye.config.inject.ConfigProperty6_AnnotationLiteral
+ 128 B org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl$$Lambda$679.103239834
+ 128 B sun.nio.ch.ExtendedSocketOption$1
+ 128 B com.fasterxml.jackson.databind.deser.impl.NullsAsEmptyProvider
+ 128 B org.jboss.resteasy.spi.HttpResponse
+ 128 B javax.xml.datatype.DatatypeFactory
+ 128 B io.smallrye.config.inject.ConfigProperty10_AnnotationLiteral
+ 128 B io.undertow.server.handlers.form.FormData$FormValueImpl
+ 128 B java.util.stream.Collectors$$Lambda$576.2085207176
+ 128 B io.undertow.servlet.spec.AsyncContextImpl$1
+ 128 B io.undertow.servlet.spec.AsyncContextImpl$6
+ 128 B org.jboss.resteasy.core.FormInjector$$Lambda$644.620575644
+ 128 B org.jboss.protean.arc.InvocationContextImpl$InterceptorInvocation
+ 128 B org.jboss.shamrock.restclient.runtime.RestClientBuilderImpl$4
+ 128 B org.apache.http.impl.conn.PoolingClientConnectionManager$1
+ 128 B com.oracle.svm.core.posix.Util_java_util_zip_Inflater_JDK10OrEarlier
+ 128 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$SoftValueReference
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$592.705961074
+ 128 B com.fasterxml.jackson.jaxrs.cfg.JaxRSFeature
+ 128 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$5
+ 128 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$3
+ 128 B org.jboss.resteasy.spi.ResteasyProviderFactory$$Lambda$435.1767542207
+ 128 B java.util.concurrent.atomic.AtomicBoolean
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$593.1199713931
+ 128 B javax.security.auth.login.LoginContext$4
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$598.928837130
+ 128 B java.net.StandardSocketOptions$StdSocketOption
+ 128 B org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder4$2
+ 128 B org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder4$1
+ 128 B org.apache.commons.logging.LogFactory$6
+ 128 B javax.crypto.CryptoAllPermission
+ 128 B org.apache.commons.logging.impl.LogFactoryImpl$2
+ 128 B io.smallrye.config.inject.ConfigProperty11_AnnotationLiteral
+ 128 B org.jboss.resteasy.plugins.providers.CompletionStageProvider
+ 128 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$WeakValueReference
+ 128 B io.smallrye.config.inject.ConfigProperty14_AnnotationLiteral
+ 128 B io.smallrye.config.inject.ConfigProperty9_AnnotationLiteral
+ 128 B io.undertow.server.protocol.http.AlpnOpenListener$1
+ 128 B javax.el.ELUtil
+ 128 B io.smallrye.metrics.interceptors.MetricResolver$DoesHaveMetric
+ 128 B sun.text.normalizer.NormalizerBase$IsPrevTrueStarter
+ 128 B com.fasterxml.jackson.databind.SerializationFeature
+ 128 B org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
+ 128 B com.oracle.svm.core.code.RuntimeCodeInfo$$Lambda$479.941913699
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$596.567383964
+ 128 B javax.xml.stream.XMLInputFactory
+ 128 B org.apache.http.impl.conn.BasicClientConnectionManager$1
+ 128 B org.jboss.resteasy.rxjava2.FlowableProvider
+ 128 B io.smallrye.config.inject.ConfigProperty12_AnnotationLiteral
+ 128 B com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl
+ 128 B com.oracle.svm.core.posix.PosixLogHandler
+ 128 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$602.2033825238
+ 128 B sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
+ 128 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$ModifierOp
+ 128 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$5
+ 128 B com.sun.org.apache.xerces.internal.impl.xs.XSNotationDecl
+ 128 B io.undertow.io.AsyncSenderImpl$1
+ 128 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
+ 128 B com.sun.org.apache.xerces.internal.impl.dtd.XML11DTDProcessor
+ 128 B com.fasterxml.jackson.core.filter.TokenFilter
+ 128 B io.smallrye.config.inject.ConfigProperty15_AnnotationLiteral
+ 128 B com.oracle.svm.core.deopt.Deoptimizer$$Lambda$431.1385775820
+ 128 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$RangeOp
+ 128 B java.util.function.Function$$Lambda$583.567059890
+ 128 B org.jboss.resteasy.core.QueryInjector$$Lambda$643.1781680100
+ 128 B com.sun.org.apache.xerces.internal.impl.xs.XSAnnotationImpl
+ 128 B org.jboss.shamrock.runtime.graal.FieldReplacement$1
+ 128 B java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
+ 128 B io.smallrye.config.inject.ConfigProperty5_AnnotationLiteral
+ 128 B java.util.regex.Pattern$Utype
+ 128 B sun.text.normalizer.NormalizerBase$IsNextTrueStarter
+ 128 B com.fasterxml.jackson.databind.DeserializationFeature
+ 128 B java.util.concurrent.Executors$RunnableAdapter
+ 128 B java.util.concurrent.ConcurrentMap$$Lambda$581.1697372708
+ 128 B org.postgresql.ssl.WrappedFactory
+ 112 B io.undertow.protocols.alpn.DefaultAlpnEngineManager
+ 112 B sun.nio.fs.NativeBuffer$Deallocator
+ 112 B java.util.TreeMap$ValueIterator
+ 112 B io.undertow.util.ImmediatePooledByteBuffer
+ 112 B org.hibernate.validator.internal.engine.groups.GroupWithInheritance
+ 112 B com.oracle.svm.core.c.CTypeConversionSupportImpl$1
+ 112 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$591.717295807
+ 112 B com.sun.xml.bind.v2.runtime.reflect.Accessor$1
+ 112 B org.graalvm.collections.EconomicMapImpl$SparseMapIterator
+ 112 B java.nio.channels.spi.AbstractSelector$1
+ 112 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$SoftKeyReference
+ 112 B org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory$$Lambda$639.902515125
+ 112 B io.smallrye.metrics.MetricProducer$$Lambda$541.1430071109
+ 112 B java.util.regex.Pattern$Dot
+ 112 B java.util.HashMap$KeyIterator
+ 112 B io.undertow.util.SameThreadExecutor
+ 112 B sun.text.normalizer.NormalizerBase$IsPrevNFDSafe
+ 112 B com.oracle.svm.core.locks.VMMutex
+ 112 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockNode
+ 112 B org.yaml.snakeyaml.util.ArrayStack
+ 112 B sun.net.ApplicationProxy
+ 112 B io.agroal.pool.DefaultMetricsRepository$$Lambda$718.443635799
+ 112 B org.apache.http.impl.client.HttpClientBuilder$2
+ 112 B org.xnio.channels.ReadListenerSettable$Setter
+ 112 B java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
+ 112 B java.util.WeakHashMap$ValueIterator
+ 112 B com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
+ 112 B java.util.concurrent.ConcurrentSkipListMap$KeyIterator
+ 112 B com.fasterxml.jackson.databind.node.NumericNode
+ 112 B com.sun.org.apache.xerces.internal.dom.CommentImpl
+ 112 B io.agroal.pool.DefaultMetricsRepository$$Lambda$717.706051537
+ 112 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$ReadOnlyFieldReflection
+ 112 B org.hsqldb.lib.ReaderInputStream
+ 112 B java.util.LinkedHashMap$LinkedKeyIterator
+ 112 B java.util.stream.SpinedBuffer$$Lambda$587.1334279189
+ 112 B javax.security.auth.Subject$ClassSet$1
+ 112 B com.fasterxml.jackson.databind.deser.impl.PropertyValue$Regular
+ 112 B sun.text.normalizer.UBiDiProps
+ 112 B java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$748.672440051
+ 112 B io.undertow.protocols.http2.HpackEncoder$DynamicTableEntry
+ 112 B java.util.HashMap$ValueIterator
+ 112 B org.hibernate.validator.internal.util.classhierarchy.Filters$InterfacesFilter
+ 112 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$4
+ 112 B com.sun.org.apache.xerces.internal.dom.CDATASectionImpl
+ 112 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$590.1214974002
+ 112 B java.util.regex.Pattern$Category
+ 112 B io.undertow.protocols.ssl.SslConduit$3
+ 112 B com.sun.org.apache.xerces.internal.dom.DocumentFragmentImpl
+ 112 B org.glassfish.json.JsonObjectBuilderImpl$$Lambda$700.510668922
+ 112 B org.apache.http.impl.cookie.AbstractCookieAttributeHandler
+ 112 B java.util.regex.Pattern$4
+ 112 B com.fasterxml.jackson.databind.deser.impl.PropertyValue$Any
+ 112 B com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1
+ 112 B org.jboss.resteasy.core.FormInjector$$Lambda$664.1618062621
+ 112 B io.undertow.servlet.util.EmptyEnumeration
+ 112 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinAttrDecl
+ 112 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$Builder$$Lambda$764.547902141
+ 112 B org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl$2$$Lambda$715.763468854
+ 112 B javax.activation.SecuritySupport$2
+ 112 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$WeakKeyReference
+ 112 B io.undertow.server.handlers.resource.DefaultResourceSupplier
+ 112 B org.xnio.IoUtils$3
+ 112 B java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
+ 112 B sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes
+ 112 B java.io.ObjectOutputStream$HandleTable
+ 112 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$630.1882283866
+ 112 B io.agroal.pool.ConnectionFactory$$Lambda$719.1333751255
+ 112 B java.util.ServiceLoader$LazyIterator$2
+ 112 B sun.text.normalizer.NormalizerBase$IsNextNFDSafe
+ 112 B io.smallrye.config.SysPropConfigSource
+ 112 B java.util.regex.UnicodeProp$12
+ 112 B org.jboss.resteasy.core.ConstructorInjectorImpl$$Lambda$439.1125692791
+ 112 B org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher$1
+ 112 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$1
+ 112 B io.undertow.server.handlers.form.MultiPartParserDefinition$1
+ 112 B java.util.LinkedHashMap$LinkedValueIterator
+ 112 B sun.net.www.protocol.http.HttpURLConnection$8
+ 112 B org.xnio.channels.CloseListenerSettable$Setter
+ 112 B sun.net.www.protocol.http.HttpURLConnection$9
+ 112 B java.util.TreeMap$KeyIterator
+ 112 B com.sun.xml.internal.stream.Entity$ExternalEntity
+ 112 B java.util.stream.AbstractPipeline$$Lambda$535.951664457
+ 112 B io.undertow.util.URLUtils$2
+ 112 B io.undertow.util.URLUtils$1
+ 112 B org.jboss.resteasy.core.QueryInjector$$Lambda$658.1581137472
+ 112 B org.jboss.resteasy.core.AbstractCollectionFormInjector$$Lambda$646.1748589972
+ 112 B io.undertow.server.protocol.http.HttpServerConnection$3
+ 112 B org.postgresql.Driver$1
+ 112 B java.util.stream.SortedOps$RefSortingSink$$Lambda$468.668466990
+ 112 B com.oracle.svm.core.thread.VMOperation$ThunkOperation
+ 112 B org.xnio.conduits.ConduitWritableByteChannel
+ 112 B java.util.EnumMap$1
+ 112 B io.agroal.pool.ConnectionPool$$Lambda$703.1699158662
+ 112 B java.text.Normalizer
+ 112 B com.sun.xml.bind.v2.runtime.reflect.Accessor$ReadOnlyFieldReflection
+ 112 B java.io.ExpiringCache$1
+ 112 B org.xnio.XnioExecutor$Key$1
+ 112 B io.undertow.server.protocol.http2.Http2ReceiveListener$2
+ 112 B io.undertow.servlet.util.ImmediateInstanceHandle
+ 112 B org.jboss.resteasy.spi.ResteasyProviderFactory$$Lambda$436.1958885359
+ 112 B org.postgresql.jdbc.AbstractBlobClob
+ 112 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Discarder
+ 96 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$192.1621441613
+ 96 B javax.el.ELManager
+ 96 B org.jboss.resteasy.core.MethodInjectorImpl$$Lambda$647.1892765273
+ 96 B sun.reflect.generics.tree.ArrayTypeSignature
+ 96 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredMethods
+ 96 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXConnector$TagNameImpl
+ 96 B org.xnio.XnioWorker$TaskPool
+ 96 B io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel
+ 96 B com.oracle.svm.core.genscavenge.GCImpl$$Lambda$496.1916533177
+ 96 B javax.ws.rs.RedirectionException
+ 96 B com.arjuna.ats.internal.arjuna.recovery.Listener$1
+ 96 B sun.security.util.ResourcesMgr$1
+ 96 B org.jboss.resteasy.core.ContextParameterInjector$$Lambda$619.1724515586
+ 96 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredFields
+ 96 B sun.reflect.generics.tree.SimpleClassTypeSignature
+ 96 B java.io.FileInputStream$1
+ 96 B java.net.SocksSocketImpl$2
+ 96 B com.sun.org.apache.xerces.internal.impl.xs.identity.Selector
+ 96 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$194.2066420030
+ 96 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$193.937320586
+ 96 B org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
+ 96 B io.reactivex.exceptions.CompositeException$WrappedPrintWriter
+ 96 B io.undertow.server.protocol.http.AlpnOpenListener$1$1
+ 96 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$3
+ 96 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$5
+ 96 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$8
+ 96 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$7
+ 96 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$9
+ 96 B com.oracle.svm.core.genscavenge.GCImpl$$Lambda$186.1374598104
+ 96 B io.undertow.protocols.http2.Http2Channel$1$1
+ 96 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$191.702356626
+ 96 B sun.net.www.protocol.http.EmptyInputStream
+ 96 B javax.xml.stream.util.EventReaderDelegate
+ 96 B com.sun.xml.internal.bind.api.impl.NameConverter$Standard
+ 96 B io.undertow.server.protocol.framed.AbstractFramedChannel$5
+ 96 B io.undertow.server.protocol.framed.AbstractFramedChannel$4
+ 96 B io.undertow.server.protocol.framed.AbstractFramedChannel$7
+ 96 B sun.reflect.generics.tree.TypeVariableSignature
+ 96 B sun.util.resources.LocaleData$1
+ 96 B io.agroal.pool.util.PriorityScheduledExecutor$$Lambda$722.1531458864
+ 96 B sun.reflect.generics.tree.ClassTypeSignature
+ 96 B java.util.regex.Pattern$Script
+ 96 B com.oracle.svm.core.genscavenge.GCImpl$Timer
+ 96 B io.reactivex.exceptions.CompositeException$WrappedPrintStream
+ 96 B org.apache.commons.logging.impl.LogFactoryImpl$3
+ 96 B java.util.regex.Pattern$CharPropertyNames$22
+ 96 B com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader$Array
+ 96 B javax.activation.SecuritySupport$5
+ 96 B com.sun.xml.internal.stream.Entity$InternalEntity
+ 96 B com.sun.xml.bind.api.impl.NameConverter$Standard
+ 96 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2$1
+ 96 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$6
+ 96 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$5
+ 96 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$4
+ 96 B java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$536.1816773486
+ 96 B com.sun.xml.bind.v2.runtime.JaxBeanInfo$1
+ 96 B org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl$2$$Lambda$730.241314927
+ 96 B java.lang.reflect.AnnotatedElement
+ 96 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory$1
+ 96 B sun.reflect.generics.tree.FormalTypeParameter
+ 96 B java.util.regex.UnicodeProp$15
+ 96 B java.util.regex.UnicodeProp$16
+ 96 B com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector$TagNameImpl
+ 96 B org.glassfish.json.JsonArrayBuilderImpl$$Lambda$699.519527421
+ 96 B javax.security.auth.Subject$SecureSet$2
+ 96 B javax.security.auth.Subject$SecureSet$3
+ 96 B javax.security.auth.Subject$SecureSet$6
+ 96 B java.io.FileOutputStream$1
+ 96 B org.postgresql.hostchooser.HostRequirement$2
+ 96 B org.postgresql.hostchooser.HostRequirement$3
+ 96 B org.jboss.resteasy.plugins.providers.FileProvider$FileHolder
+ 96 B io.undertow.protocols.http2.Http2PushPromiseStreamSourceChannel
+ 96 B sun.net.www.protocol.http.HttpURLConnection$3
+ 96 B sun.net.www.protocol.http.HttpURLConnection$2
+ 96 B com.oracle.svm.core.heap.DiscoverableReference
+ 96 B java.util.regex.Pattern$Block
+ 96 B io.undertow.util.ClosingChannelExceptionHandler
+ 96 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$190.42587665
+ 96 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader$Array
+ 96 B io.undertow.protocols.http2.Http2SettingsStreamSourceChannel
+ 96 B com.sun.org.apache.xerces.internal.impl.xs.identity.Field
+ 96 B com.oracle.svm.core.deopt.Deoptimizer$$Lambda$405.773750473
+ 96 B io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel
+ 96 B org.xnio.nio.NioHandle$1
+ 96 B com.oracle.svm.core.SubstrateUtil$DiagnosticThunkRegister
+ 80 B io.smallrye.metrics.interceptors.MetricsInterceptor$ForwardingGauge
+ 80 B sun.text.normalizer.NormalizerImpl$NormTrieImpl
+ 80 B org.yaml.snakeyaml.events.SequenceEndEvent
+ 80 B java.util.Comparator$$Lambda$138.1750866697
+ 80 B org.yaml.snakeyaml.events.DocumentEndEvent
+ 80 B com.oracle.svm.reflect.helpers.ReflectionProxyHelper$$Lambda$527.900595773
+ 80 B java.util.logging.ConsoleHandler
+ 80 B org.yaml.snakeyaml.events.SequenceStartEvent
+ 80 B java.util.function.BinaryOperator$$Lambda$763.1062464643
+ 80 B org.hibernate.validator.internal.engine.valueextraction.OptionalDoubleValueExtractor
+ 80 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$671.1550454361
+ 80 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$434.140765017
+ 80 B javax.ws.rs.InternalServerErrorException
+ 80 B com.fasterxml.classmate.util.ResolvedTypeCache$CacheMap
+ 80 B org.yaml.snakeyaml.events.MappingStartEvent
+ 80 B com.fasterxml.jackson.databind.exc.MismatchedInputException
+ 80 B org.yaml.snakeyaml.events.MappingEndEvent
+ 80 B javax.ws.rs.NotFoundException
+ 80 B org.graalvm.compiler.core.common.util.UnsafeArrayTypeReader
+ 80 B org.yaml.snakeyaml.events.AliasEvent
+ 80 B sun.reflect.generics.tree.BottomSignature
+ 80 B org.hibernate.validator.internal.engine.valueextraction.OptionalIntValueExtractor
+ 80 B java.util.regex.UnicodeProp$6
+ 80 B java.util.regex.UnicodeProp$8
+ 80 B java.util.regex.UnicodeProp$9
+ 80 B java.util.regex.UnicodeProp$2
+ 80 B javax.ws.rs.NotSupportedException
+ 80 B com.oracle.svm.core.code.ReusableTypeReader
+ 80 B org.jboss.resteasy.core.AsynchronousDispatcher$Cache
+ 80 B org.hibernate.validator.internal.xml.ValidationXmlParser$$Lambda$569.53525085
+ 80 B javax.ws.rs.ForbiddenException
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyMapPropertyValueExtractor
+ 80 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$657.1902787773
+ 80 B org.jboss.shamrock.restclient.runtime.RestClientBuilderImpl$1$1
+ 80 B java.lang.reflect.Type
+ 80 B sun.nio.ch.SocketDispatcher
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ListPropertyValueExtractor
+ 80 B org.hibernate.validator.internal.engine.valueextraction.MapPropertyKeyExtractor
+ 80 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory$2
+ 80 B org.postgresql.jre8.sasl.ScramAuthenticator$$Lambda$752.623537534
+ 80 B org.yaml.snakeyaml.events.StreamStartEvent
+ 80 B java.util.stream.Collectors$$Lambda$338.155684465
+ 80 B java.util.concurrent.ConcurrentSkipListMap$ValueIterator
+ 80 B java.util.regex.Pattern$1
+ 80 B io.smallrye.config.ImplicitConverters$$Lambda$508.1847482664
+ 80 B org.apache.commons.logging.LogFactory$2
+ 80 B java.util.regex.Pattern$CharPropertyNames$13
+ 80 B java.util.regex.Pattern$CharPropertyNames$14
+ 80 B java.util.regex.Pattern$CharPropertyNames$10
+ 80 B java.util.regex.Pattern$CharPropertyNames$11
+ 80 B java.util.regex.Pattern$CharPropertyNames$12
+ 80 B java.util.regex.Pattern$CharPropertyNames$20
+ 80 B java.util.concurrent.ConcurrentHashMap$ReservationNode
+ 80 B org.hibernate.validator.internal.constraintvalidators.bv.NotNullValidator
+ 80 B javax.security.auth.login.Configuration$3
+ 80 B sun.security.jca.ProviderList$1
+ 80 B org.hibernate.validator.internal.engine.valueextraction.MapPropertyValueExtractor
+ 80 B java.awt.image.PixelInterleavedSampleModel
+ 80 B java.util.regex.Pattern$SliceUS
+ 80 B org.yaml.snakeyaml.events.StreamEndEvent
+ 80 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$636.478374599
+ 80 B org.hibernate.validator.internal.engine.valueextraction.SetPropertyValueExtractor
+ 80 B io.agroal.pool.wrapper.ConnectionWrapper$$Lambda$701.808617916
+ 80 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$656.1736121794
+ 80 B com.oracle.svm.core.genscavenge.GCImpl$RememberedSetConstructor
+ 80 B java.util.regex.UnicodeProp$11
+ 80 B java.util.regex.UnicodeProp$13
+ 80 B org.yaml.snakeyaml.events.DocumentStartEvent
+ 80 B com.fasterxml.jackson.jaxrs.util.LRUMap
+ 80 B java.util.regex.UnicodeProp$19
+ 80 B com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory$1
+ 80 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.AbstractInvocationCollectionProcessor
+ 80 B org.postgresql.hostchooser.HostRequirement$4
+ 80 B com.sun.org.apache.xerces.internal.dom.events.EventImpl
+ 80 B org.postgresql.jdbc.PgResultSet$1
+ 80 B org.postgresql.hostchooser.HostRequirement$1
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyListPropertyValueExtractor
+ 80 B org.hibernate.validator.internal.engine.valueextraction.OptionalLongValueExtractor
+ 80 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$670.946684943
+ 80 B org.jboss.resteasy.core.PropertyInjectorImpl$$Lambda$617.245121935
+ 80 B com.arjuna.ats.internal.jta.transaction.arjunacore.UserTransactionImple
+ 80 B javax.ws.rs.NotAcceptableException
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlySetPropertyValueExtractor
+ 80 B java.util.regex.Pattern$SingleI
+ 80 B javax.ws.rs.BadRequestException
+ 80 B javax.ws.rs.NotAuthorizedException
+ 80 B io.undertow.util.ConnectionUtils$3
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyMapPropertyKeyExtractor
+ 80 B org.hibernate.validator.internal.engine.valueextraction.ObservableValueValueExtractor
+ 80 B org.jboss.resteasy.core.ResourcePropertyInjector$$Lambda$637.877223099
+ 80 B io.undertow.server.protocol.http.CacheMap
+ 64 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameReadListener$1
+ 64 B java.util.stream.ReduceOps$Box
+ 64 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$StringOp
+ 64 B org.yaml.snakeyaml.tokens.ValueToken
+ 64 B javax.xml.datatype.SecuritySupport$2
+ 64 B com.oracle.svm.core.posix.headers.darwin.DarwinTime
+ 64 B io.undertow.server.HttpServerExchange$1
+ 64 B org.yaml.snakeyaml.tokens.BlockMappingStartToken
+ 64 B org.yaml.snakeyaml.tokens.FlowEntryToken
+ 64 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$4
+ 64 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$2
+ 64 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$187.194256247
+ 64 B com.sun.xml.internal.bind.v2.model.impl.ValuePropertyInfoImpl
+ 64 B java.util.IllegalFormatWidthException
+ 64 B io.undertow.server.protocol.ParseTimeoutUpdater$1
+ 64 B org.yaml.snakeyaml.tokens.AnchorToken
+ 64 B org.yaml.snakeyaml.tokens.DocumentStartToken
+ 64 B io.smallrye.metrics.RegistryType8_AnnotationLiteral
+ 64 B java.util.AbstractSequentialList
+ 64 B com.oracle.svm.core.option.SubstrateOptionsParser$BooleanOptionFormat
+ 64 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$488.251990687
+ 64 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector$TagNameImpl
+ 64 B org.apache.http.impl.cookie.RFC6265LaxSpec
+ 64 B com.fasterxml.jackson.databind.node.BaseJsonNode
+ 64 B org.yaml.snakeyaml.tokens.FlowSequenceEndToken
+ 64 B org.postgresql.util.LruCache$1
+ 64 B org.yaml.snakeyaml.tokens.TagToken
+ 64 B io.smallrye.config.Converters$$Lambda$421.1319225620
+ 64 B com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
+ 64 B org.hibernate.validator.internal.util.logging.formatter.CollectionOfObjectsToStringFormatter
+ 64 B io.smallrye.openapi.api.models.PathsImpl
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnySimpleDV
+ 64 B javax.ws.rs.sse.FactoryFinder$$Lambda$702.1805782705
+ 64 B org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver$$Lambda$652.118927179
+ 64 B java.util.stream.Collectors$$Lambda$125.1499203447
+ 64 B org.postgresql.core.v3.Portal
+ 64 B com.fasterxml.jackson.databind.util.NameTransformer$NopTransformer
+ 64 B java.nio.charset.CodingErrorAction
+ 64 B javax.xml.stream.SecuritySupport$2
+ 64 B io.smallrye.config.Converters$$Lambda$415.194770595
+ 64 B io.undertow.protocols.ssl.SNIAlpnEngineManager
+ 64 B org.apache.http.impl.client.NoopUserTokenHandler
+ 64 B com.oracle.svm.core.posix.headers.Mman$NoTransitions
+ 64 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer
+ 64 B java.net.SocksSocketImpl$3
+ 64 B java.lang.reflect.InvocationTargetException
+ 64 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$StringKD
+ 64 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$195.978561861
+ 64 B org.apache.http.conn.ssl.AllowAllHostnameVerifier
+ 64 B org.apache.http.client.methods.RequestBuilder$InternalRequest
+ 64 B java.util.regex.UnicodeProp$3
+ 64 B java.util.regex.UnicodeProp$4
+ 64 B java.util.regex.UnicodeProp$5
+ 64 B java.util.regex.UnicodeProp$1
+ 64 B java.time.temporal.TemporalQueries$$Lambda$501.2008979655
+ 64 B org.xml.sax.helpers.SecuritySupport$2
+ 64 B com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector$TagNameImpl
+ 64 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$TypedPrimitiveArraySerializer
+ 64 B io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain
+ 64 B sun.net.www.protocol.http.HttpURLConnection$11
+ 64 B io.smallrye.metrics.RegistryType4_AnnotationLiteral
+ 64 B java.time.temporal.ChronoField
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.xs.StringDV
+ 64 B java.awt.GraphicsEnvironment$$Lambda$609.471211127
+ 64 B java.nio.ByteOrder
+ 64 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$2
+ 64 B sun.util.locale.Extension
+ 64 B io.undertow.servlet.api.ServletStackTraces
+ 64 B org.yaml.snakeyaml.tokens.FlowMappingEndToken
+ 64 B java.lang.ref.PhantomReference
+ 64 B com.sun.istack.internal.SAXException2
+ 64 B org.hibernate.validator.internal.util.logging.formatter.ClassObjectFormatter
+ 64 B com.fasterxml.jackson.databind.JsonSerializable$Base
+ 64 B org.xnio.channels.Configurable$1
+ 64 B com.oracle.svm.core.jdk.RuntimeMXBeanFeature$1
+ 64 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$188.1569883232
+ 64 B javax.xml.validation.SecuritySupport$2
+ 64 B org.eclipse.microprofile.metrics.MetricType
+ 64 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager$1
+ 64 B java.util.WeakHashMap$EntryIterator
+ 64 B javax.xml.parsers.SecuritySupport$2
+ 64 B com.sun.xml.internal.bind.v2.model.impl.AttributePropertyInfoImpl
+ 64 B java.util.TreeMap$EntryIterator
+ 64 B java.lang.reflect.UndeclaredThrowableException
+ 64 B org.apache.http.conn.ssl.NoopHostnameVerifier
+ 64 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$189.999130159
+ 64 B org.apache.http.client.methods.HttpHead
+ 64 B io.smallrye.config.Converters$$Lambda$416.148083884
+ 64 B javax.net.ssl.TrustManagerFactory$1
+ 64 B io.reactivex.internal.functions.Functions$EmptyAction
+ 64 B jdk.xml.internal.SecuritySupport$1
+ 64 B org.jboss.shamrock.restclient.runtime.RestClientBuilderImpl$2
+ 64 B java.util.concurrent.ConcurrentSkipListMap$CSLMSpliterator
+ 64 B com.sun.xml.internal.bind.v2.model.impl.RuntimeAnyTypeImpl
+ 64 B org.yaml.snakeyaml.tokens.StreamStartToken
+ 64 B org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
+ 64 B java.util.regex.Pattern$UnixDot
+ 64 B com.sun.org.apache.xerces.internal.util.DOMEntityResolverWrapper
+ 64 B java.util.concurrent.CompletableFuture$UniCompletion
+ 64 B java.util.regex.Pattern$CharPropertyNames$8
+ 64 B java.util.regex.Pattern$CharPropertyNames$9
+ 64 B java.util.regex.Pattern$CharPropertyNames$6
+ 64 B io.undertow.util.DateUtils$2
+ 64 B java.util.regex.Pattern$CharPropertyNames$7
+ 64 B java.util.regex.Pattern$All
+ 64 B javax.xml.bind.GetPropertyAction
+ 64 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2CbindFlag
+ 64 B org.yaml.snakeyaml.tokens.BlockEndToken
+ 64 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$$Lambda$766.689009541
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.xs.UnionDV
+ 64 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$ChildOp
+ 64 B java.time.temporal.ChronoUnit
+ 64 B javax.security.auth.login.LoginContext$1
+ 64 B java.util.concurrent.atomic.AtomicReference
+ 64 B com.sun.istack.SAXException2
+ 64 B javax.xml.transform.dom.DOMSource
+ 64 B org.hibernate.validator.internal.util.TypeHelper$1
+ 64 B org.apache.commons.logging.LogFactory$1
+ 64 B com.sun.xml.bind.v2.util.QNameMap$EntryIterator
+ 64 B org.slf4j.helpers.NOPLoggerFactory
+ 64 B org.apache.http.conn.ssl.SubjectName
+ 64 B java.time.temporal.TemporalQueries$$Lambda$505.1340589179
+ 64 B org.apache.commons.logging.impl.LogFactoryImpl$1
+ 64 B java.util.regex.Pattern$CharPropertyNames$17
+ 64 B java.util.regex.Pattern$CharPropertyNames$18
+ 64 B java.util.regex.Pattern$CharPropertyNames$19
+ 64 B java.util.regex.Pattern$CharPropertyNames$15
+ 64 B java.util.regex.Pattern$CharPropertyNames$16
+ 64 B java.util.regex.Pattern$CharPropertyNames$21
+ 64 B java.util.regex.Pattern$CharPropertyNames$23
+ 64 B com.fasterxml.jackson.databind.deser.impl.ErrorThrowingDeserializer
+ 64 B com.sun.org.apache.xerces.internal.jaxp.validation.DOMValidatorHelper
+ 64 B org.eclipse.microprofile.openapi.models.media.Schema$SchemaType
+ 64 B com.sun.org.apache.xerces.internal.impl.xs.util.XInt
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnyAtomicDV
+ 64 B com.oracle.svm.core.genscavenge.AlignedHeapChunk$MemoryWalkerAccessImpl
+ 64 B javax.security.auth.login.Configuration$1
+ 64 B io.undertow.protocols.http2.Http2Channel$3
+ 64 B java.time.temporal.TemporalQueries$$Lambda$502.263423075
+ 64 B com.sun.xml.internal.bind.v2.util.QNameMap$EntryIterator
+ 64 B com.fasterxml.jackson.databind.deser.ValueInstantiator$Base
+ 64 B java.util.LinkedHashSet
+ 64 B java.lang.ClassNotFoundException
+ 64 B org.jboss.shamrock.example.rest.RestInterface
+ 64 B org.apache.http.client.methods.RequestBuilder$InternalEntityEclosingRequest
+ 64 B ch.qos.logback.core.joran.spi.ConsoleTarget
+ 64 B org.yaml.snakeyaml.tokens.AliasToken
+ 64 B sun.net.www.http.HttpCapture$1
+ 64 B java.time.temporal.TemporalQueries$$Lambda$504.1735127973
+ 64 B java.util.HashMap$EntryIterator
+ 64 B com.sun.istack.internal.SAXParseException2
+ 64 B com.sun.xml.bind.v2.model.impl.ValuePropertyInfoImpl
+ 64 B java.util.IllegalFormatPrecisionException
+ 64 B io.reactivex.internal.disposables.SequentialDisposable
+ 64 B org.apache.http.impl.cookie.BestMatchSpec
+ 64 B javax.net.ssl.KeyManagerFactory$1
+ 64 B org.yaml.snakeyaml.tokens.BlockEntryToken
+ 64 B org.yaml.snakeyaml.tokens.FlowMappingStartToken
+ 64 B com.oracle.svm.core.thread.JavaThreads$$Lambda$732.162675570
+ 64 B org.jboss.resteasy.core.MethodInjectorImpl$$Lambda$648.1097237805
+ 64 B com.sun.istack.SAXParseException2
+ 64 B java.text.DontCareFieldPosition
+ 64 B com.sun.xml.internal.stream.events.EndDocumentEvent
+ 64 B com.oracle.svm.core.LibCHelper
+ 64 B io.smallrye.openapi.api.models.ExtensibleImpl
+ 64 B com.sun.xml.bind.v2.model.impl.RuntimeAnyTypeImpl
+ 64 B org.glassfish.json.JsonNumberImpl$JsonBigDecimalNumber
+ 64 B sun.net.www.protocol.http.HttpURLConnection$7
+ 64 B org.apache.http.conn.ssl.StrictHostnameVerifier
+ 64 B com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider
+ 64 B org.apache.http.MessageConstraintException
+ 64 B com.oracle.svm.core.genscavenge.UnalignedHeapChunk$MemoryWalkerAccessImpl
+ 64 B org.yaml.snakeyaml.tokens.BlockSequenceStartToken
+ 64 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$2
+ 64 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$4
+ 64 B javax.xml.transform.SecuritySupport$2
+ 64 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$486.631143752
+ 64 B org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$2
+ 64 B org.yaml.snakeyaml.tokens.StreamEndToken
+ 64 B org.yaml.snakeyaml.tokens.DocumentEndToken
+ 64 B org.eclipse.microprofile.openapi.models.parameters.Parameter$In
+ 64 B org.yaml.snakeyaml.tokens.KeyToken
+ 64 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op$CharOp
+ 64 B org.apache.http.impl.cookie.RFC6265StrictSpec
+ 64 B java.util.Set
+ 64 B org.jboss.resteasy.spi.LinkHeader
+ 64 B io.agroal.pool.wrapper.ConnectionWrapper$1
+ 64 B java.util.LinkedHashMap$LinkedEntryIterator
+ 64 B java.util.regex.Pattern$SingleS
+ 64 B org.jboss.resteasy.util.Types$1
+ 64 B org.jboss.shamrock.example.metrics.MetricsResource
+ 64 B com.fasterxml.jackson.databind.node.ContainerNode
+ 64 B org.xnio.ChannelListeners$23
+ 64 B org.xnio.Xnio$1
+ 64 B com.fasterxml.jackson.core.JsonGenerationException
+ 64 B org.resteasy.reactivecontext.ContextFilter$$Lambda$696.83283274
+ 64 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener$1
+ 64 B io.smallrye.metrics.RegistryType7_AnnotationLiteral
+ 64 B org.yaml.snakeyaml.tokens.FlowSequenceStartToken
+ 64 B java.security.KeyStore$1
+ 64 B com.oracle.svm.core.jdk.Target_java_lang_Shutdown$$Lambda$201.1075059445
+ 64 B sun.reflect.generics.scope.DummyScope
+ 64 B org.slf4j.event.Level
+ 64 B org.apache.http.impl.NoConnectionReuseStrategy
+ 64 B org.yaml.snakeyaml.tokens.Token$ID
+ 64 B java.util.stream.SortedOps$AbstractRefSortingSink
+ 64 B org.apache.http.client.methods.HttpEntityEnclosingRequestBase
+ 64 B java.util.regex.Pattern$Single
+ 64 B io.agroal.pool.MetricsRepository$EmptyMetricsRepository
+ 48 B io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
+ 48 B org.hibernate.validator.internal.xml.CloseIgnoringInputStream
+ 48 B io.undertow.util.WorkerUtils$1
+ 48 B org.postgresql.util.LruCache$2
+ 48 B com.sun.xml.internal.bind.v2.runtime.DomPostInitAction
+ 48 B com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor$NoopCounters
+ 48 B io.reactivex.internal.util.ExceptionHelper$Termination
+ 48 B java.util.stream.TerminalOp
+ 48 B com.oracle.svm.core.genscavenge.Latch
+ 48 B org.apache.http.impl.cookie.RFC6265CookieSpecProvider$1
+ 48 B org.apache.http.impl.cookie.BrowserCompatSpec$1
+ 48 B java.util.stream.ReferencePipeline$StatefulOp
+ 48 B java.util.concurrent.ForkJoinPool$EmptyTask
+ 48 B sun.text.normalizer.Trie$DefaultGetFoldingOffset
+ 48 B com.oracle.svm.core.jdk.Target_java_io_DeleteOnExitHook$FilesAccessors$1
+ 48 B java.util.stream.ReferencePipeline$StatelessOp
+ 48 B com.sun.org.apache.xerces.internal.impl.XMLEntityScanner$1
+ 48 B java.util.zip.GZIPInputStream$1
+ 48 B org.apache.http.impl.cookie.DefaultCookieSpecProvider$1
+ 48 B sun.java2d.cmm.ProfileDeferralInfo
+ 48 B javax.validation.ConstraintValidator
+ 48 B org.hibernate.validator.internal.util.privilegedactions.GetMethods
+ 48 B sun.net.idn.StringPrep$StringPrepTrieImpl
+ 48 B com.sun.org.apache.xerces.internal.impl.dv.dtd.StringDatatypeValidator
+ 48 B org.hibernate.validator.internal.util.privilegedactions.GetMethodFromPropertyName
+ 48 B io.agroal.pool.util.PriorityScheduledExecutor$1
+ 48 B org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFilter
+ 48 B com.sun.xml.internal.stream.events.NamespaceImpl
+ 48 B com.oracle.svm.core.thread.JavaThreads$$Lambda$483.1515696538
+ 48 B com.sun.org.apache.xerces.internal.impl.dv.dtd.NOTATIONDatatypeValidator
+ 48 B java.util.ArraysParallelSortHelpers$EmptyCompleter
+ 48 B com.sun.xml.bind.v2.runtime.DomPostInitAction
+ 48 B org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider$2
+ 48 B org.jboss.resteasy.spi.ResteasyDeployment$1
+ 48 B com.fasterxml.jackson.core.type.ResolvedType
+ 48 B com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser$Abort
+ 48 B java.nio.channels.SocketChannel
+ 48 B io.reactivex.internal.disposables.EmptyDisposable
+ 48 B org.jboss.tm.usertx.UserTransactionRegistry
+ 48 B io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
+ 48 B com.oracle.svm.core.genscavenge.GCImpl$$Lambda$519.1356708450
+ 32 B com.oracle.svm.core.posix.headers.Time
+ 32 B com.oracle.svm.core.posix.headers.UnistdNoTransitions
+ 32 B com.oracle.svm.core.thread.ThreadingSupportImpl
+ 32 B com.oracle.svm.core.posix.headers.darwin.DarwinErrno$Util_com_oracle_svm_core_posix_headers_Errno
+ 16 B com.oracle.svm.core.locks.VMCondition
+ 16 B com.oracle.svm.core.Isolates
+
+Total: 21.20 MB (22229760 bytes)
+
+Largest 100 Methods
+===================
+
+ 60.64 KB sun.net.www.protocol.http.HttpURLConnection.getInputStream0():java.io.InputStream
+ 45.16 KB org.apache.http.impl.client.DefaultRequestDirector.execute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext):org.apache.http.HttpResponse
+ 35.08 KB org.apache.http.impl.execchain.MainClientExec.execute(org.apache.http.conn.routing.HttpRoute, org.apache.http.client.methods.HttpRequestWrapper, org.apache.http.client.protocol.HttpClientContext, org.apache.http.client.methods.HttpExecutionAware):org.apache.http.client.methods.CloseableHttpResponse
+ 34.52 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.validate(java.lang.Object[], java.lang.String, java.lang.String, int, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo):java.lang.Object
+ 33.97 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser.traverseFacets(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo):com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser$FacetInfo
+ 31.75 KB org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(java.lang.String, java.lang.String, boolean):org.apache.commons.logging.Log
+ 29.06 KB io.undertow.servlet.handlers.ServletPathMatches.setupServletChains():io.undertow.servlet.handlers.ServletPathMatchesData
+ 27.66 KB javax.security.auth.login.LoginContext.invoke(java.lang.String):void
+ 27.28 KB io.undertow.Undertow.start():void
+ 25.16 KB io.undertow.server.protocol.http.HttpRequestParser$$generated.handleHeader(java.nio.ByteBuffer, io.undertow.server.protocol.http.ParseState, io.undertow.server.HttpServerExchange):void
+ 25.11 KB org.postgresql.core.Parser.parseJdbcSql(java.lang.String, boolean, boolean, boolean, boolean, java.lang.String[]):java.util.List
+ 24.84 KB org.postgresql.jdbc.TimestampUtils.parseBackendTimestamp(java.lang.String):org.postgresql.jdbc.TimestampUtils$ParsedTimestamp
+ 23.39 KB io.undertow.server.protocol.framed.AbstractFramedChannel.receive():io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
+ 22.58 KB java.math.BigDecimal.(char[], int, int, java.math.MathContext):void
+ 22.14 KB org.jboss.resteasy.spi.ResteasyProviderFactory.processProviderContracts(java.lang.Class, java.lang.Integer, boolean, java.util.Map, java.util.Map):void
+ 21.67 KB java.net.SocksSocketImpl.connect(java.net.SocketAddress, int):void
+ 21.47 KB com.arjuna.ats.arjuna.coordinator.TransactionReaper.check():void
+ 19.92 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.constructTrees(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xerces.internal.impl.xs.XSDDescription, boolean):com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo
+ 19.53 KB org.jboss.resteasy.spi.ResteasyProviderFactory.processProviderInstanceContracts(java.lang.Object, java.util.Map, java.lang.Integer, boolean, java.util.Map):void
+ 19.20 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser.traverseComplexContent(org.w3c.dom.Element, boolean, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar):void
+ 18.48 KB org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties):org.postgresql.core.QueryExecutor
+ 18.45 KB org.xnio.nio.WorkerThread.run():void
+ 18.39 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser.traverseSimpleContent(org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar):void
+ 18.00 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange(java.lang.String, boolean):com.sun.org.apache.xerces.internal.impl.xpath.regex.RangeToken
+ 17.47 KB io.undertow.server.protocol.ajp.AjpReadListener.handleEvent(org.xnio.channels.StreamSourceChannel):void
+ 17.45 KB org.apache.http.impl.execchain.RedirectExec.execute(org.apache.http.conn.routing.HttpRoute, org.apache.http.client.methods.HttpRequestWrapper, org.apache.http.client.protocol.HttpClientContext, org.apache.http.client.methods.HttpExecutionAware):org.apache.http.client.methods.CloseableHttpResponse
+ 17.38 KB org.jboss.resteasy.spi.ResteasyProviderFactory.initialize():void
+ 17.34 KB io.undertow.server.handlers.form.FormEncodedDataDefinition$FormEncodedDataParser.doParse(org.xnio.channels.StreamSourceChannel):void
+ 17.28 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next():int
+ 17.25 KB org.jboss.resteasy.spi.ResteasyProviderFactory.initializeRegistriesAndFilters():void
+ 17.16 KB java.text.DecimalFormat.applyPattern(java.lang.String, boolean):void
+ 17.16 KB javax.activation.MailcapCommandMap.loadAllResources(java.util.List, java.lang.String):void
+ 17.13 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseExpression(com.sun.org.apache.xerces.internal.xni.NamespaceContext):void
+ 16.94 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(org.w3c.dom.Element, java.lang.Object[], com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, boolean, com.sun.org.apache.xerces.internal.xs.XSObject):com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
+ 16.88 KB com.oracle.svm.core.option.SubstrateOptionsParser.parseOption(java.util.SortedMap, java.lang.String, org.graalvm.collections.EconomicMap, java.lang.String, com.oracle.svm.core.option.SubstrateOptionsParser$BooleanOptionFormat):com.oracle.svm.core.option.SubstrateOptionsParser$OptionParseResult
+ 16.83 KB com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression.match(com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression$Context, com.sun.org.apache.xerces.internal.impl.xpath.regex.Op, int, int, int):int
+ 16.58 KB org.apache.http.impl.auth.DigestScheme.createDigestHeader(org.apache.http.auth.Credentials, org.apache.http.HttpRequest):org.apache.http.Header
+ 15.28 KB io.undertow.protocols.ssl.SslConduit.doUnwrap(java.nio.ByteBuffer[], int, int):long
+ 14.95 KB org.yaml.snakeyaml.emitter.Emitter.writeDoubleQuoted(java.lang.String, boolean):void
+ 14.83 KB java.text.ChoiceFormat.applyPattern(java.lang.String):void
+ 14.73 KB io.undertow.protocols.http2.Http2FrameHeaderParser.handle(java.nio.ByteBuffer):boolean
+ 14.73 KB java.util.regex.Pattern.escape(boolean, boolean, boolean):int
+ 14.58 KB java.util.Formatter$FormatSpecifier.print(java.lang.StringBuilder, java.time.temporal.TemporalAccessor, char, java.util.Locale):java.lang.Appendable
+ 14.23 KB com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM.buildDFA(com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode):void
+ 14.20 KB com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl.checkFacets(com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo):void
+ 14.16 KB com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.particleValidRestriction(com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, boolean):boolean
+ 13.92 KB com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner.scanExpr(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens, java.lang.String, int, int):boolean
+ 13.84 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(org.w3c.dom.Element, boolean, com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, boolean):java.lang.Object[]
+ 13.84 KB org.jboss.resteasy.core.registry.SegmentNode.match(java.util.List, java.lang.String, org.jboss.resteasy.spi.HttpRequest):org.jboss.resteasy.core.registry.SegmentNode$Match
+ 13.81 KB com.sun.xml.bind.v2.runtime.JAXBContextImpl.(com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder):void
+ 13.80 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.renameRedefiningComponents(com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, org.w3c.dom.Element, java.lang.String, java.lang.String, java.lang.String):void
+ 13.78 KB org.jboss.resteasy.plugins.delegates.CacheControlDelegate.fromString(java.lang.String):javax.ws.rs.core.CacheControl
+ 13.70 KB com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder):void
+ 13.42 KB org.yaml.snakeyaml.parser.ParserImpl.parseNode(boolean, boolean):org.yaml.snakeyaml.events.Event
+ 13.41 KB java.net.URLStreamHandler.parseURL(java.net.URL, java.lang.String, int, int):void
+ 13.36 KB org.apache.http.impl.cookie.LaxExpiresHandler.parse(org.apache.http.cookie.SetCookie, java.lang.String):void
+ 13.19 KB com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(boolean, java.lang.String, com.sun.org.apache.xerces.internal.xni.parser.XMLInputSource, boolean, boolean):java.lang.String
+ 13.19 KB com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(char[], int, int):int
+ 13.03 KB org.postgresql.core.v3.QueryExecutorImpl.processResults(org.postgresql.core.ResultHandler, int):void
+ 12.95 KB com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(boolean):boolean
+ 12.77 KB sun.text.normalizer.UnicodeSet.applyPattern(sun.text.normalizer.RuleCharacterIterator, sun.text.normalizer.SymbolTable, java.lang.StringBuffer, int):void
+ 12.64 KB java.util.regex.Pattern.group0():java.util.regex.Pattern$Node
+ 12.61 KB com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler.handleIncludeElement(com.sun.org.apache.xerces.internal.xni.XMLAttributes):boolean
+ 12.55 KB org.jboss.resteasy.spi.ResteasyDeployment.startInternal():void
+ 12.34 KB org.apache.http.impl.client.HttpClientBuilder.build():org.apache.http.impl.client.CloseableHttpClient
+ 12.20 KB io.undertow.server.protocol.proxy.ProxyProtocolReadListener.handleEvent(org.xnio.channels.StreamSourceChannel):void
+ 12.06 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.():void
+ 11.98 KB com.sun.org.apache.xerces.internal.parsers.XML11Configuration.(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.grammars.XMLGrammarPool, com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager):void
+ 11.72 KB com.sun.org.apache.xml.internal.serializer.CharInfo.(java.lang.String, java.lang.String, boolean):void
+ 11.69 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDSimpleTypeTraverser.getSimpleType(java.lang.String, org.w3c.dom.Element, java.lang.Object[], com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar):com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType
+ 11.69 KB org.hibernate.validator.internal.metadata.core.ConstraintHelper.():void
+ 11.61 KB io.undertow.servlet.spec.ServletOutputStreamImpl.writeTooLargeForBuffer(byte[], int, int, java.nio.ByteBuffer):void
+ 11.61 KB org.jboss.resteasy.plugins.providers.jaxb.MapProvider.writeTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream):void
+ 11.52 KB com.sun.org.apache.xerces.internal.impl.dtd.models.DFAContentModel.buildDFA(com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode):void
+ 11.41 KB org.postgresql.gss.GssAction.run():java.lang.Exception
+ 11.38 KB sun.net.www.protocol.http.HttpURLConnection.doTunneling():void
+ 11.36 KB com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer._deserializeUsingProperties(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):java.util.EnumMap
+ 11.22 KB com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammar.(com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription):void
+ 11.22 KB io.undertow.server.protocol.http.HttpReadListener.handleEventWithNoRunningRequest(org.xnio.conduits.ConduitStreamSourceChannel):void
+ 11.19 KB org.postgresql.core.UTF8Encoding.decode(byte[], int, int):java.lang.String
+ 10.94 KB com.sun.xml.bind.v2.model.impl.ClassInfoImpl.findGetterSetterProperties(javax.xml.bind.annotation.XmlAccessType):void
+ 10.94 KB com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl.findGetterSetterProperties(javax.xml.bind.annotation.XmlAccessType):void
+ 10.91 KB io.undertow.server.protocol.ajp.AjpRequestParser.parse(java.nio.ByteBuffer, io.undertow.server.protocol.ajp.AjpRequestParseState, io.undertow.server.HttpServerExchange):void
+ 10.86 KB com.sun.org.apache.xerces.internal.impl.XML11DocumentScannerImpl.scanAttributeValue(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, java.lang.String, boolean, java.lang.String, boolean):boolean
+ 10.84 KB com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.enlistResource(javax.transaction.xa.XAResource, java.lang.Object[]):boolean
+ 10.61 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeTraverser.traverseNamedAttr(org.w3c.dom.Element, java.lang.Object[], com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo, com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar, boolean, com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl):com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl
+ 10.53 KB java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl):void
+ 10.53 KB java.net.PlainSocketImpl.socketConnect(java.net.InetAddress, int, int):void
+ 10.45 KB com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(org.w3c.dom.Node, boolean, boolean, java.util.Map):org.w3c.dom.Node
+ 10.45 KB com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue(com.sun.org.apache.xerces.internal.xni.XMLString, com.sun.org.apache.xerces.internal.xni.XMLString, java.lang.String, com.sun.org.apache.xerces.internal.xni.XMLAttributes, int, boolean, java.lang.String, boolean):void
+ 10.38 KB com.sun.org.apache.xerces.internal.impl.XML11NSDocumentScannerImpl.scanStartElement():boolean
+ 10.28 KB com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector.findAutoDetectVisibility(com.fasterxml.jackson.databind.introspect.AnnotatedClass, com.fasterxml.jackson.databind.introspect.VisibilityChecker):com.fasterxml.jackson.databind.introspect.VisibilityChecker
+ 10.28 KB com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.():void
+ 10.23 KB com.sun.org.apache.xerces.internal.impl.XMLScanner.scanXMLDeclOrTextDecl(boolean, java.lang.String[]):void
+ 10.22 KB org.jboss.resteasy.core.ServerResponseWriter.getDefaultContentType(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.specimpl.BuiltResponse, org.jboss.resteasy.spi.ResteasyProviderFactory, org.jboss.resteasy.core.ResourceMethodInvoker):javax.ws.rs.core.MediaType
+ 10.20 KB com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.fullSchemaChecking(com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket, com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler, com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder, com.sun.org.apache.xerces.internal.impl.XMLErrorReporter):void
+ 10.19 KB com.fasterxml.jackson.databind.deser.std.MapDeserializer._deserializeUsingCreator(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext):java.util.Map
+ 10.19 KB org.jboss.resteasy.plugins.providers.jaxb.MapProvider.readFrom(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.InputStream):java.lang.Object
+ 10.17 KB org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(org.apache.http.conn.ManagedHttpClientConnection, org.apache.http.HttpHost, java.net.InetSocketAddress, int, org.apache.http.config.SocketConfig, org.apache.http.protocol.HttpContext):void
+ 10.17 KB sun.net.www.http.KeepAliveCache.run():void
+
+Constant Data Sizes by Package
+==============================
+
+ 11.14 KB
+ 3.66 KB java.lang
+ 3.09 KB java.util
+ 2.64 KB org.postgresql.jdbc
+ 2.63 KB com.sun.org.apache.xerces.internal.impl
+ 2.41 KB com.sun.org.apache.xerces.internal.impl.xs.traversers
+ 2.16 KB io.undertow.server.protocol.http
+ 2.13 KB org.jboss.resteasy.core
+ 1.93 KB com.fasterxml.jackson.databind.deser.std
+ 1.89 KB org.hibernate.validator.internal.metadata.core
+ 1.83 KB java.net
+ 1.77 KB com.sun.org.apache.xerces.internal.impl.xs
+ 1.77 KB org.postgresql.core.v3
+ 1.65 KB org.apache.http.impl.client
+ 1.41 KB sun.net.www.protocol.http
+ 1.37 KB com.fasterxml.jackson.databind.deser
+ 1.32 KB com.fasterxml.jackson.databind.introspect
+ 1.29 KB java.text
+ 1.24 KB com.sun.xml.internal.bind.v2.model.impl
+ 1.23 KB org.apache.http.impl.cookie
+ 1.20 KB com.oracle.svm.core.genscavenge
+ 1.19 KB org.apache.http.impl.conn
+ 1.19 KB io.undertow
+ 1.19 KB java.util.regex
+ 1.17 KB com.arjuna.ats.arjuna.coordinator
+ 1.07 KB org.hsqldb.types
+ 1.05 KB com.sun.xml.internal.bind.v2.runtime
+ 1.02 KB org.hibernate.validator.internal.util.logging
+ 1.02 KB com.sun.org.apache.xerces.internal.parsers
+ 1.00 KB com.sun.org.apache.xerces.internal.impl.dtd
+ 992 B com.sun.org.apache.xerces.internal.impl.xpath
+ 960 B java.util.concurrent
+ 960 B com.sun.xml.bind.v2.runtime
+ 960 B com.sun.xml.bind.v2.model.impl
+ 952 B com.sun.org.apache.xerces.internal.impl.xpath.regex
+ 928 B org.glassfish.json
+ 920 B io.undertow.server.protocol.ajp
+ 912 B org.postgresql.core
+ 904 B com.sun.org.apache.xerces.internal.dom
+ 896 B org.hibernate.validator.internal.metadata.aggregated
+ 888 B org.hibernate.validator.internal.engine
+ 888 B io.undertow.protocols.http2
+ 856 B com.fasterxml.jackson.databind.util
+ 848 B org.xnio.nio
+ 848 B org.apache.http.impl.auth
+ 844 B com.sun.org.apache.xerces.internal.impl.dv.xs
+ 824 B sun.nio.ch
+ 816 B sun.util.locale.provider
+ 808 B io.smallrye.metrics.exporters
+ 800 B com.fasterxml.jackson.core.json
+ 796 B com.fasterxml.jackson.databind
+ 768 B com.fasterxml.jackson.databind.type
+ 752 B com.oracle.svm.core.thread
+ 752 B io.undertow.servlet.handlers
+ 712 B com.arjuna.ats.arjuna.logging
+ 704 B java.util.stream
+ 696 B java.security
+ 688 B com.sun.org.apache.xml.internal.serializer
+ 680 B org.jboss.resteasy.spi
+ 664 B org.yaml.snakeyaml.parser
+ 656 B com.oracle.svm.core
+ 632 B io.undertow.util
+ 624 B sun.text.normalizer
+ 624 B org.hsqldb.jdbc
+ 624 B org.jboss.resteasy.plugins.delegates
+ 624 B org.yaml.snakeyaml.scanner
+ 608 B io.undertow.server
+ 600 B java.io
+ 584 B org.apache.http.impl.execchain
+ 584 B com.fasterxml.jackson.dataformat.yaml
+ 576 B com.sun.org.apache.xerces.internal.xinclude
+ 576 B com.sun.org.apache.xalan.internal.xsltc.trax
+ 576 B org.jboss.resteasy.plugins.server.servlet
+ 568 B org.yaml.snakeyaml.emitter
+ 568 B io.smallrye.openapi.runtime.io
+ 560 B com.arjuna.ats.internal.jta.transaction.arjunacore
+ 560 B io.agroal.pool
+ 528 B com.sun.proxy
+ 528 B io.smallrye.metrics
+ 520 B org.jboss.resteasy.util
+ 520 B com.arjuna.ats.internal.arjuna.recovery
+ 508 B com.sun.org.apache.xerces.internal.util
+ 504 B java.math
+ 504 B org.apache.http.client.protocol
+ 496 B io.undertow.servlet.spec
+ 488 B io.undertow.server.protocol.framed
+ 488 B com.fasterxml.jackson.databind.ser
+ 488 B org.jboss.resteasy.spi.metadata
+ 488 B org.apache.http.message
+ 480 B com.sun.xml.bind.v2.runtime.unmarshaller
+ 472 B com.fasterxml.jackson.databind.deser.impl
+ 472 B javax.activation
+ 464 B org.hibernate.validator.internal.metadata.descriptor
+ 456 B sun.net.www.http
+ 448 B org.hibernate.validator.internal.util
+ 448 B sun.misc
+ 448 B com.fasterxml.jackson.databind.ser.std
+ 440 B com.fasterxml.jackson.core.base
+ 416 B java.time
+ 416 B com.oracle.svm.core.deopt
+ 400 B com.oracle.svm.core.jdk
+ 400 B org.jboss.resteasy.client.jaxrs.internal
+ 392 B com.sun.xml.internal.bind.v2.runtime.reflect
+ 392 B com.fasterxml.jackson.databind.jsontype.impl
+ 384 B org.jboss.resteasy.specimpl
+ 384 B io.smallrye.config
+ 384 B org.apache.commons.logging.impl
+ 384 B org.jboss.resteasy.plugins.providers.jaxb
+ 368 B com.sun.org.apache.xerces.internal.utils
+ 368 B com.oracle.svm.core.option
+ 368 B org.hsqldb
+ 368 B com.sun.xml.bind.v2.runtime.reflect
+ 360 B org.slf4j
+ 360 B sun.security.util
+ 360 B java.lang.reflect
+ 360 B com.arjuna.ats.internal.jta.resources.arjunacore
+ 360 B org.jboss.protean.arc
+ 352 B com.sun.xml.internal.bind.v2.runtime.unmarshaller
+ 352 B org.hibernate.validator.internal.xml
+ 344 B org.apache.http.impl.io
+ 344 B org.xnio
+ 344 B sun.nio.fs
+ 336 B com.sun.xml.bind.v2.runtime.property
+ 320 B com.fasterxml.classmate
+ 320 B org.jboss.resteasy.plugins.providers
+ 312 B javax.xml.bind
+ 312 B sun.reflect.generics.parser
+ 312 B org.postgresql.util
+ 312 B io.undertow.server.protocol.http2
+ 312 B org.postgresql.shaded.com.ongres.scram.common.message
+ 304 B com.sun.xml.bind.v2
+ 304 B java.util.logging
+ 304 B sun.security.jgss
+ 296 B java.awt
+ 296 B org.hibernate.validator.internal.metadata.provider
+ 296 B com.oracle.svm.core.amd64
+ 288 B com.sun.org.apache.xerces.internal.impl.xs.opti
+ 288 B com.fasterxml.jackson.core
+ 288 B io.undertow.server.handlers.resource
+ 280 B javax.xml.bind.helpers
+ 280 B org.jboss.resteasy.resteasy_jaxrs.i18n
+ 280 B io.undertow.protocols.ssl
+ 280 B com.sun.org.apache.xerces.internal.jaxp
+ 280 B com.sun.org.apache.xalan.internal.utils
+ 280 B com.oracle.svm.core.code
+ 276 B org.postgresql
+ 272 B org.hibernate.validator.internal.engine.valueextraction
+ 272 B com.arjuna.ats.internal.arjuna.objectstore
+ 272 B com.sun.security.ntlm
+ 264 B io.undertow.servlet.core
+ 264 B org.jboss.resteasy.core.registry
+ 264 B com.sun.xml.internal.bind.v2.runtime.property
+ 264 B com.oracle.svm.core.posix
+ 264 B org.jboss.shamrock.metrics.runtime
+ 264 B org.apache.http.util
+ 264 B java.nio.charset
+ 264 B sun.reflect.annotation
+ 264 B sun.security.provider
+ 264 B io.undertow.server.handlers.form
+ 256 B io.agroal.pool.wrapper
+ 256 B org.jboss.shamrock.restclient.runtime
+ 256 B org.apache.http.impl
+ 248 B jdk.vm.ci.meta
+ 248 B javax.servlet.http
+ 248 B org.apache.commons.logging
+ 248 B com.oracle.svm.core.posix.thread
+ 244 B sun.nio.cs
+ 240 B io.reactivex
+ 240 B org.apache.http.pool
+ 240 B com.fasterxml.jackson.databind.node
+ 240 B javax.ws.rs.core
+ 232 B org.hibernate.validator.internal.engine.constraintvalidation
+ 232 B com.fasterxml.jackson.core.io
+ 224 B io.undertow.conduits
+ 224 B com.fasterxml.jackson.databind.ser.impl
+ 224 B com.sun.activation.registries
+ 224 B com.sun.org.apache.xml.internal.serializer.utils
+ 224 B org.postgresql.shaded.com.ongres.scram.client
+ 224 B com.sun.xml.internal.bind.v2
+ 216 B org.jboss.resteasy.plugins.providers.sse
+ 216 B javax.crypto
+ 208 B javax.net.ssl
+ 208 B com.sun.xml.internal.stream.events
+ 208 B sun.net.www
+ 208 B javax.ws.rs
+ 200 B org.xml.sax.helpers
+ 200 B com.arjuna.ats.jta.utils
+ 200 B java.util.concurrent.locks
+ 200 B ch.qos.logback.classic
+ 200 B io.undertow.servlet
+ 196 B javax.el
+ 192 B com.fasterxml.jackson.module.jaxb
+ 192 B sun.security.jca
+ 192 B org.postgresql.ssl.jdbc4
+ 192 B org.jboss.resteasy.client.jaxrs
+ 184 B com.sun.org.apache.xerces.internal.jaxp.validation
+ 184 B javax.security.auth.login
+ 184 B sun.awt
+ 176 B org.postgresql.shaded.com.ongres.scram.common
+ 176 B org.apache.http.conn.util
+ 176 B org.yaml.snakeyaml.resolver
+ 168 B io.reactivex.internal.operators.flowable
+ 168 B com.sun.naming.internal
+ 168 B org.apache.http.protocol
+ 168 B com.arjuna.ats.jta.logging
+ 168 B io.undertow.servlet.handlers.security
+ 168 B javax.security.auth
+ 168 B io.smallrye.metrics.interceptors
+ 168 B org.jboss.resteasy.client.jaxrs.engines
+ 168 B com.arjuna.ats.internal.arjuna.coordinator
+ 168 B org.hibernate.validator.internal.engine.resolver
+ 160 B org.apache.http.conn.ssl
+ 160 B java.nio
+ 160 B sun.util.calendar
+ 160 B org.jboss.resteasy.core.interception.jaxrs
+ 160 B org.jboss.shamrock.example.jpa
+ 160 B javax.ws.rs.ext
+ 152 B org.hibernate.validator.messageinterpolation
+ 152 B io.undertow.server.session
+ 152 B io.undertow.io
+ 152 B com.sun.org.apache.xerces.internal.impl.xs.models
+ 152 B com.fasterxml.jackson.core.sym
+ 152 B sun.net
+ 144 B com.sun.xml.bind
+ 144 B org.apache.http.config
+ 144 B io.undertow.security.impl
+ 144 B com.fasterxml.jackson.annotation
+ 144 B java.sql
+ 144 B io.reactiverse.reactivecontexts.propagators.rxjava2
+ 144 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
+ 144 B org.hibernate.validator.internal.engine.messageinterpolation.parser
+ 144 B org.postgresql.hostchooser
+ 144 B com.sun.xml.bind.v2.runtime.output
+ 144 B jdk.xml.internal
+ 144 B com.sun.org.apache.xerces.internal.impl.dv
+ 144 B org.postgresql.shaded.com.ongres.scram.common.util
+ 144 B io.agroal.narayana
+ 136 B java.nio.file
+ 136 B com.sun.xml.internal.bind.v2.runtime.output
+ 136 B com.sun.xml.bind.v2.runtime.reflect.opt
+ 136 B org.jboss.resteasy.plugins.providers.jackson
+ 136 B org.postgresql.jre8.sasl
+ 128 B org.hsqldb.result
+ 128 B org.apache.http.client.config
+ 128 B com.arjuna.ats.jta.xa
+ 128 B sun.net.spi
+ 128 B org.apache.http.client.utils
+ 128 B org.apache.http.auth
+ 120 B ch.qos.logback.classic.spi
+ 120 B java.util.zip
+ 120 B org.hibernate.validator.internal.engine.groups
+ 120 B com.fasterxml.jackson.core.util
+ 120 B io.agroal.api.configuration.supplier
+ 120 B com.fasterxml.jackson.jaxrs.json
+ 120 B javax.xml.parsers
+ 120 B java.awt.color
+ 120 B org.hibernate.validator.internal.metadata.raw
+ 120 B com.oracle.svm.core.heap
+ 120 B org.jboss.shamrock.agroal.runtime
+ 112 B java.awt.image
+ 112 B io.reactivex.exceptions
+ 112 B org.jboss.shamrock.openapi.runtime
+ 112 B java.time.format
+ 112 B org.slf4j.helpers
+ 112 B com.arjuna.ats.arjuna.state
+ 112 B io.smallrye.health
+ 112 B javax.xml.stream
+ 112 B org.apache.http.client.params
+ 112 B org.apache.http.conn.routing
+ 112 B java.lang.management
+ 112 B javax.validation
+ 112 B sun.net.www.protocol.http.spnego
+ 112 B javax.xml.transform
+ 112 B com.oracle.svm.core.snippets
+ 112 B com.sun.xml.internal.bind
+ 112 B org.postgresql.gss
+ 104 B org.apache.http.params
+ 104 B com.oracle.svm.core.hub
+ 104 B org.apache.http.entity
+ 96 B com.fasterxml.jackson.jaxrs.cfg
+ 96 B io.undertow.server.protocol.proxy
+ 96 B org.jboss.shamrock.transactions.runtime
+ 96 B org.xnio._private
+ 96 B sun.java2d.cmm
+ 96 B sun.awt.image
+ 96 B com.oracle.svm.core.util
+ 96 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors
+ 96 B com.sun.xml.bind.v2.bytecode
+ 96 B org.jboss.shamrock.deployment
+ 96 B com.sun.xml.bind.v2.model.nav
+ 96 B com.sun.org.apache.xerces.internal.impl.dtd.models
+ 96 B io.smallrye.metrics.app
+ 88 B com.fasterxml.jackson.databind.exc
+ 88 B com.fasterxml.jackson.databind.ext
+ 88 B org.hibernate.validator.internal.metadata
+ 88 B org.hibernate.validator.internal.metadata.location
+ 88 B sun.util.logging
+ 88 B org.hibernate.validator.internal.util.annotation
+ 88 B io.agroal.pool.util
+ 80 B com.sun.org.apache.xerces.internal.impl.xs.util
+ 80 B sun.net.idn
+ 80 B org.jboss.resteasy.client.jaxrs.internal.proxy
+ 80 B org.eclipse.microprofile.metrics
+ 80 B com.sun.org.apache.xml.internal.dtm.ref
+ 80 B com.sun.xml.internal.bind.v2.model.nav
+ 80 B sun.net.www.protocol.file
+ 80 B org.yaml.snakeyaml
+ 80 B java.time.temporal
+ 80 B org.apache.http.client.methods
+ 80 B com.sun.org.apache.xerces.internal.impl.io
+ 80 B com.sun.org.apache.xalan.internal.xsltc.dom
+ 80 B com.sun.xml.internal.stream
+ 80 B javax.naming.spi
+ 80 B org.postgresql.shaded.com.ongres.scram.common.gssapi
+ 80 B com.sun.org.apache.xerces.internal.impl.dv.dtd
+ 80 B org.hsqldb.rowio
+ 80 B com.arjuna.common.internal.util.propertyservice
+ 80 B org.apache.http.cookie
+ 80 B com.arjuna.ats.jta.common
+ 80 B sun.util.locale
+ 80 B javax.crypto.spec
+ 72 B org.xnio.ssl
+ 72 B org.apache.commons.codec.binary
+ 72 B java.nio.channels
+ 72 B org.apache.http.impl.entity
+ 72 B org.apache.http.ssl
+ 72 B org.jboss.resteasy.rxjava2
+ 72 B org.apache.http.client.entity
+ 72 B io.undertow.servlet.api
+ 72 B com.oracle.svm.core.threadlocal
+ 72 B org.xnio.conduits
+ 72 B org.jboss.shamrock.example.datasource
+ 72 B org.jboss.resteasy.plugins.interceptors
+ 72 B com.sun.org.apache.xml.internal.utils
+ 72 B com.arjuna.ats.internal.arjuna.abstractrecords
+ 64 B com.oracle.svm.core.stack
+ 64 B com.sun.org.apache.xml.internal.dtm.ref.sax2dtm
+ 64 B com.sun.xml.internal.bind.v2.util
+ 64 B com.sun.xml.internal.bind.v2.runtime.reflect.opt
+ 64 B com.sun.xml.bind.marshaller
+ 64 B com.sun.org.apache.xalan.internal.xsltc.runtime.output
+ 64 B sun.util.resources
+ 64 B com.oracle.svm.reflect.helpers
+ 64 B org.graalvm.compiler.options
+ 64 B javax.xml.datatype
+ 64 B java.util.concurrent.atomic
+ 64 B org.graalvm.collections
+ 64 B org.hibernate.validator.resourceloading
+ 64 B com.sun.xml.bind.v2.util
+ 64 B ch.qos.logback.core.status
+ 64 B org.yaml.snakeyaml.events
+ 56 B com.sun.org.apache.xerces.internal.impl.xs.identity
+ 56 B com.oracle.svm.core.log
+ 56 B org.hibernate.validator.internal.util.logging.formatter
+ 56 B org.postgresql.ssl
+ 56 B com.oracle.svm.core.posix.pthread
+ 56 B org.yaml.snakeyaml.error
+ 56 B com.arjuna.common.logging
+ 56 B org.hibernate.validator.internal.engine.path
+ 56 B javax.enterprise.util
+ 56 B org.apache.http
+ 56 B io.undertow.server.handlers
+ 56 B org.apache.http.conn
+ 56 B com.fasterxml.jackson.databind.jsontype
+ 56 B com.oracle.svm.core.posix.darwin
+ 56 B org.yaml.snakeyaml.reader
+ 56 B io.undertow.channels
+ 56 B com.sun.org.apache.xerces.internal.impl.dv.util
+ 56 B ch.qos.logback.core
+ 48 B org.hibernate.validator.internal.util.privilegedactions
+ 48 B org.hibernate.validator.internal.cfg.context
+ 48 B com.fasterxml.classmate.types
+ 48 B com.oracle.svm.reflect.proxy
+ 48 B org.hsqldb.lib
+ 48 B org.apache.http.conn.scheme
+ 48 B org.xml.sax
+ 48 B com.sun.xml.bind.util
+ 48 B com.sun.xml.internal.bind.v2.model.annotation
+ 48 B javax.validation.constraints
+ 48 B com.sun.xml.bind.v2.model.annotation
+ 48 B org.jboss.resteasy.plugins.server.resourcefactory
+ 48 B com.arjuna.ats.arjuna.utils
+ 48 B jdk.vm.ci.amd64
+ 48 B org.jboss.shamrock.example.metrics
+ 48 B org.jboss.shamrock.beanvalidation.runtime
+ 48 B com.sun.nio.zipfs
+ 48 B java.lang.annotation
+ 48 B org.jboss.logging
+ 48 B org.jboss.shamrock.jaxrs.runtime.graal
+ 48 B com.oracle.svm.core.graal.posix
+ 48 B org.jboss.shamrock.example.rest
+ 48 B javax.ws.rs.sse
+ 48 B sun.net.www.protocol.http.ntlm
+ 44 B com.fasterxml.jackson.jaxrs.base
+ 40 B sun.reflect.generics.reflectiveObjects
+ 40 B com.arjuna.common.internal.util
+ 40 B com.arjuna.ats.internal.arjuna.thread
+ 40 B com.arjuna.ats.arjuna.common
+ 40 B javax.naming.directory
+ 40 B javax.servlet
+ 40 B org.hibernate.validator.constraints
+ 40 B sun.security.jgss.wrapper
+ 40 B org.hibernate.validator.internal.util.classhierarchy
+ 40 B io.reactiverse.reactivecontexts.core
+ 40 B com.sun.xml.internal.bind.marshaller
+ 40 B org.hsqldb.map
+ 40 B org.hibernate.validator.internal.constraintvalidators.bv.size
+ 40 B io.reactivex.internal.subscriptions
+ 40 B javax.naming.ldap
+ 36 B sun.text
+ 32 B javax.enterprise.inject
+ 32 B java.time.chrono
+ 32 B org.slf4j.event
+ 32 B javax.validation.valueextraction
+ 32 B io.smallrye.config.inject
+ 32 B javax.naming
+ 32 B org.jboss.shamrock.runner
+ 32 B org.ietf.jgss
+ 32 B javax.interceptor
+ 32 B org.yaml.snakeyaml.tokens
+ 32 B io.undertow.server.handlers.cache
+ 32 B com.arjuna.ats.arjuna
+ 32 B com.fasterxml.jackson.databind.cfg
+ 32 B com.sun.org.apache.xerces.internal.xni
+ 32 B java.security.cert
+ 32 B com.fasterxml.jackson.core.filter
+ 32 B org.apache.commons.io.output
+ 32 B com.fasterxml.classmate.util
+ 32 B javax.xml.bind.annotation
+ 32 B com.fasterxml.classmate.members
+ 32 B java.nio.channels.spi
+ 32 B org.jboss.shamrock.runtime
+ 32 B org.jboss.resteasy.plugins.providers.jsonp
+ 32 B sun.reflect.generics.visitor
+ 32 B com.arjuna.ats.arjuna.recovery
+ 32 B com.sun.org.apache.xml.internal.res
+ 24 B io.undertow.servlet.util
+ 24 B com.github.fge.jsonpatch
+ 24 B org.jboss.resteasy.mock
+ 24 B ch.qos.logback.classic.pattern
+ 24 B sun.reflect.generics.repository
+ 24 B org.eclipse.microprofile.metrics.annotation
+ 24 B org.xnio.channels
+ 24 B io.reactivex.internal.queue
+ 24 B ch.qos.logback.core.spi
+ 24 B sun.reflect
+ 24 B javax.ws.rs.client
+ 24 B io.reactivex.plugins
+ 24 B org.apache.http.conn.params
+ 24 B javax.xml.validation
+ 24 B io.reactivex.internal.disposables
+ 24 B com.sun.xml.internal.stream.util
+ 24 B org.jboss.shamrock.undertow.runtime
+ 24 B org.hibernate.validator.internal.constraintvalidators.hv
+ 24 B javax.json.spi
+ 24 B com.oracle.svm.core.genscavenge.graal
+ 24 B org.resteasy.reactivecontext
+ 24 B org.jboss.shamrock.example.validator
+ 24 B org.hsqldb.error
+ 24 B javax.annotation
+ 24 B org.jboss.shamrock.arc.runtime
+ 24 B com.oracle.svm.core.meta
+ 24 B com.sun.xml.internal.stream.dtd.nonvalidating
+ 24 B org.hibernate.validator.internal.engine.constraintdefinition
+ 16 B javax.xml.transform.dom
+ 16 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
+ 16 B io.reactivex.internal.functions
+ 16 B io.smallrye.openapi.api
+ 16 B io.reactivex.internal.subscribers
+ 16 B org.eclipse.microprofile.rest.client.inject
+ 16 B com.arjuna.ats.jta
+ 16 B javax.ws.rs.container
+ 16 B java.util.function
+ 16 B org.hsqldb.resources
+ 16 B com.fasterxml.jackson.databind.annotation
+ 16 B org.eclipse.microprofile.health
+ 16 B com.oracle.svm.core.posix.headers
+ 16 B com.sun.org.apache.xalan.internal.xsltc.compiler.util
+ 16 B org.hsqldb.server
+ 16 B io.undertow.security.handlers
+ 16 B org.jboss.shamrock.undertow.runtime.graal
+ 16 B io.reactivex.internal.operators.observable
+ 16 B javax.xml.namespace
+ 16 B javax.inject
+ 16 B org.jboss.resteasy.client.jaxrs.engines.factory
+ 16 B com.sun.xml.internal.bind.unmarshaller
+ 16 B com.arjuna.ats.internal.jta.resources
+ 16 B com.oracle.svm.core.handles
+ 16 B org.hibernate.validator.internal.engine.messageinterpolation.util
+ 16 B io.reactivex.internal.util
+ 16 B org.hsqldb.lib.java
+ 16 B org.hibernate.validator.internal.constraintvalidators.bv
+ 16 B org.postgresql.jdbc2
+ 16 B org.graalvm.compiler.core.common
+ 16 B io.undertow.server.protocol
+ 16 B sun.reflect.generics.tree
+ 16 B com.sun.xml.bind.unmarshaller
+ 16 B javax.enterprise.context
+ 16 B org.eclipse.microprofile.rest.client.spi
+ 8 B com.oracle.svm.core.c
+ 8 B io.reactivex.internal.observers
+ 8 B com.sun.xml.bind.api.impl
+ 8 B javax.validation.constraintvalidation
+ 8 B org.jboss.shamrock.health.runtime
+ 8 B org.jboss.shamrock.example.health
+ 8 B org.postgresql.shaded.com.ongres.scram.common.stringprep
+ 8 B com.sun.org.apache.xalan.internal.xsltc.runtime
+ 8 B ch.qos.logback.core.encoder
+ 8 B org.jboss.shamrock.agroal.runtime.graal
+ 8 B com.arjuna.ats.arjuna.coordinator.abstractrecord
+ 8 B org.hibernate.validator.internal.metadata.aggregated.rule
+ 8 B com.oracle.svm.core.properties
+ 8 B sun.reflect.generics.scope
+ 8 B com.sun.xml.internal.bind.api.impl
+ 8 B com.sun.xml.bind.v2.model.util
+ 8 B io.agroal.api
+ 8 B com.oracle.svm.core.os
+ 8 B com.fasterxml.jackson.jaxrs.util
+ 8 B org.jboss.shamrock.example.transaction
+ 8 B com.arjuna.ats.internal.jta.xa
+ 8 B org.graalvm.compiler.graph
+ 8 B io.agroal.api.security
+ 8 B com.arjuna.ats.arjuna.objectstore
+ 8 B org.yaml.snakeyaml.util
+ 8 B io.reactivex.internal.operators.single
+ 8 B org.slf4j.impl
+ 8 B org.jboss.resteasy.plugins.server
+ 8 B java.lang.ref
+ 8 B sun.reflect.generics.factory
+ 8 B org.postgresql.shaded.com.ongres.scram.common.exception
+ 8 B org.eclipse.microprofile.rest.client
+ 8 B java.nio.file.spi
+ 8 B com.sun.org.apache.xerces.internal.impl.msg
+ 8 B javax.security.sasl
+ 8 B com.oracle.svm.core.allocationprofile
+ 4 B com.oracle.svm.core.c.function
+
+Total: 152.80 KB (156468 bytes)
+
+Constant Data Sizes by Class
+============================
+
+ 2.12 KB java.lang.Math
+ 1.63 KB org.hibernate.validator.internal.metadata.core.ConstraintHelper
+ 1.48 KB io.undertow.server.protocol.http.HttpRequestParser$$generated
+ 1.02 KB org.hibernate.validator.internal.util.logging.Log_$logger
+ 984 B sun.net.www.protocol.http.HttpURLConnection
+ 952 B java.util.regex.Pattern
+ 944 B org.postgresql.jdbc.PgConnection
+ 944 B org.postgresql.core.v3.QueryExecutorImpl
+ 752 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens
+ 712 B com.arjuna.ats.arjuna.logging.arjunaI18NLogger_$logger
+ 688 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler
+ 664 B io.undertow.UndertowMessages_$bundle
+ 608 B org.postgresql.core.v3.ConnectionFactoryImpl
+ 584 B org.yaml.snakeyaml.scanner.ScannerImpl
+ 576 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker
+ 568 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator
+ 552 B com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl
+ 552 B io.smallrye.openapi.runtime.io.OpenApiSerializer
+ 552 B com.sun.org.apache.xerces.internal.impl.XMLScanner
+ 536 B com.sun.org.apache.xerces.internal.xinclude.XIncludeHandler
+ 512 B com.oracle.svm.core.genscavenge.GCImpl
+ 496 B com.arjuna.ats.arjuna.coordinator.BasicAction
+ 496 B org.jboss.resteasy.spi.ResteasyProviderFactory
+ 488 B org.postgresql.jdbc.PgResultSet
+ 448 B java.util.Formatter$FormatSpecifier
+ 440 B org.postgresql.jdbc.EscapedFunctions2
+ 432 B com.sun.org.apache.xerces.internal.impl.XMLEntityManager
+ 424 B io.undertow.protocols.http2.Http2Channel
+ 400 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token
+ 400 B org.yaml.snakeyaml.emitter.Emitter
+ 400 B com.oracle.svm.core.SubstrateUtil
+ 392 B com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple
+ 376 B com.oracle.svm.core.deopt.Deoptimizer
+ 368 B com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
+ 360 B org.slf4j.LoggerFactory
+ 360 B java.text.DecimalFormat
+ 352 B com.fasterxml.jackson.databind.type.TypeFactory
+ 352 B com.sun.org.apache.xerces.internal.impl.xs.XSConstraints
+ 352 B com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
+ 352 B com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser
+ 352 B com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
+ 348 B com.fasterxml.jackson.databind.deser.std.StdDeserializer
+ 336 B org.hsqldb.jdbc.JDBCConnection
+ 336 B org.hsqldb.types.IntervalType
+ 336 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl
+ 328 B com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
+ 328 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractTraverser
+ 328 B com.fasterxml.jackson.core.json.ReaderBasedJsonParser
+ 320 B org.apache.commons.logging.impl.LogFactoryImpl
+ 320 B org.apache.http.impl.client.AbstractHttpClient
+ 312 B sun.reflect.generics.parser.SignatureParser
+ 312 B io.undertow.server.protocol.ajp.AjpServerResponseConduit
+ 312 B com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
+ 312 B com.oracle.svm.core.option.SubstrateOptionsParser
+ 296 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl
+ 296 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
+ 296 B com.oracle.svm.core.amd64.AMD64CPUFeatureAccess
+ 296 B org.yaml.snakeyaml.parser.ParserImpl
+ 296 B com.sun.org.apache.xerces.internal.parsers.AbstractDOMParser
+ 280 B com.sun.xml.bind.v2.runtime.JAXBContextImpl
+ 280 B com.sun.xml.bind.v2.runtime.MarshallerImpl
+ 280 B org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger
+ 280 B com.sun.org.apache.xerces.internal.util.URI
+ 272 B sun.text.normalizer.UnicodeSet
+ 272 B org.apache.http.impl.client.DefaultRequestDirector
+ 272 B org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
+ 272 B java.security.MessageDigest
+ 272 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader
+ 264 B io.undertow.Undertow
+ 264 B com.sun.org.apache.xerces.internal.impl.dtd.DTDGrammar
+ 264 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
+ 264 B javax.xml.bind.ContextFinder
+ 264 B org.apache.http.impl.execchain.MainClientExec
+ 264 B com.sun.xml.internal.bind.v2.runtime.MarshallerImpl
+ 256 B com.fasterxml.jackson.dataformat.yaml.YAMLParser
+ 256 B io.smallrye.metrics.exporters.PrometheusExporter
+ 256 B io.undertow.server.HttpServerExchange
+ 256 B io.undertow.servlet.handlers.DefaultServlet
+ 256 B com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl
+ 256 B org.hsqldb.types.NumberType
+ 256 B io.undertow.server.protocol.ajp.AjpRequestParser
+ 248 B java.net.URI$Parser
+ 248 B com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl
+ 248 B org.jboss.resteasy.specimpl.ResteasyUriBuilder
+ 248 B io.smallrye.metrics.MetricsRegistryImpl
+ 248 B java.util.SimpleTimeZone
+ 248 B org.apache.http.impl.client.HttpClientBuilder
+ 244 B org.postgresql.Driver
+ 240 B io.undertow.UndertowLogger_$logger
+ 240 B org.apache.commons.logging.LogFactory
+ 240 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider
+ 240 B io.undertow.server.protocol.framed.AbstractFramedChannel
+ 240 B org.postgresql.jdbc.TypeInfoCache
+ 240 B java.math.BigDecimal
+ 232 B io.undertow.server.handlers.resource.DirectoryUtils
+ 232 B io.smallrye.metrics.exporters.PrometheusUnit
+ 232 B io.smallrye.metrics.exporters.JsonExporter
+ 224 B org.jboss.resteasy.core.SynchronousDispatcher
+ 224 B java.net.PlainSocketImpl
+ 224 B org.xnio.nio.WorkerThread
+ 224 B org.apache.http.impl.auth.DigestScheme
+ 224 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl
+ 224 B org.jboss.resteasy.core.ResourceMethodInvoker
+ 224 B com.sun.activation.registries.MailcapFile
+ 224 B java.math.BigInteger
+ 224 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate
+ 224 B com.arjuna.ats.arjuna.coordinator.TransactionReaper
+ 216 B com.sun.org.apache.xerces.internal.parsers.XML11Configuration
+ 216 B sun.util.locale.provider.LocaleResources
+ 216 B javax.activation.MailcapCommandMap
+ 216 B java.net.SocksSocketImpl
+ 208 B java.security.Provider$Service
+ 208 B sun.net.www.http.HttpClient
+ 208 B com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery
+ 208 B java.lang.Class
+ 208 B com.fasterxml.jackson.databind.util.ClassUtil
+ 200 B com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
+ 200 B org.postgresql.jdbc.TimestampUtils
+ 200 B com.arjuna.ats.jta.utils.XAHelper
+ 200 B io.undertow.server.protocol.http.HttpReadListener
+ 192 B com.fasterxml.jackson.core.base.ParserBase
+ 192 B com.fasterxml.jackson.databind.DeserializationContext
+ 192 B org.postgresql.ssl.jdbc4.LibPQFactory
+ 192 B org.postgresql.core.QueryExecutorBase
+ 192 B com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl
+ 192 B com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore
+ 192 B com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
+ 184 B com.fasterxml.jackson.databind.deser.BeanDeserializerBase
+ 184 B org.jboss.shamrock.restclient.runtime.RestClientBuilderImpl
+ 184 B org.postgresql.util.ServerErrorMessage
+ 184 B com.oracle.svm.core.thread.VMOperationControl
+ 184 B io.agroal.pool.wrapper.ConnectionWrapper
+ 184 B sun.nio.ch.Net
+ 184 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder
+ 184 B com.sun.security.ntlm.NTLM
+ 184 B sun.net.www.protocol.http.DigestAuthentication
+ 184 B io.undertow.servlet.handlers.ServletPathMatches
+ 184 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager
+ 176 B com.fasterxml.jackson.core.base.ParserMinimalBase
+ 176 B org.apache.http.impl.conn.PoolingHttpClientConnectionManager
+ 176 B com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
+ 176 B com.fasterxml.jackson.core.json.UTF8JsonGenerator
+ 176 B sun.misc.FloatingDecimal
+ 176 B javax.servlet.http.HttpServlet
+ 176 B com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
+ 176 B com.sun.xml.internal.bind.v2.ContextFactory
+ 176 B java.net.Socket
+ 176 B org.jboss.resteasy.spi.ResteasyDeployment
+ 172 B com.fasterxml.jackson.databind.ObjectMapper
+ 168 B org.postgresql.core.Parser
+ 168 B com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
+ 168 B com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDLoader
+ 168 B org.postgresql.core.v3.SimpleParameterList
+ 168 B io.agroal.pool.ConnectionPool
+ 168 B jdk.vm.ci.meta.JavaConstant
+ 168 B io.undertow.server.protocol.http.HttpTransferEncoding
+ 168 B com.oracle.svm.core.thread.JavaThreads
+ 168 B org.glassfish.json.JsonParserImpl
+ 168 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers
+ 168 B org.apache.http.impl.cookie.DefaultCookieSpecProvider
+ 168 B com.arjuna.ats.jta.logging.jtaI18NLogger_$logger
+ 168 B org.hsqldb.Scanner
+ 168 B org.jboss.resteasy.plugins.delegates.CacheControlDelegate
+ 168 B io.undertow.protocols.http2.Http2FrameHeaderParser
+ 168 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager
+ 168 B com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl
+ 160 B org.yaml.snakeyaml.resolver.Resolver
+ 160 B com.sun.org.apache.xml.internal.serializer.ToHTMLStream
+ 160 B com.oracle.svm.core.posix.thread.PosixParkEvent
+ 160 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser
+ 160 B java.awt.GraphicsEnvironment
+ 160 B java.util.regex.Matcher
+ 160 B com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDProcessor
+ 160 B com.oracle.svm.core.MonitorSupport
+ 160 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl
+ 160 B org.apache.http.pool.AbstractConnPool
+ 160 B org.jboss.shamrock.example.jpa.JPATestEndpoint
+ 160 B com.fasterxml.jackson.databind.deser.std.StackTraceElementDeserializer
+ 160 B io.undertow.servlet.UndertowServletMessages_$bundle
+ 156 B javax.el.FactoryFinder
+ 156 B com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV
+ 152 B io.undertow.server.protocol.ajp.AjpOpenListener
+ 152 B sun.nio.ch.SocketChannelImpl
+ 152 B org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
+ 152 B com.sun.xml.internal.bind.v2.runtime.XMLSerializer
+ 152 B org.xnio.nio.QueuedNioTcpServer
+ 152 B org.hsqldb.jdbc.JDBCUtil
+ 152 B com.sun.xml.internal.bind.v2.model.impl.ModelBuilder
+ 152 B org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
+ 152 B com.fasterxml.jackson.databind.ser.BasicSerializerFactory
+ 152 B io.undertow.server.protocol.ajp.AjpReadListener
+ 152 B io.undertow.protocols.ssl.SslConduit
+ 152 B com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord
+ 152 B com.sun.xml.bind.v2.ClassFactory
+ 152 B org.xnio.nio.NioXnioWorker
+ 144 B com.sun.org.apache.xml.internal.serializer.utils.URI
+ 144 B org.hibernate.validator.internal.engine.resolver.TraversableResolvers
+ 144 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression
+ 144 B javax.xml.bind.helpers.AbstractMarshallerImpl
+ 144 B java.util.concurrent.CompletableFuture
+ 144 B com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
+ 144 B com.sun.org.apache.xml.internal.serializer.ToStream
+ 144 B java.util.Locale
+ 144 B javax.security.auth.login.LoginContext
+ 144 B io.smallrye.config.SmallRyeConfigBuilder
+ 144 B com.sun.proxy.$Proxy232
+ 144 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
+ 144 B com.fasterxml.jackson.databind.util.StdDateFormat
+ 136 B org.jboss.resteasy.spi.metadata.ResourceBuilder
+ 136 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
+ 136 B org.hibernate.validator.internal.metadata.core.MetaConstraints
+ 136 B org.jboss.resteasy.core.ConstructorInjectorImpl
+ 136 B java.util.Calendar
+ 136 B org.apache.http.impl.auth.GGSSchemeBase
+ 136 B com.arjuna.ats.arjuna.coordinator.ActionStatus
+ 136 B org.postgresql.jre8.sasl.ScramAuthenticator
+ 136 B io.undertow.server.protocol.http2.Http2ReceiveListener
+ 136 B com.sun.naming.internal.ResourceManager
+ 136 B org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
+ 136 B java.net.AbstractPlainSocketImpl
+ 136 B org.xnio.nio.NioSocketStreamConnection
+ 136 B com.sun.xml.bind.v2.ContextFactory
+ 128 B org.jboss.resteasy.core.InjectorFactoryImpl
+ 128 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms
+ 128 B java.lang.Thread
+ 128 B java.nio.charset.CharsetDecoder
+ 128 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
+ 128 B javax.crypto.Cipher
+ 128 B org.apache.http.impl.conn.BasicHttpClientConnectionManager
+ 128 B sun.text.normalizer.NormalizerImpl
+ 128 B java.lang.Throwable
+ 128 B com.fasterxml.jackson.core.json.UTF8StreamJsonParser
+ 128 B org.apache.http.client.config.RequestConfig
+ 128 B sun.util.locale.provider.CalendarNameProviderImpl
+ 128 B org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
+ 128 B java.text.MessageFormat
+ 128 B com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
+ 128 B com.sun.xml.bind.v2.model.impl.ModelBuilder
+ 120 B java.util.Currency
+ 120 B com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
+ 120 B sun.security.jgss.ProviderList
+ 120 B org.apache.http.impl.client.InternalHttpClient
+ 120 B io.reactivex.Flowable
+ 120 B org.apache.http.util.VersionInfo
+ 120 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RangeToken
+ 120 B java.util.concurrent.ForkJoinPool
+ 120 B org.xnio.nio.Log_$logger
+ 120 B io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
+ 120 B org.apache.http.impl.client.AuthenticationStrategyImpl
+ 120 B org.apache.http.impl.client.DefaultHttpClient
+ 120 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser
+ 120 B org.hibernate.validator.internal.engine.ConfigurationImpl
+ 120 B io.undertow.server.protocol.http.HttpRequestParser
+ 120 B sun.security.util.DerValue
+ 112 B org.apache.http.impl.conn.DefaultClientConnection
+ 112 B com.arjuna.ats.jta.xa.XATxConverter
+ 112 B org.postgresql.shaded.com.ongres.scram.common.message.ServerFirstMessage
+ 112 B io.smallrye.metrics.MetricsRequestHandler
+ 112 B com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory
+ 112 B ch.qos.logback.classic.Logger
+ 112 B java.lang.management.MemoryUsage
+ 112 B org.apache.http.impl.client.DefaultRedirectStrategy
+ 112 B sun.net.www.protocol.http.spnego.NegotiatorImpl
+ 112 B org.jboss.resteasy.core.registry.SegmentNode
+ 112 B io.undertow.servlet.handlers.ServletInitialHandler
+ 112 B org.jboss.resteasy.plugins.delegates.ServerCookie
+ 112 B com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
+ 112 B org.apache.http.impl.BHttpConnectionBase
+ 112 B com.oracle.svm.core.genscavenge.HeapImpl
+ 112 B com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord
+ 112 B java.awt.color.ICC_Profile
+ 112 B com.oracle.svm.core.jdk.JavaNetSubstitutions
+ 112 B org.apache.http.impl.io.ChunkedInputStream
+ 112 B org.apache.http.client.params.HttpClientParamConfig
+ 112 B org.jboss.resteasy.core.StringParameterInjector
+ 112 B java.net.InetAddress
+ 112 B org.hsqldb.types.DateTimeType
+ 104 B com.sun.xml.internal.bind.v2.runtime.JaxBeanInfo
+ 104 B javax.security.auth.Subject
+ 104 B io.reactivex.exceptions.CompositeException
+ 104 B sun.security.util.ObjectIdentifier
+ 104 B com.sun.xml.internal.bind.v2.model.impl.PropertyInfoImpl
+ 104 B org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
+ 104 B com.sun.org.apache.xerces.internal.dom.DocumentImpl
+ 104 B java.io.File
+ 104 B io.undertow.servlet.handlers.ServletDebugPageHandler
+ 104 B org.glassfish.json.JsonGeneratorImpl
+ 104 B com.sun.org.apache.xerces.internal.impl.XML11NSDocumentScannerImpl
+ 104 B com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl
+ 104 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDSimpleTypeTraverser
+ 104 B org.postgresql.core.Encoding
+ 104 B org.jboss.resteasy.core.ResourceLocatorInvoker
+ 104 B org.postgresql.jdbc.PgStatement
+ 104 B org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
+ 104 B com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction
+ 104 B java.security.Provider
+ 104 B com.fasterxml.jackson.databind.util.TokenBuffer
+ 104 B com.fasterxml.jackson.databind.deser.SettableBeanProperty
+ 104 B com.arjuna.ats.arjuna.coordinator.TwoPhaseOutcome
+ 104 B com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory
+ 104 B com.oracle.svm.core.genscavenge.Space
+ 96 B org.apache.http.impl.auth.NTLMScheme
+ 96 B com.arjuna.ats.internal.arjuna.coordinator.ReaperElement
+ 96 B io.undertow.servlet.spec.AsyncContextImpl
+ 96 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig
+ 96 B java.text.DateFormatSymbols
+ 96 B java.time.Instant
+ 96 B org.jboss.resteasy.util.TypeConverter
+ 96 B com.fasterxml.classmate.TypeResolver
+ 96 B io.undertow.server.Connectors
+ 96 B com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
+ 96 B sun.net.spi.DefaultProxySelector
+ 96 B com.sun.xml.bind.DatatypeConverterImpl
+ 96 B com.sun.xml.bind.v2.bytecode.ClassTailor
+ 96 B org.apache.http.impl.execchain.RedirectExec
+ 96 B org.jboss.resteasy.core.ServerResponseWriter
+ 96 B org.apache.http.client.protocol.RequestAddCookies
+ 96 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeTraverser
+ 96 B org.apache.http.impl.auth.HttpAuthenticator
+ 96 B org.apache.http.impl.cookie.NetscapeDomainHandler
+ 96 B com.fasterxml.jackson.databind.type.TypeParser
+ 96 B org.apache.http.impl.conn.PoolingClientConnectionManager
+ 96 B javax.ws.rs.ext.FactoryFinder
+ 96 B org.hibernate.validator.internal.engine.ValidatorImpl
+ 96 B org.apache.http.impl.conn.ManagedClientConnectionImpl
+ 96 B com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
+ 96 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl
+ 96 B com.fasterxml.jackson.databind.ser.BeanPropertyWriter
+ 96 B io.undertow.servlet.spec.HttpServletResponseImpl
+ 96 B io.agroal.pool.ConnectionFactory
+ 96 B sun.util.locale.provider.JRELocaleProviderAdapter
+ 96 B org.xnio._private.Messages_$logger
+ 96 B jdk.xml.internal.JdkXmlFeatures
+ 96 B com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer
+ 88 B com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
+ 88 B org.apache.http.impl.execchain.ProtocolExec
+ 88 B io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler
+ 88 B com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
+ 88 B com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
+ 88 B org.apache.http.impl.AbstractHttpClientConnection
+ 88 B org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
+ 88 B org.apache.http.client.protocol.ResponseProcessCookies
+ 88 B com.fasterxml.jackson.databind.ObjectReader
+ 88 B sun.security.jgss.GSSCredentialImpl
+ 88 B java.lang.reflect.Modifier
+ 88 B org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
+ 88 B java.util.concurrent.ConcurrentSkipListMap
+ 88 B java.net.SocketInputStream
+ 88 B org.hibernate.validator.internal.metadata.BeanMetaDataManager
+ 88 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl
+ 88 B java.util.logging.Logger
+ 88 B com.fasterxml.jackson.databind.deser.DeserializerCache
+ 88 B io.undertow.security.impl.SecurityContextImpl
+ 88 B sun.nio.fs.UnixFileSystemProvider
+ 88 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext
+ 88 B io.undertow.server.protocol.proxy.ProxyProtocolReadListener
+ 88 B com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
+ 88 B org.jboss.shamrock.openapi.runtime.OpenApiServlet
+ 88 B sun.security.util.DerInputStream
+ 88 B com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
+ 88 B com.oracle.svm.core.genscavenge.ThreadLocalAllocation
+ 88 B org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
+ 88 B java.text.SimpleDateFormat
+ 88 B com.fasterxml.jackson.databind.introspect.BasicBeanDescription
+ 88 B com.arjuna.ats.internal.arjuna.recovery.ExpiredEntryMonitor
+ 88 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
+ 80 B java.lang.AbstractStringBuilder
+ 80 B sun.security.jca.GetInstance
+ 80 B org.jboss.resteasy.client.jaxrs.ClientHttpEngineBuilder43
+ 80 B org.postgresql.core.UTF8Encoding
+ 80 B com.arjuna.ats.jta.common.JTAEnvironmentBean
+ 80 B com.oracle.svm.core.util.TimeUtils
+ 80 B com.arjuna.ats.internal.arjuna.objectstore.FileSystemStore
+ 80 B io.reactiverse.reactivecontexts.propagators.rxjava2.RxJava2ContextPropagator
+ 80 B org.jboss.resteasy.core.PropertyInjectorImpl
+ 80 B org.apache.http.impl.cookie.RFC2109Spec
+ 80 B org.apache.http.impl.cookie.PublicSuffixDomainFilter
+ 80 B org.jboss.shamrock.agroal.runtime.DataSourceProducer
+ 80 B java.util.GregorianCalendar
+ 80 B org.hibernate.validator.internal.xml.ValidationBootstrapParameters
+ 80 B io.smallrye.health.SmallRyeHealthReporter
+ 80 B com.fasterxml.jackson.databind.ser.PropertyBuilder
+ 80 B org.eclipse.microprofile.metrics.Metadata
+ 80 B com.oracle.svm.core.JavaMainWrapper
+ 80 B java.time.LocalDate
+ 80 B com.oracle.svm.core.code.CodeInfoTable
+ 80 B java.util.ServiceLoader
+ 80 B org.jboss.resteasy.core.ResourcePropertyInjector
+ 80 B java.net.URLConnection
+ 80 B com.arjuna.ats.arjuna.coordinator.RecordList
+ 80 B com.fasterxml.jackson.databind.util.TokenBuffer$Parser
+ 80 B sun.security.jgss.GSSNameImpl
+ 80 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOM
+ 80 B org.jboss.resteasy.client.jaxrs.internal.ClientResponse
+ 80 B org.apache.http.client.protocol.ResponseContentEncoding
+ 80 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister
+ 80 B org.apache.http.impl.io.AbstractMessageParser
+ 80 B org.hsqldb.ClientConnection
+ 80 B com.sun.proxy.$Proxy237
+ 80 B com.sun.xml.bind.v2.runtime.XMLSerializer
+ 80 B com.arjuna.ats.internal.arjuna.recovery.Listener
+ 80 B org.hsqldb.result.Result
+ 80 B javax.activation.DataHandler
+ 80 B org.xml.sax.helpers.ParserAdapter
+ 80 B org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
+ 80 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractIDConstraintTraverser
+ 80 B javax.naming.spi.NamingManager
+ 80 B com.fasterxml.classmate.TypeBindings
+ 72 B com.oracle.svm.core.thread.VMThreads$StatusSupport
+ 72 B ch.qos.logback.classic.LoggerContext
+ 72 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceClassBuilder
+ 72 B org.hibernate.validator.internal.engine.ValidationContext
+ 72 B com.fasterxml.jackson.dataformat.yaml.UTF8Reader
+ 72 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData
+ 72 B io.reactivex.Single
+ 72 B com.fasterxml.jackson.databind.deser.BeanDeserializer
+ 72 B org.xnio.ssl.JsseSslUtils
+ 72 B com.oracle.svm.core.thread.Safepoint$Master
+ 72 B org.glassfish.json.JsonParserImpl$ArrayContext
+ 72 B io.undertow.util.MultipartParser$ParseState
+ 72 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$CharToken
+ 72 B org.apache.http.impl.client.CookieSpecRegistries
+ 72 B com.oracle.svm.core.posix.thread.PosixJavaThreads
+ 72 B java.net.URL
+ 72 B java.net.URLStreamHandler
+ 72 B java.util.Hashtable
+ 72 B io.undertow.servlet.core.ManagedServlet
+ 72 B com.fasterxml.jackson.databind.deser.ValueInstantiator
+ 72 B io.undertow.server.session.InMemorySessionManager$SessionImpl
+ 72 B com.fasterxml.jackson.databind.util.BeanUtil
+ 72 B org.postgresql.jdbc.PreferQueryMode
+ 72 B org.postgresql.jdbc.BooleanTypeUtil
+ 72 B com.fasterxml.jackson.databind.SerializerProvider
+ 72 B com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
+ 72 B java.text.DateFormat
+ 72 B com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver
+ 72 B io.agroal.api.configuration.supplier.AgroalConnectionPoolConfigurationSupplier
+ 72 B org.hibernate.validator.internal.util.TypeHelper
+ 72 B java.lang.StringCoding
+ 72 B java.util.concurrent.ConcurrentHashMap
+ 72 B org.hibernate.validator.internal.xml.ValidationXmlParser
+ 72 B com.fasterxml.jackson.core.io.UTF32Reader
+ 72 B java.util.stream.Collectors
+ 72 B java.lang.String
+ 72 B org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
+ 72 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser
+ 72 B com.sun.xml.internal.bind.v2.runtime.ClassBeanInfoImpl
+ 72 B com.oracle.svm.core.threadlocal.VMThreadLocalInfos
+ 72 B sun.nio.ch.SocketAdaptor
+ 72 B com.arjuna.ats.arjuna.coordinator.RecordType
+ 72 B com.fasterxml.jackson.core.base.GeneratorBase
+ 72 B com.fasterxml.jackson.databind.type.TypeBindings$TypeParamStash
+ 72 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
+ 72 B com.arjuna.ats.internal.arjuna.abstractrecords.LastResourceRecord
+ 72 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
+ 72 B org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage
+ 72 B org.hsqldb.types.CharacterType
+ 72 B org.postgresql.gss.MakeGSS
+ 72 B javax.validation.Validation$GenericBootstrapImpl
+ 72 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ValueStoreBase
+ 72 B java.util.stream.ReferencePipeline
+ 72 B io.agroal.narayana.LocalXAResource
+ 72 B io.agroal.pool.DefaultMetricsRepository
+ 72 B org.apache.http.impl.execchain.RetryExec
+ 72 B org.hsqldb.jdbc.JDBCResultSet
+ 72 B com.sun.org.apache.xml.internal.serializer.utils.Messages
+ 72 B javax.xml.parsers.FactoryFinder
+ 72 B com.fasterxml.classmate.ResolvedTypeWithMembers
+ 72 B com.fasterxml.jackson.core.JsonLocation
+ 72 B sun.util.locale.provider.LocaleProviderAdapter
+ 72 B javax.xml.stream.FactoryFinder
+ 64 B com.oracle.svm.core.genscavenge.HeapChunkProvider
+ 64 B java.util.zip.GZIPInputStream
+ 64 B org.apache.http.client.protocol.HttpClientContext
+ 64 B sun.misc.FloatingDecimal$BinaryToASCIIBuffer
+ 64 B com.arjuna.ats.arjuna.state.OutputBuffer
+ 64 B org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
+ 64 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
+ 64 B org.jboss.resteasy.util.DateUtil
+ 64 B com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
+ 64 B java.util.concurrent.ForkJoinPool$WorkQueue
+ 64 B sun.util.locale.provider.TimeZoneNameUtility
+ 64 B com.sun.xml.bind.v2.runtime.property.PropertyFactory
+ 64 B com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
+ 64 B io.agroal.narayana.NarayanaTransactionIntegration
+ 64 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner
+ 64 B com.fasterxml.jackson.databind.deser.impl.CreatorCollector
+ 64 B org.jboss.resteasy.core.ContextParameterInjector
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV$XDouble
+ 64 B sun.nio.ch.ServerSocketChannelImpl
+ 64 B com.oracle.svm.core.thread.Safepoint
+ 64 B com.sun.org.apache.xalan.internal.xsltc.runtime.output.TransletOutputHandlerFactory
+ 64 B com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
+ 64 B sun.awt.AppContext
+ 64 B com.arjuna.ats.internal.arjuna.recovery.WorkerService
+ 64 B com.sun.security.ntlm.Client
+ 64 B java.util.stream.AbstractPipeline
+ 64 B org.hibernate.validator.internal.engine.ValueContext
+ 64 B sun.reflect.annotation.AnnotatedTypeFactory
+ 64 B com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple
+ 64 B com.fasterxml.jackson.core.JsonFactory
+ 64 B com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
+ 64 B ch.qos.logback.core.status.StatusBase
+ 64 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
+ 64 B io.agroal.pool.ConnectionHandler
+ 64 B java.util.ArrayList
+ 64 B sun.net.www.http.KeepAliveCache
+ 64 B org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl
+ 64 B org.jboss.resteasy.plugins.providers.sse.SseEventProvider
+ 64 B io.smallrye.metrics.exporters.JsonMetadataExporter
+ 64 B org.hsqldb.DatabaseURL
+ 64 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder
+ 64 B sun.net.www.protocol.http.NegotiateAuthentication
+ 64 B com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
+ 64 B org.hibernate.validator.internal.util.ExecutableHelper
+ 64 B com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator
+ 64 B sun.net.www.http.ChunkedInputStream
+ 64 B java.lang.Integer
+ 64 B java.text.RBTableBuilder
+ 64 B com.sun.xml.bind.v2.runtime.reflect.Lister
+ 64 B com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
+ 64 B org.apache.http.ssl.SSLContextBuilder
+ 64 B sun.net.www.http.HttpCapture
+ 64 B com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDriver
+ 64 B com.arjuna.common.internal.util.propertyservice.BeanPopulator
+ 64 B org.apache.http.conn.routing.RouteTracker
+ 64 B org.glassfish.json.JsonProviderImpl
+ 64 B io.undertow.servlet.spec.HttpServletRequestImpl
+ 64 B org.hibernate.validator.internal.util.StringHelper
+ 64 B java.util.Base64$Decoder
+ 64 B com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl
+ 64 B org.xml.sax.helpers.XMLReaderFactory
+ 64 B com.sun.org.apache.xerces.internal.impl.XMLEntityScanner
+ 64 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
+ 64 B com.sun.org.apache.xml.internal.dtm.ref.sax2dtm.SAX2DTM
+ 64 B org.graalvm.collections.EconomicMapImpl
+ 64 B sun.awt.AppContext$3
+ 64 B com.sun.org.apache.xerces.internal.parsers.SAXParser
+ 64 B com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
+ 64 B com.oracle.svm.core.heap.NativeImageInfo
+ 64 B com.oracle.svm.core.snippets.ImplicitExceptions
+ 64 B org.apache.http.impl.conn.LoggingManagedHttpClientConnection
+ 64 B io.undertow.server.handlers.form.MultiPartParserDefinition
+ 64 B com.sun.org.apache.xerces.internal.impl.dv.DatatypeException
+ 64 B com.sun.xml.internal.bind.v2.model.impl.ElementPropertyInfoImpl
+ 64 B java.time.LocalTime
+ 64 B org.jboss.resteasy.specimpl.LinkBuilderImpl
+ 64 B org.xnio.XnioWorker
+ 64 B java.io.FileInputStream
+ 64 B org.apache.http.config.SocketConfig
+ 64 B org.hibernate.validator.internal.engine.messageinterpolation.parser.Token
+ 64 B java.util.WeakHashMap
+ 56 B org.apache.commons.codec.binary.Base64
+ 56 B com.fasterxml.jackson.databind.introspect.AnnotatedCreatorCollector
+ 56 B sun.net.www.URLConnection
+ 56 B sun.awt.SunToolkit
+ 56 B com.oracle.svm.core.log.RealLog
+ 56 B org.jboss.resteasy.client.jaxrs.ProxyBuilder
+ 56 B java.util.Formatter
+ 56 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager
+ 56 B com.oracle.svm.core.jdk.VMErrorSubstitutions
+ 56 B org.apache.http.message.BasicTokenIterator
+ 56 B com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter
+ 56 B org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage
+ 56 B org.apache.http.impl.conn.Wire
+ 56 B com.sun.org.apache.xerces.internal.impl.xpath.XPath
+ 56 B sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
+ 56 B org.apache.http.impl.cookie.RFC2109DomainHandler
+ 56 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_constructor_org_eclipse_microprofile_metrics_MetricRegistry_
+ 56 B io.smallrye.config.Converters
+ 56 B java.util.TreeMap
+ 56 B org.hsqldb.types.BitType
+ 56 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
+ 56 B sun.util.locale.BaseLocale
+ 56 B javax.ws.rs.ext.RuntimeDelegate
+ 56 B org.apache.http.impl.cookie.LaxExpiresHandler
+ 56 B org.apache.http.message.BasicHeaderElementIterator
+ 56 B org.apache.http.message.BasicHeaderValueParser
+ 56 B javax.activation.MimeTypeParameterList
+ 56 B com.oracle.svm.reflect.helpers.ReflectionProxyHelper
+ 56 B java.lang.Shutdown
+ 56 B org.postgresql.shaded.com.ongres.scram.common.util.CryptoUtil
+ 56 B io.undertow.protocols.ssl.UndertowAcceptingSslChannel
+ 56 B sun.nio.ch.SelectorImpl
+ 56 B com.sun.xml.internal.bind.DatatypeConverterImpl
+ 56 B java.util.stream.Nodes
+ 56 B org.hibernate.validator.internal.metadata.core.MetaConstraint
+ 56 B java.util.Timer
+ 56 B org.apache.http.conn.ssl.SSLConnectionSocketFactory
+ 56 B org.jboss.resteasy.plugins.delegates.LinkDelegate$Parser
+ 56 B org.hibernate.validator.internal.engine.groups.ValidationOrderGenerator
+ 56 B org.yaml.snakeyaml.error.Mark
+ 56 B org.apache.http.impl.cookie.BasicClientCookie
+ 56 B com.oracle.svm.core.code.CodeInfoDecoder
+ 56 B org.jboss.resteasy.util.Encode
+ 56 B sun.security.provider.DigestBase
+ 56 B com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
+ 56 B sun.util.locale.provider.CalendarDataUtility
+ 56 B org.jboss.resteasy.core.MethodInjectorImpl
+ 56 B java.lang.reflect.Field
+ 56 B java.sql.DriverManager
+ 56 B java.lang.reflect.Executable
+ 56 B org.apache.http.impl.conn.BasicClientConnectionManager
+ 56 B org.hsqldb.rowio.RowOutputBase
+ 56 B org.postgresql.ssl.MakeSSL
+ 56 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser
+ 56 B com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal
+ 56 B java.net.IDN
+ 56 B com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
+ 56 B com.sun.org.apache.xerces.internal.impl.dtd.XML11DTDValidator
+ 56 B org.jboss.resteasy.plugins.providers.DocumentProvider
+ 56 B io.undertow.server.protocol.http.HttpServerConnection
+ 56 B io.undertow.util.DateUtils
+ 56 B com.sun.org.apache.xerces.internal.utils.XMLLimitAnalyzer
+ 56 B com.sun.xml.internal.bind.v2.runtime.output.UTF8XmlOutput
+ 56 B org.postgresql.util.SharedTimer
+ 56 B org.postgresql.core.PGStream
+ 56 B org.postgresql.shaded.com.ongres.scram.common.message.ClientFirstMessage
+ 56 B com.fasterxml.jackson.core.JsonGenerator
+ 56 B org.apache.http.impl.client.SystemDefaultCredentialsProvider
+ 56 B javax.xml.transform.TransformerException
+ 56 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$HashEntry
+ 56 B com.sun.proxy.$Proxy225
+ 56 B com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager
+ 56 B java.io.ObjectInputStream
+ 56 B java.io.ObjectInputStream$BlockDataInputStream
+ 56 B sun.util.resources.LocaleData
+ 56 B com.sun.org.apache.xerces.internal.impl.dv.DTDDVFactory
+ 56 B com.sun.xml.internal.bind.v2.runtime.AnyTypeBeanInfo
+ 56 B com.fasterxml.jackson.core.io.NumberInput
+ 56 B java.util.concurrent.locks.ReentrantReadWriteLock
+ 56 B org.hibernate.validator.internal.engine.path.PathImpl
+ 56 B org.apache.http.impl.client.BasicAuthCache
+ 56 B org.apache.http.conn.util.PublicSuffixMatcherLoader
+ 56 B org.apache.http.impl.cookie.DefaultCookieSpec
+ 56 B java.lang.Character
+ 56 B org.apache.http.conn.ssl.SSLSocketFactory
+ 56 B org.jboss.protean.arc.ArcContainerImpl
+ 56 B javax.xml.bind.helpers.DefaultValidationEventHandler
+ 56 B org.apache.http.impl.cookie.BrowserCompatSpec
+ 56 B org.apache.http.conn.util.PublicSuffixListParser
+ 56 B org.glassfish.json.JsonTokenizer
+ 56 B com.arjuna.common.logging.commonI18NLogger_$logger
+ 56 B com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
+ 48 B java.util.concurrent.locks.AbstractQueuedSynchronizer
+ 48 B io.undertow.server.protocol.http2.Http2UpgradeHandler
+ 48 B org.postgresql.shaded.com.ongres.scram.client.ScramClient
+ 48 B io.undertow.server.DefaultByteBufferPool
+ 48 B org.glassfish.json.JsonParserImpl$ObjectContext
+ 48 B com.oracle.svm.core.genscavenge.OldGeneration
+ 48 B com.sun.xml.bind.util.ValidationEventLocatorExImpl
+ 48 B java.util.EnumSet
+ 48 B com.fasterxml.jackson.dataformat.yaml.UTF8Writer
+ 48 B java.awt.Component
+ 48 B com.sun.xml.internal.stream.XMLEntityStorage
+ 48 B com.oracle.svm.core.posix.PosixUtils
+ 48 B sun.java2d.cmm.CMSManager$CMMTracer
+ 48 B com.sun.xml.internal.stream.events.XMLEventFactoryImpl
+ 48 B org.jboss.resteasy.core.AsynchronousDispatcher
+ 48 B com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
+ 48 B com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder
+ 48 B org.apache.http.client.utils.URLEncodedUtils
+ 48 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry
+ 48 B com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
+ 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 48 B sun.net.NetworkClient
+ 48 B com.oracle.svm.reflect.proxy.DynamicProxySupport
+ 48 B org.jboss.resteasy.plugins.providers.FileProvider
+ 48 B org.apache.http.message.BasicLineParser
+ 48 B org.apache.http.impl.cookie.RFC2965Spec
+ 48 B org.apache.http.util.Args
+ 48 B com.fasterxml.jackson.databind.deser.AbstractDeserializer
+ 48 B com.arjuna.ats.arjuna.state.OutputObjectState
+ 48 B org.apache.http.config.ConnectionConfig
+ 48 B com.fasterxml.jackson.databind.ser.std.MapSerializer
+ 48 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
+ 48 B java.time.Duration
+ 48 B io.undertow.servlet.spec.RequestDispatcherImpl
+ 48 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDKeyrefTraverser
+ 48 B org.graalvm.compiler.options.ModifiableOptionValues
+ 48 B com.sun.xml.bind.v2.runtime.IllegalAnnotationException
+ 48 B com.sun.xml.internal.stream.events.StartElementEvent
+ 48 B sun.net.idn.StringPrep
+ 48 B com.oracle.svm.core.graal.posix.PosixCEntryPointSnippets
+ 48 B io.smallrye.metrics.interceptors.CountedInterceptor
+ 48 B com.fasterxml.jackson.databind.type.TypeBindings
+ 48 B com.sun.org.apache.xerces.internal.impl.xs.models.CMBuilder
+ 48 B java.awt.image.ColorModel
+ 48 B java.util.logging.LogManager$LoggerContext
+ 48 B com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
+ 48 B sun.reflect.annotation.AnnotationInvocationHandler
+ 48 B org.postgresql.shaded.com.ongres.scram.common.message.ClientFinalMessage
+ 48 B io.reactivex.internal.operators.flowable.FlowableCreate
+ 48 B org.jboss.resteasy.core.AbstractAsynchronousResponse
+ 48 B org.jboss.resteasy.core.AsyncResponseConsumer
+ 48 B com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple
+ 48 B org.hsqldb.types.BinaryType
+ 48 B sun.util.logging.PlatformLogger$DefaultLoggerProxy
+ 48 B java.lang.System
+ 48 B com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory
+ 48 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertySorter
+ 48 B sun.security.provider.NativePRNG$RandomIO
+ 48 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ParenToken
+ 48 B com.fasterxml.jackson.databind.deser.std.EnumDeserializer
+ 48 B com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
+ 48 B org.jboss.protean.arc.Reflections
+ 48 B sun.security.provider.SeedGenerator$URLSeedGenerator
+ 48 B org.apache.http.client.entity.DeflateInputStream
+ 48 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$PreBuilder2
+ 48 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncGeneralStreamingSseResponseConsumer
+ 48 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy11
+ 48 B javax.activation.MimeType
+ 48 B com.sun.nio.zipfs.ZipFileSystemProvider
+ 48 B javax.enterprise.util.AnnotationLiteral
+ 48 B com.sun.org.apache.xerces.internal.impl.dtd.models.DFAContentModel
+ 48 B io.reactivex.Observable
+ 48 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_fs_UnixNativeDispatcher
+ 48 B io.undertow.server.protocol.http2.Http2ServerConnection
+ 48 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnyURIDV
+ 48 B com.arjuna.ats.internal.arjuna.coordinator.ReaperWorkerThread
+ 48 B org.postgresql.shaded.com.ongres.scram.client.ScramSession$ClientFinalProcessor
+ 48 B java.time.temporal.TemporalAccessor
+ 48 B org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy
+ 48 B com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
+ 48 B org.apache.http.client.methods.RequestBuilder
+ 48 B java.nio.file.Files
+ 48 B org.postgresql.hostchooser.MultiHostChooser
+ 48 B com.oracle.svm.core.hub.ClassInitializationInfo
+ 48 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ValueStoreCache
+ 48 B com.fasterxml.jackson.databind.node.ObjectNode
+ 48 B org.apache.http.impl.io.AbstractSessionOutputBuffer
+ 48 B sun.net.www.protocol.http.ntlm.NTLMAuthentication
+ 48 B jdk.vm.ci.amd64.AMD64
+ 48 B org.apache.http.impl.cookie.RFC6265CookieSpecProvider
+ 48 B io.undertow.protocols.http2.Http2HeaderBlockParser
+ 48 B java.text.ChoiceFormat
+ 48 B io.agroal.pool.util.PropertyInjector
+ 48 B com.fasterxml.jackson.databind.introspect.AnnotatedMethod
+ 48 B com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple
+ 48 B sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter
+ 48 B com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
+ 48 B org.glassfish.json.UnicodeDetectingInputStream
+ 48 B com.sun.org.apache.xml.internal.serializer.SerializerFactory
+ 48 B org.hibernate.validator.internal.util.logging.formatter.DurationFormatter
+ 48 B io.undertow.protocols.http2.HpackEncoder
+ 48 B com.oracle.svm.core.snippets.SnippetRuntime
+ 48 B com.sun.proxy.$Proxy239
+ 48 B com.sun.proxy.$Proxy238
+ 48 B io.smallrye.config.SmallRyeConfig
+ 48 B org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentStart
+ 48 B io.undertow.server.protocol.framed.ShutdownFallbackExecutor
+ 48 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter
+ 48 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers
+ 48 B com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM
+ 48 B org.jboss.resteasy.util.CookieParser
+ 48 B com.fasterxml.jackson.databind.deser.SettableAnyProperty
+ 48 B com.sun.org.apache.xml.internal.serializer.EncodingInfo$EncodingImpl
+ 48 B org.jboss.resteasy.core.ResourceMethodRegistry
+ 48 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey
+ 48 B java.lang.ThreadGroup
+ 48 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ClosureToken
+ 48 B sun.net.ProgressEvent
+ 48 B org.apache.http.impl.cookie.RFC6265CookieSpec
+ 48 B com.fasterxml.jackson.databind.JsonDeserializer
+ 48 B javax.net.ssl.SSLSocketFactory
+ 48 B java.lang.Double
+ 48 B sun.net.www.protocol.file.Handler
+ 48 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Header
+ 44 B java.util.HashMap
+ 44 B com.fasterxml.jackson.jaxrs.base.ProviderBase
+ 40 B com.sun.org.apache.xml.internal.dtm.ref.ExpandedNameTable
+ 40 B com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager
+ 40 B org.jboss.resteasy.plugins.providers.jaxb.MapProvider
+ 40 B org.yaml.snakeyaml.scanner.SimpleKey
+ 40 B sun.util.calendar.CalendarSystem
+ 40 B org.jboss.shamrock.example.datasource.DatasourceResource
+ 40 B org.apache.http.conn.util.PublicSuffixMatcher
+ 40 B com.oracle.svm.core.heap.NoAllocationVerifier
+ 40 B sun.util.calendar.BaseCalendar
+ 40 B java.util.zip.InflaterInputStream
+ 40 B sun.security.util.DerIndefLenConverter
+ 40 B org.apache.http.util.CharArrayBuffer
+ 40 B org.hsqldb.types.DTIType
+ 40 B org.apache.http.impl.conn.DefaultClientConnectionOperator
+ 40 B com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
+ 40 B org.xnio.ChannelListeners
+ 40 B org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
+ 40 B sun.util.locale.provider.RuleBasedBreakIterator
+ 40 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ContextClassLoaderSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 40 B com.sun.org.apache.xerces.internal.utils.SecuritySupport$7
+ 40 B org.apache.http.message.ParserCursor
+ 40 B sun.security.jgss.wrapper.SunNativeProvider
+ 40 B io.reactivex.internal.subscriptions.SubscriptionHelper
+ 40 B org.glassfish.json.JsonObjectBuilderImpl
+ 40 B sun.net.www.protocol.http.AuthenticationHeader
+ 40 B org.postgresql.gss.GssAction
+ 40 B io.undertow.util.ByteRange
+ 40 B com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl
+ 40 B org.yaml.snakeyaml.DumperOptions
+ 40 B org.apache.http.message.BasicHeaderValueFormatter
+ 40 B java.security.Security
+ 40 B java.util.Collections$SetFromMap
+ 40 B org.jboss.resteasy.core.MessageBodyParameterInjector
+ 40 B com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
+ 40 B sun.nio.fs.UnixException
+ 40 B org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentStart
+ 40 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
+ 40 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 40 B io.undertow.servlet.core.ManagedFilter
+ 40 B java.io.UnixFileSystem
+ 40 B io.smallrye.metrics.MetricProducer
+ 40 B org.apache.http.impl.auth.NTLMEngineImpl
+ 40 B org.apache.http.impl.auth.BasicScheme
+ 40 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
+ 40 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener
+ 40 B io.reactiverse.reactivecontexts.core.Context
+ 40 B java.nio.charset.CharsetEncoder
+ 40 B io.undertow.conduits.ChunkedStreamSinkConduit
+ 40 B java.util.EnumMap
+ 40 B org.glassfish.json.JsonReaderImpl
+ 40 B java.nio.DirectByteBuffer
+ 40 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 40 B com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedValueInfoAllocator
+ 40 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
+ 40 B java.util.Spliterators
+ 40 B com.fasterxml.jackson.databind.deser.std.MapDeserializer
+ 40 B org.apache.http.client.protocol.RequestAuthenticationBase
+ 40 B org.apache.http.client.protocol.RequestProxyAuthentication
+ 40 B org.jboss.resteasy.util.Types
+ 40 B com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer
+ 40 B org.hibernate.validator.internal.engine.ConstraintViolationImpl
+ 40 B sun.net.www.ParseUtil
+ 40 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy7
+ 40 B sun.util.calendar.ZoneInfo
+ 40 B sun.security.jca.ProviderList
+ 40 B com.arjuna.ats.internal.arjuna.thread.ThreadActionData
+ 40 B com.oracle.svm.core.code.RuntimeCodeInfo
+ 40 B org.hsqldb.jdbc.JDBCDriver
+ 40 B org.jboss.resteasy.plugins.providers.RegisterBuiltin
+ 40 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment
+ 40 B org.jboss.resteasy.core.registry.MethodExpression
+ 40 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMImplementation
+ 40 B com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
+ 40 B java.text.MergeCollation
+ 40 B org.hibernate.validator.internal.xml.MappingXmlParser
+ 40 B org.postgresql.jdbc.FieldMetadata
+ 40 B io.undertow.server.ConnectorStatisticsImpl
+ 40 B java.util.stream.Nodes$FixedNodeBuilder
+ 40 B java.text.FieldPosition
+ 40 B org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
+ 40 B org.hsqldb.result.ResultMetaData
+ 40 B com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
+ 40 B org.yaml.snakeyaml.reader.ReaderException
+ 40 B java.util.Vector
+ 40 B org.hibernate.validator.internal.engine.MethodValidationConfiguration
+ 40 B com.sun.xml.internal.bind.v2.ClassFactory
+ 40 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createDiff_javax_json_JsonStructure_javax_json_JsonStructure_
+ 40 B org.jboss.protean.arc.InstanceImpl
+ 40 B org.hibernate.validator.internal.engine.MessageInterpolatorContext
+ 40 B com.sun.org.apache.xerces.internal.dom.CoreDOMImplementationImpl
+ 40 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer
+ 40 B com.fasterxml.jackson.databind.type.SimpleType
+ 40 B java.nio.charset.Charset
+ 40 B org.apache.http.impl.conn.LoggingInputStream
+ 40 B java.io.PipedInputStream
+ 40 B java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
+ 40 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
+ 40 B io.undertow.servlet.spec.ServletContextImpl
+ 40 B com.fasterxml.jackson.databind.deser.CreatorProperty
+ 40 B com.fasterxml.jackson.databind.JsonMappingException
+ 40 B io.undertow.servlet.spec.ServletOutputStreamImpl
+ 40 B io.undertow.server.handlers.form.FormParserFactory
+ 40 B com.fasterxml.jackson.databind.jsontype.TypeSerializer
+ 40 B java.awt.EventQueue
+ 40 B java.text.RuleBasedCollator
+ 40 B sun.net.www.MimeEntry
+ 40 B com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
+ 40 B org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
+ 40 B org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
+ 40 B org.apache.http.conn.routing.HttpRoute
+ 40 B com.sun.org.apache.xml.internal.serializer.Encodings
+ 40 B com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
+ 40 B org.apache.http.impl.io.ContentLengthInputStream
+ 40 B org.jboss.resteasy.core.ExceptionHandler
+ 40 B io.undertow.util.HeaderMap
+ 40 B com.arjuna.common.internal.util.ClassloadingUtility
+ 40 B java.util.Arrays
+ 40 B com.oracle.svm.core.thread.VMThreads
+ 40 B sun.text.normalizer.VersionInfo
+ 40 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext$Servle3AsychronousResponse
+ 40 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData
+ 40 B com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
+ 40 B com.fasterxml.jackson.databind.deser.std.JdkDeserializers
+ 40 B com.fasterxml.jackson.databind.introspect.AnnotatedClass
+ 40 B com.fasterxml.jackson.databind.DatabindContext
+ 40 B com.fasterxml.classmate.MemberResolver
+ 40 B io.smallrye.metrics.app.MeterImpl
+ 40 B java.lang.CharacterData00
+ 40 B io.undertow.servlet.UndertowServletLogger_$logger
+ 40 B java.lang.Character$UnicodeScript
+ 40 B org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
+ 40 B io.undertow.servlet.core.ApplicationListeners
+ 40 B java.lang.reflect.Proxy
+ 40 B javax.net.ssl.SSLEngineResult
+ 40 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar
+ 40 B java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
+ 40 B java.lang.reflect.Constructor
+ 40 B io.undertow.servlet.api.ServletInfo
+ 40 B org.hsqldb.types.Type
+ 40 B io.undertow.server.DefaultByteBufferPool$DefaultPooledBuffer
+ 40 B com.sun.org.apache.xerces.internal.parsers.DOMParser
+ 40 B java.nio.file.Paths
+ 40 B io.undertow.server.protocol.framed.AbstractFramedChannel$2$1
+ 40 B com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver
+ 40 B com.sun.proxy.$Proxy236
+ 40 B io.undertow.util.ETagUtils
+ 40 B com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler
+ 40 B javax.activation.SecuritySupport
+ 40 B com.sun.proxy.$Proxy227
+ 40 B com.sun.proxy.$Proxy226
+ 40 B com.sun.xml.bind.v2.runtime.JaxBeanInfo
+ 40 B javax.crypto.Mac
+ 40 B javax.ws.rs.core.GenericType
+ 40 B io.undertow.server.protocol.http.AlpnOpenListener
+ 40 B com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
+ 40 B java.time.format.DateTimeFormatterBuilder$SettingsParser
+ 40 B sun.nio.ch.IOUtil
+ 40 B org.hibernate.validator.internal.xml.ResourceLoaderHelper
+ 40 B sun.nio.ch.KQueueArrayWrapper
+ 40 B java.util.concurrent.ThreadPoolExecutor
+ 40 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 40 B org.xml.sax.SAXParseException
+ 40 B java.net.Proxy
+ 40 B com.fasterxml.jackson.databind.ObjectWriter
+ 40 B org.glassfish.json.JsonArrayBuilderImpl
+ 40 B com.arjuna.ats.internal.jta.resources.arjunacore.XAOnePhaseResource
+ 40 B com.fasterxml.jackson.databind.exc.PropertyBindingException
+ 40 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$BuilderDelegate
+ 40 B io.undertow.server.handlers.DisableCacheHandler
+ 40 B com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
+ 40 B org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData
+ 40 B com.fasterxml.jackson.databind.node.TreeTraversingParser
+ 40 B com.fasterxml.jackson.databind.ser.std.EnumSerializer
+ 40 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$NumberDeserializer
+ 40 B java.util.AbstractMap
+ 40 B org.apache.http.impl.auth.NTLMEngineImpl$Type3Message
+ 40 B com.sun.org.apache.xerces.internal.dom.NodeImpl
+ 40 B org.hibernate.validator.internal.metadata.raw.AbstractConstrainedElement
+ 40 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader
+ 40 B com.sun.org.apache.xml.internal.serializer.ToXMLStream
+ 40 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAttributeGroupTraverser
+ 36 B sun.text.IntHashtable
+ 32 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Base64Data
+ 32 B org.jboss.resteasy.core.registry.Expression
+ 32 B com.fasterxml.jackson.annotation.JsonFormat$Features
+ 32 B org.apache.http.params.HttpConnectionParams
+ 32 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_health_SmallRyeHealthReporter_checks
+ 32 B com.oracle.svm.core.code.FrameInfoQueryResult
+ 32 B org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
+ 32 B sun.net.www.protocol.http.AuthenticationInfo
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurtime_java_lang_StringBuilder_java_util_List_
+ 32 B com.fasterxml.jackson.dataformat.yaml.YAMLFactory
+ 32 B org.apache.http.entity.AbstractHttpEntity
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_arjuna_coordinator_CheckedActionFactoryImple_constructor__
+ 32 B javax.net.ssl.SNIHostName
+ 32 B com.sun.xml.internal.stream.events.StartDocumentEvent
+ 32 B java.util.concurrent.ThreadLocalRandom
+ 32 B javax.xml.datatype.FactoryFinder
+ 32 B org.jboss.shamrock.runner.GeneratedMain
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlchar_java_lang_StringBuilder_java_util_List_
+ 32 B com.sun.org.apache.xerces.internal.dom.DOMImplementationImpl
+ 32 B org.jboss.resteasy.util.MethodHashing
+ 32 B java.net.HttpURLConnection
+ 32 B java.util.concurrent.Executors$DefaultThreadFactory
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlquarter_java_lang_StringBuilder_java_util_List_
+ 32 B io.undertow.server.protocol.http.HttpContinue
+ 32 B java.lang.StackTraceElement
+ 32 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_handlers_DefaultServlet_constructor__
+ 32 B org.hibernate.validator.internal.util.ReflectionHelper
+ 32 B com.fasterxml.jackson.core.JsonParser
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_rtrim_int_java_util_List_
+ 32 B javax.ws.rs.core.Variant
+ 32 B sun.text.normalizer.UCharacter
+ 32 B java.awt.image.DirectColorModel
+ 32 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_PollSelectorImpl_constructor_java_nio_channels_spi_SelectorProvider_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltruncate_java_lang_StringBuilder_java_util_List_
+ 32 B org.apache.http.protocol.HttpCoreContext
+ 32 B io.agroal.api.configuration.supplier.AgroalConnectionFactoryConfigurationSupplier
+ 32 B com.fasterxml.jackson.annotation.JsonInclude$Value
+ 32 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_flatMap_java_util_function_Function_
+ 32 B org.hibernate.validator.internal.util.annotation.AnnotationDescriptor
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_openapi_runtime_OpenApiServlet_openApiDocument
+ 32 B com.sun.xml.internal.bind.AccessorFactoryImpl
+ 32 B com.sun.org.apache.xalan.internal.utils.SecuritySupport
+ 32 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_MetricProducer_metricName
+ 32 B org.postgresql.shaded.com.ongres.scram.common.ScramAttributes
+ 32 B com.sun.xml.internal.bind.v2.model.impl.GetterSetterPropertySeed
+ 32 B org.postgresql.jdbc.PgArray
+ 32 B com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
+ 32 B io.undertow.protocols.http2.Http2StreamSourceChannel
+ 32 B org.apache.http.entity.ContentType
+ 32 B org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
+ 32 B com.sun.xml.bind.marshaller.XMLWriter
+ 32 B com.sun.org.apache.xml.internal.utils.SystemIDResolver
+ 32 B org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl
+ 32 B sun.reflect.annotation.AnnotationType
+ 32 B sun.net.www.HeaderParser
+ 32 B org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable
+ 32 B com.fasterxml.jackson.databind.ser.std.BooleanSerializer$AsNumber
+ 32 B jdk.vm.ci.meta.PrimitiveConstant
+ 32 B org.postgresql.core.v3.QueryExecutorImpl$1
+ 32 B java.math.MathContext
+ 32 B java.util.stream.StreamSpliterators$WrappingSpliterator
+ 32 B com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl
+ 32 B ch.qos.logback.classic.spi.ThrowableProxy
+ 32 B com.arjuna.ats.arjuna.utils.ThreadUtil
+ 32 B io.smallrye.metrics.interceptors.MetricResolver
+ 32 B io.undertow.util.FastConcurrentDirectDeque
+ 32 B com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer
+ 32 B org.hibernate.validator.internal.metadata.descriptor.ContainerElementTypeDescriptorImpl
+ 32 B com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
+ 32 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog10_java_lang_StringBuilder_java_util_List_
+ 32 B java.net.URI
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlifnull_java_lang_StringBuilder_java_util_List_
+ 32 B com.oracle.svm.core.jdk.Target_java_util_concurrent_ForkJoinPool$CommonInjector
+ 32 B org.jboss.resteasy.plugins.providers.DataSourceProvider
+ 32 B com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
+ 32 B sun.util.logging.PlatformLogger
+ 32 B com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
+ 32 B org.postgresql.core.ConnectionFactory
+ 32 B java.nio.file.TempFileHelper
+ 32 B java.lang.Package
+ 32 B java.nio.channels.Channels
+ 32 B io.undertow.util.ReferenceCountedPooled
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlweek_java_lang_StringBuilder_java_util_List_
+ 32 B org.jboss.resteasy.specimpl.BuiltResponse
+ 32 B java.time.format.DateTimeFormatter
+ 32 B javax.xml.bind.helpers.ValidationEventImpl
+ 32 B org.jboss.resteasy.util.MediaTypeHelper
+ 32 B org.apache.http.ProtocolVersion
+ 32 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$2
+ 32 B javax.servlet.http.Cookie
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofyear_java_lang_StringBuilder_java_util_List_
+ 32 B org.jboss.resteasy.util.WeightedMediaType
+ 32 B com.fasterxml.jackson.databind.node.NodeCursor
+ 32 B sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
+ 32 B java.time.ZoneOffset
+ 32 B com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
+ 32 B io.undertow.server.handlers.resource.URLResource
+ 32 B com.sun.org.apache.xalan.internal.xsltc.dom.SAXImpl
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlhour_java_lang_StringBuilder_java_util_List_
+ 32 B com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__
+ 32 B java.util.stream.Nodes$ConcNode
+ 32 B io.undertow.protocols.ssl.UndertowXnioSsl
+ 32 B com.fasterxml.jackson.core.util.ByteArrayBuilder
+ 32 B java.time.DayOfWeek
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_server_servlet_HttpServlet30Dispatcher_constructor__
+ 32 B sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedArrayTypeImpl
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_InputStream_
+ 32 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Attributes
+ 32 B com.sun.org.apache.xerces.internal.xni.QName
+ 32 B com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver
+ 32 B com.arjuna.ats.arjuna.recovery.RecoveryManager
+ 32 B java.util.Collections
+ 32 B org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
+ 32 B org.apache.http.pool.RouteSpecificPool
+ 32 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor
+ 32 B java.text.Collator
+ 32 B java.lang.ConditionalSpecialCasing
+ 32 B com.oracle.svm.core.posix.JavaNetNetUtilMD
+ 32 B org.postgresql.shaded.com.ongres.scram.client.ScramSession
+ 32 B org.postgresql.core.Oid
+ 32 B java.lang.reflect.Method
+ 32 B org.apache.http.impl.conn.CPoolProxy
+ 32 B com.fasterxml.jackson.databind.introspect.ObjectIdInfo
+ 32 B org.jboss.resteasy.core.registry.RootNode
+ 32 B com.arjuna.ats.arjuna.coordinator.ActionHierarchy
+ 32 B com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
+ 32 B com.sun.org.apache.xerces.internal.dom.PSVIDocumentImpl
+ 32 B org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
+ 32 B javax.crypto.SecretKeyFactory
+ 32 B io.smallrye.config.ImplicitConverters
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy225_constructor_java_lang_reflect_InvocationHandler_
+ 32 B com.sun.org.apache.xerces.internal.impl.XMLVersionDetector
+ 32 B com.fasterxml.jackson.databind.introspect.AnnotatedParameter
+ 32 B sun.nio.cs.ThreadLocalCoders
+ 32 B org.apache.http.impl.auth.NTLMSchemeFactory
+ 32 B java.net.HttpConnectSocketImpl
+ 32 B io.undertow.security.impl.SecurityContextImpl$AuthAttempter
+ 32 B java.util.concurrent.ForkJoinTask
+ 32 B org.apache.http.auth.UsernamePasswordCredentials
+ 32 B javax.crypto.spec.SecretKeySpec
+ 32 B com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration
+ 32 B org.jboss.resteasy.core.AbstractCollectionFormInjector
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_constructor__
+ 32 B com.sun.org.apache.xerces.internal.dom.AttrImpl
+ 32 B org.slf4j.helpers.MessageFormatter
+ 32 B org.apache.http.auth.AuthSchemeRegistry
+ 32 B com.sun.org.apache.xalan.internal.xsltc.trax.TransformerHandlerImpl
+ 32 B com.sun.org.apache.xerces.internal.dom.ParentNode
+ 32 B java.text.DigitList
+ 32 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue
+ 32 B java.text.DecimalFormatSymbols
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlJAXBContextFinder_constructor__
+ 32 B java.text.AttributedString
+ 32 B com.oracle.svm.core.thread.VMThreadCounterOperation
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsecond_java_lang_StringBuilder_java_util_List_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 32 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_Net
+ 32 B sun.net.spi.DefaultProxySelector$3
+ 32 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ext_Providers_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonth_java_lang_StringBuilder_java_util_List_
+ 32 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator
+ 32 B com.sun.org.apache.xml.internal.res.XMLMessages
+ 32 B com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor
+ 32 B com.sun.xml.internal.stream.Entity$ScannedEntity
+ 32 B io.undertow.conduits.AbstractFixedLengthStreamSinkConduit
+ 32 B java.text.CollationElementIterator
+ 32 B org.slf4j.event.EventRecodingLogger
+ 32 B java.security.cert.CertificateFactory
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 32 B sun.net.www.protocol.file.FileURLConnection
+ 32 B com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl
+ 32 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$2
+ 32 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDocumentInfo
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofmonth_java_lang_StringBuilder_java_util_List_
+ 32 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$FloatDeserializer
+ 32 B org.postgresql.core.v3.SimpleQuery
+ 32 B sun.net.idn.Punycode
+ 32 B sun.awt.image.BytePackedRaster
+ 32 B org.postgresql.shaded.com.ongres.scram.common.util.Preconditions
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 32 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber
+ 32 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 32 B io.undertow.protocols.ssl.UndertowSslConnection
+ 32 B org.hsqldb.HsqlDateTime
+ 32 B java.util.logging.Formatter
+ 32 B com.sun.xml.internal.bind.v2.model.impl.TypeInfoSetImpl
+ 32 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 32 B com.sun.xml.internal.bind.v2.runtime.property.ArrayElementProperty
+ 32 B com.fasterxml.jackson.jaxrs.json.JsonMapperConfigurator
+ 32 B com.oracle.svm.core.genscavenge.HeapPolicy
+ 32 B com.oracle.svm.core.genscavenge.GreyObjectsWalker
+ 32 B java.lang.CharacterData0E
+ 32 B com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
+ 32 B java.lang.CharacterData01
+ 32 B java.lang.CharacterData02
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlceiling_java_lang_StringBuilder_java_util_List_
+ 32 B io.undertow.server.session.SessionCookieConfig
+ 32 B io.agroal.pool.ConnectionFactory$Mode
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlyear_java_lang_StringBuilder_java_util_List_
+ 32 B com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
+ 32 B org.apache.http.protocol.RequestContent
+ 32 B com.oracle.svm.core.option.RuntimeOptionParser
+ 32 B org.jboss.shamrock.restclient.runtime.ExceptionMapping
+ 32 B com.oracle.svm.core.jdk.StackTraceBuilder
+ 32 B org.hibernate.validator.internal.engine.groups.Sequence
+ 32 B org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurdate_java_lang_StringBuilder_java_util_List_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlNamespacePrefixMapper_constructor__Ljavax_xml_bind_annotation_XmlNs__
+ 32 B jdk.vm.ci.meta.JavaKind
+ 32 B java.sql.SQLWarning
+ 32 B org.apache.http.params.HttpProtocolParams
+ 32 B javax.crypto.spec.PBEKeySpec
+ 32 B javax.xml.transform.FactoryFinder
+ 32 B javax.xml.bind.helpers.ValidationEventLocatorImpl
+ 32 B com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
+ 32 B java.sql.Timestamp
+ 32 B java.security.KeyStore
+ 32 B com.sun.org.apache.xerces.internal.xinclude.XIncludeTextReader
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlminute_java_lang_StringBuilder_java_util_List_
+ 32 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_server_protocol_http_HttpRequestParser__generated_constructor_org_xnio_OptionMap_
+ 32 B com.fasterxml.jackson.databind.introspect.AnnotatedFieldCollector
+ 32 B org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
+ 32 B com.sun.proxy.$Proxy231
+ 32 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider
+ 32 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_spnego_NegotiatorImpl_constructor_sun_net_www_protocol_http_HttpCallerInfo_
+ 32 B io.agroal.pool.util.PriorityScheduledExecutor
+ 32 B com.sun.xml.internal.bind.v2.model.impl.RuntimeElementInfoImpl$RuntimePropertyImpl
+ 32 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_net_URL_java_net_PasswordAuthentication_
+ 32 B org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentContent
+ 32 B sun.reflect.generics.visitor.Reifier
+ 32 B java.lang.Character$UnicodeBlock
+ 32 B org.postgresql.core.BaseQueryKey
+ 32 B com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
+ 32 B org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
+ 32 B org.apache.commons.logging.impl.WeakHashtable
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllcase_java_lang_StringBuilder_java_util_List_
+ 32 B sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter
+ 32 B com.fasterxml.jackson.databind.PropertyName
+ 32 B com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer
+ 32 B io.undertow.util.FlexBase64$Decoder
+ 32 B jdk.xml.internal.JdkXmlUtils
+ 32 B com.oracle.svm.core.genscavenge.ObjectHeaderImpl
+ 32 B com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl
+ 32 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
+ 32 B java.util.IdentityHashMap
+ 32 B io.undertow.util.ConnectionUtils
+ 32 B java.nio.charset.CoderResult
+ 32 B org.jboss.shamrock.example.metrics.MetricsResource_Subclass
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlucase_java_lang_StringBuilder_java_util_List_
+ 32 B io.undertow.io.AsyncSenderImpl
+ 32 B ch.qos.logback.core.UnsynchronizedAppenderBase
+ 32 B com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport
+ 32 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$DoubleDeserializer
+ 32 B com.fasterxml.jackson.core.Base64Variant
+ 32 B org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
+ 32 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingKey
+ 32 B com.fasterxml.jackson.databind.ser.BeanSerializerFactory
+ 32 B java.time.Month
+ 32 B org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter
+ 32 B sun.text.normalizer.Utility
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerImpl_constructor_javax_ws_rs_client_CompletionStageRxInvoker_
+ 32 B com.oracle.svm.core.posix.pthread.PthreadVMLockSupport
+ 32 B com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
+ 32 B com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlspace_java_lang_StringBuilder_java_util_List_
+ 32 B java.net.InetSocketAddress
+ 32 B sun.awt.image.ByteInterleavedRaster
+ 32 B com.fasterxml.jackson.databind.introspect.AnnotatedField
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlltrim_java_lang_StringBuilder_java_util_List_
+ 32 B javax.ws.rs.sse.SseEventSource$Builder
+ 32 B java.time.temporal.ValueRange
+ 32 B org.apache.http.impl.cookie.BasicDomainHandler
+ 32 B sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream
+ 32 B com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaValidatorComponentManager
+ 32 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 32 B org.apache.http.cookie.CookieSpecRegistry
+ 32 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10
+ 32 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
+ 32 B com.arjuna.ats.arjuna.StateManager
+ 32 B java.net.URLDecoder
+ 32 B org.apache.http.client.protocol.RequestAuthCache
+ 32 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlpower_java_lang_StringBuilder_java_util_List_
+ 32 B com.sun.org.apache.xerces.internal.impl.io.UCSReader
+ 32 B io.smallrye.metrics.app.WeightedSnapshot
+ 32 B com.sun.org.apache.xerces.internal.parsers.BasicParserConfiguration
+ 32 B sun.reflect.annotation.TypeAnnotationParser
+ 32 B com.sun.xml.bind.AccessorFactoryImpl
+ 32 B org.apache.http.impl.entity.EntitySerializer
+ 32 B org.jboss.resteasy.core.FormInjector
+ 32 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDNotationTraverser
+ 32 B org.jboss.resteasy.plugins.providers.sse.OutboundSseEventImpl$BuilderImpl
+ 32 B org.jboss.resteasy.core.QueryInjector
+ 28 B sun.nio.cs.UTF_16
+ 28 B sun.nio.cs.UTF_32BE
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpMessage_getAllHeaders__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableProvider_constructor__
+ 24 B org.hibernate.validator.internal.engine.constraintdefinition.ConstraintDefinitionContribution
+ 24 B com.fasterxml.jackson.core.util.BufferRecyclers
+ 24 B org.jboss.resteasy.core.registry.ClassNode
+ 24 B java.util.LinkedHashMap
+ 24 B sun.net.ProgressSource
+ 24 B javax.net.ssl.SNIServerName
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearDV
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_doubleValue__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonString_java_lang_String_
+ 24 B java.lang.CharacterDataLatin1
+ 24 B javax.ws.rs.core.Cookie
+ 24 B org.apache.http.message.BasicStatusLine
+ 24 B com.fasterxml.jackson.databind.ext.Java7SupportImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__
+ 24 B org.apache.http.impl.conn.DefaultHttpResponseParser
+ 24 B java.util.IllegalFormatCodePointException
+ 24 B javax.net.ssl.SSLContext
+ 24 B com.fasterxml.jackson.core.io.UTF8Writer
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_TimeZone_defaultTimeZone
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_LuhnCheckValidator_constructor__
+ 24 B com.sun.org.apache.xml.internal.serializer.CharInfo
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__doFindDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.xs.DurationDV
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfShort_constructor__
+ 24 B org.hibernate.validator.internal.metadata.descriptor.ExecutableDescriptorImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPointer_java_lang_String_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xerces_internal_jaxp_DocumentBuilderFactoryImpl_constructor__
+ 24 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_client_jaxrs_internal_CompletionStageRxInvokerProvider_constructor__
+ 24 B com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty
+ 24 B org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenIterator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfByte_constructor__
+ 24 B java.util.stream.ForEachOps$ForEachOp
+ 24 B com.sun.xml.internal.bind.marshaller.DataWriter
+ 24 B org.jboss.resteasy.plugins.delegates.EntityTagDelegate
+ 24 B com.oracle.svm.core.jdk.NativePRNGInstanceAccessors
+ 24 B com.fasterxml.jackson.databind.util.EnumResolver
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileRangeWriter_constructor__
+ 24 B java.util.UUID
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_JaxrsFormProvider_constructor__
+ 24 B java.net.Inet6AddressImpl
+ 24 B com.oracle.svm.core.option.XOptions
+ 24 B com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$State
+ 24 B java.util.Collections$EmptyList
+ 24 B com.sun.xml.internal.bind.v2.model.impl.RegistryInfoImpl
+ 24 B org.hibernate.validator.internal.metadata.core.MetaConstraint$ContainerClassTypeParameterAndExtractor
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_RegistryType_type__
+ 24 B com.sun.org.apache.xerces.internal.impl.xs.models.XSDFACM$Occurence
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 24 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$ByteDeser
+ 24 B org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
+ 24 B sun.util.locale.provider.LocaleServiceProviderPool
+ 24 B org.jboss.resteasy.util.WeightedLanguage
+ 24 B com.fasterxml.jackson.databind.SerializationConfig
+ 24 B java.nio.ByteBuffer
+ 24 B org.hibernate.validator.internal.xml.XmlParserHelper
+ 24 B sun.nio.cs.StreamDecoder
+ 24 B org.apache.http.auth.AuthState
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_userTransaction
+ 24 B javax.naming.ldap.Rdn
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__
+ 24 B com.oracle.svm.core.hub.ClassForNameSupport
+ 24 B javax.servlet.http.NoBodyOutputStream
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_OutputStream_
+ 24 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_getString_int_
+ 24 B org.hibernate.validator.internal.metadata.descriptor.ParameterDescriptorImpl
+ 24 B org.hsqldb.types.ArrayType
+ 24 B com.sun.org.apache.xerces.internal.util.DefaultErrorHandler
+ 24 B org.jboss.resteasy.plugins.delegates.LinkDelegate
+ 24 B io.undertow.server.handlers.form.FormEncodedDataDefinition$FormEncodedDataParser
+ 24 B org.glassfish.json.JsonPatchBuilderImpl
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDayDV
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergePatch_javax_json_JsonValue_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonValueProvider_constructor__
+ 24 B io.undertow.Undertow$ListenerInfo
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.util.ByteListImpl
+ 24 B org.jboss.resteasy.core.registry.SegmentNode$SortEntry
+ 24 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDAbstractParticleTraverser
+ 24 B sun.misc.Unsafe
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__converter_javax_xml_bind_annotation_adapters_XmlAdapter_boolean_
+ 24 B org.apache.http.client.methods.HttpRequestWrapper
+ 24 B org.apache.http.impl.cookie.RFC2109VersionHandler
+ 24 B com.sun.xml.internal.bind.v2.model.impl.ReferencePropertyInfoImpl
+ 24 B javax.json.spi.JsonProvider
+ 24 B com.fasterxml.jackson.core.io.NumberOutput
+ 24 B com.oracle.svm.core.jdk.Resources
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder__
+ 24 B com.sun.xml.internal.bind.v2.util.XmlFactory
+ 24 B java.text.ParsePosition
+ 24 B com.fasterxml.classmate.types.ResolvedObjectType
+ 24 B java.util.IdentityHashMap$EntrySet
+ 24 B com.arjuna.ats.arjuna.common.Uid
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_UnrecognizedPropertyExceptionHandler_constructor__
+ 24 B sun.net.ProgressMonitor
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findAlpha_com_fasterxml_jackson_databind_introspect_Annotated_
+ 24 B com.fasterxml.jackson.core.json.JsonReadContext
+ 24 B org.jboss.resteasy.plugins.providers.sse.SseEventSinkInterceptor
+ 24 B com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
+ 24 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression$Context
+ 24 B org.jboss.resteasy.core.MediaTypeMap
+ 24 B org.yaml.snakeyaml.events.CollectionStartEvent
+ 24 B org.hibernate.validator.internal.engine.messageinterpolation.parser.ELState
+ 24 B com.sun.xml.internal.bind.v2.runtime.property.SingleElementLeafProperty
+ 24 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Double
+ 24 B java.util.IllegalFormatConversionException
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findEnumValues_java_lang_Class__Ljava_lang_Enum___Ljava_lang_String__
+ 24 B org.apache.http.impl.entity.StrictContentLengthStrategy
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_applet_Applet_getParameter_java_lang_String_
+ 24 B org.jboss.protean.arc.CreationalContextImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricNameFactory_metricName_javax_enterprise_inject_spi_BeanManager_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullDeserializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFeature_constructor__
+ 24 B org.slf4j.helpers.SubstituteLogger
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonArrayProvider_constructor__
+ 24 B com.sun.org.apache.xml.internal.dtm.ref.DTMDefaultBase
+ 24 B org.jboss.shamrock.example.validator.TestValidatorEndpoint
+ 24 B org.apache.http.impl.cookie.BasicExpiresHandler
+ 24 B com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
+ 24 B com.sun.xml.internal.bind.v2.model.impl.SingleTypePropertyInfoImpl
+ 24 B org.glassfish.json.JsonMessages
+ 24 B sun.nio.fs.UnixChannelFactory
+ 24 B io.undertow.protocols.http2.Http2Channel$1
+ 24 B java.util.Optional
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_constructor__
+ 24 B org.jboss.shamrock.runtime.Timing
+ 24 B io.undertow.servlet.core.ServletBlockingHttpExchange
+ 24 B sun.security.jca.ProviderList$ServiceList
+ 24 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$BeanMetaDataManagerKey
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_PatchMethodFilter_constructor__
+ 24 B com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_shared__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_flushingChannelListener_org_xnio_ChannelListener_org_xnio_ChannelExceptionHandler_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_net_ssl_SSLParameters_setUseCipherSuitesOrder_boolean_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_net_HttpURLConnection_setInstanceFollowRedirects_boolean_
+ 24 B com.fasterxml.jackson.databind.util.NameTransformer$1
+ 24 B org.glassfish.json.JsonStringImpl
+ 24 B org.apache.http.impl.client.IdleConnectionEvictor
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_JPATestEndpoint_constructor__
+ 24 B java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
+ 24 B com.fasterxml.classmate.ResolvedType
+ 24 B com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_SourceProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 24 B org.hibernate.validator.internal.metadata.aggregated.ExecutableMetaData$Builder
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_PatternValidator_constructor__
+ 24 B com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_ResteasyJackson2Provider_constructor__
+ 24 B org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_ClientProxy
+ 24 B javax.ws.rs.WebApplicationException
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder__
+ 24 B org.apache.http.protocol.HttpRequestExecutor
+ 24 B com\oracle\svm\reflect\proxies\Proxy_sun_net_NetworkClient_serverSocket
+ 24 B ch.qos.logback.classic.spi.LoggerContextVO
+ 24 B java.lang.reflect.Parameter
+ 24 B io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel
+ 24 B org.apache.http.client.utils.URIUtils
+ 24 B sun.nio.cs.ISO_8859_1
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventSinkInterceptor_constructor__
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.dtd.IDDatatypeValidator
+ 24 B com.sun.xml.internal.stream.events.ProcessingInstructionEvent
+ 24 B sun.text.normalizer.NormalizerBase
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultNumberWriter_constructor__
+ 24 B io.undertow.server.AbstractServerConnection
+ 24 B java.net.ServerSocket
+ 24 B org.apache.http.protocol.DefaultedHttpContext
+ 24 B com.fasterxml.jackson.databind.exc.InvalidNullException
+ 24 B sun.nio.fs.UnixPath
+ 24 B sun.java2d.cmm.CMSManager$1
+ 24 B org.jboss.shamrock.jaxrs.runtime.graal.ShamrockConstructorInjector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBElementProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_stream_events_XMLEventFactoryImpl_constructor__
+ 24 B com.github.fge.jsonpatch.JsonPatch
+ 24 B org.apache.http.impl.cookie.BasicMaxAgeHandler
+ 24 B java.nio.channels.Selector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ServerContentEncodingAnnotationFeature_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfDouble_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerProvider_constructor__
+ 24 B org.apache.http.pool.PoolStats
+ 24 B java.util.concurrent.ConcurrentHashMap$EntrySetView
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getEntity__
+ 24 B io.undertow.protocols.http2.Http2FramePriority
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_constructor__
+ 24 B java.util.concurrent.ScheduledThreadPoolExecutor
+ 24 B com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlSeeAlsoProvider_constructor__
+ 24 B org.postgresql.core.CachedQuery
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_constructor__
+ 24 B io.undertow.servlet.core.BlockingWriterSenderImpl
+ 24 B io.undertow.servlet.handlers.ServletHandler
+ 24 B org.apache.commons.io.output.DeferredFileOutputStream
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonNumber_java_lang_String_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAsyncContext__
+ 24 B org.jboss.protean.arc.CovariantTypes
+ 24 B java.net.SocketImpl
+ 24 B com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
+ 24 B org.apache.http.impl.client.CloseableHttpResponseProxy
+ 24 B com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.SchemaDVFactory
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_rx__
+ 24 B org.jboss.shamrock.undertow.runtime.UndertowDeploymentTemplate
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__
+ 24 B org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
+ 24 B com.sun.org.apache.xerces.internal.jaxp.SchemaValidatorConfiguration
+ 24 B org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
+ 24 B org.postgresql.hostchooser.HostRequirement
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_CacheControlFeature_constructor__
+ 24 B io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DataSourceProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCollection_constructor__
+ 24 B com.sun.org.apache.xerces.internal.impl.io.UTF8Reader
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_constructor__
+ 24 B com.sun.org.apache.xerces.internal.impl.io.ASCIIReader
+ 24 B org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage$Error
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transformed__
+ 24 B javax.security.auth.login.Configuration
+ 24 B org.apache.http.impl.auth.AuthSchemeBase
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_checkDigitIndex__
+ 24 B com.oracle.svm.core.genscavenge.graal.AllocationSnippets
+ 24 B io.undertow.util.HeaderMap$2
+ 24 B org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArray_constructor__
+ 24 B com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator
+ 24 B io.undertow.server.protocol.http2.Http2SslSessionInfo
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_constructor__
+ 24 B io.undertow.servlet.spec.ServletInputStreamImpl
+ 24 B org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart
+ 24 B java.awt.Rectangle
+ 24 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ShortDeserializer
+ 24 B org.apache.http.client.utils.DateUtils
+ 24 B org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
+ 24 B sun.misc.FDBigInteger
+ 24 B com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
+ 24 B com.oracle.svm.core.jdk.LocalizationSupport
+ 24 B sun.awt.image.IntegerInterleavedRaster
+ 24 B org.jboss.resteasy.core.MediaTypeMap$SubtypeMap
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_Constraint_validatedBy__
+ 24 B com.fasterxml.jackson.databind.type.CollectionType
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 24 B com.fasterxml.jackson.core.util.DefaultPrettyPrinter
+ 24 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintViolationCreationContext
+ 24 B java.util.logging.LogManager
+ 24 B com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
+ 24 B org.apache.http.impl.cookie.RFC2965PortAttributeHandler
+ 24 B com.fasterxml.classmate.types.ResolvedRecursiveType
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlrtrim_java_lang_StringBuilder_java_util_List_
+ 24 B com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer
+ 24 B com.fasterxml.jackson.annotation.ObjectIdGenerator$IdKey
+ 24 B sun.nio.fs.UnixDirectoryStream
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Executable_getParameters__
+ 24 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$KeyRefValueStore
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultBooleanWriter_constructor__
+ 24 B org.apache.http.client.utils.URIBuilder
+ 24 B org.hibernate.validator.internal.metadata.raw.BeanConfiguration
+ 24 B com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
+ 24 B org.apache.http.pool.PoolEntry
+ 24 B org.postgresql.core.Field
+ 24 B java.util.concurrent.locks.StampedLock
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumSet_elementType
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_NotNullValidator_constructor__
+ 24 B org.jboss.shamrock.jaxrs.runtime.graal.ShamrockInjectorFactory
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 24 B com.sun.xml.bind.v2.runtime.property.ListElementProperty
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StreamingOutputProvider_constructor__
+ 24 B com.fasterxml.jackson.databind.type.MapType
+ 24 B org.jboss.resteasy.plugins.providers.FileRangeWriter
+ 24 B java.time.LocalDateTime
+ 24 B java.text.PatternEntry$Parser
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_version__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlRootElementProvider_constructor__
+ 24 B io.smallrye.metrics.Tag
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MaxValidatorForCharSequence_constructor__
+ 24 B com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionSynchronizationRegistry
+ 24 B org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$SAXParserProvider
+ 24 B java.util.regex.UnicodeProp
+ 24 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$PreBuilder1
+ 24 B org.xml.sax.helpers.NamespaceSupport
+ 24 B com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
+ 24 B org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingKey
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder__
+ 24 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncRawStreamingResponseConsumer
+ 24 B javax.el.ExpressionFactory
+ 24 B com.oracle.svm.core.thread.VMOperation
+ 24 B com.sun.xml.bind.v2.runtime.unmarshaller.Loader
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAutoDetectVisibility_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_introspect_VisibilityChecker_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_runtime_RuntimeInjector_DefaultInjectionFactory_create_java_lang_Class_
+ 24 B com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfFloat_constructor__
+ 24 B com.oracle.svm.core.deopt.DeoptimizedFrame$ConstantEntry
+ 24 B java.text.BreakIterator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_message__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_InputStream_
+ 24 B sun.reflect.Reflection
+ 24 B com.fasterxml.jackson.databind.deser.std.FromStringDeserializer$Std
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableProvider_constructor__
+ 24 B sun.security.provider.NativePRNG$1
+ 24 B org.glassfish.json.JsonWriterImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlTypeProvider_constructor__
+ 24 B com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector
+ 24 B com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$1
+ 24 B org.apache.http.cookie.CookieOrigin
+ 24 B org.postgresql.core.SocketFactoryFactory
+ 24 B com.oracle.svm.core.genscavenge.CollectionPolicy$ByTime
+ 24 B org.postgresql.util.HostSpec
+ 24 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader
+ 24 B com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_datasourceSetup
+ 24 B sun.net.www.protocol.http.HttpURLConnection$1
+ 24 B com.oracle.svm.core.thread.SleepSupport
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MinValidatorForCharSequence_constructor__
+ 24 B org.hibernate.validator.internal.metadata.location.BeanConstraintLocation
+ 24 B org.apache.http.params.HttpParamConfig
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_Writer_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventProvider_constructor__
+ 24 B com.sun.org.apache.xml.internal.serializer.SerializerBase
+ 24 B java.io.ObjectOutputStream
+ 24 B org.jboss.resteasy.core.PathParamInjector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 24 B org.jboss.protean.arc.Qualifiers
+ 24 B io.reactivex.internal.disposables.DisposableHelper
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.xs.DayDV
+ 24 B ch.qos.logback.classic.spi.LoggingEvent
+ 24 B io.smallrye.health.SmallRyeHealth
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMaxValidator_constructor__
+ 24 B io.smallrye.config.PropertiesConfigSourceProvider
+ 24 B com.fasterxml.jackson.databind.ser.SerializerCache
+ 24 B com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFilter_constructor__
+ 24 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntry
+ 24 B java.net.InetAddress$Cache
+ 24 B org.hibernate.validator.internal.metadata.descriptor.BeanDescriptorImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfBoolean_constructor__
+ 24 B com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
+ 24 B com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfChar_constructor__
+ 24 B com.sun.org.apache.xerces.internal.impl.xs.identity.Field$Matcher
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StringTextStar_constructor__
+ 24 B org.hibernate.validator.internal.util.annotation.AnnotationFactory
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_constructor__
+ 24 B org.ietf.jgss.GSSException
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonObjectProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__propertyNameToString_com_fasterxml_jackson_databind_PropertyName_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_floatValue__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_function_BinaryOperator_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_slf4j_spi_LocationAwareLogger_log_org_slf4j_Marker_java_lang_String_int_java_lang_String__Ljava_lang_Object__java_lang_Throwable_
+ 24 B org.apache.http.conn.params.ConnRouteParams
+ 24 B com.oracle.svm.core.code.FrameInfoDecoder
+ 24 B com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
+ 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 24 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiTypeLoader
+ 24 B java.awt.Point
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 24 B javax.net.ssl.TrustManagerFactory
+ 24 B org.glassfish.json.JsonPatchImpl$DiffGenerator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_createStatement__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_LogFactoryImpl_constructor__
+ 24 B org.apache.http.impl.client.CloseableHttpClient
+ 24 B org.jboss.resteasy.core.MapFormInjector
+ 24 B com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_OutputStream_
+ 24 B com.sun.xml.bind.marshaller.DataWriter
+ 24 B org.jboss.resteasy.core.SuspendInjector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy226_constructor_java_lang_reflect_InvocationHandler_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_Jdk14Logger_constructor_java_lang_String_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestFilter_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerProvider_constructor__
+ 24 B org.hsqldb.error.Error
+ 24 B org.jboss.resteasy.plugins.interceptors.MessageSanitizerContainerResponseFilter
+ 24 B com.sun.org.apache.xerces.internal.jaxp.DefaultValidationErrorHandler
+ 24 B java.lang.ProcessEnvironment$StringEntry
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ClientContentEncodingAnnotationFeature_constructor__
+ 24 B java.time.chrono.AbstractChronology
+ 24 B sun.nio.ch.KQueueSelectorImpl
+ 24 B org.apache.http.impl.conn.DefaultSchemePortResolver
+ 24 B org.jboss.resteasy.specimpl.BuiltResponse$1
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_InputStreamProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xalan_internal_xsltc_trax_TransformerFactoryImpl_constructor__
+ 24 B javax.ws.rs.client.Entity
+ 24 B com.sun.org.apache.xerces.internal.utils.SecuritySupport
+ 24 B org.postgresql.shaded.com.ongres.scram.common.util.StringWritableCsv
+ 24 B org.apache.http.message.BasicListHeaderIterator
+ 24 B org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
+ 24 B io.undertow.conduits.ReadTimeoutStreamSourceConduit
+ 24 B org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfLong_constructor__
+ 24 B com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription
+ 24 B sun.nio.fs.UnixUriUtils
+ 24 B org.apache.http.impl.DefaultBHttpClientConnection
+ 24 B com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl
+ 24 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$BeanMetaDataBuilder
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_
+ 24 B com.fasterxml.jackson.databind.util.ViewMatcher
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Spliterators_iterator_java_util_Spliterator_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_Driver_constructor__
+ 24 B org.apache.http.message.BasicLineFormatter
+ 24 B com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDV
+ 24 B com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl
+ 24 B ch.qos.logback.classic.pattern.ThrowableProxyConverter
+ 24 B java.lang.ProcessEnvironment$StringEnvironment
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_checkAdapter_javax_xml_bind_annotation_adapters_XmlJavaTypeAdapter_java_lang_Class_boolean_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedConstructor_javax_interceptor_InvocationContext_
+ 24 B java.util.SplittableRandom
+ 24 B io.undertow.util.ReferenceCountedPooled$1
+ 24 B java.util.logging.LogRecord
+ 24 B org.hibernate.validator.internal.engine.groups.DefaultValidationOrder
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfInt_constructor__
+ 24 B org.apache.http.conn.scheme.Scheme
+ 24 B com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
+ 24 B com.arjuna.ats.internal.arjuna.coordinator.ReaperThread
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_defaultValue__
+ 24 B io.undertow.server.protocol.ajp.AjpServerRequestConduit
+ 24 B sun.security.jca.ProviderConfig
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Parameter_getName__
+ 24 B io.smallrye.metrics.exporters.ExporterUtil
+ 24 B com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
+ 24 B java.util.concurrent.CountDownLatch
+ 24 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FormUrlEncodedProvider_constructor__
+ 24 B java.nio.Buffer
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog_java_lang_StringBuilder_java_util_List_
+ 24 B org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
+ 24 B com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
+ 24 B org.postgresql.core.ServerVersion
+ 24 B com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestServlet_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_restclient_runtime_DefaultResponseExceptionMapper_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_MessageSanitizerContainerResponseFilter_constructor__
+ 24 B com.fasterxml.jackson.jaxrs.json.JsonEndpointConfig
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectReferenceInfo_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_introspect_ObjectIdInfo_
+ 24 B org.apache.http.conn.ConnectTimeoutException
+ 24 B io.undertow.server.handlers.cache.LRUCache
+ 24 B org.xnio.XnioWorker$WorkerThreadFactory$1
+ 24 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$FieldReflection
+ 24 B sun.misc.FormattedFloatingDecimal
+ 24 B java.io.BufferedReader
+ 24 B io.agroal.pool.wrapper.ResultSetWrapper$1
+ 24 B java.util.logging.Level$KnownLevel
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileProvider_constructor__
+ 24 B org.postgresql.core.CommandCompleteParser
+ 24 B io.undertow.io.AsyncReceiverImpl
+ 24 B org.apache.http.conn.scheme.SchemeRegistry
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCharSequence_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_constructor__
+ 24 B io.agroal.pool.wrapper.StatementWrapper
+ 24 B com.sun.naming.internal.VersionHelper12
+ 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 24 B org.hsqldb.types.BlobType
+ 24 B org.slf4j.helpers.Util
+ 24 B io.undertow.servlet.spec.AsyncContextImpl$8
+ 24 B sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
+ 24 B org.apache.http.impl.conn.SchemeRegistryFactory
+ 24 B com.sun.org.apache.xerces.internal.dom.AttrNSImpl
+ 24 B org.postgresql.jdbc.PgPreparedStatement
+ 24 B sun.nio.ch.ServerSocketAdaptor
+ 24 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
+ 24 B com.sun.xml.internal.bind.v2.runtime.property.SingleReferenceNodeProperty
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReactiveStreamProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_double_
+ 24 B org.apache.http.conn.util.InetAddressUtils
+ 24 B java.util.Date
+ 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonArray_java_lang_String_
+ 24 B org.apache.http.util.ByteArrayBuffer
+ 24 B sun.misc.VM
+ 24 B io.undertow.conduits.ReadTimeoutStreamSourceConduit$1
+ 24 B sun.nio.cs.UTF_8
+ 24 B sun.nio.ch.SocketOptionRegistry
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_validator
+ 24 B com.fasterxml.jackson.databind.node.BooleanNode
+ 24 B com.sun.xml.internal.stream.dtd.nonvalidating.DTDGrammar
+ 24 B java.net.HttpCookie
+ 24 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$UnionToken
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_IIOImageProvider_constructor__
+ 24 B sun.nio.ch.IOVecWrapper
+ 24 B javax.security.auth.Subject$SecureSet
+ 24 B com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonStructureProvider_constructor__
+ 24 B io.undertow.server.ConnectorStatisticsImpl$1
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReaderProvider_constructor__
+ 24 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceLocatorBuilder
+ 24 B java.util.StringJoiner
+ 24 B org.jboss.resteasy.client.jaxrs.ResteasyClient
+ 24 B io.undertow.Undertow$Builder
+ 24 B java.util.stream.SpinedBuffer
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlconcat_java_lang_StringBuilder_java_util_List_
+ 24 B com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader$State
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_MapProvider_constructor__
+ 24 B io.undertow.protocols.http2.HpackDecoder
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventOutputProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_CompletionStageProvider_constructor__
+ 24 B org.apache.http.message.BufferedHeader
+ 24 B java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
+ 24 B org.apache.http.impl.conn.DefaultRoutePlanner
+ 24 B javax.activation.CommandMap
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__
+ 24 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory
+ 24 B io.undertow.io.AsyncReceiverImpl$4
+ 24 B io.undertow.io.AsyncReceiverImpl$5
+ 24 B com.sun.xml.internal.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_Util_ungrowableSet_java_util_Set_
+ 24 B com.sun.org.apache.xml.internal.utils.XMLReaderManager
+ 24 B java.util.Formatter$Flags
+ 24 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask$1$1
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldatabase_java_lang_StringBuilder_java_util_List_
+ 24 B org.xnio.nio.NioXnio$ConstructorSelectorCreator
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_absolute__
+ 24 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultTextPlain_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy227_constructor_java_lang_reflect_InvocationHandler_
+ 24 B com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumMap_keyType
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_dataSource
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__serializationInclusion_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 24 B org.glassfish.json.JsonLocationImpl
+ 24 B io.reactivex.plugins.RxJavaPlugins
+ 24 B java.util.ServiceLoader$LazyIterator
+ 24 B org.xnio.Xnio
+ 24 B java.util.LinkedList
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMinValidator_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_constructor__
+ 24 B com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
+ 24 B com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
+ 24 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForMap_constructor__
+ 24 B javax.ws.rs.core.GenericEntity
+ 24 B org.hsqldb.ClientConnectionHTTP
+ 24 B org.hibernate.validator.internal.util.classhierarchy.ClassHierarchyHelper
+ 24 B java.util.stream.SortedOps$OfRef
+ 24 B org.postgresql.Driver$ConnectThread
+ 24 B com.fasterxml.jackson.databind.util.EnumValues
+ 24 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest$Servlet3ExecutionContext
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy237_constructor_java_lang_reflect_InvocationHandler_
+ 24 B org.postgresql.core.Utils
+ 24 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool
+ 24 B com.fasterxml.jackson.databind.util.TypeKey
+ 24 B com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionSynchronizationRegistryImple_constructor__
+ 24 B io.undertow.servlet.handlers.ServletRequestContext
+ 24 B com.fasterxml.jackson.core.json.JsonGeneratorImpl
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_get__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonSpliterator_java_lang_Object_
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ByteArrayProvider_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_Mod10CheckValidator_constructor__
+ 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 20 B com.sun.org.apache.xerces.internal.util.SymbolTable
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 16 B org.hibernate.validator.internal.engine.messageinterpolation.parser.MessageState
+ 16 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
+ 16 B com.sun.xml.bind.v2.runtime.property.ValueProperty
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_long_
+ 16 B com.fasterxml.jackson.databind.type.TypeBase
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_JavaType_
+ 16 B com.fasterxml.jackson.databind.node.TextNode
+ 16 B org.apache.http.config.RegistryBuilder
+ 16 B sun.nio.ch.SocketAdaptor$SocketInputStream
+ 16 B javax.xml.stream.SecuritySupport
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$ArrayLister
+ 16 B com.arjuna.ats.arjuna.utils.Utility
+ 16 B java.util.Base64$Encoder
+ 16 B java.lang.reflect.Array
+ 16 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingValue
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findFormat_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.util.HexBin
+ 16 B org.jboss.resteasy.core.AsyncResponseConsumer$CompletionStageResponseConsumer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setEmail_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street1
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street2
+ 16 B java.net.Inet6Address
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlleft_java_lang_StringBuilder_java_util_List_
+ 16 B java.util.BitSet
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isIgnorableType_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_arc_runtime_ArcDeploymentTemplate_2_create_java_lang_Class_
+ 16 B com.sun.xml.bind.v2.runtime.reflect.Lister$IDREFS
+ 16 B com.fasterxml.jackson.databind.ser.BeanSerializer
+ 16 B sun.nio.ch.FileChannelImpl
+ 16 B com.sun.xml.bind.v2.runtime.output.SAXOutput
+ 16 B org.apache.http.cookie.CookieIdentityComparator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_doTunneling__
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.traversers.SchemaContentHandler
+ 16 B com.oracle.svm.core.thread.VMOperationControl$SynchronizedAllocationFreeStack
+ 16 B sun.java2d.cmm.CMSManager
+ 16 B org.graalvm.compiler.core.common.CompressEncoding
+ 16 B javax.xml.bind.DatatypeConverter
+ 16 B java.util.TreeSet
+ 16 B java.util.ResourceBundle
+ 16 B io.undertow.servlet.handlers.ServletChain
+ 16 B java.util.Properties
+ 16 B com.sun.org.apache.xerces.internal.impl.dtd.models.CMAny
+ 16 B org.apache.http.client.protocol.RequestExpectContinue
+ 16 B com.sun.xml.bind.v2.runtime.NameBuilder
+ 16 B javax.naming.NamingException
+ 16 B java.lang.ThreadLocal$ThreadLocalMap
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$FloatDeser
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_max_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transactionTest__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofweek_java_lang_StringBuilder_java_util_List_
+ 16 B io.agroal.pool.ConnectionPool$ReapTask
+ 16 B org.apache.http.message.BasicRequestLine
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasIgnoreMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B org.postgresql.core.SetupQueryRunner
+ 16 B com.sun.xml.bind.v2.runtime.property.ArrayERProperty
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$IDREFTransducedAccessorImpl
+ 16 B com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
+ 16 B java.io.PushbackInputStream
+ 16 B java.util.concurrent.ConcurrentHashMap$ValuesView
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_
+ 16 B org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
+ 16 B sun.text.normalizer.NormalizerBase$NFCMode
+ 16 B sun.nio.fs.UnixNativeDispatcher
+ 16 B com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Retention_value__
+ 16 B jdk.xml.internal.SecuritySupport
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setHttpMethod_java_lang_String_
+ 16 B com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
+ 16 B org.apache.http.impl.client.ClientParamsStack
+ 16 B com.oracle.svm.core.jdk.Target_java_io_DeleteOnExitHook$FilesAccessors
+ 16 B com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl
+ 16 B sun.nio.fs.UnixChannelFactory$Flags
+ 16 B org.apache.http.impl.cookie.NetscapeDraftHeaderParser
+ 16 B com.fasterxml.classmate.util.ResolvedTypeCache
+ 16 B com.oracle.svm.core.posix.pthread.PthreadVMMutex
+ 16 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameReadListener
+ 16 B java.nio.HeapByteBuffer
+ 16 B com.fasterxml.jackson.databind.node.POJONode
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayname_java_lang_StringBuilder_java_util_List_
+ 16 B java.util.IdentityHashMap$Values
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraintvalidation_SupportedValidationTarget_value__
+ 16 B org.apache.commons.codec.binary.BaseNCodec$Context
+ 16 B java.util.stream.ReduceOps$ReduceOp
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel$1
+ 16 B org.yaml.snakeyaml.DumperOptions$ScalarStyle
+ 16 B org.jboss.protean.arc.InstanceHandleImpl
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.IDREFDatatypeValidator
+ 16 B java.nio.charset.CoderResult$Cache
+ 16 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamCollectorResponseConsumer
+ 16 B com.fasterxml.jackson.core.io.CharTypes
+ 16 B java.util.WeakHashMap$KeySet
+ 16 B io.undertow.util.NetworkUtils
+ 16 B java.io.PrintWriter
+ 16 B sun.reflect.generics.tree.Wildcard
+ 16 B com.fasterxml.jackson.databind.node.JsonNodeFactory
+ 16 B com.fasterxml.jackson.databind.cfg.MapperConfig
+ 16 B javax.xml.namespace.QName
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlAccessorType_value__
+ 16 B io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_flags__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sizeTable
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryMethod__
+ 16 B com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler
+ 16 B io.undertow.util.HeaderValues
+ 16 B io.agroal.api.configuration.supplier.AgroalDataSourceConfigurationSupplier
+ 16 B com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
+ 16 B org.jboss.resteasy.client.jaxrs.engines.factory.ApacheHttpClient4EngineFactory
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__combineNames_java_lang_String_java_lang_String_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_metrics_javax_interceptor_InvocationContext_
+ 16 B com.sun.xml.internal.bind.v2.runtime.output.Encoded
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isJAXBAnnotation_java_lang_annotation_Annotation_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReaderFactory_java_util_Map_
+ 16 B org.apache.http.impl.io.SessionInputBufferImpl
+ 16 B java.io.FileDescriptor
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DateTimeDV
+ 16 B org.xnio.OptionMap
+ 16 B org.postgresql.hostchooser.MultiHostChooser$1
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode__
+ 16 B com.arjuna.common.internal.util.propertyservice.PropertyPrefix$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_stringSize_int_
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isContainerType_java_lang_Class_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet2__
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$LongDeser
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonObject_java_lang_String_
+ 16 B ch.qos.logback.core.OutputStreamAppender
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_close__
+ 16 B com.sun.security.ntlm.NTLM$Writer
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$BooleanDeser
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_SIZE
+ 16 B java.util.concurrent.locks.ReentrantReadWriteLock$Sync
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyProviderFactory_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 16 B com.fasterxml.jackson.databind.ser.std.StdSerializer
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV
+ 16 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree$$Lambda$749.1798451268
+ 16 B io.smallrye.config.StringUtil
+ 16 B javax.enterprise.inject.Produces$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__typeResolverFromXmlElements_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_payload__
+ 16 B java.util.FormatFlagsConversionMismatchException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_groups__
+ 16 B sun.reflect.generics.repository.FieldRepository
+ 16 B com.fasterxml.jackson.databind.deser.std.DateDeserializers
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllocate_java_lang_StringBuilder_java_util_List_
+ 16 B com.oracle.svm.core.genscavenge.Space$Accounting
+ 16 B java.util.concurrent.ArrayBlockingQueue$Itr
+ 16 B javax.annotation.PostConstruct$$ProxyImpl
+ 16 B javax.security.auth.SubjectDomainCombiner
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_absolute__
+ 16 B org.jboss.resteasy.spi.metadata.DefaultResourceConstructor
+ 16 B org.apache.http.auth.NTCredentials
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_adapterTypeMatches_javax_xml_bind_annotation_adapters_XmlAdapter_java_lang_Class_
+ 16 B jdk.vm.ci.meta.MetaUtil
+ 16 B java.util.stream.AbstractShortCircuitTask
+ 16 B io.smallrye.openapi.runtime.io.JsonUtil
+ 16 B org.jboss.logging.Slf4jLoggerProvider
+ 16 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_NativeThread
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_manual__
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 16 B java.util.JumboEnumSet
+ 16 B javax.ws.rs.POST$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_description__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Character_charValue__
+ 16 B org.hsqldb.types.BooleanType
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.DTDDVFactoryImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Boolean_booleanValue__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_map_java_util_function_Function_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParserFactory_java_util_Map_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_executeQuery_java_lang_String_
+ 16 B java.lang.ProcessEnvironment$StringEntrySet
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_startIndex__
+ 16 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask$1
+ 16 B com.sun.xml.internal.stream.events.CharacterEvent
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsAttribute_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B org.apache.http.impl.client.BasicCredentialsProvider
+ 16 B javax.naming.directory.BasicAttributes$AttrEnumImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateLeft_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonIterator_java_lang_Object_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findJaxbPropertyName_com_fasterxml_jackson_databind_introspect_Annotated_java_lang_Class_java_lang_String_
+ 16 B com.oracle.svm.core.thread.UnsafeParkSupport
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Throwable_getSuppressed__
+ 16 B com.fasterxml.jackson.databind.node.ArrayNode
+ 16 B org.jboss.resteasy.util.MediaTypeHelper$MediaTypeComparator
+ 16 B sun.misc.Cleaner
+ 16 B java.util.TreeMap$EntrySet
+ 16 B com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNameUsedForXmlValue__
+ 16 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverse_int_
+ 16 B org.apache.http.message.BasicHeader
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__
+ 16 B com.oracle.svm.core.deopt.DeoptimizedFrame
+ 16 B java.lang.Deprecated$$ProxyImpl
+ 16 B org.postgresql.core.v3.CompositeQuery
+ 16 B sun.net.www.http.ChunkedOutputStream
+ 16 B com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 16 B org.hibernate.validator.internal.util.Contracts
+ 16 B javax.ws.rs.container.PreMatching$$ProxyImpl
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.identity.Selector$XPath
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getUri__
+ 16 B javax.enterprise.inject.Intercepted$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isDataHandler_java_lang_Class_
+ 16 B org.apache.http.params.BasicHttpParams
+ 16 B org.apache.http.impl.execchain.ResponseEntityProxy
+ 16 B java.lang.Enum
+ 16 B org.apache.http.impl.cookie.BestMatchSpecFactory
+ 16 B com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
+ 16 B org.jboss.resteasy.util.NoContentInputStreamDelegate
+ 16 B org.apache.http.impl.EnglishReasonPhraseCatalog
+ 16 B org.eclipse.microprofile.rest.client.inject.RestClient$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_tryTxn__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getChars_int_int__C_
+ 16 B com.sun.xml.bind.v2.util.QNameMap
+ 16 B org.hibernate.validator.constraints.Mod11Check$$ProxyImpl
+ 16 B org.jboss.resteasy.plugins.providers.sse.SseEventInputImpl
+ 16 B com.sun.xml.bind.v2.runtime.output.Encoded
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 16 B org.apache.http.client.protocol.RequestAcceptEncoding
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_cfg_MapperConfig_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getInputStream__
+ 16 B org.hibernate.validator.internal.engine.valueextraction.IterableValueExtractor
+ 16 B org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
+ 16 B com.sun.xml.internal.bind.v2.runtime.property.ArrayReferenceNodeProperty
+ 16 B org.apache.http.message.BasicHttpResponse
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_datatype_FactoryFinder_findServiceProvider_java_lang_Class_
+ 16 B io.undertow.channels.DetachableStreamSourceChannel$SetterDelegatingListener
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sum_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_xml__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet1__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasRequiredMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MIN_VALUE
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyContentTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 16 B java.util.TimSort
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectIdInfo_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com.fasterxml.jackson.core.io.IOContext
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_namespace__
+ 16 B org.jboss.resteasy.plugins.providers.sse.SseEventProvider$1
+ 16 B com.fasterxml.jackson.databind.node.BinaryNode
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForSerialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$ShortDeser
+ 16 B org.jboss.shamrock.undertow.runtime.graal.URLResourceSubstitution$ResourceInfo
+ 16 B io.undertow.server.protocol.ParseTimeoutUpdater
+ 16 B java.util.concurrent.ThreadPoolExecutor$AbortPolicy
+ 16 B javax.el.ELUtil
+ 16 B java.util.concurrent.atomic.Striped64
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ServletRequestContextThreadSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 16 B com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
+ 16 B com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl
+ 16 B org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineSerializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 16 B org.hibernate.validator.internal.engine.ValidationContext$ValidationContextBuilder
+ 16 B io.undertow.server.HttpServerExchange$ReadDispatchChannel
+ 16 B io.agroal.pool.ConnectionPool$DestroyConnectionTask
+ 16 B org.hsqldb.lib.BaseList
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpMethod__
+ 16 B org.xnio.ChannelListeners$DrainListener
+ 16 B sun.security.jca.ProviderConfig$2
+ 16 B io.undertow.util.WorkerUtils
+ 16 B org.hibernate.validator.internal.constraintvalidators.bv.PatternValidator
+ 16 B io.agroal.pool.ConnectionPool$ValidationTask$ValidateConnectionTask
+ 16 B org.xml.sax.helpers.SecuritySupport
+ 16 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowMappingKey
+ 16 B org.apache.http.impl.client.BasicCookieStore
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_execute_java_lang_String_
+ 16 B sun.net.www.MessageHeader
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllength_java_lang_StringBuilder_java_util_List_
+ 16 B org.hsqldb.rowio.RowInputBinary
+ 16 B com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_
+ 16 B io.undertow.server.protocol.http.ALPNLimitingSSLEngine
+ 16 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingKey
+ 16 B org.apache.http.HttpVersion
+ 16 B org.xnio.Sequence
+ 16 B sun.security.provider.MD4
+ 16 B com.fasterxml.jackson.core.JsonProcessingException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__
+ 16 B io.reactivex.internal.queue.SpscLinkedArrayQueue
+ 16 B org.jboss.resteasy.core.QueryParamInjector
+ 16 B javax.validation.valueextraction.UnwrapByDefault$$ProxyImpl
+ 16 B java.net.SocketOutputStream
+ 16 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ConditionToken
+ 16 B com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_List_value__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setValue_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlright_java_lang_StringBuilder_java_util_List_
+ 16 B com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator
+ 16 B io.reactivex.internal.operators.flowable.FlowableSingleSingle$SingleElementSubscriber
+ 16 B javax.xml.datatype.SecuritySupport
+ 16 B java.util.Collections$SingletonList
+ 16 B java.util.concurrent.LinkedBlockingDeque
+ 16 B com.sun.xml.internal.bind.v2.runtime.property.ListElementProperty
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterForClass_com_fasterxml_jackson_databind_introspect_AnnotatedClass_boolean_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__
+ 16 B java.lang.Byte
+ 16 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2
+ 16 B org.yaml.snakeyaml.parser.ParserImpl$ParseStreamStart
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__
+ 16 B javax.validation.OverridesAttribute$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedMethod_javax_interceptor_InvocationContext_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_oracle_svm_core_option_APIOption_List_value__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryClass__
+ 16 B org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentEnd
+ 16 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$OneCollector
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriterFactory_java_util_Map_
+ 16 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Match
+ 16 B com.arjuna.ats.internal.arjuna.recovery.RecActivatorLoader
+ 16 B sun.net.www.protocol.http.Negotiator
+ 16 B io.agroal.pool.ConnectionPool$LeakTask
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Integer_
+ 16 B org.hsqldb.types.OtherType
+ 16 B com.fasterxml.jackson.annotation.JsonSetter$Value
+ 16 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor$Key
+ 16 B com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg
+ 16 B com.fasterxml.jackson.databind.util.CompactStringObjectMap
+ 16 B org.glassfish.json.JsonMergePatchImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__getTypeFromXmlElement_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B sun.reflect.annotation.AnnotationSupport
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV$XFloat
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_propOrder__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_email
+ 16 B org.jboss.shamrock.restclient.runtime.RestClientBase
+ 16 B com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsText_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getZipCode__
+ 16 B java.util.stream.Nodes$CollectorTask$OfRef$$Lambda$669.36016029
+ 16 B com.fasterxml.jackson.databind.deser.std.FactoryBasedEnumDeserializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_bitCount_int_
+ 16 B io.undertow.protocols.http2.HPackHuffman$HuffmanCode
+ 16 B com.sun.org.apache.xalan.internal.utils.FeaturePropertyBase
+ 16 B com.oracle.svm.core.genscavenge.HeapPolicy$CollectOnAllocationPolicy$Sometimes
+ 16 B com.oracle.svm.core.meta.CompressedNullConstant
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findWrapperName_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_reusable__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_restInterface
+ 16 B io.agroal.pool.ConnectionPool$ReapTask$ReapConnectionTask
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Consumes_value__
+ 16 B org.hibernate.validator.internal.metadata.provider.ProgrammaticMetaDataProvider
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$DoubleDeser
+ 16 B org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
+ 16 B java.security.AccessController
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_stream_Collector_
+ 16 B sun.net.www.http.KeepAliveStream
+ 16 B org.hsqldb.lib.java.JavaSystem
+ 16 B javax.servlet.http.NoBodyResponse
+ 16 B javax.validation.ReportAsSingleViolation$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_enumeration_java_util_Collection_
+ 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableCreateAction
+ 16 B org.jboss.resteasy.rxjava2.SingleProvider
+ 16 B com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet
+ 16 B io.undertow.server.handlers.form.MultiPartParserDefinition$MultiPartUploadHandler$1
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampadd_java_lang_StringBuilder_java_util_List_
+ 16 B org.apache.http.message.BasicHeaderElement
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_message__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedField_
+ 16 B ch.qos.logback.classic.spi.ThrowableProxyUtil
+ 16 B io.reactivex.internal.subscribers.StrictSubscriber
+ 16 B java.util.Vector$1
+ 16 B com.fasterxml.jackson.databind.deser.impl.CreatorCandidate
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_isNull_java_lang_String_
+ 16 B java.util.stream.ReduceOps
+ 16 B sun.util.locale.LocaleExtensions
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAccessType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getTypeFactory__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqluser_java_lang_StringBuilder_java_util_List_
+ 16 B javax.xml.transform.dom.DOMResult
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_ignoreNonDigitCharacters__
+ 16 B io.smallrye.metrics.interceptors.TimedInterceptor
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_CollectionProvider_constructor__
+ 16 B com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B java.util.stream.Stream
+ 16 B io.undertow.util.StringWriteChannelListener
+ 16 B org.postgresql.shaded.com.ongres.scram.common.util.UsAsciiUtils
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredMethod_javax_interceptor_InvocationContext_
+ 16 B java.lang.ClassLoader
+ 16 B org.jboss.resteasy.core.interception.jaxrs.AbstractWriterInterceptorContext
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Repeatable_value__
+ 16 B sun.nio.ch.Util
+ 16 B javax.ws.rs.Path$$ProxyImpl
+ 16 B org.apache.http.impl.conn.SystemDefaultRoutePlanner
+ 16 B ch.qos.logback.classic.spi.StackTraceElementProxy
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 16 B com.sun.xml.bind.v2.util.QNameMap$Entry
+ 16 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ByteDeserializer
+ 16 B org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
+ 16 B com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_nio_DirectByteBuffer_cleaner__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createBuilderFactory_java_util_Map_
+ 16 B io.undertow.servlet.api.LoggingExceptionHandler
+ 16 B io.undertow.io.BlockingReceiverImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_http
+ 16 B io.undertow.server.AbstractServerConnection$CloseSetter
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_highestOneBit_int_
+ 16 B com.fasterxml.jackson.databind.deser.impl.MethodProperty
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_tags__
+ 16 B com.oracle.svm.core.util.VMError
+ 16 B sun.reflect.annotation.TypeAnnotation
+ 16 B org.apache.http.message.AbstractHttpMessage
+ 16 B com.sun.org.apache.xerces.internal.dom.DeferredDocumentTypeImpl
+ 16 B javax.servlet.GenericFilter
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAnnotation_java_lang_Class_com_fasterxml_jackson_databind_introspect_Annotated_boolean_boolean_boolean_
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 16 B java.io.DeleteOnExitHook
+ 16 B org.jboss.resteasy.plugins.providers.StreamingOutputProvider
+ 16 B java.util.WeakHashMap$Values
+ 16 B io.undertow.server.protocol.http.AlpnOpenListener$AlpnConnectionListener
+ 16 B com.fasterxml.jackson.databind.deser.impl.CreatorCollector$StdTypeConstructor
+ 16 B com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
+ 16 B java.awt.image.IndexColorModel
+ 16 B com.oracle.svm.core.thread.ParkEvent
+ 16 B java.util.DuplicateFormatFlagsException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_setName_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getStatusLine__
+ 16 B java.lang.TypeNotPresentException
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__
+ 16 B javax.ws.rs.PathParam$$ProxyImpl
+ 16 B org.postgresql.hostchooser.GlobalHostStatusTracker
+ 16 B io.agroal.pool.wrapper.StatementWrapper$1
+ 16 B org.apache.http.impl.conn.PoolingHttpClientConnectionManager$ConfigData
+ 16 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$CompleteGarbageCollectorMXBean
+ 16 B org.hsqldb.jdbc.JDBCPreparedStatement
+ 16 B javax.xml.stream.XMLInputFactory
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setZipCode_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNonNillableInclusion_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_HttpMethod_value__
+ 16 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getFormParameters__
+ 16 B io.undertow.util.RedirectBuilder
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$IDREFS
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.util.Base64
+ 16 B com.fasterxml.jackson.core.filter.FilteringParserDelegate
+ 16 B javax.ws.rs.core.CacheControl
+ 16 B org.xnio.StreamConnection
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_
+ 16 B org.jboss.resteasy.rxjava2.SingleProvider$SingleAdaptor
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_trs
+ 16 B io.undertow.servlet.core.ManagedServlets
+ 16 B org.apache.http.impl.cookie.NetscapeDraftSpec
+ 16 B org.jboss.shamrock.example.datasource.DatasourceSetup
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_UserTransactionImple_constructor__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_zipCode
+ 16 B java.util.concurrent.ArrayBlockingQueue
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfTrailingZeros_int_
+ 16 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage0StackFrameVisitor
+ 16 B org.apache.http.impl.execchain.RequestEntityProxy
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatch_javax_json_JsonArray_
+ 16 B javax.interceptor.AroundInvoke$$ProxyImpl
+ 16 B com.fasterxml.jackson.databind.type.ResolvedRecursiveType
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationPropertyOrder_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 16 B com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
+ 16 B com.sun.xml.bind.v2.runtime.reflect.Accessor$FieldReflection
+ 16 B io.undertow.conduits.WriteTimeoutStreamSinkConduit
+ 16 B com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl
+ 16 B java.util.logging.LogManager$2
+ 16 B java.lang.ProcessEnvironment
+ 16 B com.fasterxml.jackson.databind.exc.IgnoredPropertyException
+ 16 B com.oracle.svm.core.genscavenge.MemoryWalkerImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_
+ 16 B java.io.PrintStream
+ 16 B ch.qos.logback.classic.Level
+ 16 B com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_description__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_remainderUnsigned_int_int_
+ 16 B sun.nio.ch.NativeThread
+ 16 B com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty$2
+ 16 B com.sun.xml.internal.bind.v2.model.impl.MapPropertyInfoImpl
+ 16 B io.smallrye.config.PropertiesConfigSource
+ 16 B org.jboss.shamrock.metrics.runtime.MetricsServlet
+ 16 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_isTrustedSite_java_net_URL_
+ 16 B com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Target_value__
+ 16 B org.jboss.resteasy.core.SynchronousExecutionContext
+ 16 B com.fasterxml.jackson.databind.annotation.JacksonStdImpl$$ProxyImpl
+ 16 B sun.nio.fs.UnixDirectoryStream$UnixDirectoryIterator
+ 16 B io.undertow.servlet.core.ManagedServlet$SingleThreadModelPoolStrategy
+ 16 B com.fasterxml.jackson.databind.type.PlaceholderForType
+ 16 B javax.xml.parsers.SecuritySupport
+ 16 B io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.HexBinaryDV
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getDecodedFormParameters__
+ 16 B javax.ws.rs.core.Context$$ProxyImpl
+ 16 B com.sun.xml.internal.stream.events.CommentEvent
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootElementAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_message__
+ 16 B java.util.concurrent.locks.ReentrantLock$FairSync
+ 16 B com.sun.org.apache.xalan.internal.xsltc.trax.SAX2StAXEventWriter
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_setAutoCommit_boolean_
+ 16 B com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
+ 16 B org.postgresql.hostchooser.HostRequirement$2
+ 16 B org.yaml.snakeyaml.events.ScalarEvent
+ 16 B com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl
+ 16 B io.undertow.server.protocol.http2.Http2OpenListener
+ 16 B com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
+ 16 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean
+ 16 B javax.ws.rs.core.MediaType
+ 16 B java.nio.channels.spi.AbstractInterruptibleChannel
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_isPrettyPrintingEnabled_java_util_Map_
+ 16 B javax.ws.rs.GET$$ProxyImpl
+ 16 B com.arjuna.ats.internal.arjuna.recovery.Connection
+ 16 B com.fasterxml.jackson.core.io.JsonStringEncoder
+ 16 B java.util.WeakHashMap$EntrySet
+ 16 B org.jboss.resteasy.mock.MockHttpRequest
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitTens
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ConstrainedTo_value__
+ 16 B io.smallrye.config.SmallRyeConfigProviderResolver
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsubstring_java_lang_StringBuilder_java_util_List_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyInclusion_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B io.undertow.servlet.util.SavedRequest
+ 16 B com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNameUsedForXmlValue_java_lang_String_
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.EntityDV
+ 16 B javax.ws.rs.core.EntityTag
+ 16 B io.undertow.security.handlers.AbstractSecurityContextAssociationHandler
+ 16 B java.text.StringCharacterIterator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_lang_String_int_java_net_PasswordAuthentication_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_jsonp__
+ 16 B org.apache.http.impl.io.SessionOutputBufferImpl
+ 16 B com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampdiff_java_lang_StringBuilder_java_util_List_
+ 16 B org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_min_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findImplicitPropertyName_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MAX_VALUE
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterBoundType_javax_xml_bind_annotation_adapters_XmlAdapter_
+ 16 B com.sun.xml.internal.bind.v2.runtime.property.ArrayERProperty
+ 16 B com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverseBytes_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_reflect_Parameter_isNamePresent__
+ 16 B java.nio.HeapByteBufferR
+ 16 B com\oracle\svm\reflect\proxies\Proxy_sun_misc_Cleaner_clean__
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 16 B com.sun.xml.internal.bind.v2.model.impl.Util
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getValue__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_openListenerAdapter_org_xnio_ChannelListener_
+ 16 B java.util.AbstractList
+ 16 B com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setInputStream_java_io_InputStream_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSubtypes_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com.fasterxml.classmate.members.ResolvedParameterizedMember
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_TYPE
+ 16 B sun.nio.cs.UTF_16BE
+ 16 B java.util.HashMap$EntrySet
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toBinaryString_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_protocol__
+ 16 B org.hibernate.validator.internal.metadata.provider.XmlMetaDataProvider
+ 16 B javax.ws.rs.core.AbstractMultivaluedMap
+ 16 B org.hibernate.validator.internal.constraintvalidators.hv.ModCheckBase
+ 16 B java.util.AbstractCollection
+ 16 B com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
+ 16 B org.postgresql.jdbc2.ArrayAssistantRegistry
+ 16 B com.sun.xml.internal.bind.v2.runtime.Coordinator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toOctalString_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_monotonic__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullSerializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B org.hibernate.validator.internal.metadata.location.TypeArgumentConstraintLocation
+ 16 B org.jboss.resteasy.plugins.providers.SourceProvider
+ 16 B org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
+ 16 B org.xnio.channels.EmptyStreamSourceChannel
+ 16 B com.sun.org.apache.xerces.internal.util.NamespaceSupport
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 16 B javax.xml.bind.annotation.XmlRootElement$$ProxyImpl
+ 16 B org.hsqldb.server.HsqlSocketFactory
+ 16 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod11Check_List_value__
+ 16 B java.lang.annotation.Inherited$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_java_lang_Class_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_simpleTest__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet2_java_lang_String_
+ 16 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 16 B java.sql.SQLException
+ 16 B sun.nio.cs.UTF_16LE
+ 16 B com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredConstructor_javax_interceptor_InvocationContext_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_unit__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_signum_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compare_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlinsert_java_lang_StringBuilder_java_util_List_
+ 16 B org.postgresql.core.CachedQueryCreateAction
+ 16 B com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
+ 16 B com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder$Linked
+ 16 B org.hibernate.validator.internal.engine.messageinterpolation.util.InterpolationHelper
+ 16 B java.util.ListResourceBundle
+ 16 B io.undertow.server.handlers.form.FormData
+ 16 B io.smallrye.metrics.interceptors.CountedInterceptor_Bean
+ 16 B org.yaml.snakeyaml.reader.StreamReader
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 16 B com.oracle.svm.core.posix.JavaNetNetUtil
+ 16 B javax.xml.transform.SecuritySupport
+ 16 B com.arjuna.ats.arjuna.coordinator.TxStats
+ 16 B javax.security.auth.Subject$ClassSet
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 16 B org.jboss.resteasy.core.interception.jaxrs.ClientWriterInterceptorContext
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_decode_java_lang_String_
+ 16 B org.jboss.resteasy.core.LocatorRegistry
+ 16 B com.fasterxml.jackson.core.util.BufferRecycler
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__
+ 16 B com.fasterxml.jackson.databind.type.ReferenceType
+ 16 B com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
+ 16 B org.apache.http.impl.client.DefaultHttpRequestRetryHandler
+ 16 B io.undertow.io.BlockingSenderImpl
+ 16 B org.apache.http.util.NetUtils
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_getTest__
+ 16 B org.hibernate.validator.internal.util.classhierarchy.Filters$WeldProxyFilter
+ 16 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer
+ 16 B org.jboss.resteasy.core.ExceptionAdapter
+ 16 B com.sun.xml.internal.bind.v2.util.QNameMap
+ 16 B org.apache.http.client.protocol.RequestTargetAuthentication
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_Reader_
+ 16 B com.fasterxml.jackson.core.filter.TokenFilter
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitOnes
+ 16 B com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
+ 16 B com.sun.xml.internal.bind.v2.runtime.ArrayBeanInfoImpl
+ 16 B io.smallrye.metrics.interceptors.MetricsBinding$$ProxyImpl
+ 16 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$Builder
+ 16 B org.apache.http.impl.cookie.RFC2109Spec$1
+ 16 B com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler$Builder
+ 16 B com.sun.xml.bind.v2.runtime.reflect.Lister$ArrayLister
+ 16 B com.sun.org.apache.xerces.internal.util.ParserConfigurationSettings
+ 16 B java.util.ArraysParallelSortHelpers$FJObject$Sorter
+ 16 B java.lang.NumberFormatException
+ 16 B org.hibernate.validator.internal.util.annotation.ConstraintAnnotationDescriptor
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toHexString_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_longValue__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonthname_java_lang_StringBuilder_java_util_List_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_serialVersionUID
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_BYTES
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_name__
+ 16 B org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findContentAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedLong_int_
+ 16 B org.slf4j.helpers.MarkerIgnoringBase
+ 16 B java.util.concurrent.ConcurrentLinkedQueue
+ 16 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableArrayList
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_weight__
+ 16 B org.xnio.conduits.AbstractConduit
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 16 B java.util.IllegalFormatFlagsException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B java.io.BufferedInputStream
+ 16 B org.hibernate.validator.internal.metadata.aggregated.ParameterMetaData
+ 16 B org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
+ 16 B com.sun.org.apache.xerces.internal.dom.LCount
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findKeyDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$2
+ 16 B com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
+ 16 B com.sun.xml.internal.bind.v2.model.impl.ElementPropertyInfoImpl$1
+ 16 B javax.crypto.spec.DESKeySpec
+ 16 B com.fasterxml.jackson.annotation.JsonIgnoreProperties$Value
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_el_ELManager_getExpressionFactory__
+ 16 B com.oracle.svm.core.genscavenge.HeapImplMemoryMXBean
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 16 B com.sun.xml.internal.bind.v2.runtime.property.ValueProperty
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV
+ 16 B java.text.AttributedString$AttributedStringIterator
+ 16 B org.apache.http.conn.ssl.SSLContexts
+ 16 B org.hibernate.validator.internal.metadata.descriptor.GroupConversionDescriptorImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_postConstruct__
+ 16 B org.xnio.ChannelListeners$14
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B org.xnio.ChannelListeners$10
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString0_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_cdi__
+ 16 B com.fasterxml.jackson.databind.DeserializationConfig
+ 16 B org.jboss.protean.arc.ComputingCache$CacheFunction
+ 16 B io.undertow.security.impl.CachedAuthenticatedSessionMechanism
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_message__
+ 16 B org.jboss.resteasy.core.AsynchronousDispatcher$2
+ 16 B com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver
+ 16 B com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getInitParameter_java_lang_String_
+ 16 B java.text.AttributedString$AttributeMap
+ 16 B java.util.stream.Nodes$SizedCollectorTask
+ 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleCreateAction
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet1_java_lang_String_
+ 16 B io.smallrye.metrics.MetricRegistries$$Lambda$424.1279873990
+ 16 B sun.security.provider.SeedGenerator
+ 16 B io.undertow.util.LegacyCookieSupport
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_divideUnsigned_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateRight_int_int_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedMethod_javax_interceptor_InvocationContext_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_int_
+ 16 B javax.ws.rs.sse.FactoryFinder
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_
+ 16 B java.text.NumberFormat
+ 16 B sun.net.www.protocol.http.DigestAuthentication$Parameters
+ 16 B org.apache.http.impl.execchain.BackoffStrategyExec
+ 16 B java.util.zip.Inflater
+ 16 B org.postgresql.core.QueryWithReturningColumnsKey
+ 16 B com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$XSAnyType
+ 16 B javax.naming.directory.BasicAttributes
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_formatUnsignedInt_int_int__C_int_int_
+ 16 B com.sun.xml.bind.v2.runtime.Coordinator
+ 16 B sun.nio.fs.NativeBuffers
+ 16 B com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
+ 16 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ConcatToken
+ 16 B sun.nio.cs.US_ASCII
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setRequestUri_java_net_URI_
+ 16 B org.jboss.shamrock.agroal.runtime.DataSourceTemplate
+ 16 B java.util.regex.Pattern$CharPropertyNames
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_lowestOneBit_int_
+ 16 B sun.text.normalizer.UCharacterProperty
+ 16 B java.util.Collections$UnmodifiableMap
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_digits
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_jta_common_JTAEnvironmentBean_constructor__
+ 16 B org.postgresql.shaded.com.ongres.scram.common.util.AbstractCharAttributeValue
+ 16 B com.oracle.svm.core.SubstrateOptions
+ 16 B javax.validation.valueextraction.ExtractedValue$$ProxyImpl
+ 16 B org.postgresql.jdbc.PrimitiveArraySupport
+ 16 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$DateBasedDeserializer
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 16 B com.fasterxml.jackson.databind.type.ArrayType
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.models.XSAllCM
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_regexp__
+ 16 B com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory$PhysicalMemorySupportImpl
+ 16 B com.sun.xml.bind.v2.runtime.reflect.Accessor$SetterOnlyReflection
+ 16 B java.util.HashMap$Values
+ 16 B org.hibernate.validator.internal.metadata.aggregated.FieldCascadable$Builder
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$CharDeser
+ 16 B com.arjuna.ats.jta.xa.XidImple
+ 16 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceMethodBuilder
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_endIndex__
+ 16 B org.jboss.resteasy.plugins.providers.jackson.ResteasyObjectWriterInjector
+ 16 B sun.reflect.generics.reflectiveObjects.TypeVariableImpl
+ 16 B org.postgresql.util.URLCoder
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B javax.xml.bind.JAXBException
+ 16 B com.oracle.svm.core.genscavenge.GCImpl$CollectionInProgressError
+ 16 B com.fasterxml.classmate.util.ResolvedTypeCache$Key
+ 16 B com.sun.xml.internal.bind.Util
+ 16 B org.apache.commons.logging.impl.Jdk14Logger
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForDeserialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B java.util.TreeMap$Values
+ 16 B com.sun.xml.bind.v2.util.EditDistance
+ 16 B java.util.stream.StreamSpliterators$AbstractWrappingSpliterator
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.util.ShortListImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_annotation_Priority_value__
+ 16 B java.io.DataOutputStream
+ 16 B com.sun.org.apache.xerces.internal.impl.XML11DTDScannerImpl
+ 16 B org.apache.http.protocol.BasicHttpProcessor
+ 16 B io.undertow.servlet.api.FilterInfo
+ 16 B sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
+ 16 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler$ServletAuthenticatedSessionManager
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hsqldb_jdbc_JDBCDriver_constructor__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineDeserializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 16 B java.util.stream.Collectors$$Lambda$260.1038459843
+ 16 B org.hsqldb.map.BitMap
+ 16 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Produces_value__
+ 16 B com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterSetterReflection
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_equals_java_lang_Object_
+ 16 B org.hibernate.validator.internal.util.privilegedactions.LoadClass
+ 16 B java.util.ArrayList$SubList
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNamespace_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B java.awt.image.BufferedImage
+ 16 B io.smallrye.metrics.app.ExponentiallyDecayingReservoir
+ 16 B org.hsqldb.lib.HsqlArrayList
+ 16 B org.hibernate.validator.internal.metadata.raw.ConstrainedParameter
+ 16 B sun.text.normalizer.NormalizerBase$NFDMode
+ 16 B org.jboss.resteasy.rxjava2.ObservableProvider
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionManager
+ 16 B javax.naming.ldap.LdapName
+ 16 B org.jboss.protean.arc.InjectionPointProvider
+ 16 B javax.xml.parsers.SAXParserFactory
+ 16 B com.oracle.svm.core.genscavenge.PinnedObjectImpl
+ 16 B com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl$RuntimePropertyImpl
+ 16 B java.util.concurrent.locks.ReentrantLock
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_getWeight__
+ 16 B java.net.URLEncoder
+ 16 B com.oracle.svm.core.posix.thread.PosixVMThreads
+ 16 B io.smallrye.config.EnvConfigSource
+ 16 B io.undertow.server.handlers.form.FormEncodedDataDefinition
+ 16 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl
+ 16 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$EmptyCollector
+ 16 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ClassIndexWrapper
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionManagerImple_constructor__
+ 16 B org.jboss.resteasy.util.FindAnnotation
+ 16 B java.util.concurrent.ConcurrentHashMap$KeySetView
+ 16 B com.fasterxml.jackson.core.util.JsonParserSequence
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_displayName__
+ 16 B java.net.URISyntaxException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 16 B org.apache.http.config.MessageConstraints
+ 16 B java.util.EventObject
+ 16 B sun.nio.ch.PollSelectorImpl
+ 16 B io.smallrye.metrics.interceptors.MeteredInterceptor
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationSortAlphabetically_com_fasterxml_jackson_databind_introspect_Annotated_
+ 16 B javax.inject.Inject$$ProxyImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_multiplier__
+ 16 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean
+ 16 B org.yaml.snakeyaml.emitter.Emitter$ExpectStreamStart
+ 16 B io.smallrye.metrics.MetricRegistries
+ 16 B io.undertow.server.protocol.framed.AbstractFramedChannel$3
+ 16 B java.text.RBCollationTables
+ 16 B com.sun.xml.internal.bind.v2.util.EditDistance
+ 16 B com.fasterxml.jackson.databind.jsontype.NamedType
+ 16 B javax.naming.InitialContext
+ 16 B io.smallrye.openapi.api.OpenApiDocument
+ 16 B io.undertow.util.MultipartParser
+ 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.Base64BinaryDV
+ 16 B org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_groups__
+ 16 B com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
+ 16 B org.xnio.ChannelListeners$DelegatingSetter
+ 16 B sun.security.provider.NativePRNG
+ 16 B java.util.regex.PatternSyntaxException
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAttribute_java_lang_String_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_manualValidation_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_
+ 16 B java.util.logging.LoggingProxyImpl
+ 16 B org.hsqldb.map.ValuePool
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfLeadingZeros_int_
+ 16 B org.xnio.nio.NioXnio
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpHeaders__
+ 16 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedConstructor_javax_interceptor_InvocationContext_
+ 16 B com.sun.org.apache.xerces.internal.util.XMLAttributesImpl
+ 16 B org.eclipse.microprofile.health.Health$$ProxyImpl
+ 16 B sun.nio.fs.UnixFileSystem
+ 16 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 16 B org.hsqldb.resources.ResourceBundleHandler
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGeneratorFactory_java_util_Map_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasAsValueAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 16 B org.jboss.resteasy.spi.metadata.DefaultResourceLocator
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setAttribute_java_lang_String_java_lang_Object_
+ 16 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$IntDeser
+ 16 B java.util.TimeZone
+ 16 B io.reactivex.internal.operators.flowable.FlowableFromFuture
+ 16 B org.apache.http.conn.BasicManagedEntity
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_intValue__
+ 16 B io.undertow.server.DirectByteBufferDeallocator
+ 16 B com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
+ 16 B org.xnio.OptionMap$Builder
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergeDiff_javax_json_JsonValue_javax_json_JsonValue_
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_setWeight_double_
+ 16 B com.oracle.svm.core.handles.ObjectHandlesImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareUnsigned_int_int_
+ 16 B com.sun.xml.internal.bind.marshaller.DumbEscapeHandler
+ 16 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$IDREFS$Pack
+ 16 B org.yaml.snakeyaml.resolver.ResolverTuple
+ 16 B java.nio.file.FileSystems
+ 16 B org.apache.http.impl.cookie.BrowserCompatSpecFactory
+ 16 B com.fasterxml.jackson.annotation.JsonFormat$Value
+ 16 B javax.interceptor.AroundConstruct$$ProxyImpl
+ 16 B org.hibernate.validator.internal.metadata.aggregated.ReturnValueMetaData
+ 16 B org.jboss.protean.arc.Types
+ 16 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getEmail__
+ 16 B io.undertow.protocols.http2.HPackHuffman
+ 16 B java.util.concurrent.LinkedBlockingQueue
+ 16 B org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
+ 16 B org.jboss.resteasy.plugins.interceptors.CacheControlFeature
+ 16 B org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl
+ 16 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_int_
+ 16 B org.jboss.logging.Slf4jLocationAwareLogger
+ 16 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNonNillableInclusion__
+ 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 8 B java.util.stream.FindOps$FindOp
+ 8 B com.oracle.svm.core.genscavenge.AlignedHeapChunk
+ 8 B io.undertow.protocols.ssl.SslConduit$5
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean$$function$$12
+ 8 B io.reactivex.internal.observers.ConsumerSingleObserver
+ 8 B com.sun.org.apache.xerces.internal.impl.dtd.models.CMBinOp
+ 8 B com.sun.xml.internal.bind.v2.runtime.Messages
+ 8 B com.sun.xml.bind.v2.model.annotation.ClassLocatable
+ 8 B io.reactivex.internal.functions.ObjectHelper
+ 8 B org.hibernate.validator.internal.engine.ValidationContext$$Lambda$733.690393998
+ 8 B org.postgresql.shaded.com.ongres.scram.common.exception.ScramServerErrorException
+ 8 B com.oracle.svm.reflect.helpers.ExceptionHelpers
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDurationDV
+ 8 B com.sun.xml.bind.v2.runtime.reflect.Lister$1
+ 8 B com.sun.org.apache.xerces.internal.dom.DocumentFragmentImpl
+ 8 B org.apache.http.impl.auth.NTLMEngineImpl$CipherGen
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_payload__
+ 8 B com.sun.xml.bind.v2.model.impl.Messages
+ 8 B org.jboss.shamrock.example.health.SimpleHealthCheck_Bean
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_int_
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMap4Types
+ 8 B com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter$MultiView
+ 8 B com.sun.org.apache.xerces.internal.dom.NamedNodeMapImpl
+ 8 B java.util.UnknownFormatConversionException
+ 8 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber
+ 8 B com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer
+ 8 B com.oracle.svm.core.jdk.RuntimeSupport
+ 8 B org.apache.http.cookie.CookieSpecRegistry$1
+ 8 B io.undertow.util.HttpString
+ 8 B java.io.File$TempDirectory
+ 8 B io.undertow.server.session.SessionListeners
+ 8 B io.undertow.servlet.core.SessionListenerBridge$1
+ 8 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertySorter$1
+ 8 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$414.1808409198
+ 8 B java.util.AbstractMap$1
+ 8 B com.sun.org.apache.xerces.internal.impl.XML11EntityScanner
+ 8 B com.oracle.svm.core.posix.PosixSystemPropertiesSupport
+ 8 B org.apache.http.impl.execchain.HttpResponseProxy
+ 8 B java.util.AbstractMap$2
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.DayTimeDurationDV
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers
+ 8 B io.undertow.server.session.InMemorySessionManager
+ 8 B org.jboss.resteasy.core.ListFormInjector
+ 8 B com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
+ 8 B java.util.ArrayDeque
+ 8 B com.oracle.svm.core.hub.AnnotationsEncoding
+ 8 B ch.qos.logback.core.spi.FilterAttachableImpl
+ 8 B io.smallrye.metrics.MetricsRequestHandler_Bean
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.models.CMNodeFactory
+ 8 B org.glassfish.json.JsonNumberImpl
+ 8 B org.xnio.nio.NioXnio$DefaultSelectorCreator
+ 8 B java.text.PatternEntry
+ 8 B io.smallrye.metrics.MetricRegistries_Bean$$function$$9
+ 8 B org.apache.http.protocol.RequestUserAgent
+ 8 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$SqlDateDeserializer
+ 8 B javax.validation.constraintvalidation.SupportedValidationTarget$$ProxyImpl
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_Bean$$function$$20
+ 8 B sun.reflect.generics.factory.CoreReflectionFactory
+ 8 B sun.nio.fs.AbstractPath
+ 8 B javax.xml.bind.Messages
+ 8 B com.fasterxml.jackson.databind.util.NameTransformer$Chained
+ 8 B org.jboss.protean.arc.InvocationContextImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Object_
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_Bean$$function$$18
+ 8 B io.agroal.pool.ConnectionPool$CreateConnectionTask
+ 8 B io.smallrye.metrics.MetricRegistries_ProducerMethod6_Bean$$function$$14
+ 8 B org.apache.http.impl.io.DefaultHttpResponseParserFactory
+ 8 B io.smallrye.metrics.app.WeightedSnapshot$$Lambda$651.1766379574
+ 8 B io.undertow.server.protocol.http.PipeliningBufferingStreamSinkConduit
+ 8 B org.jboss.resteasy.plugins.providers.ReaderProvider
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getTest__
+ 8 B com.sun.org.apache.xerces.internal.util.XMLGrammarPoolImpl
+ 8 B java.util.Hashtable$EntrySet
+ 8 B org.apache.http.client.methods.AbstractExecutionAwareRequest
+ 8 B com.sun.xml.internal.bind.v2.runtime.property.ArrayProperty
+ 8 B javax.ws.rs.ServerErrorException
+ 8 B org.postgresql.util.GT
+ 8 B org.jboss.resteasy.core.FormParamInjector
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_message__
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectDocumentRoot
+ 8 B java.net.Inet4AddressImpl
+ 8 B org.apache.http.client.utils.DateUtils$DateFormatHolder
+ 8 B org.apache.http.protocol.BasicHttpContext
+ 8 B java.util.concurrent.ConcurrentSkipListMap$KeySet
+ 8 B sun.text.normalizer.UTF16
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$UniqueValueStore
+ 8 B io.undertow.server.handlers.HttpContinueReadHandler$1
+ 8 B org.xnio.conduits.StreamSourceChannelWrappingConduit
+ 8 B com.oracle.svm.core.meta.SubstrateObjectConstant
+ 8 B org.hibernate.validator.internal.util.privilegedactions.ConstructorInstance
+ 8 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$EntrySet
+ 8 B java.util.regex.Pattern$BnM
+ 8 B java.io.SequenceInputStream
+ 8 B sun.util.locale.provider.DateFormatProviderImpl
+ 8 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions
+ 8 B com.sun.org.apache.xerces.internal.util.XML11Char
+ 8 B com.fasterxml.jackson.databind.ser.std.InetAddressSerializer
+ 8 B io.smallrye.metrics.MetricsRequestHandler_Bean$$function$$1
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_groups__
+ 8 B org.glassfish.json.JsonPointerImpl
+ 8 B org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_Bean$$function$$21
+ 8 B org.apache.commons.logging.impl.WeakHashtable$Entry
+ 8 B java.util.LinkedHashMap$LinkedValues
+ 8 B com.fasterxml.jackson.databind.util.JSONPObject
+ 8 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.DomLoader
+ 8 B io.undertow.server.HttpServerExchange$5
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_name
+ 8 B io.undertow.server.HttpServerExchange$3
+ 8 B java.text.CalendarBuilder
+ 8 B com.fasterxml.jackson.core.util.TextBuffer
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$GetterOnlyReflection
+ 8 B org.apache.http.util.EncodingUtils
+ 8 B java.util.EnumMap$EntryIterator$Entry
+ 8 B org.eclipse.microprofile.rest.client.RestClientBuilder
+ 8 B org.apache.http.impl.cookie.LaxMaxAgeHandler
+ 8 B javax.xml.bind.PropertyException
+ 8 B org.apache.http.client.entity.DecompressingEntity
+ 8 B ch.qos.logback.core.BasicStatusManager
+ 8 B org.hibernate.validator.internal.metadata.location.ReturnValueConstraintLocation
+ 8 B java.security.DigestOutputStream
+ 8 B org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter
+ 8 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$NCollector
+ 8 B org.apache.http.impl.cookie.NetscapeDraftSpecProvider
+ 8 B org.jboss.shamrock.metrics.runtime.LambdaCounter
+ 8 B sun.reflect.annotation.AnnotationParser
+ 8 B io.undertow.servlet.core.ServletContainerImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_message__
+ 8 B javax.ws.rs.core.MediaType$1
+ 8 B org.apache.http.impl.conn.CPoolEntry
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceSetup_dataSource
+ 8 B com.sun.xml.internal.bind.v2.runtime.LeafBeanInfoImpl
+ 8 B org.slf4j.helpers.NOPLoggerFactory
+ 8 B org.jboss.shamrock.example.transaction.TransactionResource
+ 8 B javax.xml.validation.SchemaFactoryFinder$2
+ 8 B org.apache.commons.io.output.ByteArrayOutputStream
+ 8 B io.reactivex.internal.queue.SpscArrayQueue
+ 8 B ch.qos.logback.core.encoder.LayoutWrappingEncoder
+ 8 B com.oracle.svm.core.heap.AllocationFreeList
+ 8 B org.postgresql.core.NativeQuery
+ 8 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.FormParamProcessor
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_payload__
+ 8 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$187.194256247
+ 8 B com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty
+ 8 B sun.util.logging.PlatformLogger$JavaLoggerProxy
+ 8 B sun.net.www.protocol.http.HttpCallerInfo
+ 8 B org.yaml.snakeyaml.tokens.Token
+ 8 B org.hsqldb.types.BinaryUUIDType
+ 8 B com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
+ 8 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArray
+ 8 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceConstructorBuilder
+ 8 B java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntrySetSpliterator
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.ElementPSVImpl
+ 8 B com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
+ 8 B org.hibernate.validator.constraints.Mod11Check$List$$ProxyImpl
+ 8 B org.apache.http.impl.client.RedirectLocations
+ 8 B com.oracle.svm.core.hub.AnnotationTypeSupport
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_int_
+ 8 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
+ 8 B org.xnio.conduits.PushBackStreamSourceConduit
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString__
+ 8 B sun.util.calendar.JulianCalendar
+ 8 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Messages
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_java_lang_String_
+ 8 B javax.crypto.CryptoAllPermission
+ 8 B sun.nio.fs.NativeBuffer
+ 8 B com.fasterxml.jackson.databind.ser.std.IterableSerializer
+ 8 B org.apache.http.impl.entity.LaxContentLengthStrategy
+ 8 B org.postgresql.shaded.com.ongres.scram.common.stringprep.StringPreparations
+ 8 B org.jboss.shamrock.example.rest.ClientResource
+ 8 B io.undertow.server.session.InMemorySessionManager$SessionImpl$2
+ 8 B org.hibernate.validator.internal.constraintvalidators.hv.Mod10CheckValidator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_int_
+ 8 B java.util.Collections$UnmodifiableList
+ 8 B com.sun.org.apache.xml.internal.serializer.EncodingInfo
+ 8 B java.util.concurrent.Executors
+ 8 B org.jboss.protean.arc.InjectableBean
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_tags__
+ 8 B org.hsqldb.types.IntervalMonthData
+ 8 B sun.reflect.generics.repository.GenericDeclRepository
+ 8 B sun.security.provider.SHA5
+ 8 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$KeySet
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_int_
+ 8 B sun.security.provider.SHA2
+ 8 B org.apache.http.impl.cookie.IgnoreSpecFactory
+ 8 B org.apache.http.impl.cookie.BasicSecureHandler
+ 8 B org.apache.http.impl.client.EntityEnclosingRequestWrapper
+ 8 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentFieldLocation
+ 8 B org.apache.http.impl.auth.SPNegoSchemeFactory
+ 8 B org.jboss.resteasy.plugins.server.BaseHttpRequest
+ 8 B sun.security.util.ResourcesMgr
+ 8 B java.util.stream.ForEachOps$ForEachOrderedTask
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_java_util_Collection_
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_message__
+ 8 B org.eclipse.microprofile.metrics.annotation.Timed$$ProxyImpl
+ 8 B com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary
+ 8 B com.sun.xml.internal.bind.unmarshaller.DOMScanner
+ 8 B io.smallrye.health.SmallRyeHealthReporter_Bean$$function$$5
+ 8 B com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput
+ 8 B org.hibernate.validator.internal.engine.valueextraction.OptionalDoubleValueExtractor
+ 8 B com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ListValueExtractor
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_payload__
+ 8 B org.slf4j.impl.StaticLoggerBinder
+ 8 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean$$function$$4
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_absolute__
+ 8 B org.jboss.shamrock.example.rest.RestClientProxy_Bean
+ 8 B com.sun.org.apache.xerces.internal.xinclude.XIncludeMessageFormatter
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_regexp__
+ 8 B java.util.logging.Logger$LoggerBundle
+ 8 B io.smallrye.metrics.MetricRegistries_ProducerMethod13_Bean$$function$$17
+ 8 B java.time.ZonedDateTime
+ 8 B io.undertow.servlet.util.ConstructorInstanceFactory
+ 8 B java.awt.color.ICC_Profile$2
+ 8 B org.apache.http.impl.cookie.RFC6265LaxSpec
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_payload__
+ 8 B java.util.stream.FindOps$$Lambda$132.869085054
+ 8 B com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$XMLDeclDriver
+ 8 B io.undertow.server.protocol.http.ParseState
+ 8 B org.hibernate.validator.constraints.LuhnCheck$$ProxyImpl
+ 8 B com.sun.org.apache.xerces.internal.util.SymbolHash
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$ShortArraySerializer
+ 8 B org.apache.http.impl.cookie.BasicCommentHandler
+ 8 B org.apache.http.impl.auth.SPNegoScheme
+ 8 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$PrimitiveOrWrapperDeserializer
+ 8 B org.graalvm.compiler.options.OptionsParser
+ 8 B java.util.Collections$SingletonMap
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_ignoreNonDigitCharacters__
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl$1
+ 8 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Scope
+ 8 B java.util.EnumMap$KeySet
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_name__
+ 8 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$760.1925058664
+ 8 B org.jboss.resteasy.plugins.server.servlet.ServletUtil
+ 8 B io.smallrye.config.inject.ConfigProducer_ProducerMethod11_Bean
+ 8 B org.apache.http.impl.auth.KerberosSchemeFactory
+ 8 B sun.nio.fs.UnixFileModeAttribute
+ 8 B com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl$1
+ 8 B org.apache.http.conn.EofSensorInputStream
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV
+ 8 B org.yaml.snakeyaml.DumperOptions$LineBreak
+ 8 B javax.xml.validation.SchemaFactoryFinder
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 8 B org.glassfish.json.MapUtil
+ 8 B org.postgresql.shaded.com.ongres.scram.common.ScramAttributeValue
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_endIndex__
+ 8 B org.resteasy.reactivecontext.ContextFilter
+ 8 B com.sun.xml.bind.Messages
+ 8 B javax.validation.constraints.Min$$ProxyImpl
+ 8 B org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFeature
+ 8 B org.jboss.resteasy.plugins.providers.CompletionStageProvider
+ 8 B com.fasterxml.jackson.core.JsonStreamContext
+ 8 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertySorter$1
+ 8 B java.util.stream.Nodes$CollectorTask$OfRef
+ 8 B org.yaml.snakeyaml.events.NodeEvent
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstFlowSequenceItem
+ 8 B com.sun.xml.bind.v2.Messages
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_startIndex__
+ 8 B javax.enterprise.context.ApplicationScoped$$ProxyImpl
+ 8 B io.smallrye.metrics.interceptors.MetricsInterceptor
+ 8 B org.apache.http.impl.DefaultHttpResponseFactory
+ 8 B org.jboss.logging.Slf4jLogger
+ 8 B io.undertow.security.impl.AbstractSecurityContext
+ 8 B javax.servlet.GenericServlet
+ 8 B io.undertow.server.protocol.http.HttpOpenListener
+ 8 B com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$1
+ 8 B javax.validation.Constraint$$ProxyImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_tags__
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV$DateTimeData
+ 8 B java.util.stream.StreamSpliterators$DelegatingSpliterator
+ 8 B javax.security.auth.Subject$2
+ 8 B org.apache.http.impl.SocketHttpClientConnection
+ 8 B org.xnio.conduits.StreamSinkChannelWrappingConduit
+ 8 B io.smallrye.metrics.interceptors.MetricNameFactory_Bean$$function$$2
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectBlockMappingSimpleValue
+ 8 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$$Lambda$543.1216506440
+ 8 B com.sun.xml.internal.bind.v2.Messages
+ 8 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean
+ 8 B javax.security.auth.login.Configuration$1
+ 8 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Empty
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_payload__
+ 8 B org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
+ 8 B com.fasterxml.classmate.ResolvedTypeWithMembers$AnnotationHandler
+ 8 B com.sun.xml.internal.bind.v2.model.impl.Messages
+ 8 B io.undertow.protocols.http2.Http2Channel$2
+ 8 B org.hsqldb.map.BaseHashMap
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_value
+ 8 B java.util.stream.Nodes$SpinedNodeBuilder
+ 8 B io.undertow.conduits.EmptyStreamSourceConduit
+ 8 B com.oracle.svm.core.heap.FeebleReferenceList
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setName_java_lang_String_
+ 8 B io.undertow.util.Headers
+ 8 B org.postgresql.util.MD5Digest
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Messages
+ 8 B org.apache.http.impl.auth.HttpEntityDigester
+ 8 B sun.text.normalizer.RuleCharacterIterator
+ 8 B io.undertow.server.protocol.http.AlpnOpenListener$1
+ 8 B com.fasterxml.jackson.databind.ser.std.UUIDSerializer
+ 8 B com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl$TransducerImpl
+ 8 B java.io.ByteArrayOutputStream
+ 8 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForMap
+ 8 B sun.net.www.protocol.http.NTLMAuthenticationProxy
+ 8 B javax.xml.bind.helpers.Messages
+ 8 B com.fasterxml.jackson.databind.type.CollectionLikeType
+ 8 B com.fasterxml.jackson.databind.util.NameTransformer$2
+ 8 B org.hibernate.validator.internal.util.ExecutableParameterNameProvider
+ 8 B org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
+ 8 B javax.xml.transform.TransformerFactory
+ 8 B com.fasterxml.jackson.databind.util.NameTransformer$3
+ 8 B sun.nio.cs.US_ASCII$Encoder
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$IntArraySerializer
+ 8 B java.lang.annotation.Target$$ProxyImpl
+ 8 B io.undertow.protocols.http2.Http2GoAwayStreamSinkChannel
+ 8 B org.jboss.shamrock.metrics.runtime.MetricsServlet_Bean
+ 8 B com.fasterxml.jackson.databind.ser.AnyGetterWriter
+ 8 B javax.ws.rs.InternalServerErrorException
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_max__
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_transformed__
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.MethodLocatable
+ 8 B org.hibernate.validator.internal.metadata.aggregated.MetaDataBuilder
+ 8 B org.jboss.resteasy.spi.metadata.ResourceBuilder$ResourceMethodParameterBuilder
+ 8 B javax.xml.bind.annotation.XmlType$$ProxyImpl
+ 8 B java.nio.channels.spi.AbstractSelector
+ 8 B java.util.stream.ReferencePipeline$7
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV$XDecimal
+ 8 B org.jboss.logging.DelegatingBasicLogger
+ 8 B java.nio.HeapCharBuffer
+ 8 B java.util.stream.ReferencePipeline$3
+ 8 B java.util.concurrent.ConcurrentHashMap$CollectionView
+ 8 B java.util.stream.ReferencePipeline$2
+ 8 B org.hibernate.validator.internal.util.privilegedactions.NewInstance
+ 8 B com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
+ 8 B com.arjuna.ats.internal.jta.xa.XID
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_hashCode__
+ 8 B io.undertow.protocols.http2.Http2PrefaceStreamSinkChannel
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_int_
+ 8 B javax.ws.rs.RedirectionException
+ 8 B org.jboss.resteasy.spi.ResteasyUriInfo
+ 8 B io.undertow.protocols.http2.Http2SettingsStreamSinkChannel
+ 8 B java.util.concurrent.atomic.AtomicReferenceArray
+ 8 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_ServerSocketChannelImpl
+ 8 B org.hsqldb.types.BinaryData
+ 8 B org.xnio.ChannelListeners$4
+ 8 B com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_next__
+ 8 B com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers
+ 8 B org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator$$Lambda$734.340983679
+ 8 B org.apache.http.impl.conn.HttpPoolEntry
+ 8 B org.apache.http.impl.io.DefaultHttpResponseParser
+ 8 B org.apache.http.protocol.RequestTargetHost
+ 8 B org.jboss.resteasy.core.interception.jaxrs.PostMatchContainerRequestContext
+ 8 B com.sun.org.apache.xml.internal.serializer.ElemContext
+ 8 B com.fasterxml.jackson.databind.ser.std.SerializableSerializer
+ 8 B org.apache.http.auth.AuthScope
+ 8 B com.fasterxml.jackson.databind.JsonMappingException$Reference
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.traversers.LargeContainer
+ 8 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$3
+ 8 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$1
+ 8 B sun.nio.cs.ISO_8859_1$Encoder
+ 8 B org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes
+ 8 B java.nio.CharBuffer
+ 8 B org.jboss.resteasy.core.interception.jaxrs.ClientReaderInterceptorContext
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 8 B com.fasterxml.jackson.core.io.SerializedString
+ 8 B com.sun.xml.bind.v2.runtime.unmarshaller.Messages
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_java_util_Map_
+ 8 B com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedFrameInfoQueryResultAllocator
+ 8 B javax.xml.bind.annotation.XmlAccessorType$$ProxyImpl
+ 8 B org.hibernate.validator.internal.engine.ConfigurationImpl$$Lambda$440.191440055
+ 8 B java.nio.charset.MalformedInputException
+ 8 B java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
+ 8 B com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
+ 8 B com.sun.xml.internal.bind.v2.model.impl.ArrayInfoImpl
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceFirstEntry
+ 8 B org.apache.http.impl.conn.DefaultManagedHttpClientConnection
+ 8 B com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
+ 8 B sun.security.provider.SunEntries
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.BooleanDV
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.Messages
+ 8 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean
+ 8 B org.hsqldb.jdbc.JDBCStatement
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_parsers_FactoryFinder_findServiceProvider_java_lang_Class_
+ 8 B java.io.InputStreamReader
+ 8 B com.sun.xml.bind.v2.model.annotation.MethodLocatable
+ 8 B com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder
+ 8 B com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
+ 8 B com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
+ 8 B javax.ws.rs.ServiceUnavailableException
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigInteger_
+ 8 B io.undertow.io.AsyncReceiverImpl$5$1
+ 8 B java.util.concurrent.ConcurrentSkipListMap$EntryIterator
+ 8 B com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
+ 8 B java.util.Stack
+ 8 B java.util.concurrent.ConcurrentMap
+ 8 B com.sun.xml.internal.bind.v2.model.impl.AnyTypeImpl
+ 8 B sun.security.provider.MD5
+ 8 B javax.validation.constraints.Size$$ProxyImpl
+ 8 B io.undertow.servlet.handlers.ServletPathMatchesData$Builder
+ 8 B io.undertow.util.StatusCodes
+ 8 B java.util.ArrayList$Itr
+ 8 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree$$Lambda$578.454947851
+ 8 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer
+ 8 B com.sun.org.apache.xerces.internal.dom.TextImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_message__
+ 8 B io.agroal.pool.ConnectionPool$FillTask
+ 8 B java.util.Comparator
+ 8 B com.sun.xml.internal.bind.v2.util.QNameMap$EntrySet
+ 8 B sun.text.normalizer.ReplaceableUCharacterIterator
+ 8 B org.jboss.resteasy.core.AsyncResponseConsumer$AsyncStreamResponseConsumer
+ 8 B org.hibernate.validator.internal.engine.ValidationContext$BeanPathMetaConstraintProcessedUnit
+ 8 B io.undertow.conduits.BytesReceivedStreamSourceConduit
+ 8 B com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$DynamicAttribute
+ 8 B com.fasterxml.jackson.databind.util.ObjectBuffer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_javax_json_JsonArray_
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectFlowMappingSimpleValue
+ 8 B org.jboss.shamrock.restclient.runtime.DefaultResponseExceptionMapper
+ 8 B java.nio.DirectByteBufferR
+ 8 B sun.misc.Cleaner$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_groups__
+ 8 B java.io.FileOutputStream
+ 8 B io.undertow.conduits.ChunkReader
+ 8 B io.undertow.conduits.IdleTimeoutConduit$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_message__
+ 8 B org.jboss.resteasy.core.interception.jaxrs.ServerReaderInterceptorContext
+ 8 B java.util.concurrent.locks.AbstractQueuedLongSynchronizer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_message__
+ 8 B org.jboss.resteasy.plugins.providers.DataSourceProvider$SequencedDataSource
+ 8 B io.undertow.util.Cookies
+ 8 B org.xml.sax.helpers.AttributesImpl
+ 8 B com.sun.xml.bind.v2.model.impl.ElementInfoImpl$PropertyImpl
+ 8 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$1
+ 8 B org.xnio.conduits.AbstractSinkConduit
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_equals_java_lang_Object_
+ 8 B com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
+ 8 B com.sun.xml.internal.bind.v2.model.impl.EnumLeafInfoImpl
+ 8 B ch.qos.logback.classic.spi.TurboFilterList
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_value
+ 8 B io.agroal.pool.ConnectionPool$ValidationTask
+ 8 B io.reactivex.internal.util.BackpressureHelper
+ 8 B java.nio.channels.ServerSocketChannel
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean$$function$$15
+ 8 B java.util.EnumMap$EntryIterator
+ 8 B org.hsqldb.lib.StringConverter
+ 8 B com.fasterxml.jackson.databind.deser.impl.FieldProperty
+ 8 B io.reactivex.internal.operators.single.SingleJust
+ 8 B sun.util.calendar.Era
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_groups__
+ 8 B com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
+ 8 B java.lang.StringIndexOutOfBoundsException
+ 8 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$$Lambda$584.1800353005
+ 8 B org.apache.commons.logging.impl.WeakHashtable$Referenced
+ 8 B javax.xml.parsers.DocumentBuilderFactory
+ 8 B org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttributes
+ 8 B java.util.stream.ForEachOps
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_Bean
+ 8 B org.hibernate.validator.internal.util.annotation.AnnotationProxy
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$KeyValueStore
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setName_java_lang_String_
+ 8 B org.jboss.resteasy.core.ContextParameterInjector$$Lambda$619.1724515586
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.ClassLocatable
+ 8 B io.undertow.server.protocol.proxy.ProxyProtocolOpenListener
+ 8 B io.undertow.server.DefaultByteBufferPool$ThreadLocalData
+ 8 B org.hibernate.validator.internal.util.CollectionHelper
+ 8 B com.fasterxml.jackson.databind.introspect.VisibilityChecker$Std
+ 8 B ch.qos.logback.core.spi.AppenderAttachableImpl
+ 8 B sun.util.calendar.Gregorian
+ 8 B org.xnio.conduits.EmptyStreamSourceConduit
+ 8 B io.reactivex.internal.operators.flowable.FlowableSingleSingle
+ 8 B org.jboss.resteasy.util.InputStreamToByteArray
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.identity.XPathMatcher
+ 8 B org.jboss.shamrock.deployment.BuildTimeGenerator$ProcessorContextImpl$$Proxy2
+ 8 B com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
+ 8 B org.hibernate.validator.internal.util.annotation.AnnotationDescriptor$Builder
+ 8 B sun.security.jgss.GSSContextImpl
+ 8 B com.sun.org.apache.xml.internal.utils.FastStringBuffer
+ 8 B java.util.EnumMap$Values
+ 8 B io.smallrye.metrics.MetricProducer_Bean$$function$$6
+ 8 B com.sun.xml.internal.bind.v2.runtime.NameBuilder
+ 8 B io.agroal.narayana.BaseXAResource
+ 8 B org.jboss.resteasy.plugins.providers.DefaultNumberWriter
+ 8 B javax.ws.rs.ext.FactoryFinder$1
+ 8 B org.hsqldb.rowio.RowInputBase
+ 8 B org.jboss.shamrock.restclient.runtime.ExceptionMapping$$Lambda$716.1206386910
+ 8 B org.jboss.protean.arc.InstanceImpl$InstanceIterator
+ 8 B sun.net.NetProperties
+ 8 B com.fasterxml.jackson.databind.util.ArrayBuilders
+ 8 B com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
+ 8 B com.oracle.svm.core.posix.pthread.PthreadVMCondition
+ 8 B org.hibernate.validator.internal.engine.ValidationContext$BeanGroupProcessedUnit
+ 8 B org.apache.http.client.protocol.RequestDefaultHeaders
+ 8 B com.sun.xml.internal.bind.v2.model.impl.RuntimeClassInfoImpl$TransducerImpl
+ 8 B com.sun.xml.bind.v2.model.impl.ValuePropertyInfoImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 8 B org.apache.http.client.entity.DeflateInputStreamFactory
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_payload__
+ 8 B sun.net.www.http.KeepAliveCache$1
+ 8 B sun.util.calendar.JulianCalendar$Date
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_getValue__
+ 8 B java.util.concurrent.ForkJoinWorkerThread
+ 8 B org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
+ 8 B com.sun.xml.internal.bind.v2.runtime.ValueListBeanInfoImpl
+ 8 B com.fasterxml.jackson.databind.type.ClassKey
+ 8 B com.fasterxml.jackson.databind.ObjectWriter$Prefetch
+ 8 B com.sun.org.apache.xerces.internal.dom.CharacterDataImpl
+ 8 B com.sun.xml.internal.bind.v2.model.impl.TypeInfoImpl
+ 8 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$DelegatingKD
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_type__
+ 8 B org.apache.http.HttpHost
+ 8 B org.jboss.protean.arc.InstanceProvider
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$GetterSetterReflection
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_
+ 8 B org.apache.http.protocol.HttpProcessorBuilder
+ 8 B org.xml.sax.SAXException
+ 8 B io.undertow.util.SubstringMap
+ 8 B org.jboss.resteasy.plugins.delegates.DateDelegate
+ 8 B org.jboss.resteasy.plugins.providers.DefaultTextPlain
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingFirstKey
+ 8 B javax.validation.constraints.Pattern$List$$ProxyImpl
+ 8 B java.util.regex.Pattern$Bound
+ 8 B io.reactivex.internal.operators.flowable.FlowableFromObservable
+ 8 B org.hibernate.validator.internal.engine.valueextraction.SetPropertyValueExtractor
+ 8 B org.postgresql.hostchooser.HostChooserFactory
+ 8 B com.sun.xml.internal.bind.v2.runtime.output.SAXOutput
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_payload__
+ 8 B org.hibernate.validator.internal.engine.messageinterpolation.parser.TokenCollector
+ 8 B java.io.InputStream
+ 8 B org.xnio.IoUtils
+ 8 B com.oracle.svm.core.posix.darwin.DarwinCoreFoundationUtils
+ 8 B com.sun.security.ntlm.NTLM$Reader
+ 8 B org.postgresql.jdbc.PgResultSet$CursorResultHandler
+ 8 B sun.text.normalizer.UnicodeSet$VersionFilter
+ 8 B com.sun.xml.internal.bind.v2.runtime.property.ArrayERProperty$ItemsLoader
+ 8 B io.undertow.protocols.http2.Http2DataStreamSinkChannel
+ 8 B org.ietf.jgss.Oid
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_payload__
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$BooleanArraySerializer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_userTransaction
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.traversers.StAXSchemaParser
+ 8 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_io_Closeable_close__
+ 8 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean$$function$$8
+ 8 B io.reactivex.internal.operators.observable.ObservableCreate
+ 8 B io.smallrye.config.inject.ConfigProducer_ClientProxy
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_name__
+ 8 B javax.ws.rs.core.Response
+ 8 B io.undertow.servlet.spec.AsyncContextImpl$TimeoutTask
+ 8 B javax.ws.rs.core.Form
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$CollectionLister
+ 8 B sun.awt.image.ShortInterleavedRaster
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_payload__
+ 8 B org.xnio.conduits.ConduitStreamSinkChannel
+ 8 B org.apache.http.entity.HttpEntityWrapper
+ 8 B com.oracle.svm.core.jdk.SystemPropertiesSupport
+ 8 B org.apache.http.impl.cookie.BestMatchSpec
+ 8 B org.jboss.resteasy.specimpl.ResponseBuilderImpl
+ 8 B io.undertow.protocols.http2.Http2StreamSinkChannel
+ 8 B org.hsqldb.types.ClobType
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11DTDDVFactoryImpl
+ 8 B org.apache.http.ssl.SSLContexts
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_
+ 8 B sun.nio.cs.UTF_32LE
+ 8 B com.oracle.svm.core.thread.VMOperationControl$AllocationFreeStack
+ 8 B io.undertow.servlet.core.LifecyleInterceptorInvocation
+ 8 B io.agroal.api.AgroalDataSource
+ 8 B javax.net.ssl.KeyManagerFactory$1
+ 8 B com.oracle.svm.core.properties.RuntimePropertyParser
+ 8 B io.undertow.servlet.spec.ServletPrintWriter
+ 8 B java.util.concurrent.FutureTask
+ 8 B java.nio.file.spi.FileSystemProvider
+ 8 B org.jboss.resteasy.plugins.providers.RegisterBuiltin$4
+ 8 B com.sun.xml.internal.stream.events.AttributeImpl
+ 8 B com.sun.xml.bind.v2.model.util.ArrayInfoUtil
+ 8 B com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator$CaseInsensitiveMap
+ 8 B com.sun.xml.internal.bind.v2.model.impl.TypeInfoSetImpl$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_setValue_java_lang_String_
+ 8 B org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor
+ 8 B org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
+ 8 B javax.ws.rs.Produces$$ProxyImpl
+ 8 B java.time.chrono.ChronoZonedDateTime
+ 8 B org.apache.commons.logging.LogConfigurationException
+ 8 B java.util.concurrent.ConcurrentHashMap$Traverser
+ 8 B sun.util.locale.provider.DateFormatSymbolsProviderImpl
+ 8 B sun.net.www.protocol.http.AuthCacheImpl
+ 8 B org.jboss.shamrock.openapi.runtime.OpenApiServlet$$Lambda$614.384110114
+ 8 B sun.net.www.MimeTable
+ 8 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentExecutableParameterLocation
+ 8 B org.jboss.resteasy.plugins.delegates.LocaleDelegate
+ 8 B org.jboss.resteasy.client.jaxrs.engines.SelfExpandingBufferredInputStream
+ 8 B io.undertow.conduits.BytesSentStreamSinkConduit
+ 8 B org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
+ 8 B java.util.concurrent.ConcurrentSkipListMap$EntrySpliterator
+ 8 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$195.978561861
+ 8 B org.graalvm.compiler.options.OptionValues
+ 8 B java.util.Iterator
+ 8 B org.resteasy.reactivecontext.ContextFeature
+ 8 B org.apache.http.impl.auth.KerberosScheme
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_toString__
+ 8 B javax.ws.rs.Consumes$$ProxyImpl
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean$$function$$19
+ 8 B java.lang.ProcessEnvironment$StringKeySet
+ 8 B org.hibernate.validator.internal.engine.valueextraction.OptionalIntValueExtractor
+ 8 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor
+ 8 B org.apache.http.conn.ssl.AllowAllHostnameVerifier
+ 8 B org.jboss.resteasy.specimpl.PathSegmentImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_getName__
+ 8 B io.undertow.server.session.InMemorySessionManager$SessionImpl$2$1
+ 8 B io.undertow.conduits.HeadStreamSinkConduit
+ 8 B org.apache.http.message.BasicHttpRequest
+ 8 B com.sun.xml.internal.bind.unmarshaller.Messages
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$SetterOnlyReflection
+ 8 B com.fasterxml.jackson.databind.deser.std.CollectionDeserializer$CollectionReferringAccumulator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_name
+ 8 B org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
+ 8 B io.undertow.server.protocol.ajp.AjpServerResponseConduit$AjpServerWriteReadyHandler
+ 8 B org.jboss.resteasy.core.interception.jaxrs.AbstractReaderInterceptorContext
+ 8 B org.postgresql.core.v3.CompositeParameterList
+ 8 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Values
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_int_
+ 8 B org.eclipse.microprofile.metrics.annotation.Counted$$ProxyImpl
+ 8 B javax.xml.bind.helpers.AbstractUnmarshallerImpl
+ 8 B org.hsqldb.types.IntervalSecondData
+ 8 B com.oracle.svm.core.hub.GenericInfo
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_message__
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingEmptyValue
+ 8 B io.agroal.api.security.SimplePassword
+ 8 B sun.nio.fs.UnixFileAttributeViews$Basic
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$DoubleArraySerializer
+ 8 B java.util.IdentityHashMap$EntryIterator
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstBlockSequenceItem
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_close__
+ 8 B org.apache.http.impl.cookie.BasicPathHandler
+ 8 B com.sun.org.apache.xerces.internal.dom.ElementDefinitionImpl
+ 8 B org.jboss.resteasy.rxjava2.FlowableProvider
+ 8 B sun.net.www.MeteredStream
+ 8 B com.sun.xml.bind.v2.model.annotation.Messages
+ 8 B io.undertow.servlet.core.SessionListenerBridge
+ 8 B com.sun.xml.internal.stream.events.EndDocumentEvent
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 8 B com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException
+ 8 B com.sun.org.apache.xerces.internal.impl.dtd.models.CMUniOp
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_unit__
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_Bean$$function$$13
+ 8 B com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
+ 8 B org.jboss.protean.arc.AbstractSharedContext$$Lambda$422.1674647462
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_min__
+ 8 B org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_payload__
+ 8 B com.arjuna.ats.jta.UserTransaction
+ 8 B com.oracle.svm.core.thread.Util_java_lang_Thread
+ 8 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$$Lambda$721.1806915912
+ 8 B javax.ws.rs.ConstrainedTo$$ProxyImpl
+ 8 B javax.enterprise.util.Nonbinding$$ProxyImpl
+ 8 B java.util.logging.LogManager$LoggerContext$1
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.opti.ElementImpl
+ 8 B javax.xml.stream.XMLEventFactory
+ 8 B com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput$StaticAttribute
+ 8 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$DateDeserializer
+ 8 B java.lang.reflect.AccessibleObject
+ 8 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$TypeArgumentReturnValueLocation
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode_int_
+ 8 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$672.951917808
+ 8 B org.postgresql.hostchooser.HostRequirement$3
+ 8 B com.fasterxml.jackson.databind.ser.std.BooleanSerializer
+ 8 B org.postgresql.hostchooser.HostRequirement$1
+ 8 B org.xnio.XnioWorker$WorkerThreadFactory
+ 8 B com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder
+ 8 B com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper
+ 8 B io.undertow.protocols.http2.Http2PingParser
+ 8 B org.apache.http.client.protocol.RequestClientConnControl
+ 8 B com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter
+ 8 B java.lang.annotation.Retention$$ProxyImpl
+ 8 B sun.util.locale.provider.LocaleDataMetaInfo
+ 8 B io.undertow.server.protocol.framed.ShutdownFallbackExecutor$ShutdownFallbackThreadFactory
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_Reader_
+ 8 B java.nio.StringCharBuffer
+ 8 B java.util.SubList
+ 8 B sun.nio.ch.NativeDispatcher
+ 8 B javax.ws.rs.NotSupportedException
+ 8 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCollection
+ 8 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$IncrementalGarbageCollectorMXBean
+ 8 B io.undertow.util.QValueParser$QValueResult
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.models.XSEmptyCM
+ 8 B org.apache.http.conn.HttpHostConnectException
+ 8 B org.yaml.snakeyaml.tokens.TagTuple
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyListPropertyValueExtractor
+ 8 B com.sun.xml.bind.v2.util.XmlFactory
+ 8 B com.sun.org.apache.xerces.internal.parsers.XMLParser
+ 8 B org.apache.http.entity.BasicHttpEntity
+ 8 B org.apache.http.impl.execchain.ConnectionHolder
+ 8 B com.oracle.svm.core.allocationprofile.AllocationSite
+ 8 B java.util.regex.Pattern$Ctype
+ 8 B org.hibernate.validator.internal.xml.ValidationXmlParser$$Lambda$569.53525085
+ 8 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean$$function$$23
+ 8 B java.util.HashSet
+ 8 B java.util.stream.SortedOps$RefSortingSink
+ 8 B org.apache.http.impl.auth.DigestSchemeFactory
+ 8 B java.util.regex.Pattern$Branch
+ 8 B com.fasterxml.classmate.members.ResolvedMethod
+ 8 B com.oracle.svm.core.genscavenge.HeapPolicy$AlwaysCollectCompletely
+ 8 B com.sun.org.apache.xml.internal.serializer.CharInfo$CharKey
+ 8 B com.oracle.svm.core.genscavenge.CollectionPolicy$OnlyCompletely
+ 8 B com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
+ 8 B javax.validation.constraints.Max$$ProxyImpl
+ 8 B org.yaml.snakeyaml.events.Event
+ 8 B java.security.SecureRandom
+ 8 B io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain
+ 8 B com.fasterxml.jackson.databind.JsonSerializer
+ 8 B io.undertow.server.handlers.resource.ClassPathResourceManager
+ 8 B org.hibernate.validator.internal.util.privilegedactions.GetAnnotationAttribute
+ 8 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$595.64888482
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDWildcardTraverser
+ 8 B java.io.ObjectInputStream$PeekInputStream
+ 8 B sun.net.www.protocol.http.BasicAuthentication
+ 8 B com.sun.org.apache.xerces.internal.dom.EntityReferenceImpl
+ 8 B javax.naming.directory.BasicAttribute
+ 8 B com.arjuna.ats.arjuna.coordinator.AbstractRecord
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_boolean_
+ 8 B com.oracle.svm.core.jdk.SunMiscSupport
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.FieldLocatable
+ 8 B com.sun.xml.internal.bind.v2.runtime.output.C14nXmlOutput$DynamicAttribute
+ 8 B io.smallrye.metrics.RegistryType4_AnnotationLiteral
+ 8 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$EnumKD
+ 8 B io.undertow.servlet.handlers.FilterHandler
+ 8 B org.postgresql.core.QueryExecutorBase$1
+ 8 B javax.ws.rs.ClientErrorException
+ 8 B org.apache.http.conn.ssl.StrictHostnameVerifier
+ 8 B org.xnio.SequenceOption
+ 8 B org.jboss.resteasy.core.interception.jaxrs.DecoratorMatcher
+ 8 B org.eclipse.microprofile.metrics.annotation.Metered$$ProxyImpl
+ 8 B org.hibernate.validator.internal.metadata.aggregated.GetterCascadable$Builder
+ 8 B com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
+ 8 B io.undertow.servlet.handlers.ServletInitialHandler$1
+ 8 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$1
+ 8 B org.jboss.shamrock.restclient.runtime.PartialResponse
+ 8 B javax.ws.rs.HttpMethod$$ProxyImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_boolean_
+ 8 B com.sun.xml.internal.bind.api.impl.NameUtil
+ 8 B javax.validation.constraints.NotNull$$ProxyImpl
+ 8 B com.sun.org.apache.xalan.internal.xsltc.dom.BitArray
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_value__
+ 8 B org.jboss.resteasy.core.AsynchronousResponseInjector
+ 8 B org.hibernate.validator.internal.engine.valueextraction.OptionalLongValueExtractor
+ 8 B sun.security.provider.SecureRandom
+ 8 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3
+ 8 B org.apache.http.client.entity.GZIPInputStreamFactory
+ 8 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5
+ 8 B com.sun.org.apache.xerces.internal.util.XMLChar
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$FloatArraySerializer
+ 8 B java.nio.channels.spi.AbstractSelectableChannel
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
+ 8 B io.undertow.util.Rfc6265CookieSupport
+ 8 B java.nio.Bits
+ 8 B java.util.concurrent.ConcurrentSkipListMap$Values
+ 8 B org.hibernate.validator.internal.metadata.core.MetaConstraint$SingleValueExtractionPathNode
+ 8 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$1
+ 8 B com.sun.org.apache.xalan.internal.utils.SecuritySupport$8
+ 8 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$Stack
+ 8 B org.jboss.shamrock.health.runtime.HealthServlet_Bean
+ 8 B com.sun.org.apache.xerces.internal.util.EncodingMap
+ 8 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction
+ 8 B com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
+ 8 B com.sun.xml.bind.v2.runtime.output.C14nXmlOutput$StaticAttribute
+ 8 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForArraysOfPrimitives
+ 8 B com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
+ 8 B org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
+ 8 B java.util.function.Function
+ 8 B com.sun.org.apache.xerces.internal.util.NamespaceSupport$Prefixes
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getParameter_java_lang_String_
+ 8 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$AscendingPrecedenceComparator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_value
+ 8 B io.undertow.server.protocol.http.HttpResponseConduit
+ 8 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleAssemblyAction
+ 8 B javax.enterprise.context.Dependent$$ProxyImpl
+ 8 B org.apache.http.impl.conn.HttpConnPool
+ 8 B io.undertow.protocols.http2.Hpack
+ 8 B com.fasterxml.jackson.databind.util.TokenBufferReadContext
+ 8 B java.util.IdentityHashMap$EntryIterator$Entry
+ 8 B com.oracle.svm.core.posix.PosixJavaNIOSubstitutions$Util_sun_nio_ch_FileDispatcherImpl
+ 8 B com.sun.org.apache.xerces.internal.dom.CommentImpl
+ 8 B io.undertow.conduits.IdleTimeoutConduit
+ 8 B org.jboss.resteasy.core.MatrixParamInjector
+ 8 B sun.nio.fs.UnixFileAttributes
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_weight
+ 8 B io.undertow.server.handlers.resource.PreCompressedResourceSupplier$1
+ 8 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 8 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 8 B io.smallrye.config.SmallRyeConfigBuilder$$Lambda$412.363772295
+ 8 B com.fasterxml.jackson.databind.type.ClassStack
+ 8 B org.jboss.shamrock.metrics.runtime.MetricsDeploymentTemplate$$Lambda$489.1739689303
+ 8 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Single
+ 8 B com.oracle.svm.core.jdk.IdentityHashCodeSupport
+ 8 B javax.xml.validation.SchemaFactory
+ 8 B javax.ws.rs.ForbiddenException
+ 8 B org.apache.http.impl.conn.CPool
+ 8 B com.sun.xml.bind.Util
+ 8 B org.jboss.resteasy.core.MediaTypeMap$TypedEntryComparator
+ 8 B java.util.HashMap$KeySet
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV
+ 8 B com.sun.xml.bind.api.impl.NameUtil
+ 8 B io.undertow.conduits.ChunkedStreamSourceConduit
+ 8 B org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate$Parser
+ 8 B com.oracle.svm.core.thread.VMOperationControl$Worklist
+ 8 B com.sun.naming.internal.VersionHelper12$InputStreamEnumeration
+ 8 B org.hibernate.validator.internal.metadata.location.CrossParameterConstraintLocation
+ 8 B javax.xml.datatype.FactoryFinder$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 8 B java.util.logging.Handler
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.XSGrammarBucket
+ 8 B sun.net.www.MessageHeader$HeaderIterator
+ 8 B com.sun.xml.bind.v2.model.impl.TypeInfoImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_transformed__
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_message__
+ 8 B java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
+ 8 B java.util.regex.Pattern$Start
+ 8 B com.sun.xml.bind.marshaller.MinimumEscapeHandler
+ 8 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableTreeSet
+ 8 B io.undertow.channels.DetachableStreamSourceChannel
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.IDDV
+ 8 B com.sun.org.apache.xerces.internal.util.SAXMessageFormatter
+ 8 B java.util.stream.Collectors$$Lambda$123.1263560746
+ 8 B io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter
+ 8 B com.oracle.svm.core.genscavenge.GCImpl$Accounting
+ 8 B java.util.stream.StreamSupport
+ 8 B org.jboss.protean.arc.RequestContext
+ 8 B java.lang.ProcessEnvironment$StringEntrySet$1
+ 8 B org.hibernate.validator.internal.metadata.descriptor.ReturnValueDescriptorImpl
+ 8 B com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
+ 8 B com.fasterxml.jackson.databind.ser.std.NumberSerializer
+ 8 B org.hibernate.validator.internal.constraintvalidators.bv.size.SizeValidatorForCharSequence
+ 8 B org.hibernate.validator.internal.util.TypeVariableBindings
+ 8 B org.yaml.snakeyaml.parser.VersionTagsTuple
+ 8 B com.fasterxml.jackson.databind.AnnotationIntrospector
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_payload__
+ 8 B javax.validation.constraints.Pattern$$ProxyImpl
+ 8 B javax.ws.rs.NotAllowedException
+ 8 B io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_Bean$$function$$22
+ 8 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureError
+ 8 B io.agroal.pool.ConnectionPool$FlushTask
+ 8 B java.text.CharacterIteratorFieldDelegate
+ 8 B org.apache.http.impl.conn.LoggingSessionOutputBuffer
+ 8 B io.undertow.server.HttpServerExchange$WriteDispatchChannel
+ 8 B org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider$ClassAnnotationKey
+ 8 B org.apache.http.entity.StringEntity
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getName__
+ 8 B com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla
+ 8 B java.math.MutableBigInteger
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_payload__
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_payload__
+ 8 B sun.net.www.http.KeepAliveStream$1
+ 8 B org.apache.http.impl.cookie.RFC6265StrictSpec
+ 8 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder$$Lambda$738.1800019764
+ 8 B com.sun.org.apache.xerces.internal.dom.DeferredAttrImpl
+ 8 B io.undertow.servlet.handlers.ServletPathMatch
+ 8 B org.jboss.resteasy.core.ServerResponseWriter$SortableMediaType
+ 8 B io.undertow.io.AsyncReceiverImpl$4$2
+ 8 B sun.nio.ch.ExtendedSocketOption$1
+ 8 B com.arjuna.ats.arjuna.common.CoreEnvironmentBean
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.identity.Field$XPath
+ 8 B sun.text.normalizer.IntTrie
+ 8 B io.undertow.server.protocol.ajp.AjpRequestParseState
+ 8 B java.util.concurrent.locks.ReentrantLock$Sync
+ 8 B com.sun.org.apache.xml.internal.serializer.ToXMLSAXHandler
+ 8 B org.apache.http.impl.client.IdleConnectionEvictor$DefaultThreadFactory
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_min__
+ 8 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers$Dynamic
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingEnd
+ 8 B org.jboss.resteasy.spi.metadata.DefaultResourceMethod
+ 8 B com.sun.xml.internal.bind.v2.model.impl.ElementInfoImpl$PropertyImpl
+ 8 B org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
+ 8 B io.undertow.server.protocol.http2.Http2UpgradeHandler$4$1
+ 8 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$188.1569883232
+ 8 B javax.ws.rs.NotAcceptableException
+ 8 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ModifierToken
+ 8 B io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler
+ 8 B io.undertow.server.protocol.http2.Http2UpgradeHandler$4
+ 8 B javax.xml.parsers.DocumentBuilder
+ 8 B org.yaml.snakeyaml.util.UriEncoder
+ 8 B org.apache.http.auth.AuthOption
+ 8 B org.hibernate.validator.internal.engine.valueextraction.MapValueExtractor
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlySetPropertyValueExtractor
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.opti.DefaultNode
+ 8 B org.jboss.protean.arc.TypeVariableImpl
+ 8 B javax.annotation.Priority$$ProxyImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_stream_FactoryFinder_findServiceProvider_java_lang_Class_java_lang_ClassLoader_
+ 8 B com.arjuna.ats.jta.TransactionManager
+ 8 B io.agroal.pool.DataSource
+ 8 B org.hsqldb.lib.DataOutputStream
+ 8 B org.jboss.resteasy.util.AcceptParser$Charset
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_max__
+ 8 B org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl
+ 8 B javax.xml.datatype.DatatypeFactory
+ 8 B javax.security.sasl.SaslException
+ 8 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$CalendarDeserializer
+ 8 B org.hibernate.validator.internal.util.TypeVariables
+ 8 B java.lang.InheritableThreadLocal
+ 8 B java.util.logging.ErrorManager
+ 8 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor$SingleShotFrameInfoQueryResultAllocator
+ 8 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$AbstractInterceptorFactory
+ 8 B org.xnio.channels.Channels
+ 8 B com.oracle.svm.core.hub.AnnotatedSuperInfo
+ 8 B io.undertow.util.ETag
+ 8 B com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl$1
+ 8 B java.util.LinkedHashMap$LinkedEntrySet
+ 8 B org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ArrayElement
+ 8 B org.apache.http.conn.routing.BasicRouteDirector
+ 8 B com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment$EnvironmentAccessor
+ 8 B io.agroal.pool.util.StampedCopyOnWriteArrayList
+ 8 B org.xnio.ChannelListeners$DelegatingChannelListener
+ 8 B io.smallrye.config.inject.ConfigProperty10_AnnotationLiteral
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_message__
+ 8 B com.sun.xml.internal.bind.v2.model.annotation.RuntimeInlineAnnotationReader
+ 8 B javax.ws.rs.BadRequestException
+ 8 B org.hibernate.validator.internal.engine.resolver.CachingTraversableResolverForSingleValidation
+ 8 B com.sun.xml.internal.bind.v2.model.impl.AttributePropertyInfoImpl
+ 8 B sun.reflect.generics.scope.ClassScope
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_displayName__
+ 8 B org.jboss.resteasy.util.NoContent
+ 8 B javax.ws.rs.NotAuthorizedException
+ 8 B org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_groups__
+ 8 B org.xnio.ChannelListener$SimpleSetter
+ 8 B com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos
+ 8 B org.apache.http.auth.BasicUserPrincipal
+ 8 B io.undertow.server.session.SecureRandomSessionIdGenerator
+ 8 B java.util.concurrent.CompletableFuture$AsyncSupply
+ 8 B io.undertow.conduits.FixedLengthStreamSourceConduit
+ 8 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop
+ 8 B java.util.TreeMap$EntrySpliterator
+ 8 B io.undertow.server.protocol.ajp.AjpServerConnection
+ 8 B java.util.ArraysParallelSortHelpers$FJObject$Merger
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentEnd
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_name__
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectFirstDocumentStart
+ 8 B sun.nio.ch.FileDispatcherImpl
+ 8 B org.hibernate.validator.constraints.Mod10Check$$ProxyImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_Writer_
+ 8 B com.fasterxml.jackson.databind.node.NullNode
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.dtd.ENTITYDatatypeValidator
+ 8 B com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
+ 8 B io.undertow.conduits.AbstractFramedStreamSinkConduit
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_description__
+ 8 B com.fasterxml.jackson.annotation.JacksonInject$Value
+ 8 B javax.ws.rs.core.Response$Status
+ 8 B com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
+ 8 B com.fasterxml.jackson.core.Version
+ 8 B org.apache.http.entity.FileEntity
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_int_
+ 8 B org.apache.http.entity.ByteArrayEntity
+ 8 B org.jboss.shamrock.example.datasource.DatasourceSetup_Bean$$function$$11
+ 8 B org.postgresql.jdbc.PgStatement$1
+ 8 B com.sun.org.apache.xerces.internal.utils.ObjectFactory
+ 8 B io.undertow.server.session.PathParameterSessionConfig
+ 8 B org.jboss.protean.arc.BeanTypeAssignabilityRules
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_ignoreNonDigitCharacters__
+ 8 B org.resteasy.reactivecontext.ContextFilter$$Lambda$696.83283274
+ 8 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableAssemblyAction
+ 8 B org.apache.http.conn.ssl.NoopHostnameVerifier
+ 8 B javax.crypto.CryptoPermission
+ 8 B org.hibernate.validator.internal.engine.messageinterpolation.parser.InterpolationTermState
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_transformed__
+ 8 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
+ 8 B com.sun.org.apache.xerces.internal.dom.AttributeMap
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_groups__
+ 8 B com.fasterxml.jackson.databind.deser.UnresolvedId
+ 8 B org.apache.http.message.BasicHeaderIterator
+ 8 B org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
+ 8 B org.apache.http.impl.conn.LoggingOutputStream
+ 8 B org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
+ 8 B com.fasterxml.jackson.databind.ser.std.CalendarSerializer
+ 8 B org.yaml.snakeyaml.events.ImplicitTuple
+ 8 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BigIntegerDeserializer
+ 8 B com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
+ 8 B io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener$2
+ 8 B java.sql.DriverInfo
+ 8 B com.oracle.svm.core.os.OSCommittedMemoryProvider
+ 8 B io.undertow.server.handlers.resource.PreCompressedResourceSupplier
+ 8 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$189.999130159
+ 8 B io.undertow.servlet.spec.AsyncContextImpl$7
+ 8 B java.util.LinkedHashMap$LinkedKeySet
+ 8 B sun.java2d.cmm.ProfileDeferralMgr
+ 8 B sun.util.locale.provider.DecimalFormatSymbolsProviderImpl
+ 8 B org.graalvm.compiler.graph.NodeSourcePosition
+ 8 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$LongArraySerializer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_groups__
+ 8 B java.util.concurrent.ConcurrentHashMap$EntryIterator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigDecimal_
+ 8 B org.apache.http.impl.auth.RFC2617Scheme
+ 8 B com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException$Builder
+ 8 B com.sun.org.apache.xerces.internal.jaxp.validation.EmptyXMLSchema
+ 8 B com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter$SingleView
+ 8 B java.util.UnknownFormatFlagsException
+ 8 B java.lang.ArrayIndexOutOfBoundsException
+ 8 B io.undertow.server.handlers.cache.LRUCache$CacheEntry
+ 8 B com.sun.org.apache.xerces.internal.dom.ElementImpl
+ 8 B org.hibernate.validator.internal.metadata.core.MetaConstraint$LinkedValueExtractionPathNode
+ 8 B com.fasterxml.jackson.databind.ser.std.DateSerializer
+ 8 B java.util.Random
+ 8 B org.jboss.resteasy.core.AcceptParameterHttpPreprocessor
+ 8 B org.hibernate.validator.internal.cfg.context.ConstraintDefinitionContextImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_transformed__
+ 8 B sun.nio.ch.SelectionKeyImpl
+ 8 B javax.net.ssl.TrustManagerFactory$1
+ 8 B com.sun.org.apache.xerces.internal.dom.PSVIDOMImplementationImpl
+ 8 B java.lang.Class$MethodArray
+ 8 B org.hibernate.validator.internal.engine.groups.Group
+ 8 B org.jboss.resteasy.plugins.providers.JaxrsFormProvider
+ 8 B org.postgresql.jdbc.AutoSave
+ 8 B io.reactivex.internal.functions.Functions$EmptyAction
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 8 B org.hibernate.validator.internal.metadata.raw.ConstrainedField
+ 8 B com.sun.org.apache.xml.internal.serializer.NamespaceMappings
+ 8 B com.fasterxml.jackson.jaxrs.util.ClassKey
+ 8 B org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
+ 8 B org.jboss.resteasy.util.PrefixedFormFieldsHttpRequest
+ 8 B org.jboss.resteasy.util.ArrayCharSequence
+ 8 B org.yaml.snakeyaml.parser.ParserImpl$ParseFlowSequenceEntryMappingValue
+ 8 B java.lang.annotation.IncompleteAnnotationException
+ 8 B com.sun.org.apache.xerces.internal.dom.DeferredElementImpl
+ 8 B com.sun.xml.internal.stream.events.EndElementEvent
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$1
+ 8 B java.nio.channels.FileChannel
+ 8 B com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
+ 8 B org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getName__
+ 8 B java.util.AbstractQueue
+ 8 B sun.security.jgss.GSSCaller
+ 8 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
+ 8 B com.sun.xml.bind.v2.runtime.reflect.Accessor$GetterOnlyReflection
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_groups__
+ 8 B org.yaml.snakeyaml.emitter.Emitter$ExpectNothing
+ 8 B org.jboss.resteasy.core.HeaderParamInjector
+ 8 B javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
+ 8 B org.yaml.snakeyaml.DumperOptions$Version
+ 8 B org.yaml.snakeyaml.tokens.StreamStartToken
+ 8 B org.xml.sax.helpers.NamespaceSupport$Context
+ 8 B java.util.Collections$SynchronizedMap
+ 8 B org.jboss.resteasy.mock.MockHttpResponse
+ 8 B com.sun.org.apache.xml.internal.serializer.utils.SystemIDResolver
+ 8 B java.util.EnumMap$1
+ 8 B javax.activation.DataSourceDataContentHandler
+ 8 B java.lang.annotation.Repeatable$$ProxyImpl
+ 8 B org.jboss.resteasy.util.StringToPrimitive
+ 8 B org.jboss.protean.arc.InvariantTypes
+ 8 B com.sun.xml.bind.v2.ClassFactory$1
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyMapPropertyKeyExtractor
+ 8 B org.apache.http.protocol.RequestExpectContinue
+ 8 B java.util.stream.Nodes$ArrayNode
+ 8 B java.util.Map$Entry
+ 8 B java.io.BufferedWriter
+ 8 B org.postgresql.PGProperty
+ 8 B com.oracle.svm.core.genscavenge.YoungGeneration
+ 8 B java.util.stream.ReduceOps$3
+ 8 B java.util.stream.ReduceOps$2
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_message__
+ 8 B ch.qos.logback.core.spi.ContextAwareBase
+ 8 B com.fasterxml.jackson.databind.deser.std.MapDeserializer$MapReferringAccumulator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_regexp__
+ 8 B javax.ws.rs.core.NewCookie
+ 8 B com.fasterxml.classmate.members.RawMethod
+ 8 B com.sun.xml.bind.unmarshaller.Messages
+ 8 B com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer
+ 8 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Op
+ 8 B org.postgresql.shaded.com.ongres.scram.client.ScramSession$ServerFirstProcessor
+ 8 B io.smallrye.metrics.MetricRegistries_Bean
+ 8 B org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
+ 8 B com.fasterxml.jackson.databind.type.TypeBindings$AsKey
+ 8 B org.apache.http.impl.io.IdentityOutputStream
+ 8 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ObservableValueValueExtractor
+ 8 B io.smallrye.metrics.MetricRegistries_ProducerMethod12_Bean$$function$$16
+ 8 B org.jboss.resteasy.plugins.providers.IIOImageProvider
+ 8 B java.text.Format
+ 8 B org.hsqldb.result.ResultLob
+ 8 B com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor
+ 8 B io.undertow.server.handlers.HttpContinueReadHandler
+ 8 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$TimestampDeserializer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_name__
+ 8 B sun.util.resources.ParallelListResourceBundle
+ 8 B com.oracle.svm.core.c.CCharPointerHolderImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_groups__
+ 8 B com.fasterxml.jackson.databind.ser.std.CollectionSerializer
+ 8 B org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry
+ 8 B sun.util.locale.LocaleObjectCache
+ 8 B org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl
+ 8 B com.sun.xml.internal.bind.v2.runtime.output.IndentingUTF8XmlOutput
+ 8 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableAssemblyAction
+ 8 B com.sun.org.apache.xerces.internal.impl.xs.XSDeclarationPool
+ 8 B org.xnio.XnioExecutor$Key$1
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_javax_json_JsonObject_
+ 8 B org.jboss.resteasy.core.CookieParamInjector
+ 8 B com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder
+ 8 B org.glassfish.json.JsonNumberImpl$JsonLongNumber
+ 8 B org.yaml.snakeyaml.DumperOptions$FlowStyle
+ 8 B sun.nio.ch.PollArrayWrapper
+ 8 B com.fasterxml.jackson.databind.deser.impl.MergingSettableBeanProperty
+ 8 B org.glassfish.json.JsonNumberImpl$JsonIntNumber
+ 8 B org.xnio.nio.NioHandle
+ 8 B com.oracle.svm.core.posix.headers.Pthread
+ 8 B com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord$1
+ 8 B org.apache.http.impl.entity.EntityDeserializer
+ 8 B com.sun.xml.bind.v2.runtime.unmarshaller.Scope
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_
+ 8 B io.undertow.server.protocol.http2.Http2ReceiveListener$2
+ 8 B io.undertow.server.protocol.http2.Http2ReceiveListener$3
+ 8 B io.undertow.server.protocol.http2.Http2ReceiveListener$4
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_transform_FactoryFinder_findServiceProvider_java_lang_Class_
+ 8 B io.undertow.server.protocol.framed.AbstractFramedChannel$1
+ 8 B io.undertow.server.protocol.framed.AbstractFramedChannel$2
+ 8 B io.agroal.pool.wrapper.ResultSetWrapper
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_java_lang_String_
+ 8 B org.hibernate.validator.internal.engine.valueextraction.ListPropertyValueExtractor
+ 8 B java.util.EnumMap$EntrySet
+ 8 B org.apache.http.impl.io.ChunkedOutputStream
+ 8 B org.hibernate.validator.internal.engine.resolver.CachingJPATraversableResolverForSingleValidation
+ 8 B java.util.Formatter$FormatSpecifier$BigDecimalLayout
+ 8 B com.fasterxml.jackson.databind.util.RawValue
+ 8 B org.apache.http.util.Asserts
+ 8 B io.reactivex.internal.util.ExceptionHelper
+ 8 B java.security.KeyStore$1
+ 8 B com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
+ 8 B org.postgresql.util.LruCache
+ 8 B org.hsqldb.types.ClobDataID
+ 8 B org.postgresql.util.LruCache$LimitedMap
+ 8 B io.smallrye.config.inject.ConfigProducer_Bean$$function$$7
+ 8 B com.sun.org.apache.xerces.internal.dom.DeferredElementDefinitionImpl
+ 8 B org.hibernate.validator.internal.metadata.location.ParameterConstraintLocation
+ 8 B org.hsqldb.types.NullType
+ 8 B sun.net.www.protocol.http.Handler
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder_javax_json_JsonArray_
+ 8 B java.lang.ProcessEnvironment$StringValues
+ 8 B io.undertow.util.DateUtils$1
+ 8 B io.undertow.util.DateUtils$2
+ 8 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$EntryIterator
+ 8 B com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
+ 8 B com.arjuna.ats.arjuna.coordinator.ActionManager
+ 8 B com.sun.org.apache.xml.internal.utils.URI
+ 8 B com.sun.xml.bind.v2.model.annotation.FieldLocatable
+ 8 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_Bean$$function$$10
+ 8 B org.jboss.shamrock.example.metrics.MetricsResource_Bean
+ 8 B com.sun.xml.bind.v2.model.impl.AnyTypeImpl
+ 8 B java.util.regex.Pattern$CharPropertyNames$1
+ 8 B org.jboss.resteasy.core.interception.jaxrs.ContainerResponseContextImpl
+ 8 B java.util.Hashtable$Enumerator
+ 8 B org.jboss.shamrock.agroal.runtime.graal.StampedCopyOnWriteArrayListReplacement$UncheckedIterator
+ 8 B com.oracle.svm.core.jdk.Resources$1
+ 8 B com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
+ 8 B org.hibernate.validator.internal.engine.valueextraction.MapKeyExtractor
+ 8 B sun.util.calendar.CalendarDate
+ 8 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectProxy
+ 8 B com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty
+ 8 B org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
+ 8 B org.xnio.conduits.AbstractSourceConduit
+ 8 B sun.util.locale.provider.CollatorProviderImpl
+ 8 B com.oracle.svm.core.jdk.Target_java_lang_Shutdown$$Lambda$201.1075059445
+ 8 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 8 B com.sun.xml.bind.v2.runtime.reflect.Lister$CollectionLister
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_payload__
+ 8 B io.undertow.util.Methods
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.dtd.ListDatatypeValidator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_reusable__
+ 8 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$441.1329045258
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDV
+ 8 B io.undertow.channels.DetachableStreamSinkChannel
+ 8 B org.jboss.shamrock.example.datasource.HSQLDriverReplacement$1
+ 8 B com.oracle.svm.core.genscavenge.DiscoverableReferenceProcessing$Scatterer
+ 8 B sun.nio.cs.StreamEncoder
+ 8 B org.jboss.resteasy.core.interception.jaxrs.ClientResponseFilterRegistry
+ 8 B org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerProvider
+ 8 B com.sun.org.apache.xerces.internal.jaxp.validation.SimpleXMLSchema
+ 8 B com.sun.xml.bind.v2.util.QNameMap$EntrySet
+ 8 B com.fasterxml.jackson.databind.node.NodeCursor$ArrayCursor
+ 8 B org.hibernate.validator.internal.engine.valueextraction.MapPropertyKeyExtractor
+ 8 B org.jboss.shamrock.example.metrics.MetricsResource_Subclass$$function$$3
+ 8 B com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedLister
+ 8 B io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getInt_java_lang_Integer_
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_reusable__
+ 8 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage1StackFrameVisitor
+ 8 B com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_message__
+ 8 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26
+ 8 B com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
+ 8 B org.postgresql.jdbc.PgStatement$StatementResultHandler
+ 8 B java.util.concurrent.ConcurrentSkipListMap$EntrySet
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_port__
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_host__
+ 8 B org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
+ 8 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$State
+ 8 B org.postgresql.core.EncodingPredictor
+ 8 B com.sun.org.apache.xerces.internal.impl.xpath.regex.REUtil
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_transformed__
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_unit__
+ 8 B com.fasterxml.jackson.databind.introspect.MemberKey
+ 8 B java.util.function.BinaryOperator
+ 8 B javax.servlet.ServletResponseWrapper
+ 8 B com.sun.org.apache.xerces.internal.jaxp.validation.JAXPValidationMessageFormatter
+ 8 B com.sun.xml.internal.bind.v2.model.nav.ParameterizedTypeImpl
+ 8 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor
+ 8 B java.util.MissingFormatArgumentException
+ 8 B javax.servlet.ServletOutputStream
+ 8 B org.yaml.snakeyaml.tokens.DirectiveToken
+ 8 B com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers$JavaUtilCollectionsConverter
+ 8 B org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
+ 8 B sun.text.normalizer.TrieIterator
+ 8 B io.undertow.util.SimpleAttachmentKey
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_name
+ 8 B org.slf4j.helpers.SubstituteLoggerFactory
+ 8 B sun.net.www.protocol.http.HttpURLConnection$HttpInputStream
+ 8 B io.undertow.conduits.PreChunkedStreamSinkConduit
+ 8 B sun.security.jca.Providers
+ 8 B org.jboss.resteasy.core.StringParameterInjector$UnmodifiableHashSet
+ 8 B org.apache.http.impl.cookie.CookieSpecBase
+ 8 B org.xnio.nio.QueuedNioTcpServer$1
+ 8 B com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
+ 8 B com.arjuna.ats.arjuna.objectstore.ObjectStore
+ 8 B com.sun.xml.internal.bind.Messages
+ 8 B com.sun.org.apache.xerces.internal.dom.CDATASectionImpl
+ 8 B org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
+ 8 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
+ 8 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_java_lang_Integer_
+ 8 B java.lang.ref.ReferenceQueue
+ 8 B org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
+ 8 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_value__
+ 8 B com.sun.xml.bind.v2.runtime.Messages
+ 8 B java.io.PipedOutputStream
+ 8 B org.xnio.Connection
+ 8 B com.sun.org.apache.xml.internal.serializer.ToTextStream
+ 8 B com.sun.xml.internal.bind.v2.runtime.Name
+ 8 B com.sun.org.apache.xerces.internal.impl.dv.xs.IntegerDV
+ 8 B java.util.ComparableTimSort
+ 8 B com.oracle.svm.core.posix.headers.ZLib
+ 8 B com.sun.xml.bind.v2.runtime.reflect.Messages
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_displayName__
+ 8 B org.hibernate.validator.internal.engine.resolver.CachingJPATraversableResolverForSingleValidation$$Lambda$711.473378518
+ 8 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean
+ 8 B com.sun.xml.bind.unmarshaller.DOMScanner
+ 8 B org.jboss.protean.arc.ArcContainerImpl$$Lambda$423.1232324366
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_payload__
+ 8 B com.sun.org.apache.xerces.internal.util.PrimeNumberSequenceGenerator
+ 8 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_transformed__
+ 8 B java.io.ExpiringCache
+ 8 B com.fasterxml.jackson.databind.deser.std.ByteBufferDeserializer
+ 8 B sun.net.www.http.KeepAliveStreamCleaner
+ 8 B io.agroal.pool.MetricsRepository$EmptyMetricsRepository
+ 8 B java.util.stream.ReferencePipeline$7$1
+ 4 B sun.nio.cs.UTF_32Coder$Encoder
+ 4 B com.oracle.svm.core.c.function.CEntryPointBuiltins
+
+Total: 152.80 KB (156468 bytes)
+
diff --git a/reports/retained_heap_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt b/reports/retained_heap_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt
new file mode 100644
index 000000000..b5bca7a48
--- /dev/null
+++ b/reports/retained_heap_report_shamrock-strict-example-1.0.0.Alpha1-SNAPSHOT-runner_20180910_230105.txt
@@ -0,0 +1,16358 @@
+Retained Space by Class
+=======================
+
+Total Heap: 24.50 MB
+Total Classes: 2892
+Total Objects: 205719
+
+# Objects Retained Size Class
+----------------------------------------
+ 9692 9.09 MB 6.72 MB java.lang.Class
+ 622 7.38 MB 7.38 MB byte[]
+ 1 7.36 MB 104 B com.oracle.svm.core.code.ImageCodeInfo
+ 52611 4.78 MB 1.20 MB java.lang.String
+ 53018 3.86 MB 3.86 MB char[]
+ 289 1.42 MB 9.03 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node
+ 289 1.41 MB 293.52 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node[]
+ 8031 1.09 MB 188.23 KB com.oracle.svm.core.hub.AnnotatedSuperInfo
+ 1084 1.03 MB 220.03 KB java.util.HashMap$Node[]
+ 551 998.66 KB 38.74 KB java.util.HashMap
+ 5971 991.41 KB 233.24 KB java.util.HashMap$Node
+ 6799 904.54 KB 637.41 KB java.util.LinkedHashMap
+ 1114 767.17 KB 174.06 KB java.lang.reflect.Method
+ 618 762.26 KB 587.94 KB java.lang.String[]
+ 4804 713.11 KB 262.72 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
+ 10471 678.48 KB 678.48 KB int[]
+ 1394 651.05 KB 255.27 KB java.lang.Object[]
+ 795 512.16 KB 31.05 KB sun.reflect.annotation.AnnotationInvocationHandler
+ 487 486.91 KB 11.46 KB java.lang.annotation.Annotation[]
+ 1238 437.78 KB 40.25 KB java.lang.reflect.AnnotatedType[]
+ 631 405.72 KB 34.51 KB java.util.concurrent.ConcurrentHashMap$Node
+ 5 401.45 KB 840 B org.hsqldb.map.ValuePoolHashMap
+ 484 368.67 KB 14.75 KB java.lang.reflect.Method[]
+ 180 364.95 KB 19.69 KB java.util.concurrent.ConcurrentHashMap
+ 73 345.27 KB 15.27 KB java.util.concurrent.ConcurrentHashMap$Node[]
+ 1069 338.65 KB 41.76 KB java.util.ArrayList
+ 323 332.47 KB 17.66 KB sun.reflect.generics.repository.MethodRepository
+ 1 310.13 KB 32 B com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie
+ 832 294.71 KB 19.50 KB sun.reflect.generics.tree.ClassTypeSignature
+ 327 245.90 KB 12.77 KB sun.reflect.generics.tree.MethodTypeSignature
+ 20 238.23 KB 800 B java.util.PropertyResourceBundle
+ 146 220.92 KB 12.55 KB com.oracle.svm.core.hub.DynamicHub$ReflectionData
+ 2345 213.27 KB 91.60 KB com.oracle.svm.core.hub.GenericInfo
+ 2577 211.59 KB 100.66 KB sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl
+ 1020 204.90 KB 31.88 KB sun.reflect.generics.tree.SimpleClassTypeSignature
+ 1686 202.63 KB 105.38 KB java.util.LinkedHashMap$Entry
+ 3117 183.52 KB 78.63 KB java.lang.reflect.Type[]
+ 22 180.27 KB 6.53 KB org.jboss.resteasy.spi.ResteasyProviderFactory
+ 1096 178.11 KB 59.94 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
+ 10 168.36 KB 480 B org.hsqldb.map.HashIndex
+ 1 168.34 KB 32 B com.oracle.svm.core.jdk.LocalizationSupport
+ 776 130.93 KB 16.15 KB sun.reflect.generics.tree.TypeArgument[]
+ 5 120.59 KB 320 B org.jboss.resteasy.core.MediaTypeMap
+ 1 106.91 KB 32 B org.hsqldb.lib.HsqlArrayList
+ 402 103.47 KB 12.56 KB sun.reflect.generics.tree.Wildcard
+ 48 102.38 KB 1.50 KB javax.validation.Constraint$$ProxyImpl
+ 295 100.60 KB 7.08 KB sun.reflect.generics.tree.TypeSignature[]
+ 1474 98.97 KB 57.58 KB sun.reflect.generics.reflectiveObjects.TypeVariableImpl
+ 751 96.62 KB 17.59 KB sun.reflect.generics.tree.FieldTypeSignature[]
+ 334 96.00 KB 13.05 KB java.util.concurrent.CopyOnWriteArrayList
+ 114 85.58 KB 3.56 KB java.lang.annotation.Target$$ProxyImpl
+ 1 83.59 KB 40 B org.jboss.protean.arc.ArcContainerImpl
+ 51 80.48 KB 1.59 KB java.lang.annotation.Repeatable$$ProxyImpl
+ 1079 79.38 KB 21.79 KB java.lang.reflect.Parameter[]
+ 4 79.16 KB 192 B sun.text.normalizer.CharTrie
+ 76 78.32 KB 8.31 KB java.util.regex.Pattern
+ 1 76.23 KB 32 B org.jboss.shamrock.runtime.StartupContext
+ 117 76.08 KB 3.66 KB java.lang.annotation.Retention$$ProxyImpl
+ 262 75.08 KB 10.23 KB javax.ws.rs.core.MediaType
+ 1 74.68 KB 24 B io.undertow.server.handlers.HttpContinueReadHandler
+ 1 74.66 KB 72 B io.undertow.servlet.handlers.ServletInitialHandler
+ 129 74.45 KB 3.02 KB sun.reflect.generics.tree.ArrayTypeSignature
+ 3 73.92 KB 192 B java.io.PrintStream
+ 267 70.05 KB 14.60 KB java.util.Collections$UnmodifiableMap
+ 103 66.36 KB 2.41 KB java.util.regex.Pattern$GroupHead
+ 161 63.95 KB 5.03 KB java.util.HashSet
+ 24 63.81 KB 8.72 KB java.util.Hashtable$Entry[]
+ 56 63.80 KB 2.19 KB java.util.regex.Pattern$Branch
+ 1 60.05 KB 72 B java.util.logging.LogManager
+ 1 59.34 KB 48 B sun.util.resources.LocaleNames
+ 174 57.85 KB 23.11 KB java.lang.reflect.Constructor
+ 1 57.84 KB 64 B sun.text.normalizer.UCharacterProperty
+ 631 57.59 KB 44.37 KB java.lang.reflect.Parameter
+ 482 57.30 KB 18.83 KB java.util.Hashtable$Entry
+ 1 57.03 KB 32 B sun.util.locale.BaseLocale$Cache
+ 1 54.85 KB 56 B sun.util.resources.TimeZoneNames
+ 1 49.96 KB 48 B java.util.logging.LogManager$LoggerContext
+ 1 48.39 KB 48 B org.jboss.resteasy.core.ResourceMethodRegistry
+ 3 48.23 KB 192 B java.io.BufferedWriter
+ 1 48.07 KB 32 B org.jboss.resteasy.core.registry.RootClassNode
+ 1 46.14 KB 48 B sun.text.normalizer.IntTrie
+ 7 44.46 KB 504 B org.jboss.resteasy.core.registry.ClassExpression
+ 185 44.27 KB 8.67 KB java.util.logging.LogManager$LogNode
+ 87 42.94 KB 2.72 KB java.util.Collections$UnmodifiableSet
+ 3 42.38 KB 96 B org.jboss.protean.arc.ComputingCache
+ 29 41.90 KB 1.13 KB org.jboss.protean.arc.LazyValue
+ 1 40.75 KB 24 B org.jboss.protean.arc.ApplicationContext
+ 2 40.66 KB 112 B com.sun.org.apache.xml.internal.serializer.CharInfo
+ 42 39.64 KB 1008 B java.util.regex.Pattern$Ctype
+ 4 39.55 KB 192 B org.jboss.protean.arc.InstanceHandleImpl
+ 1 39.33 KB 24 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider
+ 1 39.30 KB 96 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl
+ 59 38.01 KB 2.30 KB com.sun.org.apache.xerces.internal.util.SymbolHash
+ 1 37.50 KB 2.67 KB sun.misc.FDBigInteger[]
+ 56 37.40 KB 2.41 KB java.util.regex.Pattern$Node[]
+ 8 37.38 KB 256 B org.jboss.resteasy.core.registry.RootNode
+ 59 35.70 KB 3.12 KB com.sun.org.apache.xerces.internal.util.SymbolHash$Entry[]
+ 341 34.88 KB 10.66 KB sun.misc.FDBigInteger
+ 63 33.64 KB 1.97 KB java.util.regex.Pattern$BitClass
+ 138 33.52 KB 4.31 KB java.util.regex.Pattern$1
+ 335 33.52 KB 10.47 KB sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
+ 99 33.48 KB 27.07 KB com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl
+ 7 33.37 KB 504 B java.util.Hashtable
+ 4 33.09 KB 160 B java.io.OutputStreamWriter
+ 4 32.94 KB 256 B sun.nio.cs.StreamEncoder
+ 5 32.35 KB 280 B java.nio.HeapByteBuffer
+ 153 32.27 KB 8.37 KB sun.util.locale.BaseLocale$Key
+ 20 32.23 KB 2.50 KB org.jboss.resteasy.core.ResourceMethodInvoker
+ 1 32.05 KB 144 B sun.security.provider.Sun
+ 80 31.77 KB 3.13 KB java.util.regex.Pattern$Curly
+ 14 30.48 KB 784 B org.jboss.resteasy.core.MediaTypeMap$SubtypeMap
+ 77 29.98 KB 1.80 KB java.util.regex.Pattern$Single
+ 286 29.71 KB 24.58 KB java.util.TreeMap
+ 40 28.63 KB 4.06 KB org.jboss.resteasy.spi.metadata.DefaultResourceMethod
+ 20 27.93 KB 480 B java.util.regex.Pattern$Begin
+ 374 26.70 KB 12.66 KB java.lang.reflect.TypeVariable[]
+ 910 26.43 KB 26.43 KB java.lang.Class[]
+ 118 26.30 KB 2.96 KB java.lang.reflect.Constructor[]
+ 189 25.69 KB 13.29 KB ch.qos.logback.classic.Logger
+ 1 25.28 KB 48 B sun.util.resources.CurrencyNames
+ 108 25.24 KB 4.22 KB com.sun.org.apache.xerces.internal.util.SymbolHash$Entry
+ 91 24.98 KB 11.38 KB java.util.logging.Logger
+ 3 24.81 KB 840 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar
+ 614 24.68 KB 23.98 KB java.lang.ref.SoftReference
+ 56 24.21 KB 1.31 KB java.util.regex.Pattern$BranchConn
+ 1 24.03 KB 32 B io.smallrye.openapi.api.OpenApiDocument
+ 91 24.03 KB 2.13 KB sun.reflect.generics.reflectiveObjects.GenericArrayTypeImpl
+ 1 24.00 KB 88 B io.smallrye.openapi.api.models.OpenAPIImpl
+ 1 24.00 KB 40 B com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos
+ 462 22.73 KB 14.44 KB org.jboss.resteasy.core.MediaTypeMap$Entry
+ 870 22.34 KB 16.09 KB java.lang.annotation.Annotation[][]
+ 15 22.32 KB 960 B javax.validation.constraints.Pattern$$ProxyImpl
+ 12 21.69 KB 960 B java.util.Properties
+ 349 21.62 KB 8.18 KB java.util.concurrent.locks.ReentrantLock
+ 20 21.49 KB 1.41 KB org.jboss.resteasy.core.registry.MethodExpression
+ 7 21.24 KB 392 B org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
+ 1 20.91 KB 48 B org.hibernate.validator.internal.metadata.core.ConstraintHelper
+ 333 20.88 KB 10.41 KB sun.reflect.generics.factory.CoreReflectionFactory
+ 100 20.63 KB 20.63 KB boolean[]
+ 30 20.62 KB 960 B org.jboss.resteasy.core.registry.SegmentNode
+ 1 20.36 KB 40 B sun.net.idn.StringPrep
+ 21 20.20 KB 672 B java.util.regex.Pattern$Ques
+ 1 20.17 KB 32 B sun.net.www.MimeTable
+ 1 19.74 KB 104 B io.smallrye.openapi.api.models.PathsImpl
+ 44 19.34 KB 4.81 KB java.lang.reflect.Field
+ 14 19.32 KB 1008 B org.jboss.resteasy.spi.metadata.DefaultResourceClass
+ 1 18.71 KB 24 B sun.text.normalizer.UBiDiProps
+ 14 18.50 KB 1.75 KB io.smallrye.openapi.api.models.PathItemImpl
+ 587 18.34 KB 18.34 KB java.lang.Integer
+ 269 17.88 KB 10.51 KB io.undertow.util.HttpString
+ 1 17.78 KB 24 B sun.net.idn.StringPrep$StringPrepTrieImpl
+ 15 17.70 KB 560 B org.jboss.resteasy.spi.metadata.ResourceMethod[]
+ 27 16.92 KB 1.27 KB java.util.regex.Pattern$BnM
+ 14 16.75 KB 1.64 KB io.smallrye.openapi.api.models.OperationImpl
+ 197 16.70 KB 13.85 KB java.util.logging.LogManager$LoggerWeakRef
+ 1 16.58 KB 88 B sun.util.locale.provider.RuleBasedBreakIterator
+ 1 16.19 KB 136 B java.util.logging.LogManager$RootLogger
+ 2 16.15 KB 288 B org.hsqldb.lib.IntValueHashMap
+ 20 15.90 KB 640 B java.util.Collections$UnmodifiableRandomAccessList
+ 101 15.88 KB 2.37 KB java.lang.Deprecated$$ProxyImpl
+ 396 15.47 KB 15.47 KB java.util.concurrent.locks.ReentrantLock$NonfairSync
+ 104 15.17 KB 3.25 KB java.util.regex.Pattern$GroupTail
+ 39 15.05 KB 4.27 KB java.security.Provider$Service
+ 1 14.90 KB 72 B ch.qos.logback.classic.LoggerContext
+ 183 14.30 KB 7.15 KB org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor
+ 153 14.16 KB 7.17 KB sun.util.locale.LocaleObjectCache$CacheEntry
+ 14 13.81 KB 1.42 KB io.smallrye.openapi.api.models.responses.APIResponsesImpl
+ 1 13.73 KB 64 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$ValidatorFactoryScopedContext
+ 1 13.59 KB 72 B org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
+ 1 13.56 KB 32 B sun.text.CompactByteArray
+ 3 13.43 KB 264 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
+ 1 13.28 KB 32 B sun.security.jca.ProviderList
+ 18 13.24 KB 600 B java.lang.reflect.Field[]
+ 1 13.22 KB 96 B sun.security.jca.ProviderConfig[]
+ 3 13.17 KB 432 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment[]
+ 10 13.13 KB 560 B sun.security.jca.ProviderConfig
+ 48 12.75 KB 3.38 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment
+ 1 12.58 KB 144 B sun.security.rsa.SunRsaSign
+ 73 11.41 KB 1.71 KB com.fasterxml.jackson.databind.annotation.JacksonStdImpl$$ProxyImpl
+ 28 11.33 KB 656 B sun.reflect.annotation.TypeAnnotation[]
+ 3 11.27 KB 672 B java.lang.Object[][]
+ 19 11.13 KB 608 B javax.ws.rs.Produces$$ProxyImpl
+ 228 10.88 KB 10.86 KB java.lang.annotation.ElementType[]
+ 248 10.80 KB 4.13 KB sun.reflect.generics.tree.FormalTypeParameter[]
+ 25 10.71 KB 800 B javax.ws.rs.Path$$ProxyImpl
+ 26 10.69 KB 1.22 KB sun.reflect.annotation.TypeAnnotation
+ 6 10.49 KB 672 B java.text.SimpleDateFormat
+ 52 10.44 KB 3.25 KB sun.net.www.MimeEntry
+ 46 10.36 KB 1.80 KB java.util.regex.Pattern$5
+ 105 10.23 KB 3.79 KB char[][]
+ 323 10.16 KB 10.09 KB sun.reflect.generics.scope.MethodScope
+ 68 10.09 KB 1.59 KB java.util.concurrent.CopyOnWriteArraySet
+ 1 9.80 KB 56 B sun.text.resources.FormatData
+ 14 9.55 KB 896 B io.smallrye.openapi.api.models.responses.APIResponseImpl
+ 22 9.45 KB 6.88 KB io.smallrye.openapi.api.models.media.SchemaImpl
+ 2 9.37 KB 128 B org.eclipse.microprofile.metrics.annotation.Counted$$ProxyImpl
+ 15 9.34 KB 1.41 KB io.smallrye.openapi.api.models.media.ContentImpl
+ 1 9.07 KB 32 B javax.validation.constraints.Pattern$List$$ProxyImpl
+ 1 8.98 KB 72 B org.hibernate.validator.constraints.Mod10Check$$ProxyImpl
+ 1 8.87 KB 840 B char[][][]
+ 13 8.67 KB 416 B javax.ws.rs.Consumes$$ProxyImpl
+ 1 8.59 KB 136 B io.undertow.servlet.core.DeploymentImpl
+ 1 8.51 KB 56 B com.oracle.svm.core.handles.ObjectHandlesImpl
+ 1 8.44 KB 72 B java.util.logging.ConsoleHandler
+ 57 8.37 KB 2.23 KB org.jboss.resteasy.spi.ResteasyProviderFactory$SortedKey
+ 3 8.23 KB 2.08 KB java.lang.Integer[]
+ 1 8.05 KB 2.02 KB io.undertow.protocols.http2.HPackHuffman$HuffmanCode[]
+ 1 7.99 KB 2.02 KB java.lang.Long[]
+ 1 7.91 KB 64 B org.hibernate.validator.constraints.LuhnCheck$$ProxyImpl
+ 1 7.80 KB 48 B java.util.logging.LogManager$SystemLoggerContext
+ 188 7.74 KB 7.34 KB java.util.RegularEnumSet
+ 1 7.60 KB 64 B org.eclipse.microprofile.metrics.annotation.Metered$$ProxyImpl
+ 1 7.60 KB 64 B org.eclipse.microprofile.metrics.annotation.Timed$$ProxyImpl
+ 95 7.54 KB 2.23 KB com.sun.org.apache.xml.internal.serializer.ElemDesc
+ 13 7.43 KB 312 B javax.annotation.Priority$$ProxyImpl
+ 153 7.17 KB 7.17 KB sun.util.locale.BaseLocale
+ 2 7.15 KB 112 B javax.validation.constraints.Size$$ProxyImpl
+ 1 7.07 KB 5.76 KB io.undertow.util.StatusCodes$Entry[]
+ 96 7.03 KB 3.75 KB com.sun.org.apache.xml.internal.serializer.EncodingInfo
+ 26 6.70 KB 832 B javax.validation.valueextraction.ExtractedValue$$ProxyImpl
+ 39 6.67 KB 1.59 KB java.math.BigInteger[]
+ 32 6.67 KB 1.00 KB sun.reflect.generics.tree.FormalTypeParameter
+ 115 6.41 KB 4.49 KB java.math.BigInteger
+ 8 6.38 KB 256 B java.util.regex.Pattern$Prolog
+ 72 6.30 KB 2.25 KB java.util.regex.Pattern$Slice
+ 1 6.25 KB 56 B javax.validation.constraints.Max$$ProxyImpl
+ 1 6.23 KB 56 B javax.validation.constraints.Min$$ProxyImpl
+ 8 6.13 KB 384 B java.util.regex.Pattern$Loop
+ 93 6.12 KB 2.18 KB sun.reflect.annotation.TypeAnnotation$LocationInfo
+ 259 6.07 KB 6.07 KB java.lang.Long
+ 257 6.02 KB 6.02 KB io.undertow.protocols.http2.HPackHuffman$HuffmanCode
+ 1 6.00 KB 2.02 KB java.lang.Byte[]
+ 1 6.00 KB 2.02 KB java.lang.Short[]
+ 1 5.87 KB 104 B com.fasterxml.jackson.databind.ObjectReader
+ 8 5.65 KB 256 B javax.ws.rs.core.MultivaluedHashMap
+ 2 5.64 KB 96 B javax.validation.constraints.NotNull$$ProxyImpl
+ 7 5.59 KB 560 B io.undertow.servlet.core.ManagedServlet
+ 44 5.41 KB 3.78 KB sun.util.calendar.ZoneInfo
+ 69 5.39 KB 2.16 KB java.lang.ref.ReferenceQueue
+ 34 5.31 KB 1.06 KB com.sun.org.apache.xml.internal.serializer.utils.StringToIntTable
+ 221 5.18 KB 5.18 KB java.lang.Character$UnicodeBlock
+ 20 5.05 KB 800 B java.util.regex.Pattern$7
+ 16 4.98 KB 1.25 KB java.util.WeakHashMap
+ 15 4.88 KB 840 B io.smallrye.openapi.api.models.media.MediaTypeImpl
+ 31 4.70 KB 4.70 KB long[]
+ 1 4.66 KB 80 B com.fasterxml.jackson.databind.MappingJsonFactory
+ 36 4.56 KB 1.41 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.SmallContainer
+ 13 4.54 KB 312 B java.util.concurrent.atomic.AtomicReference
+ 8 4.54 KB 1.25 KB java.util.GregorianCalendar
+ 1 4.48 KB 280 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations
+ 1 4.28 KB 64 B io.undertow.servlet.handlers.ServletPathMatches
+ 5 4.22 KB 4.08 KB byte[][]
+ 2 4.12 KB 128 B javax.xml.bind.annotation.XmlType$$ProxyImpl
+ 1 4.03 KB 96 B io.smallrye.openapi.api.models.ComponentsImpl
+ 22 4.01 KB 704 B java.util.regex.Pattern$CharProperty$1
+ 256 4.00 KB 4.00 KB java.lang.Byte
+ 256 4.00 KB 4.00 KB java.lang.Short
+ 1 3.98 KB 32 B io.undertow.servlet.handlers.ServletPathMatchesData
+ 93 3.94 KB 2.28 KB sun.reflect.annotation.TypeAnnotation$LocationInfo$Location[]
+ 5 3.88 KB 200 B com.sun.org.apache.xerces.internal.impl.xs.traversers.LargeContainer
+ 246 3.84 KB 3.84 KB javax.ws.rs.core.MediaType$1
+ 8 3.84 KB 256 B org.jboss.resteasy.core.registry.ClassNode
+ 7 3.83 KB 672 B java.text.DateFormatSymbols
+ 97 3.79 KB 3.79 KB java.security.Provider$ServiceKey
+ 19 3.77 KB 1.04 KB java.util.TreeMap$Entry
+ 24 3.75 KB 576 B javax.enterprise.util.Nonbinding$$ProxyImpl
+ 96 3.75 KB 3.75 KB javax.xml.namespace.QName
+ 48 3.75 KB 3.75 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$HashEntry[]
+ 7 3.70 KB 280 B javax.validation.OverridesAttribute$$ProxyImpl
+ 52 3.67 KB 1.29 KB io.undertow.protocols.http2.HpackEncoder$TableEntry[]
+ 35 3.55 KB 1.09 KB java.util.Collections$SingletonList
+ 35 3.55 KB 1.09 KB java.security.Provider$UString
+ 1 3.53 KB 152 B com.oracle.svm.core.threadlocal.VMThreadLocalInfo[]
+ 6 3.47 KB 192 B javax.ws.rs.ConstrainedTo$$ProxyImpl
+ 22 3.44 KB 528 B javax.ws.rs.GET$$ProxyImpl
+ 17 3.38 KB 680 B com.oracle.svm.core.threadlocal.VMThreadLocalInfo
+ 2 3.31 KB 3.31 KB java.lang.Character$UnicodeScript[]
+ 104 3.25 KB 3.25 KB java.lang.ref.WeakReference
+ 69 3.23 KB 1.62 KB com.oracle.svm.core.heap.FeebleReferenceList
+ 1 3.18 KB 80 B com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
+ 1 3.08 KB 48 B com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo
+ 54 3.06 KB 1.66 KB javax.xml.namespace.QName[]
+ 196 3.06 KB 3.06 KB com.sun.org.apache.xml.internal.serializer.CharInfo$CharKey
+ 23 3.03 KB 552 B com.sun.proxy.$Proxy231
+ 7 3.02 KB 1.42 KB java.text.DecimalFormat
+ 1 2.98 KB 32 B org.hibernate.validator.constraints.Mod11Check$List$$ProxyImpl
+ 1 2.95 KB 32 B sun.net.www.protocol.http.NTLMAuthenticationProxy
+ 8 2.88 KB 512 B java.util.Collections$SynchronizedMap
+ 6 2.85 KB 240 B sun.reflect.generics.repository.FieldRepository
+ 7 2.84 KB 616 B io.undertow.servlet.api.ServletInfo
+ 32 2.83 KB 2.25 KB com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV$XDecimal
+ 58 2.78 KB 2.72 KB org.postgresql.PGProperty
+ 71 2.77 KB 2.77 KB org.xnio.SingleOption
+ 24 2.75 KB 576 B org.jboss.resteasy.core.ContextParameterInjector$GenericDelegatingProxy
+ 1 2.73 KB 32 B com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator
+ 115 2.70 KB 2.70 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Target_value__
+ 115 2.70 KB 2.70 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Retention_value__
+ 5 2.66 KB 2.66 KB short[]
+ 10 2.66 KB 232 B javax.ws.rs.core.MediaType[]
+ 17 2.66 KB 408 B javax.inject.Inject$$ProxyImpl
+ 30 2.63 KB 1.41 KB java.time.temporal.ChronoField
+ 8 2.62 KB 448 B io.undertow.servlet.handlers.ServletChain
+ 5 2.59 KB 160 B com.arjuna.common.internal.util.propertyservice.PropertyPrefix$$ProxyImpl
+ 15 2.58 KB 360 B javax.validation.ReportAsSingleViolation$$ProxyImpl
+ 4 2.58 KB 128 B javax.validation.constraintvalidation.SupportedValidationTarget$$ProxyImpl
+ 1 2.49 KB 24 B ch.qos.logback.core.spi.AppenderAttachableImpl
+ 56 2.48 KB 1.31 KB org.hibernate.validator.internal.util.logging.Log_$logger
+ 16 2.48 KB 2.25 KB java.util.WeakHashMap$Entry[]
+ 1 2.42 KB 256 B org.jboss.resteasy.spi.ResteasyDeployment
+ 103 2.41 KB 2.41 KB java.lang.Character$UnicodeScript
+ 1 2.41 KB 24 B com.oracle.svm.core.hub.AnnotationTypeSupport
+ 22 2.41 KB 528 B org.jboss.resteasy.spi.metadata.ResourceBuilder
+ 1 2.41 KB 512 B io.undertow.protocols.http2.Hpack$HeaderField[]
+ 61 2.38 KB 2.38 KB io.undertow.protocols.http2.HpackEncoder$TableEntry
+ 1 2.38 KB 312 B java.math.BigInteger[][]
+ 6 2.36 KB 336 B io.undertow.servlet.handlers.ServletPathMatch
+ 1 2.34 KB 88 B ch.qos.logback.core.ConsoleAppender
+ 2 2.34 KB 288 B org.hsqldb.lib.OrderedIntHashSet
+ 1 2.31 KB 24 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager
+ 1 2.30 KB 1.02 KB java.lang.Character[]
+ 1 2.27 KB 272 B org.hsqldb.types.CharacterType[]
+ 1 2.26 KB 24 B java.util.LinkedHashSet
+ 41 2.26 KB 1.70 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.OneAttr[]
+ 5 2.25 KB 160 B javax.ws.rs.PathParam$$ProxyImpl
+ 6 2.23 KB 288 B java.util.Vector
+ 4 2.21 KB 192 B sun.reflect.generics.repository.ConstructorRepository
+ 24 2.19 KB 1.31 KB org.jboss.resteasy.core.ContextParameterInjector
+ 1 2.15 KB 64 B ch.qos.logback.core.BasicStatusManager
+ 34 2.13 KB 2.13 KB org.hsqldb.types.CharacterType
+ 73 2.09 KB 1.71 KB sun.reflect.generics.tree.TypeVariableSignature
+ 2 2.08 KB 160 B org.hibernate.validator.constraints.Mod11Check$$ProxyImpl
+ 132 2.06 KB 2.06 KB java.lang.Character
+ 3 2.05 KB 144 B sun.reflect.annotation.AnnotationType
+ 1 2.05 KB 24 B io.smallrye.config.SmallRyeConfigProviderResolver
+ 1 2.04 KB 64 B ch.qos.logback.core.encoder.LayoutWrappingEncoder
+ 2 2.02 KB 336 B io.undertow.servlet.api.DeploymentInfo
+ 1 2.02 KB 2.02 KB sun.text.normalizer.UnicodeSet[]
+ 1 2.02 KB 2.02 KB java.lang.Character$UnicodeBlock[]
+ 40 1.98 KB 672 B org.jboss.resteasy.spi.metadata.MethodParameter[]
+ 84 1.97 KB 1.97 KB org.jboss.logging.Slf4jLocationAwareLogger
+ 1 1.95 KB 56 B ch.qos.logback.classic.layout.TTLLLayout
+ 1 1.91 KB 88 B org.apache.commons.logging.impl.WeakHashtable
+ 4 1.91 KB 128 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$UnionToken
+ 61 1.91 KB 1.91 KB io.undertow.protocols.http2.Hpack$HeaderField
+ 40 1.88 KB 1.88 KB javax.ws.rs.core.Response$Status
+ 7 1.86 KB 224 B org.jboss.shamrock.jaxrs.runtime.graal.ShamrockConstructorInjector
+ 3 1.86 KB 288 B com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
+ 1 1.82 KB 48 B ch.qos.logback.core.util.CachingDateFormatter
+ 46 1.80 KB 1.80 KB org.postgresql.util.PSQLState
+ 1 1.78 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod18_Bean
+ 1 1.78 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod11_Bean
+ 1 1.77 KB 32 B io.smallrye.config.SmallRyeConfig
+ 11 1.72 KB 264 B javax.enterprise.context.ApplicationScoped$$ProxyImpl
+ 20 1.72 KB 960 B java.util.LinkedList
+ 73 1.71 KB 1.71 KB com.oracle.svm.core.jdk.UninterruptibleUtils$AtomicReference
+ 1 1.70 KB 24 B com.oracle.svm.core.hub.DynamicHubSupport
+ 36 1.69 KB 1.69 KB java.math.BigDecimal
+ 1 1.69 KB 336 B javax.ws.rs.core.Response$Status[]
+ 106 1.66 KB 1.66 KB sun.reflect.annotation.TypeAnnotation$LocationInfo$Location
+ 1 1.66 KB 32 B com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport
+ 15 1.63 KB 600 B org.jboss.protean.arc.ParameterizedTypeImpl
+ 20 1.60 KB 800 B org.jboss.resteasy.core.MethodInjectorImpl
+ 7 1.57 KB 560 B io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy
+ 1 1.56 KB 296 B com.oracle.svm.core.genscavenge.GCImpl
+ 1 1.55 KB 72 B org.apache.commons.logging.impl.LogFactoryImpl
+ 2 1.52 KB 208 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RegularExpression
+ 48 1.50 KB 1.50 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.OneAttr
+ 4 1.50 KB 128 B javax.xml.bind.annotation.XmlAccessorType$$ProxyImpl
+ 26 1.49 KB 1.02 KB org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
+ 3 1.48 KB 312 B com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl
+ 1 1.44 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod19_Bean
+ 1 1.44 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod17_Bean
+ 17 1.44 KB 680 B java.lang.ConditionalSpecialCasing$Entry
+ 1 1.44 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod24_Bean
+ 1 1.44 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod29_Bean
+ 1 1.44 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod9_Bean
+ 2 1.41 KB 64 B javax.ws.rs.HttpMethod$$ProxyImpl
+ 1 1.41 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod25_Bean
+ 30 1.41 KB 1.41 KB java.time.temporal.ValueRange
+ 1 1.40 KB 48 B io.smallrye.config.inject.ConfigProducer_ProducerMethod14_Bean
+ 7 1.39 KB 224 B org.yaml.snakeyaml.scanner.Constant
+ 59 1.38 KB 1.38 KB com.sun.xml.internal.bind.v2.model.impl.Messages
+ 59 1.38 KB 1.38 KB com.sun.xml.bind.v2.model.impl.Messages
+ 3 1.38 KB 96 B io.smallrye.metrics.MetricsRegistryImpl
+ 2 1.37 KB 248 B java.math.BigDecimal[]
+ 4 1.33 KB 384 B org.jboss.resteasy.spi.metadata.MethodParameter
+ 10 1.33 KB 800 B java.util.EnumMap
+ 1 1.31 KB 24 B sun.text.SupplementaryCharacterData
+ 56 1.31 KB 1.31 KB io.undertow.util.StatusCodes$Entry
+ 1 1.31 KB 72 B io.undertow.servlet.spec.ServletContextImpl
+ 1 1.29 KB 216 B com.arjuna.ats.jta.common.JTAEnvironmentBean
+ 8 1.25 KB 192 B javax.ws.rs.core.Context$$ProxyImpl
+ 1 1.23 KB 40 B ch.qos.logback.core.helpers.CyclicBuffer
+ 52 1.22 KB 1.22 KB com\oracle\svm\reflect\proxies\Proxy_java_lang_annotation_Repeatable_value__
+ 1 1.21 KB 96 B com.arjuna.ats.arjuna.common.RecoveryEnvironmentBean
+ 1 1.20 KB 384 B org.postgresql.util.PSQLState[]
+ 1 1.19 KB 256 B java.time.temporal.ChronoField[]
+ 16 1.18 KB 512 B java.util.Arrays$ArrayList
+ 50 1.17 KB 1.17 KB com\oracle\svm\reflect\proxies\Proxy_javax_validation_Constraint_validatedBy__
+ 30 1.17 KB 1.17 KB java.security.Provider$EngineDescription
+ 1 1.16 KB 56 B org.jboss.resteasy.core.SynchronousDispatcher
+ 1 1.16 KB 72 B org.jboss.resteasy.core.MessageBodyParameterInjector
+ 1 1.15 KB 24 B com.oracle.svm.core.option.RuntimeOptionParser
+ 6 1.14 KB 192 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ClosureToken
+ 1 1.13 KB 488 B com.sun.xml.bind.v2.model.impl.Messages[]
+ 1 1.13 KB 488 B com.sun.xml.internal.bind.v2.model.impl.Messages[]
+ 1 1.13 KB 48 B io.smallrye.metrics.MetricRegistries_ProducerMethod6_Bean
+ 4 1.13 KB 320 B com.fasterxml.jackson.databind.introspect.BasicBeanDescription
+ 3 1.12 KB 200 B java.lang.String[][]
+ 1 1.12 KB 280 B jdk.vm.ci.amd64.AMD64Kind[]
+ 20 1.09 KB 1.09 KB org.hsqldb.types.IntervalType
+ 3 1.09 KB 120 B io.undertow.server.handlers.PredicateHandler
+ 2 1.09 KB 64 B org.jboss.resteasy.plugins.providers.DocumentProvider
+ 1 1.09 KB 64 B org.jboss.resteasy.core.interception.jaxrs.ContainerRequestFilterRegistry
+ 1 1.09 KB 40 B io.undertow.util.SubstringMap
+ 1 1.09 KB 48 B io.smallrye.metrics.MetricRegistries_ProducerMethod13_Bean
+ 1 1.09 KB 24 B com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator
+ 1 1.09 KB 48 B io.smallrye.metrics.MetricRegistries_ProducerMethod12_Bean
+ 1 1.08 KB 240 B com.fasterxml.jackson.databind.DeserializationFeature[]
+ 34 1.06 KB 1.06 KB java.util.concurrent.atomic.AtomicLong
+ 27 1.05 KB 1.05 KB java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
+ 19 1.04 KB 1.04 KB org.graalvm.compiler.options.OptionDescriptor
+ 33 1.03 KB 1.03 KB jdk.vm.ci.amd64.AMD64Kind
+ 6 1.03 KB 144 B java.lang.annotation.Inherited$$ProxyImpl
+ 12 1.03 KB 1.03 KB com.fasterxml.jackson.databind.type.SimpleType
+ 26 1.02 KB 832 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor$Key
+ 10 1.02 KB 1.02 KB sun.util.calendar.Gregorian$Date
+ 7 1.00 KB 504 B java.text.DigitList
+ 4 976 B 160 B java.security.SecureRandom
+ 1 968 B 56 B org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping
+ 2 960 B 144 B org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
+ 2 960 B 144 B com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
+ 1 952 B 216 B com.fasterxml.jackson.databind.MapperFeature[]
+ 1 952 B 256 B com.oracle.svm.core.posix.headers.Signal$SignalEnum[]
+ 27 952 B 448 B org.jboss.resteasy.core.ValueInjector[]
+ 8 952 B 384 B io.undertow.servlet.handlers.ServletChain$1
+ 4 944 B 128 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$ParenToken
+ 1 944 B 80 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
+ 1 936 B 200 B com.fasterxml.jackson.databind.SerializationFeature[]
+ 23 920 B 920 B org.yaml.snakeyaml.tokens.Token$ID
+ 1 904 B 40 B io.smallrye.health.SmallRyeHealthReporter_Bean
+ 28 896 B 896 B com.fasterxml.jackson.databind.DeserializationFeature
+ 15 888 B 360 B java.util.BitSet
+ 1 888 B 48 B org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_Bean
+ 18 864 B 432 B java.util.regex.Pattern$CharPropertyNames$4
+ 1 856 B 40 B org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
+ 2 856 B 48 B io.undertow.util.SubstringMap$SubstringMatch
+ 1 848 B 48 B org.xnio.nio.NioXnio
+ 1 848 B 32 B org.jboss.shamrock.example.health.SimpleHealthCheck_Bean
+ 35 840 B 840 B java.lang.Object
+ 1 840 B 40 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer$TableInfo
+ 26 832 B 832 B sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
+ 1 832 B 40 B java.io.UnixFileSystem
+ 5 824 B 824 B double[]
+ 17 816 B 816 B com.oracle.svm.core.genscavenge.GCImpl$Timer
+ 34 816 B 816 B jdk.vm.ci.amd64.AMD64$CPUFeature
+ 2 816 B 64 B io.undertow.util.CopyOnWriteMap
+ 1 816 B 56 B sun.awt.AppContext
+ 2 808 B 64 B io.undertow.servlet.handlers.ServletPathMatchesData$PathMatch
+ 1 808 B 56 B com.fasterxml.jackson.core.Base64Variant
+ 1 800 B 144 B sun.security.provider.MD4$1
+ 25 800 B 800 B com.fasterxml.jackson.databind.MapperFeature
+ 20 800 B 800 B java.util.LinkedList$Node
+ 13 800 B 624 B com.fasterxml.jackson.core.JsonToken
+ 1 792 B 32 B io.smallrye.config.PropertiesConfigSource
+ 10 792 B 400 B com.sun.org.apache.xerces.internal.impl.xpath.regex.RangeToken
+ 7 784 B 224 B org.jboss.resteasy.core.ResourcePropertyInjector
+ 1 784 B 208 B java.time.LocalTime[]
+ 1 784 B 48 B com.oracle.svm.core.MonitorSupport
+ 2 768 B 128 B org.jboss.resteasy.core.interception.jaxrs.WriterInterceptorRegistry
+ 1 768 B 480 B org.postgresql.PGProperty[]
+ 12 768 B 384 B java.util.regex.Pattern$SliceI
+ 3 768 B 216 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl
+ 5 760 B 400 B java.util.Collections$SingletonMap
+ 1 752 B 104 B java.util.concurrent.ScheduledThreadPoolExecutor
+ 1 744 B 32 B org.xnio.nio.NioXnio$ConstructorSelectorCreator
+ 2 744 B 48 B java.nio.file.attribute.PosixFilePermissions$1
+ 2 744 B 160 B io.undertow.server.DefaultByteBufferPool
+ 1 736 B 56 B io.smallrye.openapi.api.models.parameters.RequestBodyImpl
+ 1 736 B 256 B com.sun.org.apache.xerces.internal.impl.dv.xs.TypeValidator[]
+ 1 736 B 136 B io.undertow.server.session.InMemorySessionManager
+ 23 736 B 736 B com.fasterxml.jackson.databind.SerializationFeature
+ 2 720 B 112 B sun.util.calendar.Era
+ 30 720 B 720 B com.oracle.svm.core.posix.headers.Signal$SignalEnum
+ 8 704 B 256 B org.jboss.protean.arc.TypeVariableImpl
+ 29 696 B 696 B java.util.regex.Pattern$Start
+ 1 688 B 128 B com.sun.org.apache.xml.internal.dtm.ref.ExtendedType[]
+ 8 672 B 672 B com.sun.org.apache.xerces.internal.impl.xs.util.SimpleLocator[]
+ 2 672 B 96 B java.io.BufferedOutputStream
+ 1 672 B 48 B org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
+ 2 672 B 64 B io.reactiverse.reactivecontexts.core.Context
+ 1 664 B 144 B java.time.temporal.ChronoUnit[]
+ 1 664 B 40 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean
+ 2 656 B 80 B sun.util.logging.resources.logging
+ 4 656 B 256 B ch.qos.logback.core.status.InfoStatus
+ 4 640 B 96 B javax.validation.valueextraction.UnwrapByDefault$$ProxyImpl
+ 16 640 B 640 B java.time.temporal.ChronoUnit
+ 20 640 B 640 B javax.ws.rs.container.ContainerRequestFilter[]
+ 1 640 B 56 B sun.security.provider.SecureRandom
+ 4 640 B 96 B javax.interceptor.AroundConstruct$$ProxyImpl
+ 1 632 B 200 B java.text.DateFormat$Field[]
+ 5 632 B 280 B com.oracle.svm.core.hub.ClassInitializationInfo
+ 26 624 B 624 B com.sun.xml.bind.v2.runtime.Messages
+ 26 624 B 624 B com.sun.xml.internal.bind.v2.runtime.Messages
+ 7 624 B 392 B org.postgresql.core.Parser$SqlParseState
+ 39 624 B 624 B java.util.regex.Pattern$CharPropertyNames$1
+ 7 616 B 616 B java.text.DecimalFormatSymbols
+ 2 616 B 128 B org.jboss.resteasy.core.interception.jaxrs.ReaderInterceptorRegistry
+ 4 608 B 160 B com.fasterxml.jackson.databind.util.LRUMap
+ 2 608 B 224 B sun.util.calendar.ImmutableGregorianDate
+ 1 608 B 40 B io.smallrye.metrics.MetricProducer_ProducerMethod27_Bean
+ 1 592 B 32 B org.jboss.shamrock.health.runtime.HealthServlet_Bean
+ 5 592 B 592 B com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl[]
+ 1 592 B 32 B org.jboss.shamrock.metrics.runtime.MetricsServlet_Bean
+ 1 592 B 32 B org.jboss.shamrock.openapi.runtime.OpenApiServlet_Bean
+ 1 592 B 64 B java.util.IdentityHashMap
+ 2 584 B 64 B sun.util.locale.LocaleExtensions
+ 1 584 B 24 B org.jboss.shamrock.example.jpa.JPATestEndpoint_Bean
+ 1 584 B 24 B org.jboss.shamrock.example.web.TestServlet_Bean
+ 7 584 B 168 B org.ietf.jgss.Oid
+ 1 584 B 64 B org.jboss.resteasy.core.interception.jaxrs.ContainerResponseFilterRegistry
+ 1 584 B 48 B java.security.MessageDigest$Delegate
+ 1 576 B 32 B javax.validation.Validation$GetValidationProviderListAction
+ 2 576 B 64 B com.oracle.svm.core.util.RingBuffer
+ 9 576 B 576 B java.util.logging.Level
+ 2 576 B 576 B jdk.vm.ci.amd64.AMD64$CPUFeature[]
+ 24 576 B 576 B java.time.LocalTime
+ 1 576 B 40 B io.smallrye.metrics.MetricProducer_ProducerMethod16_Bean
+ 4 576 B 576 B com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl[]
+ 1 576 B 64 B org.postgresql.core.EncodingPredictor$Translation[]
+ 8 568 B 256 B io.undertow.servlet.handlers.security.ServletSecurityRoleHandler
+ 1 568 B 40 B io.undertow.servlet.core.ManagedServlets
+ 5 560 B 320 B com.oracle.svm.core.genscavenge.Space
+ 14 560 B 560 B com.sun.org.apache.xml.internal.dtm.ref.ExtendedType
+ 3 552 B 168 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[]
+ 1 552 B 168 B java.util.regex.UnicodeProp[]
+ 17 544 B 544 B com.oracle.svm.core.option.RuntimeOptionKey
+ 34 544 B 544 B java.lang.ThreadLocal
+ 16 544 B 512 B sun.nio.ch.SocketOptionRegistry$RegistryKey
+ 5 536 B 200 B com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl
+ 1 536 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl
+ 1 536 B 40 B io.smallrye.metrics.MetricProducer_ProducerMethod1_Bean
+ 4 536 B 256 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinAttrDecl
+ 1 536 B 80 B sun.security.provider.SHA
+ 1 536 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl
+ 1 536 B 40 B io.smallrye.metrics.MetricProducer_ProducerMethod2_Bean
+ 11 528 B 528 B jdk.vm.ci.meta.JavaKind
+ 1 520 B 104 B org.hibernate.validator.internal.xml.BootstrapConfigurationImpl
+ 1 520 B 24 B org.hibernate.validator.internal.engine.MethodValidationConfiguration
+ 6 512 B 240 B org.postgresql.core.EncodingPredictor$Translation
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty12_AnnotationLiteral
+ 9 504 B 504 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty11_AnnotationLiteral
+ 1 504 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty16_AnnotationLiteral
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty15_AnnotationLiteral
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty14_AnnotationLiteral
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty9_AnnotationLiteral
+ 1 504 B 32 B org.jboss.resteasy.core.PathParamInjector
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty6_AnnotationLiteral
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty5_AnnotationLiteral
+ 1 504 B 40 B io.smallrye.config.inject.ConfigProperty10_AnnotationLiteral
+ 7 504 B 168 B io.undertow.server.handlers.form.FormParserFactory
+ 1 496 B 32 B io.smallrye.config.inject.ConfigProducer_Bean
+ 1 496 B 56 B java.util.regex.Pattern$GroupCurly
+ 1 496 B 64 B org.hibernate.validator.internal.metadata.core.AnnotationProcessingOptionsImpl
+ 1 496 B 40 B io.smallrye.metrics.MetricProducer_ProducerMethod8_Bean
+ 3 496 B 72 B javax.ws.rs.container.PreMatching$$ProxyImpl
+ 1 496 B 104 B com.fasterxml.jackson.databind.ObjectMapper
+ 3 496 B 72 B javax.enterprise.context.Dependent$$ProxyImpl
+ 1 488 B 32 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean
+ 1 488 B 48 B io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_Bean
+ 1 488 B 32 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean
+ 1 488 B 224 B com.sun.xml.bind.v2.runtime.Messages[]
+ 1 488 B 224 B com.sun.xml.internal.bind.v2.runtime.Messages[]
+ 4 480 B 480 B com.fasterxml.jackson.databind.introspect.AnnotatedClass
+ 1 480 B 32 B io.smallrye.metrics.MetricRegistries_Bean
+ 20 480 B 480 B javax.ws.rs.container.ContainerResponseFilter[]
+ 3 480 B 72 B javax.interceptor.AroundInvoke$$ProxyImpl
+ 12 480 B 480 B org.glassfish.json.JsonTokenizer$JsonToken
+ 1 480 B 40 B javax.xml.bind.annotation.XmlRootElement$$ProxyImpl
+ 7 480 B 168 B org.jboss.shamrock.undertow.runtime.ShamrockInstanceFactory
+ 20 480 B 480 B java.util.regex.Pattern$Dollar
+ 12 480 B 480 B java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater
+ 20 480 B 480 B org.jboss.resteasy.core.ResourceMethodInvoker$1
+ 9 472 B 472 B java.lang.Boolean[]
+ 1 472 B 128 B org.jboss.resteasy.core.PathParamInjector$1
+ 1 472 B 48 B io.smallrye.metrics.MetricProducer_Bean
+ 1 472 B 48 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_Bean
+ 1 464 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean
+ 1 464 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_Bean
+ 1 464 B 40 B org.jboss.shamrock.example.datasource.DatasourceSetup_Bean
+ 1 464 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean
+ 1 464 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_Bean
+ 1 464 B 40 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_Bean
+ 1 456 B 32 B io.smallrye.metrics.interceptors.MetricNameFactory_Bean
+ 1 456 B 144 B sun.security.jca.ProviderList$1
+ 1 456 B 32 B io.smallrye.metrics.MetricsRequestHandler_Bean
+ 1 456 B 136 B io.smallrye.openapi.api.models.parameters.ParameterImpl
+ 19 456 B 456 B io.undertow.util.SimpleAttachmentKey
+ 3 456 B 96 B org.jboss.protean.arc.CreationalContextImpl
+ 2 448 B 96 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager
+ 4 448 B 224 B java.io.FileOutputStream
+ 4 448 B 288 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$OnDemandInterceptorFactory
+ 2 448 B 80 B io.undertow.server.handlers.cache.LRUCache
+ 1 440 B 32 B org.apache.http.impl.client.DefaultHttpRequestRetryHandler
+ 1 440 B 72 B org.hsqldb.result.ResultMetaData
+ 1 440 B 32 B org.jboss.protean.arc.InstanceProvider
+ 11 440 B 440 B org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage$Error
+ 18 432 B 432 B java.text.DateFormat$Field
+ 1 432 B 32 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ProducerMethod30_Bean
+ 9 432 B 432 B java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
+ 9 432 B 432 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$Limit
+ 1 424 B 24 B org.jboss.shamrock.example.rest.RestClientProxy_Bean
+ 7 416 B 224 B sun.security.util.ObjectIdentifier
+ 1 416 B 40 B io.smallrye.config.inject.ConfigProducer_ProducerMethod5_Bean
+ 4 416 B 320 B sun.nio.cs.UTF_8$Encoder
+ 6 408 B 240 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$SecondaryAnnotation
+ 6 408 B 240 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$SecondaryAnnotation
+ 1 408 B 48 B org.jboss.shamrock.example.datasource.DatasourceResource_Bean
+ 5 408 B 280 B com.arjuna.ats.arjuna.common.Uid
+ 1 408 B 56 B io.undertow.security.handlers.SecurityInitialHandler
+ 1 400 B 48 B jdk.vm.ci.amd64.AMD64
+ 1 400 B 40 B org.jboss.shamrock.example.transaction.TransactionResource_Bean
+ 1 400 B 112 B org.postgresql.core.ServerVersion[]
+ 1 392 B 32 B org.jboss.shamrock.example.metrics.MetricsResource_Bean
+ 1 392 B 32 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ProducerMethod7_Bean
+ 1 392 B 32 B org.jboss.shamrock.example.validator.TestValidatorEndpoint_Bean
+ 1 392 B 32 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_ProducerMethod20_Bean
+ 1 392 B 32 B org.jboss.shamrock.example.rest.ClientResource_Bean
+ 6 384 B 384 B org.hsqldb.types.DateTimeType
+ 1 384 B 24 B org.jboss.shamrock.example.shared.SharedResource_Bean
+ 16 384 B 384 B java.util.regex.Pattern$Dot
+ 12 384 B 384 B jdk.vm.ci.meta.PrimitiveConstant
+ 4 384 B 128 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
+ 1 384 B 144 B org.hsqldb.lib.IntKeyIntValueHashMap
+ 1 384 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_Bean
+ 2 384 B 112 B java.io.File
+ 1 384 B 24 B org.jboss.shamrock.example.rest.TestResource_Bean
+ 12 384 B 384 B org.postgresql.core.ServerVersion
+ 16 384 B 384 B sun.nio.ch.OptionKey
+ 1 376 B 40 B io.smallrye.metrics.interceptors.CountedInterceptor_Bean
+ 1 376 B 40 B com.oracle.svm.core.code.RuntimeCodeInfo
+ 2 376 B 376 B io.undertow.util.HttpString[]
+ 11 368 B 264 B sun.util.locale.provider.LocaleServiceProviderPool
+ 1 368 B 176 B java.lang.Thread
+ 9 360 B 360 B sun.util.logging.PlatformLogger$Level
+ 9 360 B 360 B com.fasterxml.classmate.types.ResolvedPrimitiveType
+ 2 360 B 64 B sun.util.locale.UnicodeLocaleExtension
+ 11 352 B 352 B java.util.Date
+ 1 352 B 40 B sun.nio.fs.MacOSXFileSystem
+ 4 352 B 160 B com.oracle.svm.core.option.XOptions$XFlag
+ 4 352 B 352 B com.sun.org.apache.xerces.internal.impl.xs.XSDDescription
+ 11 352 B 352 B java.net.StandardSocketOptions$StdSocketOption
+ 1 344 B 24 B io.undertow.servlet.core.ServletContainerImpl
+ 1 344 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$22
+ 1 344 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$22
+ 1 344 B 104 B sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget[]
+ 1 344 B 96 B sun.util.locale.provider.JRELocaleProviderAdapter
+ 1 336 B 48 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler
+ 7 336 B 168 B io.undertow.server.handlers.form.FormParserFactory$ParserDefinition[]
+ 14 336 B 336 B org.jboss.resteasy.spi.metadata.Parameter$ParamType
+ 1 336 B 120 B com.fasterxml.jackson.databind.deser.DefaultDeserializationContext$Impl
+ 7 336 B 224 B org.jboss.resteasy.core.ConstructorInjectorImpl
+ 2 336 B 48 B org.eclipse.microprofile.health.Health$$ProxyImpl
+ 1 336 B 48 B com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV$DateTimeData[]
+ 1 328 B 64 B io.undertow.servlet.core.ManagedFilter
+ 20 320 B 320 B javax.ws.rs.ext.WriterInterceptor[]
+ 10 320 B 320 B com.fasterxml.jackson.core.JsonGenerator$Feature
+ 1 320 B 200 B org.yaml.snakeyaml.tokens.Token$ID[]
+ 20 320 B 320 B java.util.concurrent.atomic.AtomicInteger
+ 1 320 B 224 B com.oracle.svm.core.genscavenge.GCImpl$Accounting
+ 10 320 B 320 B com.fasterxml.classmate.util.ClassKey
+ 2 320 B 112 B java.io.ExpiringCache
+ 1 312 B 312 B org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
+ 1 312 B 24 B org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
+ 1 312 B 40 B io.undertow.servlet.handlers.FilterHandler
+ 13 312 B 312 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Consumes_value__
+ 13 312 B 312 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_Produces_value__
+ 1 312 B 24 B io.undertow.servlet.core.ManagedFilters
+ 13 312 B 312 B java.lang.Double
+ 2 312 B 88 B javax.validation.constraints.Pattern$Flag[]
+ 1 312 B 72 B java.util.concurrent.LinkedBlockingQueue
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jsonp.JsonValueProvider
+ 1 304 B 64 B int[][]
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
+ 1 304 B 112 B com.fasterxml.jackson.databind.node.IntNode[]
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
+ 1 304 B 64 B org.jboss.resteasy.core.interception.jaxrs.ClientResponseFilterRegistry
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.MapProvider
+ 2 304 B 48 B org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
+ 1 304 B 64 B org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry
+ 2 296 B 80 B com.sun.org.apache.xerces.internal.impl.xs.XSModelGroupImpl
+ 1 296 B 48 B java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
+ 1 296 B 128 B org.jboss.resteasy.spi.metadata.Parameter$ParamType[]
+ 4 288 B 288 B com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV$DateTimeData
+ 9 288 B 288 B org.postgresql.shaded.com.ongres.scram.common.ScramAttributes
+ 9 288 B 288 B java.util.logging.Level$KnownLevel
+ 12 288 B 288 B com.sun.xml.internal.bind.v2.Messages
+ 9 288 B 288 B org.apache.commons.logging.impl.Jdk14Logger
+ 12 288 B 288 B com.sun.xml.bind.v2.Messages
+ 2 288 B 96 B sun.misc.FloatingDecimal$BinaryToASCIIBuffer
+ 12 288 B 288 B java.time.Month
+ 4 288 B 288 B org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData
+ 1 288 B 24 B com.sun.proxy.$Proxy232
+ 1 288 B 32 B com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
+ 1 288 B 72 B org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistry$SingletonInterceptorFactory
+ 6 288 B 288 B org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1
+ 7 280 B 280 B org.hsqldb.types.NumberType
+ 1 280 B 40 B io.smallrye.metrics.RegistryType8_AnnotationLiteral
+ 1 280 B 40 B io.smallrye.metrics.RegistryType4_AnnotationLiteral
+ 1 280 B 40 B io.smallrye.metrics.RegistryType7_AnnotationLiteral
+ 1 272 B 136 B com.fasterxml.jackson.databind.ser.DefaultSerializerProvider$Impl
+ 1 272 B 272 B java.util.concurrent.ForkJoinTask$ExceptionNode[]
+ 1 272 B 40 B com.oracle.svm.core.posix.pthread.PthreadVMLockSupport
+ 1 272 B 48 B org.hsqldb.ColumnBase[]
+ 1 272 B 64 B com.oracle.svm.core.genscavenge.OldGeneration
+ 1 272 B 24 B io.undertow.server.session.SessionListeners
+ 2 272 B 80 B java.net.InetAddress$Cache
+ 1 272 B 272 B com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer$Bucket[]
+ 1 272 B 96 B com.fasterxml.jackson.databind.cfg.BaseSettings
+ 1 264 B 96 B java.nio.file.StandardOpenOption[]
+ 2 264 B 264 B com.fasterxml.jackson.core.JsonToken[]
+ 11 264 B 264 B java.text.NumberFormat$Field
+ 11 264 B 264 B sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget
+ 1 264 B 48 B io.undertow.servlet.api.FilterInfo
+ 1 256 B 72 B io.smallrye.metrics.exporters.JsonMetadataExporter$1
+ 2 256 B 160 B java.lang.ThreadGroup
+ 10 256 B 256 B javax.validation.constraintvalidation.ValidationTarget[]
+ 2 256 B 96 B java.io.FileDescriptor
+ 8 256 B 256 B java.math.RoundingMode
+ 8 256 B 256 B sun.reflect.generics.scope.ClassScope
+ 3 256 B 232 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$State[]
+ 4 256 B 256 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms
+ 16 256 B 256 B javax.ws.rs.core.MediaType$2
+ 4 256 B 256 B com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl
+ 2 248 B 96 B java.lang.StringBuffer
+ 1 248 B 48 B sun.util.resources.CalendarData
+ 10 240 B 240 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_toString__
+ 5 240 B 240 B com.oracle.svm.core.genscavenge.Space$Accounting
+ 15 240 B 240 B org.jboss.resteasy.spi.metadata.SetterParameter[]
+ 10 240 B 240 B com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType
+ 10 240 B 240 B com.fasterxml.jackson.annotation.JsonFormat$Shape
+ 10 240 B 240 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_defaultValue__
+ 15 240 B 240 B org.jboss.resteasy.spi.metadata.FieldParameter[]
+ 10 240 B 240 B java.lang.annotation.ElementType
+ 10 240 B 240 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_equals_java_lang_Object_
+ 6 240 B 240 B org.eclipse.microprofile.openapi.models.media.Schema$SchemaType
+ 1 240 B 32 B io.undertow.security.handlers.AuthenticationMechanismsHandler
+ 10 240 B 240 B org.yaml.snakeyaml.events.Event$ID
+ 10 240 B 240 B javax.json.stream.JsonParser$Event
+ 10 240 B 240 B org.yaml.snakeyaml.nodes.Tag
+ 1 240 B 48 B java.util.WeakHashMap$Entry
+ 1 240 B 80 B java.math.RoundingMode[]
+ 10 240 B 240 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_config_inject_ConfigProperty_name__
+ 10 240 B 240 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Object_hashCode__
+ 5 240 B 240 B sun.util.locale.provider.LocaleProviderAdapter$Type
+ 6 240 B 240 B org.eclipse.microprofile.metrics.MetricType
+ 15 240 B 240 B org.jboss.protean.arc.InjectionPointProvider
+ 1 240 B 24 B com.sun.nio.zipfs.ZipFileSystemProvider
+ 10 240 B 240 B java.nio.file.StandardOpenOption
+ 15 240 B 240 B org.jboss.resteasy.spi.metadata.ResourceLocator[]
+ 1 232 B 88 B java.nio.file.attribute.PosixFilePermission[]
+ 1 232 B 112 B com.sun.xml.internal.bind.v2.Messages[]
+ 1 232 B 104 B java.awt.image.DirectColorModel
+ 1 232 B 72 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertyGroup[]
+ 1 232 B 32 B io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig
+ 1 232 B 72 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertyGroup[]
+ 1 232 B 112 B com.sun.xml.bind.v2.Messages[]
+ 1 224 B 48 B com.fasterxml.jackson.databind.type.TypeFactory
+ 7 224 B 224 B org.jboss.protean.arc.ComputingCache$CacheFunction$$Lambda$425.1044125117
+ 7 224 B 224 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$PropertyGroup
+ 1 224 B 96 B com.fasterxml.jackson.core.JsonGenerator$Feature[]
+ 5 224 B 224 B float[]
+ 2 224 B 224 B java.time.Month[]
+ 7 224 B 224 B javax.validation.constraints.Pattern$Flag
+ 7 224 B 224 B com.fasterxml.jackson.jaxrs.util.ClassKey
+ 4 224 B 224 B org.hsqldb.ColumnBase
+ 3 224 B 152 B java.lang.Runnable[]
+ 4 224 B 128 B org.jboss.protean.arc.ArcContainerImpl$Resolvable
+ 7 224 B 224 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$PropertyGroup
+ 1 216 B 32 B com.fasterxml.jackson.databind.deser.DeserializerCache
+ 2 216 B 56 B com.sun.org.apache.xerces.internal.impl.xs.XSParticleDecl[]
+ 9 216 B 216 B com.fasterxml.jackson.databind.node.JsonNodeType
+ 1 216 B 24 B io.undertow.servlet.util.ConstructorInstanceFactory
+ 9 216 B 216 B java.nio.file.attribute.PosixFilePermission
+ 2 216 B 128 B sun.nio.fs.UnixPath
+ 9 216 B 216 B com.sun.xml.bind.v2.runtime.unmarshaller.Messages
+ 1 216 B 56 B com.fasterxml.jackson.annotation.JsonTypeInfo$Id[]
+ 3 216 B 216 B com.fasterxml.jackson.databind.PropertyMetadata
+ 9 216 B 216 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Messages
+ 2 216 B 48 B java.lang.StringBuilder
+ 9 216 B 216 B org.hibernate.validator.internal.engine.valueextraction.ArrayElement
+ 1 208 B 24 B org.hibernate.validator.internal.engine.groups.ValidationOrder$DefaultSequenceValidationOrder
+ 2 208 B 208 B javax.validation.constraints.Pattern[]
+ 2 208 B 208 B jdk.vm.ci.meta.JavaKind[]
+ 2 208 B 208 B java.io.ExpiringCache$1
+ 1 208 B 72 B com.sun.org.apache.xerces.internal.util.URI
+ 1 208 B 88 B sun.util.logging.PlatformLogger$Level[]
+ 5 200 B 200 B org.yaml.snakeyaml.DumperOptions$ScalarStyle
+ 5 200 B 200 B com.fasterxml.jackson.annotation.JsonTypeInfo$Id
+ 1 200 B 48 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager
+ 5 200 B 200 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State
+ 5 200 B 200 B org.slf4j.event.Level
+ 5 200 B 200 B com.fasterxml.jackson.core.JsonEncoding
+ 3 200 B 144 B com.sun.org.apache.xerces.internal.xni.QName
+ 5 200 B 200 B java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
+ 8 192 B 192 B javax.validation.ElementKind
+ 1 192 B 24 B org.jboss.protean.arc.SingletonContext
+ 1 192 B 72 B javax.enterprise.inject.spi.InterceptionType[]
+ 2 192 B 64 B com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager
+ 12 192 B 192 B com.fasterxml.jackson.databind.node.IntNode
+ 8 192 B 192 B com\oracle\svm\reflect\proxies\Proxy_javax_annotation_Priority_value__
+ 1 192 B 96 B com.sun.org.apache.xerces.internal.impl.xs.util.XInt[]
+ 6 192 B 192 B com.sun.org.apache.xerces.internal.util.Status
+ 1 192 B 64 B com.oracle.svm.core.thread.VMOperationControl
+ 1 184 B 40 B io.undertow.servlet.core.ErrorPages
+ 1 184 B 40 B com.sun.xml.internal.bind.v2.util.QNameMap
+ 1 184 B 24 B com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
+ 1 184 B 64 B org.eclipse.microprofile.openapi.models.media.Schema$SchemaType[]
+ 1 184 B 40 B com.sun.xml.bind.v2.util.QNameMap
+ 1 184 B 40 B sun.text.resources.CollationData
+ 1 184 B 64 B io.agroal.api.configuration.AgroalConnectionFactoryConfiguration$TransactionIsolation[]
+ 1 176 B 24 B com.oracle.svm.core.option.RuntimeOptionValues
+ 1 176 B 24 B com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
+ 1 176 B 24 B com.fasterxml.jackson.databind.util.RootNameLookup
+ 1 176 B 32 B io.undertow.servlet.spec.SessionCookieConfigImpl
+ 1 176 B 24 B com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
+ 1 176 B 24 B io.smallrye.metrics.interceptors.MetricsBinding$$ProxyImpl
+ 1 176 B 48 B com.arjuna.ats.internal.arjuna.objectstore.ShadowNoFileLockStore
+ 2 176 B 64 B jdk.xml.internal.JdkXmlFeatures
+ 1 176 B 32 B org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
+ 2 176 B 96 B java.util.Collections$SynchronizedRandomAccessList
+ 11 176 B 176 B com.sun.org.apache.xerces.internal.impl.xs.util.XInt
+ 7 168 B 168 B org.postgresql.core.SqlCommandType
+ 1 168 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 1 168 B 72 B java.util.concurrent.TimeUnit[]
+ 7 168 B 168 B java.time.DayOfWeek
+ 1 168 B 48 B org.eclipse.microprofile.openapi.models.parameters.Parameter$In[]
+ 7 168 B 168 B com.fasterxml.jackson.annotation.JsonFormat$Feature
+ 3 168 B 168 B sun.net.spi.DefaultProxySelector$NonProxyInfo
+ 7 168 B 168 B io.undertow.servlet.handlers.ServletHandler
+ 5 168 B 120 B io.undertow.UndertowLogger_$logger
+ 7 168 B 168 B io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy$1
+ 7 168 B 168 B javax.json.JsonValue$ValueType
+ 1 168 B 48 B java.util.Collections$SynchronizedSortedSet
+ 7 168 B 168 B javax.enterprise.inject.spi.InterceptionType
+ 1 168 B 72 B com.fasterxml.jackson.annotation.JsonFormat$Feature[]
+ 7 168 B 168 B com.fasterxml.jackson.annotation.JsonInclude$Include
+ 2 168 B 48 B com.oracle.svm.core.heap.AllocationFreeList
+ 1 168 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$13
+ 7 168 B 168 B io.undertow.server.handlers.form.FormEncodedDataDefinition
+ 5 160 B 160 B com.oracle.svm.core.code.FrameInfoQueryResult$ValueType
+ 5 160 B 160 B com.sun.xml.internal.bind.v2.model.core.PropertyKind
+ 10 160 B 160 B java.util.Formatter$Flags
+ 1 160 B 24 B javax.annotation.PostConstruct$$ProxyImpl
+ 4 160 B 160 B org.postgresql.jdbc.PreferQueryMode
+ 2 160 B 64 B io.undertow.servlet.core.ContextClassLoaderSetupAction$1
+ 4 160 B 160 B io.undertow.util.FastConcurrentDirectDeque$Node
+ 1 160 B 24 B javax.enterprise.inject.Intercepted$$ProxyImpl
+ 5 160 B 160 B com.sun.xml.bind.v2.model.core.PropertyKind
+ 3 160 B 72 B com.oracle.svm.reflect.proxy.DynamicProxySupport$ProxyCacheKey
+ 4 160 B 160 B org.eclipse.microprofile.openapi.models.parameters.Parameter$In
+ 1 160 B 24 B javax.enterprise.inject.Produces$$ProxyImpl
+ 1 160 B 56 B com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
+ 1 160 B 32 B io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler
+ 1 160 B 24 B javax.ws.rs.POST$$ProxyImpl
+ 1 160 B 24 B org.eclipse.microprofile.rest.client.inject.RestClient$$ProxyImpl
+ 1 152 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$15
+ 1 152 B 24 B com.fasterxml.classmate.TypeResolver
+ 1 152 B 56 B javax.net.ssl.SSLEngineResult$HandshakeStatus[]
+ 2 152 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$DoubleDeserializer
+ 1 152 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$17
+ 1 152 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18
+ 1 152 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$17
+ 1 152 B 40 B org.hibernate.validator.internal.engine.groups.Sequence
+ 1 152 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$15
+ 1 152 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$19
+ 1 152 B 56 B io.reactivex.BackpressureStrategy[]
+ 1 152 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$18
+ 1 152 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$19
+ 6 144 B 144 B com.fasterxml.jackson.core.JsonParser$NumberType
+ 6 144 B 144 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_regexp__
+ 6 144 B 144 B java.lang.Thread$State
+ 1 144 B 32 B java.awt.EventQueue
+ 6 144 B 144 B com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility
+ 1 144 B 72 B com.fasterxml.jackson.annotation.JsonInclude$Include[]
+ 6 144 B 144 B javax.ws.rs.core.Response$Status$Family
+ 6 144 B 144 B org.jboss.logging.Logger$Level
+ 6 144 B 144 B javax.validation.executable.ExecutableType
+ 3 144 B 120 B com.sun.org.apache.xalan.internal.utils.FeaturePropertyBase$State[]
+ 1 144 B 120 B com.fasterxml.jackson.core.util.InternCache
+ 3 144 B 120 B com.fasterxml.jackson.databind.PropertyName
+ 6 144 B 144 B com.fasterxml.jackson.databind.ser.std.ToStringSerializer
+ 2 144 B 144 B org.postgresql.core.Parser$SqlParseState[]
+ 6 144 B 144 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_message__
+ 6 144 B 144 B sun.net.www.protocol.http.AuthScheme
+ 1 144 B 48 B org.graalvm.compiler.core.CompilationWrapper$ExceptionAction[]
+ 1 144 B 72 B io.smallrye.openapi.api.models.info.InfoImpl
+ 3 144 B 144 B com.fasterxml.jackson.core.io.SerializedString
+ 2 144 B 144 B java.time.DayOfWeek[]
+ 1 144 B 32 B com.oracle.svm.core.jdk.StringInternSupport
+ 1 144 B 24 B ch.qos.logback.core.spi.FilterAttachableImpl
+ 6 144 B 144 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_groups__
+ 3 144 B 144 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap
+ 6 144 B 144 B io.agroal.api.configuration.AgroalConnectionFactoryConfiguration$TransactionIsolation
+ 2 144 B 80 B org.yaml.snakeyaml.DumperOptions$Version
+ 3 144 B 144 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$NameMap
+ 6 144 B 144 B org.apache.http.impl.auth.NTLMScheme$State
+ 1 144 B 40 B java.util.Collections$SynchronizedSet
+ 1 144 B 88 B com.arjuna.ats.arjuna.coordinator.TxStats
+ 6 144 B 144 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_flags__
+ 6 144 B 144 B java.util.regex.Pattern$CharPropertyNames$2
+ 1 144 B 32 B org.slf4j.helpers.SubstituteLoggerFactory
+ 1 144 B 144 B com.sun.xml.bind.v2.util.QNameMap$Entry[]
+ 6 144 B 144 B io.agroal.pool.ConnectionHandler$State
+ 6 144 B 144 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_payload__
+ 1 144 B 144 B com.sun.xml.internal.bind.v2.util.QNameMap$Entry[]
+ 9 144 B 144 B java.lang.Float
+ 1 144 B 144 B java.util.concurrent.RunnableScheduledFuture[]
+ 2 144 B 64 B io.undertow.util.FastConcurrentDirectDeque
+ 5 136 B 120 B com.sun.org.apache.xerces.internal.impl.dv.dtd.ListDatatypeValidator
+ 1 136 B 24 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$ValidatorDescriptorMap
+ 1 136 B 64 B com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility[]
+ 1 136 B 40 B com.fasterxml.jackson.databind.ser.SerializerCache
+ 1 136 B 64 B org.eclipse.microprofile.metrics.Metadata
+ 2 128 B 128 B com.sun.xml.internal.bind.v2.model.impl.ClassInfoImpl$SecondaryAnnotation[]
+ 1 128 B 32 B com.fasterxml.classmate.util.ResolvedTypeCache
+ 2 128 B 128 B javax.validation.executable.ExecutableType[]
+ 1 128 B 56 B org.hibernate.validator.internal.engine.ValidationContext$ValidationOperation[]
+ 4 128 B 128 B com.sun.org.apache.xerces.internal.impl.xs.XSGroupDecl[]
+ 8 128 B 128 B java.util.regex.Pattern$CharPropertyNames$3
+ 1 128 B 48 B org.graalvm.collections.EconomicMapImpl
+ 4 128 B 128 B com.oracle.svm.core.thread.VMOperationControl$Worklist
+ 2 128 B 128 B java.lang.OutOfMemoryError
+ 2 128 B 80 B org.hsqldb.types.BinaryData
+ 2 128 B 128 B jdk.xml.internal.JdkXmlFeatures$XmlFeature
+ 1 128 B 64 B com.sun.org.apache.xerces.internal.util.Status[]
+ 1 128 B 56 B io.agroal.pool.ConnectionHandler$DirtyAttribute[]
+ 4 128 B 128 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Attributes
+ 4 128 B 128 B java.util.Locale
+ 2 128 B 128 B com.sun.xml.bind.v2.model.impl.ClassInfoImpl$SecondaryAnnotation[]
+ 1 128 B 40 B java.util.concurrent.Executors$DefaultThreadFactory
+ 2 128 B 80 B org.jboss.resteasy.util.Types$ResteasyParameterizedType
+ 2 128 B 64 B java.util.concurrent.ConcurrentLinkedQueue
+ 4 128 B 128 B com.oracle.svm.core.thread.VMOperationControl$SynchronizedAllocationFreeStack
+ 4 128 B 128 B sun.reflect.generics.scope.ConstructorScope
+ 2 128 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$FloatDeserializer
+ 5 120 B 120 B com.fasterxml.jackson.annotation.JsonTypeInfo$As
+ 1 120 B 40 B io.undertow.servlet.core.SessionListenerBridge
+ 1 120 B 40 B com.oracle.svm.core.genscavenge.HeapChunkProvider
+ 1 120 B 56 B java.security.AccessControlContext
+ 1 120 B 32 B java.util.TreeSet
+ 5 120 B 120 B javax.servlet.http.MappingMatch
+ 1 120 B 80 B com.arjuna.ats.arjuna.common.CoordinatorEnvironmentBean
+ 3 120 B 120 B org.eclipse.microprofile.metrics.MetricRegistry$Type
+ 5 120 B 120 B org.apache.http.auth.AuthProtocolState
+ 5 120 B 120 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ConstrainedTo_value__
+ 5 120 B 120 B org.hibernate.validator.internal.engine.ValidationContext$ValidationOperation
+ 1 120 B 96 B com.fasterxml.jackson.annotation.JsonFormat$Shape[]
+ 5 120 B 120 B io.agroal.pool.ConnectionHandler$DirtyAttribute
+ 1 120 B 120 B com.fasterxml.jackson.databind.SerializationConfig
+ 3 120 B 120 B io.undertow.servlet.api.ServletStackTraces
+ 5 120 B 120 B ch.qos.logback.classic.Level
+ 5 120 B 120 B java.util.Collections$SingletonSet
+ 1 120 B 56 B org.postgresql.core.v3.SimpleParameterList
+ 5 120 B 120 B io.reactivex.BackpressureStrategy
+ 3 120 B 120 B org.yaml.snakeyaml.DumperOptions$LineBreak
+ 3 120 B 72 B org.xnio._private.Messages_$logger
+ 1 120 B 48 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$MemoryUnit[]
+ 5 120 B 120 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$State
+ 5 120 B 120 B org.hibernate.validator.internal.metadata.raw.ConstrainedElement$ConstrainedElementKind
+ 1 120 B 120 B com.fasterxml.jackson.databind.DeserializationConfig
+ 5 120 B 120 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State
+ 5 120 B 120 B javax.net.ssl.SSLEngineResult$HandshakeStatus
+ 3 120 B 120 B org.yaml.snakeyaml.DumperOptions$FlowStyle
+ 1 120 B 40 B org.yaml.snakeyaml.DumperOptions$LineBreak[]
+ 1 120 B 48 B org.yaml.snakeyaml.nodes.NodeId[]
+ 5 120 B 120 B sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
+ 5 120 B 120 B com.fasterxml.jackson.annotation.Nulls
+ 5 120 B 120 B javax.servlet.DispatcherType
+ 5 120 B 120 B com.fasterxml.jackson.core.type.WritableTypeId$Inclusion
+ 3 120 B 72 B org.jboss.resteasy.util.ThreadLocalStack
+ 5 120 B 120 B jdk.xml.internal.JdkXmlFeatures$State
+ 3 120 B 120 B jdk.xml.internal.JdkXmlFeatures$State[]
+ 5 120 B 120 B com.sun.org.apache.xalan.internal.utils.FeaturePropertyBase$State
+ 1 120 B 56 B com.oracle.svm.core.posix.thread.PosixJavaThreads
+ 1 120 B 48 B java.time.format.DateTimeFormatterBuilder$SettingsParser[]
+ 1 120 B 24 B org.xnio.IoUtils$3
+ 2 120 B 48 B java.sql.DriverInfo
+ 1 112 B 112 B org.glassfish.json.JsonTokenizer$JsonToken[]
+ 1 112 B 48 B java.awt.Queue[]
+ 2 112 B 80 B com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl
+ 1 112 B 32 B ch.qos.logback.core.joran.spi.ConsoleTarget[]
+ 1 112 B 32 B ch.qos.logback.classic.spi.TurboFilterList
+ 1 112 B 40 B java.time.format.DateTimeFormatter
+ 2 112 B 112 B org.hibernate.validator.internal.metadata.raw.ConstrainedElement$ConstrainedElementKind[]
+ 1 112 B 48 B java.awt.color.ICC_ColorSpace
+ 2 112 B 112 B com.oracle.svm.core.code.FrameInfoQueryResult$ValueType[]
+ 1 112 B 40 B ch.qos.logback.classic.spi.LoggerContextVO
+ 1 112 B 24 B io.undertow.server.session.SecureRandomSessionIdGenerator
+ 1 112 B 32 B io.undertow.server.handlers.resource.ClassPathResourceManager
+ 1 112 B 40 B java.nio.file.AccessMode[]
+ 2 112 B 112 B com.fasterxml.jackson.jaxrs.json.JsonMapperConfigurator
+ 1 112 B 32 B com.fasterxml.jackson.core.util.DefaultIndenter
+ 1 112 B 88 B com.fasterxml.jackson.databind.node.JsonNodeType[]
+ 1 112 B 64 B com.fasterxml.jackson.core.util.DefaultPrettyPrinter
+ 2 112 B 112 B javax.servlet.DispatcherType[]
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$20
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26
+ 1 104 B 56 B sun.util.locale.provider.LocaleProviderAdapter$Type[]
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$14
+ 1 104 B 104 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$XSAnyType
+ 1 104 B 104 B org.postgresql.shaded.com.ongres.scram.common.message.ServerFinalMessage$Error[]
+ 1 104 B 56 B com.oracle.svm.core.option.XOptions
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$8
+ 1 104 B 32 B java.util.Collections$3
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$16
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$26
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$7
+ 1 104 B 72 B org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$21
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$UUIDImpl
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$24
+ 1 104 B 32 B sun.net.www.protocol.http.AuthCacheImpl
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$2
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$6
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$21
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$6
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$7
+ 1 104 B 32 B com.fasterxml.classmate.AnnotationConfiguration$StdConfiguration
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$14
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$24
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$16
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$12
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$UUIDImpl
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$23
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$2
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$20
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$10
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$23
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$8
+ 1 104 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$11
+ 1 104 B 88 B com.oracle.svm.core.genscavenge.HeapImpl
+ 1 104 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$9
+ 4 96 B 96 B java.text.Normalizer$Form
+ 4 96 B 96 B com.fasterxml.jackson.annotation.JsonProperty$Access
+ 2 96 B 48 B io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1
+ 1 96 B 48 B com.fasterxml.jackson.annotation.JsonCreator$Mode[]
+ 4 96 B 96 B com.oracle.svm.core.hub.ClassInitializationInfo$InitState
+ 4 96 B 96 B sun.misc.FormattedFloatingDecimal$Form
+ 2 96 B 96 B com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager$Property
+ 3 96 B 96 B org.hibernate.validator.resourceloading.PlatformResourceBundleLocator
+ 1 96 B 48 B com.fasterxml.jackson.annotation.JsonProperty$Access[]
+ 2 96 B 96 B com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraintvalidation_SupportedValidationTarget_value__
+ 1 96 B 96 B com.fasterxml.classmate.util.ResolvedTypeCache$CacheMap
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumMap_keyType
+ 4 96 B 96 B com.oracle.svm.core.heap.NativeImageInfo$NativeImageHeapRegion
+ 2 96 B 96 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property
+ 1 96 B 96 B com.sun.org.apache.xerces.internal.impl.XMLScanner$NameType[]
+ 4 96 B 96 B javax.xml.bind.annotation.XmlAccessType
+ 3 96 B 96 B com.sun.org.apache.xerces.internal.util.PropertyState
+ 1 96 B 24 B com.fasterxml.jackson.databind.ser.BeanSerializerFactory
+ 4 96 B 96 B com.sun.xml.bind.v2.runtime.reflect.Messages
+ 4 96 B 96 B javax.net.ssl.SSLEngineResult$Status
+ 4 96 B 96 B org.yaml.snakeyaml.nodes.NodeId
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_java_util_TimeZone_defaultTimeZone
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_http
+ 3 96 B 96 B org.jboss.protean.arc.AbstractSharedContext$Key
+ 1 96 B 56 B org.slf4j.event.Level[]
+ 4 96 B 96 B org.postgresql.hostchooser.HostStatus
+ 4 96 B 96 B com.sun.org.apache.xerces.internal.impl.xpath.regex.Token$CharToken
+ 1 96 B 48 B io.undertow.servlet.api.TransportGuaranteeType[]
+ 4 96 B 96 B org.graalvm.compiler.core.CompilationWrapper$ExceptionAction
+ 4 96 B 96 B io.undertow.util.ETagUtils$SearchingFor
+ 4 96 B 96 B org.postgresql.jdbc.StatementCancelState
+ 4 96 B 96 B org.graalvm.word.UnsignedWord[]
+ 1 96 B 96 B javax.json.stream.JsonParser$Event[]
+ 4 96 B 96 B com.fasterxml.classmate.AnnotationInclusion
+ 4 96 B 96 B org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine$MemoryUnit
+ 1 96 B 96 B com.oracle.svm.core.genscavenge.GCImpl$CollectionVMOperation
+ 4 96 B 96 B sun.net.ProgressSource$State
+ 2 96 B 96 B com.oracle.svm.core.genscavenge.GreyObjectsWalker
+ 3 96 B 96 B org.apache.http.HttpVersion
+ 1 96 B 96 B com.oracle.svm.core.code.FrameInfoQueryResult
+ 4 96 B 96 B io.undertow.server.protocol.ajp.AjpRequestParser$StringType
+ 3 96 B 96 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2CbindFlag
+ 3 96 B 96 B org.hibernate.validator.internal.metadata.raw.ConfigurationSource
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_payload__
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_RegistryType_type__
+ 4 96 B 96 B io.undertow.servlet.api.TransportGuaranteeType
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_sun_net_NetworkClient_serverSocket
+ 4 96 B 96 B java.time.format.DateTimeFormatterBuilder$SettingsParser
+ 3 96 B 96 B com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[]
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__
+ 4 96 B 96 B org.apache.http.impl.auth.GGSSchemeBase$State
+ 4 96 B 96 B io.undertow.security.impl.SecurityContextImpl$AuthenticationState
+ 3 96 B 72 B org.jboss.protean.arc.ComputingCache$CacheFunction
+ 4 96 B 96 B org.glassfish.json.JsonGeneratorImpl$Scope
+ 4 96 B 96 B com.oracle.svm.core.hub.ClassInitializationInfo$ClassInitializerFunctionPointerHolder
+ 4 96 B 96 B java.util.Optional
+ 4 96 B 96 B com.sun.xml.internal.bind.v2.runtime.reflect.Messages
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_java_util_EnumSet_elementType
+ 4 96 B 96 B com.fasterxml.jackson.annotation.JsonCreator$Mode
+ 1 96 B 96 B org.yaml.snakeyaml.events.Event$ID[]
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_groups__
+ 4 96 B 96 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_tryTxn__
+ 3 96 B 96 B java.lang.ClassLoader
+ 1 88 B 72 B io.undertow.servlet.core.ApplicationListeners
+ 1 88 B 40 B sun.security.provider.NativePRNG$Variant[]
+ 1 88 B 40 B java.awt.color.ICC_ProfileRGB
+ 1 88 B 88 B org.postgresql.shaded.com.ongres.scram.common.ScramAttributes[]
+ 1 88 B 88 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$Limit[]
+ 1 88 B 88 B com.sun.xml.bind.v2.runtime.unmarshaller.Messages[]
+ 1 88 B 40 B java.lang.annotation.RetentionPolicy[]
+ 1 88 B 24 B io.undertow.protocols.alpn.ALPNManager
+ 1 88 B 88 B com.fasterxml.jackson.databind.util.StdDateFormat
+ 1 88 B 88 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit[]
+ 1 88 B 40 B io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome[]
+ 1 88 B 40 B sun.awt.AppContext$State[]
+ 1 88 B 40 B org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder$HostnameVerificationPolicy[]
+ 1 88 B 24 B io.undertow.util.ImmediatePooledByteBuffer
+ 1 88 B 88 B com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType[]
+ 1 88 B 88 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Messages[]
+ 1 88 B 40 B org.xnio.SslClientAuthMode[]
+ 1 88 B 24 B io.undertow.server.session.PathParameterSessionConfig
+ 1 88 B 40 B org.graalvm.compiler.options.OptionType[]
+ 1 88 B 40 B io.undertow.servlet.api.DeploymentManager$State[]
+ 2 80 B 80 B ch.qos.logback.core.joran.spi.ConsoleTarget
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$IntegerDeserializer
+ 2 80 B 80 B java.util.stream.Collector$Characteristics[]
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer
+ 1 80 B 80 B javax.validation.ElementKind[]
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BooleanDeserializer
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$CharacterDeserializer
+ 2 80 B 80 B com.oracle.svm.core.option.SubstrateOptionsParser$BooleanOptionFormat
+ 2 80 B 80 B org.xml.sax.helpers.LocatorImpl
+ 2 80 B 80 B io.smallrye.openapi.runtime.io.OpenApiSerializer$Format
+ 1 80 B 32 B org.hibernate.validator.constraints.EAN$Type[]
+ 1 80 B 48 B ch.qos.logback.classic.pattern.ThrowableProxyConverter
+ 1 80 B 32 B org.slf4j.impl.StaticLoggerBinder
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ByteDeserializer
+ 1 80 B 32 B com.fasterxml.jackson.databind.util.CompactStringObjectMap
+ 2 80 B 80 B org.xnio.SequenceOption
+ 1 80 B 80 B sun.net.www.http.KeepAliveCache
+ 1 80 B 80 B org.apache.http.client.config.RequestConfig
+ 2 80 B 80 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ShortDeserializer
+ 1 80 B 56 B com.fasterxml.jackson.annotation.Nulls[]
+ 2 80 B 80 B org.xnio.TypeSequenceOption
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_constructor__
+ 3 72 B 72 B io.undertow.Undertow$ListenerType
+ 3 72 B 72 B javax.validation.metadata.ValidateUnwrappedValue
+ 1 72 B 48 B javax.xml.bind.annotation.XmlAccessType[]
+ 1 72 B 24 B com.oracle.svm.core.config.ObjectLayout
+ 3 72 B 72 B io.agroal.pool.ConnectionFactory$Mode
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod11Check_List_value__
+ 1 72 B 48 B sun.net.ProgressSource$State[]
+ 1 72 B 48 B com.fasterxml.classmate.AnnotationInclusion[]
+ 1 72 B 40 B com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
+ 1 72 B 48 B javax.net.ssl.SSLEngineResult$Status[]
+ 3 72 B 72 B com.sun.xml.bind.v2.model.core.ID
+ 3 72 B 72 B sun.awt.AppContext$State
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_groups__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlAccessorType_value__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_cdi__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_endIndex__
+ 3 72 B 72 B sun.net.www.protocol.http.HttpURLConnection$TunnelState
+ 1 72 B 40 B org.hibernate.validator.internal.metadata.raw.ConfigurationSource[]
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_transformed__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_constructor__
+ 3 72 B 72 B sun.security.provider.NativePRNG$Variant
+ 3 72 B 72 B org.graalvm.compiler.options.OptionType
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_message__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_groups__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_min__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_constructor__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_startIndex__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_xml__
+ 3 72 B 72 B org.apache.http.impl.cookie.RFC6265CookieSpecProvider$CompatibilityLevel
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_groups__
+ 3 72 B 72 B sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
+ 3 72 B 72 B com.sun.security.ntlm.Version
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getInt_java_lang_Integer_
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_constructor__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_manualValidation_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_get__
+ 1 72 B 72 B com.fasterxml.jackson.annotation.JsonFormat$Value
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_message__
+ 3 72 B 72 B com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery$Mode
+ 1 72 B 48 B com.oracle.svm.core.graal.thread.VMThreadLocalMTObjectReferenceWalker
+ 3 72 B 72 B com.fasterxml.jackson.databind.annotation.JsonSerialize$Typing
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__
+ 3 72 B 72 B java.time.ZoneOffset
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_List_value__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_payload__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_payload__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_multiplier__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_transformed__
+ 3 72 B 72 B io.undertow.server.session.SessionListener$SessionDestroyedReason
+ 3 72 B 72 B java.net.Proxy$Type
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_propOrder__
+ 3 72 B 72 B com.fasterxml.jackson.databind.ser.std.NumberSerializer
+ 3 72 B 72 B org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder$HostnameVerificationPolicy
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_max__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_message__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transactionTest__
+ 1 72 B 40 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2CbindFlag[]
+ 3 72 B 72 B org.apache.http.conn.util.DomainType
+ 3 72 B 72 B io.undertow.servlet.handlers.ServletPathMatch$Type
+ 3 72 B 72 B io.undertow.servlet.api.DeploymentManager$State
+ 3 72 B 72 B com.sun.xml.internal.bind.v2.model.core.ID
+ 3 72 B 72 B java.nio.file.AccessMode
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_endIndex__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_name__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_simpleTest__
+ 1 72 B 32 B com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_transformed__
+ 3 72 B 72 B ch.qos.logback.core.spi.FilterReply
+ 3 72 B 72 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$ReferenceType
+ 3 72 B 72 B javax.validation.ConstraintTarget
+ 3 72 B 72 B java.nio.charset.CodingErrorAction
+ 1 72 B 24 B com.oracle.svm.core.genscavenge.HeapImplMemoryMXBean
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_manual__
+ 3 72 B 72 B org.postgresql.jdbc.AutoSave
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_transformed__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_message__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__
+ 3 72 B 72 B com.oracle.svm.core.thread.ParkEvent$WaitResult
+ 3 72 B 72 B org.hibernate.validator.constraints.CompositionType
+ 3 72 B 72 B org.postgresql.core.TransactionState
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_payload__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_namespace__
+ 3 72 B 72 B io.undertow.servlet.spec.HttpServletResponseImpl$ResponseState
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_shared__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_transformed__
+ 3 72 B 72 B com.fasterxml.jackson.databind.util.AccessPattern
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_jsonp__
+ 1 72 B 72 B org.postgresql.core.SqlCommandType[]
+ 3 72 B 72 B javax.json.JsonValueImpl
+ 3 72 B 72 B org.xnio.SslClientAuthMode
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_checkDigitIndex__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_getTest__
+ 1 72 B 48 B org.postgresql.hostchooser.HostRequirement[]
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_rx__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_payload__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_metrics_MetricsResource_getTest__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_constructor__
+ 1 72 B 72 B javax.json.JsonValue$ValueType[]
+ 3 72 B 72 B com.sun.org.apache.xerces.internal.util.FeatureState
+ 2 72 B 48 B org.xnio.nio.Log_$logger
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_weight__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_ignoreNonDigitCharacters__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_HttpMethod_value__
+ 1 72 B 40 B sun.text.normalizer.NormalizerBase$Mode[]
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_ignoreNonDigitCharacters__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryClass__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_transformed__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_constructor__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Max_value__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_bind_annotation_XmlType_factoryMethod__
+ 3 72 B 72 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$ChannelBinding
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_startIndex__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_transformed__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_value__
+ 1 72 B 24 B org.jboss.resteasy.core.registry.Expression$Group
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_LuhnCheck_groups__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_message__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_payload__
+ 3 72 B 72 B com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Size_groups__
+ 3 72 B 72 B io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome
+ 1 72 B 24 B java.time.format.DateTimeFormatterBuilder$CompositePrinterParser
+ 3 72 B 72 B java.lang.annotation.RetentionPolicy
+ 3 72 B 72 B java.util.stream.Collector$Characteristics
+ 1 64 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5
+ 2 64 B 64 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer$StringKD
+ 1 64 B 40 B io.undertow.server.session.SessionListener$SessionDestroyedReason[]
+ 1 64 B 32 B sun.util.logging.PlatformLogger
+ 4 64 B 64 B com.fasterxml.classmate.ResolvedType[]
+ 1 64 B 64 B java.lang.ArrayIndexOutOfBoundsException
+ 1 64 B 64 B java.lang.CloneNotSupportedException
+ 1 64 B 40 B org.postgresql.shaded.com.ongres.scram.client.ScramClient$ChannelBinding[]
+ 1 64 B 32 B java.util.logging.SimpleFormatter
+ 1 64 B 64 B io.reactivex.internal.util.ExceptionHelper$Termination
+ 1 64 B 64 B org.jboss.logging.Logger$Level[]
+ 2 64 B 64 B java.lang.Boolean
+ 1 64 B 64 B com.oracle.svm.core.genscavenge.GCImpl$CollectionInProgressError
+ 1 64 B 64 B com.fasterxml.jackson.core.JsonParser$NumberType[]
+ 2 64 B 64 B sun.awt.MostRecentKeyValue
+ 1 64 B 64 B io.agroal.pool.ConnectionHandler$State[]
+ 1 64 B 64 B org.apache.http.impl.auth.NTLMScheme$State[]
+ 4 64 B 64 B sun.text.normalizer.VersionInfo
+ 1 64 B 32 B ch.qos.logback.classic.util.LogbackMDCAdapter
+ 1 64 B 64 B com.oracle.svm.core.genscavenge.HeapChunkProvider$AllocatorOutOfMemoryError
+ 1 64 B 64 B com.fasterxml.classmate.types.ResolvedObjectType
+ 1 64 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$4
+ 1 64 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$4
+ 2 64 B 64 B java.util.logging.Logger$LoggerBundle
+ 2 64 B 64 B com.fasterxml.jackson.jaxrs.cfg.Annotations[]
+ 1 64 B 64 B com.sun.org.apache.xerces.internal.impl.XMLEntityScanner$1
+ 1 64 B 64 B java.lang.ClassCastException
+ 1 64 B 24 B com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
+ 1 64 B 32 B io.undertow.protocols.alpn.ALPNEngineManager[]
+ 2 64 B 64 B java.util.concurrent.ConcurrentLinkedQueue$Node
+ 1 64 B 40 B org.postgresql.core.v3.Portal
+ 1 64 B 64 B com.oracle.svm.core.genscavenge.GCImpl$UnpinnedObjectReferenceWalkerException
+ 1 64 B 64 B java.lang.Thread$State[]
+ 1 64 B 64 B org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
+ 1 64 B 40 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$ReferenceType[]
+ 1 64 B 40 B org.postgresql.jdbc.AutoSave[]
+ 1 64 B 64 B com.sun.org.apache.xml.internal.utils.XMLReaderManager
+ 1 64 B 24 B org.apache.commons.logging.impl.WeakHashtable$Referenced
+ 1 64 B 64 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder
+ 1 64 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$5
+ 1 64 B 64 B org.postgresql.jdbc.PgResultSet$1
+ 1 64 B 64 B java.lang.IllegalArgumentException
+ 2 64 B 64 B sun.util.calendar.Era[]
+ 1 64 B 64 B java.nio.DirectByteBuffer
+ 2 64 B 64 B org.hibernate.validator.constraints.Mod11Check[]
+ 1 64 B 64 B com.oracle.svm.core.thread.Safepoint$PromptnessException
+ 2 64 B 64 B org.graalvm.compiler.options.OptionKey
+ 1 64 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3
+ 1 64 B 64 B org.eclipse.microprofile.metrics.MetricType[]
+ 4 64 B 64 B java.awt.Queue
+ 1 64 B 64 B java.lang.NullPointerException
+ 1 64 B 40 B org.apache.http.impl.cookie.RFC6265CookieSpecProvider$CompatibilityLevel[]
+ 2 64 B 64 B com.oracle.svm.core.posix.pthread.PthreadVMCondition
+ 1 64 B 64 B javax.ws.rs.core.Response$Status$Family[]
+ 1 64 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$3
+ 1 64 B 64 B java.lang.InstantiationException
+ 1 64 B 32 B sun.util.resources.ParallelListResourceBundle$KeySet
+ 1 64 B 64 B sun.net.www.protocol.http.AuthScheme[]
+ 1 64 B 48 B java.text.DontCareFieldPosition
+ 1 64 B 64 B java.lang.ArithmeticException
+ 1 64 B 24 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.LocatorExWrapper
+ 1 64 B 32 B java.security.ProtectionDomain[]
+ 1 56 B 56 B com.sun.xml.bind.v2.model.core.PropertyKind[]
+ 1 56 B 24 B org.hibernate.validator.internal.engine.groups.ValidationOrder$DefaultGroupValidationOrder
+ 1 56 B 32 B java.math.MutableBigInteger
+ 1 56 B 56 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State[]
+ 1 56 B 40 B javax.enterprise.inject.Default$Literal
+ 1 56 B 56 B com.fasterxml.jackson.annotation.JsonTypeInfo$As[]
+ 1 56 B 56 B io.undertow.server.session.SessionCookieConfig
+ 1 56 B 56 B sun.nio.cs.UTF_8$Decoder
+ 1 56 B 40 B javax.enterprise.inject.Any$Literal
+ 1 56 B 24 B java.util.Random
+ 1 56 B 32 B io.reactivex.internal.disposables.EmptyDisposable[]
+ 1 56 B 40 B com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$27
+ 1 56 B 56 B com.fasterxml.jackson.databind.introspect.VisibilityChecker$Std
+ 1 56 B 56 B javax.servlet.http.MappingMatch[]
+ 1 56 B 40 B org.jboss.shamrock.example.health.Health3_AnnotationLiteral
+ 1 56 B 56 B org.apache.http.conn.routing.HttpRoute
+ 1 56 B 40 B org.jboss.shamrock.example.rest.RestClient13_AnnotationLiteral
+ 1 56 B 24 B java.util.concurrent.ThreadLocalRandom
+ 1 56 B 56 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State[]
+ 1 56 B 56 B com.sun.xml.internal.bind.v2.model.core.PropertyKind[]
+ 1 56 B 32 B io.undertow.security.api.AuthenticationMode[]
+ 1 56 B 40 B com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$27
+ 1 56 B 40 B io.smallrye.health.Health2_AnnotationLiteral
+ 1 56 B 40 B org.postgresql.util.SharedTimer
+ 1 56 B 56 B com.fasterxml.jackson.core.type.WritableTypeId$Inclusion[]
+ 1 56 B 56 B org.apache.http.config.ConnectionConfig
+ 1 56 B 24 B com.oracle.svm.core.util.AtomicUnsigned
+ 1 56 B 56 B org.apache.http.auth.AuthProtocolState[]
+ 1 56 B 56 B com.fasterxml.jackson.databind.cfg.ConfigOverrides
+ 1 56 B 24 B io.smallrye.metrics.app.CounterImpl
+ 1 56 B 56 B org.yaml.snakeyaml.DumperOptions$ScalarStyle[]
+ 1 56 B 32 B org.hibernate.validator.constraints.Mod11Check$ProcessingDirection[]
+ 1 56 B 56 B com.fasterxml.jackson.core.JsonEncoding[]
+ 1 56 B 32 B com.oracle.svm.core.thread.VMOperation$CallerEffect[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionSynchronizationRegistry
+ 2 48 B 48 B org.hibernate.validator.constraints.Mod11Check$ProcessingDirection
+ 1 48 B 32 B com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_description__
+ 2 48 B 48 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$IntegerSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_net_URL_java_net_PasswordAuthentication_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_HttpURLConnection_doTunneling__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setAttribute_java_lang_String_java_lang_Object_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofmonth_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ComposingConstraintAnnotationLocation
+ 2 48 B 48 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$DoubleSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_userTransaction
+ 2 48 B 48 B org.hibernate.validator.internal.metadata.core.ConstraintOrigin
+ 2 48 B 48 B com.fasterxml.jackson.databind.deser.impl.NullsConstantProvider
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlminute_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 2 48 B 48 B java.util.Formatter$BigDecimalLayoutForm
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_setAutoCommit_boolean_
+ 1 48 B 24 B io.undertow.security.api.AuthenticationMechanism[]
+ 2 48 B 48 B org.apache.http.conn.routing.RouteInfo$LayerType
+ 1 48 B 24 B io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getEntity__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_nio_DirectByteBuffer_cleaner__
+ 2 48 B 48 B org.graalvm.nativeimage.c.function.CEntryPointLiteral
+ 1 48 B 24 B ch.qos.logback.classic.util.ContextSelectorStaticBinder
+ 2 48 B 48 B io.undertow.security.api.AuthenticationMode
+ 1 48 B 48 B java.text.Normalizer$Form[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_name__
+ 1 48 B 48 B com.oracle.svm.core.heap.NativeImageInfo$NativeImageHeapRegion[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_userTransaction
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_displayName__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_description__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 2 48 B 48 B org.apache.http.impl.cookie.DefaultCookieSpecProvider$CompatibilityLevel
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sizeTable
+ 2 48 B 48 B javax.ws.rs.RuntimeType
+ 2 48 B 48 B com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery$Status
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurdate_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_datasourceSetup
+ 1 48 B 24 B org.jboss.resteasy.plugins.providers.jaxb.i18n.LogMessages_$logger
+ 1 48 B 48 B org.postgresql.hostchooser.HostStatus[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_displayName__
+ 1 48 B 48 B io.undertow.util.ETagUtils$SearchingFor[]
+ 2 48 B 48 B org.glassfish.json.BufferPoolImpl
+ 1 48 B 32 B com.oracle.svm.core.util.Counter
+ 1 48 B 48 B com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_value
+ 2 48 B 48 B java.nio.charset.CoderResult
+ 2 48 B 48 B io.undertow.servlet.api.FilterMappingInfo$MappingType
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setHttpMethod_java_lang_String_
+ 2 48 B 48 B org.postgresql.jdbc.TimestampUtils$Infinity
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_oracle_svm_core_option_APIOption_List_value__
+ 1 48 B 48 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpResponse_getStatusLine__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_serialVersionUID
+ 1 48 B 24 B com.oracle.svm.core.os.OSCommittedMemoryProvider
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_unit__
+ 1 48 B 48 B com.fasterxml.jackson.databind.ser.std.CalendarSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllcase_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_handlers_DefaultServlet_constructor__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldatabase_java_lang_StringBuilder_java_util_List_
+ 1 48 B 48 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$LongDeser
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlrtrim_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_description__
+ 1 48 B 48 B com.oracle.svm.core.hub.ClassInitializationInfo$InitState[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Character_charValue__
+ 2 48 B 48 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ConstraintType
+ 1 48 B 24 B com.oracle.svm.core.thread.ParkEventList
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 1 48 B 48 B org.hsqldb.types.Type[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlceiling_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy237_constructor_java_lang_reflect_InvocationHandler_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlhour_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com.oracle.svm.core.thread.VMOperation$CallerEffect
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_Jdk14Logger_constructor_java_lang_String_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_absolute__
+ 1 48 B 48 B org.apache.http.impl.auth.GGSSchemeBase$State[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlchar_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog10_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonthname_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_openapi_runtime_OpenApiServlet_openApiDocument
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_digits
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitTens
+ 1 48 B 24 B com.arjuna.ats.arjuna.logging.arjunaI18NLogger_$logger
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_tags__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllength_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_DigitOnes
+ 2 48 B 48 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$LongSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlucase_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B java.lang.Shutdown$Lock
+ 2 48 B 48 B java.io.File$PathStatus
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_health_SmallRyeHealthReporter_checks
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllocate_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlright_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B org.hibernate.validator.constraints.EAN$Type
+ 2 48 B 48 B java.net.InetAddress$Cache$Type
+ 1 48 B 24 B org.glassfish.json.JsonWriterFactoryImpl
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_reusable__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlifnull_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceSetup_dataSource
+ 1 48 B 48 B org.postgresql.jdbc.PreferQueryMode[]
+ 1 48 B 48 B com.fasterxml.jackson.annotation.JsonInclude$Value
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_slf4j_spi_LocationAwareLogger_log_org_slf4j_Marker_java_lang_String_int_java_lang_String__Ljava_lang_Object__java_lang_Throwable_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MIN_VALUE
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_close__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_displayName__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlcurtime_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsecond_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_trs
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_misc_Cleaner_clean__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street2
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleMapNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeMapPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlpower_java_lang_StringBuilder_java_util_List_
+ 1 48 B 24 B org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger
+ 2 48 B 48 B com.fasterxml.jackson.databind.ser.std.BooleanSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_absolute__
+ 2 48 B 48 B java.net.Authenticator$RequestorType
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_tags__
+ 1 48 B 48 B com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
+ 2 48 B 48 B org.apache.http.impl.cookie.BrowserCompatSpecFactory$SecurityLevel
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setRequestUri_java_net_URI_
+ 2 48 B 48 B io.reactivex.internal.disposables.EmptyDisposable
+ 1 48 B 48 B io.undertow.servlet.api.FilterMappingInfo
+ 1 48 B 24 B com.arjuna.common.logging.commonI18NLogger_$logger
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 2 48 B 48 B java.net.StandardProtocolFamily
+ 2 48 B 48 B io.undertow.protocols.http2.HpackEncoder$State
+ 1 48 B 48 B com.oracle.svm.core.graal.meta.SubstrateTargetDescription
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofweek_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_unit__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_spnego_NegotiatorImpl_constructor_sun_net_www_protocol_http_HttpCallerInfo_
+ 3 48 B 48 B sun.text.normalizer.Trie$DefaultGetFoldingOffset
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 3 48 B 48 B sun.security.provider.NativePRNG
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpHeaders__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_java_lang_String_
+ 1 48 B 48 B javax.crypto.CryptoAllPermission
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAsyncContext__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getAttribute_java_lang_String_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampdiff_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B org.apache.http.auth.ChallengeState
+ 1 48 B 48 B sun.java2d.cmm.ProfileDeferralInfo
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementNodeProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_name
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlmonth_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getInitParameter_java_lang_String_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementLeafProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Throwable_getSuppressed__
+ 2 48 B 48 B javax.xml.bind.annotation.XmlAccessOrder
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_zipCode
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_name
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayofyear_java_lang_StringBuilder_java_util_List_
+ 1 48 B 48 B org.postgresql.shaded.com.ongres.scram.common.gssapi.Gs2Attributes[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_setInputStream_java_io_InputStream_
+ 1 48 B 32 B java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_name__
+ 2 48 B 48 B com.sun.xml.bind.v2.model.annotation.Messages
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_street1
+ 2 48 B 48 B com.fasterxml.jackson.jaxrs.cfg.Annotations
+ 1 48 B 48 B com.fasterxml.jackson.databind.ser.std.DateSerializer
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlltrim_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_validator
+ 2 48 B 48 B ch.qos.logback.core.spi.LogbackLock
+ 1 48 B 48 B sun.misc.FormattedFloatingDecimal$Form[]
+ 1 48 B 24 B io.undertow.servlet.UndertowServletLogger_$logger
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_getString_int_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_PollSelectorImpl_constructor_java_nio_channels_spi_SelectorProvider_
+ 2 48 B 48 B com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type
+ 1 48 B 48 B java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_reusable__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_value
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_sun_net_www_protocol_http_ntlm_NTLMAuthentication_constructor_boolean_java_lang_String_int_java_net_PasswordAuthentication_
+ 2 48 B 48 B javax.validation.constraintvalidation.ValidationTarget
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlleft_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B org.postgresql.core.Encoding
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_io_Closeable_close__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_monotonic__
+ 1 48 B 48 B com.oracle.svm.core.genscavenge.MemoryMXBeanMemoryVisitor
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_name
+ 2 48 B 48 B org.jboss.resteasy.plugins.providers.FileProvider
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Timed_reusable__
+ 1 48 B 48 B com.fasterxml.jackson.core.JsonLocation
+ 2 48 B 48 B com.sun.xml.internal.bind.v2.model.annotation.Messages
+ 1 48 B 48 B java.lang.ThreadGroup[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_dataSource
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltruncate_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B org.eclipse.microprofile.health.HealthCheckResponse$State
+ 1 48 B 24 B org.hibernate.validator.internal.engine.groups.GroupWithInheritance
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_agroal_runtime_DataSourceProducer_transactionManager
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_name__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getUri__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Metered_absolute__
+ 1 48 B 48 B sun.net.www.http.KeepAliveStreamCleaner
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_next__
+ 1 48 B 24 B org.jboss.resteasy.client.jaxrs.i18n.LogMessages_$logger
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlyear_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyConfiguration_getParameter_java_lang_String_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_execute_java_lang_String_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getInputStream__
+ 1 48 B 48 B com.sun.xml.internal.bind.v2.runtime.reflect.Messages[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_email
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Connection_createStatement__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getDecodedFormParameters__
+ 2 48 B 48 B org.apache.http.conn.routing.RouteInfo$TunnelType
+ 1 48 B 48 B com.oracle.svm.core.option.XOptions$XFlag[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_MetricProducer_metricName
+ 1 48 B 48 B org.glassfish.json.JsonGeneratorImpl$Scope[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_value
+ 2 48 B 48 B javax.xml.bind.annotation.W3CDomHandler
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_restInterface
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqllog_java_lang_StringBuilder_java_util_List_
+ 1 48 B 24 B org.glassfish.json.JsonReaderFactoryImpl
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlquarter_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_net_HttpURLConnection_setInstanceFollowRedirects_boolean_
+ 1 48 B 24 B com.arjuna.ats.jta.logging.jtaI18NLogger_$logger
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_ResultSet_close__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_unit__
+ 1 48 B 32 B org.xnio.Sequence
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getHttpMethod__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_sql_Statement_executeQuery_java_lang_String_
+ 2 48 B 48 B org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_apache_http_HttpMessage_getAllHeaders__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Boolean_booleanValue__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlweek_java_lang_StringBuilder_java_util_List_
+ 1 48 B 48 B org.apache.http.HttpHost
+ 1 48 B 48 B io.undertow.security.impl.SecurityContextImpl$AuthenticationState[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_runtime_property_SingleElementLeafProperty_constructor_com_sun_xml_internal_bind_v2_runtime_JAXBContextImpl_com_sun_xml_internal_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 1 48 B 48 B com.fasterxml.jackson.core.Version
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_eclipse_microprofile_metrics_annotation_Counted_tags__
+ 1 48 B 48 B io.undertow.server.protocol.ajp.AjpRequestParser$StringType[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_MAX_VALUE
+ 1 48 B 48 B com.sun.xml.bind.v2.runtime.reflect.Messages[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlspace_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqluser_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_javax_el_ELManager_getExpressionFactory__
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_SingleReferenceNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeReferencePropertyInfo_
+ 1 48 B 48 B com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$IntDeser
+ 2 48 B 48 B com.oracle.svm.core.thread.VMOperation$SystemEffect
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlsubstring_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlinsert_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_BYTES
+ 1 48 B 48 B com.fasterxml.jackson.databind.ObjectWriter$GeneratorSettings
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_runtime_property_ArrayElementNodeProperty_constructor_com_sun_xml_bind_v2_runtime_JAXBContextImpl_com_sun_xml_bind_v2_model_runtime_RuntimeElementPropertyInfo_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqldayname_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_weight
+ 2 48 B 48 B com.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqltimestampadd_java_lang_StringBuilder_java_util_List_
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_HttpRequest_getFormParameters__
+ 1 48 B 48 B org.postgresql.jdbc.StatementCancelState[]
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_TYPE
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_javax_ws_rs_ext_Providers_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 1 48 B 48 B com.arjuna.ats.arjuna.common.CoreEnvironmentBean
+ 2 48 B 48 B org.hibernate.validator.internal.metadata.aggregated.NonContainerCascadingMetaData
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_SIZE
+ 2 48 B 48 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_jdbc_EscapedFunctions2_sqlconcat_java_lang_StringBuilder_java_util_List_
+ 1 40 B 24 B com.sun.proxy.$Proxy236
+ 1 40 B 40 B com.fasterxml.jackson.databind.ObjectWriter$Prefetch
+ 1 40 B 40 B com.fasterxml.jackson.databind.util.AccessPattern[]
+ 1 40 B 40 B io.undertow.servlet.handlers.ServletPathMatch$Type[]
+ 1 40 B 40 B sun.net.www.protocol.http.HttpURLConnection$TunnelState[]
+ 1 40 B 24 B com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$LongArraySerializer
+ 1 40 B 24 B org.jboss.protean.arc.RequestContext
+ 1 40 B 24 B org.hibernate.validator.internal.util.ExecutableParameterNameProvider
+ 1 40 B 24 B com.oracle.svm.core.SubstrateUtil$DiagnosticThunkRegister
+ 1 40 B 40 B org.hsqldb.types.OtherType
+ 1 40 B 40 B org.hsqldb.types.BooleanType
+ 1 40 B 24 B org.apache.http.impl.DefaultHttpResponseFactory
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$DoubleArraySerializer
+ 1 40 B 40 B java.util.concurrent.locks.ReentrantLock$FairSync
+ 1 40 B 24 B com.sun.proxy.$Proxy238
+ 1 40 B 40 B org.postgresql.core.TransactionState[]
+ 1 40 B 40 B org.eclipse.microprofile.metrics.MetricRegistry$Type[]
+ 1 40 B 24 B com.fasterxml.jackson.databind.node.BinaryNode
+ 1 40 B 40 B io.agroal.pool.ConnectionFactory$Mode[]
+ 1 40 B 40 B org.apache.commons.logging.impl.WeakHashtable$WeakKey
+ 1 40 B 24 B com.sun.proxy.$Proxy239
+ 1 40 B 40 B com.sun.xml.bind.v2.model.core.ID[]
+ 1 40 B 40 B org.apache.http.conn.util.DomainType[]
+ 1 40 B 24 B com.fasterxml.jackson.databind.deser.KeyDeserializers[]
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$FloatArraySerializer
+ 1 40 B 40 B com.sun.xml.internal.bind.v2.model.core.ID[]
+ 1 40 B 40 B com.fasterxml.jackson.databind.deser.std.DateDeserializers$DateDeserializer
+ 1 40 B 40 B com.oracle.svm.core.thread.ParkEvent$WaitResult[]
+ 1 40 B 40 B org.hsqldb.types.NullType
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$ShortArraySerializer
+ 1 40 B 40 B org.hsqldb.types.BinaryType
+ 1 40 B 40 B javax.validation.ConstraintTarget[]
+ 1 40 B 40 B com.fasterxml.classmate.TypeBindings
+ 1 40 B 40 B com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap[]
+ 1 40 B 24 B sun.nio.cs.ThreadLocalCoders$2
+ 1 40 B 40 B com.fasterxml.jackson.databind.introspect.AnnotatedClass$Creators
+ 1 40 B 24 B com.arjuna.ats.internal.arjuna.coordinator.CheckedActionFactoryImple
+ 1 40 B 40 B org.yaml.snakeyaml.DumperOptions$FlowStyle[]
+ 1 40 B 40 B org.apache.http.config.SocketConfig
+ 1 40 B 24 B org.hsqldb.jdbc.JDBCDriver
+ 1 40 B 40 B com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMessages
+ 1 40 B 40 B io.undertow.servlet.api.ServletStackTraces[]
+ 1 40 B 40 B javax.validation.metadata.ValidateUnwrappedValue[]
+ 1 40 B 40 B com.fasterxml.jackson.databind.annotation.JsonSerialize$Typing[]
+ 1 40 B 40 B io.undertow.servlet.spec.HttpServletResponseImpl$ResponseState[]
+ 1 40 B 40 B ch.qos.logback.core.spi.FilterReply[]
+ 1 40 B 40 B com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery$Mode[]
+ 1 40 B 24 B sun.nio.cs.ThreadLocalCoders$1
+ 1 40 B 40 B org.hsqldb.types.BinaryUUIDType
+ 1 40 B 40 B java.util.Collections$EmptyMap
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$BooleanArraySerializer
+ 1 40 B 40 B com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$NameMap[]
+ 1 40 B 40 B org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
+ 1 40 B 40 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$IntArraySerializer
+ 1 40 B 40 B java.net.Proxy$Type[]
+ 1 40 B 40 B org.hibernate.validator.constraints.CompositionType[]
+ 1 40 B 40 B io.undertow.Undertow$ListenerType[]
+ 1 40 B 40 B java.net.Inet6AddressImpl
+ 1 40 B 40 B com.fasterxml.jackson.databind.type.TypeBindings
+ 1 40 B 40 B com.sun.security.ntlm.Version[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer$ObjectDeserializer
+ 1 32 B 32 B java.net.Authenticator$RequestorType[]
+ 2 32 B 32 B com.sun.org.apache.xerces.internal.impl.dv.dtd.ENTITYDatatypeValidator
+ 1 32 B 32 B java.net.Proxy
+ 2 32 B 32 B sun.nio.ch.KQueueSelectorProvider
+ 1 32 B 32 B java.util.concurrent.LinkedBlockingQueue$Node
+ 1 32 B 32 B com.fasterxml.jackson.databind.cfg.ContextAttributes$Impl
+ 1 32 B 32 B com.fasterxml.jackson.databind.deser.impl.FailingDeserializer
+ 1 32 B 32 B sun.util.logging.PlatformLogger$JavaLoggerProxy
+ 2 32 B 32 B org.xml.sax.helpers.DefaultHandler
+ 1 32 B 32 B org.apache.http.impl.cookie.DefaultCookieSpecProvider$CompatibilityLevel[]
+ 1 32 B 32 B javax.xml.bind.annotation.XmlAccessOrder[]
+ 1 32 B 32 B org.hibernate.validator.internal.metadata.core.ConstraintOrigin[]
+ 1 32 B 32 B com.oracle.svm.core.option.SubstrateOptionsParser$BooleanOptionFormat[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer$ArrayDeserializer
+ 1 32 B 32 B java.util.logging.ErrorManager
+ 2 32 B 32 B java.security.ProtectionDomain
+ 2 32 B 32 B com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty$ReceiverImpl
+ 1 32 B 32 B javax.ws.rs.RuntimeType[]
+ 1 32 B 32 B org.apache.http.conn.routing.RouteInfo$LayerType[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.introspect.SimpleMixInResolver
+ 1 32 B 32 B org.postgresql.jdbc.TimestampUtils$Infinity[]
+ 2 32 B 32 B org.jboss.resteasy.rxjava2.SingleProvider
+ 1 32 B 32 B com.oracle.svm.core.thread.VMOperation$SystemEffect[]
+ 1 32 B 32 B org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType[]
+ 1 32 B 32 B com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
+ 1 32 B 32 B java.nio.charset.CoderResult$1
+ 1 32 B 32 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ConstraintType[]
+ 2 32 B 32 B com.fasterxml.jackson.databind.ser.BeanPropertyWriter[]
+ 1 32 B 32 B java.nio.charset.CoderResult$2
+ 1 32 B 32 B java.util.Formatter$BigDecimalLayoutForm[]
+ 1 32 B 32 B org.jboss.shamrock.undertow.runtime.graal.URLResourceSubstitution$ResourceInfo
+ 1 32 B 32 B org.postgresql.Driver
+ 1 32 B 32 B java.net.StandardProtocolFamily[]
+ 1 32 B 32 B com.sun.xml.bind.v2.model.impl.RuntimeAnyTypeImpl
+ 1 32 B 32 B com.oracle.svm.core.posix.pthread.PthreadVMCondition[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
+ 1 32 B 32 B jdk.xml.internal.JdkXmlFeatures$XmlFeature[]
+ 1 32 B 32 B sun.security.jca.ProviderList$3
+ 2 32 B 32 B com.sun.org.apache.xerces.internal.impl.dv.xs.QNameDV
+ 1 32 B 32 B java.io.File$PathStatus[]
+ 1 32 B 32 B com.fasterxml.jackson.annotation.JsonSetter$Value
+ 2 32 B 32 B com.fasterxml.jackson.databind.node.BooleanNode
+ 1 32 B 32 B ch.qos.logback.core.spi.ContextAwareBase
+ 2 32 B 32 B java.util.concurrent.atomic.AtomicBoolean
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.ReaderProvider
+ 1 32 B 32 B com.oracle.svm.core.code.ReusableTypeReader
+ 1 32 B 32 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.DomLoader
+ 1 32 B 32 B java.net.InetAddress$Cache$Type[]
+ 1 32 B 32 B io.undertow.servlet.core.DeploymentManagerImpl
+ 1 32 B 32 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_ClientProxy
+ 1 32 B 32 B com.sun.xml.internal.bind.v2.model.impl.RuntimeAnyTypeImpl
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.ByteArrayProvider
+ 1 32 B 32 B com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery$Status[]
+ 1 32 B 32 B com.oracle.svm.core.heap.NoAllocationVerifier
+ 1 32 B 32 B org.apache.http.impl.io.DefaultHttpResponseParserFactory
+ 1 32 B 32 B com.sun.xml.internal.bind.v2.model.annotation.Messages[]
+ 1 32 B 32 B com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property[]
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.IIOImageProvider
+ 2 32 B 32 B org.jboss.resteasy.plugins.interceptors.CacheControlFeature
+ 1 32 B 32 B org.apache.http.impl.conn.DefaultHttpResponseParserFactory
+ 1 32 B 32 B org.yaml.snakeyaml.DumperOptions$Version[]
+ 1 32 B 32 B io.undertow.protocols.http2.HpackEncoder$State[]
+ 1 32 B 32 B java.util.concurrent.atomic.LongAdder
+ 1 32 B 32 B java.util.concurrent.ConcurrentHashMap$KeySetView
+ 1 32 B 32 B org.apache.http.conn.routing.RouteInfo$TunnelType[]
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.JaxrsFormProvider
+ 1 32 B 32 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_ClientProxy
+ 1 32 B 32 B com.oracle.svm.core.posix.pthread.PthreadVMMutex
+ 1 32 B 32 B java.util.ArrayList$Itr
+ 1 32 B 32 B ch.qos.logback.classic.BasicConfigurator
+ 1 32 B 32 B io.undertow.servlet.api.FilterMappingInfo$MappingType[]
+ 1 32 B 32 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$ComposingConstraintAnnotationLocation[]
+ 2 32 B 32 B org.resteasy.reactivecontext.ResteasyContextProvider
+ 1 32 B 32 B org.apache.http.impl.cookie.BrowserCompatSpecFactory$SecurityLevel[]
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.DataSourceProvider
+ 1 32 B 32 B com.arjuna.ats.arjuna.coordinator.internal.TxCommitStatistic
+ 2 32 B 32 B io.reactiverse.reactivecontexts.propagators.rxjava2.RxJava2ContextPropagator
+ 2 32 B 32 B com.sun.org.apache.xerces.internal.xni.grammars.Grammar[]
+ 1 32 B 32 B java.util.Base64$Encoder
+ 1 32 B 32 B org.apache.http.auth.ChallengeState[]
+ 1 32 B 32 B com.sun.org.apache.xml.internal.serializer.utils.Messages
+ 1 32 B 32 B com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.sse.SseEventProvider
+ 1 32 B 32 B io.undertow.servlet.spec.ServletConfigImpl
+ 1 32 B 32 B com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type[]
+ 1 32 B 32 B org.apache.http.impl.client.ProxyAuthenticationStrategy
+ 1 32 B 32 B org.eclipse.microprofile.health.HealthCheckResponse$State[]
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
+ 1 32 B 32 B com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.StringTextStar
+ 2 32 B 32 B org.postgresql.jdbc.UUIDArrayAssistant
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.InputStreamProvider
+ 1 32 B 32 B com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager$Property[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
+ 2 32 B 32 B com.sun.xml.internal.bind.v2.runtime.property.SingleMapNodeProperty$ReceiverImpl
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.DefaultTextPlain
+ 2 32 B 32 B com.fasterxml.jackson.databind.JavaType[]
+ 2 32 B 32 B org.jboss.resteasy.plugins.providers.SourceProvider
+ 1 32 B 32 B com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor
+ 1 32 B 32 B org.apache.http.impl.client.TargetAuthenticationStrategy
+ 1 32 B 32 B com.sun.xml.bind.v2.model.annotation.Messages[]
+ 1 32 B 32 B io.smallrye.openapi.runtime.io.OpenApiSerializer$Format[]
+ 1 32 B 32 B com.fasterxml.jackson.databind.ser.impl.FailingSerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_stringSize_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findImplicitPropertyName_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_jta_common_JTAEnvironmentBean_constructor__
+ 1 24 B 24 B org.jboss.shamrock.example.datasource.DatasourceSetup_Bean$$function$$11
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 1 24 B 24 B org.jboss.protean.arc.CurrentInjectionPointProvider$InjectionPointImpl
+ 1 24 B 24 B java.util.concurrent.TimeUnit$5
+ 1 24 B 24 B java.util.concurrent.TimeUnit$6
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getTypeFactory__
+ 1 24 B 24 B io.undertow.servlet.handlers.security.SSLInformationAssociationHandler
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_arc_runtime_ArcDeploymentTemplate_2_create_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_setName_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_constructor__
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.NullSerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setName_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setValue_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findWrapperName_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_signum_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$18
+ 1 24 B 24 B org.jboss.shamrock.undertow.runtime.ShamrockInstanceFactory$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPointer_java_lang_String_
+ 1 24 B 24 B sun.nio.fs.MacOSXFileSystemProvider
+ 1 24 B 24 B java.util.regex.UnicodeProp$14
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_bitCount_int_
+ 1 24 B 24 B java.util.regex.Pattern$LastNode
+ 1 24 B 24 B com.sun.xml.bind.Messages[]
+ 1 24 B 24 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean$$function$$4
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_int_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$9
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_Writer_
+ 1 24 B 24 B java.nio.file.LinkOption
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_java_util_Collection_
+ 1 24 B 24 B io.undertow.servlet.handlers.ServletInitialHandler$2
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.ByteArraySerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findContentAdapter_com_fasterxml_jackson_databind_introspect_Annotated_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_message__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ServerContentEncodingAnnotationFeature_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_rtrim_int_java_util_List_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_longValue__
+ 1 24 B 24 B sun.nio.cs.UTF_16BE
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toOctalString_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergePatch_javax_json_JsonValue_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_getValue__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$20
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_groups__
+ 1 24 B 24 B com.oracle.svm.core.os.OSCommittedMemoryProvider$VirtualMemoryTracker
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_client_jaxrs_internal_CompletionStageRxInvokerProvider_constructor__
+ 1 24 B 24 B sun.util.calendar.Gregorian
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MaxValidatorForCharSequence_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_type__
+ 1 24 B 24 B com.oracle.svm.core.posix.darwin.Util_java_lang_System
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_InputStreamProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredMethod_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_message__
+ 1 24 B 24 B java.util.regex.UnicodeProp$12
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getValue__
+ 1 24 B 24 B java.math.MathContext
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricNameFactory_metricName_javax_enterprise_inject_spi_BeanManager_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_getPropertyValue_java_util_Map_java_lang_String_java_lang_Class_
+ 1 24 B 24 B java.util.regex.UnicodeProp$3
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_datatype_FactoryFinder_findServiceProvider_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_
+ 1 24 B 24 B ch.qos.logback.core.joran.spi.ConsoleTarget$1
+ 1 24 B 24 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2$2
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__doFindDeserializationType_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod22_Bean$$function$$20
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_Reader_
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$ShortSerializer
+ 1 24 B 24 B org.apache.http.config.MessageConstraints
+ 1 24 B 24 B org.apache.http.impl.io.DefaultHttpRequestWriterFactory
+ 1 24 B 24 B java.util.regex.UnicodeProp$8
+ 1 24 B 24 B sun.util.locale.provider.CalendarNameProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__
+ 1 24 B 24 B com.fasterxml.jackson.databind.type.TypeParser
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_MessageSanitizerContainerResponseFilter_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hsqldb_jdbc_JDBCDriver_constructor__
+ 1 24 B 24 B java.text.MessageFormat$Field
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isVisible_com_fasterxml_jackson_databind_introspect_AnnotatedField_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_boolean_
+ 1 24 B 24 B sun.nio.cs.UTF_32BE
+ 1 24 B 24 B org.postgresql.util.GT
+ 1 24 B 24 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$194.2066420030
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compare_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSubtypes_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_constructor__
+ 1 24 B 24 B java.nio.ByteOrder
+ 1 24 B 24 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$192.1621441613
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_int_
+ 1 24 B 24 B io.undertow.servlet.core.SessionListenerBridge$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedLong_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 1 24 B 24 B java.util.regex.UnicodeProp$5
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy227_constructor_java_lang_reflect_InvocationHandler_
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_IIOImageProvider_constructor__
+ 1 24 B 24 B java.util.concurrent.TimeUnit$2
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod21_Bean$$function$$19
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_flushingChannelListener_org_xnio_ChannelListener_org_xnio_ChannelExceptionHandler_
+ 1 24 B 24 B sun.util.locale.provider.TimeZoneNameProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_javax_json_JsonObject_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfFloat_constructor__
+ 1 24 B 24 B sun.net.spi.DefaultProxySelector
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileRangeWriter_constructor__
+ 1 24 B 24 B com.oracle.svm.core.log.RealLog
+ 1 24 B 24 B java.util.regex.UnicodeProp$7
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_getName__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1 24 B 24 B io.smallrye.metrics.MetricRegistries_ClientProxy
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfLong_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNameUsedForXmlValue__
+ 1 24 B 24 B java.util.regex.UnicodeProp$17
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_formatUnsignedInt_int_int__C_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNonNillableInclusion_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 1 24 B 24 B io.smallrye.metrics.MetricRegistries_Bean$$function$$9
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_hashCode__
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.StringDeserializer
+ 1 24 B 24 B com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
+ 1 24 B 24 B com.oracle.svm.core.deopt.DeoptimizationSupport
+ 1 24 B 24 B io.smallrye.metrics.MetricRegistries_ProducerMethod6_Bean$$function$$14
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfTrailingZeros_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_metrics_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_CacheControlFeature_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_setEmail_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfShort_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FileProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableProvider_constructor__
+ 1 24 B 24 B org.apache.http.impl.client.DefaultRedirectStrategy
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCharSequence_constructor__
+ 1 24 B 24 B java.util.regex.UnicodeProp$4
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_xnio_ChannelListeners_openListenerAdapter_org_xnio_ChannelListener_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAccessType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B java.util.regex.Pattern$4
+ 1 24 B 24 B io.smallrye.metrics.MetricProducer_Bean$$function$$6
+ 1 24 B 24 B sun.util.resources.LocaleData
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_arjuna_coordinator_CheckedActionFactoryImple_constructor__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$23
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsAttribute_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionManagerImple_constructor__
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod3_Bean$$function$$12
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_Reader_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__findAlpha_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_protocol__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonArray_java_lang_String_
+ 1 24 B 24 B io.reactivex.internal.disposables.DisposableHelper
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedMethod_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriter_java_io_OutputStream_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverse_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_isPrettyPrintingEnabled_java_util_Map_
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.SerializableSerializer
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BigIntegerDeserializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfInt_constructor__
+ 1 24 B 24 B io.smallrye.metrics.MetricsRequestHandler_Bean$$function$$1
+ 1 24 B 24 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForDeserialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B org.postgresql.shaded.com.ongres.scram.common.stringprep.StringPreparations[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReaderFactory_java_util_Map_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNamespace_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_message__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfChar_constructor__
+ 1 24 B 24 B java.util.regex.UnicodeProp$18
+ 1 24 B 24 B io.reactivex.internal.subscriptions.SubscriptionHelper
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Integer_
+ 1 24 B 24 B com.oracle.svm.core.genscavenge.YoungGeneration
+ 1 24 B 24 B org.apache.http.impl.cookie.NetscapeDraftHeaderParser
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_CollectionProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ServletRequestContextThreadSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 1 24 B 24 B com.oracle.svm.core.genscavenge.GCImpl$RememberedSetConstructor
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$15
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseInt_java_lang_String_
+ 1 24 B 24 B io.reactivex.internal.disposables.DisposableHelper[]
+ 1 24 B 24 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler$SecurityNotificationReceiver
+ 1 24 B 24 B java.util.concurrent.TimeUnit$7
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__rawSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B org.hibernate.validator.internal.engine.groups.Group
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullDeserializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_java_lang_String_
+ 1 24 B 24 B sun.nio.cs.ISO_8859_1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonStructureProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectReferenceInfo_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_introspect_ObjectIdInfo_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setZipCode_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_PatternValidator_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__serializationInclusion_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_annotation_JsonInclude_Include_
+ 1 24 B 24 B java.util.concurrent.TimeUnit$4
+ 1 24 B 24 B com.fasterxml.jackson.core.util.Separators
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_constructor__
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.UUIDSerializer
+ 1 24 B 24 B sun.util.locale.provider.CollatorProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_CompletionStageProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationSortAlphabetically_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$10
+ 1 24 B 24 B sun.util.locale.provider.DateFormatProviderImpl
+ 1 24 B 24 B io.smallrye.metrics.interceptors.MetricNameFactory_Bean$$function$$2
+ 1 24 B 24 B java.awt.color.ICC_Profile$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_reverseBytes_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfByte_constructor__
+ 1 24 B 24 B sun.net.www.protocol.http.Handler
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateLeft_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_getName__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonArrayProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_type_TypeFactory_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet1_java_lang_String_
+ 1 24 B 24 B com.sun.xml.bind.v2.runtime.reflect.Accessor$2
+ 1 24 B 24 B com.oracle.svm.core.log.Log$LogOutputStream
+ 1 24 B 24 B io.smallrye.metrics.MetricRegistries_ProducerMethod13_Bean$$function$$17
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findJaxbPropertyName_com_fasterxml_jackson_databind_introspect_Annotated_java_lang_Class_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_UserTransactionImple_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_flatMap_java_util_function_Function_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_sum_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_max__
+ 1 24 B 24 B io.undertow.servlet.api.LoggingExceptionHandler
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasRequiredMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createBuilderFactory_java_util_Map_
+ 1 24 B 24 B org.postgresql.hostchooser.HostRequirement$2
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toHexString_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createWriterFactory_java_util_Map_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__propertyNameToString_com_fasterxml_jackson_databind_PropertyName_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_getNonNillableInclusion__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FormUrlEncodedProvider_constructor__
+ 1 24 B 24 B com.fasterxml.jackson.databind.node.TextNode
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_regexp__
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$IntLikeSerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_checkAdapter_javax_xml_bind_annotation_adapters_XmlJavaTypeAdapter_java_lang_Class_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getEmail__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_spi_ResteasyProviderFactory_getContextResolver_java_lang_Class_javax_ws_rs_core_MediaType_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReferencePipeline_map_java_util_function_Function_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_JaxrsFormProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_long_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonObjectProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DataSourceProvider_constructor__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$17
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForCollection_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultNumberWriter_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineSerializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonValueProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getInt_java_lang_String_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestServlet_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlJAXBContextFinder_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFilter_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_max_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_NotNullValidator_constructor__
+ 1 24 B 24 B java.util.regex.UnicodeProp$9
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_parseUnsignedInt_java_lang_String_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_isNull_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_constructor_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1 24 B 24 B org.postgresql.shaded.com.ongres.scram.common.stringprep.StringPreparations$1
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
+ 1 24 B 24 B org.apache.http.message.BasicLineParser
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigDecimal_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createDiff_javax_json_JsonStructure_javax_json_JsonStructure_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForMap_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventSinkInterceptor_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareUnsigned_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableProvider_constructor__
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod15_Bean$$function$$18
+ 1 24 B 24 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean$$function$$8
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_JPATestEndpoint_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReactiveStreamProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_message__
+ 1 24 B 24 B io.undertow.servlet.core.ContextClassLoaderSetupAction
+ 1 24 B 24 B java.util.regex.UnicodeProp$2
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_Driver_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getChars_int_int__C_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$11
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonObject_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findNameForSerialization_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B java.util.regex.UnicodeProp$16
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__getTypeFromXmlElement_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com.fasterxml.jackson.annotation.JsonIgnoreProperties$Value
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_function_BinaryOperator_
+ 1 24 B 24 B io.smallrye.health.SmallRyeHealthReporter_Bean$$function$$5
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B sun.util.locale.provider.CurrencyNameProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_intValue__
+ 1 24 B 24 B sun.nio.cs.UTF_32LE
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_parsers_FactoryFinder_findServiceProvider_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isIgnorableType_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonSpliterator_java_lang_Object_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlRootElementProvider_constructor__
+ 1 24 B 24 B java.util.regex.UnicodeProp$15
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findFormat_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_
+ 1 24 B 24 B sun.awt.AppContext$GetAppContextLock
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_adapterTypeMatches_javax_xml_bind_annotation_adapters_XmlAdapter_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_math_BigInteger_
+ 1 24 B 24 B java.util.concurrent.TimeUnit$3
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_lowestOneBit_int_
+ 1 24 B 24 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$EmptyCollector
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$16
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getZipCode__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_version__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xalan_internal_xsltc_trax_TransformerFactoryImpl_constructor__
+ 1 24 B 24 B com.sun.xml.internal.bind.Messages[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_doubleValue__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMinValidator_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_setNameUsedForXmlValue_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy226_constructor_java_lang_reflect_InvocationHandler_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_org_apache_xerces_internal_jaxp_DocumentBuilderFactoryImpl_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createReader_java_io_InputStream_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_getWeight__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_OutputStream_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$22
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_compareTo_java_lang_Object_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__typeResolverFromXmlElements_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_ProducerMethod28_Bean$$function$$23
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 1 24 B 24 B io.smallrye.metrics.interceptors.MetricNameFactory_ProducerMethod26_Bean$$function$$22
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$12
+ 1 24 B 24 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$193.937320586
+ 1 24 B 24 B java.nio.file.LinkOption[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAnnotation_java_lang_Class_com_fasterxml_jackson_databind_introspect_Annotated_boolean_boolean_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_message__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatch_javax_json_JsonArray_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet2__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasIgnoreMarker_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B org.hibernate.validator.internal.util.ExecutableHelper
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_proxy__Proxy225_constructor_java_lang_reflect_InvocationHandler_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_port__
+ 1 24 B 24 B java.util.regex.UnicodeProp$13
+ 1 24 B 24 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$191.702356626
+ 1 24 B 24 B org.postgresql.core.SqlCommand
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BigDecimalDeserializer
+ 1 24 B 24 B io.smallrye.metrics.MetricRegistries_ProducerMethod12_Bean$$function$$16
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_payload__
+ 1 24 B 24 B io.undertow.security.impl.CachedAuthenticatedSessionMechanism
+ 1 24 B 24 B org.hibernate.validator.internal.metadata.aggregated.GroupConversionHelper
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_numberOfLeadingZeros_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyContentTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedMember_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_number_bound_AbstractMaxValidator_constructor__
+ 1 24 B 24 B org.hibernate.validator.internal.util.TypeResolutionHelper
+ 1 24 B 24 B org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAutoDetectVisibility_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_introspect_VisibilityChecker_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ByteArrayProvider_constructor__
+ 1 24 B 24 B org.postgresql.hostchooser.HostRequirement$3
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_arjuna_ats_internal_jta_transaction_arjunacore_TransactionSynchronizationRegistryImple_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultTextPlain_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StringTextStar_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_enumeration_java_util_Collection_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_stream_events_XMLEventFactoryImpl_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ContextClassLoaderSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_
+ 1 24 B 24 B java.util.concurrent.TimeUnit$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Collection_java_util_Map_java_lang_String_boolean_com_sun_xml_internal_bind_v2_model_annotation_RuntimeAnnotationReader_boolean_boolean_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlSeeAlsoProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_regexp__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_constructor_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_PatchMethodFilter_constructor__
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod10_Bean$$function$$15
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer$Vanilla
+ 1 24 B 24 B org.xnio.nio.NioXnio$DefaultSelectorCreator
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findPropertyInclusion_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Option
+ 1 24 B 24 B com.oracle.svm.core.thread.Safepoint$Master
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_countedConstructor_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor_com_fasterxml_jackson_databind_cfg_MapperConfig_
+ 1 24 B 24 B java.util.regex.UnicodeProp$10
+ 1 24 B 24 B io.undertow.server.handlers.DisableCacheHandler
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_constructor__
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.NumberSerializers$FloatSerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toUnsignedString0_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_loadIndexedClasses_java_lang_String_java_lang_ClassLoader_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_MinValidatorForCharSequence_constructor__
+ 1 24 B 24 B sun.nio.cs.UTF_16LE
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$21
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_transform_FactoryFinder_findServiceProvider_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isContainerType_java_lang_Class_
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.StringSerializer
+ 1 24 B 24 B com.oracle.svm.core.posix.pthread.PthreadVMMutex[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_equals_java_lang_Object_
+ 1 24 B 24 B com.oracle.svm.core.genscavenge.GCImpl$$Lambda$186.1374598104
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.StdArraySerializers$CharArraySerializer
+ 1 24 B 24 B java.util.regex.UnicodeProp$19
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_UnrecognizedPropertyExceptionHandler_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findEnumValues_java_lang_Class__Ljava_lang_Enum___Ljava_lang_String__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_java_lang_String_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$6
+ 1 24 B 24 B com.oracle.svm.core.jdk.UninterruptibleUtils$AtomicPointer
+ 1 24 B 24 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory
+ 1 24 B 24 B com.oracle.svm.reflect.proxy.DynamicProxySupport
+ 1 24 B 24 B sun.util.calendar.JulianCalendar
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__
+ 1 24 B 24 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$2
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_runtime_RuntimeInjector_DefaultInjectionFactory_create_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_MapProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_remainderUnsigned_int_int_
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$13
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_web_TestFilter_constructor__
+ 1 24 B 24 B com.sun.xml.bind.Messages
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_ResteasyJackson2Provider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonString_java_lang_String_
+ 1 24 B 24 B java.time.Duration
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_server_servlet_HttpServlet30Dispatcher_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_message__
+ 1 24 B 24 B java.util.regex.UnicodeProp$6
+ 1 24 B 24 B org.postgresql.hostchooser.HostRequirement$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_floatValue__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultBooleanWriter_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParserFactory_java_util_Map_
+ 1 24 B 24 B io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler$ServletAuthenticatedSessionManager
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findDeserializationContentConverter_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createPatchBuilder_javax_json_JsonArray_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_StreamingOutputProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_stream_ReduceOps_makeRef_java_util_stream_Collector_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_message__
+ 1 24 B 24 B ch.qos.logback.classic.selector.DefaultContextSelector
+ 1 24 B 24 B io.smallrye.config.inject.ConfigProducer_Bean$$function$$7
+ 1 24 B 24 B com.fasterxml.jackson.databind.node.DecimalNode
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_refineDeserializationType_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_Annotated_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B com.sun.xml.bind.v2.runtime.reflect.Accessor$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_host__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_payload__
+ 1 24 B 24 B org.apache.http.impl.io.EmptyInputStream
+ 1 24 B 24 B org.jboss.shamrock.transactions.runtime.TransactionProducers_ProducerMethod4_Bean$$function$$13
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__fullSerializationType_com_fasterxml_jackson_databind_introspect_AnnotatedMember_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationType_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_
+ 1 24 B 24 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Option[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_Mod10CheckValidator_constructor__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$14
+ 1 24 B 24 B org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_Bean$$function$$21
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_message__
+ 1 24 B 24 B com.sun.xml.internal.bind.v2.runtime.reflect.Accessor$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_decode_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Animal_setWeight_double_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_eventSourceToObservable_org_jboss_resteasy_plugins_providers_sse_client_SseEventSourceImpl_javax_ws_rs_core_GenericType_java_lang_String_javax_ws_rs_client_Entity__Ljavax_ws_rs_core_MediaType__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_payload__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_setStreet2_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedConstructor_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_apache_commons_logging_impl_LogFactoryImpl_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext_java_lang_String_java_lang_ClassLoader_java_util_Map_
+ 1 24 B 24 B com.fasterxml.jackson.databind.ser.std.StdKeySerializers$StringKeySerializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGeneratorFactory_java_util_Map_
+ 1 24 B 24 B sun.nio.cs.US_ASCII
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toString__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Collections_singletonIterator_java_lang_Object_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventOutputProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterForClass_com_fasterxml_jackson_databind_introspect_AnnotatedClass_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findKeyDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_SourceProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArray_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_highestOneBit_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__
+ 1 24 B 24 B com.sun.xml.internal.bind.Messages
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFeature_constructor__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$19
+ 1 24 B 24 B sun.net.www.protocol.file.Handler
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findRootElementAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getString_java_lang_String_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createGenerator_java_io_Writer_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeName_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationConverter_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_hv_LuhnCheckValidator_constructor__
+ 1 24 B 24 B sun.util.locale.provider.NumberFormatProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isOutputAsText_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_util_Spliterators_iterator_java_util_Spliterator_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_MyData_setName_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findTypeResolver_com_fasterxml_jackson_databind_cfg_MapperConfig_com_fasterxml_jackson_databind_introspect_AnnotatedClass_com_fasterxml_jackson_databind_JavaType_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createMergeDiff_javax_json_JsonValue_javax_json_JsonValue_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findSerializationPropertyOrder_com_fasterxml_jackson_databind_introspect_AnnotatedClass_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_TestResource_XmlObject_setValue_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_message__
+ 1 24 B 24 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$190.42587665
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_undertow_server_protocol_http_HttpRequestParser__generated_constructor_org_xnio_OptionMap_
+ 1 24 B 24 B org.jboss.protean.arc.ArcContainerImpl$$Lambda$423.1232324366
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_ReaderProvider_constructor__
+ 1 24 B 24 B java.util.regex.Pattern$Node
+ 1 24 B 24 B sun.nio.cs.UTF_8
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_valueOf_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Address_getStreet1__
+ 1 24 B 24 B sun.security.jgss.GSSCaller
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_getName__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_ClientContentEncodingAnnotationFeature_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createParser_java_io_InputStream_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findContentDeserializer_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_min_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_xml_stream_FactoryFinder_findServiceProvider_java_lang_Class_java_lang_ClassLoader_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_boolean_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__converter_javax_xml_bind_annotation_adapters_XmlAdapter_boolean_
+ 1 24 B 24 B com.fasterxml.jackson.annotation.JsonFormat$Features
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_ObservableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector__combineNames_java_lang_String_java_lang_String_java_lang_String_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_Util_ungrowableSet_java_util_Set_
+ 1 24 B 24 B sun.util.locale.provider.CalendarDataProviderImpl
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findAdapterBoundType_javax_xml_bind_annotation_adapters_XmlAdapter_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_ignoreNonDigitCharacters__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBXmlTypeProvider_constructor__
+ 1 24 B 24 B java.util.concurrent.CompletableFuture$AltResult
+ 1 24 B 24 B io.reactivex.internal.subscriptions.SubscriptionHelper[]
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_SingleRxInvokerImpl_constructor_javax_ws_rs_client_CompletionStageRxInvoker_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getJsonNumber_java_lang_String_
+ 1 24 B 24 B sun.nio.cs.UTF_16
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$7
+ 1 24 B 24 B java.util.regex.UnicodeProp$11
+ 1 24 B 24 B io.undertow.servlet.handlers.ServletInitialHandler$1
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_meteredConstructor_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_timedMethod_javax_interceptor_InvocationContext_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_toBinaryString_int_
+ 1 24 B 24 B org.postgresql.hostchooser.HostRequirement$4
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_
+ 1 24 B 24 B org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_findObjectIdInfo_com_fasterxml_jackson_databind_introspect_Annotated_
+ 1 24 B 24 B java.util.regex.UnicodeProp$1
+ 1 24 B 24 B com.oracle.svm.core.heap.FramePointerMapWalker
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_restclient_runtime_DefaultResponseExceptionMapper_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isJAXBAnnotation_java_lang_annotation_Annotation_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_hasAsValueAnnotation_com_fasterxml_jackson_databind_introspect_AnnotatedMethod_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_getInteger_java_lang_String_java_lang_Integer_
+ 1 24 B 24 B com.fasterxml.jackson.databind.deser.std.NumberDeserializers$NumberDeserializer
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_rotateRight_int_int_
+ 1 24 B 24 B org.xnio.OptionMap
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_divideUnsigned_int_int_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createArrayBuilder_javax_json_JsonArray_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_JAXBElementProvider_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_jpa_Human_constructor__
+ 1 24 B 24 B org.jboss.shamrock.agroal.runtime.DataSourceProducer_Bean$$function$$10
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createObjectBuilder_java_util_Map_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_createValue_double_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfDouble_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_isDataHandler_java_lang_Class_
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_internal_constraintvalidators_bv_size_SizeValidatorForArraysOfBoolean_constructor__
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_min__
+ 1 24 B 24 B org.apache.http.message.BasicHeaderValueParser
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_postConstruct__
+ 1 24 B 24 B java.util.regex.Pattern$CharPropertyNames$8
+ 1 24 B 24 B java.util.Currency
+ 1 24 B 24 B com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__
+ 1 24 B 24 B io.undertow.servlet.predicate.DispatcherTypePredicate
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 1 16 B 16 B com.fasterxml.jackson.databind.introspect.AnnotationMap[]
+ 1 16 B 16 B io.undertow.util.DateUtils$1
+ 1 16 B 16 B com.oracle.svm.core.heap.NativeImageInfo$ReadOnlyPrimitiveMemoryWalkerAccessImpl
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnyAtomicDV
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DateTimeDV
+ 1 16 B 16 B io.undertow.util.SameThreadExecutor
+ 1 16 B 16 B org.jboss.resteasy.core.StringParameterInjector$1
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$6
+ 1 16 B 16 B sun.reflect.generics.tree.BooleanSignature
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$557.162291372
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 1 16 B 16 B com.fasterxml.classmate.members.RawMethod[]
+ 1 16 B 16 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator
+ 1 16 B 16 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$758.1101929315
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.rule.ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine
+ 1 16 B 16 B java.util.EnumMap$1
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.OptionalDoubleValueExtractor
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.BooleanDV
+ 1 16 B 16 B com.sun.xml.internal.bind.AccessorFactoryImpl
+ 1 16 B 16 B sun.reflect.generics.tree.FloatSignature
+ 1 16 B 16 B com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1
+ 1 16 B 16 B java.util.stream.ForEachOps$ForEachOrderedTask$$Lambda$582.1916944059
+ 1 16 B 16 B com.oracle.svm.core.thread.ThreadingSupportImpl
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$441.1329045258
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerFloat
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.xs.models.XSEmptyCM
+ 1 16 B 16 B java.util.stream.AbstractPipeline$$Lambda$573.1709433954
+ 1 16 B 16 B sun.reflect.generics.tree.DoubleSignature
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.SetPropertyValueExtractor
+ 1 16 B 16 B com.fasterxml.jackson.databind.node.NullNode
+ 1 16 B 16 B org.hibernate.validator.internal.engine.ConfigurationImpl$$Lambda$440.191440055
+ 1 16 B 16 B sun.nio.ch.Util$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DayDV
+ 1 16 B 16 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage0StackFrameVisitor
+ 1 16 B 16 B java.util.Collections$EmptyListIterator
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$505.1340589179
+ 1 16 B 16 B com.fasterxml.jackson.core.filter.TokenFilter
+ 1 16 B 16 B com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
+ 1 16 B 16 B org.hibernate.validator.internal.util.StringHelper$$Lambda$545.1471039196
+ 1 16 B 16 B sun.awt.PostEventQueue
+ 1 16 B 16 B com.fasterxml.jackson.databind.ser.BeanSerializerModifier[]
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$338.155684465
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.NOTATIONDatatypeValidator
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.OptionalValueExtractor
+ 1 16 B 16 B io.undertow.server.handlers.HttpContinueReadHandler$1
+ 1 16 B 16 B sun.util.locale.provider.CalendarDataUtility$CalendarFieldValueNamesMapGetter
+ 1 16 B 16 B io.agroal.api.configuration.AgroalConnectionPoolConfiguration$ConnectionValidator$$Lambda$704.1123144594
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.AlignedHeapChunk$MemoryWalkerAccessImpl
+ 1 16 B 16 B org.jboss.resteasy.resteasy_jaxrs.i18n.Messages_$bundle
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyListPropertyValueExtractor
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.MapKeyExtractor
+ 1 16 B 16 B org.jboss.resteasy.spi.InternalDispatcher
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$502.263423075
+ 1 16 B 16 B sun.reflect.generics.tree.LongSignature
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 1 16 B 16 B sun.nio.ch.SocketDispatcher
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$589.612849016
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
+ 1 16 B 16 B org.jboss.resteasy.tracing.RESTEasyTracingLogger$1
+ 1 16 B 16 B sun.util.locale.provider.CalendarDataUtility$CalendarFieldValueNameGetter
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.Lister$2
+ 1 16 B 16 B java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerCharacter
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.rule.VoidMethodsMustNotBeReturnValueConstrained
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ListPropertyValueExtractor
+ 1 16 B 16 B java.util.Collections$EmptyEnumeration
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$596.567383964
+ 1 16 B 16 B java.util.Arrays$NaturalOrder
+ 1 16 B 16 B com.sun.xml.bind.marshaller.DumbEscapeHandler
+ 1 16 B 16 B org.resteasy.reactivecontext.ContextFeature
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11NMTOKENDatatypeValidator
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.xs.XSObject[]
+ 1 16 B 16 B java.lang.CharacterDataPrivateUse
+ 1 16 B 16 B io.undertow.UndertowMessages_$bundle
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineParameterConstraints
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.JAXBContextImpl$6
+ 1 16 B 16 B com.oracle.svm.core.jdk.SubstrateThreadMXBean
+ 1 16 B 16 B org.apache.http.impl.client.NoopUserTokenHandler
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$$Lambda$720.516263328
+ 1 16 B 16 B sun.util.locale.provider.LocaleNameProviderImpl
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.output.NamespaceContextImpl$1
+ 1 16 B 16 B com.oracle.svm.core.SubstrateUtil$DiagnosticThunk[]
+ 1 16 B 16 B org.hsqldb.types.Collation
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$588.225304461
+ 1 16 B 16 B com.arjuna.ats.arjuna.coordinator.CheckedAction
+ 1 16 B 16 B org.postgresql.util.LruCache$2
+ 1 16 B 16 B javax.xml.stream.SecuritySupport
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$416.148083884
+ 1 16 B 16 B io.undertow.util.URLUtils$2
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$503.1688353568
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$415.194770595
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator
+ 1 16 B 16 B com.sun.xml.bind.AccessorFactoryImpl
+ 1 16 B 16 B com.fasterxml.jackson.core.JsonpCharacterEscapes
+ 1 16 B 16 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$188.1569883232
+ 1 16 B 16 B com.fasterxml.jackson.databind.ser.Serializers[]
+ 1 16 B 16 B java.util.stream.FindOps$$Lambda$132.869085054
+ 1 16 B 16 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$762.693804755
+ 1 16 B 16 B java.lang.CharacterData00
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$342.710015998
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableAssemblyAction
+ 1 16 B 16 B java.util.concurrent.ConcurrentSkipListMap$EntrySpliterator$$Lambda$575.1029486837
+ 1 16 B 16 B sun.misc.Unsafe
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$125.1499203447
+ 1 16 B 16 B sun.reflect.generics.scope.DummyScope
+ 1 16 B 16 B io.smallrye.metrics.app.Clock$UserTimeClock
+ 1 16 B 16 B java.util.logging.LoggingProxyImpl
+ 1 16 B 16 B org.apache.http.message.BasicLineFormatter
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$3
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
+ 1 16 B 16 B java.time.format.DateTimeFormatterBuilder$InstantPrinterParser
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.dom.DOMImplementationImpl
+ 1 16 B 16 B com.oracle.svm.core.thread.JavaThreads$$Lambda$483.1515696538
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$507.154973519
+ 1 16 B 16 B java.math.BigDecimal$1
+ 1 16 B 16 B com.fasterxml.jackson.databind.deser.Deserializers[]
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.LinkDelegate
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ObjectArrayValueExtractor
+ 1 16 B 16 B java.lang.CharacterData01
+ 1 16 B 16 B com.sun.xml.bind.api.impl.NameConverter$Standard
+ 1 16 B 16 B com.sun.xml.bind.v2.ClassFactory$1
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.CollectionPolicy$OnlyCompletely
+ 1 16 B 16 B java.util.TreeMap$EntrySpliterator$$Lambda$570.630175394
+ 1 16 B 16 B java.lang.CharacterDataLatin1
+ 1 16 B 16 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$6
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$599.1497132750
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$743.556119044
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.Base64BinaryDV
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.StringDatatypeValidator
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnCompletableCreateAction
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$602.2033825238
+ 1 16 B 16 B java.util.Collections$EmptySet
+ 1 16 B 16 B io.agroal.pool.wrapper.ConnectionWrapper$$Lambda$701.808617916
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.EntityDV
+ 1 16 B 16 B org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory
+ 1 16 B 16 B io.undertow.util.URLUtils$1
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader
+ 1 16 B 16 B com.oracle.svm.core.jdk.UninterruptibleUtils$AtomicInteger
+ 1 16 B 16 B io.agroal.pool.wrapper.ConnectionWrapper$1
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.ConstraintHelper$$Lambda$442.1223089612
+ 1 16 B 16 B io.reactivex.internal.functions.Functions$EmptyAction
+ 1 16 B 16 B io.undertow.util.DateUtils$2
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$418.2134185705
+ 1 16 B 16 B org.jboss.shamrock.undertow.runtime.UndertowDeploymentTemplate$1
+ 1 16 B 16 B com.fasterxml.jackson.databind.util.NameTransformer$NopTransformer
+ 1 16 B 16 B io.undertow.protocols.http2.HpackEncoder$1
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.CacheControlDelegate
+ 1 16 B 16 B java.util.Collections$EmptyList
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.CollectionPolicy$ByTime
+ 1 16 B 16 B com.fasterxml.jackson.databind.util.ViewMatcher
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnyURIDV
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableCreateAction
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DoubleDV
+ 1 16 B 16 B com.fasterxml.jackson.databind.deser.ValueInstantiators[]
+ 1 16 B 16 B io.undertow.servlet.spec.ServletContextImpl$2
+ 1 16 B 16 B javax.xml.transform.SecuritySupport
+ 1 16 B 16 B java.lang.CharacterData0E
+ 1 16 B 16 B org.resteasy.reactivecontext.ContextFilter$$Lambda$696.83283274
+ 1 16 B 16 B com.fasterxml.jackson.databind.deser.BeanDeserializerModifier[]
+ 1 16 B 16 B java.lang.reflect.ReflectAccess
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.IntegerDV
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$2
+ 1 16 B 16 B java.lang.StackTraceElement[]
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$741.2085494629
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.DoubleArrayValueExtractor
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerLong
+ 1 16 B 16 B org.jboss.shamrock.jaxrs.runtime.graal.ShamrockInjectorFactory
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.StreamingOutputProvider
+ 1 16 B 16 B org.apache.http.impl.EnglishReasonPhraseCatalog
+ 1 16 B 16 B java.nio.file.Files$AcceptAllFilter
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerShort
+ 1 16 B 16 B io.undertow.servlet.core.DefaultAuthorizationManager
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$2
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnFlowableAssemblyAction
+ 1 16 B 16 B org.apache.http.conn.socket.PlainConnectionSocketFactory
+ 1 16 B 16 B io.undertow.predicate.AuthenticationRequiredPredicate
+ 1 16 B 16 B sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter
+ 1 16 B 16 B java.lang.CharacterData02
+ 1 16 B 16 B java.time.chrono.IsoChronology
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.IntArrayValueExtractor
+ 1 16 B 16 B java.text.DontCareFieldPosition$1
+ 1 16 B 16 B com.fasterxml.jackson.databind.util.ClassUtil$Ctor[]
+ 1 16 B 16 B org.apache.http.message.TokenParser
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.FileRangeWriter
+ 1 16 B 16 B sun.reflect.generics.tree.ByteSignature
+ 1 16 B 16 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor
+ 1 16 B 16 B java.text.FieldPosition[]
+ 1 16 B 16 B org.jboss.resteasy.plugins.interceptors.MessageSanitizerContainerResponseFilter
+ 1 16 B 16 B sun.util.locale.provider.DecimalFormatSymbolsProviderImpl
+ 1 16 B 16 B io.undertow.servlet.UndertowServletMessages_$bundle
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 1 16 B 16 B com.sun.xml.bind.marshaller.MinimumEscapeHandler
+ 1 16 B 16 B io.smallrye.metrics.exporters.JsonMetadataExporter$$Lambda$634.1020784719
+ 1 16 B 16 B io.smallrye.config.SysPropConfigSource
+ 1 16 B 16 B org.apache.http.client.entity.DeflateInputStreamFactory
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerDouble
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.MemoryWalkerImpl
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor$NoopCounters
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.UnionDV
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$504.1735127973
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ListValueExtractor
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.FloatArrayValueExtractor
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.MapValueExtractor
+ 1 16 B 16 B com.fasterxml.classmate.members.ResolvedMethod[]
+ 1 16 B 16 B sun.reflect.generics.tree.ShortSignature
+ 1 16 B 16 B sun.text.normalizer.NormalizerBase$NFCMode
+ 1 16 B 16 B io.undertow.server.protocol.framed.AbstractFramedChannel$3
+ 1 16 B 16 B org.hibernate.validator.HibernateValidator
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.CookieHeaderDelegate
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
+ 1 16 B 16 B org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature
+ 1 16 B 16 B java.util.stream.Nodes$CollectorTask$OfRef$$Lambda$669.36016029
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.dom.PSVIDOMImplementationImpl
+ 1 16 B 16 B com.oracle.svm.core.posix.pthread.PthreadThreadLocal
+ 1 16 B 16 B org.jboss.protean.arc.BeanMetadataProvider
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$124.1379702649
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyMapPropertyKeyExtractor
+ 1 16 B 16 B org.jboss.resteasy.util.CaseInsensitiveMap$CaseInsensitiveComparator
+ 1 16 B 16 B com.sun.xml.internal.bind.api.impl.NameConverter$Standard
+ 1 16 B 16 B com.oracle.svm.core.util.Counter$Group
+ 1 16 B 16 B org.slf4j.helpers.NOPLoggerFactory
+ 1 16 B 16 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorFactoryImpl
+ 1 16 B 16 B org.hibernate.validator.internal.util.StringHelper$$Lambda$574.1631755355
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnMaybeAssemblyAction
+ 1 16 B 16 B org.hibernate.validator.internal.util.classhierarchy.Filters$WeldProxyFilter
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.ReactiveStreamProvider
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ShortArrayValueExtractor
+ 1 16 B 16 B org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFeature
+ 1 16 B 16 B java.util.concurrent.CompletableFuture$ThreadPerTaskExecutor
+ 1 16 B 16 B com.fasterxml.jackson.databind.node.JsonNodeFactory
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$420.1059937907
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.IDDV
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.BooleanArrayValueExtractor
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlyMapPropertyValueExtractor
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$601.510868412
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.OptionalIntValueExtractor
+ 1 16 B 16 B java.util.logging.Handler[]
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.dom.DeferredDOMImplementationImpl
+ 1 16 B 16 B java.net.InetAddress$2
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnMaybeCreateAction
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.IDDatatypeValidator
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$6
+ 1 16 B 16 B io.agroal.pool.DefaultMetricsRepository$$Lambda$718.443635799
+ 1 16 B 16 B com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedValueInfoAllocator
+ 1 16 B 16 B com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector$1
+ 1 16 B 16 B java.util.Base64$Decoder
+ 1 16 B 16 B io.agroal.pool.ConnectionPool$$Lambda$703.1699158662
+ 1 16 B 16 B com.sun.xml.internal.bind.marshaller.DumbEscapeHandler
+ 1 16 B 16 B io.smallrye.config.EnvConfigSource
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DurationDV
+ 1 16 B 16 B java.util.Collections$EmptyIterator
+ 1 16 B 16 B org.jboss.resteasy.core.ResourceMethodInvoker$$Lambda$672.951917808
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.HexBinaryDV
+ 1 16 B 16 B org.hibernate.validator.internal.engine.ValidationContext$$Lambda$712.1636952835
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerInteger
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.sse.SseEventSinkInterceptor
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$5
+ 1 16 B 16 B org.hibernate.validator.internal.engine.DefaultParameterNameProvider
+ 1 16 B 16 B com.fasterxml.jackson.databind.introspect.AnnotationCollector$NoAnnotations
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.ClassFactory$1
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.ObjectHeaderImpl
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder$$Lambda$738.1800019764
+ 1 16 B 16 B com.oracle.svm.core.snippets.SnippetRuntime$ExceptionStackFrameVisitor
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.MapPropertyKeyExtractor
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleCreateAction
+ 1 16 B 16 B sun.reflect.generics.tree.CharSignature
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DateDV
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11IDDatatypeValidator
+ 1 16 B 16 B org.xnio.nio.NioXnio$4
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree$$Lambda$749.1798451268
+ 1 16 B 16 B sun.misc.FloatingDecimal$1
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnSingleAssemblyAction
+ 1 16 B 16 B org.hibernate.validator.internal.util.ExecutableHelper$$Lambda$739.308111305
+ 1 16 B 16 B javax.xml.datatype.SecuritySupport
+ 1 16 B 16 B io.smallrye.metrics.MetricRegistries$$Lambda$424.1279873990
+ 1 16 B 16 B sun.reflect.generics.tree.IntSignature
+ 1 16 B 16 B java.lang.CharacterDataUndefined
+ 1 16 B 16 B jdk.vm.ci.meta.NullConstant
+ 1 16 B 16 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$1
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnCompletableAssemblyAction
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.xs.XSConstraints$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDurationDV
+ 1 16 B 16 B io.agroal.pool.util.PriorityScheduledExecutor$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDayDV
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter
+ 1 16 B 16 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$759.1322802886
+ 1 16 B 16 B org.apache.http.impl.conn.DefaultSchemePortResolver
+ 1 16 B 16 B org.jboss.protean.arc.BeanManagerProvider
+ 1 16 B 16 B io.undertow.servlet.util.EmptyEnumeration
+ 1 16 B 16 B com.fasterxml.jackson.databind.AbstractTypeResolver[]
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$$Lambda$585.860132360
+ 1 16 B 16 B java.util.Currency$CurrencyNameGetter
+ 1 16 B 16 B javax.imageio.spi.IIORegistry
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$CompleteGarbageCollectorMXBean
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
+ 1 16 B 16 B org.jboss.resteasy.rxjava2.FlowableProvider
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerByte
+ 1 16 B 16 B com.oracle.svm.core.meta.CompressedNullConstant
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.DateDelegate
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.GCImpl$$Lambda$519.1356708450
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.Lister$1
+ 1 16 B 16 B io.undertow.io.BlockingReceiverImpl$1
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.unmarshaller.Discarder
+ 1 16 B 16 B org.jboss.resteasy.core.AsyncResponseConsumer$$Lambda$676.409021321
+ 1 16 B 16 B com.oracle.svm.core.jdk.RuntimeMXBeanFeature$1
+ 1 16 B 16 B sun.text.normalizer.NormalizerBase$NFDMode
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.HeapPolicy$AlwaysCollectCompletely
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$260.1038459843
+ 1 16 B 16 B java.nio.file.attribute.FileAttribute[]
+ 1 16 B 16 B io.undertow.servlet.handlers.ServletDispatchingHandler
+ 1 16 B 16 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor$DummyValueInfoAllocator
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMImplementation
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.XML11IDREFDatatypeValidator
+ 1 16 B 16 B java.util.Spliterators$EmptySpliterator$OfRef
+ 1 16 B 16 B com.oracle.svm.core.heap.NativeImageInfo$WritablePrimitiveMemoryWalkerAccessImpl
+ 1 16 B 16 B sun.reflect.generics.tree.BottomSignature
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ObservableValueValueExtractor
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.FloatDV
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl$$Lambda$721.1806915912
+ 1 16 B 16 B org.hibernate.validator.internal.util.ExecutableHelper$$Lambda$580.1458264453
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$740.1611606803
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.AnySimpleDV
+ 1 16 B 16 B org.graalvm.collections.Equivalence$2
+ 1 16 B 16 B org.apache.http.impl.client.DefaultUserTokenHandler
+ 1 16 B 16 B org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ValueExtractorHelper$$Lambda$548.976281888
+ 1 16 B 16 B com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary$4
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$1
+ 1 16 B 16 B io.undertow.io.DefaultIoCallback
+ 1 16 B 16 B org.apache.http.client.entity.GZIPInputStreamFactory
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.IterableValueExtractor
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.rule.ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue
+ 1 16 B 16 B io.smallrye.metrics.MetricRegistries
+ 1 16 B 16 B org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
+ 1 16 B 16 B com.arjuna.ats.internal.arjuna.utils.SocketProcessId
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$506.988384668
+ 1 16 B 16 B com.oracle.svm.core.code.FrameInfoDecoder$HeapBasedFrameInfoQueryResultAllocator
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
+ 1 16 B 16 B io.undertow.security.impl.SecurityContextFactoryImpl
+ 1 16 B 16 B com.oracle.svm.core.c.CTypeConversionSupportImpl
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.model.nav.ReflectionNavigator$2
+ 1 16 B 16 B org.hibernate.validator.internal.engine.DefaultClockProvider
+ 1 16 B 16 B sun.util.locale.provider.CalendarNameProviderImpl$LengthBasedComparator
+ 1 16 B 16 B org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory$1
+ 1 16 B 16 B org.jboss.logging.Slf4jLoggerProvider
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.DefaultNumberWriter
+ 1 16 B 16 B com.sun.xml.internal.bind.marshaller.MinimumEscapeHandler
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 1 16 B 16 B org.hibernate.validator.internal.util.logging.formatter.CollectionOfClassesObjectFormatter$$Lambda$567.1544964319
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider$$Lambda$556.1438840137
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.HeapPolicy$CollectOnAllocationPolicy$Sometimes
+ 1 16 B 16 B ch.qos.logback.classic.spi.ThrowableProxy[]
+ 1 16 B 16 B java.lang.Throwable[]
+ 1 16 B 16 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorManager$1
+ 1 16 B 16 B com.oracle.svm.core.stack.ThreadStackPrinter$Stage1StackFrameVisitor
+ 1 16 B 16 B io.smallrye.metrics.MetricsRequestHandler$$Lambda$621.1476849132
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$4
+ 1 16 B 16 B io.reactiverse.reactivecontexts.propagators.rxjava2.ContextPropagatorOnObservableCreateAction
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearDV
+ 1 16 B 16 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$187.194256247
+ 1 16 B 16 B sun.text.normalizer.NormalizerImpl$NormTrieImpl
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.ContainerCascadingMetaData$$Lambda$745.654943478
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.GarbageCollectorManagementFactory$IncrementalGarbageCollectorMXBean
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.Lister$1
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.Latch
+ 1 16 B 16 B com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
+ 1 16 B 16 B com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Empty
+ 1 16 B 16 B javax.xml.parsers.SecuritySupport
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$123.1263560746
+ 1 16 B 16 B com.fasterxml.jackson.core.util.DefaultPrettyPrinter$FixedSpaceIndenter
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$122.1040890092
+ 1 16 B 16 B org.hibernate.validator.internal.util.classhierarchy.Filters$InterfacesFilter
+ 1 16 B 16 B sun.text.normalizer.NormalizerBase$NFKDMode
+ 1 16 B 16 B com.oracle.svm.core.deopt.Deoptimizer$$Lambda$431.1385775820
+ 1 16 B 16 B io.undertow.io.AsyncReceiverImpl$1
+ 1 16 B 16 B sun.nio.ch.Net$1
+ 1 16 B 16 B io.agroal.pool.wrapper.ResultSetWrapper$1
+ 1 16 B 16 B java.time.temporal.TemporalQueries$$Lambda$501.2008979655
+ 1 16 B 16 B io.smallrye.metrics.app.WeightedSnapshot$$Lambda$651.1766379574
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$261.901571749
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.StringDV
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ByteArrayValueExtractor
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$421.1319225620
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$7
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.sse.SseEventOutputProvider
+ 1 16 B 16 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$189.999130159
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$547.88795221
+ 1 16 B 16 B com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory$PhysicalMemorySupportImpl
+ 1 16 B 16 B com.oracle.svm.core.code.RuntimeCodeInfo$$Lambda$479.941913699
+ 1 16 B 16 B java.util.Collections$ReverseComparator
+ 1 16 B 16 B java.security.Provider[]
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$3
+ 1 16 B 16 B org.xnio.ChannelListeners$23
+ 1 16 B 16 B sun.util.locale.provider.TimeZoneNameUtility$TimeZoneNameGetter
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.reflect.PrimitiveArrayListerBoolean
+ 1 16 B 16 B com.arjuna.ats.arjuna.coordinator.ActionManager
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$419.726653250
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DayTimeDurationDV
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$135.1388860033
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$598.928837130
+ 1 16 B 16 B io.undertow.util.DateUtils$4
+ 1 16 B 16 B io.smallrye.config.Converters$$Lambda$417.1171690863
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$$Lambda$746.1668345508
+ 1 16 B 16 B com.oracle.svm.core.posix.PosixLogHandler
+ 1 16 B 16 B com.oracle.svm.core.heap.NativeImageInfo$ReadOnlyReferenceMemoryWalkerAccessImpl
+ 1 16 B 16 B org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
+ 1 16 B 16 B com.fasterxml.jackson.databind.ext.Java7SupportImpl
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$552.465029410
+ 1 16 B 16 B com.oracle.svm.core.jdk.Target_java_lang_Shutdown$$Lambda$201.1075059445
+ 1 16 B 16 B sun.reflect.generics.tree.VoidDescriptor
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl$$Lambda$679.103239834
+ 1 16 B 16 B sun.nio.ch.ExtendedSocketOption$1
+ 1 16 B 16 B sun.text.normalizer.NormalizerBase$Mode
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.NMTOKENDatatypeValidator
+ 1 16 B 16 B org.slf4j.helpers.NOPLogger
+ 1 16 B 16 B io.undertow.protocols.alpn.DefaultAlpnEngineManager
+ 1 16 B 16 B org.hibernate.validator.internal.util.StringHelper$$Lambda$544.1016521506
+ 1 16 B 16 B java.util.concurrent.ThreadPoolExecutor$AbortPolicy
+ 1 16 B 16 B io.undertow.protocols.ssl.SNIAlpnEngineManager
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.LongArrayValueExtractor
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.jackson.UnrecognizedPropertyExceptionHandler
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$564.858507599
+ 1 16 B 16 B com.oracle.svm.reflect.helpers.ReflectionProxyHelper$$Lambda$527.900595773
+ 1 16 B 16 B org.jboss.resteasy.util.MediaTypeHelper$MediaTypeComparator
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$262.210902147
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.core.MetaConstraints$$Lambda$551.938790893
+ 1 16 B 16 B com.oracle.svm.core.heap.NativeImageInfo$WritableReferenceMemoryWalkerAccessImpl
+ 1 16 B 16 B org.apache.http.cookie.CookiePriorityComparator
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.LocaleDelegate
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl$1
+ 1 16 B 16 B com.sun.xml.internal.stream.events.DummyEvent$DummyLocation
+ 1 16 B 16 B io.agroal.pool.DefaultMetricsRepository$$Lambda$717.706051537
+ 1 16 B 16 B com.oracle.svm.core.genscavenge.UnalignedHeapChunk$MemoryWalkerAccessImpl
+ 1 16 B 16 B com.oracle.svm.core.stack.ThreadStackPrinter$AllocationFreeStackFrameVisitor$SingleShotFrameInfoQueryResultAllocator
+ 1 16 B 16 B java.util.regex.Pattern$CharPropertyNames$5
+ 1 16 B 16 B org.xnio.XnioExecutor$Key$1
+ 1 16 B 16 B java.lang.String$CaseInsensitiveComparator
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.CharArrayValueExtractor
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl$1
+ 1 16 B 16 B org.postgresql.util.LruCache$1
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl$$Lambda$584.1800353005
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.MapPropertyValueExtractor
+ 1 16 B 16 B io.undertow.servlet.core.ManagedListener[]
+ 1 16 B 16 B com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty[]
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.YearMonthDV
+ 1 16 B 16 B org.xnio.channels.Configurable$1
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$134.203764749
+ 1 16 B 16 B com.oracle.svm.core.log.Log$NoopLog
+ 1 16 B 16 B com.oracle.svm.core.posix.PosixVirtualMemoryProvider
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$563.717852545
+ 1 16 B 16 B org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree$$Lambda$579.1229773004
+ 1 16 B 16 B org.apache.http.cookie.CookiePathComparator
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.DecimalDV
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.IDREFDV
+ 1 16 B 16 B org.apache.http.message.BasicHeaderValueFormatter
+ 1 16 B 16 B com.oracle.svm.core.c.CTypeConversionSupportImpl$1
+ 1 16 B 16 B org.apache.http.impl.entity.StrictContentLengthStrategy
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext$ExpectedTypeRootLoader
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.TimeDV
+ 1 16 B 16 B org.apache.http.impl.conn.SystemDefaultDnsResolver
+ 1 16 B 16 B java.util.stream.FindOps$$Lambda$131.1268875696
+ 1 16 B 16 B org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory
+ 1 16 B 16 B org.postgresql.jdbc.PrimitiveArraySupport$1
+ 1 16 B 16 B sun.misc.FormattedFloatingDecimal$1
+ 1 16 B 16 B org.eclipse.microprofile.metrics.MetricFilter$1
+ 1 16 B 16 B org.apache.http.impl.NoConnectionReuseStrategy
+ 1 16 B 16 B com.sun.xml.bind.v2.model.nav.ReflectionNavigator$2
+ 1 16 B 16 B org.postgresql.shaded.com.ongres.scram.common.ScramMechanisms$$Lambda$761.1002350084
+ 1 16 B 16 B io.agroal.pool.wrapper.StatementWrapper$1
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.ListDV
+ 1 16 B 16 B org.xml.sax.helpers.SecuritySupport
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.AbstractConstraintMetaData$ContainerElementMetaDataTree$$Lambda$750.1787407034
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.CompletionStageProvider
+ 1 16 B 16 B org.jboss.resteasy.rxjava2.ObservableProvider
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.rule.OverridingMethodMustNotAlterParameterConstraints
+ 1 16 B 16 B java.util.stream.Collectors$$Lambda$136.136585593
+ 1 16 B 16 B javax.ws.rs.ext.ReaderInterceptor[]
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.dtd.IDREFDatatypeValidator
+ 1 16 B 16 B org.hibernate.validator.internal.metadata.aggregated.CascadingMetaDataBuilder$$Lambda$742.1337273530
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.xs.SubstitutionGroupHandler$OneSubGroup[]
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$600.1214099699
+ 1 16 B 16 B org.hsqldb.types.Charset
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.ReadOnlySetPropertyValueExtractor
+ 1 16 B 16 B sun.util.locale.provider.DateFormatSymbolsProviderImpl
+ 1 16 B 16 B org.xnio.Xnio$1
+ 1 16 B 16 B com.oracle.svm.core.jdk.SystemPropertiesSupport$$Lambda$195.978561861
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV
+ 1 16 B 16 B org.hibernate.validator.internal.engine.valueextraction.OptionalLongValueExtractor
+ 1 16 B 16 B sun.util.locale.provider.BreakIteratorProviderImpl
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
+ 1 16 B 16 B org.jboss.resteasy.plugins.delegates.EntityTagDelegate
+ 1 16 B 16 B org.jboss.resteasy.core.SynchronousDispatcher$$Lambda$593.1199713931
+ 1 16 B 16 B org.apache.http.impl.entity.LaxContentLengthStrategy
+ 1 16 B 16 B com.sun.naming.internal.VersionHelper12
+ 1 16 B 16 B com.sun.xml.bind.v2.runtime.property.AttributeProperty[]
+ 1 16 B 16 B io.smallrye.metrics.exporters.JsonMetadataExporter$$Lambda$633.76405117
+ 1 16 B 16 B org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver
+ 1 16 B 16 B org.jboss.protean.arc.AbstractSharedContext$$Lambda$422.1674647462
+ 1 16 B 16 B com.sun.org.apache.xerces.internal.impl.dv.xs.MonthDV
+ 1 16 B 16 B org.jboss.resteasy.plugins.providers.DefaultBooleanWriter
+
+
+Retained Space by Class with Top Objects
+========================================
+
+Total Heap: 24.50 MB
+Total Classes: 2892
+Total Objects: 205719
+
+# Objects Retained Size Class / Reason
+-------------------------------------------------
+ 9692 9.09 MB 6.72 MB java.lang.Class
+ 54.95 KB 928 B ├─ com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 22.78 KB 232 B ├─ com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 20.28 KB 928 B ├─ java.util.IllegalFormatCodePointException.getMessage()
+ 18.15 KB 928 B ├─ com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_constructor__.newInstance(Object[])
+ 17.75 KB 232 B ├─ com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 16.68 KB 232 B ├─ com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 16.47 KB 232 B ├─ com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 14.95 KB 928 B ├─ com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 14.88 KB 232 B ├─ org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 14.84 KB 928 B ├─ com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 622 7.38 MB 7.38 MB byte[]
+ 3.65 MB 3.65 MB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 3.02 MB 3.02 MB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 339.22 KB 339.22 KB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 190.82 KB 190.82 KB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 64.02 KB 64.02 KB ├─ com.sun.org.apache.xerces.internal.util.XML11Char.isXML11ValidName(String)
+ 64.02 KB 64.02 KB ├─ com.sun.org.apache.xerces.internal.util.XMLChar.isValidName(String)
+ 12.52 KB 12.52 KB ├─ sun.text.CompactByteArray -> sun.util.locale.provider.RuleBasedBreakIterator -> java.text.BreakIterator.getWordInstance(Locale)
+ 8.02 KB 8.02 KB ├─ java.nio.HeapByteBuffer -> ... -> java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 8.02 KB 8.02 KB ├─ java.nio.HeapByteBuffer -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 8.02 KB 8.02 KB ├─ java.nio.HeapByteBuffer -> ... -> java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ └─ ... more ...
+
+ 1 7.36 MB 104 B com.oracle.svm.core.code.ImageCodeInfo
+ 7.36 MB 104 B └─ com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+
+ 52611 4.78 MB 1.20 MB java.lang.String
+ 8.45 KB 24 B ├─ io.undertow.servlet.handlers.ServletDebugPageHandler.handleRequest(HttpServerExchange, ServletRequestContext, Throwable)
+ 6.87 KB 24 B ├─ io.undertow.servlet.handlers.DefaultServlet.doGet(HttpServletRequest, HttpServletResponse)
+ 2.87 KB 24 B ├─ java.util.Hashtable$Entry -> ... -> java.util.Properties -> java.security.Security.getProperty(String)
+ 2.87 KB 24 B ├─ java.util.Hashtable$Entry -> ... -> java.util.Properties -> java.security.Security.getProperty(String)
+ 1.91 KB 24 B ├─ io.undertow.servlet.handlers.DefaultServlet.doGet(HttpServletRequest, HttpServletResponse)
+ 1.70 KB 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> sun.util.locale.provider.LocaleDataMetaInfo.getSupportedLocaleString(String)
+ 1.70 KB 24 B ├─ sun.util.locale.provider.CollatorProviderImpl.getInstance(Locale)
+ 1.45 KB 24 B ├─ java.util.Hashtable$Entry -> ... -> java.util.Properties -> com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(Class, String, Properties)
+ 1.43 KB 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> sun.util.locale.provider.LocaleDataMetaInfo.getSupportedLocaleString(String)
+ 1.42 KB 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> sun.util.locale.provider.LocaleDataMetaInfo.getSupportedLocaleString(String)
+ └─ ... more ...
+
+ 53018 3.86 MB 3.86 MB char[]
+ 42.59 KB 42.59 KB ├─ sun.text.normalizer.CharTrie -> sun.text.normalizer.UCharacterProperty -> sun.text.normalizer.UnicodeSet.getInclusions(int)
+ 32.91 KB 32.91 KB ├─ sun.text.normalizer.NormalizerImpl.decompose(char[], int, int, char[], int, int, boolean, int[], UnicodeSet)
+ 32.84 KB 32.84 KB ├─ sun.text.normalizer.UCharacter.getProperty(int)
+ 18.63 KB 18.63 KB ├─ sun.text.normalizer.CharTrie -> sun.text.normalizer.UBiDiProps -> sun.net.idn.StringPrep.prepare(UCharacterIterator, int)
+ 17.71 KB 17.71 KB ├─ sun.text.normalizer.CharTrie -> ... -> sun.net.idn.StringPrep -> java.net.IDN.toUnicodeInternal(String, int)
+ 16.02 KB 16.02 KB ├─ java.io.BufferedWriter -> java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 16.02 KB 16.02 KB ├─ java.io.BufferedWriter -> java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 16.02 KB 16.02 KB ├─ java.io.BufferedWriter -> java.io.PrintStream -> com.oracle.svm.core.option.XOptions.parse(String[])
+ 11.08 KB 11.08 KB ├─ java.lang.CharacterData00.getType(int)
+ 8.43 KB 8.43 KB ├─ java.lang.String -> io.undertow.servlet.handlers.ServletDebugPageHandler.handleRequest(HttpServerExchange, ServletRequestContext, Throwable)
+ └─ ... more ...
+
+ 289 1.42 MB 9.03 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node
+ 310.06 KB 32 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 37.21 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 33.47 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 32.09 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 26.07 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 25.58 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 25.27 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 21.37 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 18.52 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 17.18 KB 32 B ├─ [Lcom.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node; -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ └─ ... more ...
+
+ 289 1.41 MB 293.52 KB com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node[]
+ 310.03 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 37.16 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 33.44 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 32.03 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 26.02 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 25.37 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 25.23 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 21.34 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 18.48 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 17.15 KB 1.02 KB ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ └─ ... more ...
+
+ 8031 1.09 MB 188.23 KB com.oracle.svm.core.hub.AnnotatedSuperInfo
+ 1.76 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.engine.path.PathImpl.asString()
+ 1.29 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xml.internal.serializer.SerializerFactory.getSerializer(Properties)
+ 1.13 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping.getBeanConfigurations(ConstraintHelper, TypeResolutionHelper, ValueExtractorManager)
+ 1000 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(Source, boolean, DTMWSFilter, boolean, boolean, boolean, int, boolean, boolean)
+ 840 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xerces.internal.dom.DeferredElementImpl.synchronizeData()
+ 840 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.createWriter(Writer, String)
+ 840 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.(JAXBContextImpl, AssociationMap)
+ 840 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.(JAXBContextImpl, AssociationMap)
+ 680 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.oracle.svm.core.hub.ClassForNameSupport.forName(String)
+ 680 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.oracle.svm.core.amd64.AMD64CPUFeatureAccess.verifyHostSupportsArchitecture(Architecture)
+ └─ ... more ...
+
+ 1084 1.03 MB 220.03 KB java.util.HashMap$Node[]
+ 168.15 KB 144 B ├─ java.util.HashMap -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 106.70 KB 8.02 KB ├─ java.util.HashMap -> ... -> org.hsqldb.lib.HsqlArrayList -> org.hsqldb.resources.ResourceBundleHandler.getString(int, String)
+ 76.09 KB 144 B ├─ java.util.HashMap -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 59.22 KB 16.02 KB ├─ java.util.HashMap -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 41.25 KB 144 B ├─ java.util.HashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 27.96 KB 8.02 KB ├─ java.util.HashMap -> java.lang.Character$UnicodeBlock.forName(String)
+ 25.16 KB 8.02 KB ├─ java.util.HashMap -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 22.97 KB 2.02 KB ├─ java.util.HashMap -> com.sun.org.apache.xml.internal.serializer.CharInfo -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 20.38 KB 528 B ├─ java.util.HashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 19.26 KB 1.02 KB ├─ java.util.HashMap -> java.util.PropertyResourceBundle -> com.sun.xml.internal.bind.v2.model.impl.Messages.format(Object[])
+ └─ ... more ...
+
+ 551 998.66 KB 38.74 KB java.util.HashMap
+ 168.22 KB 72 B ├─ com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 106.77 KB 72 B ├─ java.util.PropertyResourceBundle -> ... -> org.hsqldb.lib.HsqlArrayList -> org.hsqldb.resources.ResourceBundleHandler.getString(int, String)
+ 76.16 KB 72 B ├─ org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 59.29 KB 72 B ├─ sun.util.resources.LocaleNames -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 41.32 KB 72 B ├─ org.jboss.protean.arc.ArcContainerImpl -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 28.03 KB 72 B ├─ java.lang.Character$UnicodeBlock.forName(String)
+ 25.23 KB 72 B ├─ sun.util.resources.CurrencyNames -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 23.04 KB 72 B ├─ com.sun.org.apache.xml.internal.serializer.CharInfo -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 20.45 KB 72 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 19.33 KB 72 B ├─ java.util.PropertyResourceBundle -> com.sun.xml.internal.bind.v2.model.impl.Messages.format(Object[])
+ └─ ... more ...
+
+ 5971 991.41 KB 233.24 KB java.util.HashMap$Node
+ 74.72 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 59.38 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 54.89 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 40.79 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 25.32 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 17.95 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 17.66 KB 40 B ├─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 17.45 KB 40 B ├─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 9.84 KB 40 B ├─ [Ljava.util.HashMap$Node; -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 3.22 KB 40 B ├─ [Ljava.util.HashMap$Node; -> java.util.HashMap -> com.oracle.svm.core.jdk.Resources.get(String)
+ └─ ... more ...
+
+ 6799 904.54 KB 637.41 KB java.util.LinkedHashMap
+ 54.80 KB 96 B ├─ sun.util.resources.TimeZoneNames -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 19.20 KB 96 B ├─ sun.security.provider.Sun -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 7.31 KB 96 B ├─ sun.security.rsa.SunRsaSign -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 7.11 KB 96 B ├─ sun.security.provider.Sun -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 3.94 KB 96 B ├─ io.smallrye.openapi.api.models.ComponentsImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 2.80 KB 96 B ├─ sun.security.rsa.SunRsaSign -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 2.23 KB 96 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 2.23 KB 96 B ├─ java.util.LinkedHashSet -> java.util.Collections$UnmodifiableSet -> org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager.(Set)
+ 1.00 KB 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__.invoke(Object, Object[])
+ 1008 B 96 B ├─ io.smallrye.openapi.api.models.media.SchemaImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 1114 767.17 KB 174.06 KB java.lang.reflect.Method
+ 4.71 KB 160 B ├─ com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 3.87 KB 160 B ├─ [Ljava.lang.reflect.Method; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 3.81 KB 160 B ├─ [Ljava.lang.reflect.Method; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 3.77 KB 160 B ├─ [Ljava.lang.reflect.Method; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 3.71 KB 160 B ├─ [Ljava.lang.reflect.Method; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 3.63 KB 160 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.63 KB 160 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.63 KB 160 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.63 KB 160 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.63 KB 160 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ └─ ... more ...
+
+ 618 762.26 KB 587.94 KB java.lang.String[]
+ 342.95 KB 342.95 KB ├─ internedStrings table
+ 109.46 KB 15.64 KB ├─ java.text.RBTableBuilder.addComposedChars()
+ 98.60 KB 93.03 KB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 72.16 KB 10.02 KB ├─ org.postgresql.core.NativeQuery.bindName(int)
+ 56.02 KB 55.89 KB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 29.01 KB 29.01 KB ├─ com.oracle.svm.core.code.ImageCodeInfo -> com.oracle.svm.core.code.CodeInfoTable.lookupTotalFrameSize(CodePointer)
+ 6.96 KB 528 B ├─ java.math.BigInteger.smallToString(int)
+ 3.83 KB 1.02 KB ├─ org.jboss.resteasy.specimpl.ResteasyUriBuilder.replaceQueryStringParameter(Map, boolean, boolean, String, StringBuilder)
+ 3.17 KB 1.02 KB ├─ org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 1.02 KB 1.02 KB ├─ org.jboss.resteasy.specimpl.ResteasyUriBuilder.replaceParameter(Map, boolean, boolean, String, StringBuilder, boolean)
+ └─ ... more ...
+
+ 4804 713.11 KB 262.72 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedTypeBaseImpl
+ 168 B 56 B ├─ sun.reflect.annotation.AnnotatedTypeFactory.buildAnnotatedType(Type, TypeAnnotation$LocationInfo, TypeAnnotation[], TypeAnnotation[], AnnotatedElement)
+ 152 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.client.jaxrs.ProxyBuilder.proxy(Class, WebTarget, ProxyConfig)
+ 152 B 56 B ├─ [Ljava.lang.reflect.AnnotatedType; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_createContext__Ljava_lang_Class__java_util_Map_.equals(Object)
+ 152 B 56 B ├─ [Ljava.lang.reflect.AnnotatedType; -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.handlers.resource.URLResource.serveImpl(Sender, HttpServerExchange, long, long, boolean, IoCallback)
+ 152 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> org.apache.http.impl.client.InternalHttpClient.doExecute(HttpHost, HttpRequest, HttpContext)
+ 152 B 56 B ├─ [Ljava.lang.reflect.AnnotatedType; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(HttpRequest, HttpResponse, Object)
+ 152 B 56 B ├─ [Ljava.lang.reflect.AnnotatedType; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.core.ResourceLocatorInvoker.invokeOnTargetObject(HttpRequest, HttpResponse, Object)
+ 152 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> org.apache.http.impl.client.InternalHttpClient.close()
+ 152 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> sun.nio.ch.KQueueSelectorImpl.implClose()
+ 152 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.nio.WorkerThread.run()
+ └─ ... more ...
+
+ 10471 678.48 KB 678.48 KB int[]
+ 41.44 KB 41.44 KB ├─ sun.text.normalizer.IntTrie -> java.lang.ConditionalSpecialCasing.isAfterSoftDotted(String, int)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getBigDecimal(BigDecimal)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToLong(SessionInterface, Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToLong(SessionInterface, Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getBigDecimal(BigDecimal)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDouble(Object)
+ 16.02 KB 16.02 KB ├─ org.hsqldb.map.HashIndex -> org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDouble(Object)
+ └─ ... more ...
+
+ 1394 651.05 KB 255.27 KB java.lang.Object[]
+ 106.88 KB 80 B ├─ org.hsqldb.lib.HsqlArrayList -> org.hsqldb.resources.ResourceBundleHandler.getString(int, String)
+ 39.22 KB 464 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 32.06 KB 32.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getBigDecimal(BigDecimal)
+ 32.05 KB 32.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 32.02 KB 32.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDouble(Object)
+ 32.02 KB 32.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getString(String)
+ 32.02 KB 32.02 KB ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToLong(SessionInterface, Object)
+ 8.46 KB 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 8.02 KB 8.02 KB ├─ [[Ljava.lang.Object; -> com.oracle.svm.core.handles.ObjectHandlesImpl -> com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads$ThreadStartData)
+ 7.45 KB 768 B ├─ java.util.ArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ └─ ... more ...
+
+ 795 512.16 KB 31.05 KB sun.reflect.annotation.AnnotationInvocationHandler
+ 8.73 KB 40 B ├─ com.sun.proxy.$Proxy67 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 8.35 KB 40 B ├─ com.sun.proxy.$Proxy136 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 7.67 KB 40 B ├─ com.sun.proxy.$Proxy68 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 7.34 KB 40 B ├─ com.sun.proxy.$Proxy139 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 7.34 KB 40 B ├─ com.sun.proxy.$Proxy140 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 6.52 KB 40 B ├─ com.sun.proxy.$Proxy72 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 6.04 KB 40 B ├─ com.sun.proxy.$Proxy74 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 6.02 KB 40 B ├─ com.sun.proxy.$Proxy73 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 3.39 KB 40 B ├─ com.sun.proxy.$Proxy70 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ 3.39 KB 40 B ├─ com.sun.proxy.$Proxy70 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 487 486.91 KB 11.46 KB java.lang.annotation.Annotation[]
+ 18.58 KB 80 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 15.67 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 14.45 KB 64 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 14.37 KB 64 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 13.30 KB 64 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 12.59 KB 80 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 9.16 KB 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 9.05 KB 72 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 8.99 KB 64 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__.invoke(Object, Object[])
+ 8.88 KB 64 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 1238 437.78 KB 40.25 KB java.lang.reflect.AnnotatedType[]
+ 1.73 KB 104 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.engine.path.PathImpl.asString()
+ 1.27 KB 80 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xml.internal.serializer.SerializerFactory.getSerializer(Properties)
+ 1.11 KB 72 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.cfg.context.DefaultConstraintMapping.getBeanConfigurations(ConstraintHelper, TypeResolutionHelper, ValueExtractorManager)
+ 976 B 64 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xalan.internal.xsltc.dom.XSLTCDTMManager.getDTM(Source, boolean, DTMWSFilter, boolean, boolean, boolean, int, boolean, boolean)
+ 816 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xerces.internal.dom.DeferredElementImpl.synchronizeData()
+ 816 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.createWriter(Writer, String)
+ 816 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.(JAXBContextImpl, AssociationMap)
+ 816 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.(JAXBContextImpl, AssociationMap)
+ 656 B 48 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.oracle.svm.core.hub.ClassForNameSupport.forName(String)
+ 656 B 48 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> com.oracle.svm.core.hub.DynamicHub -> com.oracle.svm.core.amd64.AMD64CPUFeatureAccess.verifyHostSupportsArchitecture(Architecture)
+ └─ ... more ...
+
+ 631 405.72 KB 34.51 KB java.util.concurrent.ConcurrentHashMap$Node
+ 40.05 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 39.68 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 7.47 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 5.59 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.75 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.74 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.74 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.74 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.74 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 3.74 KB 56 B ├─ [Ljava.util.concurrent.ConcurrentHashMap$Node; -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ └─ ... more ...
+
+ 5 401.45 KB 840 B org.hsqldb.map.ValuePoolHashMap
+ 80.32 KB 168 B ├─ org.hsqldb.map.ValuePool.getBigDecimal(BigDecimal)
+ 80.30 KB 168 B ├─ org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 80.27 KB 168 B ├─ org.hsqldb.types.NumberType.convertToDouble(Object)
+ 80.27 KB 168 B ├─ org.hsqldb.map.ValuePool.getString(String)
+ 80.27 KB 168 B └─ org.hsqldb.types.NumberType.convertToLong(SessionInterface, Object)
+
+ 484 368.67 KB 14.75 KB java.lang.reflect.Method[]
+ 25.69 KB 584 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 7.87 KB 88 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 7.58 KB 80 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 6.93 KB 72 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 6.63 KB 72 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 6.63 KB 72 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 5.99 KB 56 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 5.50 KB 48 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 5.50 KB 48 B ├─ sun.reflect.annotation.AnnotationInvocationHandler -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 4.23 KB 80 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 180 364.95 KB 19.69 KB java.util.concurrent.ConcurrentHashMap
+ 140.28 KB 112 B ├─ org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 56.92 KB 112 B ├─ sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40.67 KB 112 B ├─ org.jboss.protean.arc.ComputingCache -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 19.79 KB 112 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 12.46 KB 112 B ├─ ch.qos.logback.classic.LoggerContext -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 9.68 KB 112 B ├─ java.util.concurrent.ConcurrentHashMap$KeySetView -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 7.39 KB 112 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.39 KB 112 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.30 KB 112 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.30 KB 112 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 73 345.27 KB 15.27 KB java.util.concurrent.ConcurrentHashMap$Node[]
+ 140.17 KB 2.02 KB ├─ java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 56.81 KB 2.02 KB ├─ java.util.concurrent.ConcurrentHashMap -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40.56 KB 144 B ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 19.68 KB 1.02 KB ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 12.35 KB 2.02 KB ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 9.57 KB 1.02 KB ├─ java.util.concurrent.ConcurrentHashMap -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 7.28 KB 144 B ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.28 KB 144 B ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.19 KB 144 B ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 7.19 KB 144 B ├─ java.util.concurrent.ConcurrentHashMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1069 338.65 KB 41.76 KB java.util.ArrayList
+ 7.49 KB 40 B ├─ java.util.logging.LogManager$RootLogger -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 3.18 KB 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.oracle.svm.core.jdk.Resources.get(String)
+ 2.23 KB 40 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.23 KB 40 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.13 KB 40 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.13 KB 40 B ├─ org.jboss.resteasy.core.MediaTypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.73 KB 40 B ├─ java.util.logging.Logger -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 1.48 KB 40 B ├─ java.util.Collections$UnmodifiableRandomAccessList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.48 KB 40 B ├─ java.util.Collections$UnmodifiableRandomAccessList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.48 KB 40 B ├─ java.util.Collections$UnmodifiableRandomAccessList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 323 332.47 KB 17.66 KB sun.reflect.generics.repository.MethodRepository
+ 1.76 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.76 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.74 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.74 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.71 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 1.71 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 1.70 KB 56 B ├─ java.lang.reflect.Method -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 1.70 KB 56 B ├─ java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 1.58 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.flatMap(Function)
+ 1.53 KB 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps.makeRef(Collector)
+ └─ ... more ...
+
+ 1 310.13 KB 32 B com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie
+ 310.13 KB 32 B └─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+
+ 832 294.71 KB 19.50 KB sun.reflect.generics.tree.ClassTypeSignature
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 880 B 24 B ├─ sun.reflect.generics.tree.ArrayTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 327 245.90 KB 12.77 KB sun.reflect.generics.tree.MethodTypeSignature
+ 1.55 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.55 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.54 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.54 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.44 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 1.44 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 1.30 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 1.30 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 1.16 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps.makeRef(Collector)
+ 1.15 KB 40 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 20 238.23 KB 800 B java.util.PropertyResourceBundle
+ 106.80 KB 40 B ├─ [Ljava.lang.Object; -> org.hsqldb.lib.HsqlArrayList -> org.hsqldb.resources.ResourceBundleHandler.getString(int, String)
+ 19.37 KB 40 B ├─ com.sun.xml.internal.bind.v2.model.impl.Messages.format(Object[])
+ 19.09 KB 40 B ├─ com.sun.xml.bind.v2.model.impl.Messages.format(Object[])
+ 17.41 KB 40 B ├─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 17.30 KB 40 B ├─ java.util.PropertyResourceBundle -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+ 16.22 KB 40 B ├─ org.glassfish.json.JsonMessages.localize(String, Object[])
+ 7.97 KB 40 B ├─ com.sun.xml.internal.bind.v2.runtime.Messages.format(Object[])
+ 7.97 KB 40 B ├─ com.sun.xml.bind.v2.runtime.Messages.format(Object[])
+ 4.97 KB 40 B ├─ com.sun.xml.internal.bind.v2.Messages.format(Object[])
+ 4.97 KB 40 B ├─ com.sun.xml.bind.v2.Messages.format(Object[])
+ └─ ... more ...
+
+ 146 220.92 KB 12.55 KB com.oracle.svm.core.hub.DynamicHub$ReflectionData
+ 53.84 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 19.10 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> java.util.IllegalFormatCodePointException.getMessage()
+ 17.20 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_glassfish_json_JsonProviderImpl_constructor__.newInstance(Object[])
+ 13.99 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 13.88 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 4.32 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ 3.78 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 3.73 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 3.49 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_json_JsonObject_getBoolean_java_lang_String_.invoke(Object, Object[])
+ 3.06 KB 88 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ └─ ... more ...
+
+ 2345 213.27 KB 91.60 KB com.oracle.svm.core.hub.GenericInfo
+ 1.83 KB 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ 1.59 KB 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_rtrim_int_java_util_List_.invoke(Object, Object[])
+ 720 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_ResteasyJackson2Provider_constructor__.newInstance(Object[])
+ 640 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> java.util.stream.Nodes$CollectorTask$OfRef.makeChild(Spliterator)
+ 528 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps$ReduceOp.evaluateParallel(PipelineHelper, Spliterator)
+ 432 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener.handleEvent(CloseableChannel)
+ 432 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel$3.handleEvent(Channel)
+ 432 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel.flushSenders()
+ 432 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.protocols.http2.Http2Channel.(StreamConnection, String, ByteBufferPool, PooledByteBuffer, boolean, boolean, boolean, ByteBuffer, OptionMap)
+ 424 B 40 B ├─ com.oracle.svm.core.hub.DynamicHub -> java.util.stream.AbstractShortCircuitTask.setLocalResult(Object)
+ └─ ... more ...
+
+ 2577 211.59 KB 100.66 KB sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl
+ 2.90 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.89 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.23 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.protocols.http2.Http2Channel.sendGoAway(int, ChannelExceptionHandler)
+ 2.00 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.ChannelListeners.openListenerAdapter(ChannelListener)
+ 1.94 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.ChannelListeners.openListenerAdapter(ChannelListener)
+ 1.79 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyProviderFactory.getContextResolver(Class, MediaType)
+ 1.79 KB 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ 1.55 KB 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_rtrim_int_java_util_List_.invoke(Object, Object[])
+ 1.55 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.55 KB 40 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ContextClassLoaderSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_.invoke(Object, Object[])
+ └─ ... more ...
+
+ 1020 204.90 KB 31.88 KB sun.reflect.generics.tree.SimpleClassTypeSignature
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 760 B 32 B ├─ [Ljava.lang.Object; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 1686 202.63 KB 105.38 KB java.util.LinkedHashMap$Entry
+ 2.05 KB 64 B ├─ io.smallrye.openapi.api.models.PathsImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.91 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.36 KB 64 B ├─ java.util.LinkedHashMap -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.36 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.34 KB 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 3117 183.52 KB 78.63 KB java.lang.reflect.Type[]
+ 2.86 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.85 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.21 KB 32 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.flatMap(Function)
+ 2.20 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.protocols.http2.Http2Channel.sendGoAway(int, ChannelExceptionHandler)
+ 1.96 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.ChannelListeners.openListenerAdapter(ChannelListener)
+ 1.90 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.ChannelListeners.openListenerAdapter(ChannelListener)
+ 1.88 KB 40 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps.makeRef(BinaryOperator)
+ 1.81 KB 32 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.map(Function)
+ 1.75 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyProviderFactory.getContextResolver(Class, MediaType)
+ 1.75 KB 24 B ├─ sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ └─ ... more ...
+
+ 22 180.27 KB 6.53 KB org.jboss.resteasy.spi.ResteasyProviderFactory
+ 157.80 KB 304 B ├─ org.jboss.resteasy.spi.ResteasyDeployment -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.MessageBodyParameterInjector -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.07 KB 304 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1096 178.11 KB 59.94 KB sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 608 B 56 B ├─ com.oracle.svm.core.hub.AnnotatedSuperInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 10 168.36 KB 480 B org.hsqldb.map.HashIndex
+ 32.08 KB 48 B ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToLong(SessionInterface, Object)
+ 32.08 KB 48 B ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDefaultType(SessionInterface, Object)
+ 32.08 KB 48 B ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getString(String)
+ 32.08 KB 48 B ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.types.NumberType.convertToDouble(Object)
+ 32.08 KB 48 B ├─ org.hsqldb.map.ValuePoolHashMap -> org.hsqldb.map.ValuePool.getBigDecimal(BigDecimal)
+ 3.59 KB 48 B ├─ org.hsqldb.lib.IntValueHashMap -> org.hsqldb.Scanner.setIdentifierProperties()
+ 2.83 KB 48 B ├─ org.hsqldb.lib.IntValueHashMap -> org.hsqldb.Scanner.setIdentifierProperties()
+ 1.08 KB 48 B ├─ org.hsqldb.lib.OrderedIntHashSet -> org.hsqldb.Scanner.setIdentifierProperties()
+ 336 B 48 B ├─ org.hsqldb.lib.OrderedIntHashSet -> org.hsqldb.Scanner.scanWhitespace()
+ 144 B 48 B └─ org.hsqldb.lib.IntKeyIntValueHashMap -> org.hsqldb.types.DTIType.(int, int, long, int, int, int)
+
+ 1 168.34 KB 32 B com.oracle.svm.core.jdk.LocalizationSupport
+ 168.34 KB 32 B └─ com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+
+ 776 130.93 KB 16.15 KB sun.reflect.generics.tree.TypeArgument[]
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 656 B 24 B ├─ sun.reflect.generics.tree.SimpleClassTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 5 120.59 KB 320 B org.jboss.resteasy.core.MediaTypeMap
+ 29.59 KB 64 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 29.57 KB 64 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 27.96 KB 64 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 27.95 KB 64 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 5.53 KB 64 B └─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 1 106.91 KB 32 B org.hsqldb.lib.HsqlArrayList
+ 106.91 KB 32 B └─ org.hsqldb.resources.ResourceBundleHandler.getString(int, String)
+
+ 402 103.47 KB 12.56 KB sun.reflect.generics.tree.Wildcard
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 632 B 32 B ├─ [Lsun.reflect.generics.tree.TypeArgument; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 48 102.38 KB 1.50 KB javax.validation.Constraint$$ProxyImpl
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 2.13 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Pattern_message__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 295 100.60 KB 7.08 KB sun.reflect.generics.tree.TypeSignature[]
+ 1.36 KB 96 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.36 KB 96 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.35 KB 88 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1.35 KB 88 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 1000 B 56 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 1000 B 56 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 880 B 40 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 880 B 40 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 872 B 32 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ 872 B 32 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> java.util.concurrent.ConcurrentHashMap -> org.postgresql.jdbc.EscapedFunctions2.getFunction(String)
+ └─ ... more ...
+
+ 1474 98.97 KB 57.58 KB sun.reflect.generics.reflectiveObjects.TypeVariableImpl
+ 2.84 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.ObservableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.83 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 2.18 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.flatMap(Function)
+ 2.17 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.protocols.http2.Http2Channel.sendGoAway(int, ChannelExceptionHandler)
+ 1.88 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.xnio.ChannelListeners.openListenerAdapter(ChannelListener)
+ 1.78 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.map(Function)
+ 1.77 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps.makeRef(BinaryOperator)
+ 1.73 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyProviderFactory.getContextResolver(Class, MediaType)
+ 1.73 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ 1.52 KB 40 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.Spliterators.iterator(Spliterator)
+ └─ ... more ...
+
+ 751 96.62 KB 17.59 KB sun.reflect.generics.tree.FieldTypeSignature[]
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 576 B 24 B ├─ sun.reflect.generics.tree.Wildcard -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 334 96.00 KB 13.05 KB java.util.concurrent.CopyOnWriteArrayList
+ 39.32 KB 40 B ├─ org.jboss.protean.arc.ArcContainerImpl -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 8.56 KB 40 B ├─ java.util.logging.LogManager$RootLogger -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 2.47 KB 40 B ├─ ch.qos.logback.core.spi.AppenderAttachableImpl -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 776 B 40 B ├─ org.jboss.resteasy.core.interception.jaxrs.ContainerRequestFilterRegistry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 528 B 40 B ├─ java.util.concurrent.CopyOnWriteArraySet -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$SubtypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$SubtypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$SubtypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$SubtypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 312 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$SubtypeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 114 85.58 KB 3.56 KB java.lang.annotation.Target$$ProxyImpl
+ 816 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> java.lang.Deprecated$$ProxyImpl.annotationType()
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 1 83.59 KB 40 B org.jboss.protean.arc.ArcContainerImpl
+ 83.59 KB 40 B └─ org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 51 80.48 KB 1.59 KB java.lang.annotation.Repeatable$$ProxyImpl
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_Min_message__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getGroupConversions(AnnotatedElement)
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 1.58 KB 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 1079 79.38 KB 21.79 KB java.lang.reflect.Parameter[]
+ 816 B 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 816 B 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 784 B 64 B ├─ java.lang.reflect.Method -> org.jboss.logging.Slf4jLocationAwareLogger.doLog(LocationAwareLogger, String, int, String, Throwable)
+ 784 B 64 B ├─ java.lang.reflect.Method -> java.lang.reflect.Method -> org.jboss.logging.Slf4jLocationAwareLogger.doLog(LocationAwareLogger, String, int, String, Throwable)
+ 736 B 88 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 736 B 88 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 528 B 48 B ├─ java.lang.reflect.Constructor -> ... -> sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 528 B 48 B ├─ java.lang.reflect.Constructor -> sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 416 B 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.IllegalFormatCodePointException.getMessage()
+ 416 B 56 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 4 79.16 KB 192 B sun.text.normalizer.CharTrie
+ 42.66 KB 48 B ├─ sun.text.normalizer.UCharacterProperty -> sun.text.normalizer.UnicodeSet.getInclusions(int)
+ 18.69 KB 48 B ├─ sun.text.normalizer.UBiDiProps -> sun.net.idn.StringPrep.prepare(UCharacterIterator, int)
+ 17.76 KB 48 B ├─ sun.net.idn.StringPrep$StringPrepTrieImpl -> sun.net.idn.StringPrep -> java.net.IDN.toUnicodeInternal(String, int)
+ 64 B 48 B └─ sun.text.normalizer.UCharacter.getProperty(int)
+
+ 76 78.32 KB 8.31 KB java.util.regex.Pattern
+ 5.24 KB 112 B ├─ org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 4.78 KB 112 B ├─ org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.53 KB 112 B ├─ org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.46 KB 112 B ├─ com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.93 KB 112 B ├─ org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 2.78 KB 112 B ├─ sun.misc.FloatingDecimal.parseHexString(String)
+ 2.26 KB 112 B ├─ java.util.Formatter.parse(String)
+ 2.13 KB 112 B ├─ org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 1.95 KB 112 B ├─ com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ 1.88 KB 112 B ├─ org.jboss.resteasy.core.registry.Expression.(String, String)
+ └─ ... more ...
+
+ 1 76.23 KB 32 B org.jboss.shamrock.runtime.StartupContext
+ 76.23 KB 32 B └─ org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 117 76.08 KB 3.66 KB java.lang.annotation.Retention$$ProxyImpl
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder.fromAnnotations()
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider.isReadWritable(Class, Type, Annotation[], MediaType)
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.jaxrs.json.JsonEndpointConfig.addAnnotation(Class, Annotation, boolean)
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder.fromAnnotations()
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> java.lang.annotation.Inherited$$ProxyImpl.annotationType()
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature.getEncodings(Annotation[])
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.providers.sse.SseEventOutputImpl.internalFlushResponseToClient(boolean)
+ 672 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder.fromAnnotations()
+ └─ ... more ...
+
+ 262 75.08 KB 10.23 KB javax.ws.rs.core.MediaType
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 352 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 320 B 40 B ├─ org.jboss.resteasy.core.MediaTypeMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1 74.68 KB 24 B io.undertow.server.handlers.HttpContinueReadHandler
+ 74.68 KB 24 B └─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 1 74.66 KB 72 B io.undertow.servlet.handlers.ServletInitialHandler
+ 74.66 KB 72 B └─ io.undertow.server.handlers.HttpContinueReadHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 129 74.45 KB 3.02 KB sun.reflect.generics.tree.ArrayTypeSignature
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 904 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 3 73.92 KB 192 B java.io.PrintStream
+ 24.80 KB 64 B ├─ org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 24.68 KB 64 B ├─ com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 24.44 KB 64 B └─ com.oracle.svm.core.option.XOptions.parse(String[])
+
+ 267 70.05 KB 14.60 KB java.util.Collections$UnmodifiableMap
+ 20.51 KB 56 B ├─ org.hibernate.validator.internal.metadata.core.ConstraintHelper -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 6.20 KB 56 B ├─ io.undertow.servlet.core.DeploymentImpl -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.29 KB 56 B ├─ org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> org.jboss.resteasy.core.registry.SegmentNode.match(List, String, HttpRequest)
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> org.jboss.resteasy.plugins.providers.sse.SseEventProvider.isWriteable(Class, Type, Annotation[], MediaType)
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> org.jboss.resteasy.core.ResourceMethodInvoker.doesConsume(MediaType)
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 56 B ├─ javax.ws.rs.core.MediaType -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 103 66.36 KB 2.41 KB java.util.regex.Pattern$GroupHead
+ 5.11 KB 24 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 4.65 KB 24 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.40 KB 24 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.57 KB 24 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.07 KB 24 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.88 KB 24 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 1.66 KB 24 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 1.64 KB 24 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 1.51 KB 24 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.34 KB 24 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ └─ ... more ...
+
+ 161 63.95 KB 5.03 KB java.util.HashSet
+ 1.54 KB 32 B ├─ sun.net.www.protocol.http.HttpURLConnection.isRestrictedHeader(String, String)
+ 1.23 KB 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.03 KB 32 B ├─ com.fasterxml.jackson.databind.deser.std.JdkDeserializers.find(Class, String)
+ 1.03 KB 32 B ├─ java.util.Collections$UnmodifiableSet -> com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory.createBeanDeserializer(DeserializationContext, JavaType, BeanDescription)
+ 864 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 832 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 832 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 832 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 832 B 32 B ├─ java.util.Collections$UnmodifiableSet -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 24 63.81 KB 8.72 KB java.util.Hashtable$Entry[]
+ 20.07 KB 1.51 KB ├─ java.util.Hashtable -> sun.net.www.MimeTable -> HostedField>
+ 13.20 KB 392 B ├─ java.util.Properties -> java.security.Security.getProperty(String)
+ 5.46 KB 1.51 KB ├─ sun.security.provider.Sun -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 5.42 KB 200 B ├─ java.util.Hashtable -> java.lang.ConditionalSpecialCasing.lookUpTable(String, int, Locale, boolean)
+ 5.10 KB 1.51 KB ├─ java.util.Hashtable -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 3.06 KB 776 B ├─ java.util.Properties -> com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(Class, String, Properties)
+ 2.33 KB 776 B ├─ sun.security.rsa.SunRsaSign -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 2.06 KB 200 B ├─ java.util.Properties -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 1.75 KB 104 B ├─ org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+ 928 B 104 B ├─ java.util.Properties -> sun.net.NetProperties.get(String)
+ └─ ... more ...
+
+ 56 63.80 KB 2.19 KB java.util.regex.Pattern$Branch
+ 5.09 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 4.63 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.38 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.80 KB 40 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 2.65 KB 40 B ├─ java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 2.55 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.10 KB 40 B ├─ java.util.regex.Pattern$Single -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ 2.05 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.05 KB 40 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 1.87 KB 40 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ └─ ... more ...
+
+ 1 60.05 KB 72 B java.util.logging.LogManager
+ 60.05 KB 72 B └─ java.util.logging.Logger.demandLogger(String, String, Class)
+
+ 1 59.34 KB 48 B sun.util.resources.LocaleNames
+ 59.34 KB 48 B └─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+
+ 174 57.85 KB 23.11 KB java.lang.reflect.Constructor
+ 1.61 KB 136 B ├─ sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 1.42 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 1.42 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 1.40 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 1.30 KB 136 B ├─ sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 1.00 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 1.00 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 1.00 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 1.00 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 1.00 KB 136 B ├─ [Ljava.lang.reflect.Constructor; -> com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ └─ ... more ...
+
+ 1 57.84 KB 64 B sun.text.normalizer.UCharacterProperty
+ 57.84 KB 64 B └─ sun.text.normalizer.UnicodeSet.getInclusions(int)
+
+ 631 57.59 KB 44.37 KB java.lang.reflect.Parameter
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> java.lang.reflect.Method -> com.sun.proxy.$Proxy238.execute(String)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy227.getParameter(String)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy238.execute(String)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 120 B 72 B ├─ [Ljava.lang.reflect.Parameter; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 482 57.30 KB 18.83 KB java.util.Hashtable$Entry
+ 3.20 KB 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Properties -> java.security.Security.getProperty(String)
+ 2.98 KB 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Properties -> java.security.Security.getProperty(String)
+ 1.65 KB 40 B ├─ [Ljava.util.Hashtable$Entry; -> org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+ 1.13 KB 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Hashtable -> java.lang.ConditionalSpecialCasing.lookUpTable(String, int, Locale, boolean)
+ 1.09 KB 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Properties -> java.security.Security.getProperty(String)
+ 896 B 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Hashtable -> java.lang.ConditionalSpecialCasing.lookUpTable(String, int, Locale, boolean)
+ 736 B 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Properties -> java.security.Security.getProperty(String)
+ 728 B 40 B ├─ [Ljava.util.Hashtable$Entry; -> ... -> sun.net.www.MimeTable -> HostedField>
+ 712 B 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Hashtable -> com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore.write_state(Uid, String, OutputObjectState, int)
+ 704 B 40 B ├─ [Ljava.util.Hashtable$Entry; -> java.util.Hashtable -> java.lang.ConditionalSpecialCasing.lookUpTable(String, int, Locale, boolean)
+ └─ ... more ...
+
+ 1 57.03 KB 32 B sun.util.locale.BaseLocale$Cache
+ 57.03 KB 32 B └─ sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+
+ 1 54.85 KB 56 B sun.util.resources.TimeZoneNames
+ 54.85 KB 56 B └─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+
+ 1 49.96 KB 48 B java.util.logging.LogManager$LoggerContext
+ 49.96 KB 48 B └─ java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+
+ 1 48.39 KB 48 B org.jboss.resteasy.core.ResourceMethodRegistry
+ 48.39 KB 48 B └─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 3 48.23 KB 192 B java.io.BufferedWriter
+ 16.08 KB 64 B ├─ java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 16.08 KB 64 B ├─ java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 16.08 KB 64 B └─ java.io.PrintStream -> com.oracle.svm.core.option.XOptions.parse(String[])
+
+ 1 48.07 KB 32 B org.jboss.resteasy.core.registry.RootClassNode
+ 48.07 KB 32 B └─ org.jboss.resteasy.core.ResourceMethodRegistry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 1 46.14 KB 48 B sun.text.normalizer.IntTrie
+ 46.14 KB 48 B └─ java.lang.ConditionalSpecialCasing.isAfterSoftDotted(String, int)
+
+ 7 44.46 KB 504 B org.jboss.resteasy.core.registry.ClassExpression
+ 13.33 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 6.93 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 6.73 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 5.48 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 5.07 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.78 KB 72 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.14 KB 72 B └─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 185 44.27 KB 8.67 KB java.util.logging.LogManager$LogNode
+ 1.10 KB 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 992 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 952 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 952 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 888 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 880 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 840 B 48 B ├─ java.util.logging.LogManager$LoggerContext -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 744 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 744 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 720 B 48 B ├─ java.util.HashMap$Node -> ... -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ └─ ... more ...
+
+ 87 42.94 KB 2.72 KB java.util.Collections$UnmodifiableSet
+ 2.29 KB 32 B ├─ org.hibernate.validator.internal.engine.valueextraction.ValueExtractorManager.(Set)
+ 1.26 KB 32 B ├─ org.hibernate.validator.internal.engine.ValidatorFactoryImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.06 KB 32 B ├─ com.fasterxml.jackson.databind.jsontype.impl.SubTypeValidator -> com.fasterxml.jackson.databind.deser.BeanDeserializerFactory.createBeanDeserializer(DeserializationContext, JavaType, BeanDescription)
+ 896 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod18_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 896 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod11_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod18_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod17_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod9_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod19_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 864 B 32 B ├─ io.smallrye.config.inject.ConfigProducer_ProducerMethod29_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 3 42.38 KB 96 B org.jboss.protean.arc.ComputingCache
+ 40.73 KB 32 B ├─ org.jboss.protean.arc.ApplicationContext -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.48 KB 32 B ├─ org.jboss.protean.arc.ArcContainerImpl -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 168 B 32 B └─ org.jboss.protean.arc.SingletonContext -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 29 41.90 KB 1.13 KB org.jboss.protean.arc.LazyValue
+ 39.45 KB 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 208 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 208 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 208 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 144 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 136 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 96 B 40 B ├─ org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 96 B 40 B ├─ org.jboss.shamrock.openapi.runtime.OpenApiDocumentProducer_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 40 B ├─ io.smallrye.metrics.MetricRegistries_Bean -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 1 40.75 KB 24 B org.jboss.protean.arc.ApplicationContext
+ 40.75 KB 24 B └─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 2 40.66 KB 112 B com.sun.org.apache.xml.internal.serializer.CharInfo
+ 31.53 KB 56 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 9.13 KB 56 B └─ com.sun.org.apache.xml.internal.serializer.ToXMLStream.()
+
+ 42 39.64 KB 1008 B java.util.regex.Pattern$Ctype
+ 3.33 KB 24 B ├─ java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 3.30 KB 24 B ├─ java.util.regex.Pattern$Ctype -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 3.28 KB 24 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 3.26 KB 24 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.94 KB 24 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.91 KB 24 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.59 KB 24 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.57 KB 24 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.25 KB 24 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.23 KB 24 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ └─ ... more ...
+
+ 4 39.55 KB 192 B org.jboss.protean.arc.InstanceHandleImpl
+ 39.38 KB 48 B ├─ org.jboss.protean.arc.LazyValue -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 72 B 48 B ├─ org.jboss.protean.arc.LazyValue -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 48 B ├─ org.jboss.protean.arc.LazyValue -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 48 B 48 B └─ org.jboss.protean.arc.ArcContainerImpl.instance(InjectableBean)
+
+ 1 39.33 KB 24 B org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider
+ 39.33 KB 24 B └─ org.jboss.protean.arc.InstanceHandleImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 1 39.30 KB 96 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl
+ 39.30 KB 96 B └─ org.jboss.shamrock.beanvalidation.runtime.ValidatorProvider -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 59 38.01 KB 2.30 KB com.sun.org.apache.xerces.internal.util.SymbolHash
+ 18.88 KB 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 14.17 KB 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 816 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.processExternalHints(String, String, Map, XMLErrorReporter)
+ 416 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 224 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 224 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 64 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.()
+ 64 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 64 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 64 B 40 B ├─ com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ └─ ... more ...
+
+ 1 37.50 KB 2.67 KB sun.misc.FDBigInteger[]
+ 37.50 KB 2.67 KB └─ sun.misc.FDBigInteger.big5pow(int)
+
+ 56 37.40 KB 2.41 KB java.util.regex.Pattern$Node[]
+ 4.97 KB 48 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 4.51 KB 80 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.26 KB 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.37 KB 272 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.22 KB 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.11 KB 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.07 KB 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 1.00 KB 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 944 B 32 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 912 B 144 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ └─ ... more ...
+
+ 8 37.38 KB 256 B org.jboss.resteasy.core.registry.RootNode
+ 12.22 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 5.80 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 5.57 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 4.33 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.93 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.24 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.02 KB 32 B ├─ org.jboss.resteasy.core.registry.ClassExpression -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 280 B 32 B └─ org.jboss.resteasy.core.ResourceMethodRegistry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 59 35.70 KB 3.12 KB com.sun.org.apache.xerces.internal.util.SymbolHash$Entry[]
+ 18.84 KB 824 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 14.13 KB 824 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 776 B 80 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.processExternalHints(String, String, Map, XMLErrorReporter)
+ 376 B 64 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 184 B 64 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 184 B 64 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 24 B 24 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.()
+ 24 B 24 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 24 B 24 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 24 B 24 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ └─ ... more ...
+
+ 341 34.88 KB 10.66 KB sun.misc.FDBigInteger
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ 152 B 32 B ├─ [Lsun.misc.FDBigInteger; -> sun.misc.FDBigInteger.big5pow(int)
+ └─ ... more ...
+
+ 63 33.64 KB 1.97 KB java.util.regex.Pattern$BitClass
+ 3.23 KB 32 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.89 KB 32 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.55 KB 32 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.20 KB 32 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 2.18 KB 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 1.20 KB 32 B ├─ java.util.regex.Pattern$GroupTail -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 888 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 744 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 712 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ 704 B 32 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ └─ ... more ...
+
+ 138 33.52 KB 4.31 KB java.util.regex.Pattern$1
+ 2.93 KB 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.90 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.87 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.84 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.78 KB 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.66 KB 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.79 KB 32 B ├─ java.util.regex.Pattern$GroupTail -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.67 KB 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.64 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.59 KB 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ └─ ... more ...
+
+ 335 33.52 KB 10.47 KB sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 288 B 32 B ├─ [Ljava.lang.reflect.Type; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 99 33.48 KB 27.07 KB com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl
+ 1.31 KB 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 1.31 KB 280 B ├─ com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 560 B 280 B ├─ com.sun.org.apache.xerces.internal.util.SymbolHash$Entry -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 504 B 280 B ├─ com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 504 B 280 B ├─ com.sun.org.apache.xerces.internal.impl.dv.xs.XSSimpleTypeDecl -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ └─ ... more ...
+
+ 7 33.37 KB 504 B java.util.Hashtable
+ 20.14 KB 72 B ├─ sun.net.www.MimeTable -> HostedField>
+ 5.49 KB 72 B ├─ java.lang.ConditionalSpecialCasing.lookUpTable(String, int, Locale, boolean)
+ 5.17 KB 72 B ├─ java.util.logging.LogManager$LoggerContext -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 888 B 72 B ├─ com.arjuna.ats.internal.arjuna.objectstore.ShadowingStore.write_state(Uid, String, OutputObjectState, int)
+ 832 B 72 B ├─ java.util.logging.LogManager$SystemLoggerContext -> java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 728 B 72 B ├─ org.apache.commons.logging.impl.LogFactoryImpl -> ... -> org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+ 176 B 72 B └─ org.apache.commons.logging.impl.LogFactoryImpl -> ... -> org.apache.commons.logging.impl.WeakHashtable -> org.apache.commons.logging.LogFactory.getCachedFactory(ClassLoader)
+
+ 4 33.09 KB 160 B java.io.OutputStreamWriter
+ 8.27 KB 40 B ├─ java.util.logging.ConsoleHandler -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 8.27 KB 40 B ├─ java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 8.27 KB 40 B ├─ java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 8.27 KB 40 B └─ java.io.PrintStream -> com.oracle.svm.core.option.XOptions.parse(String[])
+
+ 4 32.94 KB 256 B sun.nio.cs.StreamEncoder
+ 8.23 KB 64 B ├─ java.io.OutputStreamWriter -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 8.23 KB 64 B ├─ java.io.OutputStreamWriter -> java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 8.23 KB 64 B ├─ java.io.OutputStreamWriter -> java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 8.23 KB 64 B └─ java.io.OutputStreamWriter -> java.io.PrintStream -> com.oracle.svm.core.option.XOptions.parse(String[])
+
+ 5 32.35 KB 280 B java.nio.HeapByteBuffer
+ 8.07 KB 56 B ├─ sun.nio.cs.StreamEncoder -> ... -> java.io.PrintStream -> org.jboss.shamrock.runtime.Timing.printStartupTime()
+ 8.07 KB 56 B ├─ sun.nio.cs.StreamEncoder -> ... -> java.io.PrintStream -> com.oracle.svm.core.thread.JavaThreads.dispatchUncaughtException(Thread, Throwable)
+ 8.07 KB 56 B ├─ sun.nio.cs.StreamEncoder -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 8.07 KB 56 B ├─ sun.nio.cs.StreamEncoder -> ... -> java.io.PrintStream -> com.oracle.svm.core.option.XOptions.parse(String[])
+ 72 B 56 B └─ io.undertow.server.protocol.framed.AbstractFramedChannel.flushSenders()
+
+ 153 32.27 KB 8.37 KB sun.util.locale.BaseLocale$Key
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 216 B 56 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ └─ ... more ...
+
+ 20 32.23 KB 2.50 KB org.jboss.resteasy.core.ResourceMethodInvoker
+ 3.52 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.98 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.50 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.49 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.49 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.49 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 128 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1 32.05 KB 144 B sun.security.provider.Sun
+ 32.05 KB 144 B └─ java.security.MessageDigest$Delegate -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+
+ 80 31.77 KB 3.13 KB java.util.regex.Pattern$Curly
+ 1.73 KB 40 B ├─ java.util.regex.Pattern$Single -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 1.62 KB 40 B ├─ java.util.regex.Pattern$Ctype -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 1.32 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 1.16 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.15 KB 40 B ├─ java.util.regex.Pattern$GroupTail -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 1.09 KB 40 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.02 KB 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 1008 B 40 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 944 B 40 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 904 B 40 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ └─ ... more ...
+
+ 14 30.48 KB 784 B org.jboss.resteasy.core.MediaTypeMap$SubtypeMap
+ 3.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 3.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.93 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.93 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.84 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.84 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.38 KB 56 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 77 29.98 KB 1.80 KB java.util.regex.Pattern$Single
+ 2.80 KB 24 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.69 KB 24 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.20 KB 24 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 2.13 KB 24 B ├─ java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ 1.75 KB 24 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 1.70 KB 24 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.61 KB 24 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.02 KB 24 B ├─ java.util.regex.Pattern$GroupHead -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 1008 B 24 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.encodeNonCodes(String)
+ 968 B 24 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ └─ ... more ...
+
+ 286 29.71 KB 24.58 KB java.util.TreeMap
+ 1.13 KB 88 B ├─ com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> javax.ws.rs.core.MediaType -> org.jboss.resteasy.plugins.providers.sse.SseEventProvider.isWriteable(Class, Type, Annotation[], MediaType)
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> javax.ws.rs.core.MediaType -> org.jboss.resteasy.core.ResourceMethodInvoker.doesConsume(MediaType)
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> javax.ws.rs.core.MediaType -> org.jboss.resteasy.plugins.providers.sse.SseEventProvider.isWriteable(Class, Type, Annotation[], MediaType)
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 88 B ├─ java.util.Collections$UnmodifiableMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 40 28.63 KB 4.06 KB org.jboss.resteasy.spi.metadata.DefaultResourceMethod
+ 1.90 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.28 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.02 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.01 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.00 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.00 KB 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 928 B 104 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 816 B 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 808 B 104 B ├─ [Lorg.jboss.resteasy.spi.metadata.ResourceMethod; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 20 27.93 KB 480 B java.util.regex.Pattern$Begin
+ 5.13 KB 24 B ├─ java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 4.67 KB 24 B ├─ java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 3.42 KB 24 B ├─ java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.82 KB 24 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 2.02 KB 24 B ├─ java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 1.66 KB 24 B ├─ java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 1.53 KB 24 B ├─ java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.27 KB 24 B ├─ java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ 1.07 KB 24 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 760 B 24 B ├─ java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ └─ ... more ...
+
+ 374 26.70 KB 12.66 KB java.lang.reflect.TypeVariable[]
+ 640 B 48 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_ResteasyJackson2Provider_constructor__.newInstance(Object[])
+ 392 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel.flushSenders()
+ 392 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel$FrameCloseListener.handleEvent(CloseableChannel)
+ 392 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.framed.AbstractFramedChannel$3.handleEvent(Channel)
+ 392 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.protocols.http2.Http2Channel.(StreamConnection, String, ByteBufferPool, PooledByteBuffer, boolean, boolean, boolean, ByteBuffer, OptionMap)
+ 360 B 48 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.Nodes.collect(PipelineHelper, Spliterator, boolean, IntFunction)
+ 352 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.Nodes.flatten(Node, IntFunction)
+ 280 B 48 B ├─ com.oracle.svm.core.hub.GenericInfo -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.AbstractShortCircuitTask.setLocalResult(Object)
+ 256 B 32 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.()
+ 256 B 40 B ├─ com.oracle.svm.core.hub.GenericInfo -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.reactiverse.reactivecontexts.propagators.rxjava2.RxJava2ContextPropagator.setup()
+ └─ ... more ...
+
+ 910 26.43 KB 26.43 KB java.lang.Class[]
+ 128 B 128 B ├─ java.util.Arrays$ArrayList -> com.sun.xml.internal.bind.v2.runtime.property.SingleElementLeafProperty.xsiTypeNeeded(Object, XMLSerializer, Object, Class)
+ 128 B 128 B ├─ java.util.Arrays$ArrayList -> com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty.xsiTypeNeeded(Object, XMLSerializer, Object, Class)
+ 120 B 120 B ├─ org.jboss.resteasy.util.FindAnnotation.findJaxRSAnnotations(Annotation[])
+ 104 B 104 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.engine.path.PathImpl.asString()
+ 96 B 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 96 B 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 88 B 88 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 88 B 88 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 80 B 80 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.sun.org.apache.xml.internal.serializer.SerializerFactory.getSerializer(Properties)
+ 80 B 80 B ├─ com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.findNameForDeserialization(Annotated)
+ └─ ... more ...
+
+ 118 26.30 KB 2.96 KB java.lang.reflect.Constructor[]
+ 7.11 KB 112 B ├─ com.sun.xml.internal.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 7.11 KB 112 B ├─ com.sun.xml.bind.v2.runtime.property.PropertyFactory.create(JAXBContextImpl, RuntimePropertyInfo)
+ 1.55 KB 48 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 1.45 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 1.45 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 1.42 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 792 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_constructor_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 536 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_.newInstance(Object[])
+ 448 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_undertow_server_protocol_http_HttpRequestParser__generated_constructor_org_xnio_OptionMap_.newInstance(Object[])
+ 360 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_rxjava2_FlowableRxInvokerImpl_constructor_javax_ws_rs_client_SyncInvoker_java_util_concurrent_ExecutorService_.newInstance(Object[])
+ └─ ... more ...
+
+ 189 25.69 KB 13.29 KB ch.qos.logback.classic.Logger
+ 2.70 KB 72 B ├─ ch.qos.logback.classic.Logger -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 296 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 280 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 264 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 256 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 240 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 240 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 240 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 232 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 232 B 72 B ├─ [Ljava.lang.Object; -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ └─ ... more ...
+
+ 1 25.28 KB 48 B sun.util.resources.CurrencyNames
+ 25.28 KB 48 B └─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+
+ 108 25.24 KB 4.22 KB com.sun.org.apache.xerces.internal.util.SymbolHash$Entry
+ 1.39 KB 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 920 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 920 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 760 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 760 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 712 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 640 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 640 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+ 600 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 600 B 40 B ├─ [Lcom.sun.org.apache.xerces.internal.util.SymbolHash$Entry; -> ... -> com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar -> com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ └─ ... more ...
+
+ 91 24.98 KB 11.38 KB java.util.logging.Logger
+ 1.97 KB 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 1.28 KB 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 424 B 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 248 B 128 B ├─ com.sun.xml.internal.bind.v2.ClassFactory.create(Class)
+ 248 B 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 248 B 128 B ├─ sun.util.logging.PlatformLogger$JavaLoggerProxy -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 248 B 128 B ├─ java.util.logging.LogManager$2.run()
+ 248 B 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 248 B 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 248 B 128 B ├─ java.util.logging.LogManager$LoggerWeakRef -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ └─ ... more ...
+
+ 3 24.81 KB 840 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$BuiltinSchemaGrammar
+ 20.59 KB 280 B ├─ com.sun.org.apache.xerces.internal.impl.xs.XSModelImpl.(SchemaGrammar[], short)
+ 2.51 KB 280 B ├─ com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.processExternalHints(String, String, Map, XMLErrorReporter)
+ 1.71 KB 280 B └─ com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.()
+
+ 614 24.68 KB 23.98 KB java.lang.ref.SoftReference
+ 600 B 40 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> java.util.concurrent.ConcurrentHashMap -> java.text.DateFormatSymbols.initializeData(Locale)
+ 192 B 40 B ├─ java.util.WeakHashMap$Entry -> ... -> javax.validation.Validation$GetValidationProviderListAction -> javax.validation.Validation$GenericBootstrapImpl.configure()
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 40 B 40 B ├─ sun.util.locale.BaseLocale$Key -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ └─ ... more ...
+
+ 56 24.21 KB 1.31 KB java.util.regex.Pattern$BranchConn
+ 2.23 KB 24 B ├─ java.util.regex.Pattern$Branch -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 2.07 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 1.89 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ 1.84 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.41 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ 1.39 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.databind.util.StdDateFormat._parseAsISO8601(String, ParsePosition)
+ 1.37 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 1.30 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.25 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 1.20 KB 24 B ├─ java.util.regex.Pattern$Branch -> ... -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ └─ ... more ...
+
+ 1 24.03 KB 32 B io.smallrye.openapi.api.OpenApiDocument
+ 24.03 KB 32 B └─ io.smallrye.openapi.api.OpenApiDocument.get()
+
+ 91 24.03 KB 2.13 KB sun.reflect.generics.reflectiveObjects.GenericArrayTypeImpl
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Mod10Check_checkDigitIndex__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 376 B 24 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 1 24.00 KB 88 B io.smallrye.openapi.api.models.OpenAPIImpl
+ 24.00 KB 88 B └─ io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+
+ 1 24.00 KB 40 B com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos
+ 24.00 KB 40 B └─ com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+
+ 462 22.73 KB 14.44 KB org.jboss.resteasy.core.MediaTypeMap$Entry
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 328 B 32 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 870 22.34 KB 16.09 KB java.lang.annotation.Annotation[][]
+ 528 B 24 B ├─ java.lang.reflect.Method -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 528 B 24 B ├─ java.lang.reflect.Method -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 528 B 24 B ├─ java.lang.reflect.Method -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 216 B 32 B ├─ java.lang.reflect.Constructor -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 208 B 24 B ├─ java.lang.reflect.Constructor -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_.newInstance(Object[])
+ 160 B 64 B ├─ java.lang.reflect.Method -> org.jboss.logging.Slf4jLocationAwareLogger.doLog(LocationAwareLogger, String, int, String, Throwable)
+ 160 B 64 B ├─ java.lang.reflect.Method -> java.lang.reflect.Method -> org.jboss.logging.Slf4jLocationAwareLogger.doLog(LocationAwareLogger, String, int, String, Throwable)
+ 112 B 48 B ├─ java.lang.reflect.Constructor -> ... -> sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 112 B 48 B ├─ java.lang.reflect.Constructor -> sun.net.www.protocol.http.NTLMAuthenticationProxy -> sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(AuthenticationHeader)
+ 96 B 96 B ├─ java.lang.reflect.Method -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 15 22.32 KB 960 B javax.validation.constraints.Pattern$$ProxyImpl
+ 3.61 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_CNPJ_groups__.invoke(Object, Object[])
+ 3.52 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_br_TituloEleitoral_groups__.invoke(Object, Object[])
+ 3.49 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ 3.49 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 808 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 760 B 64 B ├─ [Ljavax.validation.constraints.Pattern; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 12 21.69 KB 960 B java.util.Properties
+ 13.28 KB 80 B ├─ java.security.Security.getProperty(String)
+ 3.14 KB 80 B ├─ com.arjuna.common.internal.util.propertyservice.BeanPopulator.getNamedInstance(Class, String, Properties)
+ 2.14 KB 80 B ├─ java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 1008 B 80 B ├─ sun.net.NetProperties.get(String)
+ 904 B 80 B ├─ com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport -> java.lang.System.getProperty(String)
+ 184 B 80 B ├─ javax.xml.stream.FactoryFinder.find(Class, String, ClassLoader, String)
+ 184 B 80 B ├─ jdk.xml.internal.SecuritySupport.readJAXPProperty(String)
+ 184 B 80 B ├─ com.sun.org.apache.xalan.internal.utils.SecuritySupport.readJAXPProperty(String)
+ 184 B 80 B ├─ javax.xml.transform.FactoryFinder.find(Class, String)
+ 184 B 80 B ├─ com.sun.org.apache.xerces.internal.utils.SecuritySupport.readJAXPProperty(String)
+ └─ ... more ...
+
+ 349 21.62 KB 8.18 KB java.util.concurrent.locks.ReentrantLock
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> com.sun.org.apache.xalan.internal.utils.XMLSecurityManager.printWarning(String, String, SAXException)
+ 64 B 24 B ├─ com.oracle.svm.core.hub.ClassInitializationInfo -> com.oracle.svm.core.hub.DynamicHub -> javax.el.ELUtil.()
+ 64 B 24 B ├─ com.oracle.svm.core.hub.ClassInitializationInfo -> com.oracle.svm.core.hub.DynamicHub -> com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord.()
+ 64 B 24 B ├─ com.oracle.svm.core.hub.ClassInitializationInfo -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.ajp.AjpServerRequestConduit.()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> java.util.logging.Logger -> java.util.logging.LogManager$2.run()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 64 B 24 B ├─ java.util.concurrent.CopyOnWriteArrayList -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ └─ ... more ...
+
+ 20 21.49 KB 1.41 KB org.jboss.resteasy.core.registry.MethodExpression
+ 1.66 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.20 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.20 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.16 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.15 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.12 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.12 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.12 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.10 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.10 KB 72 B ├─ java.util.LinkedList$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 7 21.24 KB 392 B org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
+ 8.35 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.63 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.63 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.55 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.93 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.91 KB 56 B ├─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.23 KB 56 B └─ org.jboss.resteasy.core.ResourceMethodInvoker -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 1 20.91 KB 48 B org.hibernate.validator.internal.metadata.core.ConstraintHelper
+ 20.91 KB 48 B └─ org.hibernate.validator.internal.engine.ValidatorFactoryImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 333 20.88 KB 10.41 KB sun.reflect.generics.factory.CoreReflectionFactory
+ 96 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.flatMap(Function)
+ 96 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.map(Function)
+ 64 B 32 B ├─ sun.reflect.generics.repository.FieldRepository -> ... -> com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator -> com.fasterxml.jackson.databind.util.ClassUtil.findEnumType(EnumSet)
+ 64 B 32 B ├─ sun.reflect.generics.repository.FieldRepository -> ... -> com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator -> com.fasterxml.jackson.databind.util.ClassUtil.findEnumType(EnumSet)
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.AnnotationTypeSupport -> sun.reflect.annotation.TypeAnnotationParser.mapTypeAnnotations(TypeAnnotation[])
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_Constraint_validatedBy__.invoke(Object, Object[])
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 64 B 32 B ├─ sun.reflect.generics.repository.MethodRepository -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 100 20.63 KB 20.63 KB boolean[]
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.MediaTypeMap$SubtypeMap.getPossible(MediaType)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.emitter.Emitter.prepareAnchor(String)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.emitter.Emitter.prepareTagHandle(String)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ 272 B 272 B ├─ java.util.regex.Pattern$BitClass -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ └─ ... more ...
+
+ 30 20.62 KB 960 B org.jboss.resteasy.core.registry.SegmentNode
+ 2.70 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.33 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.64 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.35 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.33 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.27 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.09 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.08 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.03 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 968 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1 20.36 KB 40 B sun.net.idn.StringPrep
+ 20.36 KB 40 B └─ java.net.IDN.toUnicodeInternal(String, int)
+
+ 21 20.20 KB 672 B java.util.regex.Pattern$Ques
+ 2.75 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.63 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 2.40 KB 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.82 KB 32 B ├─ java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ 1.76 KB 32 B ├─ java.util.regex.Pattern$1 -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.45 KB 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.02 KB 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 960 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 952 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 808 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ └─ ... more ...
+
+ 1 20.17 KB 32 B sun.net.www.MimeTable
+ 20.17 KB 32 B └─ HostedField>
+
+ 1 19.74 KB 104 B io.smallrye.openapi.api.models.PathsImpl
+ 19.74 KB 104 B └─ io.smallrye.openapi.api.models.OpenAPIImpl -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+
+ 44 19.34 KB 4.81 KB java.lang.reflect.Field
+ 1.55 KB 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_health_SmallRyeHealthReporter_checks.set(Object, Object)
+ 1.35 KB 112 B ├─ com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator -> com.fasterxml.jackson.databind.util.ClassUtil.findEnumType(EnumSet)
+ 1.35 KB 112 B ├─ com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator -> com.fasterxml.jackson.databind.util.ClassUtil.findEnumType(EnumSet)
+ 1.06 KB 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__.newInstance(Object[])
+ 880 B 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__.newInstance(Object[])
+ 752 B 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.IllegalFormatCodePointException.getMessage()
+ 648 B 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_constructor__.newInstance(Object[])
+ 648 B 112 B ├─ java.lang.reflect.Field -> com.fasterxml.jackson.databind.util.ClassUtil$EnumTypeLocator -> com.fasterxml.jackson.databind.util.ClassUtil.findEnumType(EnumSet)
+ 648 B 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_MetricProducer_metricName.set(Object, Object)
+ 648 B 112 B ├─ [Ljava.lang.reflect.Field; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_datasourceSetup.set(Object, Object)
+ └─ ... more ...
+
+ 14 19.32 KB 1008 B org.jboss.resteasy.spi.metadata.DefaultResourceClass
+ 7.92 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.20 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.20 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.13 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.50 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.48 KB 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 824 B 72 B ├─ org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 72 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceMethod -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 72 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceMethod -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 72 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceMethod -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1 18.71 KB 24 B sun.text.normalizer.UBiDiProps
+ 18.71 KB 24 B └─ sun.net.idn.StringPrep.prepare(UCharacterIterator, int)
+
+ 14 18.50 KB 1.75 KB io.smallrye.openapi.api.models.PathItemImpl
+ 1.99 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.85 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.27 KB 128 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 587 18.34 KB 18.34 KB java.lang.Integer
+ 32 B 32 B ├─ io.undertow.server.protocol.ajp.AjpServerResponseConduit.()
+ 32 B 32 B ├─ org.postgresql.jdbc.PgConnection.(HostSpec[], String, String, Properties, String)
+ 32 B 32 B ├─ org.postgresql.jdbc.PgConnection.getBinaryOids(Properties)
+ 32 B 32 B ├─ com.fasterxml.jackson.core.io.UTF32Reader.read(char[], int, int)
+ 32 B 32 B ├─ sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(String, Locale)
+ 32 B 32 B ├─ com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.(SymbolTable)
+ 32 B 32 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+ 32 B 32 B ├─ io.undertow.conduits.WriteTimeoutStreamSinkConduit.getTimeout()
+ 32 B 32 B ├─ io.undertow.protocols.http2.Http2Channel.createChannelImpl(FrameHeaderData, PooledByteBuffer)
+ 32 B 32 B ├─ com.arjuna.ats.jta.xa.XATxConverter.getEISName(XID)
+ └─ ... more ...
+
+ 269 17.88 KB 10.51 KB io.undertow.util.HttpString
+ 88 B 40 B ├─ io.undertow.util.MultipartParser$ParseState.headerName(ByteBuffer)
+ 88 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 88 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 88 B 40 B ├─ io.undertow.server.protocol.http.HttpRequestParser$$generated.handleHeader(ByteBuffer, ParseState, HttpServerExchange)
+ 80 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 80 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.util.Headers.fromCache(String)
+ 80 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 80 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 80 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 80 B 40 B ├─ io.undertow.protocols.http2.HpackEncoder$TableEntry -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ └─ ... more ...
+
+ 1 17.78 KB 24 B sun.net.idn.StringPrep$StringPrepTrieImpl
+ 17.78 KB 24 B └─ sun.net.idn.StringPrep -> java.net.IDN.toUnicodeInternal(String, int)
+
+ 15 17.70 KB 560 B org.jboss.resteasy.spi.metadata.ResourceMethod[]
+ 7.80 KB 72 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.09 KB 40 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.08 KB 40 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 2.01 KB 32 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.38 KB 32 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 1.37 KB 32 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 704 B 24 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 72 B 72 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 40 B 40 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 40 B 40 B ├─ org.jboss.resteasy.spi.metadata.DefaultResourceClass -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 27 16.92 KB 1.27 KB java.util.regex.Pattern$BnM
+ 688 B 48 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.replaceMatrixParam(String, Object[])
+ 688 B 48 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.pathParamReplacement(String, List)
+ 680 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 680 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 672 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 664 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 656 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 656 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 656 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 648 B 48 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 14 16.75 KB 1.64 KB io.smallrye.openapi.api.models.OperationImpl
+ 1.87 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.73 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.15 KB 120 B ├─ io.smallrye.openapi.api.models.PathItemImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 197 16.70 KB 13.85 KB java.util.logging.LogManager$LoggerWeakRef
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 104 B 72 B ├─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ └─ ... more ...
+
+ 1 16.58 KB 88 B sun.util.locale.provider.RuleBasedBreakIterator
+ 16.58 KB 88 B └─ java.text.BreakIterator.getWordInstance(Locale)
+
+ 1 16.19 KB 136 B java.util.logging.LogManager$RootLogger
+ 16.19 KB 136 B └─ java.util.logging.Logger -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+
+ 2 16.15 KB 288 B org.hsqldb.lib.IntValueHashMap
+ 9.03 KB 144 B ├─ org.hsqldb.Scanner.setIdentifierProperties()
+ 7.12 KB 144 B └─ org.hsqldb.Scanner.setIdentifierProperties()
+
+ 20 15.90 KB 640 B java.util.Collections$UnmodifiableRandomAccessList
+ 1.51 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.51 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.51 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.51 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.14 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 1.14 KB 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 888 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 888 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 888 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 888 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 101 15.88 KB 2.37 KB java.lang.Deprecated$$ProxyImpl
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.jaxrs.json.JsonEndpointConfig.addAnnotation(Class, Annotation, boolean)
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_groups__.invoke(Object, Object[])
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 176 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.metadata.ResourceBuilder$ParameterBuilder.fromAnnotations()
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.apache.http.impl.client.AbstractHttpClient.createHttpRoutePlanner()
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.apache.http.conn.ssl.SSLSocketFactory.getSocketFactory()
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.apache.http.impl.conn.SchemeRegistryFactory.createDefault()
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.apache.http.impl.conn.PoolingClientConnectionManager.leaseConnection(Future, long, TimeUnit)
+ └─ ... more ...
+
+ 396 15.47 KB 15.47 KB java.util.concurrent.locks.ReentrantLock$NonfairSync
+ 40 B 40 B ├─ java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> com.oracle.svm.core.hub.DynamicHub -> javax.el.ELUtil.()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> com.oracle.svm.core.hub.DynamicHub -> com.arjuna.ats.internal.jta.resources.arjunacore.CommitMarkableResourceRecord.()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> com.oracle.svm.core.hub.DynamicHub -> io.undertow.server.protocol.ajp.AjpServerRequestConduit.()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> java.util.logging.Logger -> java.util.logging.LogManager$2.run()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ 40 B 40 B ├─ java.util.concurrent.locks.ReentrantLock -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+ └─ ... more ...
+
+ 104 15.17 KB 3.25 KB java.util.regex.Pattern$GroupTail
+ 1.82 KB 32 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 1.23 KB 32 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> sun.misc.FloatingDecimal.parseHexString(String)
+ 1.18 KB 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 936 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 912 B 32 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 896 B 32 B ├─ java.util.regex.Pattern$BranchConn -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 640 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ 624 B 32 B ├─ java.util.regex.Pattern$Loop -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 512 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 488 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ └─ ... more ...
+
+ 39 15.05 KB 4.27 KB java.security.Provider$Service
+ 912 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 616 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 616 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 616 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 616 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 560 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 560 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 552 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 552 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 544 B 112 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ └─ ... more ...
+
+ 1 14.90 KB 72 B ch.qos.logback.classic.LoggerContext
+ 14.90 KB 72 B └─ ch.qos.logback.classic.Logger -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+
+ 183 14.30 KB 7.15 KB org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor
+ 80 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 40 B ├─ java.util.Collections$SingletonList -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 153 14.16 KB 7.17 KB sun.util.locale.LocaleObjectCache$CacheEntry
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 96 B 48 B ├─ java.util.concurrent.ConcurrentHashMap$Node -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ └─ ... more ...
+
+ 14 13.81 KB 1.42 KB io.smallrye.openapi.api.models.responses.APIResponsesImpl
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.03 KB 104 B ├─ io.smallrye.openapi.api.models.OperationImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 1 13.73 KB 64 B org.hibernate.validator.internal.engine.ValidatorFactoryImpl$ValidatorFactoryScopedContext
+ 13.73 KB 64 B └─ org.hibernate.validator.internal.engine.ValidatorFactoryImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 1 13.59 KB 72 B org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator
+ 13.59 KB 72 B └─ org.hibernate.validator.internal.engine.ValidatorFactoryImpl$ValidatorFactoryScopedContext -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 1 13.56 KB 32 B sun.text.CompactByteArray
+ 13.56 KB 32 B └─ sun.util.locale.provider.RuleBasedBreakIterator -> java.text.BreakIterator.getWordInstance(Locale)
+
+ 3 13.43 KB 264 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap
+ 4.48 KB 88 B ├─ org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 4.48 KB 88 B ├─ org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 4.48 KB 88 B └─ org.hibernate.validator.messageinterpolation.ParameterMessageInterpolator -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 1 13.28 KB 32 B sun.security.jca.ProviderList
+ 13.28 KB 32 B └─ HostedField>
+
+ 18 13.24 KB 600 B java.lang.reflect.Field[]
+ 1.89 KB 40 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_constructor__.newInstance(Object[])
+ 1.57 KB 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_health_SmallRyeHealthReporter_checks.set(Object, Object)
+ 1.27 KB 32 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_transaction_TransactionResource_constructor__.newInstance(Object[])
+ 1.25 KB 32 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.shamrock.agroal.runtime.DataSourceTemplate.addDatasource(BeanContainer, String, Class, String, String)
+ 1.25 KB 32 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__.newInstance(Object[])
+ 1.04 KB 104 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> java.util.IllegalFormatCodePointException.getMessage()
+ 904 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__.newInstance(Object[])
+ 672 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_datasourceSetup.set(Object, Object)
+ 672 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_MetricProducer_metricName.set(Object, Object)
+ 672 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub$ReflectionData -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_openapi_runtime_OpenApiServlet_openApiDocument.set(Object, Object)
+ └─ ... more ...
+
+ 1 13.22 KB 96 B sun.security.jca.ProviderConfig[]
+ 13.22 KB 96 B └─ sun.security.jca.ProviderList -> HostedField>
+
+ 3 13.17 KB 432 B org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment[]
+ 4.39 KB 144 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 4.39 KB 144 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 4.39 KB 144 B └─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+
+ 10 13.13 KB 560 B sun.security.jca.ProviderConfig
+ 12.63 KB 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B ├─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+ 56 B 56 B └─ [Lsun.security.jca.ProviderConfig; -> sun.security.jca.ProviderList -> HostedField>
+
+ 48 12.75 KB 3.38 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 272 B 72 B ├─ [Lorg.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 1 12.58 KB 144 B sun.security.rsa.SunRsaSign
+ 12.58 KB 144 B └─ sun.security.jca.ProviderConfig -> ... -> sun.security.jca.ProviderList -> HostedField>
+
+ 73 11.41 KB 1.71 KB com.fasterxml.jackson.databind.annotation.JacksonStdImpl$$ProxyImpl
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.StringDeserializer -> com.fasterxml.jackson.databind.deser.BasicDeserializerFactory.findDefaultDeserializer(DeserializationContext, JavaType, BeanDescription)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer.withResolved(BeanProperty, TypeSerializer, JsonSerializer, Boolean)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers$ByteDeser.withResolved(NullValueProvider, Boolean)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.NumberDeserializers$ShortDeserializer -> com.fasterxml.jackson.databind.deser.std.NumberDeserializers.find(Class, String)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.NumberDeserializers$BooleanDeserializer -> com.fasterxml.jackson.databind.deser.std.NumberDeserializers.find(Class, String)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.ser.std.BooleanSerializer$AsNumber.createContextual(SerializerProvider, BeanProperty)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer.forType(Class)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer.createContextual(DeserializationContext, BeanProperty)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.ser.std.NumberSerializer -> com.fasterxml.jackson.databind.ser.BasicSerializerFactory.findSerializerByPrimaryType(SerializerProvider, JavaType, BeanDescription, boolean)
+ 160 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer.withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer)
+ └─ ... more ...
+
+ 28 11.33 KB 656 B sun.reflect.annotation.TypeAnnotation[]
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 456 B 24 B ├─ sun.reflect.annotation.AnnotatedTypeFactory$AnnotatedParameterizedTypeImpl -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 3 11.27 KB 672 B java.lang.Object[][]
+ 8.45 KB 448 B ├─ com.oracle.svm.core.handles.ObjectHandlesImpl -> com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads$ThreadStartData)
+ 2.80 KB 208 B ├─ org.postgresql.jdbc.TypeInfoCache.(BaseConnection, int)
+ 16 B 16 B └─ org.hsqldb.result.Result.newResult(Session, DataInput, RowInputBinary, int)
+
+ 19 11.13 KB 608 B javax.ws.rs.Produces$$ProxyImpl
+ 872 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_MapProvider_constructor__.newInstance(Object[])
+ 872 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_.newInstance(Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonValueProvider_constructor__.newInstance(Object[])
+ 792 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_SourceProvider_constructor__.newInstance(Object[])
+ 744 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FormUrlEncodedProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_JaxrsFormProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyDeployment.startInternal()
+ 632 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_XmlJAXBContextFinder_constructor__.newInstance(Object[])
+ 616 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultTextPlain_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 228 10.88 KB 10.86 KB java.lang.annotation.ElementType[]
+ 120 B 96 B ├─ com.oracle.svm.core.hub.DynamicHub -> ... -> java.util.HashSet -> org.jboss.protean.arc.InjectableBean.getQualifiers()
+ 72 B 72 B ├─ com.sun.proxy.$Proxy20 -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.lang.Deprecated$$ProxyImpl.annotationType()
+ 72 B 72 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.lang.Deprecated$$ProxyImpl.annotationType()
+ 64 B 64 B ├─ com.sun.proxy.$Proxy20 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 64 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 64 B 64 B ├─ com.sun.proxy.$Proxy20 -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 64 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 64 B 64 B ├─ com.sun.proxy.$Proxy20 -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 64 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 64 B 64 B ├─ com.sun.proxy.$Proxy20 -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ └─ ... more ...
+
+ 248 10.80 KB 4.13 KB sun.reflect.generics.tree.FormalTypeParameter[]
+ 448 B 32 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 448 B 32 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReduceOps.makeRef(Collector)
+ 448 B 32 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_undertow_servlet_core_ContextClassLoaderSetupAction_create_io_undertow_servlet_api_ThreadSetupHandler_Action_.invoke(Object, Object[])
+ 320 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 320 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 232 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ 232 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 232 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.lang.ClassLoader.getSystemResources(String)
+ 232 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 232 B 24 B ├─ sun.reflect.generics.tree.MethodTypeSignature -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 25 10.71 KB 800 B javax.ws.rs.Path$$ProxyImpl
+ 496 B 32 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__.invoke(Object, Object[])
+ 488 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_RestInterface_get__.invoke(Object, Object[])
+ 480 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyDeployment.startInternal()
+ 432 B 32 B ├─ java.util.LinkedHashMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 432 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 432 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_rest_ClientResource_constructor__.newInstance(Object[])
+ 432 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_shared_SharedResource_constructor__.newInstance(Object[])
+ 432 B 32 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_datasource_DatasourceResource_constructor__.newInstance(Object[])
+ 432 B 32 B ├─ java.util.LinkedHashMap$Entry -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 432 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 26 10.69 KB 1.22 KB sun.reflect.annotation.TypeAnnotation
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 432 B 48 B ├─ [Lsun.reflect.annotation.TypeAnnotation; -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 6 10.49 KB 672 B java.text.SimpleDateFormat
+ 1.97 KB 112 B ├─ org.hsqldb.HsqlDateTime.getDateSeconds(String)
+ 1.73 KB 112 B ├─ org.jboss.resteasy.plugins.delegates.ServerCookie.appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean)
+ 1.73 KB 112 B ├─ com.arjuna.ats.internal.arjuna.recovery.ExpiredEntryMonitor.run()
+ 1.72 KB 112 B ├─ org.hsqldb.HsqlDateTime.getTimestampSeconds(String)
+ 1.71 KB 112 B ├─ ch.qos.logback.core.util.CachingDateFormatter -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 1.64 KB 112 B └─ com.fasterxml.jackson.databind.util.StdDateFormat.parseAsRFC1123(String, ParsePosition)
+
+ 52 10.44 KB 3.25 KB sun.net.www.MimeEntry
+ 336 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 336 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 336 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 336 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 312 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 304 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 288 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 280 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 272 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ 248 B 64 B ├─ java.util.Hashtable$Entry -> ... -> sun.net.www.MimeTable -> HostedField>
+ └─ ... more ...
+
+ 46 10.36 KB 1.80 KB java.util.regex.Pattern$5
+ 520 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 480 B 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> java.util.Formatter.parse(String)
+ 408 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 384 B 40 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.encodeNonCodes(String)
+ 384 B 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.decodeBytes(String, CharsetDecoder)
+ 384 B 40 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.decodePath(String)
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> com.fasterxml.jackson.dataformat.yaml.YAMLParser._decodeNumberScalar(String, int)
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ └─ ... more ...
+
+ 105 10.23 KB 3.79 KB char[][]
+ 2.02 KB 528 B ├─ org.postgresql.jdbc.TimestampUtils.appendTime(StringBuilder, int, int, int, int)
+ 176 B 56 B ├─ sun.text.normalizer.NormalizerImpl.convert(String)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ 80 B 32 B ├─ [[[C -> java.lang.CharacterData00.toUpperCaseCharArray(int)
+ └─ ... more ...
+
+ 323 10.16 KB 10.09 KB sun.reflect.generics.scope.MethodScope
+ 64 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.flatMap(Function)
+ 64 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.stream.ReferencePipeline.map(Function)
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.util.Collections$SingletonList.iterator()
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_sun_nio_ch_Util_ungrowableSet_java_util_Set_.invoke(Object, Object[])
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.AnnotationTypeSupport -> sun.reflect.annotation.TypeAnnotationParser.mapTypeAnnotations(TypeAnnotation[])
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_Constraint_validatedBy__.invoke(Object, Object[])
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+ 32 B 32 B ├─ sun.reflect.generics.factory.CoreReflectionFactory -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_javax_validation_constraints_NotNull_message__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 68 10.09 KB 1.59 KB java.util.concurrent.CopyOnWriteArraySet
+ 552 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 168 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 152 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 144 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 144 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 144 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 144 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 144 B 24 B ├─ org.jboss.resteasy.spi.ResteasyProviderFactory -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 1 9.80 KB 56 B sun.text.resources.FormatData
+ 9.80 KB 56 B └─ java.util.HashMap$Node -> ... -> com.oracle.svm.core.jdk.LocalizationSupport -> com.sun.org.apache.xerces.internal.utils.SecuritySupport$7.run()
+
+ 14 9.55 KB 896 B io.smallrye.openapi.api.models.responses.APIResponseImpl
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 744 B 64 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 22 9.45 KB 6.88 KB io.smallrye.openapi.api.models.media.SchemaImpl
+ 1.30 KB 320 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 1.30 KB 320 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 944 B 320 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 320 B 320 B ├─ io.smallrye.openapi.api.models.media.MediaTypeImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 2 9.37 KB 128 B org.eclipse.microprofile.metrics.annotation.Counted$$ProxyImpl
+ 8.45 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 936 B 64 B └─ [Ljava.lang.annotation.Annotation; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 15 9.34 KB 1.41 KB io.smallrye.openapi.api.models.media.ContentImpl
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.parameters.RequestBodyImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 680 B 96 B ├─ io.smallrye.openapi.api.models.responses.APIResponseImpl -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 1 9.07 KB 32 B javax.validation.constraints.Pattern$List$$ProxyImpl
+ 9.07 KB 32 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.metadata.core.ConstraintHelper.()
+
+ 1 8.98 KB 72 B org.hibernate.validator.constraints.Mod10Check$$ProxyImpl
+ 8.98 KB 72 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_EAN_groups__.invoke(Object, Object[])
+
+ 1 8.87 KB 840 B char[][][]
+ 8.87 KB 840 B └─ java.lang.CharacterData00.toUpperCaseCharArray(int)
+
+ 13 8.67 KB 416 B javax.ws.rs.Consumes$$ProxyImpl
+ 872 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jaxb_MapProvider_constructor__.newInstance(Object[])
+ 872 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DocumentProvider_constructor_org_jboss_resteasy_spi_ResteasyConfiguration_.newInstance(Object[])
+ 800 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jsonp_JsonValueProvider_constructor__.newInstance(Object[])
+ 792 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_SourceProvider_constructor__.newInstance(Object[])
+ 744 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_FormUrlEncodedProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_JaxrsFormProvider_constructor__.newInstance(Object[])
+ 664 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.spi.ResteasyDeployment.startInternal()
+ 616 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_DefaultTextPlain_constructor__.newInstance(Object[])
+ 608 B 32 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_IIOImageProvider_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 1 8.59 KB 136 B io.undertow.servlet.core.DeploymentImpl
+ 8.59 KB 136 B └─ io.undertow.servlet.spec.ServletContextImpl -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 1 8.51 KB 56 B com.oracle.svm.core.handles.ObjectHandlesImpl
+ 8.51 KB 56 B └─ com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads$ThreadStartData)
+
+ 1 8.44 KB 72 B java.util.logging.ConsoleHandler
+ 8.44 KB 72 B └─ [Ljava.lang.Object; -> ... -> sun.util.logging.PlatformLogger -> sun.net.www.protocol.http.HttpURLConnection.getInputStream0()
+
+ 57 8.37 KB 2.23 KB org.jboss.resteasy.spi.ResteasyProviderFactory$SortedKey
+ 712 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 600 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 600 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 520 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 520 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 192 B 40 B ├─ [Ljava.lang.Object; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 3 8.23 KB 2.08 KB java.lang.Integer[]
+ 8.17 KB 2.02 KB ├─ java.util.IllegalFormatCodePointException.getMessage()
+ 32 B 32 B ├─ org.yaml.snakeyaml.DumperOptions$Version -> org.yaml.snakeyaml.parser.ParserImpl.processDirectives()
+ 32 B 32 B └─ org.yaml.snakeyaml.DumperOptions$Version -> org.yaml.snakeyaml.parser.ParserImpl.processDirectives()
+
+ 1 8.05 KB 2.02 KB io.undertow.protocols.http2.HPackHuffman$HuffmanCode[]
+ 8.05 KB 2.02 KB └─ io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+
+ 1 7.99 KB 2.02 KB java.lang.Long[]
+ 7.99 KB 2.02 KB └─ io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+
+ 1 7.91 KB 64 B org.hibernate.validator.constraints.LuhnCheck$$ProxyImpl
+ 7.91 KB 64 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+
+ 1 7.80 KB 48 B java.util.logging.LogManager$SystemLoggerContext
+ 7.80 KB 48 B └─ java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+
+ 188 7.74 KB 7.34 KB java.util.RegularEnumSet
+ 328 B 40 B ├─ jdk.vm.ci.amd64.AMD64 -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 104 B 40 B ├─ java.util.Collections$UnmodifiableSet -> org.hibernate.validator.internal.xml.BootstrapConfigurationImpl -> org.hibernate.validator.internal.xml.ValidationXmlParser.parseValidationXml()
+ 96 B 40 B ├─ org.hibernate.validator.internal.metadata.aggregated.PropertyMetaData$Builder.accepts(ConstrainedElement)
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 40 B 40 B ├─ org.hibernate.validator.internal.engine.constraintvalidation.ClassBasedValidatorDescriptor -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 1 7.60 KB 64 B org.eclipse.microprofile.metrics.annotation.Metered$$ProxyImpl
+ 7.60 KB 64 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+
+ 1 7.60 KB 64 B org.eclipse.microprofile.metrics.annotation.Timed$$ProxyImpl
+ 7.60 KB 64 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+
+ 95 7.54 KB 2.23 KB com.sun.org.apache.xml.internal.serializer.ElemDesc
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 184 B 24 B ├─ com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie$Node -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ └─ ... more ...
+
+ 13 7.43 KB 312 B javax.annotation.Priority$$ProxyImpl
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.interceptors.ClientContentEncodingAnnotationFeature.configure(ResourceInfo, FeatureContext)
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MetricsInterceptor_constructor_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_resteasy_reactivecontext_ContextFilter_constructor__.newInstance(Object[])
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 696 B 24 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature.configure(ResourceInfo, FeatureContext)
+ 456 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_interceptors_MessageSanitizerContainerResponseFilter_constructor__.newInstance(Object[])
+ 456 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_sse_SseEventSinkInterceptor_constructor__.newInstance(Object[])
+ 456 B 24 B ├─ com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_resteasy_plugins_providers_jackson_PatchMethodFilter_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 153 7.17 KB 7.17 KB sun.util.locale.BaseLocale
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ 48 B 48 B ├─ sun.util.locale.LocaleObjectCache$CacheEntry -> ... -> sun.util.locale.BaseLocale$Cache -> sun.util.locale.BaseLocale.getInstance(String, String, String, String)
+ └─ ... more ...
+
+ 2 7.15 KB 112 B javax.validation.constraints.Size$$ProxyImpl
+ 6.57 KB 56 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+ 592 B 56 B └─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_jboss_shamrock_example_validator_TestValidatorEndpoint_MyData_constructor__.newInstance(Object[])
+
+ 1 7.07 KB 5.76 KB io.undertow.util.StatusCodes$Entry[]
+ 7.07 KB 5.76 KB └─ io.undertow.util.StatusCodes.getReason(int)
+
+ 96 7.03 KB 3.75 KB com.sun.org.apache.xml.internal.serializer.EncodingInfo
+ 120 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 112 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ 104 B 40 B ├─ java.util.HashMap$Node -> ... -> com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos -> com.sun.org.apache.xml.internal.serializer.Encodings.convertJava2MimeEncoding(String)
+ └─ ... more ...
+
+ 26 6.70 KB 832 B javax.validation.valueextraction.ExtractedValue$$ProxyImpl
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 264 B 32 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 39 6.67 KB 1.59 KB java.math.BigInteger[]
+ 2.49 KB 312 B ├─ java.math.BigInteger.smallToString(int)
+ 1.23 KB 168 B ├─ HostedField>
+ 752 B 152 B ├─ java.math.BigInteger.valueOf(long)
+ 152 B 152 B ├─ java.math.BigInteger.valueOf(long)
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ 88 B 24 B ├─ [[Ljava.math.BigInteger; -> HostedField>
+ └─ ... more ...
+
+ 32 6.67 KB 1.00 KB sun.reflect.generics.tree.FormalTypeParameter
+ 296 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 296 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> java.lang.reflect.Method -> com.sun.proxy.$Proxy231.getContextResolver(Class, MediaType)
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> javax.xml.stream.FactoryFinder.findServiceProvider(Class, ClassLoader)
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> org.jboss.resteasy.rxjava2.FlowableRxInvokerImpl.eventSourceToObservable(SseEventSourceImpl, GenericType, String, Entity, MediaType[])
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> java.lang.ClassLoader.getSystemResources(String)
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_postgresql_hostchooser_MultiHostChooser_append_java_util_List_java_util_List_.invoke(Object, Object[])
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_fasterxml_jackson_module_jaxb_JaxbAnnotationIntrospector_constructor__.newInstance(Object[])
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ 208 B 32 B ├─ [Lsun.reflect.generics.tree.FormalTypeParameter; -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_com_sun_xml_internal_bind_v2_ContextFactory_constructor__.newInstance(Object[])
+ └─ ... more ...
+
+ 115 6.41 KB 4.49 KB java.math.BigInteger
+ 64 B 40 B ├─ [Ljava.math.BigInteger; -> HostedField>
+ 64 B 40 B ├─ [Ljava.math.BigInteger; -> HostedField>
+ 64 B 40 B ├─ [Ljava.math.BigInteger; -> HostedField>
+ 64 B 40 B ├─ [Ljava.math.BigInteger; -> HostedField>
+ 64 B 40 B ├─ org.glassfish.json.JsonNumberImpl$JsonLongNumber.bigDecimalValue()
+ 64 B 40 B ├─ org.postgresql.jdbc.PgResultSet.toInt(String)
+ 64 B 40 B ├─ com.fasterxml.jackson.core.base.ParserBase.convertNumberToLong()
+ 64 B 40 B ├─ java.time.Duration.create(BigDecimal)
+ 64 B 40 B ├─ com.fasterxml.jackson.core.base.ParserBase.convertNumberToInt()
+ 64 B 40 B ├─ org.postgresql.jdbc.PgResultSet.toInt(String)
+ └─ ... more ...
+
+ 8 6.38 KB 256 B java.util.regex.Pattern$Prolog
+ 2.00 KB 32 B ├─ java.util.regex.Pattern$Begin -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 1.29 KB 32 B ├─ java.util.regex.Pattern$Loop -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 1000 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 696 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 408 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 408 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 400 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6StdAddress(String)
+ 256 B 32 B └─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+
+ 72 6.30 KB 2.25 KB java.util.regex.Pattern$Slice
+ 880 B 32 B ├─ java.util.regex.Pattern$GroupTail -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 616 B 32 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 600 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 472 B 32 B ├─ java.util.regex.Pattern$Ques -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 304 B 32 B ├─ java.util.regex.Pattern -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 176 B 32 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.core.MediaTypeMap$SubtypeMap.add(MediaType, Object)
+ 112 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 88 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 88 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 88 B 32 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ └─ ... more ...
+
+ 1 6.25 KB 56 B javax.validation.constraints.Max$$ProxyImpl
+ 6.25 KB 56 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+
+ 1 6.23 KB 56 B javax.validation.constraints.Min$$ProxyImpl
+ 6.23 KB 56 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+
+ 8 6.13 KB 384 B java.util.regex.Pattern$Loop
+ 1.97 KB 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 1.26 KB 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv4Address(String)
+ 968 B 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 664 B 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+ 376 B 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 376 B 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6HexCompressedAddress(String)
+ 368 B 48 B ├─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.apache.http.conn.util.InetAddressUtils.isIPv6StdAddress(String)
+ 224 B 48 B └─ java.util.regex.Pattern$Prolog -> ... -> java.util.regex.Pattern -> org.yaml.snakeyaml.resolver.Resolver.addImplicitResolvers()
+
+ 93 6.12 KB 2.18 KB sun.reflect.annotation.TypeAnnotation$LocationInfo
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 88 B 24 B ├─ sun.reflect.annotation.TypeAnnotation -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 259 6.07 KB 6.07 KB java.lang.Long
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ com.fasterxml.jackson.databind.util.ClassUtil.defaultValue(Class)
+ 24 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ 24 B 24 B ├─ [Ljava.lang.Long; -> io.undertow.UndertowLogger_$logger.dataLargerThanContentLength(long, long)
+ └─ ... more ...
+
+ 257 6.02 KB 6.02 KB io.undertow.protocols.http2.HPackHuffman$HuffmanCode
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ 24 B 24 B ├─ [Lio.undertow.protocols.http2.HPackHuffman$HuffmanCode; -> io.undertow.protocols.http2.HPackHuffman.encode(ByteBuffer, String, boolean)
+ └─ ... more ...
+
+ 1 6.00 KB 2.02 KB java.lang.Byte[]
+ 6.00 KB 2.02 KB └─ com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+
+ 1 6.00 KB 2.02 KB java.lang.Short[]
+ 6.00 KB 2.02 KB └─ com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+
+ 1 5.87 KB 104 B com.fasterxml.jackson.databind.ObjectReader
+ 5.87 KB 104 B └─ com.github.fge.jsonpatch.JsonPatch.fromJson(JsonNode)
+
+ 8 5.65 KB 256 B javax.ws.rs.core.MultivaluedHashMap
+ 1.57 KB 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 856 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 848 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 672 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 640 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 624 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 432 B 32 B ├─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 104 B 32 B └─ org.jboss.resteasy.core.registry.RootNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 2 5.64 KB 96 B javax.validation.constraints.NotNull$$ProxyImpl
+ 2.82 KB 48 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotBlank_groups__.invoke(Object, Object[])
+ 2.82 KB 48 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_NotEmpty_groups__.invoke(Object, Object[])
+
+ 7 5.59 KB 560 B io.undertow.servlet.core.ManagedServlet
+ 1.11 KB 80 B ├─ io.undertow.servlet.handlers.ServletChain -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 832 B 80 B ├─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 760 B 80 B ├─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 760 B 80 B ├─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 760 B 80 B ├─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 760 B 80 B ├─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 712 B 80 B └─ io.undertow.servlet.handlers.ServletHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 44 5.41 KB 3.78 KB sun.util.calendar.ZoneInfo
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ 152 B 88 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> org.postgresql.jdbc.TimestampUtils.parseBackendTimeZone(String)
+ └─ ... more ...
+
+ 69 5.39 KB 2.16 KB java.lang.ref.ReferenceQueue
+ 80 B 32 B ├─ java.util.WeakHashMap -> java.util.Collections$SynchronizedMap -> com.sun.xml.bind.DatatypeConverterImpl.getDatatypeFactory()
+ 80 B 32 B ├─ java.util.WeakHashMap -> org.jboss.resteasy.plugins.providers.jackson.ResteasyObjectWriterInjector.get(ClassLoader)
+ 80 B 32 B ├─ java.util.WeakHashMap -> java.awt.Component.isCoalesceEventsOverriden(Class)
+ 80 B 32 B ├─ java.util.WeakHashMap -> javax.activation.CommandMap.getDefaultCommandMap()
+ 80 B 32 B ├─ java.util.logging.LogManager -> java.util.logging.Logger.demandLogger(String, String, Class)
+ 80 B 32 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 32 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 32 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 32 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 32 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 34 5.31 KB 1.06 KB com.sun.org.apache.xml.internal.serializer.utils.StringToIntTable
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ 160 B 32 B ├─ com.sun.org.apache.xml.internal.serializer.ElemDesc -> ... -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream$Trie -> com.sun.org.apache.xml.internal.serializer.ToHTMLStream.()
+ └─ ... more ...
+
+ 221 5.18 KB 5.18 KB java.lang.Character$UnicodeBlock
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ 24 B 24 B ├─ [Ljava.lang.Character$UnicodeBlock; -> java.lang.Character$UnicodeBlock.of(int)
+ └─ ... more ...
+
+ 20 5.05 KB 800 B java.util.regex.Pattern$7
+ 856 B 40 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 496 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 496 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 416 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.(String, String)
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.parseHierarchicalUri(CharSequence, Matcher)
+ 376 B 40 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 208 B 40 B ├─ java.util.regex.Pattern$5 -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.encodeNonCodes(String)
+ 208 B 40 B ├─ java.util.regex.Pattern -> org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarNonSpaces(boolean, Mark)
+ 208 B 40 B ├─ [Ljava.util.regex.Pattern$Node; -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.encodeNonCodes(String)
+ └─ ... more ...
+
+ 16 4.98 KB 1.25 KB java.util.WeakHashMap
+ 544 B 80 B ├─ javax.validation.Validation$GetValidationProviderListAction -> javax.validation.Validation$GenericBootstrapImpl.configure()
+ 304 B 80 B ├─ java.util.Collections$SynchronizedMap -> com.sun.xml.internal.bind.v2.runtime.reflect.Lister.getArrayLister(Class)
+ 304 B 80 B ├─ com.sun.xml.bind.v2.util.EditDistance.editDistance(String, String)
+ 304 B 80 B ├─ javax.activation.CommandMap.getDefaultCommandMap()
+ 304 B 80 B ├─ java.util.Collections$SynchronizedMap -> com.sun.xml.internal.bind.DatatypeConverterImpl.getDatatypeFactory()
+ 304 B 80 B ├─ com.sun.naming.internal.ResourceManager.getFactory(String, Hashtable, Context, String, String)
+ 304 B 80 B ├─ com.oracle.svm.core.MonitorSupport -> com.oracle.svm.core.MonitorSupport.monitorEnter(Object)
+ 304 B 80 B ├─ com.oracle.svm.core.MonitorSupport -> com.oracle.svm.core.MonitorSupport.monitorEnter(Object)
+ 304 B 80 B ├─ com.sun.xml.internal.bind.v2.util.EditDistance.editDistance(String, String)
+ 304 B 80 B ├─ com.sun.naming.internal.ResourceManager.getApplicationResources()
+ └─ ... more ...
+
+ 15 4.88 KB 840 B io.smallrye.openapi.api.models.media.MediaTypeImpl
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ 376 B 56 B ├─ java.util.LinkedHashMap$Entry -> ... -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+ └─ ... more ...
+
+ 31 4.70 KB 4.70 KB long[]
+ 1.85 KB 1.85 KB ├─ java.util.Calendar.getInstance(Locale)
+ 656 B 656 B ├─ sun.security.provider.SHA5.implCompress(byte[], int)
+ 312 B 312 B ├─ java.math.BigInteger.(String, int)
+ 256 B 256 B ├─ com.oracle.svm.core.posix.IgnoreSIGPIPEFeature$1.run()
+ 232 B 232 B ├─ sun.misc.FloatingDecimal$BinaryToASCIIBuffer.dtoa(int, long, int, boolean)
+ 168 B 168 B ├─ java.math.BigDecimal.(BigInteger, int, MathContext)
+ 168 B 168 B ├─ java.math.BigDecimal.longMultiplyPowerTen(long, int)
+ 152 B 152 B ├─ java.util.Currency.getInstance(Locale)
+ 120 B 120 B ├─ org.hsqldb.types.IntervalType.getIntervalValueLimit()
+ 80 B 80 B ├─ java.security.MessageDigest.getInstance(String)
+ └─ ... more ...
+
+ 1 4.66 KB 80 B com.fasterxml.jackson.databind.MappingJsonFactory
+ 4.66 KB 80 B └─ com.fasterxml.jackson.databind.ObjectReader -> com.github.fge.jsonpatch.JsonPatch.fromJson(JsonNode)
+
+ 36 4.56 KB 1.41 KB com.sun.org.apache.xerces.internal.impl.xs.traversers.SmallContainer
+ 200 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 184 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 184 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 152 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ └─ ... more ...
+
+ 13 4.54 KB 312 B java.util.concurrent.atomic.AtomicReference
+ 3.10 KB 24 B ├─ com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer -> ... -> com.fasterxml.jackson.databind.ObjectReader -> com.github.fge.jsonpatch.JsonPatch.fromJson(JsonNode)
+ 864 B 24 B ├─ com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer -> ... -> com.fasterxml.jackson.databind.ObjectReader -> com.github.fge.jsonpatch.JsonPatch.fromJson(JsonNode)
+ 152 B 24 B ├─ com.oracle.svm.core.option.RuntimeOptionValues -> com.oracle.svm.core.option.RuntimeOptionParser.parse(String[], String, SubstrateOptionsParser$BooleanOptionFormat, boolean)
+ 96 B 24 B ├─ com.oracle.svm.core.heap.AllocationFreeList -> com.oracle.svm.core.genscavenge.GCImpl -> com.oracle.svm.core.genscavenge.ThreadLocalAllocation.slowPathNewArray(Class, int)
+ 88 B 24 B ├─ com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 72 B 24 B ├─ com.oracle.svm.core.jdk.Target_java_lang_Shutdown$$Lambda$201.1075059445.run()
+ 56 B 24 B ├─ com.arjuna.ats.arjuna.coordinator.TxStats -> com.arjuna.ats.arjuna.coordinator.BasicAction.End(boolean)
+ 24 B 24 B ├─ org.jboss.shamrock.example.rest.RestClientProxy_ProducerMethod23_ClientProxy.delegate()
+ 24 B 24 B ├─ com.oracle.svm.core.heap.AllocationFreeList -> com.oracle.svm.core.genscavenge.GCImpl -> com.oracle.svm.core.genscavenge.ThreadLocalAllocation.slowPathNewArray(Class, int)
+ 24 B 24 B ├─ io.undertow.util.DateUtils$2.run()
+ └─ ... more ...
+
+ 8 4.54 KB 1.25 KB java.util.GregorianCalendar
+ 680 B 160 B ├─ java.text.SimpleDateFormat -> org.hsqldb.HsqlDateTime.getDateSeconds(String)
+ 592 B 160 B ├─ java.text.SimpleDateFormat -> org.hsqldb.HsqlDateTime.getTimestampSeconds(String)
+ 592 B 160 B ├─ java.text.SimpleDateFormat -> org.jboss.resteasy.plugins.delegates.ServerCookie.appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean)
+ 592 B 160 B ├─ java.text.SimpleDateFormat -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 592 B 160 B ├─ java.text.SimpleDateFormat -> com.arjuna.ats.internal.arjuna.recovery.ExpiredEntryMonitor.run()
+ 592 B 160 B ├─ org.hsqldb.types.DateTimeType.convertToType(SessionInterface, Object, Type)
+ 504 B 160 B ├─ com.fasterxml.jackson.databind.util.StdDateFormat._getCalendar(TimeZone)
+ 504 B 160 B └─ java.text.SimpleDateFormat -> com.fasterxml.jackson.databind.util.StdDateFormat.parseAsRFC1123(String, ParsePosition)
+
+ 1 4.48 KB 280 B com.sun.org.apache.xerces.internal.impl.xs.SchemaGrammar$Schema4Annotations
+ 4.48 KB 280 B └─ com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool.retrieveInitialGrammarSet(String)
+
+ 1 4.28 KB 64 B io.undertow.servlet.handlers.ServletPathMatches
+ 4.28 KB 64 B └─ io.undertow.servlet.handlers.ServletInitialHandler -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 5 4.22 KB 4.08 KB byte[][]
+ 1.09 KB 1.02 KB ├─ com.sun.xml.internal.bind.v2.runtime.output.Encoded.setEscape(String, boolean)
+ 1.09 KB 1.02 KB ├─ com.sun.xml.bind.v2.runtime.output.Encoded.setEscape(String, boolean)
+ 1.02 KB 1.02 KB ├─ com.sun.xml.internal.bind.v2.runtime.output.Encoded.setEscape(String, boolean)
+ 1.02 KB 1.02 KB ├─ com.sun.xml.bind.v2.runtime.output.Encoded.setEscape(String, boolean)
+ 16 B 16 B └─ org.postgresql.core.v3.SimpleParameterList -> org.postgresql.core.v3.QueryExecutorImpl.execute(Query, ParameterList, ResultHandler, int, int, int)
+
+ 2 4.12 KB 128 B javax.xml.bind.annotation.XmlType$$ProxyImpl
+ 2.12 KB 64 B ├─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.xml.MappingXmlParser.parse(Set)
+ 2.00 KB 64 B └─ [Ljava.lang.annotation.Annotation; -> com.oracle.svm.core.hub.DynamicHub -> org.hibernate.validator.internal.xml.ValidationXmlParser$$Lambda$569.53525085.apply(Object)
+
+ 1 4.03 KB 96 B io.smallrye.openapi.api.models.ComponentsImpl
+ 4.03 KB 96 B └─ io.smallrye.openapi.api.models.OpenAPIImpl -> io.smallrye.openapi.api.OpenApiDocument -> io.smallrye.openapi.api.OpenApiDocument.get()
+
+ 22 4.01 KB 704 B java.util.regex.Pattern$CharProperty$1
+ 696 B 32 B ├─ java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.groupCount(String)
+ 432 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 336 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.MediaTypeMap$SubtypeMap.add(MediaType, Object)
+ 336 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.util.Encode.savePathParams(String, StringBuilder, List)
+ 336 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate(CharSequence)
+ 336 B 32 B ├─ java.util.regex.Pattern$Single -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.registry.Expression.groupCount(String)
+ 336 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> java.util.regex.Pattern -> org.jboss.resteasy.core.MediaTypeMap$SubtypeMap.getPossible(MediaType)
+ 336 B 32 B ├─ java.util.regex.Pattern$Curly -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 160 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ 160 B 32 B ├─ java.util.regex.Pattern$GroupHead -> ... -> java.util.regex.Pattern -> org.apache.http.impl.cookie.LaxExpiresHandler.parse(SetCookie, String)
+ └─ ... more ...
+
+ 256 4.00 KB 4.00 KB java.lang.Byte
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ com.fasterxml.jackson.databind.util.ClassUtil.defaultValue(Class)
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Byte; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_byteValue__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 256 4.00 KB 4.00 KB java.lang.Short
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ 16 B 16 B ├─ [Ljava.lang.Short; -> com\oracle\svm\reflect\proxies\Proxy_java_lang_Integer_shortValue__.invoke(Object, Object[])
+ └─ ... more ...
+
+ 1 3.98 KB 32 B io.undertow.servlet.handlers.ServletPathMatchesData
+ 3.98 KB 32 B └─ io.undertow.servlet.handlers.ServletPathMatches -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 93 3.94 KB 2.28 KB sun.reflect.annotation.TypeAnnotation$LocationInfo$Location[]
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 64 B 32 B ├─ sun.reflect.annotation.TypeAnnotation$LocationInfo -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 5 3.88 KB 200 B com.sun.org.apache.xerces.internal.impl.xs.traversers.LargeContainer
+ 976 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 912 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 880 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 608 B 40 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+ 592 B 40 B └─ java.util.HashMap$Node -> ... -> java.util.HashMap -> com.sun.org.apache.xerces.internal.impl.xs.traversers.XSAttributeChecker.checkAttributes(Element, boolean, XSDocumentInfo, boolean)
+
+ 246 3.84 KB 3.84 KB javax.ws.rs.core.MediaType$1
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 16 B 16 B ├─ java.util.TreeMap -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ └─ ... more ...
+
+ 8 3.84 KB 256 B org.jboss.resteasy.core.registry.ClassNode
+ 2.20 KB 32 B ├─ org.jboss.resteasy.core.registry.RootClassNode -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+ 240 B 32 B └─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.runtime.StartupContext -> org.jboss.shamrock.runner.GeneratedMain.main(String[])
+
+ 7 3.83 KB 672 B java.text.DateFormatSymbols
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> org.hsqldb.HsqlDateTime.getTimestampSeconds(String)
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> com.arjuna.ats.internal.arjuna.recovery.ExpiredEntryMonitor.run()
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> ... -> org.xnio.nio.Log_$logger -> org.xnio.nio.WorkerThread.run()
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> org.jboss.resteasy.plugins.delegates.ServerCookie.appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean)
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> org.hsqldb.HsqlDateTime.getDateSeconds(String)
+ 560 B 96 B ├─ java.text.SimpleDateFormat -> com.fasterxml.jackson.databind.util.StdDateFormat.parseAsRFC1123(String, ParsePosition)
+ 560 B 96 B └─ java.lang.ref.SoftReference -> ... -> java.util.concurrent.ConcurrentHashMap -> java.text.DateFormatSymbols.initializeData(Locale)
+
+ 97 3.79 KB 3.79 KB java.security.Provider$ServiceKey
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 40 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ └─ ... more ...
+
+ 19 3.77 KB 1.04 KB java.util.TreeMap$Entry
+ 1.04 KB 56 B ├─ java.util.TreeMap -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 560 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 448 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 280 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 224 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 224 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 168 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 112 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 112 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ 112 B 56 B ├─ java.util.TreeMap$Entry -> ... -> com.oracle.svm.core.option.RuntimeOptionParser -> com.oracle.svm.core.JavaMainWrapper.run(int, CCharPointerPointer)
+ └─ ... more ...
+
+ 24 3.75 KB 576 B javax.enterprise.util.Nonbinding$$ProxyImpl
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_MeteredInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_TimedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ 160 B 24 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_io_smallrye_metrics_interceptors_CountedInterceptor_constructor_javax_enterprise_inject_spi_Bean_org_eclipse_microprofile_metrics_MetricRegistry_.newInstance(Object[])
+ └─ ... more ...
+
+ 96 3.75 KB 3.75 KB javax.xml.namespace.QName
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> ... -> java.util.Collections$UnmodifiableRandomAccessList -> com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl$JAXBContextBuilder)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> ... -> java.util.Collections$UnmodifiableRandomAccessList -> com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl$JAXBContextBuilder)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> ... -> java.util.Collections$UnmodifiableRandomAccessList -> com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl$JAXBContextBuilder)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> ... -> java.util.Collections$UnmodifiableRandomAccessList -> com.sun.xml.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl$JAXBContextBuilder)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ 40 B 40 B ├─ [Ljavax.xml.namespace.QName; -> com.sun.xml.internal.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl$StringImplImpl -> com.sun.xml.internal.bind.v2.model.impl.RuntimeModelBuilder.createTransducer(RuntimeNonElementRef)
+ └─ ... more ...
+
+ 48 3.75 KB 3.75 KB org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$HashEntry[]
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 80 B 80 B ├─ org.hibernate.validator.internal.util.ConcurrentReferenceHashMap$Segment -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 7 3.70 KB 280 B javax.validation.OverridesAttribute$$ProxyImpl
+ 568 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_CreditCardNumber_groups__.invoke(Object, Object[])
+ 536 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 536 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ 536 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_URL_flags__.invoke(Object, Object[])
+ 536 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Email_flags__.invoke(Object, Object[])
+ 536 B 40 B ├─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+ 536 B 40 B └─ java.util.LinkedHashMap$Entry -> ... -> com.oracle.svm.core.hub.DynamicHub -> com\oracle\svm\reflect\proxies\Proxy_org_hibernate_validator_constraints_Range_groups__.invoke(Object, Object[])
+
+ 52 3.67 KB 1.29 KB io.undertow.protocols.http2.HpackEncoder$TableEntry[]
+ 352 B 72 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ 64 B 24 B ├─ java.util.HashMap$Node -> ... -> java.util.HashMap -> io.undertow.protocols.http2.HpackEncoder.findInTable(HttpString, String)
+ └─ ... more ...
+
+ 35 3.55 KB 1.09 KB java.util.Collections$SingletonList
+ 184 B 32 B ├─ org.hibernate.validator.internal.engine.groups.ValidationOrder$DefaultSequenceValidationOrder -> org.hibernate.validator.internal.metadata.aggregated.BeanMetaDataImpl.getDefaultGroupSequenceData(Class, List, DefaultGroupSequenceProvider, ValidationOrderGenerator)
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> org.jboss.shamrock.arc.runtime.ArcDeploymentTemplate$2 -> org.jboss.shamrock.runtime.RuntimeInjector$DefaultInjectionFactory$1.newInstance()
+ └─ ... more ...
+
+ 35 3.55 KB 1.09 KB java.security.Provider$UString
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> sun.security.jca.ProviderList -> HostedField>
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> java.security.SecureRandom -> org.apache.http.impl.auth.NTLMEngineImpl$Type3Message.(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[])
+ 112 B 32 B ├─ java.util.HashMap$Node -> ... -> sun.security.jca.ProviderList -> HostedField