From 565f2d85a8b1b81824722d99129a1742fc7e2ea2 Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 14:17:12 +0530 Subject: [PATCH 1/8] docs(ci): add commit message standards and CI workflow setup --- .commitlintrc.json | 3 + .github/commitlint.config.js | 3 + .github/workflows/commitlint.yml | 21 + .gitignore | 15 + .husky/commit-msg | 4 + .husky/pre-commit | 4 + .vscode/settings.json | 3 + commitlint.config.js | 1 + hs_err_pid9248.log | 872 ++++ package-lock.json | 2678 ++++++++++ package.json | 28 + replay_pid9248.log | 8336 ++++++++++++++++++++++++++++++ 12 files changed, 11968 insertions(+) create mode 100644 .commitlintrc.json create mode 100644 .github/commitlint.config.js create mode 100644 .github/workflows/commitlint.yml create mode 100644 .husky/commit-msg create mode 100644 .husky/pre-commit create mode 100644 .vscode/settings.json create mode 100644 commitlint.config.js create mode 100644 hs_err_pid9248.log create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 replay_pid9248.log diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..de3aa4f --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["@commitlint/config-conventional"] +} \ No newline at end of file diff --git a/.github/commitlint.config.js b/.github/commitlint.config.js new file mode 100644 index 0000000..0a7cd1a --- /dev/null +++ b/.github/commitlint.config.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ["@commitlint/config-conventional"] +}; diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml new file mode 100644 index 0000000..aac7e5b --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,21 @@ +name: Lint Commit Messages + +on: + pull_request: + branches: [ main ] + +jobs: + commitlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: actions/setup-node@v3 + with: + node-version: '18' + - name: Install dependencies + run: npm ci + - name: Check commit messages + run: | + npx commitlint --from=HEAD~1 diff --git a/.gitignore b/.gitignore index e826f6a..2333975 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,21 @@ target/ !.mvn/wrapper/maven-wrapper.jar command_output.log +### Java ### +hs_err_pid*.log +replay_pid*.log + +### Node.js ### +node_modules/ +npm-debug.log +yarn-debug.log* +yarn-error.log* +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + ### STS ### .apt_generated .classpath diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..15349d0 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname -- "$0")/_/husky.sh" + +npx --no -- commitlint --edit $1 \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..08341d5 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +# Temporarily skipping tests until test suite is set up +echo "Skipping tests for now" +exit 0 diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7b016a8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file diff --git a/commitlint.config.js b/commitlint.config.js new file mode 100644 index 0000000..0519ecb --- /dev/null +++ b/commitlint.config.js @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hs_err_pid9248.log b/hs_err_pid9248.log new file mode 100644 index 0000000..61f2c17 --- /dev/null +++ b/hs_err_pid9248.log @@ -0,0 +1,872 @@ +# +# There is insufficient memory for the Java Runtime Environment to continue. +# Native memory allocation (malloc) failed to allocate 1032608 bytes. Error detail: Chunk::new +# Possible reasons: +# The system is out of physical RAM or swap space +# This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap +# Possible solutions: +# Reduce memory load on the system +# Increase physical memory or swap space +# Check if swap backing store is full +# Decrease Java heap size (-Xmx/-Xms) +# Decrease number of Java threads +# Decrease Java thread stack sizes (-Xss) +# Set larger code cache with -XX:ReservedCodeCacheSize= +# JVM is running with Unscaled Compressed Oops mode in which the Java heap is +# placed in the first 4GB address space. The Java Heap base address is the +# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress +# to set the Java Heap base and to place the Java Heap above 4GB virtual address. +# This output file may be truncated or incomplete. +# +# Out of Memory Error (arena.cpp:168), pid=9248, tid=18948 +# +# JRE version: OpenJDK Runtime Environment Temurin-21.0.6+7 (21.0.6+7) (build 21.0.6+7-LTS) +# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, parallel gc, windows-amd64) +# No core dump will be written. Minidumps are not enabled by default on client versions of Windows +# + +--------------- S U M M A R Y ------------ + +Command Line: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\lombok\lombok-1.18.36.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java -Daether.dependencyCollector.impl=bf c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar -configuration c:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win -data c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-4f126972128c0172335a4fdc04f32ff5-sock + +Host: 12th Gen Intel(R) Core(TM) i5-1235U, 12 cores, 7G, Windows 11 , 64 bit Build 26100 (10.0.26100.3775) +Time: Thu Apr 17 12:29:23 2025 India Standard Time elapsed time: 15.025062 seconds (0d 0h 0m 15s) + +--------------- T H R E A D --------------- + +Current thread (0x000001e46c4a08f0): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18948, stack(0x000000a092d00000,0x000000a092e00000) (1024K)] + + +Current CompileTask: +C2:15025 11433 4 org.codehaus.plexus.interpolation.reflection.ReflectionValueExtractor::evaluate (242 bytes) + +Stack: [0x000000a092d00000,0x000000a092e00000] +Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) +V [jvm.dll+0x6cdee9] +V [jvm.dll+0x8a83d1] +V [jvm.dll+0x8aa8fe] +V [jvm.dll+0x8aafe3] +V [jvm.dll+0x27f706] +V [jvm.dll+0xc500d] +V [jvm.dll+0xc5543] +V [jvm.dll+0x3b678c] +V [jvm.dll+0x1e0009] +V [jvm.dll+0x247b42] +V [jvm.dll+0x246fcf] +V [jvm.dll+0x1c75ee] +V [jvm.dll+0x25685a] +V [jvm.dll+0x254dfa] +V [jvm.dll+0x3f0256] +V [jvm.dll+0x851f8b] +V [jvm.dll+0x6cc5ed] +C [ucrtbase.dll+0x37b0] +C [KERNEL32.DLL+0x2e8d7] +C [ntdll.dll+0xb14fc] + + +--------------- P R O C E S S --------------- + +Threads class SMR info: +_java_thread_list=0x000001e4679f28d0, length=78, elements={ +0x000001e40fc79540, 0x000001e4670e44b0, 0x000001e4651fc210, 0x000001e4651fdfc0, +0x000001e4670e5f60, 0x000001e4670ef2f0, 0x000001e4670f72d0, 0x000001e467104450, +0x000001e467106ce0, 0x000001e4670f6c40, 0x000001e4670f8680, 0x000001e4670f7960, +0x000001e4670f93a0, 0x000001e4670f7ff0, 0x000001e4670f8d10, 0x000001e4670f9a30, +0x000001e4670f65b0, 0x000001e46c308400, 0x000001e46c3097b0, 0x000001e46c307050, +0x000001e46c3076e0, 0x000001e46c4a08f0, 0x000001e46d8523b0, 0x000001e46c308a90, +0x000001e46c309120, 0x000001e46c30a4d0, 0x000001e46c307d70, 0x000001e46fc6a7f0, +0x000001e46fc69440, 0x000001e46fc69ad0, 0x000001e46fc68db0, 0x000001e46fc67370, +0x000001e46fc67a00, 0x000001e46fc6b510, 0x000001e46fc6a160, 0x000001e46fc6ae80, +0x000001e46fc68090, 0x000001e46fc68720, 0x000001e46fc6e300, 0x000001e46fc6c8c0, +0x000001e46fc6bba0, 0x000001e46fc6e990, 0x000001e46fc6cf50, 0x000001e46fc6dc70, +0x000001e46fc6c230, 0x000001e46e6bedf0, 0x000001e46e6bb970, 0x000001e46e6be0d0, +0x000001e46e6bc690, 0x000001e46e6bf480, 0x000001e46e6bc000, 0x000001e46e6bcd20, +0x000001e46e6bfb10, 0x000001e46e6bd3b0, 0x000001e46e6c1550, 0x000001e46e6c01a0, +0x000001e46e6c1be0, 0x000001e46e6c0ec0, 0x000001e46e6c2900, 0x000001e46e6c2270, +0x000001e46e6c2f90, 0x000001e46ed0b440, 0x000001e46ed0c7f0, 0x000001e46ed0bad0, +0x000001e46ed0c160, 0x000001e46ed0ce80, 0x000001e46ed0a720, 0x000001e46ed0dba0, +0x000001e46ed0adb0, 0x000001e46ed0f5e0, 0x000001e46ed10990, 0x000001e46ed0e8c0, +0x000001e46ed116b0, 0x000001e46ed0fc70, 0x000001e46ed11020, 0x000001e46ed0ef50, +0x000001e46ed10300, 0x000001e46c309e40 +} + +Java Threads: ( => current thread ) + 0x000001e40fc79540 JavaThread "main" [_thread_blocked, id=12548, stack(0x000000a090b00000,0x000000a090c00000) (1024K)] + 0x000001e4670e44b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=10288, stack(0x000000a090f00000,0x000000a091000000) (1024K)] + 0x000001e4651fc210 JavaThread "Finalizer" daemon [_thread_blocked, id=25024, stack(0x000000a091000000,0x000000a091100000) (1024K)] + 0x000001e4651fdfc0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17296, stack(0x000000a091100000,0x000000a091200000) (1024K)] + 0x000001e4670e5f60 JavaThread "Attach Listener" daemon [_thread_blocked, id=19604, stack(0x000000a091200000,0x000000a091300000) (1024K)] + 0x000001e4670ef2f0 JavaThread "Service Thread" daemon [_thread_blocked, id=25536, stack(0x000000a091300000,0x000000a091400000) (1024K)] + 0x000001e4670f72d0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=8568, stack(0x000000a091400000,0x000000a091500000) (1024K)] + 0x000001e467104450 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=6188, stack(0x000000a091500000,0x000000a091600000) (1024K)] + 0x000001e467106ce0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25336, stack(0x000000a091600000,0x000000a091700000) (1024K)] + 0x000001e4670f6c40 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=17536, stack(0x000000a091700000,0x000000a091800000) (1024K)] + 0x000001e4670f8680 JavaThread "Notification Thread" daemon [_thread_blocked, id=19464, stack(0x000000a091900000,0x000000a091a00000) (1024K)] + 0x000001e4670f7960 JavaThread "Active Thread: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" [_thread_blocked, id=24444, stack(0x000000a092100000,0x000000a092200000) (1024K)] + 0x000001e4670f93a0 JavaThread "Refresh Thread: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=2360, stack(0x000000a092200000,0x000000a092300000) (1024K)] + 0x000001e4670f7ff0 JavaThread "Framework Event Dispatcher: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=12880, stack(0x000000a092400000,0x000000a092500000) (1024K)] + 0x000001e4670f8d10 JavaThread "Start Level: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=24152, stack(0x000000a092500000,0x000000a092600000) (1024K)] + 0x000001e4670f9a30 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=23192, stack(0x000000a092600000,0x000000a092700000) (1024K)] + 0x000001e4670f65b0 JavaThread "SCR Component Actor" daemon [_thread_blocked, id=8988, stack(0x000000a091a00000,0x000000a091b00000) (1024K)] + 0x000001e46c308400 JavaThread "Worker-JM" [_thread_blocked, id=10704, stack(0x000000a092a00000,0x000000a092b00000) (1024K)] + 0x000001e46c3097b0 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=23828, stack(0x000000a092900000,0x000000a092a00000) (1024K)] + 0x000001e46c307050 JavaThread "Worker-0: Java indexing... " [_thread_blocked, id=1116, stack(0x000000a092b00000,0x000000a092c00000) (1024K)] + 0x000001e46c3076e0 JavaThread "Worker-1: Building" [_thread_blocked, id=13700, stack(0x000000a092c00000,0x000000a092d00000) (1024K)] +=>0x000001e46c4a08f0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18948, stack(0x000000a092d00000,0x000000a092e00000) (1024K)] + 0x000001e46d8523b0 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=6484, stack(0x000000a092e00000,0x000000a092f00000) (1024K)] + 0x000001e46c308a90 JavaThread "Java indexing" daemon [_thread_blocked, id=17288, stack(0x000000a092f00000,0x000000a093000000) (1024K)] + 0x000001e46c309120 JavaThread "Worker-2" [_thread_blocked, id=18720, stack(0x000000a093200000,0x000000a093300000) (1024K)] + 0x000001e46c30a4d0 JavaThread "Worker-3" [_thread_blocked, id=11004, stack(0x000000a093300000,0x000000a093400000) (1024K)] + 0x000001e46c307d70 JavaThread "Thread-2" daemon [_thread_in_native, id=22372, stack(0x000000a093400000,0x000000a093500000) (1024K)] + 0x000001e46fc6a7f0 JavaThread "Thread-3" daemon [_thread_in_native, id=4576, stack(0x000000a093500000,0x000000a093600000) (1024K)] + 0x000001e46fc69440 JavaThread "Thread-4" daemon [_thread_in_native, id=9448, stack(0x000000a093600000,0x000000a093700000) (1024K)] + 0x000001e46fc69ad0 JavaThread "Thread-5" daemon [_thread_in_native, id=19712, stack(0x000000a093700000,0x000000a093800000) (1024K)] + 0x000001e46fc68db0 JavaThread "Thread-6" daemon [_thread_in_native, id=22256, stack(0x000000a093800000,0x000000a093900000) (1024K)] + 0x000001e46fc67370 JavaThread "Thread-7" daemon [_thread_in_native, id=14004, stack(0x000000a093900000,0x000000a093a00000) (1024K)] + 0x000001e46fc67a00 JavaThread "Thread-8" daemon [_thread_in_native, id=10260, stack(0x000000a093a00000,0x000000a093b00000) (1024K)] + 0x000001e46fc6b510 JavaThread "Thread-9" daemon [_thread_in_native, id=12684, stack(0x000000a093b00000,0x000000a093c00000) (1024K)] + 0x000001e46fc6a160 JavaThread "Thread-10" daemon [_thread_in_native, id=7388, stack(0x000000a093c00000,0x000000a093d00000) (1024K)] + 0x000001e46fc6ae80 JavaThread "Thread-11" daemon [_thread_in_native, id=13988, stack(0x000000a093d00000,0x000000a093e00000) (1024K)] + 0x000001e46fc68090 JavaThread "Thread-12" daemon [_thread_in_native, id=24804, stack(0x000000a093e00000,0x000000a093f00000) (1024K)] + 0x000001e46fc68720 JavaThread "Thread-13" daemon [_thread_in_native, id=1180, stack(0x000000a093f00000,0x000000a094000000) (1024K)] + 0x000001e46fc6e300 JavaThread "Thread-14" daemon [_thread_in_native, id=21776, stack(0x000000a094000000,0x000000a094100000) (1024K)] + 0x000001e46fc6c8c0 JavaThread "pool-2-thread-1" [_thread_blocked, id=10072, stack(0x000000a094100000,0x000000a094200000) (1024K)] + 0x000001e46fc6bba0 JavaThread "Worker-4" [_thread_blocked, id=22368, stack(0x000000a094200000,0x000000a094300000) (1024K)] + 0x000001e46fc6e990 JavaThread "WorkspaceEventsHandler" [_thread_blocked, id=10632, stack(0x000000a094300000,0x000000a094400000) (1024K)] + 0x000001e46fc6cf50 JavaThread "pool-1-thread-1" [_thread_blocked, id=2564, stack(0x000000a094400000,0x000000a094500000) (1024K)] + 0x000001e46fc6dc70 JavaThread "Worker-5" [_thread_blocked, id=3188, stack(0x000000a094500000,0x000000a094600000) (1024K)] + 0x000001e46fc6c230 JavaThread "Worker-6" [_thread_blocked, id=16556, stack(0x000000a094600000,0x000000a094700000) (1024K)] + 0x000001e46e6bedf0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=11448, stack(0x000000a094700000,0x000000a094800000) (1024K)] + 0x000001e46e6bb970 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=17956, stack(0x000000a094800000,0x000000a094900000) (1024K)] + 0x000001e46e6be0d0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=23252, stack(0x000000a094900000,0x000000a094a00000) (1024K)] + 0x000001e46e6bc690 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19644, stack(0x000000a094a00000,0x000000a094b00000) (1024K)] + 0x000001e46e6bf480 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=520, stack(0x000000a094b00000,0x000000a094c00000) (1024K)] + 0x000001e46e6bc000 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=20116, stack(0x000000a094c00000,0x000000a094d00000) (1024K)] + 0x000001e46e6bcd20 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=17132, stack(0x000000a094d00000,0x000000a094e00000) (1024K)] + 0x000001e46e6bfb10 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=15320, stack(0x000000a094e00000,0x000000a094f00000) (1024K)] + 0x000001e46e6bd3b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=15792, stack(0x000000a094f00000,0x000000a095000000) (1024K)] + 0x000001e46e6c1550 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=16000, stack(0x000000a095000000,0x000000a095100000) (1024K)] + 0x000001e46e6c01a0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=8240, stack(0x000000a095100000,0x000000a095200000) (1024K)] + 0x000001e46e6c1be0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=5128, stack(0x000000a095200000,0x000000a095300000) (1024K)] + 0x000001e46e6c0ec0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=21128, stack(0x000000a095300000,0x000000a095400000) (1024K)] + 0x000001e46e6c2900 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=15380, stack(0x000000a095400000,0x000000a095500000) (1024K)] + 0x000001e46e6c2270 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17232, stack(0x000000a095500000,0x000000a095600000) (1024K)] + 0x000001e46e6c2f90 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=10996, stack(0x000000a095600000,0x000000a095700000) (1024K)] + 0x000001e46ed0b440 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17060, stack(0x000000a095700000,0x000000a095800000) (1024K)] + 0x000001e46ed0c7f0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=19932, stack(0x000000a095800000,0x000000a095900000) (1024K)] + 0x000001e46ed0bad0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=12560, stack(0x000000a095900000,0x000000a095a00000) (1024K)] + 0x000001e46ed0c160 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=4380, stack(0x000000a095a00000,0x000000a095b00000) (1024K)] + 0x000001e46ed0ce80 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17236, stack(0x000000a095b00000,0x000000a095c00000) (1024K)] + 0x000001e46ed0a720 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=10436, stack(0x000000a095c00000,0x000000a095d00000) (1024K)] + 0x000001e46ed0dba0 JavaThread "Compiler Processing Task" daemon [_thread_blocked, id=14288, stack(0x000000a091800000,0x000000a091900000) (1024K)] + 0x000001e46ed0adb0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=16336, stack(0x000000a095d00000,0x000000a095e00000) (1024K)] + 0x000001e46ed0f5e0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=10812, stack(0x000000a095e00000,0x000000a095f00000) (1024K)] + 0x000001e46ed10990 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=12160, stack(0x000000a095f00000,0x000000a096000000) (1024K)] + 0x000001e46ed0e8c0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=12852, stack(0x000000a096000000,0x000000a096100000) (1024K)] + 0x000001e46ed116b0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=18804, stack(0x000000a096100000,0x000000a096200000) (1024K)] + 0x000001e46ed0fc70 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=19564, stack(0x000000a096200000,0x000000a096300000) (1024K)] + 0x000001e46ed11020 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=25256, stack(0x000000a096300000,0x000000a096400000) (1024K)] + 0x000001e46ed0ef50 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=4412, stack(0x000000a096400000,0x000000a096500000) (1024K)] + 0x000001e46ed10300 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=14784, stack(0x000000a096500000,0x000000a096600000) (1024K)] + 0x000001e46c309e40 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=11256, stack(0x000000a096600000,0x000000a096700000) (1024K)] +Total: 78 + +Other Threads: + 0x000001e4651e4930 VMThread "VM Thread" [id=2192, stack(0x000000a090e00000,0x000000a090f00000) (1024K)] + 0x000001e4650dca00 WatcherThread "VM Periodic Task Thread" [id=3640, stack(0x000000a090d00000,0x000000a090e00000) (1024K)] + 0x000001e40fc98d10 WorkerThread "GC Thread#0" [id=4328, stack(0x000000a090c00000,0x000000a090d00000) (1024K)] + 0x000001e4674aae20 WorkerThread "GC Thread#1" [id=11220, stack(0x000000a091b00000,0x000000a091c00000) (1024K)] + 0x000001e4674ab1c0 WorkerThread "GC Thread#2" [id=24432, stack(0x000000a091c00000,0x000000a091d00000) (1024K)] + 0x000001e4678bbe30 WorkerThread "GC Thread#3" [id=10304, stack(0x000000a091d00000,0x000000a091e00000) (1024K)] + 0x000001e4678bc1d0 WorkerThread "GC Thread#4" [id=3532, stack(0x000000a091e00000,0x000000a091f00000) (1024K)] + 0x000001e46759b320 WorkerThread "GC Thread#5" [id=17632, stack(0x000000a091f00000,0x000000a092000000) (1024K)] + 0x000001e46759b6c0 WorkerThread "GC Thread#6" [id=22812, stack(0x000000a092000000,0x000000a092100000) (1024K)] + 0x000001e467cba710 WorkerThread "GC Thread#7" [id=21068, stack(0x000000a092300000,0x000000a092400000) (1024K)] + 0x000001e46c35d400 WorkerThread "GC Thread#8" [id=16220, stack(0x000000a092700000,0x000000a092800000) (1024K)] + 0x000001e46c35ccc0 WorkerThread "GC Thread#9" [id=13120, stack(0x000000a092800000,0x000000a092900000) (1024K)] +Total: 12 + +Threads with active compile tasks: +C2 CompilerThread0 15080 10930 ! 4 org.eclipse.osgi.internal.loader.classpath.ClasspathManager::defineClass (636 bytes) +C1 CompilerThread0 15080 11582 3 org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer::addPairValue (141 bytes) +C2 CompilerThread1 15080 11433 4 org.codehaus.plexus.interpolation.reflection.ReflectionValueExtractor::evaluate (242 bytes) +C2 CompilerThread2 15080 11578 4 org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern::createIndexKey (300 bytes) +Total: 4 + +VM state: at safepoint (normal execution) + +VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) +[0x00007fff9c40e380] Threads_lock - owner thread: 0x000001e4651e4930 +[0x00007fff9c40e480] Heap_lock - owner thread: 0x000001e46c308a90 + +Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit + +CDS archive(s) mapped at: [0x000001e424000000-0x000001e424ba0000-0x000001e424ba0000), size 12189696, SharedBaseAddress: 0x000001e424000000, ArchiveRelocationMode: 1. +Compressed class space mapped at: 0x000001e425000000-0x000001e465000000, reserved size: 1073741824 +Narrow klass base: 0x000001e424000000, Narrow klass shift: 0, Narrow klass range: 0x100000000 + +GC Precious Log: + CardTable entry size: 512 + CPUs: 12 total, 12 available + Memory: 7886M + Large Page Support: Disabled + NUMA Support: Disabled + Compressed Oops: Enabled (32-bit) + Alignments: Space 512K, Generation 512K, Heap 2M + Heap Min Capacity: 100M + Heap Initial Capacity: 100M + Heap Max Capacity: 1G + Pre-touch: Disabled + Parallel Workers: 10 + +Heap: + PSYoungGen total 3584K, used 3200K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 62% used [0x00000000ead80000,0x00000000eae20000,0x00000000eae80000) + to space 1024K, 75% used [0x00000000eae80000,0x00000000eaf40000,0x00000000eaf80000) + ParOldGen total 261632K, used 261151K [0x00000000c0000000, 0x00000000cff80000, 0x00000000eab00000) + object space 261632K, 99% used [0x00000000c0000000,0x00000000cff07ce0,0x00000000cff80000) + Metaspace used 61177K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K + +Card table byte_map: [0x000001e40f630000,0x000001e40f840000] _byte_map_base: 0x000001e40f030000 + +Marking Bits: (ParMarkBitMap*) 0x00007fff9c413260 + Begin Bits: [0x000001e421e70000, 0x000001e422e70000) + End Bits: [0x000001e422e70000, 0x000001e423e70000) + +Polling page: 0x000001e40dc70000 + +Metaspace: + +Usage: + Non-class: 53.68 MB used. + Class: 6.06 MB used. + Both: 59.74 MB used. + +Virtual space: + Non-class space: 64.00 MB reserved, 54.44 MB ( 85%) committed, 1 nodes. + Class space: 1.00 GB reserved, 6.75 MB ( <1%) committed, 1 nodes. + Both: 1.06 GB reserved, 61.19 MB ( 6%) committed. + +Chunk freelists: + Non-Class: 9.31 MB + Class: 9.30 MB + Both: 18.61 MB + +MaxMetaspaceSize: unlimited +CompressedClassSpaceSize: 1.00 GB +Initial GC threshold: 21.00 MB +Current GC threshold: 97.31 MB +CDS: on + - commit_granule_bytes: 65536. + - commit_granule_words: 8192. + - virtual_space_node_default_size: 8388608. + - enlarge_chunks_in_place: 1. + - use_allocation_guard: 0. + + +Internal statistics: + +num_allocs_failed_limit: 9. +num_arena_births: 1206. +num_arena_deaths: 14. +num_vsnodes_births: 2. +num_vsnodes_deaths: 0. +num_space_committed: 979. +num_space_uncommitted: 0. +num_chunks_returned_to_freelist: 23. +num_chunks_taken_from_freelist: 4089. +num_chunk_merges: 15. +num_chunk_splits: 2533. +num_chunks_enlarged: 1433. +num_inconsistent_stats: 0. + +CodeHeap 'non-profiled nmethods': size=120000Kb used=7527Kb max_used=7527Kb free=112472Kb + bounds [0x000001e41a940000, 0x000001e41b0a0000, 0x000001e421e70000] +CodeHeap 'profiled nmethods': size=120000Kb used=24862Kb max_used=24862Kb free=95137Kb + bounds [0x000001e412e70000, 0x000001e4146c0000, 0x000001e41a3a0000] +CodeHeap 'non-nmethods': size=5760Kb used=1417Kb max_used=1519Kb free=4342Kb + bounds [0x000001e41a3a0000, 0x000001e41a610000, 0x000001e41a940000] + total_blobs=11497 nmethods=10770 adapters=632 + compilation: enabled + stopped_count=0, restarted_count=0 + full_count=0 + +Compilation events (20 events): +Event: 14.989 Thread 0x000001e467106ce0 11569 ! 3 sun.nio.ch.FileChannelImpl::lock (361 bytes) +Event: 14.991 Thread 0x000001e467106ce0 nmethod 11569 0x000001e4146ae990 code [0x000001e4146aedc0, 0x000001e4146b04d8] +Event: 14.991 Thread 0x000001e467106ce0 11571 3 org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager::getRepositoryKey (176 bytes) +Event: 14.992 Thread 0x000001e467106ce0 nmethod 11571 0x000001e4146b1190 code [0x000001e4146b1540, 0x000001e4146b2ba8] +Event: 14.992 Thread 0x000001e467106ce0 11572 3 org.eclipse.aether.RepositoryEvent$Builder::setExceptions (21 bytes) +Event: 14.993 Thread 0x000001e467106ce0 nmethod 11572 0x000001e4146b3390 code [0x000001e4146b3540, 0x000001e4146b3728] +Event: 14.993 Thread 0x000001e467106ce0 11573 3 org.eclipse.aether.resolution.ArtifactResult::setRepository (7 bytes) +Event: 14.993 Thread 0x000001e467106ce0 nmethod 11573 0x000001e4146b3810 code [0x000001e4146b39a0, 0x000001e4146b3ac8] +Event: 14.993 Thread 0x000001e467106ce0 11574 3 org.eclipse.aether.resolution.ArtifactResult::setArtifact (7 bytes) +Event: 14.993 Thread 0x000001e467106ce0 nmethod 11574 0x000001e4146b3b90 code [0x000001e4146b3d20, 0x000001e4146b3e48] +Event: 14.993 Thread 0x000001e467106ce0 11575 3 org.eclipse.aether.AbstractForwardingRepositorySystemSession::getCache (10 bytes) +Event: 14.994 Thread 0x000001e467106ce0 nmethod 11575 0x000001e4146b3f10 code [0x000001e4146b40c0, 0x000001e4146b4288] +Event: 14.997 Thread 0x000001e467106ce0 11576 3 org.eclipse.aether.AbstractForwardingRepositorySystemSession::getLocalRepository (10 bytes) +Event: 14.997 Thread 0x000001e467106ce0 nmethod 11576 0x000001e4146b4390 code [0x000001e4146b4560, 0x000001e4146b48b8] +Event: 15.002 Thread 0x000001e467106ce0 11577 3 org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer::addDefaultConstructorDeclaration (21 bytes) +Event: 15.003 Thread 0x000001e467106ce0 nmethod 11577 0x000001e4146b4a10 code [0x000001e4146b4c40, 0x000001e4146b52f8] +Event: 15.015 Thread 0x000001e467106ce0 11579 3 org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader::decodeAnnotations (252 bytes) +Event: 15.016 Thread 0x000001e467106ce0 nmethod 11579 0x000001e4146b5610 code [0x000001e4146b5860, 0x000001e4146b6790] +Event: 15.018 Thread 0x000001e467106ce0 11580 3 org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo::scanElementValue (256 bytes) +Event: 15.021 Thread 0x000001e467106ce0 nmethod 11580 0x000001e4146b6b90 code [0x000001e4146b6dc0, 0x000001e4146b7808] + +GC Heap History (20 events): +Event: 14.876 GC heap before +{Heap before GC invocations=377 (full 3): + PSYoungGen total 3584K, used 3349K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 77% used [0x00000000ead80000,0x00000000eae45618,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 254976K, used 254825K [0x00000000c0000000, 0x00000000cf900000, 0x00000000eab00000) + object space 254976K, 99% used [0x00000000c0000000,0x00000000cf8da478,0x00000000cf900000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.878 GC heap after +{Heap after GC invocations=377 (full 3): + PSYoungGen total 3584K, used 728K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf362f8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 255488K, used 255437K [0x00000000c0000000, 0x00000000cf980000, 0x00000000eab00000) + object space 255488K, 99% used [0x00000000c0000000,0x00000000cf973438,0x00000000cf980000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.885 GC heap before +{Heap before GC invocations=378 (full 3): + PSYoungGen total 3584K, used 3288K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf362f8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 255488K, used 255437K [0x00000000c0000000, 0x00000000cf980000, 0x00000000eab00000) + object space 255488K, 99% used [0x00000000c0000000,0x00000000cf973438,0x00000000cf980000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.887 GC heap after +{Heap after GC invocations=378 (full 3): + PSYoungGen total 3584K, used 728K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000ead80000,0x00000000eae361c0,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 256512K, used 256067K [0x00000000c0000000, 0x00000000cfa80000, 0x00000000eab00000) + object space 256512K, 99% used [0x00000000c0000000,0x00000000cfa10cc0,0x00000000cfa80000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.899 GC heap before +{Heap before GC invocations=379 (full 3): + PSYoungGen total 3584K, used 3288K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000ead80000,0x00000000eae361c0,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 256512K, used 256067K [0x00000000c0000000, 0x00000000cfa80000, 0x00000000eab00000) + object space 256512K, 99% used [0x00000000c0000000,0x00000000cfa10cc0,0x00000000cfa80000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.901 GC heap after +{Heap after GC invocations=379 (full 3): + PSYoungGen total 3584K, used 647K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 63% used [0x00000000eae80000,0x00000000eaf21cf8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 257024K, used 256645K [0x00000000c0000000, 0x00000000cfb00000, 0x00000000eab00000) + object space 257024K, 99% used [0x00000000c0000000,0x00000000cfaa1730,0x00000000cfb00000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.913 GC heap before +{Heap before GC invocations=380 (full 3): + PSYoungGen total 3584K, used 3207K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 63% used [0x00000000eae80000,0x00000000eaf21cf8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 257024K, used 256645K [0x00000000c0000000, 0x00000000cfb00000, 0x00000000eab00000) + object space 257024K, 99% used [0x00000000c0000000,0x00000000cfaa1730,0x00000000cfb00000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.915 GC heap after +{Heap after GC invocations=380 (full 3): + PSYoungGen total 3584K, used 721K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 70% used [0x00000000ead80000,0x00000000eae347e0,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 257536K, used 257212K [0x00000000c0000000, 0x00000000cfb80000, 0x00000000eab00000) + object space 257536K, 99% used [0x00000000c0000000,0x00000000cfb2f1e8,0x00000000cfb80000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.929 GC heap before +{Heap before GC invocations=381 (full 3): + PSYoungGen total 3584K, used 3281K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 70% used [0x00000000ead80000,0x00000000eae347e0,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 257536K, used 257212K [0x00000000c0000000, 0x00000000cfb80000, 0x00000000eab00000) + object space 257536K, 99% used [0x00000000c0000000,0x00000000cfb2f1e8,0x00000000cfb80000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.930 GC heap after +{Heap after GC invocations=381 (full 3): + PSYoungGen total 3584K, used 689K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 67% used [0x00000000eae80000,0x00000000eaf2c4e8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 258048K, used 257813K [0x00000000c0000000, 0x00000000cfc00000, 0x00000000eab00000) + object space 258048K, 99% used [0x00000000c0000000,0x00000000cfbc5758,0x00000000cfc00000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.942 GC heap before +{Heap before GC invocations=382 (full 3): + PSYoungGen total 3584K, used 3248K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 99% used [0x00000000eab00000,0x00000000ead7feb0,0x00000000ead80000) + from space 1024K, 67% used [0x00000000eae80000,0x00000000eaf2c4e8,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 258048K, used 257813K [0x00000000c0000000, 0x00000000cfc00000, 0x00000000eab00000) + object space 258048K, 99% used [0x00000000c0000000,0x00000000cfbc5758,0x00000000cfc00000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.943 GC heap after +{Heap after GC invocations=382 (full 3): + PSYoungGen total 3584K, used 679K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 66% used [0x00000000ead80000,0x00000000eae29e78,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 258560K, used 258414K [0x00000000c0000000, 0x00000000cfc80000, 0x00000000eab00000) + object space 258560K, 99% used [0x00000000c0000000,0x00000000cfc5ba08,0x00000000cfc80000) + Metaspace used 61134K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.960 GC heap before +{Heap before GC invocations=383 (full 3): + PSYoungGen total 3584K, used 3235K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 99% used [0x00000000eab00000,0x00000000ead7f050,0x00000000ead80000) + from space 1024K, 66% used [0x00000000ead80000,0x00000000eae29e78,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 258560K, used 258414K [0x00000000c0000000, 0x00000000cfc80000, 0x00000000eab00000) + object space 258560K, 99% used [0x00000000c0000000,0x00000000cfc5ba08,0x00000000cfc80000) + Metaspace used 61136K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.962 GC heap after +{Heap after GC invocations=383 (full 3): + PSYoungGen total 3584K, used 736K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf38000,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 259072K, used 258987K [0x00000000c0000000, 0x00000000cfd00000, 0x00000000eab00000) + object space 259072K, 99% used [0x00000000c0000000,0x00000000cfcead20,0x00000000cfd00000) + Metaspace used 61136K, committed 62592K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.984 GC heap before +{Heap before GC invocations=384 (full 3): + PSYoungGen total 3584K, used 3296K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf38000,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 259072K, used 258987K [0x00000000c0000000, 0x00000000cfd00000, 0x00000000eab00000) + object space 259072K, 99% used [0x00000000c0000000,0x00000000cfcead20,0x00000000cfd00000) + Metaspace used 61168K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.985 GC heap after +{Heap after GC invocations=384 (full 3): + PSYoungGen total 3584K, used 736K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000ead80000,0x00000000eae38000,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 259584K, used 259538K [0x00000000c0000000, 0x00000000cfd80000, 0x00000000eab00000) + object space 259584K, 99% used [0x00000000c0000000,0x00000000cfd74b18,0x00000000cfd80000) + Metaspace used 61168K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 14.998 GC heap before +{Heap before GC invocations=385 (full 3): + PSYoungGen total 3584K, used 3296K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 71% used [0x00000000ead80000,0x00000000eae38000,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 259584K, used 259538K [0x00000000c0000000, 0x00000000cfd80000, 0x00000000eab00000) + object space 259584K, 99% used [0x00000000c0000000,0x00000000cfd74b18,0x00000000cfd80000) + Metaspace used 61177K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 15.000 GC heap after +{Heap after GC invocations=385 (full 3): + PSYoungGen total 3584K, used 704K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 68% used [0x00000000eae80000,0x00000000eaf30000,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 260096K, used 260081K [0x00000000c0000000, 0x00000000cfe00000, 0x00000000eab00000) + object space 260096K, 99% used [0x00000000c0000000,0x00000000cfdfc680,0x00000000cfe00000) + Metaspace used 61177K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 15.018 GC heap before +{Heap before GC invocations=386 (full 3): + PSYoungGen total 3584K, used 3264K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) + from space 1024K, 68% used [0x00000000eae80000,0x00000000eaf30000,0x00000000eaf80000) + to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) + ParOldGen total 260096K, used 260081K [0x00000000c0000000, 0x00000000cfe00000, 0x00000000eab00000) + object space 260096K, 99% used [0x00000000c0000000,0x00000000cfdfc680,0x00000000cfe00000) + Metaspace used 61177K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} +Event: 15.020 GC heap after +{Heap after GC invocations=386 (full 3): + PSYoungGen total 3584K, used 640K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) + eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) + from space 1024K, 62% used [0x00000000ead80000,0x00000000eae20000,0x00000000eae80000) + to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) + ParOldGen total 261120K, used 260647K [0x00000000c0000000, 0x00000000cff00000, 0x00000000eab00000) + object space 261120K, 99% used [0x00000000c0000000,0x00000000cfe89d40,0x00000000cff00000) + Metaspace used 61177K, committed 62656K, reserved 1114112K + class space used 6207K, committed 6912K, reserved 1048576K +} + +Dll operation events (10 events): +Event: 0.012 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.dll +Event: 0.084 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll +Event: 0.109 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\instrument.dll +Event: 0.116 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\net.dll +Event: 0.118 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\nio.dll +Event: 0.121 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll +Event: 0.140 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jimage.dll +Event: 0.235 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\verify.dll +Event: 1.761 Loaded shared library C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll +Event: 3.845 Loaded shared library C:\Users\rohan\AppData\Local\Temp\jna-108691256\jna12869976969149145398.dll + +Deoptimization events (20 events): +Event: 14.735 Thread 0x000001e46df983e0 Uncommon trap: trap_request=0xffffffbe fr.pc=0x000001e41b07f42c relative=0x0000000000000b6c +Event: 14.735 Thread 0x000001e46df983e0 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x000001e41b07f42c method=java.util.concurrent.ConcurrentHashMap.putAll(Ljava/util/Map;)V @ 28 c2 +Event: 14.735 Thread 0x000001e46df983e0 DEOPT PACKING pc=0x000001e41b07f42c sp=0x000000a096bfe360 +Event: 14.735 Thread 0x000001e46df983e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a096bfe310 mode 2 +Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ae742f4 relative=0x0000000000000234 +Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ae742f4 method=java.util.HashMap.getNode(Ljava/lang/Object;)Ljava/util/HashMap$Node; @ 57 c2 +Event: 14.798 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ae742f4 sp=0x000000a092cfd410 +Event: 14.798 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd310 mode 2 +Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ae67e70 relative=0x0000000000000230 +Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ae67e70 method=java.util.HashMap.getNode(Ljava/lang/Object;)Ljava/util/HashMap$Node; @ 57 c2 +Event: 14.798 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ae67e70 sp=0x000000a092cfd390 +Event: 14.798 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd310 mode 2 +Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41af75340 relative=0x0000000000000120 +Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41af75340 method=java.util.ArrayDeque.addFirst(Ljava/lang/Object;)V @ 42 c2 +Event: 14.810 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41af75340 sp=0x000000a092cfd490 +Event: 14.810 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd3b8 mode 2 +Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ad9d340 relative=0x0000000000000120 +Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ad9d340 method=java.util.ArrayDeque.addFirst(Ljava/lang/Object;)V @ 42 c2 +Event: 14.810 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ad9d340 sp=0x000000a092cfd420 +Event: 14.810 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd3b0 mode 2 + +Classes loaded (20 events): +Event: 11.137 Loading class java/util/stream/Node$Builder$OfInt done +Event: 11.137 Loading class java/util/stream/Nodes$IntArrayNode +Event: 11.138 Loading class java/util/stream/Nodes$IntArrayNode done +Event: 11.138 Loading class java/util/stream/Nodes$IntFixedNodeBuilder done +Event: 11.138 Loading class java/util/stream/ReferencePipeline$4$1 +Event: 11.139 Loading class java/util/stream/ReferencePipeline$4$1 done +Event: 11.499 Loading class java/util/Hashtable$ValueCollection +Event: 11.499 Loading class java/util/Hashtable$ValueCollection done +Event: 11.518 Loading class jdk/internal/math/FormattedFPDecimal +Event: 11.519 Loading class jdk/internal/math/FormattedFPDecimal done +Event: 11.520 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator +Event: 11.521 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator done +Event: 11.531 Loading class sun/nio/ch/ChannelOutputStream +Event: 11.532 Loading class sun/nio/ch/ChannelOutputStream done +Event: 13.037 Loading class java/util/stream/Streams$RangeIntSpliterator +Event: 13.037 Loading class java/util/stream/Streams$RangeIntSpliterator done +Event: 13.037 Loading class java/util/stream/IntPipeline$Head +Event: 13.037 Loading class java/util/stream/IntPipeline$Head done +Event: 14.362 Loading class sun/nio/cs/ISO_8859_1$Decoder +Event: 14.364 Loading class sun/nio/cs/ISO_8859_1$Decoder done + +Classes unloaded (7 events): +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425196400 'java/lang/invoke/LambdaForm$MH+0x000001e425196400' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425196000 'java/lang/invoke/LambdaForm$MH+0x000001e425196000' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195c00 'java/lang/invoke/LambdaForm$MH+0x000001e425195c00' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195800 'java/lang/invoke/LambdaForm$MH+0x000001e425195800' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195400 'java/lang/invoke/LambdaForm$BMH+0x000001e425195400' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195000 'java/lang/invoke/LambdaForm$DMH+0x000001e425195000' +Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425193c00 'java/lang/invoke/LambdaForm$DMH+0x000001e425193c00' + +Classes redefined (0 events): +No events + +Internal exceptions (20 events): +Event: 9.891 Thread 0x000001e46c3076e0 Exception (0x00000000eac9e568) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 9.891 Thread 0x000001e46c3076e0 Exception (0x00000000eacb3928) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 10.130 Thread 0x000001e46c3076e0 Exception (0x00000000eada9b30) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 10.745 Thread 0x000001e46fc6cf50 Exception (0x00000000eab01860) +thrown [s\src\hotspot\share\prims\jni.cpp, line 520] +Event: 10.812 Thread 0x000001e46c3076e0 Implicit null exception at 0x000001e41ab9be4b to 0x000001e41ab9bfac +Event: 10.975 Thread 0x000001e46fc6cf50 Exception (0x00000000eab37728) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 840] +Event: 11.110 Thread 0x000001e46c3076e0 Exception (0x00000000eab1c968) +thrown [s\src\hotspot\share\prims\jni.cpp, line 520] +Event: 11.454 Thread 0x000001e46ed0dba0 Exception (0x00000000eabf26c0) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 11.513 Thread 0x000001e46c3076e0 Exception (0x00000000eada0b90) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 11.524 Thread 0x000001e46c3076e0 Exception (0x00000000eacfc5f0) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 11.996 Thread 0x000001e46ed0dba0 Implicit null exception at 0x000001e41aebd3a3 to 0x000001e41aebd70c +Event: 11.997 Thread 0x000001e46ed0dba0 Implicit null exception at 0x000001e41ae7e523 to 0x000001e41ae7eb58 +Event: 12.837 Thread 0x000001e46c3076e0 Exception (0x00000000ead59a30) +thrown [s\src\hotspot\share\prims\jni.cpp, line 520] +Event: 12.837 Thread 0x000001e46c3076e0 Exception (0x00000000ead5a220) +thrown [s\src\hotspot\share\prims\jni.cpp, line 520] +Event: 13.038 Thread 0x000001e46c3076e0 Exception (0x00000000eacb6288) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 13.052 Thread 0x000001e46c3076e0 Exception (0x00000000eab03ae0) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 14.178 Thread 0x000001e46c3076e0 Exception (0x00000000eacb5d30) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 14.200 Thread 0x000001e46df9b1d0 Exception (0x00000000eac64198) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 14.200 Thread 0x000001e46df9ab40 Exception (0x00000000eac70080) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] +Event: 14.200 Thread 0x000001e46df99790 Exception (0x00000000eac5c388) +thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] + +ZGC Phase Switch (0 events): +No events + +VM Operations (20 events): +Event: 14.876 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.878 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.885 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.887 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.899 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.901 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.913 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.915 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.929 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.930 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.942 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.944 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.960 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.962 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.984 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 14.985 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 14.998 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 15.000 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done +Event: 15.018 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) +Event: 15.020 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done + +Memory protections (0 events): +No events + +Nmethod flushes (20 events): +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413732990 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413733a10 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413737690 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413737d90 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413738c90 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413739110 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413739690 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e41373ae10 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e41373e510 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413747490 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413754810 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413770310 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137cec10 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d2290 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d7c90 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8410 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8790 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8b10 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137db710 +Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137e4710 + +Events (20 events): +Event: 11.526 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0adb0 +Event: 11.541 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0f5e0 +Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed10990 +Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0e8c0 +Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed116b0 +Event: 11.597 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0fc70 +Event: 11.614 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed11020 +Event: 11.696 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0ef50 +Event: 11.698 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed10300 +Event: 11.727 Thread 0x000001e46c3076e0 Thread added: 0x000001e46c309e40 +Event: 14.195 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df99790 +Event: 14.196 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df99100 +Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df9ab40 +Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df9b1d0 +Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df983e0 +Event: 14.779 Thread 0x000001e46df9ab40 Thread exited: 0x000001e46df9ab40 +Event: 14.779 Thread 0x000001e46df9b1d0 Thread exited: 0x000001e46df9b1d0 +Event: 14.779 Thread 0x000001e46df99790 Thread exited: 0x000001e46df99790 +Event: 14.779 Thread 0x000001e46df983e0 Thread exited: 0x000001e46df983e0 +Event: 14.779 Thread 0x000001e46df99100 Thread exited: 0x000001e46df99100 + + +Dynamic libraries: +0x00007ff713480000 - 0x00007ff71348e000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.exe +0x00007ff841920000 - 0x00007ff841b80000 C:\WINDOWS\SYSTEM32\ntdll.dll +0x00007ff840a80000 - 0x00007ff840b47000 C:\WINDOWS\System32\KERNEL32.DLL +0x00007ff83eff0000 - 0x00007ff83f3ba000 C:\WINDOWS\System32\KERNELBASE.dll +0x00007ff83f3c0000 - 0x00007ff83f50b000 C:\WINDOWS\System32\ucrtbase.dll +0x00007ff81f750000 - 0x00007ff81f768000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jli.dll +0x00007ff8237e0000 - 0x00007ff8237fe000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\VCRUNTIME140.dll +0x00007ff83ffc0000 - 0x00007ff84018c000 C:\WINDOWS\System32\USER32.dll +0x00007ff83f6f0000 - 0x00007ff83f717000 C:\WINDOWS\System32\win32u.dll +0x00007ff840c40000 - 0x00007ff840c6a000 C:\WINDOWS\System32\GDI32.dll +0x00007ff82b810000 - 0x00007ff82baa7000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3624_none_3e086962e3345f24\COMCTL32.dll +0x00007ff83eb00000 - 0x00007ff83ec31000 C:\WINDOWS\System32\gdi32full.dll +0x00007ff83f510000 - 0x00007ff83f5b3000 C:\WINDOWS\System32\msvcp_win.dll +0x00007ff83fef0000 - 0x00007ff83ff99000 C:\WINDOWS\System32\msvcrt.dll +0x00007ff8417e0000 - 0x00007ff84180f000 C:\WINDOWS\System32\IMM32.DLL +0x00007ff8332f0000 - 0x00007ff8332fc000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\vcruntime140_1.dll +0x00007fffbcf30000 - 0x00007fffbcfbd000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\msvcp140.dll +0x00007fff9b760000 - 0x00007fff9c4f0000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\server\jvm.dll +0x00007ff841820000 - 0x00007ff8418d2000 C:\WINDOWS\System32\ADVAPI32.dll +0x00007ff840d30000 - 0x00007ff840dd6000 C:\WINDOWS\System32\sechost.dll +0x00007ff840190000 - 0x00007ff8402a6000 C:\WINDOWS\System32\RPCRT4.dll +0x00007ff841710000 - 0x00007ff841784000 C:\WINDOWS\System32\WS2_32.dll +0x00007ff82f360000 - 0x00007ff82f396000 C:\WINDOWS\SYSTEM32\WINMM.dll +0x00007ff83e950000 - 0x00007ff83e9ae000 C:\WINDOWS\SYSTEM32\POWRPROF.dll +0x00007ff8304a0000 - 0x00007ff8304ab000 C:\WINDOWS\SYSTEM32\VERSION.dll +0x00007ff83e930000 - 0x00007ff83e944000 C:\WINDOWS\SYSTEM32\UMPDC.dll +0x00007ff83d910000 - 0x00007ff83d92a000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll +0x00007ff830ee0000 - 0x00007ff830eea000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jimage.dll +0x00007ff83c2c0000 - 0x00007ff83c501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL +0x00007ff8406f0000 - 0x00007ff840a72000 C:\WINDOWS\System32\combase.dll +0x00007ff83f720000 - 0x00007ff83f7f6000 C:\WINDOWS\System32\OLEAUT32.dll +0x00007fffd2f70000 - 0x00007fffd2fa9000 C:\WINDOWS\SYSTEM32\dbgcore.DLL +0x00007ff83f5c0000 - 0x00007ff83f659000 C:\WINDOWS\System32\bcryptPrimitives.dll +0x00007ff82ee90000 - 0x00007ff82ee9f000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\instrument.dll +0x00007ff81aba0000 - 0x00007ff81abbf000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.dll +0x00007ff840de0000 - 0x00007ff841509000 C:\WINDOWS\System32\SHELL32.dll +0x00007ff83ec40000 - 0x00007ff83eda8000 C:\WINDOWS\System32\wintypes.dll +0x00007ff83c7c0000 - 0x00007ff83d012000 C:\WINDOWS\SYSTEM32\windows.storage.dll +0x00007ff841620000 - 0x00007ff84170d000 C:\WINDOWS\System32\SHCORE.dll +0x00007ff840bd0000 - 0x00007ff840c34000 C:\WINDOWS\System32\shlwapi.dll +0x00007ff83ea10000 - 0x00007ff83ea3f000 C:\WINDOWS\SYSTEM32\profapi.dll +0x00007ff8049d0000 - 0x00007ff8049e8000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll +0x00007ff82c1f0000 - 0x00007ff82c200000 C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\net.dll +0x00007ff837ff0000 - 0x00007ff83810d000 C:\WINDOWS\SYSTEM32\WINHTTP.dll +0x00007ff83de30000 - 0x00007ff83de9a000 C:\WINDOWS\system32\mswsock.dll +0x00007fffe0580000 - 0x00007fffe0596000 C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\nio.dll +0x00007ff8293b0000 - 0x00007ff8293c0000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\verify.dll +0x00007fffdb4d0000 - 0x00007fffdb515000 C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll +0x00007ff8403e0000 - 0x00007ff840576000 C:\WINDOWS\System32\ole32.dll +0x00007ff83e0d0000 - 0x00007ff83e0ec000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll +0x00007ff83d870000 - 0x00007ff83d8aa000 C:\WINDOWS\system32\rsaenh.dll +0x00007ff83ded0000 - 0x00007ff83defb000 C:\WINDOWS\SYSTEM32\USERENV.dll +0x00007ff83e9e0000 - 0x00007ff83ea06000 C:\WINDOWS\SYSTEM32\bcrypt.dll +0x00007ff83e0f0000 - 0x00007ff83e0fc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll +0x00007ff83d390000 - 0x00007ff83d3c3000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL +0x00007ff83ffb0000 - 0x00007ff83ffba000 C:\WINDOWS\System32\NSI.dll +0x00007fffc7d90000 - 0x00007fffc7dd9000 C:\Users\rohan\AppData\Local\Temp\jna-108691256\jna12869976969149145398.dll +0x00007ff83ffa0000 - 0x00007ff83ffa8000 C:\WINDOWS\System32\PSAPI.DLL +0x00007ff8388f0000 - 0x00007ff83890f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL +0x00007ff838820000 - 0x00007ff838845000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL + +dbghelp: loaded successfully - version: 4.0.5 - missing functions: none +symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3624_none_3e086962e3345f24;c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\server;C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702;C:\Users\rohan\AppData\Local\Temp\jna-108691256 + +VM Arguments: +jvm_args: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\lombok\lombok-1.18.36.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java -Daether.dependencyCollector.impl=bf +java_command: c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar -configuration c:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win -data c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-4f126972128c0172335a4fdc04f32ff5-sock +java_class_path (initial): c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar +Launcher Type: SUN_STANDARD + +[Global flags] + uintx AdaptiveSizePolicyWeight = 90 {product} {command line} + intx CICompilerCount = 4 {product} {ergonomic} + uintx GCTimeRatio = 4 {product} {command line} + bool HeapDumpOnOutOfMemoryError = true {manageable} {command line} + ccstr HeapDumpPath = c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java {manageable} {command line} + size_t InitialHeapSize = 104857600 {product} {command line} + size_t MaxHeapSize = 1073741824 {product} {command line} + size_t MaxNewSize = 357564416 {product} {ergonomic} + size_t MinHeapDeltaBytes = 524288 {product} {ergonomic} + size_t MinHeapSize = 104857600 {product} {command line} + size_t NewSize = 34603008 {product} {ergonomic} + uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic} + uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} + size_t OldSize = 70254592 {product} {ergonomic} + uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} + uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} + bool SegmentedCodeCache = true {product} {ergonomic} + size_t SoftMaxHeapSize = 1073741824 {manageable} {ergonomic} + bool UseCompressedOops = true {product lp64_product} {ergonomic} + bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic} + bool UseParallelGC = true {product} {command line} + +Logging: +Log output configuration: + #0: stdout all=off uptime,level,tags foldmultilines=false + #1: stderr all=off uptime,level,tags foldmultilines=false + +Environment Variables: +JAVA_HOME=C:\Users\rohan\AppData\Local\Programs\Eclipse Adoptium\jdk-17.0.7.7-hotspot\ +PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\MinGW\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Java\jdk-24\bin;C:\Users\rohan\Downloads\apache-maven-3.9.9\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\rohan\AppData\Local\Programs\Python\Python313\Scripts\;C:\Users\rohan\AppData\Local\Programs\Python\Python313\;C:\Users\rohan\AppData\Local\Programs\Python\Launcher\;C:\Users\rohan\AppData\Local\Programs\Eclipse Adoptium\jdk-17.0.7.7-hotspot\bin;C:\Users\rohan\AppData\Local\Microsoft\WindowsApps;C:\Users\rohan\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\rohan\AppData\Roaming\npm;C:\Users\rohan\AppData\Local\GitHubDesktop\bin +USERNAME=rohan +OS=Windows_NT +PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 4, GenuineIntel +TMP=C:\Users\rohan\AppData\Local\Temp +TEMP=C:\Users\rohan\AppData\Local\Temp + + + + +Periodic native trim disabled + +--------------- S Y S T E M --------------- + +OS: + Windows 11 , 64 bit Build 26100 (10.0.26100.3775) +OS uptime: 8 days 0:30 hours + +CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 154 stepping 4 microcode 0x41e, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, serialize, rdtscp, rdpid, fsrm, f16c, pku, cet_ibt, cet_ss +Processor Information for processor 0 + Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 +Processor Information for processor 1 + Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 +Processor Information for processor 2 + Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 +Processor Information for processor 3 + Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 +Processor Information for processor 4 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 5 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 6 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 7 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 8 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 9 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 10 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 +Processor Information for processor 11 + Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 + +Memory: 4k page, system-wide physical 7886M (626M free) +TotalPageFile size 16266M (AvailPageFile size 0M) +current process WorkingSet (physical memory assigned to process): 598M, peak: 598M +current process commit charge ("private bytes"): 560M, peak: 987M + +vm_info: OpenJDK 64-Bit Server VM (21.0.6+7-LTS) for windows-amd64 JRE (21.0.6+7-LTS), built on 2025-01-21T00:00:00Z by "admin" with MS VC++ 17.7 (VS2022) + +END. diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..6c859be --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2678 @@ +{ + "name": "beneficiaryid-generation-api", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "beneficiaryid-generation-api", + "version": "1.0.0", + "license": "ISC", + "devDependencies": { + "@commitlint/cli": "^19.8.0", + "@commitlint/config-conventional": "^19.8.0", + "commitizen": "^4.3.1", + "cz-conventional-changelog": "^3.3.0", + "husky": "^9.1.7" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@commitlint/cli": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.0.tgz", + "integrity": "sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/format": "^19.8.0", + "@commitlint/lint": "^19.8.0", + "@commitlint/load": "^19.8.0", + "@commitlint/read": "^19.8.0", + "@commitlint/types": "^19.8.0", + "tinyexec": "^0.3.0", + "yargs": "^17.0.0" + }, + "bin": { + "commitlint": "cli.js" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/config-conventional": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", + "integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "conventional-changelog-conventionalcommits": "^7.0.2" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/config-validator": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.0.tgz", + "integrity": "sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "ajv": "^8.11.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/ensure": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.0.tgz", + "integrity": "sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "lodash.camelcase": "^4.3.0", + "lodash.kebabcase": "^4.1.1", + "lodash.snakecase": "^4.1.1", + "lodash.startcase": "^4.4.0", + "lodash.upperfirst": "^4.3.1" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/execute-rule": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz", + "integrity": "sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/format": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.0.tgz", + "integrity": "sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "chalk": "^5.3.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/format/node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@commitlint/is-ignored": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz", + "integrity": "sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "semver": "^7.6.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/lint": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.0.tgz", + "integrity": "sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/is-ignored": "^19.8.0", + "@commitlint/parse": "^19.8.0", + "@commitlint/rules": "^19.8.0", + "@commitlint/types": "^19.8.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/load": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.0.tgz", + "integrity": "sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/config-validator": "^19.8.0", + "@commitlint/execute-rule": "^19.8.0", + "@commitlint/resolve-extends": "^19.8.0", + "@commitlint/types": "^19.8.0", + "chalk": "^5.3.0", + "cosmiconfig": "^9.0.0", + "cosmiconfig-typescript-loader": "^6.1.0", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "lodash.uniq": "^4.5.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/load/node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@commitlint/message": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.0.tgz", + "integrity": "sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/parse": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.0.tgz", + "integrity": "sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/types": "^19.8.0", + "conventional-changelog-angular": "^7.0.0", + "conventional-commits-parser": "^5.0.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/read": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.0.tgz", + "integrity": "sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/top-level": "^19.8.0", + "@commitlint/types": "^19.8.0", + "git-raw-commits": "^4.0.0", + "minimist": "^1.2.8", + "tinyexec": "^0.3.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/read/node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@commitlint/resolve-extends": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz", + "integrity": "sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/config-validator": "^19.8.0", + "@commitlint/types": "^19.8.0", + "global-directory": "^4.0.1", + "import-meta-resolve": "^4.0.0", + "lodash.mergewith": "^4.6.2", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/rules": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.0.tgz", + "integrity": "sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@commitlint/ensure": "^19.8.0", + "@commitlint/message": "^19.8.0", + "@commitlint/to-lines": "^19.8.0", + "@commitlint/types": "^19.8.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/to-lines": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.0.tgz", + "integrity": "sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/top-level": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.0.tgz", + "integrity": "sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^7.0.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/types": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.0.tgz", + "integrity": "sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/conventional-commits-parser": "^5.0.0", + "chalk": "^5.3.0" + }, + "engines": { + "node": ">=v18" + } + }, + "node_modules/@commitlint/types/node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@types/conventional-commits-parser": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz", + "integrity": "sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "22.14.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", + "integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "license": "Python-2.0" + }, + "node_modules/array-ify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", + "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", + "dev": true, + "license": "MIT" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/cachedir": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.3.0.tgz", + "integrity": "sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true, + "license": "MIT" + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 10" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true, + "license": "MIT" + }, + "node_modules/commitizen": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.1.tgz", + "integrity": "sha512-gwAPAVTy/j5YcOOebcCRIijn+mSjWJC+IYKivTu6aG8Ei/scoXgfsMRnuAk6b0GRste2J4NGxVdMN3ZpfNaVaw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cachedir": "2.3.0", + "cz-conventional-changelog": "3.3.0", + "dedent": "0.7.0", + "detect-indent": "6.1.0", + "find-node-modules": "^2.1.2", + "find-root": "1.1.0", + "fs-extra": "9.1.0", + "glob": "7.2.3", + "inquirer": "8.2.5", + "is-utf8": "^0.2.1", + "lodash": "4.17.21", + "minimist": "1.2.7", + "strip-bom": "4.0.0", + "strip-json-comments": "3.1.1" + }, + "bin": { + "commitizen": "bin/commitizen", + "cz": "bin/git-cz", + "git-cz": "bin/git-cz" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/compare-func": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", + "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-ify": "^1.0.0", + "dot-prop": "^5.1.0" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/conventional-changelog-angular": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", + "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/conventional-changelog-conventionalcommits": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/conventional-commit-types": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz", + "integrity": "sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==", + "dev": true, + "license": "ISC" + }, + "node_modules/conventional-commits-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", + "integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-text-path": "^2.0.0", + "JSONStream": "^1.3.5", + "meow": "^12.0.1", + "split2": "^4.0.0" + }, + "bin": { + "conventional-commits-parser": "cli.mjs" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "dev": true, + "license": "MIT", + "dependencies": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/cosmiconfig-typescript-loader": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-6.1.0.tgz", + "integrity": "sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "jiti": "^2.4.1" + }, + "engines": { + "node": ">=v18" + }, + "peerDependencies": { + "@types/node": "*", + "cosmiconfig": ">=9", + "typescript": ">=5" + } + }, + "node_modules/cz-conventional-changelog": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", + "integrity": "sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^2.4.1", + "commitizen": "^4.0.3", + "conventional-commit-types": "^3.0.0", + "lodash.map": "^4.5.1", + "longest": "^2.0.1", + "word-wrap": "^1.0.3" + }, + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@commitlint/load": ">6.1.1" + } + }, + "node_modules/dargs": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", + "integrity": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "dev": true, + "license": "MIT" + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/detect-indent": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", + "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "license": "MIT", + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-uri": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-node-modules": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/find-node-modules/-/find-node-modules-2.1.3.tgz", + "integrity": "sha512-UC2I2+nx1ZuOBclWVNdcnbDR5dlrOdVb7xNjmT/lHE+LsgztWks3dG7boJ37yTS/venXw84B/mAW9uHVoC5QRg==", + "dev": true, + "license": "MIT", + "dependencies": { + "findup-sync": "^4.0.0", + "merge": "^2.1.1" + } + }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "dev": true, + "license": "MIT" + }, + "node_modules/find-up": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz", + "integrity": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^7.2.0", + "path-exists": "^5.0.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/findup-sync": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz", + "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^4.0.2", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true, + "license": "ISC" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/git-raw-commits": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz", + "integrity": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "dargs": "^8.0.0", + "meow": "^12.0.1", + "split2": "^4.0.0" + }, + "bin": { + "git-raw-commits": "cli.mjs" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/global-directory": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz", + "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ini": "4.1.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "license": "MIT", + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dev": true, + "license": "MIT", + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix/node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true, + "license": "ISC" + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/husky": { + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", + "dev": true, + "license": "MIT", + "bin": { + "husky": "bin.js" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/import-fresh": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/import-meta-resolve": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", + "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/ini": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", + "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/inquirer": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz", + "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.1", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "ora": "^5.4.1", + "run-async": "^2.4.0", + "rxjs": "^7.5.5", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/inquirer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/inquirer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-text-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", + "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", + "dev": true, + "license": "MIT", + "dependencies": { + "text-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/jiti": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", + "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "license": "MIT" + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true, + "engines": [ + "node >= 0.2.0" + ], + "license": "MIT" + }, + "node_modules/JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "dev": true, + "license": "(MIT OR Apache-2.0)", + "dependencies": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + }, + "bin": { + "JSONStream": "bin.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.mergewith": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.snakecase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.startcase": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.upperfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true, + "license": "MIT" + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/longest": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", + "integrity": "sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/meow": { + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz", + "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16.10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz", + "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==", + "dev": true, + "license": "MIT" + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true, + "license": "ISC" + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/ora/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/ora/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/ora/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true, + "license": "MIT" + }, + "node_modules/semver": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/text-extensions": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz", + "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true, + "license": "MIT" + }, + "node_modules/tinyexec": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", + "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typescript": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "dev": true, + "license": "Apache-2.0", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "license": "MIT", + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yocto-queue": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz", + "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..3b7e3b4 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "beneficiaryid-generation-api", + "version": "1.0.0", + "description": "[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![branch parameter](https://github.com/PSMRI/HWC-API/actions/workflows/sast-and-package.yml/badge.svg)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "test:ci": "echo \"Running tests...\" && exit 0", + "prepare": "husky install", + "commit": "git-cz", + "commitmsg": "commitlint -E HUSKY_GIT_PARAMS" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "@commitlint/cli": "^19.8.0", + "@commitlint/config-conventional": "^19.8.0", + "commitizen": "^4.3.1", + "cz-conventional-changelog": "^3.3.0", + "husky": "^8.0.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + } +} diff --git a/replay_pid9248.log b/replay_pid9248.log new file mode 100644 index 0000000..a6d8365 --- /dev/null +++ b/replay_pid9248.log @@ -0,0 +1,8336 @@ +version 2 +JvmtiExport can_access_local_variables 0 +JvmtiExport can_hotswap_or_post_breakpoint 1 +JvmtiExport can_post_on_exceptions 0 +# 585 ciObject found +instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor +ciInstanceKlass java/lang/Cloneable 1 0 7 100 1 100 1 1 1 +instanceKlass org/eclipse/aether/util/graph/transformer/NearestVersionSelector$ConflictGroup +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ConflictItem +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$NodeInfo +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker$ConflictGroup +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker$Key +instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 argL0 ; # org/apache/maven/utils/Os$$Lambda+0x000001e4256ad450 +instanceKlass org/apache/maven/utils/Os +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 107 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256ad228 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 84 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256ad000 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 61 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256afbe0 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 38 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256af9b8 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256af7a0 +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu12$$FastClassByGuice$$205572989 +instanceKlass org/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator +instanceKlass org/apache/maven/repository/internal/DefaultModelCache$Key +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper cache (Lorg/eclipse/aether/graph/DependencyNode;Ljava/util/List;)V 7 member ; # org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$$Lambda+0x000001e4256af0c0 +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$Coordinate +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager createCoordinate (Lorg/eclipse/aether/graph/DependencyNode;I)Lorg/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$Coordinate; 8 argL0 ; # org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager$$Lambda+0x000001e4256aec98 +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DependencyResolutionResult +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$GraphKey +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae450 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae228 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae000 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256abd98 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 161 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256abb70 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab720 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab4f8 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab948 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab2d0 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 145 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab0a8 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aae80 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aa808 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aaa30 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aac58 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$1 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;Lorg/eclipse/aether/graph/Dependency;Ljava/util/Map;Lorg/eclipse/aether/version/Version;)V 18 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aa5e0 +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Descriptor +instanceKlass @bci org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool intern (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 member ; # org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool$$Lambda+0x000001e4256a9fa0 +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader$1 +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader$ContentTransformer +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader +instanceKlass org/apache/maven/repository/internal/DefaultModelResolver +instanceKlass org/apache/maven/repository/internal/DefaultModelCache +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$DescriptorKey +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a9098 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8e70 +# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8c48 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 114 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8a20 +instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector 777 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256ac000 +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Constraint$VersionRepo +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Constraint +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$ConstraintKey +instanceKlass org/eclipse/aether/collection/DependencyManagement +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver resolveDescriptors (Lorg/eclipse/aether/artifact/Artifact;Ljava/util/concurrent/Callable;)V 10 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver$$Lambda+0x000001e4256a8000 +instanceKlass org/eclipse/aether/util/artifact/ArtifactIdUtils +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector resolveArtifactDescriptorAsync (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)V 21 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a2c18 +instanceKlass org/eclipse/aether/internal/impl/collect/CollectStepDataImpl +instanceKlass org/eclipse/aether/collection/CollectStepData +instanceKlass org/eclipse/aether/graph/Dependency$Exclusions$1 +instanceKlass @bci org/eclipse/aether/util/graph/manager/ClassicDependencyManager deriveChildManager (Lorg/eclipse/aether/collection/DependencyCollectionContext;)Lorg/eclipse/aether/collection/DependencyManager; 420 argL0 ; # org/eclipse/aether/util/graph/manager/ClassicDependencyManager$$Lambda+0x000001e4256a3a68 +instanceKlass org/eclipse/aether/util/graph/manager/ClassicDependencyManager$Key +instanceKlass org/eclipse/aether/util/concurrency/WorkerThreadFactory +instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CacheManager +instanceKlass @bci org/eclipse/aether/util/concurrency/ExecutorUtils ()V 0 argL0 ; # org/eclipse/aether/util/concurrency/ExecutorUtils$$Lambda+0x000001e4256a7cd8 +instanceKlass @cpi org/eclipse/aether/util/concurrency/ExecutorUtils 106 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256a2000 +instanceKlass org/eclipse/aether/util/concurrency/ExecutorUtils +instanceKlass org/eclipse/aether/graph/DependencyCycle +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$WeakInternPool +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$InternPool +instanceKlass org/apache/maven/project/DefaultProjectBuildingResult +instanceKlass org/eclipse/aether/util/graph/visitor/TreeDependencyVisitor +instanceKlass org/eclipse/aether/internal/impl/ArtifactRequestBuilder +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeContext +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ConflictContext +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$State +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter$ConflictId +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter$RootQueue +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter +instanceKlass org/eclipse/aether/util/graph/transformer/TransformationContextKeys +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyGraphTransformationContext +instanceKlass org/eclipse/aether/internal/impl/collect/CachingArtifactTypeRegistry +instanceKlass @bci org/apache/maven/RepositoryUtils toDependency (Lorg/apache/maven/model/Dependency;Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;)Lorg/eclipse/aether/graph/Dependency; 106 argL0 ; # org/apache/maven/RepositoryUtils$$Lambda+0x000001e4256a4720 +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu9$$FastClassByGuice$$205406934 +instanceKlass org/apache/maven/project/DefaultDependencyResolutionRequest +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1800 +instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping$$FastClassByGuice$$204266613 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1000 +instanceKlass org/apache/maven/model/Site +instanceKlass org/apache/maven/model/merge/ModelMerger$NotifierKeyComputer +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 57 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f9b0 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 34 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f788 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 8 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f570 +instanceKlass org/apache/maven/model/Notifier +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$4 (Lorg/apache/maven/model/Activation;Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Ljava/lang/String;)V 32 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f090 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$4 (Lorg/apache/maven/model/Activation;Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Ljava/lang/String;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569ee78 +instanceKlass org/apache/maven/lifecycle/Lifecycle$__sisu8$$FastClassByGuice$$203310661 +instanceKlass org/apache/maven/lifecycle/Lifecycle$__sisu7$$FastClassByGuice$$202206712 +instanceKlass org/apache/maven/lifecycle/mapping/LifecycleMojo +instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping$__sisu4$$FastClassByGuice$$200529695 +instanceKlass org/apache/maven/lifecycle/mapping/Lifecycle +instanceKlass org/apache/maven/model/building/DefaultModelBuildingEvent +instanceKlass org/apache/maven/model/building/ModelBuildingEventCatapult$1 +instanceKlass org/apache/maven/project/DefaultProjectBuilder$InterimResult +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$StringItem +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu13$$FastClassByGuice$$200100191 +instanceKlass org/apache/maven/artifact/versioning/Restriction +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a0800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4256a0400 +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu16$$FastClassByGuice$$198889337 +instanceKlass org/apache/maven/artifact/ArtifactUtils +instanceKlass org/apache/maven/artifact/DefaultArtifact +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$$FastClassByGuice$$198163113 +instanceKlass org/apache/maven/repository/internal/ArtifactDescriptorUtils +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder interpolateModel (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/building/ModelProblemCollector;)Lorg/apache/maven/model/Model; 219 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569ce68 +instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1548 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256a0000 +instanceKlass java/util/stream/Streams$RangeIntSpliterator +instanceKlass org/apache/maven/model/Extension +instanceKlass org/codehaus/plexus/interpolation/util/StringUtils +instanceKlass org/apache/maven/model/DistributionManagement +instanceKlass org/apache/maven/model/MailingList +instanceKlass org/apache/maven/model/IssueManagement +instanceKlass org/apache/maven/model/CiManagement +instanceKlass org/apache/maven/model/Prerequisites +instanceKlass org/apache/maven/model/Organization +instanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap +instanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss +instanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap +instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer +instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor +instanceKlass org/codehaus/plexus/interpolation/util/ValueSourceUtils +instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$ModelVisitor +instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$1 +instanceKlass org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor +instanceKlass org/codehaus/plexus/interpolation/StringSearchInterpolator +instanceKlass org/apache/maven/model/interpolation/UrlNormalizingPostProcessor +instanceKlass org/apache/maven/model/interpolation/PathTranslatingPostProcessor +instanceKlass org/apache/maven/model/interpolation/MavenBuildTimestamp +instanceKlass org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper +instanceKlass org/codehaus/plexus/interpolation/FeedbackEnabledValueSource +instanceKlass org/codehaus/plexus/interpolation/AbstractDelegatingValueSource +instanceKlass org/codehaus/plexus/interpolation/QueryEnabledValueSource +instanceKlass org/apache/maven/model/merge/ModelMerger$ExtensionKeyComputer +instanceKlass org/apache/maven/model/merge/ModelMerger$ResourceKeyComputer +instanceKlass org/apache/maven/model/merge/ModelMerger$SourceDominant +instanceKlass org/apache/maven/model/merge/ModelMerger$DependencyKeyComputer +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 61 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697578 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 38 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697350 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697138 +instanceKlass org/apache/maven/model/building/DefaultModelBuilder$InterpolateString +instanceKlass org/apache/maven/model/building/DefaultModelBuilder$1Interpolation +instanceKlass org/apache/maven/model/DependencyManagement +instanceKlass org/apache/maven/model/Scm +instanceKlass org/apache/maven/model/License +instanceKlass @bci org/eclipse/aether/named/support/NamedLockFactorySupport closeLock (Ljava/lang/String;)V 6 member ; # org/eclipse/aether/named/support/NamedLockFactorySupport$$Lambda+0x000001e425696358 +instanceKlass org/eclipse/aether/repository/LocalArtifactRequest +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry getWorkspaceArtifacts (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map; 15 member ; # org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry$$Lambda+0x000001e4256897e0 +instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver$Key +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher$1 +instanceKlass org/eclipse/aether/RepositoryEvent$Builder +instanceKlass org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport$SimpleResult +instanceKlass @bci org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager getRemoteRepositoryFilter (Lorg/eclipse/aether/RepositorySystemSession;)Lorg/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter; 11 member ; # org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager$$Lambda+0x000001e4256952f8 +instanceKlass @bci org/eclipse/aether/named/support/ReadWriteLockNamedLock (Ljava/lang/String;Lorg/eclipse/aether/named/support/NamedLockFactorySupport;Ljava/util/concurrent/locks/ReadWriteLock;)V 7 argL0 ; # org/eclipse/aether/named/support/ReadWriteLockNamedLock$$Lambda+0x000001e425694cc8 +instanceKlass org/eclipse/aether/named/support/Retry$DoNotRetry +instanceKlass @bci org/eclipse/aether/named/support/NamedLockFactorySupport getLock (Ljava/lang/String;)Lorg/eclipse/aether/named/support/NamedLockSupport; 6 member ; # org/eclipse/aether/named/support/NamedLockFactorySupport$$Lambda+0x000001e425694660 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter$AdaptedLockSyncContext +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/GAVNameMapper +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NameMappers +instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter$NamedEntry +instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter$NamedIterator +instanceKlass @bci org/eclipse/aether/DefaultSessionData computeIfAbsent (Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object; 6 member ; # org/eclipse/aether/DefaultSessionData$$Lambda+0x000001e425693930 +instanceKlass @bci org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory newInstance (Lorg/eclipse/aether/RepositorySystemSession;Z)Lorg/eclipse/aether/SyncContext; 18 member ; # org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory$$Lambda+0x000001e425693718 +instanceKlass org/apache/maven/project/ReactorModelPool$CacheKey +instanceKlass org/eclipse/aether/util/version/GenericVersion$Item +instanceKlass org/eclipse/aether/util/version/GenericVersion$Tokenizer +instanceKlass org/eclipse/aether/util/version/GenericVersion +instanceKlass org/eclipse/aether/util/version/GenericVersionConstraint +instanceKlass org/eclipse/aether/artifact/AbstractArtifact +instanceKlass org/apache/maven/project/ReactorModelCache$CacheKey +instanceKlass org/apache/maven/model/building/ModelCacheTag$2 +instanceKlass org/apache/maven/model/building/ModelCacheTag$1 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 205 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691e30 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 191 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691c00 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 181 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256919d8 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 169 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256917a8 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 159 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691580 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 147 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691350 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 137 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691128 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 126 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425690ef8 +instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 27 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690a78 +instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 19 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690848 +instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 14 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690618 +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getProfileActivationContext (Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/Model;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 55 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256903e0 +instanceKlass org/apache/maven/model/building/ModelProblemUtils +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$Xpp3DomBuilderInputLocationBuilder +instanceKlass org/apache/maven/model/Exclusion +instanceKlass org/apache/maven/model/Parent +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$1 +instanceKlass org/codehaus/plexus/util/xml/Xpp3DomBuilder$InputLocationBuilder +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$ContentTransformer +instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx +instanceKlass org/apache/maven/building/FileSource +instanceKlass org/apache/maven/model/building/ModelSource2 +instanceKlass org/apache/maven/model/building/DefaultModelBuildingResult +instanceKlass org/apache/maven/model/building/AbstractModelBuildingListener +instanceKlass org/apache/maven/project/ProjectModelResolver +instanceKlass org/apache/maven/model/building/DefaultModelBuildingRequest +instanceKlass org/apache/maven/artifact/repository/LegacyLocalRepositoryManager +instanceKlass org/apache/maven/project/ReactorModelCache +instanceKlass org/eclipse/m2e/core/internal/IMavenToolbox$1 +instanceKlass @bci org/eclipse/m2e/core/internal/IMavenToolbox ()V 8 argL0 ; # org/eclipse/m2e/core/internal/IMavenToolbox$$Lambda+0x000001e425689320 +instanceKlass @bci org/eclipse/m2e/core/internal/IMavenToolbox ()V 0 argL0 ; # org/eclipse/m2e/core/internal/IMavenToolbox$$Lambda+0x000001e425689110 +instanceKlass org/eclipse/m2e/core/internal/IMavenToolbox +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager lambda$22 (Lorg/eclipse/m2e/core/internal/embedder/MavenExecutionContext;Lorg/eclipse/core/resources/IFile;Lorg/eclipse/m2e/core/embedder/IMavenExecutionContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/Map; 22 argL0 ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688ce0 +instanceKlass org/apache/maven/project/DefaultProjectBuildingRequest +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager readProjectsWithDependencies (Lorg/eclipse/core/resources/IFile;Lorg/eclipse/m2e/core/project/IProjectConfiguration;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/Collection; 66 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688ac8 +instanceKlass org/eclipse/aether/version/VersionRange +instanceKlass org/eclipse/aether/version/VersionConstraint +instanceKlass org/eclipse/aether/util/version/GenericVersionScheme +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$Context +instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$PlexusComponentLookup +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine getProject (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;Ljava/util/function/Function;)Lorg/apache/maven/project/MavenProject; 33 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine$$Lambda+0x000001e425688470 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager lambda$24 (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;)Lorg/apache/maven/project/MavenProject; 6 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688238 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager getMavenProject (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/apache/maven/project/MavenProject; 7 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688000 +instanceKlass org/eclipse/m2e/core/internal/project/ResolverConfigurationIO +instanceKlass org/eclipse/m2e/core/internal/ExtensionReader +instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildContext +instanceKlass org/eclipse/m2e/core/internal/builder/plexusbuildapi/PlexusBuildAPI +instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework +instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildDelta +instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildResultCollector +instanceKlass org/eclipse/m2e/core/internal/builder/MavenBuilderImpl +instanceKlass org/eclipse/m2e/core/internal/builder/MavenBuilder$BuildMethod +instanceKlass org/eclipse/m2e/core/internal/builder/DeltaProvider +instanceKlass org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv +instanceKlass org/eclipse/jdt/apt/core/env/EclipseAnnotationProcessorEnvironment +instanceKlass com/sun/mirror/apt/AnnotationProcessorEnvironment +instanceKlass org/eclipse/jdt/apt/core/internal/env/AbstractCompilationEnv$EnvCallback +instanceKlass org/eclipse/jdt/apt/core/internal/APTDispatchRunnable +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425682000 +instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedMethod (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 217 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e425685e20 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable reportError (Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)I 108 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e425684cc0 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681000 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator initializeLabels (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V 27 argL0 ; # org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator$$Lambda+0x000001e42567f888 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/CaseStatement peeledLabelExpressions ()[Lorg/eclipse/jdt/internal/compiler/ast/Expression; 80 argL0 ; # org/eclipse/jdt/internal/compiler/ast/CaseStatement$$Lambda+0x000001e42567f678 +instanceKlass org/eclipse/jdt/internal/compiler/ast/CaseStatement$LabelExpression +instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator +instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedField (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 30 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567dac0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedType (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)V 75 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567d8a8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedMethod (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 193 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567d690 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/DoubleCache +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope greaterLowerBound ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 7 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e42567d248 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18$2 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680000 +instanceKlass org/eclipse/jdt/internal/compiler/ast/FunctionalExpression$1BridgeCollector +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/LambdaExpression generateCode (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 456 argL0 ; # org/eclipse/jdt/internal/compiler/ast/LambdaExpression$$Lambda+0x000001e42567cb58 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding$1 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 145 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c6a8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 135 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c468 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 103 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c228 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markClose (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)V 3 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e42567c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567bc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678000 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/IntegerCache +instanceKlass org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext$EscapingExceptionCatchSite +instanceKlass org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 ; # java/lang/invoke/LambdaForm$MH+0x000001e425676c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425676800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425676400 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e425672bf0 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable 1058 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425676000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675c00 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile getNestMembers ()Ljava/util/List; 18 argL0 ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e4256717c0 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/LongCache +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675800 +instanceKlass lombok/eclipse/agent/PatchExtensionMethod$PostponedNonStaticAccessToStaticMethodError +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425669400 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Substitution$NullSubstitution +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment hasCompilationUnit ([[C[CZ)Z 91 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d3840 +instanceKlass org/eclipse/jdt/internal/compiler/ClassFile$1 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$ExceptionMarker +instanceKlass org/eclipse/jdt/internal/compiler/ClassFile$3 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo +instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrame +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding capture (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding; 185 member ; # org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding$$Lambda+0x000001e4256675b8 +instanceKlass org/eclipse/core/runtime/SlicedProgressMonitor +instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 ; # java/lang/invoke/LambdaForm$MH+0x000001e425669000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425668c00 +instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668800 +instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 member ; # org/eclipse/core/internal/resources/File$$Lambda+0x000001e4255a9380 +instanceKlass @cpi org/eclipse/core/internal/resources/File 783 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668400 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/MethodVerifier checkForRedundantSuperinterfaces (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V 475 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/MethodVerifier$$Lambda+0x000001e4256660a8 +instanceKlass @bci org/eclipse/core/internal/resources/Workspace createMultiple (Ljava/util/concurrent/ConcurrentMap;ILorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 115 argL0 ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a9170 +instanceKlass @bci org/eclipse/core/internal/resources/Workspace createMultiple (Ljava/util/concurrent/ConcurrentMap;ILorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 105 member ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a8f38 +instanceKlass jdk/internal/math/DoubleToDecimal +instanceKlass jdk/internal/math/FormattedFPDecimal +instanceKlass org/eclipse/lsp4j/WorkDoneProgressReport +instanceKlass org/eclipse/lsp4j/adapters/WorkDoneProgressNotificationAdapter$1 +instanceKlass @bci org/eclipse/lsp4j/adapters/ProgressNotificationAdapter create (Lcom/google/gson/Gson;Lcom/google/gson/reflect/TypeToken;)Lcom/google/gson/TypeAdapter; 63 argL0 ; # org/eclipse/lsp4j/adapters/ProgressNotificationAdapter$$Lambda+0x000001e42566c000 +instanceKlass @bci java/util/function/Predicate or (Ljava/util/function/Predicate;)Ljava/util/function/Predicate; 7 member ; # java/util/function/Predicate$$Lambda+0x000001e42536f958 +instanceKlass @cpi java/util/function/Predicate 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668000 +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$PropertyChecker +instanceKlass com/google/gson/JsonDeserializer +instanceKlass com/google/gson/JsonSerializer +instanceKlass @bci java/util/ArrayDeque copyElements (Ljava/util/Collection;)V 2 member ; # java/util/ArrayDeque$$Lambda+0x000001e42536f730 +instanceKlass org/eclipse/lsp4j/adapters/ProgressNotificationAdapter +instanceKlass org/eclipse/lsp4j/WorkDoneProgressBegin +instanceKlass org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$PendingRequestInfo +instanceKlass org/eclipse/jdt/internal/core/builder/NameSet +instanceKlass org/eclipse/jdt/internal/core/builder/QualifiedNameSet +instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 733 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d2e58 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 723 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d2c18 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 713 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d29e8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration generateCode (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 295 argL0 ; # org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration$$Lambda+0x000001e425665c80 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile completeMethodInfo (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 394 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425665648 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile completeMethodInfo (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 387 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425665408 +instanceKlass @bci org/eclipse/jdt/internal/compiler/codegen/CodeStream exitUserScope (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V 2 argL0 ; # org/eclipse/jdt/internal/compiler/codegen/CodeStream$$Lambda+0x000001e4256651c8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration internalGenerateCode (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 742 argL0 ; # org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration$$Lambda+0x000001e425664f88 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile generateTypeAnnotationsOnCodeAttribute ()I 245 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425664d70 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile generateTypeAnnotationsOnCodeAttribute ()I 239 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425664b30 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$FramePosition +instanceKlass org/eclipse/jdt/internal/compiler/codegen/CachedIndexEntry +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 515 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425664520 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 492 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425664308 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 469 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256640f0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 446 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663ed8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 423 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663cc0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 400 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663aa8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 377 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663890 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 354 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663678 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 331 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663460 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 308 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663248 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 285 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663030 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 262 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662e18 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 239 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662c00 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 216 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256629e8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 193 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256627d0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 170 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256625b8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 147 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256623a0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 124 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662188 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 101 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661f70 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 78 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661d58 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 55 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661b40 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 32 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661928 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile addFieldAttributes (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;I)I 279 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425661710 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile addFieldAttributes (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;I)I 272 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e4256614d0 +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfInteger +instanceKlass org/eclipse/jdt/internal/compiler/codegen/CharArrayCache +instanceKlass org/eclipse/jdt/internal/compiler/codegen/OperandStack +instanceKlass org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$IteratorForReporting +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1 handle (Lorg/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z 47 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1$$Lambda+0x000001e42565fda0 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1 123 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425658800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e42565fb78 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable 1048 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425658400 +instanceKlass org/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/MethodDeclaration analyseCode (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V 273 argL0 ; # org/eclipse/jdt/internal/compiler/ast/MethodDeclaration$$Lambda+0x000001e42565f310 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18$3 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 34 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565db28 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 26 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d8f8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 16 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d6b8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 6 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d478 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/BoundSet$ThreeSets +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceVariable$InferenceVarKey +instanceKlass org/eclipse/jdt/internal/compiler/lookup/BoundSet +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding$1 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$3 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425658000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655400 +instanceKlass lombok/launch/PatchFixesHider$Val +instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies$5 +instanceKlass lombok/eclipse/agent/PatchExtensionMethod$Reflection +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654400 +instanceKlass lombok/eclipse/agent/PatchExtensionMethod$PostponedError +instanceKlass lombok/eclipse/agent/PatchExtensionMethod +instanceKlass lombok/launch/PatchFixesHider$ExtensionMethod +instanceKlass org/eclipse/jdt/internal/compiler/util/Sorting +instanceKlass lombok/var +instanceKlass lombok/val +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651800 +instanceKlass lombok/eclipse/agent/PatchVal +instanceKlass @bci org/eclipse/jdt/internal/compiler/parser/Scanner$Goal ()V 468 argL0 ; # org/eclipse/jdt/internal/compiler/parser/Scanner$Goal$$Lambda+0x000001e425622af0 +instanceKlass java/util/stream/Nodes$IntArrayNode +instanceKlass java/util/stream/Node$Builder$OfInt +instanceKlass java/util/stream/Sink$OfInt +instanceKlass java/util/function/IntConsumer +instanceKlass @bci java/util/stream/IntPipeline toArray ()[I 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001e42536e1d8 +instanceKlass java/util/stream/IntStream +instanceKlass @bci org/eclipse/jdt/internal/compiler/parser/Scanner$Goal ()V 444 argL0 ; # org/eclipse/jdt/internal/compiler/parser/Scanner$Goal$$Lambda+0x000001e4256228e0 +instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner$Goal +instanceKlass @bci org/eclipse/jdt/internal/compiler/ProcessTaskManager (Lorg/eclipse/jdt/internal/compiler/Compiler;I)V 37 member ; # org/eclipse/jdt/internal/compiler/ProcessTaskManager$$Lambda+0x000001e4256224c0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ProcessTaskManager ()V 10 argL0 ; # org/eclipse/jdt/internal/compiler/ProcessTaskManager$$Lambda+0x000001e4256222b0 +instanceKlass org/eclipse/jdt/internal/compiler/ProcessTaskManager +instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl replacePlaceholdersUsing (Ljava/util/Map;)Ljava/util/function/Function; 1 member ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645b70 +instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 105 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645940 +instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 70 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645710 +instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 65 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e4256454e0 +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 33 member ; # java/util/stream/Collectors$$Lambda+0x800000047 +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 25 member ; # java/util/stream/Collectors$$Lambda+0x800000044 +instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 9 member ; # java/util/stream/Collectors$$Lambda+0x80000003f +instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 30 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e4256452a0 +instanceKlass org/eclipse/jdt/apt/core/util/AptConfig$ProcessorOptionsParser +instanceKlass org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadata +instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$InitializeJobMatcher +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651400 +instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment getEndpointAnnotationElements ()Ljava/util/Set; 28 argL0 ; # org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment$$Lambda+0x000001e425652448 +instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment getEndpointAnnotationElements ()Ljava/util/Set; 18 member ; # org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment$$Lambda+0x000001e425652210 +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 142 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640460 +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 132 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640228 +instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$WriteTask +instanceKlass @bci org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser ()V 0 argL0 ; # org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser$$Lambda+0x000001e425652000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651000 +instanceKlass com/sun/source/util/SourcePositions +instanceKlass com/sun/source/tree/CatchTree +instanceKlass com/sun/source/tree/ClassTree +instanceKlass com/sun/source/tree/StatementTree +instanceKlass com/sun/source/tree/MethodTree +instanceKlass javax/tools/JavaCompiler$CompilationTask +instanceKlass com/sun/source/tree/CompilationUnitTree +instanceKlass com/sun/source/tree/Tree +instanceKlass com/sun/source/util/TreePath +instanceKlass com/sun/source/tree/Scope +instanceKlass com/sun/source/util/Trees +instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/ReflectionWrapper +instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/TreeVisitor +instanceKlass org/eclipse/lsp4j/FileOperationPatternOptions +instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser +instanceKlass org/eclipse/lsp4j/FileOperationPattern +instanceKlass org/eclipse/lsp4j/FileOperationFilter +instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser +instanceKlass org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment +instanceKlass org/eclipse/lsp4j/FileOperationOptions +instanceKlass org/eclipse/lsp4j/FileOperationsServerCapabilities +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl +instanceKlass @bci org/springframework/boot/configurationprocessor/TypeUtils getDeclaredType (Ljavax/lang/model/util/Types;Ljava/lang/Class;I)Ljavax/lang/model/type/TypeMirror; 9 member ; # org/springframework/boot/configurationprocessor/TypeUtils$$Lambda+0x000001e425650000 +instanceKlass javax/lang/model/util/AbstractTypeVisitor6 +instanceKlass java/util/EnumMap$EntryIterator$Entry +instanceKlass java/util/EnumMap$EnumMapIterator +instanceKlass @bci org/springframework/boot/configurationprocessor/TypeUtils ()V 142 member ; # org/springframework/boot/configurationprocessor/TypeUtils$$Lambda+0x000001e4256448e8 +instanceKlass javax/lang/model/type/TypeVisitor +instanceKlass org/springframework/boot/configurationprocessor/TypeUtils +instanceKlass org/eclipse/lsp4j/CompletionItemOptions +instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeInputFileObject +instanceKlass org/eclipse/lsp4j/NotebookSelectorCell +instanceKlass org/eclipse/lsp4j/NotebookDocumentFilter +instanceKlass org/springframework/boot/configurationprocessor/MetadataCollector +instanceKlass org/eclipse/lsp4j/NotebookSelector +instanceKlass org/eclipse/lsp4j/DocumentOnTypeFormattingOptions +instanceKlass org/springframework/boot/configurationprocessor/MetadataStore +instanceKlass org/eclipse/lsp4j/AbstractWorkDoneProgressOptions +instanceKlass org/eclipse/lsp4j/NotebookDocumentSyncRegistrationOptions +instanceKlass org/eclipse/lsp4j/ServerInfo +instanceKlass com/google/gson/internal/Streams +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 121 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640000 +instanceKlass java/util/concurrent/CompletableFuture$AsynchronousCompletionTask +instanceKlass java/util/concurrent/CompletableFuture$AltResult +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler legend ()Lorg/eclipse/lsp4j/SemanticTokensLegend; 37 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler$$Lambda+0x000001e42563ca78 +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/NameImpl +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler legend ()Lorg/eclipse/lsp4j/SemanticTokensLegend; 10 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler$$Lambda+0x000001e42563c420 +instanceKlass org/eclipse/jdt/core/dom/IBinding +instanceKlass org/eclipse/lsp4j/SemanticTokensLegend +instanceKlass javax/annotation/processing/SupportedAnnotationTypes +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler +instanceKlass javax/annotation/processing/SupportedOptions +instanceKlass org/eclipse/lsp4j/DocumentFilter +instanceKlass org/eclipse/lsp4j/SemanticTokensServerFull +instanceKlass org/eclipse/lsp4j/TextDocumentRegistrationOptions +instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo +instanceKlass org/eclipse/lsp4j/WorkDoneProgressOptions +instanceKlass lombok/launch/AnnotationProcessorHider$AstModificationNotifierData +instanceKlass org/eclipse/lsp4j/WorkspaceFoldersOptions +instanceKlass org/eclipse/lsp4j/WorkspaceServerCapabilities +instanceKlass org/eclipse/lsp4j/SaveOptions +instanceKlass org/eclipse/lsp4j/TextDocumentSyncOptions +instanceKlass lombok/core/AnnotationProcessor$ProcessorDescriptor +instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor (Lorg/eclipse/core/runtime/IConfigurationElement;)V 59 member ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor$$Lambda+0x000001e425423248 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 37 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425423010 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 32 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425422de0 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 27 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425422bb0 +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor +instanceKlass org/apache/commons/lang3/BooleanUtils +instanceKlass org/eclipse/lsp4j/ServerCapabilities +instanceKlass @bci java/util/stream/SortedOps$RefSortingSink end ()V 48 member ; # java/util/stream/SortedOps$RefSortingSink$$Lambda+0x000001e42536b308 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 152 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e425422780 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 142 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e4254224f8 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 132 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e4254222b8 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 122 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e425422088 +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$BundleInfo +instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/StandardPreferenceManager update (Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences;)V 364 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/StandardPreferenceManager$$Lambda+0x000001e425421c48 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences createFrom (Ljava/util/Map;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 2196 member ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e425421a20 +instanceKlass com/google/common/base/CommonPattern +instanceKlass com/google/common/base/Platform$JdkPatternCompiler +instanceKlass com/google/common/base/PatternCompiler +instanceKlass com/google/common/base/Platform +instanceKlass com/google/common/base/Strings +instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences createFrom (Ljava/util/Map;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 1617 member ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e4254217f8 +instanceKlass org/eclipse/jdt/ls/core/internal/RuntimeEnvironment +instanceKlass org/eclipse/jdt/internal/corext/util/TypeFilter +instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences setResourceFilters (Ljava/util/List;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 11 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e425421348 +instanceKlass com/google/common/base/Ascii +instanceKlass com/google/common/base/CharMatcher +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MapFlattener +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/ClientPreferences +instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$2 +instanceKlass com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator +instanceKlass org/eclipse/jdt/ls/core/internal/JSONUtility +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseInitHandler +instanceKlass com/google/gson/internal/bind/JsonElementTypeAdapter$1 +instanceKlass org/eclipse/lsp4j/jsonrpc/util/Preconditions +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/JsonElementTypeAdapter$Factory +instanceKlass org/eclipse/lsp4j/StaleRequestCapabilities +instanceKlass org/eclipse/lsp4j/MarkdownCapabilities +instanceKlass org/eclipse/lsp4j/RegularExpressionsCapabilities +instanceKlass org/eclipse/lsp4j/WindowShowMessageRequestActionItemCapabilities +instanceKlass org/eclipse/lsp4j/ShowDocumentCapabilities +instanceKlass org/eclipse/lsp4j/WindowShowMessageRequestCapabilities +instanceKlass org/eclipse/lsp4j/InlayHintResolveSupportCapabilities +instanceKlass org/eclipse/lsp4j/SemanticTokensClientCapabilitiesRequestsFull +instanceKlass org/eclipse/lsp4j/SemanticTokensClientCapabilitiesRequests +instanceKlass org/eclipse/lsp4j/FoldingRangeSupportCapabilities +instanceKlass org/eclipse/lsp4j/FoldingRangeKindSupportCapabilities +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$EitherTypeArgument +instanceKlass org/eclipse/lsp4j/DiagnosticsTagSupport +instanceKlass org/eclipse/lsp4j/CodeActionKindCapabilities +instanceKlass org/eclipse/lsp4j/CodeActionResolveSupportCapabilities +instanceKlass org/eclipse/lsp4j/CodeActionLiteralSupportCapabilities +instanceKlass org/eclipse/lsp4j/ParameterInformationCapabilities +instanceKlass org/eclipse/lsp4j/SignatureInformationCapabilities +instanceKlass org/eclipse/lsp4j/CompletionItemInsertTextModeSupportCapabilities +instanceKlass org/eclipse/lsp4j/CompletionItemResolveSupportCapabilities +instanceKlass org/eclipse/lsp4j/CompletionItemTagSupportCapabilities +instanceKlass org/eclipse/lsp4j/CompletionListCapabilities +instanceKlass org/eclipse/lsp4j/CompletionItemCapabilities +instanceKlass org/eclipse/lsp4j/CompletionItemKindCapabilities +instanceKlass org/eclipse/lsp4j/PublishDiagnosticsCapabilities +instanceKlass org/eclipse/lsp4j/WorkspaceSymbolResolveSupportCapabilities +instanceKlass org/eclipse/lsp4j/SymbolTagSupportCapabilities +instanceKlass org/eclipse/lsp4j/SymbolKindCapabilities +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory getConstructor (Ljava/lang/Class;)Ljava/util/function/Supplier; 62 argL0 ; # org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory$$Lambda+0x000001e425403608 +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TypeUtils$ParameterizedTypeImpl +instanceKlass org/eclipse/lsp4j/WorkspaceEditChangeAnnotationSupportCapabilities +instanceKlass org/eclipse/lsp4j/DiagnosticWorkspaceCapabilities +instanceKlass org/eclipse/lsp4j/InlineValueWorkspaceCapabilities +instanceKlass org/eclipse/lsp4j/InlayHintWorkspaceCapabilities +instanceKlass org/eclipse/lsp4j/CodeLensWorkspaceCapabilities +instanceKlass org/eclipse/lsp4j/SemanticTokensWorkspaceCapabilities +instanceKlass org/eclipse/lsp4j/DynamicRegistrationCapabilities +instanceKlass org/eclipse/lsp4j/WorkspaceEditCapabilities +instanceKlass org/eclipse/lsp4j/GeneralClientCapabilities +instanceKlass org/eclipse/lsp4j/NotebookDocumentClientCapabilities +instanceKlass org/eclipse/lsp4j/WindowClientCapabilities +instanceKlass org/eclipse/lsp4j/TextDocumentClientCapabilities +instanceKlass javax/lang/model/element/VariableElement +instanceKlass org/eclipse/lsp4j/WorkspaceClientCapabilities +instanceKlass org/eclipse/lsp4j/ClientCapabilities +instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$FieldsData +instanceKlass com/google/gson/internal/Primitives +instanceKlass org/eclipse/lsp4j/jsonrpc/validation/NonNull +instanceKlass com/google/gson/annotations/SerializedName +instanceKlass org/eclipse/lsp4j/ClientInfo +instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultConstructor (Ljava/lang/Class;Lcom/google/gson/ReflectionAccessFilter$FilterResult;)Lcom/google/gson/internal/ObjectConstructor; 130 member ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e42561d000 +instanceKlass org/eclipse/lsp4j/adapters/InitializeParamsTypeAdapter$Factory +instanceKlass com/google/gson/annotations/JsonAdapter +instanceKlass javax/lang/model/element/AnnotationValue +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Tuple$Two +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Tuple +instanceKlass javax/lang/model/element/ExecutableElement +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TypeUtils +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/ArrayTypeReference internalResolveType (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 18 member ; # org/eclipse/jdt/internal/compiler/ast/ArrayTypeReference$$Lambda+0x000001e42561f418 +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/ElementImpl +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/IElementInfo +instanceKlass org/eclipse/jdt/internal/compiler/apt/util/ManyToMany +instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl +instanceKlass org/eclipse/jdt/apt/core/internal/ClassServiceFactory +instanceKlass javax/annotation/processing/AbstractProcessor +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$3 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedResourceChangeListener$PostChangeVisitor +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState$1 +instanceKlass org/eclipse/jdt/apt/core/internal/LoadFailureHandler +instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader$ResourceListener +instanceKlass org/eclipse/jdt/apt/core/internal/IServiceFactory +instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ElementValuePair$UnresolvedEnumConstant +instanceKlass lombok/eclipse/agent/PatchDelegate$EclipseOnlyMethods +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42561c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42561c400 +instanceKlass lombok/eclipse/agent/PatchDelegatePortal$Reflection +instanceKlass lombok/eclipse/agent/PatchDelegate$BindingTuple +instanceKlass lombok/eclipse/agent/PatchDelegate +instanceKlass lombok/eclipse/agent/PatchDelegatePortal +instanceKlass lombok/launch/PatchFixesHider$Delegate +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 member ; # org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey$$Lambda+0x000001e42561a0e8 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey 181 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42561c000 +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment getTypeArgumentsFromSignature (Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 72 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e425618ee0 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment askForType ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding; 48 member ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e425618860 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBindingSetWrapper +instanceKlass org/eclipse/jdt/internal/compiler/lookup/AnnotationHolder +instanceKlass org/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope checkAndSetImports ()V 310 member ; # org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope$$Lambda+0x000001e425617ab0 +instanceKlass @bci java/util/function/Predicate negate ()Ljava/util/function/Predicate; 1 member ; # java/util/function/Predicate$$Lambda+0x000001e42536b0c0 +instanceKlass @cpi java/util/function/Predicate 75 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425616400 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope checkAndSetImports ()V 295 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope$$Lambda+0x000001e425617870 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JrtFileSystem hasClassFile (Ljava/lang/String;Ljava/lang/String;)Z 92 argL0 ; # org/eclipse/jdt/internal/compiler/util/JrtFileSystem$$Lambda+0x000001e425617448 +instanceKlass @bci java/nio/file/Files asUncheckedRunnable (Ljava/io/Closeable;)Ljava/lang/Runnable; 1 member ; # java/nio/file/Files$$Lambda+0x000001e42536aea8 +instanceKlass java/nio/file/Files$2 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding collectTransitiveDependencies (Ljava/util/Set;)V 6 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425617220 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 15 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425617000 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 10 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560fc08 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 5 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560f9f8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding dependencyCollector ()Ljava/util/function/Supplier; 1 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560f7e0 +instanceKlass org/eclipse/jdt/internal/core/builder/ModulePathEntry +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment askForType (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding; 63 member ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e42560f3c0 +instanceKlass org/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer +instanceKlass org/eclipse/jdt/internal/compiler/parser/NullMarkdownHelper +instanceKlass org/eclipse/jdt/internal/compiler/parser/IMarkdownCommentHelper +instanceKlass lombok/experimental/Tolerate +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425616000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614400 +instanceKlass lombok/core/configuration/ConfigurationSource +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614000 +instanceKlass lombok/core/handlers/InclusionExclusionUtils$1 +instanceKlass lombok/ToString$Exclude +instanceKlass lombok/ToString$Include +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560d400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42560d000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42560cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c400 +instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$GetterMethod +instanceKlass lombok/EqualsAndHashCode$AnyAnnotation +instanceKlass lombok/core/handlers/InclusionExclusionUtils$2 +instanceKlass lombok/core/handlers/InclusionExclusionUtils$Included +instanceKlass lombok/EqualsAndHashCode$Exclude +instanceKlass lombok/EqualsAndHashCode$Include +instanceKlass lombok/core/handlers/InclusionExclusionUtils +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c000 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$PerWorkingCopyInfo +instanceKlass org/eclipse/jdt/core/ICodeCompletionRequestor +instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$EclipseReflectiveMembers +instanceKlass lombok/core/AnnotationValues$1 +instanceKlass lombok/core/configuration/AllowHelper +instanceKlass lombok/experimental/FieldDefaults +instanceKlass lombok/core/handlers/HandlerUtil +instanceKlass lombok/core/AnnotationValues +instanceKlass lombok/core/AnnotationValues$AnnotationValue +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18 +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfType +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SortedCharArrays ()V 8 argL0 ; # org/eclipse/jdt/internal/compiler/util/SortedCharArrays$$Lambda+0x000001e4256014d0 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SortedCharArrays ()V 0 argL0 ; # org/eclipse/jdt/internal/compiler/util/SortedCharArrays$$Lambda+0x000001e425601248 +instanceKlass org/eclipse/jdt/internal/compiler/util/SortedCharArrays +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 380 member ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d1050 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 339 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0e10 +instanceKlass org/eclipse/jdt/internal/compiler/env/INameEnvironmentExtension +instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayHashMap +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding combineWithPackagesFromOtherRelevantModules (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C[[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding; 20 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425600440 +instanceKlass org/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker +instanceKlass org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$VariableBindingInitialization +instanceKlass org/eclipse/jdt/internal/compiler/env/ISourceModule +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 43 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fee90 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 33 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fec58 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 22 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fea18 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment getModulesDeclaringPackage ([[C[C)[[C 167 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0bd0 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJar getCachedPackageNames ()Ljava/util/Set; 8 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJar$$Lambda+0x000001e4255d09a8 +instanceKlass @bci org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy matches (Ljava/lang/Object;Ljava/util/function/Predicate;)Z 3 argL0 ; # org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy$$Lambda+0x000001e4255fe7d8 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment getModulesDeclaringPackage ([[C[C)[[C 96 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0560 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/SortedSimpleNameVector +instanceKlass org/eclipse/jdt/internal/compiler/lookup/SortedCompoundNameVector +instanceKlass lombok/core/TypeResolver +instanceKlass lombok/core/AST$FieldAccess +instanceKlass lombok/core/LombokImmutableList$1 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/AnnotationContext +instanceKlass lombok/eclipse/EclipseAstProblemView +instanceKlass lombok/eclipse/EclipseAST$EcjReflectionCheck +instanceKlass org/eclipse/jdt/internal/compiler/codegen/CodeStream +instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil +instanceKlass lombok/eclipse/EclipseImportList +instanceKlass lombok/core/debug/DebugSnapshotStore +instanceKlass lombok/core/configuration/FileSystemSourceCache$Content +instanceKlass lombok/core/configuration/ConfigurationFile +instanceKlass lombok/core/configuration/BubblingConfigurationResolver +instanceKlass lombok/core/LombokConfiguration$3 +instanceKlass lombok/core/configuration/FileSystemSourceCache$1 +instanceKlass lombok/core/configuration/ConfigurationProblemReporter$1 +instanceKlass lombok/core/configuration/ConfigurationProblemReporter +instanceKlass lombok/core/configuration/ConfigurationParser +instanceKlass lombok/core/configuration/ConfigurationFileToSource +instanceKlass lombok/core/configuration/FileSystemSourceCache +instanceKlass lombok/core/LombokConfiguration$1 +instanceKlass lombok/core/configuration/ConfigurationResolverFactory +instanceKlass lombok/core/configuration/ConfigurationResolver +instanceKlass lombok/core/LombokConfiguration +instanceKlass lombok/eclipse/EclipseAST$EclipseWorkspaceBasedFileResolver +instanceKlass lombok/core/ImportList +instanceKlass lombok/core/FieldAugment +instanceKlass lombok/eclipse/EcjAugments +instanceKlass lombok/patcher/Symbols +instanceKlass lombok/core/AST +instanceKlass org/eclipse/jdt/internal/compiler/util/HashSetOfInt +instanceKlass org/eclipse/jdt/internal/compiler/parser/NLSTag +instanceKlass lombok/eclipse/HandlerLibrary$VisitorContainer +instanceKlass lombok/experimental/WithBy +instanceKlass lombok/With +instanceKlass lombok/Value +instanceKlass lombok/eclipse/EclipseASTAdapter +instanceKlass lombok/experimental/UtilityClass +instanceKlass lombok/ToString +instanceKlass lombok/Synchronized +instanceKlass lombok/experimental/SuperBuilder +instanceKlass lombok/eclipse/handlers/EclipseSingularsRecipes$StatementMaker +instanceKlass lombok/eclipse/handlers/EclipseSingularsRecipes$TypeReferenceMaker +instanceKlass lombok/eclipse/handlers/HandleBuilder$BuilderJob +instanceKlass lombok/experimental/StandardException +instanceKlass lombok/SneakyThrows +instanceKlass lombok/Setter +instanceKlass lombok/core/PrintAST +instanceKlass lombok/NonNull +instanceKlass lombok/extern/slf4j/XSlf4j +instanceKlass lombok/extern/slf4j/Slf4j +instanceKlass lombok/extern/log4j/Log4j +instanceKlass lombok/extern/log4j/Log4j2 +instanceKlass lombok/extern/java/Log +instanceKlass lombok/extern/jbosslog/JBossLog +instanceKlass lombok/extern/flogger/Flogger +instanceKlass lombok/CustomLog +instanceKlass lombok/extern/apachecommons/CommonsLog +instanceKlass lombok/Locked$Write +instanceKlass lombok/Locked$Read +instanceKlass lombok/Locked +instanceKlass lombok/extern/jackson/Jacksonized +instanceKlass lombok/experimental/Helper +instanceKlass lombok/Getter +instanceKlass lombok/experimental/FieldNameConstants +instanceKlass lombok/core/LombokImmutableList +instanceKlass lombok/core/JavaIdentifiers +instanceKlass lombok/experimental/ExtensionMethod +instanceKlass lombok/EqualsAndHashCode +instanceKlass lombok/experimental/Delegate +instanceKlass lombok/Data +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255ec000 +instanceKlass org/eclipse/jdt/internal/compiler/codegen/Label +instanceKlass lombok/eclipse/Eclipse +instanceKlass lombok/RequiredArgsConstructor +instanceKlass lombok/NoArgsConstructor +instanceKlass lombok/AllArgsConstructor +instanceKlass lombok/Cleanup +instanceKlass lombok/Builder$Default +instanceKlass lombok/Builder +instanceKlass lombok/eclipse/handlers/HandleConstructor +instanceKlass lombok/core/LombokInternalAliasing +instanceKlass lombok/core/HandlerPriority +instanceKlass lombok/eclipse/DeferUntilPostDiet +instanceKlass lombok/eclipse/HandlerLibrary$AnnotationHandlerContainer +instanceKlass lombok/experimental/Accessors +instanceKlass lombok/eclipse/EclipseAnnotationHandler +instanceKlass lombok/core/SpiLoadUtil$1$1 +instanceKlass lombok/core/SpiLoadUtil$1 +instanceKlass java/util/Vector$1 +instanceKlass lombok/core/SpiLoadUtil +instanceKlass lombok/core/configuration/ConfigurationKeysLoader +instanceKlass lombok/core/configuration/CheckerFrameworkVersion +instanceKlass lombok/core/configuration/TypeName +instanceKlass lombok/core/configuration/LogDeclaration +instanceKlass lombok/core/configuration/IdentifierName +instanceKlass lombok/core/configuration/ConfigurationDataType$6 +instanceKlass lombok/core/configuration/ConfigurationDataType$7 +instanceKlass lombok/core/configuration/NullAnnotationLibrary +instanceKlass lombok/core/configuration/ConfigurationValueType +instanceKlass lombok/core/configuration/ConfigurationDataType$5 +instanceKlass lombok/core/configuration/ConfigurationDataType$4 +instanceKlass lombok/core/configuration/ConfigurationDataType$3 +instanceKlass lombok/core/configuration/ConfigurationDataType$2 +instanceKlass lombok/core/configuration/ConfigurationDataType$1 +instanceKlass lombok/core/configuration/ConfigurationValueParser +instanceKlass lombok/core/configuration/ConfigurationDataType +instanceKlass lombok/core/configuration/ConfigurationKey +instanceKlass lombok/ConfigurationKeys +instanceKlass lombok/core/configuration/ConfigurationKeysLoader$LoaderLoader +instanceKlass lombok/core/TypeLibrary +instanceKlass lombok/eclipse/HandlerLibrary +instanceKlass lombok/eclipse/EclipseASTVisitor +instanceKlass lombok/eclipse/TransformEclipseAST +instanceKlass lombok/launch/PackageShader +instanceKlass lombok/launch/Main +instanceKlass lombok/launch/PatchFixesHider$Transform +instanceKlass org/eclipse/jdt/core/dom/InfixExpression$Operator +instanceKlass org/eclipse/jdt/core/dom/ModuleModifier$ModuleModifierKeyword +instanceKlass org/eclipse/jdt/core/dom/PrimitiveType$Code +instanceKlass org/eclipse/jdt/core/dom/ASTConverter$ISetJavaDoc +instanceKlass org/eclipse/jdt/core/dom/ASTConverter$IGetJavaDoc +instanceKlass org/eclipse/jdt/core/dom/ASTConverter +instanceKlass lombok/eclipse/agent/PatchValEclipse$Reflection +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5800 +instanceKlass org/eclipse/jdt/core/dom/IExtendedModifier +instanceKlass org/eclipse/jdt/core/dom/Modifier$ModifierKeyword +instanceKlass org/eclipse/jdt/core/dom/AST +instanceKlass org/eclipse/jdt/core/dom/IDocElement +instanceKlass lombok/eclipse/agent/PatchValEclipse +instanceKlass lombok/eclipse/agent/PatchValEclipsePortal$Reflection +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5000 +instanceKlass lombok/eclipse/agent/PatchValEclipsePortal +instanceKlass lombok/core/LombokNode +instanceKlass lombok/core/DiagnosticsReceiver +instanceKlass lombok/launch/PatchFixesHider$ValPortal +instanceKlass org/eclipse/core/internal/content/TextContentDescriber +instanceKlass org/eclipse/core/runtime/content/ITextContentDescriber +instanceKlass org/eclipse/core/runtime/content/IContentDescriber +instanceKlass org/eclipse/core/internal/content/ContentTypeCatalog$1 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 ; # java/lang/invoke/LambdaForm$MH+0x000001e4255ad000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4255acc00 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac800 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 member ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e425480c00 +instanceKlass @cpi org/eclipse/core/internal/content/ContentTypeCatalog 769 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac400 +instanceKlass org/eclipse/core/internal/content/ContentTypeVisitor +instanceKlass org/eclipse/core/internal/resources/ProjectContentTypes$ProjectContentTypeSelectionPolicy +instanceKlass org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration$1 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$Substitutor +instanceKlass org/eclipse/jdt/internal/compiler/CompilationResult$1 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ReadManager queueNextReadAhead ()Z 46 member ; # org/eclipse/jdt/internal/compiler/ReadManager$$Lambda+0x000001e4255a3368 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ReadManager createExecutor (I)Ljava/util/concurrent/ExecutorService; 25 argL0 ; # org/eclipse/jdt/internal/compiler/ReadManager$$Lambda+0x000001e4255a3158 +instanceKlass org/eclipse/jdt/internal/compiler/ReadManager +instanceKlass @bci org/eclipse/jdt/internal/compiler/Compiler sortModuleDeclarationsFirst ([Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;)V 1 argL0 ; # org/eclipse/jdt/internal/compiler/Compiler$$Lambda+0x000001e4255a2cc0 +instanceKlass org/eclipse/jdt/internal/compiler/util/Messages +instanceKlass org/eclipse/jdt/internal/core/builder/SourceFile +instanceKlass org/eclipse/core/internal/utils/BitMask +instanceKlass org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$1 +instanceKlass org/eclipse/jdt/internal/core/builder/BatchImageBuilder$3 +instanceKlass java/util/concurrent/ForkJoinPool$DefaultForkJoinWorkerThreadFactory$1 +instanceKlass java/util/concurrent/ForkJoinTask$Aux +instanceKlass java/util/concurrent/ForkJoinTask +instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile lambda$2 (Lorg/eclipse/core/internal/filesystem/local/InfiniteProgress;Ljava/util/concurrent/ExecutorService;Ljava/util/List;Ljava/nio/file/Path;)V 6 member ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251bf340 +instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile internalDelete (Ljava/io/File;Lorg/eclipse/core/internal/filesystem/local/InfiniteProgress;Ljava/util/concurrent/ExecutorService;)Lorg/eclipse/core/runtime/IStatus; 95 member ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251bf118 +instanceKlass org/eclipse/core/internal/localstore/DeleteVisitor +instanceKlass @bci org/eclipse/core/internal/resources/Workspace countResources (Lorg/eclipse/core/runtime/IPath;IZ)I 61 member ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a8230 +instanceKlass @cpi org/eclipse/core/internal/resources/Workspace 2642 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac000 +instanceKlass org/eclipse/core/internal/resources/MarkerManager$1 +instanceKlass org/eclipse/core/internal/filesystem/local/InfiniteProgress +instanceKlass org/eclipse/core/internal/resources/MoveDeleteHook +instanceKlass org/eclipse/core/internal/resources/ResourceTree +instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceVisitor;II)V 7 member ; # org/eclipse/core/internal/resources/Resource$$Lambda+0x000001e425557d98 +instanceKlass org/eclipse/jdt/internal/core/builder/BatchImageBuilder$1 +instanceKlass org/eclipse/core/internal/resources/MarkerDelta +instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 member ; # org/eclipse/core/internal/resources/MarkerManager$$Lambda+0x000001e425557b80 +instanceKlass @cpi org/eclipse/core/internal/resources/MarkerManager 677 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255a5000 +instanceKlass org/eclipse/jdt/internal/core/builder/WorkQueue +instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl +instanceKlass javax/tools/JavaFileManager$Location +instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeFilerImpl +instanceKlass javax/lang/model/type/ErrorType +instanceKlass javax/lang/model/type/DeclaredType +instanceKlass javax/lang/model/type/ReferenceType +instanceKlass javax/lang/model/element/PackageElement +instanceKlass javax/lang/model/element/AnnotationMirror +instanceKlass javax/lang/model/element/TypeParameterElement +instanceKlass javax/lang/model/type/NoType +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/Factory +instanceKlass javax/lang/model/type/PrimitiveType +instanceKlass javax/lang/model/type/WildcardType +instanceKlass javax/lang/model/type/TypeMirror +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypesImpl +instanceKlass javax/lang/model/element/ModuleElement +instanceKlass javax/tools/JavaFileObject +instanceKlass javax/tools/FileObject +instanceKlass javax/lang/model/element/TypeElement +instanceKlass javax/lang/model/element/QualifiedNameable +instanceKlass javax/lang/model/element/Parameterizable +instanceKlass javax/lang/model/element/Element +instanceKlass javax/lang/model/AnnotatedConstruct +instanceKlass javax/lang/model/element/Name +instanceKlass org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl +instanceKlass javax/annotation/processing/Messager +instanceKlass javax/annotation/processing/Filer +instanceKlass javax/lang/model/util/Types +instanceKlass javax/lang/model/util/Elements +instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl +instanceKlass javax/annotation/processing/ProcessingEnvironment +instanceKlass javax/annotation/processing/RoundEnvironment +instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$9 +instanceKlass org/eclipse/jdt/internal/compiler/AbstractAnnotationProcessorManager +instanceKlass org/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference +instanceKlass org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser +instanceKlass org/eclipse/jdt/internal/compiler/parser/JavadocTagConstants +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42559cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42559c800 +instanceKlass lombok/permit/Permit$Fake +instanceKlass lombok/permit/Permit +instanceKlass lombok/launch/PatchFixesHider$Util +instanceKlass lombok/launch/PatchFixesHider$ModuleClassLoading +instanceKlass org/eclipse/jdt/internal/compiler/parser/RecoveredElement +instanceKlass org/eclipse/jdt/internal/compiler/impl/CompilerStats +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfModule +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes +instanceKlass org/eclipse/jdt/internal/compiler/ClassFile +instanceKlass org/eclipse/jdt/internal/compiler/ClassFilePool +instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayMap +instanceKlass org/eclipse/jdt/internal/compiler/util/CharDelegateMap +instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayMapper +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getMirror (Lorg/apache/maven/artifact/repository/ArtifactRepository;)Lorg/apache/maven/settings/Mirror; 6 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e42557d800 +instanceKlass @bci java/util/stream/MatchOps makeRef (Ljava/util/function/Predicate;Ljava/util/stream/MatchOps$MatchKind;)Ljava/util/stream/TerminalOp; 20 member ; # java/util/stream/MatchOps$$Lambda+0x000001e4253690e0 +instanceKlass java/util/stream/MatchOps$BooleanTerminalSink +instanceKlass java/util/stream/MatchOps$MatchOp +instanceKlass java/util/stream/MatchOps +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl addDefaultRepository (Ljava/util/List;)V 6 argL0 ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425437da0 +instanceKlass org/apache/commons/codec/CharEncoding +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem +instanceKlass org/apache/commons/codec/binary/Hex +instanceKlass org/apache/commons/codec/BinaryDecoder +instanceKlass org/apache/commons/codec/Decoder +instanceKlass org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment +instanceKlass org/apache/commons/codec/BinaryEncoder +instanceKlass org/apache/commons/codec/Encoder +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ProblemReasons +instanceKlass sun/security/provider/ByteArrayAccess$LE +instanceKlass org/apache/commons/codec/binary/StringUtils +instanceKlass org/apache/commons/codec/digest/DigestUtils +instanceKlass org/eclipse/m2e/core/internal/embedder/ReadonlyMavenExecutionRequest +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfInt +instanceKlass org/eclipse/m2e/core/internal/embedder/AbstractTransferListenerAdapter +instanceKlass org/apache/maven/session/scope/internal/SessionScope$CachingProvider +instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope seed (Ljava/lang/Class;Ljava/lang/Object;)V 3 member ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e425573c08 +instanceKlass org/eclipse/jdt/core/compiler/CategorizedProblem +instanceKlass org/eclipse/jdt/internal/compiler/problem/DefaultProblemFactory +instanceKlass org/apache/maven/settings/RuntimeInfo +instanceKlass org/apache/maven/execution/DefaultMavenExecutionResult +instanceKlass org/eclipse/aether/AbstractForwardingRepositorySystemSession +instanceKlass org/eclipse/aether/internal/impl/Utils +instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport$LocalPathPrefixComposerSupport +instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManager +instanceKlass org/eclipse/aether/internal/impl/PrioritizedComponent +instanceKlass org/eclipse/sisu/wire/EntrySetAdapter$ValueIterator +instanceKlass org/eclipse/aether/internal/impl/PrioritizedComponents +instanceKlass @bci org/apache/maven/RepositoryUtils toRepos (Ljava/util/List;)Ljava/util/List; 18 argL0 ; # org/apache/maven/RepositoryUtils$$Lambda+0x000001e425571bb0 +instanceKlass org/eclipse/aether/repository/RemoteRepository$Builder +instanceKlass org/eclipse/aether/util/ConfigUtils +instanceKlass org/eclipse/aether/util/repository/DefaultAuthenticationSelector +instanceKlass org/eclipse/aether/util/repository/DefaultProxySelector +instanceKlass org/eclipse/aether/util/repository/DefaultMirrorSelector +instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecryptionResult +instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecryptionRequest +instanceKlass @bci org/eclipse/jdt/apt/core/internal/AptCompilationParticipant getAnnotationProcessorPaths (Lorg/eclipse/jdt/core/IJavaProject;Z)[Ljava/net/URI; 32 member ; # org/eclipse/jdt/apt/core/internal/AptCompilationParticipant$$Lambda+0x000001e42556c6c0 +instanceKlass org/apache/maven/RepositoryUtils$MavenArtifactTypeRegistry +instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPath +instanceKlass org/apache/maven/RepositoryUtils +instanceKlass org/eclipse/jdt/apt/core/internal/FactoryPluginManager +instanceKlass org/eclipse/aether/util/repository/SimpleResolutionErrorPolicy +instanceKlass @bci java/util/stream/Collectors mapMerger (Ljava/util/function/BinaryOperator;)Ljava/util/function/BinaryOperator; 1 member ; # java/util/stream/Collectors$$Lambda+0x000001e425367b68 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 3 member ; # java/util/stream/Collectors$$Lambda+0x000001e425367940 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector; 3 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425367730 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 59 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556bd18 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 54 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556bae8 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 49 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b8b8 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 39 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b688 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 29 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b458 +instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 19 member ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b210 +instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPath$Attributes +instanceKlass org/eclipse/aether/util/repository/SimpleArtifactDescriptorPolicy +instanceKlass org/eclipse/aether/artifact/DefaultArtifactType +instanceKlass org/eclipse/aether/util/artifact/SimpleArtifactTypeRegistry +instanceKlass org/eclipse/aether/util/graph/transformer/JavaDependencyContextRefiner +instanceKlass org/eclipse/aether/util/graph/transformer/ChainedDependencyGraphTransformer +instanceKlass org/eclipse/jdt/core/ClasspathVariableInitializer +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver +instanceKlass org/eclipse/aether/graph/Exclusion +instanceKlass org/eclipse/aether/util/graph/selector/ExclusionDependencySelector +instanceKlass org/eclipse/aether/util/graph/selector/OptionalDependencySelector +instanceKlass org/eclipse/aether/util/graph/selector/ScopeDependencySelector +instanceKlass org/eclipse/aether/util/graph/selector/AndDependencySelector +instanceKlass org/eclipse/aether/util/graph/manager/ClassicDependencyManager +instanceKlass org/eclipse/aether/util/graph/traverser/FatArtifactTraverser +instanceKlass org/eclipse/aether/DefaultSessionData +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullFileTransformerManager +instanceKlass org/eclipse/aether/transform/FileTransformerManager +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullArtifactTypeRegistry +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullAuthenticationSelector +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullProxySelector +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullMirrorSelector +instanceKlass org/eclipse/aether/SessionData +instanceKlass org/eclipse/aether/artifact/ArtifactTypeRegistry +instanceKlass org/apache/maven/repository/internal/MavenRepositorySystemUtils +instanceKlass org/apache/maven/graph/DefaultGraphBuilder$$FastClassByGuice$$196862886 +instanceKlass jdk/internal/math/MathUtils +instanceKlass jdk/internal/math/FloatToDecimal +instanceKlass org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver$$FastClassByGuice$$195777817 +instanceKlass org/apache/maven/plugin/CompoundMojoExecutionListener +instanceKlass org/apache/maven/plugin/DefaultBuildPluginManager$$FastClassByGuice$$194969592 +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleTaskSegmentCalculator$$FastClassByGuice$$193016179 +instanceKlass org/apache/maven/lifecycle/internal/DefaultExecutionEventCatapult$$FastClassByGuice$$192420619 +instanceKlass org/eclipse/jdt/apt/core/internal/util/FileSystemUtil +instanceKlass org/apache/maven/project/DefaultProjectDependenciesResolver$$FastClassByGuice$$191847717 +instanceKlass org/apache/maven/project/RepositorySessionDecorator +instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryContainer +instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPathUtil +instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies$4 +instanceKlass org/eclipse/jdt/internal/compiler/IErrorHandlingPolicy +instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies +instanceKlass org/eclipse/jdt/internal/compiler/DefaultCompilerFactory +instanceKlass org/eclipse/jdt/internal/core/builder/ReferenceCollection +instanceKlass com/google/inject/internal/DelegatingInvocationHandler +instanceKlass org/eclipse/jdt/internal/core/builder/State +instanceKlass org/apache/maven/artifact/repository/metadata/io/DefaultMetadataReader$$FastClassByGuice$$190183636 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/BatchImageBuilder createExecutor (I)Ljava/util/concurrent/ThreadPoolExecutor; 19 argL0 ; # org/eclipse/jdt/internal/core/builder/BatchImageBuilder$$Lambda+0x000001e425567d10 +instanceKlass org/eclipse/core/resources/IResourceVisitor +instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$$FastClassByGuice$$189657202 +instanceKlass org/eclipse/jdt/core/compiler/CompilationProgress +instanceKlass org/eclipse/jdt/internal/compiler/ICompilerFactory +instanceKlass org/apache/maven/rtinfo/internal/DefaultRuntimeInformation$$FastClassByGuice$$188052240 +instanceKlass org/eclipse/jdt/core/compiler/BuildContext +instanceKlass org/eclipse/jdt/internal/core/builder/AbstractImageBuilder +instanceKlass org/eclipse/jdt/internal/core/builder/ICompilationUnitLocator +instanceKlass org/apache/maven/plugin/DefaultPluginDescriptorCache$$FastClassByGuice$$187327797 +instanceKlass lombok/patcher/scripts/WrapMethodCallScript$1 +instanceKlass org/apache/maven/plugin/internal/DefaultMavenPluginManager$$FastClassByGuice$$185769696 +instanceKlass org/codehaus/plexus/classworlds/realm/Entry +instanceKlass org/apache/maven/classrealm/DefaultClassRealmRequest +instanceKlass org/eclipse/sisu/wire/EntryListAdapter$ValueIterator +instanceKlass org/apache/maven/project/DefaultProjectBuildingHelper$$FastClassByGuice$$185134961 +instanceKlass org/apache/maven/project/DefaultProjectBuilder$$FastClassByGuice$$184489394 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt selectModules (Ljava/util/Set;Ljava/util/Collection;)Ljava/util/Collection; 55 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e4255663e8 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt selectModules (Ljava/util/Set;Ljava/util/Collection;)Ljava/util/Collection; 49 argL0 ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e4255661b8 +instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdatesByKind +instanceKlass org/apache/maven/DefaultMaven$$FastClassByGuice$$183067625 +instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathJrt$1 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt loadModules (Lorg/eclipse/jdt/internal/core/builder/ClasspathJrt;)V 15 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e425565d38 +instanceKlass org/apache/maven/properties/internal/SystemProperties +instanceKlass org/codehaus/plexus/util/Os +instanceKlass org/apache/maven/properties/internal/EnvironmentUtils +instanceKlass org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout2 +instanceKlass org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout$$FastClassByGuice$$181769713 +instanceKlass org/eclipse/jdt/internal/core/builder/ModuleEntryProcessor +instanceKlass org/eclipse/jdt/internal/core/ModuleUpdater +instanceKlass org/eclipse/jdt/internal/compiler/env/IMultiModuleEntry +instanceKlass org/apache/maven/repository/DefaultMirrorSelector$$FastClassByGuice$$180631546 +instanceKlass org/eclipse/jdt/internal/core/builder/NameEnvironment +instanceKlass org/apache/maven/repository/legacy/repository/DefaultArtifactRepositoryFactory$$FastClassByGuice$$179347858 +instanceKlass org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment +instanceKlass org/eclipse/aether/artifact/ArtifactType +instanceKlass org/eclipse/core/internal/localstore/UnifiedTreeNode +instanceKlass org/eclipse/core/internal/localstore/UnifiedTree +instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorFindMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/util/ArrayList;Ljava/lang/String;Z)V 5 member ; # org/eclipse/core/internal/resources/MarkerManager$$Lambda+0x000001e425557230 +instanceKlass @cpi org/eclipse/core/internal/resources/MarkerManager 672 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425560000 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager$GeneratedPackageFragmentRoot +instanceKlass org/eclipse/jdt/apt/core/internal/util/ManyToMany +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer$$FastClassByGuice$$178734673 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/WorkingCopyCleanupListener +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/CompilationUnitHelper +instanceKlass org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector$$FastClassByGuice$$177298065 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/ClasspathUtil +instanceKlass org/apache/maven/model/Contributor +instanceKlass org/apache/maven/model/merge/ModelMerger$KeyComputer +instanceKlass org/apache/maven/model/PatternSet +instanceKlass org/apache/maven/model/merge/ModelMerger$Remapping +instanceKlass @bci org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl (Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Lorg/eclipse/aether/impl/RepositorySystemLifecycle;)V 63 member ; # org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl$$Lambda+0x000001e425553840 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedSourceFolderManager +instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter +instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager$1 +instanceKlass org/eclipse/jdt/apt/core/internal/AptProject +instanceKlass org/eclipse/jdt/apt/core/util/AptPreferenceConstants +instanceKlass org/apache/maven/repository/legacy/DefaultUpdateCheckManager$$FastClassByGuice$$177037543 +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedResourceChangeListener +instanceKlass org/eclipse/jdt/apt/core/util/IFactoryPath +instanceKlass org/apache/maven/repository/legacy/DefaultWagonManager$$FastClassByGuice$$175766687 +instanceKlass org/eclipse/jdt/apt/core/util/AptConfig +instanceKlass javax/annotation/processing/Processor +instanceKlass org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager$$FastClassByGuice$$174399852 +instanceKlass org/apache/maven/project/artifact/DefaultMetadataSource$$FastClassByGuice$$174028962 +instanceKlass org/eclipse/jdt/apt/core/internal/AptCompilationParticipantExtensionFactory +instanceKlass org/apache/maven/artifact/resolver/DefaultResolutionErrorHandler$$FastClassByGuice$$172239484 +instanceKlass org/apache/maven/plugin/internal/DefaultLegacySupport$$FastClassByGuice$$171270215 +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NearestConflictResolver$$FastClassByGuice$$170870849 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants$1 +instanceKlass org/eclipse/jdt/core/compiler/CompilationParticipant +instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactCollector$$FastClassByGuice$$169471058 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants$2 +instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver$DaemonThreadCreator +instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver$$FastClassByGuice$$167943579 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/JavaBuilder build (ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/core/resources/IProject; 82 member ; # org/eclipse/jdt/internal/core/builder/JavaBuilder$$Lambda+0x000001e425513c48 +instanceKlass org/eclipse/jdt/internal/core/builder/BuildNotifier +instanceKlass org/eclipse/core/internal/events/BuildManager$2 +instanceKlass org/apache/maven/artifact/factory/DefaultArtifactFactory$$FastClassByGuice$$167538268 +instanceKlass @bci org/eclipse/core/internal/events/BuildManager$DeltaCache computeIfAbsent (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/watson/ElementTree;Ljava/util/function/Supplier;)Ljava/lang/Object; 48 member ; # org/eclipse/core/internal/events/BuildManager$DeltaCache$$Lambda+0x000001e42529fc28 +instanceKlass @bci org/eclipse/core/internal/events/BuildManager getDeltaCached (Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/watson/ElementTree;)Lorg/eclipse/core/resources/IResourceDelta; 22 member ; # org/eclipse/core/internal/events/BuildManager$$Lambda+0x000001e42529fa10 +instanceKlass org/apache/maven/repository/legacy/LegacyRepositorySystem$$FastClassByGuice$$166452108 +instanceKlass org/eclipse/core/internal/events/BuildManager$1 +instanceKlass org/eclipse/core/internal/events/BuildContext +instanceKlass org/eclipse/core/internal/resources/Workspace$ProjectBuildConfigOrder +instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$VertexOrder +instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$Digraph$Vertex +instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$Digraph +instanceKlass org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager$$FastClassByGuice$$164879518 +instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder +instanceKlass @bci org/eclipse/jdt/internal/core/DynamicProjectReferences getDependentProjects (Lorg/eclipse/core/resources/IBuildConfiguration;)Ljava/util/List; 62 member ; # org/eclipse/jdt/internal/core/DynamicProjectReferences$$Lambda+0x000001e4255137a0 +instanceKlass org/eclipse/sisu/inject/Guice4$2 +instanceKlass org/eclipse/jdt/internal/core/DynamicProjectReferences +instanceKlass org/eclipse/core/resources/IDynamicReferenceProvider +instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 ; # java/lang/invoke/LambdaForm$MH+0x000001e425556000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425555c00 +instanceKlass org/eclipse/core/internal/resources/Workspace$BuildConfigurationComparator +instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555800 +instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555400 +instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 form names 9 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425554c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42554cc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42554c800 +instanceKlass org/eclipse/aether/DefaultRepositoryCache +instanceKlass org/eclipse/aether/RepositoryCache +instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequest +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenExecutionContext newExecutionRequest ()Lorg/apache/maven/execution/MavenExecutionRequest; 125 member ; # org/eclipse/m2e/core/internal/embedder/MavenExecutionContext$$Lambda+0x000001e4254369e8 +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenExecutionContext newExecutionRequest ()Lorg/apache/maven/execution/MavenExecutionRequest; 111 member ; # org/eclipse/m2e/core/internal/embedder/MavenExecutionContext$$Lambda+0x000001e4254367b0 +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getMirrors ()Ljava/util/List; 4 argL0 ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e4254365a0 +instanceKlass org/apache/maven/shared/utils/StringUtils +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getExecutionContext ()Lorg/eclipse/m2e/core/embedder/IMavenExecutionContext; 4 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425436388 +instanceKlass org/apache/maven/settings/building/DefaultSettingsBuildingResult +instanceKlass org/codehaus/plexus/util/xml/pull/EntityReplacementMap +instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader$1 +instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader$ContentTransformer +instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader +instanceKlass org/codehaus/plexus/interpolation/SimpleRecursionInterceptor +instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder$1 +instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils$DefaultEnvVarSource +instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils$EnvVarSource +instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils +instanceKlass org/codehaus/plexus/interpolation/AbstractValueSource +instanceKlass org/codehaus/plexus/util/xml/pull/MXSerializer +instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Writer +instanceKlass org/codehaus/plexus/util/StringUtils +instanceKlass org/eclipse/sisu/inject/LazyBeanEntry$JsrNamed +instanceKlass org/eclipse/sisu/inject/LazyBeanEntry +instanceKlass javax/annotation/Priority +instanceKlass org/eclipse/sisu/inject/Implementations +instanceKlass org/eclipse/sisu/plexus/LazyPlexusBean +instanceKlass org/eclipse/sisu/inject/RankedSequence$Itr +instanceKlass org/eclipse/sisu/inject/RankedBindings$Itr +instanceKlass org/eclipse/sisu/inject/LocatedBeans$Itr +instanceKlass org/eclipse/sisu/plexus/RealmFilteredBeans$FilteredItr +instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeans$Itr +instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeans +instanceKlass org/eclipse/sisu/plexus/RealmFilteredBeans +instanceKlass org/eclipse/sisu/inject/BeanCache +instanceKlass org/eclipse/sisu/inject/LocatedBeans +instanceKlass org/eclipse/sisu/inject/MildElements$Indexable +instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$2 +instanceKlass org/eclipse/m2e/core/internal/embedder/LifecycleManagerDisposer +instanceKlass com/google/inject/internal/ProviderInternalFactory$1 +instanceKlass com/google/inject/internal/ConstructorInjector$1 +instanceKlass org/eclipse/sisu/inject/WatchedBeans +instanceKlass org/eclipse/sisu/inject/MildValues$ValueItr +instanceKlass org/eclipse/sisu/inject/InjectorBindings +instanceKlass com/google/inject/spi/ProvisionListener$ProvisionInvocation +instanceKlass com/google/inject/internal/MembersInjectorImpl$1 +instanceKlass com/google/inject/internal/InternalContext +instanceKlass com/google/inject/internal/Initializer$1 +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$AsMap$AsMapIterator +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$$FastClassByGuice$$164399876 +instanceKlass org/eclipse/sisu/wire/TypeConverterCache$$FastClassByGuice$$163238819 +instanceKlass com/google/inject/internal/SingleMethodInjector$1 +instanceKlass org/eclipse/sisu/inject/DefaultBeanLocator$$FastClassByGuice$$161646705 +instanceKlass com/google/inject/internal/InjectorImpl$MethodInvoker +instanceKlass com/google/inject/internal/SingleMethodInjector +instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanConverter$$FastClassByGuice$$160621711 +instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseRepositoryListener$$FastClassByGuice$$159568950 +instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseClassRealmManagerDelegate$$FastClassByGuice$$158358607 +instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseBuildContext$$FastClassByGuice$$157589235 +instanceKlass org/eclipse/m2e/core/internal/project/registry/EclipsePluginDependenciesResolver$$FastClassByGuice$$156414391 +instanceKlass org/eclipse/m2e/core/internal/project/EclipsePluginArtifactsCache$$FastClassByGuice$$155845924 +instanceKlass org/eclipse/m2e/core/internal/project/EclipsePluginRealmCache$$FastClassByGuice$$154782063 +instanceKlass org/eclipse/m2e/core/internal/project/EclipseProjectRealmCache$$FastClassByGuice$$153370968 +instanceKlass org/eclipse/m2e/core/internal/project/EclipseExtensionRealmCache$$FastClassByGuice$$152647476 +instanceKlass org/eclipse/m2e/core/internal/project/EclipseMavenMetadataCache$$FastClassByGuice$$151951392 +instanceKlass org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher$$FastClassByGuice$$150173898 +instanceKlass org/sonatype/plexus/components/cipher/DefaultPlexusCipher$$FastClassByGuice$$149446415 +instanceKlass org/codehaus/plexus/build/DefaultBuildContext$$FastClassByGuice$$148562310 +instanceKlass org/codehaus/plexus/component/configurator/MapOrientedComponentConfigurator$$FastClassByGuice$$146887955 +instanceKlass org/codehaus/plexus/component/configurator/BasicComponentConfigurator$$FastClassByGuice$$145762122 +instanceKlass org/apache/maven/settings/validation/DefaultSettingsValidator$$FastClassByGuice$$145081662 +instanceKlass org/apache/maven/settings/io/DefaultSettingsWriter$$FastClassByGuice$$144632207 +instanceKlass org/apache/maven/settings/io/DefaultSettingsReader$$FastClassByGuice$$142952327 +instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecrypter$$FastClassByGuice$$142088657 +instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder$$FastClassByGuice$$141482273 +instanceKlass org/eclipse/aether/transport/wagon/WagonTransporterFactory$$FastClassByGuice$$139597812 +instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonProvider$$FastClassByGuice$$138497465 +instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator$$FastClassByGuice$$137708883 +instanceKlass org/eclipse/aether/transport/http/XChecksumChecksumExtractor$$FastClassByGuice$$137163351 +instanceKlass org/eclipse/aether/transport/http/Nexus2ChecksumExtractor$$FastClassByGuice$$135996633 +instanceKlass org/eclipse/aether/transport/http/HttpTransporterFactory$$FastClassByGuice$$135002379 +instanceKlass org/eclipse/aether/transport/file/FileTransporterFactory$$FastClassByGuice$$133518102 +instanceKlass org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory$$FastClassByGuice$$133012139 +instanceKlass org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory$$FastClassByGuice$$131630250 +instanceKlass org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory$$FastClassByGuice$$130424606 +instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver$$FastClassByGuice$$129217284 +instanceKlass org/apache/maven/repository/internal/DefaultVersionRangeResolver$$FastClassByGuice$$128060029 +instanceKlass org/apache/maven/repository/internal/DefaultModelCacheFactory$$FastClassByGuice$$127697595 +instanceKlass org/apache/maven/repository/internal/DefaultArtifactDescriptorReader$$FastClassByGuice$$125939807 +instanceKlass org/eclipse/aether/named/providers/NoopNamedLockFactory$$FastClassByGuice$$125743764 +instanceKlass org/eclipse/aether/named/providers/LocalSemaphoreNamedLockFactory$$FastClassByGuice$$124172720 +instanceKlass org/eclipse/aether/named/providers/LocalReadWriteLockNamedLockFactory$$FastClassByGuice$$123584821 +instanceKlass org/eclipse/aether/named/providers/FileLockNamedLockFactory$$FastClassByGuice$$122457058 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/StaticNameMapperProvider$$FastClassByGuice$$121416869 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/GAVNameMapperProvider$$FastClassByGuice$$120410717 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileStaticNameMapperProvider$$FastClassByGuice$$119487320 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileHashingGAVNameMapperProvider$$FastClassByGuice$$117660969 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileGAVNameMapperProvider$$FastClassByGuice$$117056721 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/DiscriminatingNameMapperProvider$$FastClassByGuice$$115670800 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl$$FastClassByGuice$$114941936 +instanceKlass org/eclipse/aether/internal/impl/synccontext/legacy/DefaultSyncContextFactory$$FastClassByGuice$$113490666 +instanceKlass org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory$$FastClassByGuice$$113037548 +instanceKlass org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory$$FastClassByGuice$$111270025 +instanceKlass org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor$$FastClassByGuice$$110348469 +instanceKlass org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource$$FastClassByGuice$$109758083 +instanceKlass org/eclipse/aether/internal/impl/filter/GroupIdRemoteRepositoryFilterSource$$FastClassByGuice$$108484450 +instanceKlass org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager$$FastClassByGuice$$107944760 +instanceKlass org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector$$FastClassByGuice$$106386142 +instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$FastClassByGuice$$105243331 +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector$$FastClassByGuice$$104650342 +instanceKlass org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter$$FastClassByGuice$$103263839 +instanceKlass org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource$$FastClassByGuice$$101886321 +instanceKlass org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource$$FastClassByGuice$$100676280 +instanceKlass org/eclipse/aether/internal/impl/checksum/Sha512ChecksumAlgorithmFactory$$FastClassByGuice$$100402684 +instanceKlass org/eclipse/aether/internal/impl/checksum/Sha256ChecksumAlgorithmFactory$$FastClassByGuice$$99530235 +instanceKlass org/eclipse/aether/internal/impl/checksum/Sha1ChecksumAlgorithmFactory$$FastClassByGuice$$98482212 +instanceKlass @bci com/google/inject/internal/aop/ImmutableStringTrie buildTrie (Ljava/util/Collection;)Ljava/util/function/ToIntFunction; 38 argL0 ; # com/google/inject/internal/aop/ImmutableStringTrie$$Lambda+0x000001e425539760 +instanceKlass org/eclipse/aether/internal/impl/checksum/Md5ChecksumAlgorithmFactory$$FastClassByGuice$$96625819 +instanceKlass org/eclipse/aether/internal/impl/checksum/DefaultChecksumAlgorithmFactorySelector$$FastClassByGuice$$95736556 +instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory$$FastClassByGuice$$94475237 +instanceKlass org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory$$FastClassByGuice$$94196892 +instanceKlass org/eclipse/aether/internal/impl/LoggerFactoryProvider$$FastClassByGuice$$92478931 +instanceKlass org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory$$FastClassByGuice$$91659651 +instanceKlass org/eclipse/aether/internal/impl/DefaultUpdatePolicyAnalyzer$$FastClassByGuice$$90371264 +instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager$$FastClassByGuice$$89222689 +instanceKlass org/eclipse/aether/internal/impl/DefaultTransporterProvider$$FastClassByGuice$$88870144 +instanceKlass org/eclipse/aether/internal/impl/DefaultTrackingFileManager$$FastClassByGuice$$87089897 +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystemLifecycle$$FastClassByGuice$$86748980 +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystem$$FastClassByGuice$$85611998 +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryLayoutProvider$$FastClassByGuice$$84724682 +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher$$FastClassByGuice$$83860347 +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryConnectorProvider$$FastClassByGuice$$82192989 +instanceKlass org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager$$FastClassByGuice$$81482906 +instanceKlass org/eclipse/aether/internal/impl/DefaultOfflineController$$FastClassByGuice$$80554015 +instanceKlass org/eclipse/aether/internal/impl/DefaultMetadataResolver$$FastClassByGuice$$79598505 +instanceKlass org/eclipse/aether/internal/impl/DefaultLocalRepositoryProvider$$FastClassByGuice$$78451719 +instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathPrefixComposerFactory$$FastClassByGuice$$77514810 +instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathComposer$$FastClassByGuice$$75855738 +instanceKlass org/eclipse/aether/internal/impl/DefaultInstaller$$FastClassByGuice$$75161069 +instanceKlass org/eclipse/aether/internal/impl/DefaultFileProcessor$$FastClassByGuice$$73831495 +instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer$$FastClassByGuice$$72732647 +instanceKlass org/eclipse/aether/internal/impl/DefaultChecksumPolicyProvider$$FastClassByGuice$$71823178 +instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver$$FastClassByGuice$$70384011 +instanceKlass org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory$$FastClassByGuice$$69562345 +instanceKlass org/apache/maven/model/validation/DefaultModelValidator$$FastClassByGuice$$68533104 +instanceKlass org/apache/maven/model/superpom/DefaultSuperPomProvider$$FastClassByGuice$$67166063 +instanceKlass org/apache/maven/model/profile/activation/PropertyProfileActivator$$FastClassByGuice$$66504846 +instanceKlass org/apache/maven/model/profile/activation/OperatingSystemProfileActivator$$FastClassByGuice$$65638490 +instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator$$FastClassByGuice$$64450640 +instanceKlass org/apache/maven/model/profile/activation/FileProfileActivator$$FastClassByGuice$$63569575 +instanceKlass org/apache/maven/model/profile/DefaultProfileSelector$$FastClassByGuice$$62128875 +instanceKlass org/apache/maven/model/profile/DefaultProfileInjector$$FastClassByGuice$$61643573 +instanceKlass org/apache/maven/model/plugin/DefaultReportingConverter$$FastClassByGuice$$60051919 +instanceKlass org/apache/maven/model/plugin/DefaultReportConfigurationExpander$$FastClassByGuice$$59594469 +instanceKlass org/apache/maven/model/plugin/DefaultPluginConfigurationExpander$$FastClassByGuice$$58122873 +instanceKlass org/apache/maven/model/path/ProfileActivationFilePathInterpolator$$FastClassByGuice$$57466967 +instanceKlass org/apache/maven/model/path/DefaultUrlNormalizer$$FastClassByGuice$$56313978 +instanceKlass org/apache/maven/model/path/DefaultPathTranslator$$FastClassByGuice$$54811458 +instanceKlass org/apache/maven/model/path/DefaultModelUrlNormalizer$$FastClassByGuice$$54269879 +instanceKlass org/apache/maven/model/path/DefaultModelPathTranslator$$FastClassByGuice$$53187648 +instanceKlass org/apache/maven/model/normalization/DefaultModelNormalizer$$FastClassByGuice$$51929034 +instanceKlass org/apache/maven/model/management/DefaultPluginManagementInjector$$FastClassByGuice$$50379898 +instanceKlass org/apache/maven/model/management/DefaultDependencyManagementInjector$$FastClassByGuice$$50278306 +instanceKlass org/apache/maven/model/locator/DefaultModelLocator$$FastClassByGuice$$48712263 +instanceKlass org/apache/maven/model/io/DefaultModelWriter$$FastClassByGuice$$47267383 +instanceKlass org/apache/maven/model/io/DefaultModelReader$$FastClassByGuice$$46695990 +instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$$FastClassByGuice$$45480948 +instanceKlass org/apache/maven/model/interpolation/DefaultModelVersionProcessor$$FastClassByGuice$$44689505 +instanceKlass org/apache/maven/model/inheritance/DefaultInheritanceAssembler$$FastClassByGuice$$43003943 +instanceKlass org/apache/maven/model/composition/DefaultDependencyManagementImporter$$FastClassByGuice$$42121343 +instanceKlass org/apache/maven/model/building/DefaultModelProcessor$$FastClassByGuice$$41199563 +instanceKlass org/apache/maven/model/building/DefaultModelBuilder$$FastClassByGuice$$40804508 +instanceKlass org/apache/maven/cli/internal/BootstrapCoreExtensionManager$$FastClassByGuice$$38920720 +instanceKlass org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor$$FastClassByGuice$$38289064 +instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsWriter$$FastClassByGuice$$37464760 +instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsReader$$FastClassByGuice$$36648069 +instanceKlass org/apache/maven/toolchain/building/DefaultToolchainsBuilder$$FastClassByGuice$$35645968 +instanceKlass org/apache/maven/plugin/internal/ReadOnlyPluginParametersValidator$$FastClassByGuice$$33554492 +instanceKlass org/apache/maven/plugin/internal/PlexusContainerDefaultDependenciesValidator$$FastClassByGuice$$33280942 +instanceKlass org/apache/maven/plugin/internal/MavenScopeDependenciesValidator$$FastClassByGuice$$31594608 +instanceKlass org/apache/maven/plugin/internal/MavenMixedDependenciesValidator$$FastClassByGuice$$30844123 +instanceKlass org/apache/maven/plugin/internal/Maven3CompatDependenciesValidator$$FastClassByGuice$$30023907 +instanceKlass org/apache/maven/plugin/internal/Maven2DependenciesValidator$$FastClassByGuice$$28758194 +instanceKlass org/apache/maven/plugin/internal/DeprecatedPluginValidator$$FastClassByGuice$$27650016 +instanceKlass org/apache/maven/plugin/internal/DeprecatedCoreExpressionValidator$$FastClassByGuice$$26853171 +instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$$FastClassByGuice$$25402326 +instanceKlass org/apache/maven/plugin/DefaultMojosExecutionStrategy$$FastClassByGuice$$24206078 +instanceKlass org/apache/maven/lifecycle/internal/LifecycleDependencyResolver$$FastClassByGuice$$24064163 +instanceKlass org/apache/maven/lifecycle/internal/DefaultProjectArtifactFactory$$FastClassByGuice$$22856535 +instanceKlass org/apache/maven/internal/aether/ResolverLifecycle$$FastClassByGuice$$21603627 +instanceKlass com/google/inject/internal/InjectorImpl$SyntheticProviderBindingImpl$1 +instanceKlass com/google/inject/internal/InjectorImpl$1 +instanceKlass org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$FastClassByGuice$$20043595 +instanceKlass com/google/inject/internal/SingleFieldInjector +instanceKlass org/apache/maven/extension/internal/CoreExportsProvider$$FastClassByGuice$$19855852 +instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequestPopulator$$FastClassByGuice$$18466878 +instanceKlass org/apache/maven/classrealm/DefaultClassRealmManager$$FastClassByGuice$$16972648 +instanceKlass org/apache/maven/ReactorReader$$FastClassByGuice$$16658424 +instanceKlass org/apache/maven/DefaultArtifactFilterManager$$FastClassByGuice$$15138921 +instanceKlass com/google/inject/internal/SingleParameterInjector +instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$$FastClassByGuice$$14040345 +instanceKlass org/apache/maven/lifecycle/Lifecycle$$FastClassByGuice$$13624051 +instanceKlass org/eclipse/sisu/plexus/PlexusConfigurations$ConfigurationProvider +instanceKlass org/apache/maven/lifecycle/internal/BuildListCalculator$$FastClassByGuice$$12303485 +instanceKlass org/apache/maven/lifecycle/internal/MojoDescriptorCreator$$FastClassByGuice$$10937321 +instanceKlass org/apache/maven/lifecycle/internal/LifecyclePluginResolver$$FastClassByGuice$$9655894 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$InvalidArchiveInfo +instanceKlass org/apache/maven/lifecycle/internal/MojoExecutor$$FastClassByGuice$$8660052 +instanceKlass org/apache/maven/lifecycle/internal/LifecycleModuleBuilder$$FastClassByGuice$$7535691 +instanceKlass org/apache/maven/lifecycle/internal/LifecycleDebugLogger$$FastClassByGuice$$6443399 +instanceKlass org/eclipse/jdt/internal/core/UserLibraryClasspathContainer +instanceKlass org/apache/maven/eventspy/internal/EventSpyDispatcher$$FastClassByGuice$$5972960 +instanceKlass org/eclipse/sisu/bean/BeanPropertySetter +instanceKlass org/eclipse/sisu/PreDestroy +instanceKlass org/eclipse/sisu/PostConstruct +instanceKlass org/apache/maven/lifecycle/internal/LifecycleStarter$$FastClassByGuice$$5014290 +instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderCommon$$FastClassByGuice$$3997553 +instanceKlass org/apache/maven/lifecycle/DefaultLifecycles$$FastClassByGuice$$2474689 +instanceKlass org/apache/maven/bridge/MavenRepositorySystem$$FastClassByGuice$$1986859 +instanceKlass com/google/inject/internal/ProxyFactory +instanceKlass com/google/common/collect/TransformedIterator +instanceKlass @bci com/google/inject/internal/ConstructorInjectorStore createConstructor (Lcom/google/inject/spi/InjectionPoint;Lcom/google/inject/internal/Errors;)Lcom/google/inject/internal/ConstructorInjector; 62 argL0 ; # com/google/inject/internal/ConstructorInjectorStore$$Lambda+0x000001e425527358 +instanceKlass com/google/inject/spi/InterceptorBinding +instanceKlass com/google/inject/internal/MethodAspect +instanceKlass com/google/inject/internal/MembersInjectorImpl +instanceKlass org/eclipse/sisu/bean/BeanInjector +instanceKlass org/eclipse/sisu/plexus/PlexusLifecycleManager$2 +instanceKlass org/eclipse/sisu/bean/PropertyBinder$1 +instanceKlass org/eclipse/sisu/plexus/ProvidedPropertyBinding +instanceKlass org/eclipse/sisu/plexus/PlexusRequirements$AbstractRequirementProvider +instanceKlass org/eclipse/sisu/bean/BeanPropertyField +instanceKlass org/eclipse/sisu/bean/DeclaredMembers$MemberIterator +instanceKlass org/eclipse/sisu/bean/BeanPropertyIterator +instanceKlass org/eclipse/sisu/bean/DeclaredMembers +instanceKlass org/eclipse/sisu/bean/IgnoreSetters +instanceKlass org/eclipse/sisu/bean/BeanProperties +instanceKlass org/eclipse/sisu/plexus/PlexusRequirements +instanceKlass org/eclipse/sisu/plexus/PlexusConfigurations +instanceKlass org/eclipse/sisu/plexus/PlexusPropertyBinder +instanceKlass org/eclipse/sisu/bean/BeanLifecycle +instanceKlass com/google/inject/internal/EncounterImpl +instanceKlass @bci com/google/inject/internal/AbstractBindingProcessor$Processor scheduleInitialization (Lcom/google/inject/internal/BindingImpl;)V 9 member ; # com/google/inject/internal/AbstractBindingProcessor$Processor$$Lambda+0x000001e425522b18 +instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope scope (Lcom/google/inject/Key;Lcom/google/inject/Provider;)Lcom/google/inject/Provider; 3 member ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e4255228e8 +instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$2 +instanceKlass com/google/inject/internal/ProviderInternalFactory +instanceKlass com/google/inject/internal/InternalProviderInstanceBindingImpl$Factory +instanceKlass com/google/inject/internal/FactoryProxy +instanceKlass com/google/inject/internal/InternalFactoryToProviderAdapter +instanceKlass com/google/inject/internal/ConstructionContext +instanceKlass com/google/inject/internal/SingletonScope$1 +instanceKlass com/google/inject/internal/ProviderToInternalFactoryAdapter +instanceKlass com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock +instanceKlass com/google/inject/internal/Initializer$InjectableReference +instanceKlass com/google/inject/internal/ProvisionListenerStackCallback +instanceKlass com/google/inject/internal/ProvisionListenerCallbackStore$KeyBinding +instanceKlass com/google/inject/internal/util/Classes +instanceKlass com/google/inject/spi/ExposedBinding +instanceKlass com/google/inject/internal/CreationListener +instanceKlass com/google/inject/internal/InjectorShell$LoggerFactory +instanceKlass com/google/inject/internal/InjectorShell$InjectorFactory +instanceKlass com/google/inject/internal/Initializables$1 +instanceKlass com/google/inject/internal/Initializables +instanceKlass com/google/inject/internal/ConstantFactory +instanceKlass com/google/inject/internal/InjectorShell +instanceKlass com/google/inject/internal/ProvisionListenerCallbackStore +instanceKlass com/google/inject/spi/TypeEncounter +instanceKlass com/google/inject/internal/SingleMemberInjector +instanceKlass com/google/inject/internal/MembersInjectorStore +instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$4 +instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$2 +instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$1 +instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$5 +instanceKlass com/google/inject/internal/FailableCache +instanceKlass com/google/inject/internal/ConstructorInjectorStore +instanceKlass com/google/inject/internal/DeferredLookups +instanceKlass com/google/inject/spi/ConvertedConstantBinding +instanceKlass com/google/inject/spi/ProviderBinding +instanceKlass com/google/inject/internal/InjectorImpl +instanceKlass com/google/inject/internal/Lookups +instanceKlass com/google/inject/internal/InjectorImpl$InjectorOptions +instanceKlass @bci com/google/inject/internal/AbstractProcessor process (Lcom/google/inject/internal/InjectorImpl;Ljava/util/List;)V 13 member ; # com/google/inject/internal/AbstractProcessor$$Lambda+0x000001e42551cb00 +instanceKlass @bci com/google/inject/spi/BindingSourceRestriction check (Lcom/google/inject/internal/GuiceInternal;Ljava/util/List;)Lcom/google/common/collect/ImmutableList; 11 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e42551c248 +instanceKlass org/eclipse/sisu/wire/BeanProviders$4 +instanceKlass org/eclipse/sisu/wire/PlaceholderBeanProvider +instanceKlass com/google/inject/internal/ProvisionListenerStackCallback$ProvisionCallback +instanceKlass com/google/inject/internal/ConstructorInjector +instanceKlass com/google/inject/internal/DefaultConstructionProxyFactory$FastClassProxy +instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator lambda$bindSignaturesToInvokers$0 (Ljava/lang/invoke/MethodHandle;Ljava/util/function/ToIntFunction;Ljava/lang/String;)Ljava/util/function/BiFunction; 8 ; # java/lang/invoke/LambdaForm$MH+0x000001e425518400 +instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator bindSignaturesToInvokers (Ljava/util/function/ToIntFunction;Ljava/lang/invoke/MethodHandle;)Ljava/util/function/Function; 13 member ; # com/google/inject/internal/aop/AbstractGlueGenerator$$Lambda+0x000001e42550ebd8 +instanceKlass com/google/inject/internal/aop/ImmutableStringTrie +instanceKlass java/util/function/ToIntFunction +instanceKlass org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver$$FastClassByGuice$$438295 +instanceKlass com/google/inject/internal/aop/GeneratedClassDefiner +# instanceKlass java/lang/ClassLoader$$DefineAccessByGuice$$+0x000001e425518000 +instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder ()V 0 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder$$Lambda+0x000001e42550e378 +instanceKlass com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder +instanceKlass com/google/inject/internal/asm/$Handler +instanceKlass com/google/inject/internal/asm/$Attribute +instanceKlass com/google/inject/internal/aop/BytecodeTasks +instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator generateTrampoline (Lcom/google/inject/internal/asm/$ClassWriter;Ljava/util/Collection;)V 30 argL0 ; # com/google/inject/internal/aop/AbstractGlueGenerator$$Lambda+0x000001e42550d950 +instanceKlass com/google/inject/internal/asm/$Handle +instanceKlass com/google/inject/internal/asm/$Label +instanceKlass com/google/inject/internal/asm/$Frame +instanceKlass org/eclipse/jdt/core/search/SearchMatch +instanceKlass org/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener +instanceKlass com/google/inject/internal/asm/$ByteVector +instanceKlass org/eclipse/jdt/internal/core/search/matching/MatchLocator +instanceKlass com/google/inject/internal/asm/$Symbol +instanceKlass com/google/inject/internal/asm/$SymbolTable +instanceKlass org/eclipse/jdt/internal/core/search/IndexSelector +instanceKlass com/google/inject/internal/asm/$FieldVisitor +instanceKlass com/google/inject/internal/asm/$MethodVisitor +instanceKlass org/eclipse/jdt/internal/core/search/PatternSearchJob +instanceKlass com/google/inject/internal/asm/$AnnotationVisitor +instanceKlass org/eclipse/jdt/internal/core/search/TypeNameRequestorWrapper +instanceKlass com/google/inject/internal/asm/$ModuleVisitor +instanceKlass org/eclipse/jdt/internal/core/search/AbstractSearchScope +instanceKlass com/google/inject/internal/asm/$RecordComponentVisitor +instanceKlass com/google/inject/internal/asm/$ClassVisitor +instanceKlass com/google/inject/internal/aop/AbstractGlueGenerator +instanceKlass org/eclipse/core/resources/IResourceStatus +instanceKlass @bci com/google/inject/internal/aop/ClassBuilding buildFastClass (Ljava/lang/Class;)Ljava/util/function/Function; 20 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e4255098d0 +instanceKlass @bci com/google/inject/internal/aop/ClassBuilding buildFastClass (Ljava/lang/Class;)Ljava/util/function/Function; 10 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e4255096a8 +instanceKlass org/eclipse/m2e/jdt/IClasspathEntryDescriptor +instanceKlass org/eclipse/m2e/jdt/internal/ModuleSupport +instanceKlass com/google/inject/internal/asm/$Type +instanceKlass org/eclipse/m2e/jdt/internal/BuildPathManager$ModuleInfoDetector +instanceKlass org/eclipse/buildship/core/internal/workspace/SynchronizingBuildScriptUpdateListener$1 +instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner ()V 30 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$$Lambda+0x000001e425509298 +instanceKlass com/google/inject/internal/aop/HiddenClassDefiner +instanceKlass org/eclipse/buildship/core/internal/workspace/ProjectChangeListener$1 +instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner ()V 11 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$$Lambda+0x000001e425508e78 +instanceKlass com/google/inject/internal/aop/AnonymousClassDefiner +instanceKlass org/eclipse/debug/internal/core/IInternalDebugCoreConstants +instanceKlass com/google/inject/internal/aop/UnsafeClassDefiner +instanceKlass org/eclipse/debug/internal/core/Preferences +instanceKlass com/google/inject/internal/aop/ClassDefining$ClassDefinerHolder +instanceKlass com/google/inject/internal/aop/ClassDefiner +instanceKlass com/google/inject/internal/aop/ClassDefining +instanceKlass org/eclipse/debug/core/commands/IDebugCommandRequest +instanceKlass org/eclipse/debug/core/IRequest +instanceKlass @bci com/google/inject/internal/aop/ClassBuilding getOverridableObjectMethods ()[Ljava/lang/reflect/Method; 15 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e425508250 +instanceKlass org/eclipse/debug/internal/core/StepFilterManager +instanceKlass org/eclipse/debug/core/ILaunchListener +instanceKlass @bci com/google/inject/internal/BytecodeGen ()V 25 argL0 ; # com/google/inject/internal/BytecodeGen$$Lambda+0x000001e425508000 +instanceKlass com/google/inject/internal/BytecodeGen$EnhancerBuilder +instanceKlass com/google/inject/internal/aop/ClassBuilding +instanceKlass org/eclipse/debug/internal/core/LaunchManager$LaunchManagerVisitor +instanceKlass com/google/common/collect/MapMakerInternalMap$StrongValueEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry$Helper +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$OutputsInfo +instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntry +instanceKlass com/google/common/collect/MapMakerInternalMap$1 +instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntryHelper +instanceKlass com/google/common/collect/MapMakerInternalMap$WeakValueReference +instanceKlass com/google/common/collect/MapMaker +instanceKlass com/google/inject/internal/BytecodeGen +instanceKlass com/google/inject/internal/ConstructionProxy +instanceKlass com/google/inject/internal/DefaultConstructionProxyFactory +instanceKlass com/google/inject/internal/ConstructionProxyFactory +instanceKlass com/google/inject/internal/ConstructorBindingImpl$Factory +instanceKlass org/eclipse/sisu/inject/TypeArguments$Implicit +instanceKlass org/eclipse/sisu/wire/BeanProviders$3 +instanceKlass org/sonatype/inject/BeanEntry +instanceKlass org/eclipse/sisu/BeanEntry +instanceKlass org/eclipse/sisu/wire/BeanProviders$6 +instanceKlass org/eclipse/sisu/wire/BeanProviders$7 +instanceKlass org/eclipse/sisu/wire/BeanProviders$1 +instanceKlass com/google/inject/spi/ProviderLookup$1 +instanceKlass com/google/inject/spi/ProviderWithDependencies +instanceKlass com/google/inject/spi/ProviderLookup +instanceKlass org/eclipse/sisu/wire/BeanProviders +instanceKlass org/eclipse/sisu/inject/HiddenSource +instanceKlass org/eclipse/sisu/wire/LocatorWiring +instanceKlass com/google/inject/ProvidedBy +instanceKlass com/google/inject/ImplementedBy +instanceKlass org/sonatype/plexus/components/cipher/PBECipher +instanceKlass org/codehaus/classworlds/ClassRealm +instanceKlass org/apache/maven/settings/crypto/SettingsDecryptionResult +instanceKlass org/apache/maven/settings/building/DefaultSettingsProblemCollector +instanceKlass org/apache/maven/settings/merge/MavenSettingsMerger +instanceKlass org/apache/maven/settings/building/SettingsBuildingResult +instanceKlass org/apache/maven/settings/building/SettingsProblemCollector +instanceKlass org/eclipse/jdt/internal/core/ExternalFolderChange +instanceKlass org/eclipse/aether/impl/MetadataGenerator +instanceKlass org/apache/maven/model/Relocation +instanceKlass org/apache/maven/repository/internal/ArtifactDescriptorReaderDelegate +instanceKlass org/eclipse/aether/named/support/AdaptedSemaphoreNamedLock$AdaptedSemaphore +instanceKlass org/eclipse/aether/named/support/NamedLockFactorySupport$NamedLockHolder +instanceKlass org/eclipse/aether/named/support/NamedLockSupport +instanceKlass org/eclipse/aether/named/NamedLock +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter +instanceKlass org/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry +instanceKlass org/eclipse/jdt/internal/core/util/ILRUCacheable +instanceKlass org/eclipse/aether/spi/log/Logger +instanceKlass org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource$Node +instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter$Result +instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter +instanceKlass org/eclipse/aether/collection/DependencyTraverser +instanceKlass org/eclipse/aether/collection/DependencyManager +instanceKlass org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector$Args +instanceKlass org/eclipse/jdt/core/IPackageDeclaration +instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult +instanceKlass org/eclipse/jdt/core/IImportContainer +instanceKlass org/eclipse/jdt/core/IImportDeclaration +instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext +instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper +instanceKlass org/eclipse/aether/collection/VersionFilter +instanceKlass org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultVersionFilterContext +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollectionContext +instanceKlass org/eclipse/aether/collection/DependencyCollectionContext +instanceKlass org/eclipse/aether/graph/DefaultDependencyNode +instanceKlass org/eclipse/aether/version/Version +instanceKlass org/eclipse/aether/internal/impl/collect/PremanagedDependency +instanceKlass org/eclipse/aether/internal/impl/collect/DataPool +instanceKlass org/eclipse/aether/collection/VersionFilter$VersionFilterContext +instanceKlass org/eclipse/aether/collection/DependencyGraphTransformationContext +instanceKlass org/eclipse/aether/spi/connector/Transfer +instanceKlass org/eclipse/jdt/internal/core/JavaProject$ModuleLookup +instanceKlass org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource$SummaryFileWriter +instanceKlass org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource$SparseDirectoryWriter +instanceKlass org/eclipse/aether/spi/checksums/TrustedChecksumsSource$Writer +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithm +instanceKlass org/eclipse/aether/impl/UpdateCheck +instanceKlass org/eclipse/aether/spi/connector/transport/Transporter +instanceKlass org/eclipse/aether/resolution/DependencyResult +instanceKlass org/eclipse/aether/resolution/DependencyRequest +instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorRequest +instanceKlass org/eclipse/aether/resolution/VersionRangeResult +instanceKlass org/eclipse/aether/resolution/VersionRangeRequest +instanceKlass org/eclipse/aether/resolution/VersionRequest +instanceKlass org/eclipse/aether/collection/CollectResult +instanceKlass org/eclipse/aether/collection/CollectRequest +instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayout +instanceKlass org/eclipse/aether/repository/LocalRepository +instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposer +instanceKlass org/eclipse/jdt/internal/compiler/impl/Constant +instanceKlass org/eclipse/aether/transform/FileTransformer +instanceKlass org/eclipse/aether/installation/InstallResult +instanceKlass org/eclipse/aether/installation/InstallRequest +instanceKlass org/eclipse/aether/spi/io/FileProcessor$ProgressListener +instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer$EventCatapult +instanceKlass org/eclipse/aether/deployment/DeployResult +instanceKlass org/eclipse/aether/deployment/DeployRequest +instanceKlass org/eclipse/aether/repository/RepositoryPolicy +instanceKlass org/eclipse/aether/transfer/TransferResource +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumPolicy +instanceKlass org/eclipse/aether/resolution/VersionResult +instanceKlass org/eclipse/jdt/internal/compiler/env/ClassSignature +instanceKlass org/eclipse/aether/repository/LocalArtifactResult +instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver$ResolutionGroup +instanceKlass org/eclipse/jdt/internal/compiler/env/EnumConstantSignature +instanceKlass org/eclipse/aether/resolution/ArtifactRequest +instanceKlass org/eclipse/aether/SyncContext +instanceKlass org/eclipse/aether/spi/locator/ServiceLocator +instanceKlass org/eclipse/aether/repository/RemoteRepository +instanceKlass org/eclipse/aether/spi/connector/RepositoryConnector +instanceKlass org/apache/maven/model/validation/DefaultModelValidator$1ActivationFrame +instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator$RangeValue +instanceKlass org/apache/maven/model/InputLocation +instanceKlass org/apache/maven/model/InputSource +instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$InnerInterpolator +instanceKlass org/apache/maven/model/building/ModelBuildingEventCatapult +instanceKlass org/apache/maven/model/ActivationProperty +instanceKlass org/apache/maven/model/Activation +instanceKlass org/apache/maven/model/ActivationFile +instanceKlass org/apache/maven/model/ActivationOS +instanceKlass org/codehaus/plexus/interpolation/RegexBasedInterpolator +instanceKlass org/apache/maven/model/profile/DefaultProfileActivationContext +instanceKlass org/apache/maven/model/building/ModelData +instanceKlass org/apache/maven/model/building/DefaultModelProblemCollector +instanceKlass org/apache/maven/model/building/ModelCacheTag +instanceKlass org/apache/maven/model/building/ModelBuildingEvent +instanceKlass org/apache/maven/model/building/ModelProblemCollectorExt +instanceKlass org/apache/maven/model/profile/ProfileActivationContext +instanceKlass org/apache/maven/cli/internal/extension/model/CoreExtension +instanceKlass org/apache/maven/cli/CliRequest +instanceKlass org/apache/maven/building/ProblemCollector +instanceKlass org/apache/maven/toolchain/merge/MavenToolchainMerger +instanceKlass org/codehaus/plexus/interpolation/InterpolationPostProcessor +instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingResult +instanceKlass org/eclipse/aether/graph/Dependency +instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorResult +instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$PluginValidationIssues +instanceKlass com/google/inject/util/Types +instanceKlass org/eclipse/sisu/Nullable +instanceKlass org/eclipse/aether/repository/LocalRepositoryManager +instanceKlass org/eclipse/aether/repository/AuthenticationSelector +instanceKlass org/eclipse/aether/repository/ProxySelector +instanceKlass org/eclipse/aether/repository/MirrorSelector +instanceKlass org/eclipse/aether/resolution/ResolutionErrorPolicy +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4254e2000 +instanceKlass org/apache/maven/classrealm/ClassRealmConstituent +instanceKlass org/eclipse/aether/repository/WorkspaceRepository +instanceKlass org/apache/maven/ArtifactFilterManagerDelegate +instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$MavenProjectBuildData +instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$MavenBuildConnection +instanceKlass org/apache/maven/repository/legacy/resolver/transform/DefaultArtifactTransformationManager +instanceKlass org/apache/maven/plugin/descriptor/Parameter +instanceKlass org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator +instanceKlass org/apache/maven/repository/DefaultMirrorSelector +instanceKlass org/apache/maven/execution/DefaultRuntimeInformation +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate +instanceKlass org/apache/maven/rtinfo/internal/DefaultRuntimeInformation +instanceKlass org/apache/maven/repository/legacy/repository/DefaultArtifactRepositoryFactory +instanceKlass org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NearestConflictResolver +instanceKlass org/apache/maven/plugin/internal/DefaultLegacySupport +instanceKlass org/apache/maven/lifecycle/internal/PhaseRecorder +instanceKlass org/apache/maven/lifecycle/internal/DependencyContext +instanceKlass org/apache/maven/lifecycle/internal/ProjectIndex +instanceKlass org/apache/maven/plugin/MojoExecutionRunner +instanceKlass org/apache/maven/plugin/internal/DefaultPluginManager +instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$Versions +instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResult +instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$Key +instanceKlass org/apache/maven/plugin/version/PluginVersionResult +instanceKlass org/eclipse/aether/version/VersionScheme +instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver +instanceKlass org/apache/maven/configuration/BeanConfigurationRequest +instanceKlass org/apache/maven/configuration/internal/DefaultBeanConfigurator +instanceKlass org/apache/maven/model/merge/ModelMerger +instanceKlass org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector +instanceKlass org/apache/maven/profiles/ProfileManager +instanceKlass org/apache/maven/project/DefaultMavenProjectBuilder +instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver +instanceKlass org/apache/maven/DefaultProjectDependenciesResolver +instanceKlass org/apache/maven/repository/metadata/ClasspathContainer +instanceKlass org/apache/maven/repository/metadata/DefaultClasspathTransformation +instanceKlass org/apache/maven/exception/ExceptionSummary +instanceKlass org/apache/maven/exception/DefaultExceptionHandler +instanceKlass org/apache/maven/execution/ProjectExecutionListener +instanceKlass org/apache/maven/repository/metadata/MetadataGraph +instanceKlass org/apache/maven/repository/metadata/MetadataGraphVertex +instanceKlass org/apache/maven/repository/metadata/DefaultGraphConflictResolver +instanceKlass org/apache/maven/plugin/PluginDescriptorCache$PluginDescriptorSupplier +instanceKlass org/apache/maven/plugin/PluginDescriptorCache$Key +instanceKlass org/apache/maven/plugin/DefaultPluginDescriptorCache +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NewestConflictResolver +instanceKlass org/apache/maven/project/ProjectBuilderConfiguration +instanceKlass org/codehaus/plexus/interpolation/Interpolator +instanceKlass org/codehaus/plexus/interpolation/BasicInterpolator +instanceKlass org/codehaus/plexus/interpolation/RecursionInterceptor +instanceKlass org/apache/http/impl/conn/PoolingHttpClientConnectionManager +instanceKlass org/apache/http/pool/ConnPoolControl +instanceKlass org/apache/http/config/Registry +instanceKlass org/apache/http/client/methods/CloseableHttpResponse +instanceKlass org/apache/http/HttpResponse +instanceKlass org/apache/maven/wagon/shared/http/BasicAuthScope +instanceKlass org/apache/maven/wagon/shared/http/HttpConfiguration +instanceKlass org/apache/http/impl/client/CloseableHttpClient +instanceKlass org/apache/http/client/HttpClient +instanceKlass org/apache/http/client/ServiceUnavailableRetryStrategy +instanceKlass org/apache/http/conn/ssl/TrustStrategy +instanceKlass org/apache/http/ssl/TrustStrategy +instanceKlass org/apache/http/client/HttpRequestRetryHandler +instanceKlass org/apache/http/client/RedirectStrategy +instanceKlass org/apache/http/config/Lookup +instanceKlass org/apache/http/auth/Credentials +instanceKlass org/apache/http/client/AuthCache +instanceKlass org/apache/http/client/CredentialsProvider +instanceKlass org/apache/http/Header +instanceKlass org/apache/http/NameValuePair +instanceKlass org/apache/http/protocol/HttpContext +instanceKlass org/apache/http/HttpEntity +instanceKlass org/apache/http/client/methods/HttpUriRequest +instanceKlass org/apache/http/HttpRequest +instanceKlass org/apache/http/HttpMessage +instanceKlass org/apache/http/auth/AuthScheme +instanceKlass org/apache/http/conn/HttpClientConnectionManager +instanceKlass org/apache/maven/project/DefaultDependencyResolutionResult +instanceKlass org/apache/maven/project/DefaultProjectDependenciesResolver +instanceKlass org/apache/maven/lifecycle/internal/builder/singlethreaded/SingleThreadedBuilder +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleTaskSegmentCalculator +instanceKlass org/apache/maven/artifact/repository/metadata/io/DefaultMetadataReader +instanceKlass org/apache/maven/project/artifact/MavenMetadataSource$ProjectRelocation +instanceKlass org/apache/maven/model/building/ModelProblem +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4254d0000 +instanceKlass org/apache/maven/project/artifact/MavenMetadataSource +instanceKlass org/apache/maven/execution/ProjectDependencyGraph +instanceKlass org/apache/maven/graph/DefaultGraphBuilder +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/FarthestConflictResolver +instanceKlass org/eclipse/aether/RequestTrace +instanceKlass org/apache/maven/plugin/prefix/PluginPrefixRequest +instanceKlass org/eclipse/aether/repository/ArtifactRepository +instanceKlass org/apache/maven/plugin/prefix/PluginPrefixResult +instanceKlass org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver +instanceKlass org/apache/maven/project/DefaultProjectBuildingHelper +instanceKlass org/apache/maven/toolchain/DefaultToolchain +instanceKlass org/apache/maven/toolchain/ToolchainPrivate +instanceKlass org/apache/maven/toolchain/java/JavaToolchain +instanceKlass org/apache/maven/toolchain/java/JavaToolchainFactory +instanceKlass org/eclipse/aether/DefaultRepositorySystemSession +instanceKlass org/apache/maven/model/building/Result +instanceKlass org/apache/maven/DefaultMaven +instanceKlass org/apache/maven/execution/ExecutionEvent +instanceKlass org/apache/maven/lifecycle/internal/DefaultExecutionEventCatapult +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer$GoalSpec +instanceKlass org/apache/maven/lifecycle/mapping/LifecyclePhase +instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer +instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph +instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/ThreadOutputMuxer +instanceKlass org/apache/maven/lifecycle/internal/ProjectSegment +instanceKlass org/apache/maven/lifecycle/internal/ReactorBuildStatus +instanceKlass org/apache/maven/lifecycle/internal/ProjectBuildList +instanceKlass java/util/concurrent/CompletionService +instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder +instanceKlass org/apache/maven/artifact/factory/DefaultArtifactFactory +instanceKlass org/apache/maven/artifact/repository/layout/FlatRepositoryLayout +instanceKlass org/apache/maven/artifact/repository/DefaultArtifactRepositoryFactory +instanceKlass org/apache/maven/model/Reporting +instanceKlass org/apache/maven/model/PluginContainer +instanceKlass org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler +instanceKlass org/eclipse/aether/util/graph/visitor/AbstractDepthFirstNodeListGenerator +instanceKlass org/apache/maven/plugin/descriptor/PluginDescriptorBuilder +instanceKlass org/codehaus/plexus/component/configurator/ConfigurationListener +instanceKlass org/apache/maven/plugin/logging/Log +instanceKlass org/apache/maven/plugin/internal/DefaultMavenPluginManager +instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping +instanceKlass org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager +instanceKlass org/apache/maven/artifact/repository/metadata/Metadata +instanceKlass org/sonatype/plexus/components/sec/dispatcher/PasswordDecryptor +instanceKlass sun/reflect/generics/tree/VoidDescriptor +instanceKlass org/sonatype/plexus/components/sec/dispatcher/model/SettingsSecurity +instanceKlass org/apache/maven/project/DependencyResolutionResult +instanceKlass org/apache/maven/project/ReactorModelPool +instanceKlass org/apache/maven/model/building/ModelBuildingResult +instanceKlass org/apache/maven/project/DefaultProjectBuilder$InternalConfig +instanceKlass org/apache/maven/project/DependencyResolutionRequest +instanceKlass org/apache/maven/model/resolution/ModelResolver +instanceKlass org/apache/maven/model/building/ModelBuildingListener +instanceKlass org/apache/maven/model/building/ModelSource +instanceKlass org/apache/maven/model/building/ModelCache +instanceKlass org/apache/maven/project/DefaultProjectBuilder +instanceKlass org/apache/maven/artifact/resolver/DefaultResolutionErrorHandler +instanceKlass org/eclipse/aether/metadata/Metadata +instanceKlass org/apache/maven/lifecycle/DefaultLifecycleExecutor +instanceKlass org/apache/maven/repository/legacy/metadata/MetadataResolutionRequest +instanceKlass org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector +instanceKlass org/apache/maven/profiles/ProfilesRoot +instanceKlass org/apache/maven/lifecycle/internal/ReactorContext +instanceKlass org/apache/maven/lifecycle/internal/TaskSegment +instanceKlass org/apache/maven/execution/BuildSummary +instanceKlass org/apache/maven/repository/metadata/MetadataGraphEdge +instanceKlass org/apache/maven/repository/metadata/DefaultGraphConflictResolutionPolicy +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/DefaultConflictResolverFactory +instanceKlass org/apache/maven/wagon/InputData +instanceKlass org/apache/maven/wagon/OutputData +instanceKlass org/apache/maven/wagon/events/SessionListener +instanceKlass org/apache/maven/wagon/resource/Resource +instanceKlass org/apache/maven/wagon/repository/RepositoryPermissions +instanceKlass org/apache/maven/wagon/events/TransferEventSupport +instanceKlass org/apache/maven/wagon/events/SessionEventSupport +instanceKlass org/apache/maven/wagon/proxy/ProxyInfoProvider +instanceKlass org/apache/maven/wagon/AbstractWagon +instanceKlass org/apache/maven/wagon/StreamingWagon +instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache$CacheRecord +instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache$Key +instanceKlass org/apache/maven/project/artifact/DefaultProjectArtifactsCache +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$ServiceInfo +instanceKlass org/apache/maven/repository/ArtifactTransferListener +instanceKlass org/apache/maven/artifact/resolver/ArtifactResolutionResult +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$PackageExportInfo +instanceKlass org/apache/maven/artifact/resolver/ArtifactResolutionRequest +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$ModuleReferenceInfo +instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IService +instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IModuleReference +instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IPackageExport +instanceKlass org/apache/maven/repository/legacy/LegacyRepositorySystem +instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryModuleDescriptor +instanceKlass org/apache/maven/wagon/repository/Repository +instanceKlass org/eclipse/jdt/internal/core/util/MementoTokenizer +instanceKlass org/apache/maven/wagon/observers/ChecksumObserver +instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryTypeFactory +instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryModuleFactory +instanceKlass org/apache/maven/wagon/events/TransferListener +instanceKlass org/eclipse/core/internal/resources/OS +instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragment computeNonJavaResources (Ljava/util/List;)[Ljava/lang/Object; 465 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragment$$Lambda+0x000001e4254b28e0 +instanceKlass org/apache/maven/repository/legacy/DefaultWagonManager +instanceKlass org/eclipse/jdt/core/IJarEntryResource +instanceKlass org/eclipse/jdt/core/ILocalVariable +instanceKlass org/apache/maven/artifact/repository/metadata/Versioning +instanceKlass org/eclipse/jdt/core/IMethod +instanceKlass org/apache/maven/artifact/repository/RepositoryRequest +instanceKlass org/eclipse/jdt/core/IField +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadata +instanceKlass org/apache/maven/artifact/metadata/ArtifactMetadata +instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadata +instanceKlass org/apache/maven/project/validation/ModelValidationResult +instanceKlass org/apache/maven/model/building/ModelProblemCollector +instanceKlass org/apache/maven/project/validation/DefaultModelValidator +instanceKlass org/eclipse/jdt/core/ICompletionRequestor +instanceKlass org/apache/maven/artifact/resolver/ResolutionNode +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/OldestConflictResolver +instanceKlass org/apache/maven/model/Dependency +instanceKlass org/apache/maven/model/RepositoryPolicy +instanceKlass org/apache/maven/settings/RepositoryPolicy +instanceKlass org/eclipse/jdt/core/IModularClassFile +instanceKlass org/apache/maven/repository/Proxy +instanceKlass org/apache/maven/model/RepositoryBase +instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot createChildren (Ljava/util/Collection;)[Lorg/eclipse/jdt/core/IJavaElement; 30 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e425477538 +instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot lambda$0 (Ljava/util/List;)[Ljava/lang/String; 1 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e425477328 +instanceKlass org/apache/maven/settings/RepositoryBase +instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot createChildren (Ljava/util/Collection;)[Lorg/eclipse/jdt/core/IJavaElement; 10 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e4254770f8 +instanceKlass org/apache/maven/artifact/repository/Authentication +instanceKlass org/apache/maven/project/path/DefaultPathTranslator +instanceKlass org/codehaus/plexus/component/repository/ComponentSetDescriptor +instanceKlass org/apache/maven/plugin/DefaultBuildPluginManager +instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler +instanceKlass org/eclipse/sisu/space/asm/Handler +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryElementValuePair +instanceKlass org/eclipse/sisu/space/asm/Frame +instanceKlass org/eclipse/sisu/space/asm/ByteVector +instanceKlass org/eclipse/sisu/space/asm/Symbol +instanceKlass org/eclipse/sisu/space/asm/SymbolTable +instanceKlass org/eclipse/sisu/space/asm/RecordComponentVisitor +instanceKlass org/eclipse/sisu/space/asm/ModuleVisitor +instanceKlass org/eclipse/sisu/space/asm/MethodVisitor +instanceKlass org/eclipse/sisu/space/asm/FieldVisitor +instanceKlass org/apache/maven/toolchain/Toolchain +instanceKlass org/apache/maven/toolchain/DefaultToolchainManager +instanceKlass org/apache/maven/toolchain/model/TrackableBase +instanceKlass org/apache/maven/toolchain/DefaultToolchainsBuilder +instanceKlass org/eclipse/aether/RepositoryEvent +instanceKlass org/apache/maven/classrealm/ClassRealmRequest +instanceKlass org/codehaus/plexus/util/Scanner +instanceKlass org/codehaus/plexus/logging/AbstractLogEnabled +instanceKlass org/eclipse/aether/resolution/ArtifactResult +instanceKlass org/eclipse/aether/collection/DependencySelector +instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorPolicy +instanceKlass org/apache/maven/plugin/PluginArtifactsCache$CacheRecord +instanceKlass org/apache/maven/plugin/PluginArtifactsCache$Key +instanceKlass org/apache/maven/plugin/PluginRealmCache$CacheRecord +instanceKlass org/eclipse/jdt/internal/compiler/codegen/ConstantPool +instanceKlass org/apache/maven/plugin/PluginRealmCache$PluginRealmSupplier +instanceKlass org/apache/maven/plugin/PluginRealmCache$Key +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants +instanceKlass org/apache/maven/project/ProjectRealmCache$CacheRecord +instanceKlass org/apache/maven/project/ProjectRealmCache$Key +instanceKlass org/eclipse/m2e/core/internal/project/ProjectCachePlunger +instanceKlass org/apache/maven/plugin/ExtensionRealmCache$CacheRecord +instanceKlass org/apache/maven/plugin/ExtensionRealmCache$Key +instanceKlass org/apache/maven/artifact/repository/ArtifactRepositoryPolicy +instanceKlass org/eclipse/jdt/core/Flags +instanceKlass org/apache/maven/project/artifact/DefaultMavenMetadataCache$CacheKey +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/JavaBinaryNames +instanceKlass org/apache/maven/repository/legacy/metadata/ResolutionGroup +instanceKlass org/eclipse/jdt/internal/compiler/ExtraFlags +instanceKlass org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern$PackageNameSet +instanceKlass com/google/inject/spi/ProviderWithExtensionVisitor +instanceKlass com/google/common/collect/Iterables +instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 83 member ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425496390 +instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 67 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425496150 +instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 57 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425495f10 +instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 24 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425495cd0 +instanceKlass org/eclipse/sisu/plexus/PlexusBean +instanceKlass org/codehaus/plexus/component/repository/ComponentDescriptor +instanceKlass org/eclipse/jdt/internal/compiler/ast/IGenerateTypeCheck +instanceKlass com/google/inject/spi/ProvidesMethodBinding +instanceKlass org/eclipse/sisu/inject/Guice4 +instanceKlass com/google/inject/internal/GuiceInternal +instanceKlass org/sonatype/inject/Parameters +instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanConverter +instanceKlass org/eclipse/sisu/plexus/PlexusBeanConverter +instanceKlass org/eclipse/jdt/internal/compiler/flow/FlowContext +instanceKlass com/google/inject/spi/TypeConverterBinding +instanceKlass java/lang/reflect/AnnotatedParameterizedType +instanceKlass org/eclipse/sisu/inject/DefaultRankingFunction +instanceKlass com/google/inject/spi/ProvisionListenerBinding +instanceKlass com/google/inject/spi/TypeListenerBinding +instanceKlass org/eclipse/sisu/bean/BeanListener +instanceKlass com/google/inject/matcher/Matchers +instanceKlass org/eclipse/sisu/bean/PropertyBinder +instanceKlass org/eclipse/sisu/plexus/PlexusBeanBinder +instanceKlass com/google/inject/spi/InjectionListener +instanceKlass org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher +instanceKlass org/sonatype/plexus/components/cipher/DefaultPlexusCipher +instanceKlass org/sonatype/plexus/components/cipher/PlexusCipher +instanceKlass org/eclipse/jdt/internal/compiler/flow/FlowInfo +instanceKlass org/codehaus/plexus/build/DefaultBuildContext +instanceKlass org/codehaus/plexus/build/BuildContext +instanceKlass org/codehaus/plexus/component/configurator/AbstractComponentConfigurator +instanceKlass org/codehaus/plexus/component/configurator/ComponentConfigurator +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42548c000 +instanceKlass org/apache/maven/settings/validation/DefaultSettingsValidator +instanceKlass org/apache/maven/settings/validation/SettingsValidator +instanceKlass org/apache/maven/settings/io/DefaultSettingsWriter +instanceKlass org/apache/maven/settings/io/SettingsWriter +instanceKlass org/apache/maven/settings/io/DefaultSettingsReader +instanceKlass org/apache/maven/settings/io/SettingsReader +instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecrypter +instanceKlass org/apache/maven/settings/crypto/SettingsDecrypter +instanceKlass org/eclipse/jdt/internal/compiler/codegen/AttributeNamesConstants +instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder +instanceKlass org/eclipse/aether/transport/wagon/WagonTransporterFactory +instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonProvider +instanceKlass org/eclipse/aether/transport/wagon/WagonProvider +instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator +instanceKlass org/eclipse/aether/transport/wagon/WagonConfigurator +instanceKlass org/eclipse/aether/transport/http/ChecksumExtractor +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryNestedType +instanceKlass org/eclipse/aether/transport/http/HttpTransporterFactory +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryModule +instanceKlass org/eclipse/aether/transport/file/FileTransporterFactory +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation +instanceKlass org/eclipse/aether/spi/connector/transport/TransporterFactory +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryAnnotation +instanceKlass org/eclipse/jdt/internal/compiler/env/IRecordComponent +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryMethod +instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericMethod +instanceKlass org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryField +instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericField +instanceKlass org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory +instanceKlass org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory +instanceKlass org/eclipse/aether/impl/MetadataGeneratorFactory +instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct +instanceKlass org/eclipse/aether/impl/VersionResolver +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryType +instanceKlass org/apache/maven/repository/internal/DefaultVersionRangeResolver +instanceKlass org/eclipse/aether/impl/VersionRangeResolver +instanceKlass org/apache/maven/repository/internal/DefaultModelCacheFactory +instanceKlass org/apache/maven/repository/internal/ModelCacheFactory +instanceKlass org/eclipse/jdt/internal/core/search/indexing/AbstractIndexer +instanceKlass org/apache/maven/repository/internal/DefaultArtifactDescriptorReader +instanceKlass org/eclipse/aether/impl/ArtifactDescriptorReader +instanceKlass org/eclipse/core/internal/content/ContentTypeHandler +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller callOnce (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/util/function/Consumer;)Z 14 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e42517e958 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder ()V 9 member ; # org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder$$Lambda+0x000001e42547bc78 +instanceKlass org/eclipse/aether/named/support/NamedLockFactorySupport +instanceKlass org/eclipse/aether/named/NamedLockFactory +instanceKlass @cpi com/google/inject/internal/aop/ClassBuilding 332 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425479c00 +instanceKlass org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder +instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 ; # java/lang/invoke/LambdaForm$MH+0x000001e425479800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425479400 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/StaticNameMapperProvider +instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425479000 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/GAVNameMapperProvider +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeBuilder applyPreferences (Lorg/eclipse/core/internal/content/ContentTypeCatalog;Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;Z)V 4 member ; # org/eclipse/core/internal/content/ContentTypeBuilder$$Lambda+0x000001e42547b868 +instanceKlass @cpi org/eclipse/core/internal/content/ContentTypeBuilder 424 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425478c00 +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileStaticNameMapperProvider +instanceKlass org/eclipse/core/runtime/preferences/IPreferenceNodeVisitor +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileHashingGAVNameMapperProvider +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileGAVNameMapperProvider +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NameMapper +instanceKlass org/eclipse/core/internal/content/FileSpec +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/DiscriminatingNameMapperProvider +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl +instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactory +instanceKlass org/eclipse/core/internal/content/ContentType +instanceKlass org/eclipse/aether/internal/impl/synccontext/legacy/DefaultSyncContextFactory +instanceKlass org/eclipse/aether/impl/SyncContextFactory +instanceKlass org/eclipse/core/internal/content/Util +instanceKlass org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory +instanceKlass org/eclipse/aether/spi/synccontext/SyncContextFactory +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 118 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547aa20 +instanceKlass org/eclipse/jdt/core/JavaConventions +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 109 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a798 +instanceKlass org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 100 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a510 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 91 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a288 +instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 82 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a000 +instanceKlass org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$1 +instanceKlass org/eclipse/aether/internal/impl/resolution/ArtifactResolverPostProcessorSupport +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425478800 +instanceKlass @bci org/eclipse/jdt/internal/core/JrtPackageFragmentRoot computeChildren (Lorg/eclipse/jdt/internal/core/OpenableElementInfo;Lorg/eclipse/core/resources/IResource;)Z 29 argL0 ; # org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$$Lambda+0x000001e425474660 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425478400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425478000 +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form names 13 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425473c00 +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425473800 +instanceKlass org/eclipse/jdt/internal/compiler/util/ObjectVector$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425473400 +instanceKlass @bci org/eclipse/jdt/internal/core/JavaProject defaultRootModules (Ljava/lang/Iterable;Ljava/lang/String;)Ljava/util/List; 6 argL0 ; # org/eclipse/jdt/internal/core/JavaProject$$Lambda+0x000001e425474230 +instanceKlass org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL4 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425473000 +instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilterSource +instanceKlass @bci org/eclipse/jdt/internal/core/JavaProject defaultRootModules (Ljava/lang/Iterable;Ljava/lang/String;)Ljava/util/List; 1 argL0 ; # org/eclipse/jdt/internal/core/JavaProject$$Lambda+0x000001e425474000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472800 +instanceKlass org/eclipse/aether/spi/resolution/ArtifactResolverPostProcessor +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472000 +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form names 19 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425471c00 +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425471800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425471400 +instanceKlass org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager +instanceKlass org/eclipse/aether/impl/RemoteRepositoryFilterManager +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425471000 +instanceKlass org/eclipse/jdt/internal/core/JavaProject$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470000 +instanceKlass org/eclipse/jdt/internal/core/ClasspathAttributeDelta +instanceKlass org/eclipse/jdt/core/IClasspathAttributeDelta +instanceKlass jdk/internal/jrtfs/JrtFileSystem$1 +instanceKlass org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate +instanceKlass org/eclipse/jdt/internal/compiler/util/ObjectVector +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses get (Ljava/nio/file/Path;)[B 5 argL0 ; # org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses$$Lambda+0x000001e42542ee38 +instanceKlass org/eclipse/jdt/internal/core/JavaProject$3 +instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache$ClassBytes +instanceKlass org/eclipse/jdt/internal/core/JavaProject$2 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SoftClassCache getClassBytes (Lorg/eclipse/jdt/internal/compiler/util/Jdk;Ljava/nio/file/Path;)[B 8 argL0 ; # org/eclipse/jdt/internal/compiler/util/SoftClassCache$$Lambda+0x000001e42542ea08 +instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses +instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector +instanceKlass org/eclipse/aether/impl/DependencyCollector +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/CharDeduplication ()V 44 argL0 ; # org/eclipse/jdt/internal/compiler/util/CharDeduplication$$Lambda+0x000001e42542e5f8 +instanceKlass org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter +instanceKlass org/eclipse/aether/spi/checksums/ProvidedChecksumsSource +instanceKlass org/eclipse/jdt/internal/compiler/util/CharDeduplication +instanceKlass org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceSupport +instanceKlass org/eclipse/aether/spi/checksums/TrustedChecksumsSource +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySupport +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactory +instanceKlass org/eclipse/aether/internal/impl/checksum/DefaultChecksumAlgorithmFactorySelector +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySelector +instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory +instanceKlass org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory +instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayoutFactory +instanceKlass org/eclipse/aether/spi/log/LoggerFactory +instanceKlass org/eclipse/aether/internal/impl/LoggerFactoryProvider +instanceKlass org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory +instanceKlass org/eclipse/aether/spi/localrepo/LocalRepositoryManagerFactory +instanceKlass org/eclipse/aether/internal/impl/DefaultUpdatePolicyAnalyzer +instanceKlass org/eclipse/aether/impl/UpdatePolicyAnalyzer +instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner +instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager +instanceKlass org/eclipse/aether/impl/UpdateCheckManager +instanceKlass org/eclipse/aether/internal/impl/DefaultTransporterProvider +instanceKlass org/eclipse/aether/spi/connector/transport/TransporterProvider +instanceKlass org/eclipse/aether/internal/impl/DefaultTrackingFileManager +instanceKlass org/eclipse/aether/internal/impl/TrackingFileManager +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystemLifecycle +instanceKlass org/eclipse/aether/impl/RepositorySystemLifecycle +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystem +instanceKlass org/eclipse/aether/RepositorySystem +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryLayoutProvider +instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayoutProvider +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher +instanceKlass org/eclipse/aether/impl/RepositoryEventDispatcher +instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryConnectorProvider +instanceKlass org/eclipse/aether/impl/RepositoryConnectorProvider +instanceKlass org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager +instanceKlass org/eclipse/aether/impl/RemoteRepositoryManager +instanceKlass org/eclipse/aether/internal/impl/DefaultOfflineController +instanceKlass org/eclipse/aether/impl/OfflineController +instanceKlass org/eclipse/aether/internal/impl/DefaultMetadataResolver +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$2 +instanceKlass org/eclipse/aether/impl/MetadataResolver +instanceKlass org/eclipse/core/internal/resources/ProjectNatureDescriptor +instanceKlass @bci org/eclipse/core/internal/resources/CheckMissingNaturesListener resourceChanged (Lorg/eclipse/core/resources/IResourceChangeEvent;)V 25 member ; # org/eclipse/core/internal/resources/CheckMissingNaturesListener$$Lambda+0x000001e42529d128 +instanceKlass org/eclipse/aether/internal/impl/DefaultLocalRepositoryProvider +instanceKlass org/eclipse/aether/impl/LocalRepositoryProvider +instanceKlass org/eclipse/core/internal/events/NotificationManager$1 +instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport +instanceKlass @bci org/eclipse/core/internal/events/ResourceChangeListenerList getListeners ()[Lorg/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry; 4 argL0 ; # org/eclipse/core/internal/events/ResourceChangeListenerList$$Lambda+0x000001e42529cce8 +instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactory +instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathComposer +instanceKlass org/eclipse/aether/internal/impl/LocalPathComposer +instanceKlass org/eclipse/aether/internal/impl/DefaultInstaller +instanceKlass org/eclipse/aether/impl/Installer +instanceKlass org/eclipse/aether/internal/impl/DefaultFileProcessor +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$1 +instanceKlass org/eclipse/aether/spi/io/FileProcessor +instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer +instanceKlass org/eclipse/aether/impl/Deployer +instanceKlass org/eclipse/aether/internal/impl/DefaultChecksumPolicyProvider +instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumPolicyProvider +instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver +instanceKlass org/eclipse/aether/impl/ArtifactResolver +instanceKlass org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory +instanceKlass org/eclipse/aether/spi/locator/Service +instanceKlass org/eclipse/aether/spi/connector/RepositoryConnectorFactory +instanceKlass org/apache/maven/model/validation/DefaultModelValidator +instanceKlass org/apache/maven/model/validation/ModelValidator +instanceKlass org/apache/maven/model/superpom/DefaultSuperPomProvider +instanceKlass org/apache/maven/model/superpom/SuperPomProvider +instanceKlass org/apache/maven/model/profile/activation/PropertyProfileActivator +instanceKlass org/apache/maven/model/profile/activation/OperatingSystemProfileActivator +instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator +instanceKlass org/apache/maven/model/profile/activation/FileProfileActivator +instanceKlass org/apache/maven/model/profile/activation/ProfileActivator +instanceKlass org/apache/maven/model/profile/DefaultProfileSelector +instanceKlass org/apache/maven/model/profile/ProfileSelector +instanceKlass org/apache/maven/model/profile/DefaultProfileInjector +instanceKlass org/apache/maven/model/profile/ProfileInjector +instanceKlass org/apache/maven/model/plugin/DefaultReportingConverter +instanceKlass org/apache/maven/model/plugin/ReportingConverter +instanceKlass org/apache/maven/model/plugin/DefaultReportConfigurationExpander +instanceKlass org/apache/maven/model/plugin/ReportConfigurationExpander +instanceKlass org/apache/maven/model/plugin/DefaultPluginConfigurationExpander +instanceKlass org/apache/maven/model/plugin/PluginConfigurationExpander +instanceKlass org/apache/maven/model/path/ProfileActivationFilePathInterpolator +instanceKlass org/apache/maven/model/path/DefaultUrlNormalizer +instanceKlass org/apache/maven/model/path/UrlNormalizer +instanceKlass org/apache/maven/model/path/DefaultPathTranslator +instanceKlass org/apache/maven/model/path/PathTranslator +instanceKlass org/apache/maven/model/path/DefaultModelUrlNormalizer +instanceKlass org/apache/maven/model/path/ModelUrlNormalizer +instanceKlass org/apache/maven/model/path/DefaultModelPathTranslator +instanceKlass org/apache/maven/model/path/ModelPathTranslator +instanceKlass org/apache/maven/model/normalization/DefaultModelNormalizer +instanceKlass org/apache/maven/model/normalization/ModelNormalizer +instanceKlass org/apache/maven/model/management/DefaultPluginManagementInjector +instanceKlass org/apache/maven/model/management/PluginManagementInjector +instanceKlass org/apache/maven/model/management/DefaultDependencyManagementInjector +instanceKlass org/apache/maven/model/management/DependencyManagementInjector +instanceKlass org/apache/maven/model/locator/DefaultModelLocator +instanceKlass org/apache/maven/model/io/DefaultModelWriter +instanceKlass org/apache/maven/model/io/ModelWriter +instanceKlass org/apache/maven/model/io/DefaultModelReader +instanceKlass org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator +instanceKlass org/apache/maven/model/interpolation/ModelInterpolator +instanceKlass org/apache/maven/model/interpolation/DefaultModelVersionProcessor +instanceKlass org/apache/maven/model/interpolation/ModelVersionProcessor +instanceKlass org/apache/maven/model/inheritance/DefaultInheritanceAssembler +instanceKlass org/apache/maven/model/inheritance/InheritanceAssembler +instanceKlass org/apache/maven/model/composition/DefaultDependencyManagementImporter +instanceKlass org/apache/maven/model/composition/DependencyManagementImporter +instanceKlass java/nio/file/Files$3 +instanceKlass java/nio/file/FileTreeWalker$Event +instanceKlass @bci sun/reflect/annotation/AnnotationParser parseClassArray (ILjava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 10 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001e425363e18 +instanceKlass java/nio/file/FileTreeWalker$DirectoryNode +instanceKlass org/apache/maven/model/building/DefaultModelProcessor +instanceKlass org/apache/maven/model/building/ModelProcessor +instanceKlass org/apache/maven/model/io/ModelReader +instanceKlass org/apache/maven/model/locator/ModelLocator +instanceKlass jdk/internal/jrtfs/JrtFileAttributes +instanceKlass org/apache/maven/model/building/DefaultModelBuilder +instanceKlass org/apache/maven/model/building/ModelBuilder +instanceKlass org/apache/maven/cli/internal/BootstrapCoreExtensionManager +instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsWriter +instanceKlass org/apache/maven/toolchain/io/ToolchainsWriter +instanceKlass org/apache/maven/toolchain/building/DefaultToolchainsBuilder +instanceKlass org/apache/maven/toolchain/building/ToolchainsBuilder +instanceKlass org/apache/maven/session/scope/internal/SessionScope$ScopeState +instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope ()V 0 argL0 ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e42545cbf8 +instanceKlass org/apache/maven/session/scope/internal/SessionScope +instanceKlass org/apache/maven/plugin/internal/AbstractMavenPluginDependenciesValidator +instanceKlass org/apache/maven/plugin/internal/MavenPluginDependenciesValidator +instanceKlass org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator +instanceKlass org/apache/maven/plugin/internal/MavenPluginConfigurationValidator +instanceKlass org/apache/maven/eventspy/AbstractEventSpy +instanceKlass org/apache/maven/plugin/PluginValidationManager +instanceKlass org/apache/maven/plugin/DefaultMojosExecutionStrategy +instanceKlass org/apache/maven/plugin/MojosExecutionStrategy +instanceKlass org/apache/maven/lifecycle/internal/LifecycleDependencyResolver +instanceKlass org/apache/maven/lifecycle/internal/DefaultProjectArtifactFactory +instanceKlass org/apache/maven/lifecycle/internal/ProjectArtifactFactory +instanceKlass org/apache/maven/internal/aether/ResolverLifecycle +instanceKlass org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory +instanceKlass org/apache/maven/extension/internal/CoreExportsProvider +instanceKlass org/apache/maven/execution/MojoExecutionEvent +instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$ScopeState +instanceKlass org/apache/maven/execution/scope/MojoExecutionScoped +instanceKlass com/google/inject/RestrictedBindingSource$Permit +instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$1 +instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope +instanceKlass org/apache/maven/execution/MojoExecutionListener +instanceKlass org/eclipse/sisu/space/QualifiedTypeBinder$1 +instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequestPopulator +instanceKlass org/apache/maven/execution/MavenExecutionRequestPopulator +instanceKlass org/apache/maven/classrealm/DefaultClassRealmManager +instanceKlass org/apache/maven/classrealm/ClassRealmManager +instanceKlass org/apache/maven/SessionScoped +instanceKlass org/apache/maven/ReactorReader +instanceKlass org/apache/maven/repository/internal/MavenWorkspaceReader +instanceKlass org/apache/maven/DefaultArtifactFilterManager +instanceKlass org/apache/maven/ArtifactFilterManager +instanceKlass org/eclipse/sisu/space/WildcardKey$QualifiedImpl +instanceKlass org/eclipse/sisu/space/WildcardKey$Qualified +instanceKlass org/eclipse/sisu/space/WildcardKey +instanceKlass org/eclipse/sisu/Typed +instanceKlass org/sonatype/inject/EagerSingleton +instanceKlass org/eclipse/sisu/EagerSingleton +instanceKlass org/sonatype/inject/Mediator +instanceKlass org/eclipse/sisu/inject/TypeArguments +instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge +instanceKlass org/apache/maven/eventspy/EventSpy +instanceKlass org/eclipse/sisu/space/asm/Context +instanceKlass org/eclipse/sisu/space/asm/Attribute +instanceKlass org/eclipse/sisu/space/asm/AnnotationVisitor +instanceKlass org/eclipse/sisu/space/asm/ClassReader +instanceKlass org/eclipse/sisu/space/IndexedClassFinder$1 +instanceKlass org/eclipse/sisu/inject/Logs$SLF4JSink +instanceKlass org/eclipse/sisu/inject/Logs$Sink +instanceKlass org/eclipse/sisu/inject/Logs +instanceKlass org/eclipse/sisu/space/QualifierCache +instanceKlass @bci jdk/internal/jimage/ImageReader$SharedImageReader handleModulesSubTree (Ljava/lang/String;Ljdk/internal/jimage/ImageLocation;)Ljdk/internal/jimage/ImageReader$Node; 37 member ; # jdk/internal/jimage/ImageReader$SharedImageReader$$Lambda+0x000001e425451458 +instanceKlass org/eclipse/sisu/space/QualifiedTypeVisitor +instanceKlass org/eclipse/sisu/plexus/PlexusTypeVisitor$ComponentAnnotationVisitor +instanceKlass org/eclipse/sisu/space/AnnotationVisitor +instanceKlass org/eclipse/sisu/plexus/PlexusTypeVisitor +instanceKlass org/eclipse/sisu/space/ClassVisitor +instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanModule$PlexusXmlBeanSource +instanceKlass jdk/internal/jimage/ImageBufferCache$2 +instanceKlass jdk/internal/jimage/ImageBufferCache +instanceKlass @bci jdk/internal/jimage/ImageReader$SharedImageReader handlePackages (Ljava/lang/String;Ljdk/internal/jimage/ImageLocation;)Ljdk/internal/jimage/ImageReader$Node; 20 member ; # jdk/internal/jimage/ImageReader$SharedImageReader$$Lambda+0x000001e425450b58 +instanceKlass jdk/internal/jimage/ImageReader$SharedImageReader$LocationVisitor +instanceKlass jdk/internal/jimage/ImageLocation +instanceKlass java/util/RegularEnumSet$EnumSetIterator +instanceKlass java/nio/file/FileTreeWalker +instanceKlass java/nio/file/SimpleFileVisitor +instanceKlass org/eclipse/sisu/inject/DescriptionSource +instanceKlass org/eclipse/sisu/inject/AnnotatedSource +instanceKlass jdk/internal/jrtfs/JrtDirectoryStream$1 +instanceKlass org/eclipse/sisu/Hidden +instanceKlass org/eclipse/sisu/Priority +instanceKlass org/eclipse/sisu/Description +instanceKlass @bci jdk/internal/jrtfs/JrtFileSystem iteratorOf (Ljdk/internal/jrtfs/JrtPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/util/Iterator; 82 member ; # jdk/internal/jrtfs/JrtFileSystem$$Lambda+0x000001e425450238 +instanceKlass org/eclipse/sisu/inject/Sources +instanceKlass @bci jdk/internal/jrtfs/JrtFileSystem iteratorOf (Ljdk/internal/jrtfs/JrtPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/util/Iterator; 71 member ; # jdk/internal/jrtfs/JrtFileSystem$$Lambda+0x000001e425450000 +instanceKlass jdk/internal/jimage/ImageReader$Node +instanceKlass jdk/internal/jrtfs/JrtPath +instanceKlass com/google/inject/internal/MoreTypes$ParameterizedTypeImpl +instanceKlass org/apache/maven/wagon/Wagon +instanceKlass jdk/internal/jrtfs/JrtDirectoryStream +instanceKlass org/apache/maven/toolchain/ToolchainsBuilder +instanceKlass org/apache/maven/toolchain/ToolchainManagerPrivate +instanceKlass jdk/internal/jimage/decompressor/Decompressor +instanceKlass org/apache/maven/toolchain/ToolchainManager +instanceKlass org/apache/maven/toolchain/ToolchainFactory +instanceKlass jdk/internal/jimage/ImageStringsReader +instanceKlass org/apache/maven/settings/MavenSettingsBuilder +instanceKlass org/apache/maven/rtinfo/RuntimeInformation +instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache +instanceKlass org/apache/maven/project/ProjectDependenciesResolver +instanceKlass org/apache/maven/project/ProjectBuildingHelper +instanceKlass jdk/internal/jimage/ImageHeader +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544b400 +instanceKlass org/apache/maven/project/ProjectBuilder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544b000 +instanceKlass org/apache/maven/project/MavenProjectHelper +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a800 +instanceKlass org/apache/maven/plugin/version/PluginVersionResolver +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a400 +instanceKlass org/apache/maven/plugin/prefix/PluginPrefixResolver +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425449c00 +instanceKlass org/apache/maven/plugin/PluginManager +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e425449800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425449400 +instanceKlass org/apache/maven/plugin/PluginDescriptorCache +instanceKlass org/apache/maven/plugin/MavenPluginManager +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425449000 +instanceKlass sun/nio/ch/Util$4 +instanceKlass sun/nio/ch/FileChannelImpl$Unmapper +instanceKlass jdk/internal/access/foreign/UnmapperProxy +instanceKlass org/apache/maven/plugin/LegacySupport +instanceKlass org/apache/maven/plugin/BuildPluginManager +instanceKlass @bci jdk/internal/misc/ExtendedMapMode ()V 0 argL0 ; # jdk/internal/misc/ExtendedMapMode$$Lambda+0x000001e4253614b0 +instanceKlass org/apache/maven/model/plugin/LifecycleBindingsInjector +instanceKlass jdk/internal/misc/ExtendedMapMode +instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderCommon +instanceKlass java/nio/channels/FileChannel$MapMode +instanceKlass jdk/internal/jimage/BasicImageReader$2 +instanceKlass org/apache/maven/lifecycle/internal/builder/Builder +instanceKlass org/apache/maven/lifecycle/internal/MojoExecutor +instanceKlass jdk/internal/jimage/BasicImageReader$1 +instanceKlass org/apache/maven/lifecycle/internal/MojoDescriptorCreator +instanceKlass jdk/internal/jimage/ImageReader$Node +instanceKlass org/apache/maven/lifecycle/internal/LifecycleTaskSegmentCalculator +instanceKlass org/apache/maven/lifecycle/internal/LifecycleStarter +instanceKlass org/apache/maven/lifecycle/internal/LifecyclePluginResolver +instanceKlass jdk/internal/jimage/ImageStrings +instanceKlass org/apache/maven/lifecycle/internal/LifecycleModuleBuilder +instanceKlass jdk/internal/jimage/BasicImageReader +instanceKlass org/apache/maven/lifecycle/internal/LifecycleExecutionPlanCalculator +instanceKlass org/apache/maven/lifecycle/internal/LifecycleDebugLogger +instanceKlass org/apache/maven/lifecycle/internal/ExecutionEventCatapult +instanceKlass org/apache/maven/lifecycle/internal/BuildListCalculator +instanceKlass org/apache/maven/lifecycle/MojoExecutionConfigurator +instanceKlass jdk/internal/jimage/ImageReader +instanceKlass org/apache/maven/lifecycle/LifecycleMappingDelegate +instanceKlass org/apache/maven/lifecycle/LifecycleExecutor +instanceKlass jdk/internal/jrtfs/SystemImage$2 +instanceKlass org/apache/maven/lifecycle/LifeCyclePluginAnalyzer +instanceKlass org/apache/maven/lifecycle/DefaultLifecycles +instanceKlass @bci jdk/internal/jrtfs/SystemImage ()V 0 argL0 ; # jdk/internal/jrtfs/SystemImage$$Lambda+0x000001e425445228 +instanceKlass org/apache/maven/graph/GraphBuilder +instanceKlass org/apache/maven/eventspy/internal/EventSpyDispatcher +instanceKlass jdk/internal/jrtfs/SystemImage +instanceKlass org/apache/maven/configuration/BeanConfigurator +instanceKlass org/apache/maven/bridge/MavenRepositorySystem +instanceKlass org/apache/maven/artifact/resolver/ResolutionErrorHandler +instanceKlass org/apache/maven/artifact/repository/metadata/io/MetadataReader +instanceKlass jdk/internal/jrtfs/JrtPath +instanceKlass org/apache/maven/artifact/metadata/ArtifactMetadataSource +instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadataSource +instanceKlass org/apache/maven/artifact/handler/manager/ArtifactHandlerManager +instanceKlass org/apache/maven/artifact/factory/ArtifactFactory +instanceKlass org/apache/maven/ProjectDependenciesResolver +instanceKlass org/apache/maven/Maven +instanceKlass org/apache/maven/artifact/handler/ArtifactHandler +instanceKlass org/sonatype/plexus/components/sec/dispatcher/SecDispatcher +instanceKlass org/apache/maven/lifecycle/Lifecycle +instanceKlass org/eclipse/sisu/space/CloningClassSpace$1 +instanceKlass org/apache/maven/lifecycle/mapping/LifecycleMapping +instanceKlass java/lang/foreign/MemorySegment +instanceKlass org/apache/maven/repository/metadata/GraphConflictResolver +instanceKlass org/apache/maven/repository/metadata/GraphConflictResolutionPolicy +instanceKlass org/eclipse/sisu/plexus/ConfigurationImpl +instanceKlass org/apache/maven/repository/metadata/ClasspathTransformation +instanceKlass org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformationManager +instanceKlass org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverFactory +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolver +instanceKlass jdk/internal/jrtfs/JrtFileSystemProvider$1 +instanceKlass org/apache/maven/repository/legacy/repository/ArtifactRepositoryFactory +instanceKlass org/apache/maven/repository/legacy/UpdateCheckManager +instanceKlass org/apache/maven/repository/RepositorySystem +instanceKlass org/apache/maven/repository/MirrorSelector +instanceKlass org/apache/maven/project/validation/ModelValidator +instanceKlass org/apache/maven/project/path/PathTranslator +instanceKlass org/apache/maven/project/interpolation/ModelInterpolator +instanceKlass org/apache/maven/project/inheritance/ModelInheritanceAssembler +instanceKlass org/apache/maven/project/MavenProjectBuilder +instanceKlass org/apache/maven/profiles/MavenProfilesBuilder +instanceKlass org/apache/maven/execution/RuntimeInformation +instanceKlass org/apache/maven/artifact/resolver/ArtifactResolver +instanceKlass org/apache/maven/artifact/resolver/ArtifactCollector +instanceKlass org/apache/maven/repository/legacy/resolver/LegacyArtifactCollector +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager +instanceKlass java/nio/file/spi/FileSystemProvider$1 +instanceKlass org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JRTUtil getJrtFileSystem (Ljava/nio/file/Path;)Ljava/nio/file/FileSystem; 14 argL0 ; # org/eclipse/jdt/internal/compiler/util/JRTUtil$$Lambda+0x000001e42542d540 +instanceKlass org/apache/maven/artifact/repository/ArtifactRepositoryFactory +instanceKlass org/apache/maven/artifact/manager/WagonManager +instanceKlass org/apache/maven/repository/legacy/WagonManager +instanceKlass org/apache/maven/artifact/installer/ArtifactInstaller +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JRTUtil getJrtSystem (Ljava/io/File;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/util/JrtFileSystem; 46 member ; # org/eclipse/jdt/internal/compiler/util/JRTUtil$$Lambda+0x000001e42542d0a0 +instanceKlass org/eclipse/jdt/internal/compiler/util/JrtFileSystem +instanceKlass org/eclipse/sisu/plexus/PlexusXmlMetadata +instanceKlass org/eclipse/sisu/plexus/Roles +instanceKlass org/apache/maven/artifact/deployer/ArtifactDeployer +instanceKlass org/eclipse/sisu/plexus/Hints +instanceKlass org/eclipse/sisu/space/AbstractDeferredClass +instanceKlass org/eclipse/sisu/plexus/RequirementImpl +instanceKlass org/codehaus/plexus/component/annotations/Requirement +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Jdk (Ljava/io/File;)V 20 argL0 ; # org/eclipse/jdt/internal/compiler/util/Jdk$$Lambda+0x000001e42542cc10 +instanceKlass org/eclipse/jdt/internal/compiler/util/Jdk +instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache +instanceKlass org/eclipse/sisu/space/Streams +instanceKlass org/eclipse/sisu/plexus/ComponentImpl +instanceKlass org/eclipse/sisu/plexus/PlexusTypeRegistry +instanceKlass org/eclipse/sisu/plexus/PlexusXmlScanner +instanceKlass org/eclipse/sisu/space/QualifiedTypeBinder +instanceKlass org/eclipse/jdt/internal/compiler/util/JRTUtil +instanceKlass org/eclipse/sisu/plexus/PlexusTypeBinder +instanceKlass org/eclipse/aether/AbstractRepositoryListener +instanceKlass org/eclipse/aether/RepositoryListener +instanceKlass org/eclipse/jdt/internal/core/search/IRestrictedAccessMethodRequestor +instanceKlass com/google/inject/Key$AnnotationInstanceStrategy +instanceKlass org/eclipse/jdt/core/search/ISearchPattern +instanceKlass com/google/inject/name/NamedImpl +instanceKlass com/google/inject/name/Named +instanceKlass com/google/inject/name/Names +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$IntItem +instanceKlass org/eclipse/jdt/core/search/SearchEngine +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$Item +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion +instanceKlass org/apache/maven/artifact/versioning/DefaultArtifactVersion +instanceKlass org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtTraverser +instanceKlass @bci org/eclipse/jdt/internal/core/search/processing/JobManager isJobWaiting (Lorg/eclipse/jdt/internal/core/search/processing/IJob;)Z 22 member ; # org/eclipse/jdt/internal/core/search/processing/JobManager$$Lambda+0x000001e425429d98 +instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseClassRealmManagerDelegate +instanceKlass org/apache/maven/classrealm/ClassRealmManagerDelegate +instanceKlass org/sonatype/plexus/build/incremental/ThreadBuildContext +instanceKlass org/sonatype/plexus/build/incremental/BuildContext +instanceKlass org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver +instanceKlass org/eclipse/jdt/core/search/SearchDocument +instanceKlass org/apache/maven/plugin/internal/PluginDependenciesResolver +instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleSet +instanceKlass org/apache/maven/plugin/DefaultPluginArtifactsCache +instanceKlass org/eclipse/jdt/internal/core/ClasspathValidation +instanceKlass org/eclipse/jdt/internal/core/JavaElementDelta$Key +instanceKlass org/apache/maven/plugin/PluginArtifactsCache +instanceKlass org/apache/maven/plugin/DefaultPluginRealmCache +instanceKlass org/eclipse/jdt/internal/core/SimpleDelta +instanceKlass org/apache/maven/plugin/PluginRealmCache +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$ZipCache +instanceKlass org/apache/maven/project/DefaultProjectRealmCache +instanceKlass org/apache/maven/project/ProjectRealmCache +instanceKlass org/apache/maven/plugin/DefaultExtensionRealmCache +instanceKlass @bci org/eclipse/jdt/internal/core/index/MetaIndex remove (Ljava/lang/String;)V 16 member ; # org/eclipse/jdt/internal/core/index/MetaIndex$$Lambda+0x000001e4252fbdd8 +instanceKlass org/apache/maven/plugin/ExtensionRealmCache +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfObject +instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues +instanceKlass org/codehaus/plexus/component/annotations/Component +instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray +instanceKlass org/apache/maven/project/artifact/DefaultMavenMetadataCache +instanceKlass org/eclipse/jdt/internal/core/index/DiskIndex +instanceKlass org/eclipse/m2e/core/internal/project/IManagedCache +instanceKlass org/eclipse/jdt/internal/core/util/SimpleWordSet +instanceKlass org/apache/maven/project/artifact/MavenMetadataCache +instanceKlass org/eclipse/jdt/internal/core/index/MemoryIndex +instanceKlass org/eclipse/m2e/core/internal/embedder/DefaultMavenComponentContributor +instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenComponentContributor +instanceKlass org/eclipse/jdt/internal/core/search/indexing/ReadWriteMonitor +instanceKlass org/eclipse/lsp4j/WorkDoneProgressNotification +instanceKlass org/eclipse/jdt/internal/core/index/Index +instanceKlass org/eclipse/jdt/internal/core/index/MetaIndex +instanceKlass ch/qos/logback/classic/spi/LoggerContextListener +instanceKlass ch/qos/logback/core/spi/ConfigurationEventListener +instanceKlass ch/qos/logback/core/spi/ConfigurationEvent +instanceKlass ch/qos/logback/core/spi/SequenceNumberGenerator +instanceKlass ch/qos/logback/core/LifeCycleManager +instanceKlass com/google/inject/spi/InjectionRequest +instanceKlass org/eclipse/sisu/bean/BeanProperty +instanceKlass com/google/inject/internal/Nullability +instanceKlass @bci com/google/inject/internal/KotlinSupport$KotlinUnsupported ()V 7 argL0 ; # com/google/inject/internal/KotlinSupport$KotlinUnsupported$$Lambda+0x000001e42541e000 +instanceKlass com/google/inject/internal/KotlinSupport$KotlinUnsupported +instanceKlass com/google/inject/internal/KotlinSupport$KotlinSupportHolder +instanceKlass com/google/inject/internal/KotlinSupportInterface +instanceKlass com/google/inject/internal/KotlinSupport +instanceKlass com/google/inject/spi/InjectionPoint$OverrideIndex +instanceKlass org/eclipse/sisu/Mediator +instanceKlass org/eclipse/sisu/inject/RankedBindings +instanceKlass com/google/inject/Inject +instanceKlass javax/inject/Inject +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 38 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a7c8 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 20 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a598 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 15 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a368 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 7 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a138 +instanceKlass com/google/inject/spi/InjectionPoint$InjectableMembers +instanceKlass com/google/inject/spi/InjectionPoint$InjectableMember +instanceKlass com/google/inject/spi/InjectionPoint +instanceKlass com/google/inject/internal/MoreTypes$GenericArrayTypeImpl +instanceKlass com/google/inject/internal/MoreTypes$CompositeType +instanceKlass com/google/inject/Key$AnnotationTypeStrategy +instanceKlass com/google/common/cache/LocalCache$StrongValueReference +instanceKlass com/google/common/util/concurrent/AbstractFuture$Failure +instanceKlass com/google/common/util/concurrent/AbstractFuture$Cancellation +instanceKlass com/google/common/util/concurrent/AbstractFuture$SetFuture +instanceKlass com/google/common/util/concurrent/Uninterruptibles +instanceKlass com/google/common/util/concurrent/AbstractFuture$Waiter +instanceKlass com/google/common/util/concurrent/AbstractFuture$Listener +instanceKlass com/google/common/util/concurrent/AbstractFuture$UnsafeAtomicHelper$1 +instanceKlass com/google/common/util/concurrent/LazyLogger +instanceKlass com/google/common/util/concurrent/AbstractFuture$AtomicHelper +instanceKlass com/google/common/util/concurrent/internal/InternalFutureFailureAccess +instanceKlass com/google/common/util/concurrent/AbstractFuture$Trusted +instanceKlass com/google/common/util/concurrent/ListenableFuture +instanceKlass @bci sun/reflect/annotation/AnnotationParser parseEnumArray (ILjava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 16 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001e42535d880 +instanceKlass javax/inject/Named +instanceKlass javax/inject/Qualifier +instanceKlass com/google/inject/BindingAnnotation +instanceKlass javax/inject/Scope +instanceKlass com/google/inject/ScopeAnnotation +instanceKlass com/google/inject/internal/Annotations$AnnotationChecker +instanceKlass com/google/inject/internal/Annotations$TestAnnotation +instanceKlass com/google/inject/internal/Annotations$AnnotationToStringConfig +instanceKlass com/google/common/base/Joiner$MapJoiner +instanceKlass com/google/common/base/Joiner +instanceKlass com/google/inject/internal/Annotations +instanceKlass org/eclipse/sisu/Parameters +instanceKlass org/eclipse/sisu/wire/ParameterKeys +instanceKlass com/google/inject/internal/util/StackTraceElements$InMemoryStackTraceElement +instanceKlass com/google/inject/internal/util/StackTraceElements +instanceKlass org/eclipse/sisu/wire/TypeConverterCache +instanceKlass com/google/inject/internal/Scoping +instanceKlass com/google/inject/internal/InternalFactory +instanceKlass com/google/inject/internal/InternalFlags$1 +instanceKlass com/google/inject/internal/InternalFlags +instanceKlass com/google/inject/spi/ProviderKeyBinding +instanceKlass com/google/inject/spi/ProviderInstanceBinding +instanceKlass org/eclipse/equinox/internal/app/EclipseAppHandle$1 +instanceKlass com/google/inject/spi/InstanceBinding +instanceKlass org/eclipse/equinox/internal/app/EclipseAppHandle$2 +instanceKlass com/google/inject/internal/DelayedInitialize +instanceKlass com/google/inject/spi/ConstructorBinding +instanceKlass com/google/inject/spi/HasDependencies +instanceKlass sun/nio/cs/ThreadLocalCoders$Cache +instanceKlass com/google/inject/spi/LinkedKeyBinding +instanceKlass sun/nio/cs/ThreadLocalCoders +instanceKlass com/google/inject/spi/UntargettedBinding +instanceKlass com/google/inject/internal/BindingImpl +instanceKlass com/google/inject/Key$AnnotationStrategy +instanceKlass org/eclipse/sisu/wire/ElementAnalyzer$1 +instanceKlass @bci java/util/regex/Pattern CIRange (II)Ljava/util/regex/Pattern$CharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001e42535c9b0 +instanceKlass @bci java/util/regex/Pattern SingleI (II)Ljava/util/regex/Pattern$BmpCharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001e42535c730 +instanceKlass java/time/format/Parsed +instanceKlass java/time/format/DateTimeParseContext +instanceKlass com/google/inject/util/Modules$EmptyModule +instanceKlass com/google/inject/util/Modules$OverriddenModuleBuilder +instanceKlass org/eclipse/jdt/ls/core/internal/LogReader$LogEntry +instanceKlass com/google/inject/util/Modules +instanceKlass java/io/PrintWriter$1 +instanceKlass jdk/internal/access/JavaIOPrintWriterAccess +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 62 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425410000 +instanceKlass org/eclipse/jdt/ls/core/internal/LogReader$LogSession +instanceKlass com/google/common/collect/Ordering +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 38 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401cb0 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 33 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401a80 +instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;Ljava/util/Comparator;)Ljava/util/Comparator; 12 member ; # java/util/Comparator$$Lambda+0x000001e42535bc50 +instanceKlass @cpi java/util/Comparator 256 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425400400 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 20 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401850 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 15 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401620 +instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 7 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e4254013f0 +instanceKlass com/google/inject/internal/DeclaredMembers +instanceKlass com/google/common/base/ExtraObjectsMethodsForWeb +instanceKlass com/google/common/collect/ImmutableMap$Builder +instanceKlass sun/util/locale/provider/CalendarNameProviderImpl$LengthBasedComparator +instanceKlass com/google/inject/internal/MoreTypes +instanceKlass sun/util/resources/provider/NonBaseLocaleDataMetaInfo +instanceKlass com/google/inject/multibindings/ProvidesIntoOptional +instanceKlass com/google/inject/multibindings/ProvidesIntoMap +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter createSupportedLocaleString (Ljava/lang/String;)Ljava/lang/String; 6 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001e42535b7a0 +instanceKlass com/google/inject/multibindings/ProvidesIntoSet +instanceKlass com/google/inject/Provides +instanceKlass sun/util/locale/provider/BaseLocaleDataMetaInfo +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getCalendarNameProvider ()Ljava/util/spi/CalendarNameProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001e42535b340 +instanceKlass javax/inject/Singleton +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getCalendarNameProvider ()Ljava/util/spi/CalendarNameProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x000001e42535ac78 +instanceKlass com/google/inject/spi/ElementSource +instanceKlass sun/util/locale/provider/CalendarDataUtility$CalendarFieldValueNamesMapGetter +instanceKlass com/google/inject/spi/ScopeBinding +instanceKlass com/google/inject/Scopes$2 +instanceKlass java/text/CalendarBuilder +instanceKlass com/google/inject/Scopes$1 +instanceKlass java/text/ParsePosition +instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$ReadTask +instanceKlass sun/nio/ch/Iocp$ResultHandler +instanceKlass com/google/inject/internal/SingletonScope +instanceKlass sun/nio/ch/PendingFuture +instanceKlass org/eclipse/jdt/ls/core/internal/LogReader +instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageProducer$Headers +instanceKlass com/google/inject/Scopes +instanceKlass org/eclipse/lsp4j/jsonrpc/json/ConcurrentMessageProcessor$1 +instanceKlass com/google/inject/Singleton +instanceKlass com/google/inject/spi/Elements$ModuleInfo +instanceKlass com/google/inject/PrivateModule +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler (Lorg/eclipse/jdt/ls/core/internal/managers/ProjectsManager;Lorg/eclipse/jdt/ls/core/internal/JavaClientConnection;Lorg/eclipse/jdt/ls/core/internal/handlers/BaseDocumentLifeCycleHandler;)V 35 member ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler$$Lambda+0x000001e4253ef1d8 +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler +instanceKlass @bci com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction pushModule (Ljava/lang/Class;Lcom/google/inject/spi/ModuleSource;)V 5 member ; # com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction$$Lambda+0x000001e4254060e0 +instanceKlass @bci com/google/inject/spi/BindingSourceRestriction getPermits (Ljava/lang/Class;)Ljava/util/stream/Stream; 43 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e425405ea0 +instanceKlass @bci com/google/inject/spi/BindingSourceRestriction getPermits (Ljava/lang/Class;)Ljava/util/stream/Stream; 33 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e425405c70 +instanceKlass org/eclipse/jdt/core/manipulation/CoreASTProvider$WAIT_FLAG +instanceKlass java/util/stream/Streams$2 +instanceKlass java/util/stream/Streams$ConcatSpliterator +instanceKlass org/eclipse/jdt/core/manipulation/CoreASTProvider +instanceKlass sun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl +instanceKlass org/eclipse/jdt/ls/core/internal/MovingAverage +instanceKlass sun/reflect/annotation/AnnotatedTypeFactory +instanceKlass sun/reflect/annotation/TypeAnnotation$LocationInfo$Location +instanceKlass sun/reflect/annotation/TypeAnnotation$LocationInfo +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseDiagnosticsHandler +instanceKlass sun/reflect/annotation/TypeAnnotation +instanceKlass sun/reflect/annotation/TypeAnnotationParser +instanceKlass com/google/inject/RestrictedBindingSource +instanceKlass com/google/inject/spi/BindingSourceRestriction +instanceKlass com/google/inject/spi/ModuleSource +instanceKlass org/eclipse/jdt/core/IProblemRequestor +instanceKlass com/google/inject/internal/ProviderMethodsModule +instanceKlass org/eclipse/lsp4j/jsonrpc/StandardLauncher +instanceKlass org/eclipse/lsp4j/jsonrpc/json/ConcurrentMessageProcessor +instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction$PermitMapImpl +instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMap +instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction +instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageProducer +instanceKlass com/google/common/collect/Hashing +instanceKlass com/google/common/math/IntMath$1 +instanceKlass com/google/common/math/MathPreconditions +instanceKlass com/google/common/math/IntMath +instanceKlass com/google/inject/internal/AbstractBindingBuilder +instanceKlass com/google/inject/binder/ConstantBindingBuilder +instanceKlass com/google/inject/binder/AnnotatedElementBuilder +instanceKlass @bci java/lang/reflect/Proxy getProxyConstructor (Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor; 80 argL0 ; # java/lang/reflect/Proxy$$Lambda+0x000001e425357d30 +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/EndpointProxy (Lorg/eclipse/lsp4j/jsonrpc/Endpoint;Ljava/util/Collection;)V 197 member ; # org/eclipse/lsp4j/jsonrpc/services/EndpointProxy$$Lambda+0x000001e4253fb8e8 +instanceKlass com/google/inject/spi/Elements$RecordingBinder +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/EndpointProxy (Lorg/eclipse/lsp4j/jsonrpc/Endpoint;Ljava/util/Collection;)V 178 member ; # org/eclipse/lsp4j/jsonrpc/services/EndpointProxy$$Lambda+0x000001e4253fb6c0 +instanceKlass com/google/inject/Binding +instanceKlass com/google/inject/spi/DefaultBindingTargetVisitor +instanceKlass org/eclipse/lsp4j/jsonrpc/services/EndpointProxy +instanceKlass com/google/inject/spi/BindingTargetVisitor +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint ()V 11 argL0 ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e4253fb268 +instanceKlass com/google/inject/spi/Elements +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/ResponseError +instanceKlass com/google/inject/internal/InjectorShell$RootModule +instanceKlass org/eclipse/lsp4j/jsonrpc/RemoteEndpoint +instanceKlass com/google/common/collect/ListMultimap +instanceKlass com/google/inject/internal/InjectorBindingData +instanceKlass @bci java/lang/reflect/Executable sharedToString (IZ[Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/String; 29 argL0 ; # java/lang/reflect/Executable$$Lambda+0x000001e425357b00 +instanceKlass @bci com/google/inject/internal/WeakKeySet (Ljava/lang/Object;)V 12 member ; # com/google/inject/internal/WeakKeySet$$Lambda+0x000001e4253ea988 +instanceKlass com/google/inject/internal/WeakKeySet +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint recursiveFindRpcMethods (Ljava/lang/Object;Ljava/util/Set;Ljava/util/Set;)V 24 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f9a50 +instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1540 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425400000 +instanceKlass com/google/common/collect/Sets +instanceKlass com/google/inject/internal/InjectorJitBindingData +instanceKlass com/google/inject/internal/ProcessedBindingData +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint lambda$recursiveFindRpcMethods$1 (Ljava/lang/Object;Lorg/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$MethodInfo;)V 3 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f9818 +instanceKlass com/google/inject/spi/DefaultElementVisitor +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint recursiveFindRpcMethods (Ljava/lang/Object;Ljava/util/Set;Ljava/util/Set;)V 7 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f95f0 +instanceKlass org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint +instanceKlass @bci org/eclipse/jdt/ls/core/internal/ParentProcessWatcher apply (Lorg/eclipse/lsp4j/jsonrpc/MessageConsumer;)Lorg/eclipse/lsp4j/jsonrpc/MessageConsumer; 2 member ; # org/eclipse/jdt/ls/core/internal/ParentProcessWatcher$$Lambda+0x000001e4253eda90 +instanceKlass com/google/inject/internal/InjectorShell$Builder +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Message +instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageConsumer +instanceKlass com/google/common/collect/Lists +instanceKlass org/eclipse/lsp4j/jsonrpc/json/MessageConstants +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/MessageTypeAdapter$Factory +instanceKlass com/google/common/collect/AbstractMapEntry +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EnumTypeAdapter$Factory +instanceKlass com/google/common/collect/LinkedHashMultimap$ValueSetLink +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TupleTypeAdapters$TwoTypeAdapterFactory +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$Factory +instanceKlass com/google/common/collect/CollectPreconditions +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/ThrowableTypeAdapter$Factory +instanceKlass com/google/common/collect/Platform +instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory +instanceKlass com/google/common/collect/Multiset +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/CancelParams +instanceKlass org/eclipse/lsp4j/jsonrpc/json/MessageJsonHandler +instanceKlass com/google/common/collect/AbstractMultimap +instanceKlass org/eclipse/lsp4j/DidSaveNotebookDocumentParams +instanceKlass org/eclipse/lsp4j/DidOpenNotebookDocumentParams +instanceKlass org/eclipse/lsp4j/DidChangeNotebookDocumentParams +instanceKlass org/eclipse/lsp4j/DidCloseNotebookDocumentParams +instanceKlass com/google/common/collect/SetMultimap +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/PrepareRenameHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeActionHandler +instanceKlass com/google/inject/internal/CycleDetectingLock +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ReferencesHandler +instanceKlass com/google/common/collect/Multimap +instanceKlass com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeActionResolveHandler +instanceKlass com/google/inject/internal/Initializable +instanceKlass com/google/inject/internal/Initializer +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/DocumentSymbolHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/RenameHandler +instanceKlass com/google/common/collect/ImmutableCollection$Builder +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeLensHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BuildWorkspaceHandler +instanceKlass com/google/common/collect/ImmutableSet$SetBuilderImpl +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SaveActionHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToDefinitionHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SignatureHelpHandler +instanceKlass com/google/inject/internal/util/SourceProvider +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToDeclarationHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HoverHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToTypeDefinitionHandler +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ExtractInterfaceHandler$CheckExtractInterfaceResponse +instanceKlass org/eclipse/jdt/ls/core/internal/codemanipulation/GenerateGetterSetterOperation$AccessorField +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateToStringHandler$CheckToStringResponse +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateConstructorsHandler$CheckConstructorsResponse +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HashCodeEqualsHandler$CheckHashCodeEqualsResponse +instanceKlass com/google/inject/spi/ErrorDetail +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MoveHandler$MoveDestinationsResponse +instanceKlass com/google/inject/internal/Errors +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateDelegateMethodsHandler$CheckDelegateMethodsResponse +instanceKlass org/eclipse/jdt/ls/core/internal/text/correction/ChangeSignatureInfo +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/OverrideMethodsHandler$OverridableMethodsResponse +instanceKlass com/google/common/base/Stopwatch +instanceKlass com/google/inject/internal/util/ContinuousStopwatch +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InferSelectionHandler$SelectionInfo +instanceKlass sun/reflect/generics/tree/ArrayTypeSignature +instanceKlass sun/reflect/generics/tree/BooleanSignature +instanceKlass com/google/inject/Injector +instanceKlass com/google/inject/internal/InternalInjectorCreator +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GetRefactorEditHandler$RefactorWorkspaceEdit +instanceKlass com/google/inject/Guice +instanceKlass org/eclipse/sisu/wire/Wiring +instanceKlass org/eclipse/lsp4j/extended/ProjectConfigurationsUpdateParam +instanceKlass org/eclipse/sisu/wire/WireModule$Strategy$1 +instanceKlass org/eclipse/sisu/wire/WireModule$Strategy +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/OverrideMethodsHandler$AddOverridableMethodParams +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateConstructorsHandler$GenerateConstructorsParams +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HashCodeEqualsHandler$GenerateHashCodeEqualsParams +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateDelegateMethodsHandler$GenerateDelegateMethodsParams +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/FindLinksHandler$FindLinksParams +instanceKlass org/eclipse/sisu/wire/AbstractTypeConverter +instanceKlass org/eclipse/lsp4j/extended/ProjectBuildParams +instanceKlass com/google/inject/spi/ElementVisitor +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateAccessorsHandler$GenerateAccessorsParams +instanceKlass org/eclipse/sisu/wire/WireModule +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InferSelectionHandler$InferSelectionParams +instanceKlass org/eclipse/sisu/bean/BeanBinder +instanceKlass org/eclipse/jdt/ls/core/internal/lsp/ValidateDocumentParams +instanceKlass org/eclipse/sisu/plexus/PlexusBindingModule +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GetRefactorEditHandler$GetRefactorEditParams +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$BootModule +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateToStringHandler$GenerateToStringParams +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MoveHandler$MoveParams +instanceKlass org/eclipse/lsp4j/TextDocumentIdentifier +instanceKlass org/codehaus/plexus/component/annotations/Configuration +instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedMetadata +instanceKlass org/eclipse/lsp4j/WorkspaceDiagnosticReport +instanceKlass org/eclipse/sisu/plexus/PlexusBeanMetadata +instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule$PlexusAnnotatedBeanSource +instanceKlass org/eclipse/sisu/space/SpaceModule$2 +instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy$2 +instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy$1 +instanceKlass org/eclipse/sisu/space/DefaultClassFinder +instanceKlass org/eclipse/lsp4j/adapters/WorkspaceSymbolResponseAdapter +instanceKlass org/eclipse/sisu/space/asm/ClassVisitor +instanceKlass org/eclipse/lsp4j/DidChangeWorkspaceFoldersParams +instanceKlass org/eclipse/lsp4j/WorkspaceSymbol +instanceKlass org/eclipse/sisu/space/SpaceScanner +instanceKlass org/eclipse/lsp4j/DidChangeConfigurationParams +instanceKlass org/eclipse/lsp4j/DidChangeWatchedFilesParams +instanceKlass org/eclipse/sisu/space/IndexedClassFinder +instanceKlass org/eclipse/jdt/internal/launching/JREContainer$RuleEntry +instanceKlass org/eclipse/sisu/space/ClassFinder +instanceKlass org/eclipse/jdt/internal/launching/JREContainer$RuleKey +instanceKlass org/eclipse/sisu/space/SpaceModule +instanceKlass org/eclipse/lsp4j/RenameFilesParams +instanceKlass org/eclipse/lsp4j/CreateFilesParams +instanceKlass org/eclipse/sisu/space/SpaceVisitor +instanceKlass org/eclipse/sisu/plexus/PlexusTypeListener +instanceKlass org/eclipse/sisu/space/QualifiedTypeListener +instanceKlass org/eclipse/lsp4j/DeleteFilesParams +instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule$1 +instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXVersionUtil +instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy +instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule +instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXAccessRuleParticipant +instanceKlass org/eclipse/sisu/plexus/PlexusBeanSource +instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanModule +instanceKlass org/eclipse/sisu/plexus/PlexusBeanModule +instanceKlass org/eclipse/jdt/internal/launching/environments/DefaultAccessRuleParticipant +instanceKlass org/eclipse/lsp4j/CallHierarchyItem +instanceKlass org/eclipse/sisu/space/URLClassSpace +instanceKlass org/eclipse/lsp4j/CallHierarchyOutgoingCall +instanceKlass org/eclipse/jdt/internal/core/ModelUpdater +instanceKlass org/eclipse/lsp4j/CallHierarchyIncomingCall +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$SLF4JLoggerFactoryProvider +instanceKlass com/google/inject/util/Providers$ConstantProvider +instanceKlass com/google/inject/util/Providers +instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable +instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable +instanceKlass org/eclipse/lsp4j/SemanticTokensDelta +instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable +instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable +instanceKlass org/eclipse/lsp4j/adapters/SemanticTokensFullDeltaResponseAdapter +instanceKlass org/codehaus/plexus/logging/LogEnabled +instanceKlass org/eclipse/sisu/bean/PropertyBinding +instanceKlass org/eclipse/lsp4j/TypeHierarchyItem +instanceKlass org/eclipse/jdt/internal/launching/JREContainer$1 +instanceKlass org/eclipse/jdt/internal/launching/JREContainer +instanceKlass org/eclipse/lsp4j/Moniker +instanceKlass org/eclipse/lsp4j/CompletionList +instanceKlass javax/annotation/PreDestroy +instanceKlass javax/annotation/PostConstruct +instanceKlass org/eclipse/lsp4j/adapters/DocumentDiagnosticReportTypeAdapter +instanceKlass org/eclipse/sisu/bean/LifecycleBuilder +instanceKlass org/eclipse/jdt/launching/environments/CompatibleEnvironment +instanceKlass org/eclipse/sisu/bean/BeanScheduler$1 +instanceKlass org/eclipse/lsp4j/Command +instanceKlass com/google/inject/spi/DefaultBindingScopingVisitor +instanceKlass org/eclipse/lsp4j/adapters/CodeActionResponseAdapter +instanceKlass com/google/inject/spi/BindingScopingVisitor +instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironmentAnalyzer +instanceKlass org/eclipse/sisu/bean/BeanScheduler$CycleActivator +instanceKlass org/eclipse/lsp4j/Hover +instanceKlass com/google/inject/Scope +instanceKlass com/google/inject/PrivateBinder +instanceKlass com/google/inject/MembersInjector +instanceKlass com/google/inject/binder/AnnotatedConstantBindingBuilder +instanceKlass org/eclipse/lsp4j/InlineValueEvaluatableExpression +instanceKlass com/google/inject/spi/TypeListener +instanceKlass org/eclipse/lsp4j/InlineValueVariableLookup +instanceKlass org/aopalliance/intercept/MethodInterceptor +instanceKlass org/aopalliance/intercept/Interceptor +instanceKlass org/aopalliance/aop/Advice +instanceKlass com/google/inject/spi/ModuleAnnotatedMethodScanner +instanceKlass com/google/inject/spi/Message +instanceKlass com/google/inject/spi/Element +instanceKlass org/eclipse/lsp4j/adapters/InlineValueResponseAdapter +instanceKlass com/google/inject/spi/Dependency +instanceKlass org/eclipse/lsp4j/FoldingRange +instanceKlass com/google/inject/Key +instanceKlass com/google/inject/binder/AnnotatedBindingBuilder +instanceKlass com/google/inject/binder/LinkedBindingBuilder +instanceKlass org/eclipse/lsp4j/LinkedEditingRanges +instanceKlass com/google/inject/binder/ScopedBindingBuilder +instanceKlass com/google/inject/TypeLiteral +instanceKlass com/google/inject/spi/ProvisionListener +instanceKlass com/google/inject/Binder +instanceKlass org/eclipse/lsp4j/PrepareRenameDefaultBehavior +instanceKlass org/eclipse/lsp4j/PrepareRenameResult +instanceKlass org/eclipse/sisu/bean/BeanScheduler +instanceKlass org/eclipse/lsp4j/Range +instanceKlass org/eclipse/lsp4j/adapters/PrepareRenameResponseAdapter +instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeanLocator +instanceKlass org/eclipse/lsp4j/ColorPresentation +instanceKlass org/eclipse/lsp4j/SignatureHelp +instanceKlass org/eclipse/sisu/plexus/RealmManager +instanceKlass org/eclipse/lsp4j/ColorInformation +instanceKlass org/codehaus/plexus/context/ContextMapAdapter +instanceKlass org/eclipse/lsp4j/TextEdit +instanceKlass org/eclipse/jdt/internal/launching/environments/Analyzer +instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironmentAnalyzerDelegate +instanceKlass org/eclipse/lsp4j/SelectionRange +instanceKlass org/codehaus/plexus/context/DefaultContext +instanceKlass org/eclipse/jdt/internal/launching/environments/AccessRuleParticipant +instanceKlass org/codehaus/plexus/logging/AbstractLogger +instanceKlass org/eclipse/lsp4j/DocumentSymbol +instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment$1 +instanceKlass org/eclipse/lsp4j/SymbolInformation +instanceKlass org/eclipse/jdt/launching/environments/IAccessRuleParticipant +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$LoggerProvider +instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment +instanceKlass org/eclipse/lsp4j/adapters/DocumentSymbolResponseAdapter +instanceKlass @bci org/eclipse/jdt/internal/launching/environments/EnvironmentsManager initializeExtensions ()V 14 argL0 ; # org/eclipse/jdt/internal/launching/environments/EnvironmentsManager$$Lambda+0x000001e42539f4b8 +instanceKlass org/eclipse/lsp4j/SemanticTokens +instanceKlass @bci org/eclipse/jdt/internal/launching/environments/EnvironmentsManager initializeExtensions ()V 9 member ; # org/eclipse/jdt/internal/launching/environments/EnvironmentsManager$$Lambda+0x000001e42539f228 +instanceKlass @cpi com/google/inject/internal/AbstractProcessor 76 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253d0000 +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$DefaultsModule +instanceKlass org/eclipse/lsp4j/LocationLink +instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironment +instanceKlass org/eclipse/lsp4j/Location +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$ContainerModule +instanceKlass com/google/gson/internal/$Gson$Types$WildcardTypeImpl +instanceKlass org/eclipse/sisu/inject/ImplicitBindings +instanceKlass org/eclipse/jdt/internal/launching/environments/EnvironmentsManager +instanceKlass org/eclipse/sisu/inject/MildValues$InverseMapping +instanceKlass org/eclipse/sisu/inject/MildValues +instanceKlass sun/reflect/generics/tree/Wildcard +instanceKlass sun/reflect/generics/tree/BottomSignature +instanceKlass com/google/common/collect/ObjectArrays +instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1 +instanceKlass org/eclipse/lsp4j/adapters/LocationLinkListAdapter +instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater +instanceKlass org/eclipse/sisu/inject/RankedSequence$Content +instanceKlass org/eclipse/lsp4j/WorkspaceEdit +instanceKlass org/eclipse/sisu/inject/RankedSequence +instanceKlass org/eclipse/lsp4j/CompletionItem +instanceKlass org/eclipse/sisu/inject/BindingSubscriber +instanceKlass org/eclipse/sisu/inject/DefaultBeanLocator +instanceKlass org/eclipse/sisu/inject/DeferredClass +instanceKlass org/codehaus/plexus/DefaultPlexusContainer$LoggerManagerProvider +instanceKlass org/eclipse/sisu/inject/DeferredProvider +instanceKlass com/google/inject/Provider +instanceKlass org/eclipse/lsp4j/DocumentLink +instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenComponentContributor$IMavenComponentBinder +instanceKlass com/google/inject/AbstractModule +instanceKlass org/codehaus/plexus/context/Context +instanceKlass org/eclipse/lsp4j/DidSaveTextDocumentParams +instanceKlass org/eclipse/sisu/space/ClassSpace +instanceKlass javax/inject/Provider +instanceKlass org/eclipse/lsp4j/DocumentFormattingParams +instanceKlass org/eclipse/lsp4j/DidOpenTextDocumentParams +instanceKlass org/eclipse/sisu/bean/BeanManager +instanceKlass org/eclipse/lsp4j/DidChangeTextDocumentParams +instanceKlass org/eclipse/sisu/plexus/PlexusBeanLocator +instanceKlass org/eclipse/lsp4j/DidCloseTextDocumentParams +instanceKlass org/eclipse/sisu/inject/MutableBeanLocator +instanceKlass org/eclipse/sisu/inject/BeanLocator +instanceKlass org/eclipse/lsp4j/InlayHintParams +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$PathReplace +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$AccessRuleReplace +instanceKlass org/eclipse/sisu/inject/BindingPublisher +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$ClasspathAttributeReplace +instanceKlass org/eclipse/lsp4j/InlineValueParams +instanceKlass org/eclipse/sisu/inject/RankingFunction +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$ProjectEntryReplace +instanceKlass org/eclipse/lsp4j/InlayHint +instanceKlass org/codehaus/plexus/DefaultPlexusContainer +instanceKlass org/codehaus/plexus/MutablePlexusContainer +instanceKlass org/eclipse/lsp4j/DocumentRangeFormattingParams +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$LibraryEntryReplace +instanceKlass @bci java/util/function/Function andThen (Ljava/util/function/Function;)Ljava/util/function/Function; 7 member ; # java/util/function/Function$$Lambda+0x000001e4253563d8 +instanceKlass @cpi java/util/function/Function 58 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253bc800 +instanceKlass org/eclipse/lsp4j/WillSaveTextDocumentParams +instanceKlass @bci org/apache/maven/extension/internal/CoreExports (Lorg/codehaus/plexus/classworlds/realm/ClassRealm;Ljava/util/Set;Ljava/util/Set;)V 38 argL0 ; # org/apache/maven/extension/internal/CoreExports$$Lambda+0x000001e4253ba420 +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainer +instanceKlass org/eclipse/lsp4j/CodeLens +instanceKlass @bci java/util/stream/Collectors uniqKeysMapMerger ()Ljava/util/function/BinaryOperator; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4253561a0 +instanceKlass @bci java/util/stream/Collectors uniqKeysMapAccumulator (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/function/BiConsumer; 2 member ; # java/util/stream/Collectors$$Lambda+0x000001e425355f78 +instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425355d68 +instanceKlass @bci org/apache/maven/extension/internal/CoreExports (Lorg/codehaus/plexus/classworlds/realm/ClassRealm;Ljava/util/Set;Ljava/util/Set;)V 30 member ; # org/apache/maven/extension/internal/CoreExports$$Lambda+0x000001e4253ba1e8 +instanceKlass org/eclipse/lsp4j/CodeAction +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper +instanceKlass @bci java/util/function/Function identity ()Ljava/util/function/Function; 0 argL0 ; # java/util/function/Function$$Lambda+0x000001e425355b38 +instanceKlass org/apache/maven/extension/internal/CoreExports +instanceKlass org/eclipse/lsp4j/WorkDoneProgressAndPartialResultParams +instanceKlass org/codehaus/plexus/DefaultContainerConfiguration +instanceKlass org/codehaus/plexus/ContainerConfiguration +instanceKlass org/codehaus/plexus/util/BaseIOUtil +instanceKlass org/eclipse/lsp4j/InitializeResult +instanceKlass org/eclipse/lsp4j/services/NotebookDocumentService +instanceKlass org/eclipse/lsp4j/SetTraceParams +instanceKlass org/eclipse/lsp4j/WorkDoneProgressCancelParams +instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsReader +instanceKlass org/eclipse/lsp4j/InitializedParams +instanceKlass org/eclipse/lsp4j/InitializeParams +instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingRequest +instanceKlass org/eclipse/jdt/ls/core/internal/JavaClientConnection +instanceKlass org/codehaus/plexus/interpolation/ValueSource +instanceKlass org/eclipse/lsp4j/jsonrpc/CancelChecker +instanceKlass org/apache/maven/execution/ExecutionListener +instanceKlass org/eclipse/aether/transfer/TransferListener +instanceKlass org/apache/maven/eventspy/EventSpy$Context +instanceKlass org/apache/maven/exception/ExceptionHandler +instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathHelpers +instanceKlass org/apache/maven/cli/MavenCli +instanceKlass org/eclipse/m2e/jdt/AbstractClassifierClasspathProvider +instanceKlass jdk/internal/vm/annotation/IntrinsicCandidate +instanceKlass org/eclipse/m2e/jdt/IClassifierClasspathProvider +instanceKlass org/eclipse/lsp4j/jsonrpc/json/JsonRpcMethodProvider +instanceKlass org/eclipse/m2e/jdt/internal/MavenClassifierManager +instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonDelegate +instanceKlass com/google/gson/internal/LinkedTreeMap$Node +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints getSupportedMethods (Ljava/lang/Class;Ljava/util/Set;)Ljava/util/Map; 29 member ; # org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints$$Lambda+0x000001e4253b0a68 +instanceKlass com/google/gson/internal/LinkedTreeMap$1 +instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager variableNames ()[Ljava/lang/String; 7 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e4252f9d88 +instanceKlass org/eclipse/jdt/ls/core/internal/StatusReport +instanceKlass @bci org/eclipse/jdt/launching/AbstractVMInstallType getVMInstalls ()[Lorg/eclipse/jdt/launching/IVMInstall; 4 argL0 ; # org/eclipse/jdt/launching/AbstractVMInstallType$$Lambda+0x000001e42539e910 +instanceKlass org/eclipse/jdt/ls/core/internal/ProgressReport +instanceKlass org/eclipse/jdt/ls/core/internal/EventNotification +instanceKlass org/eclipse/jdt/ls/core/internal/ActionableNotification +instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultImplementationConstructor (Ljava/lang/reflect/Type;Ljava/lang/Class;)Lcom/google/gson/internal/ObjectConstructor; 54 argL0 ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e4253aed98 +instanceKlass @bci org/eclipse/jdt/launching/VMStandin convertToRealVM ()Lorg/eclipse/jdt/launching/IVMInstall; 155 member ; # org/eclipse/jdt/launching/VMStandin$$Lambda+0x000001e42539e198 +instanceKlass @cpi org/eclipse/jdt/launching/VMStandin 173 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253b1000 +instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultImplementationConstructor (Ljava/lang/reflect/Type;Ljava/lang/Class;)Lcom/google/gson/internal/ObjectConstructor; 152 argL0 ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e4253aeb88 +instanceKlass com/google/gson/internal/ObjectConstructor +instanceKlass org/eclipse/lsp4j/ExecuteCommandParams +instanceKlass org/eclipse/jdt/launching/IVMRunner +instanceKlass org/codehaus/plexus/util/xml/pull/MXParser +instanceKlass com/google/gson/internal/ReflectionAccessFilterHelper +instanceKlass org/eclipse/lsp4j/ApplyWorkspaceEditResponse +instanceKlass org/eclipse/jdt/internal/launching/CompositeId +instanceKlass org/codehaus/plexus/util/xml/pull/XmlPullParser +instanceKlass org/eclipse/lsp4j/MessageActionItem +instanceKlass org/codehaus/plexus/util/xml/Xpp3DomBuilder +instanceKlass com/google/gson/internal/reflect/ReflectionHelper$RecordHelper +instanceKlass com/google/gson/internal/reflect/ReflectionHelper +instanceKlass org/eclipse/lsp4j/ShowDocumentResult +instanceKlass org/eclipse/lsp4j/WorkspaceFolder +instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 14 member ; # java/util/regex/Pattern$$Lambda+0x000001e425355208 +instanceKlass org/codehaus/plexus/util/ReaderFactory +instanceKlass com/google/gson/internal/JsonReaderInternalAccess +instanceKlass com/google/gson/internal/$Gson$Preconditions +instanceKlass org/apache/maven/project/ExtensionDescriptor +instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonNotification +instanceKlass com/google/gson/internal/$Gson$Types$ParameterizedTypeImpl +instanceKlass org/eclipse/lsp4j/jsonrpc/json/JsonRpcMethod +instanceKlass org/eclipse/lsp4j/jsonrpc/json/ResponseJsonAdapter +instanceKlass java/lang/reflect/WildcardType +instanceKlass sun/reflect/generics/tree/MethodTypeSignature +instanceKlass com/google/gson/internal/$Gson$Types +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil getParameterTypes (Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Type; 17 argL0 ; # org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$$Lambda+0x000001e4253b0000 +instanceKlass org/apache/maven/project/ExtensionDescriptorBuilder +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil getParameterTypes (Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Type; 7 argL0 ; # org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$$Lambda+0x000001e4253a5c90 +instanceKlass org/eclipse/jdt/launching/LibraryLocation +instanceKlass sun/reflect/generics/tree/TypeVariableSignature +instanceKlass sun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator +instanceKlass org/codehaus/plexus/classworlds/strategy/AbstractStrategy +instanceKlass sun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl +instanceKlass java/lang/reflect/ParameterizedType +instanceKlass sun/reflect/generics/tree/ClassSignature +instanceKlass sun/reflect/generics/tree/Signature +instanceKlass org/codehaus/plexus/classworlds/strategy/Strategy +instanceKlass sun/reflect/generics/tree/FormalTypeParameter +instanceKlass org/codehaus/plexus/classworlds/strategy/StrategyFactory +instanceKlass sun/reflect/generics/repository/AbstractRepository +instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonRequest +instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField +instanceKlass org/eclipse/lsp4j/LogTraceParams +instanceKlass org/eclipse/jdt/internal/launching/LibraryInfo +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/PlexusContainerManager cleanup ()V 16 argL0 ; # org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$$Lambda+0x000001e425287878 +instanceKlass org/eclipse/lsp4j/ApplyWorkspaceEditParams +instanceKlass org/apache/maven/settings/building/SettingsBuilder +instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory +instanceKlass org/eclipse/lsp4j/ShowDocumentParams +instanceKlass org/eclipse/m2e/core/internal/M2EUtils +instanceKlass org/eclipse/lsp4j/WorkDoneProgressCreateParams +instanceKlass com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory +instanceKlass org/eclipse/lsp4j/ProgressParams +instanceKlass org/eclipse/lsp4j/MessageParams +instanceKlass org/apache/maven/settings/building/DefaultSettingsBuildingRequest +instanceKlass org/eclipse/lsp4j/UnregistrationParams +instanceKlass com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory +instanceKlass org/eclipse/lsp4j/RegistrationParams +instanceKlass org/eclipse/lsp4j/PublishDiagnosticsParams +instanceKlass com/google/gson/internal/bind/MapTypeAdapterFactory +instanceKlass java/util/concurrent/CompletableFuture +instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getSettings (Lorg/eclipse/m2e/core/embedder/MavenSettingsLocations;)Lorg/apache/maven/settings/Settings; 6 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425287448 +instanceKlass com/google/gson/internal/bind/CollectionTypeAdapterFactory +instanceKlass org/apache/maven/building/Source +instanceKlass org/eclipse/lsp4j/ConfigurationParams +instanceKlass com/google/gson/internal/bind/ArrayTypeAdapter$1 +instanceKlass org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor +instanceKlass org/apache/maven/cli/configuration/ConfigurationProcessor +instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonSegment +instanceKlass org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil +instanceKlass com/google/gson/internal/bind/DefaultDateTypeAdapter$1 +instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints getSupportedMethods (Ljava/lang/Class;Ljava/util/Set;)Ljava/util/Map; 11 member ; # org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints$$Lambda+0x000001e4253a5240 +instanceKlass java/util/concurrent/atomic/AtomicLongArray +instanceKlass org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$MethodInfo +instanceKlass org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints +instanceKlass com/google/gson/internal/bind/NumberTypeAdapter$1 +instanceKlass org/eclipse/lsp4j/jsonrpc/json/MethodProvider +instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$1 +instanceKlass org/eclipse/lsp4j/jsonrpc/Endpoint +instanceKlass org/eclipse/lsp4j/jsonrpc/MessageProducer +instanceKlass org/eclipse/lsp4j/jsonrpc/MessageConsumer +instanceKlass org/eclipse/lsp4j/jsonrpc/MessageIssueHandler +instanceKlass org/eclipse/lsp4j/jsonrpc/Launcher$Builder +instanceKlass com/google/gson/internal/bind/EnumTypeAdapter$1 +instanceKlass org/eclipse/lsp4j/jsonrpc/Launcher +instanceKlass org/eclipse/jdt/ls/core/internal/JavaClientConnection$JavaLanguageClient +instanceKlass org/eclipse/jdt/ls/core/internal/lsp/ExecuteCommandProposedClient +instanceKlass com/google/gson/internal/bind/TypeAdapters$31 +instanceKlass org/eclipse/lsp4j/services/LanguageClient +instanceKlass java/util/Currency +instanceKlass com/google/gson/internal/bind/TypeAdapters$32 +instanceKlass java/util/concurrent/atomic/AtomicIntegerArray +instanceKlass com/google/gson/internal/bind/TypeAdapters$30 +instanceKlass com/google/gson/internal/bind/TypeAdapters$29 +instanceKlass org/eclipse/jdt/launching/AbstractVMInstall +instanceKlass org/eclipse/jdt/launching/IVMInstall3 +instanceKlass org/eclipse/jdt/launching/IVMInstall2 +instanceKlass com/google/gson/internal/bind/TypeAdapters +instanceKlass com/google/gson/internal/ConstructorConstructor +instanceKlass com/google/gson/internal/sql/SqlTimestampTypeAdapter$1 +instanceKlass org/eclipse/jdt/internal/launching/VMDefinitionsContainer +instanceKlass com/google/gson/internal/sql/SqlTimeTypeAdapter$1 +instanceKlass @bci org/eclipse/jdt/internal/launching/StandardVMType ()V 78 argL0 ; # org/eclipse/jdt/internal/launching/StandardVMType$$Lambda+0x000001e425381be8 +instanceKlass com/google/gson/internal/sql/SqlDateTypeAdapter$1 +instanceKlass @bci org/eclipse/jdt/internal/launching/StandardVMType ()V 0 argL0 ; # org/eclipse/jdt/internal/launching/StandardVMType$$Lambda+0x000001e4253819d8 +instanceKlass org/eclipse/jdt/launching/AbstractVMInstallType +instanceKlass org/eclipse/jdt/launching/IVMInstallType +instanceKlass org/eclipse/jdt/ls/core/internal/ParentProcessWatcher +instanceKlass sun/nio/ch/PendingIoCache +instanceKlass com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType +instanceKlass com/google/gson/internal/sql/SqlTypesSupport +instanceKlass org/apache/maven/toolchain/io/ToolchainsReader +instanceKlass sun/nio/ch/Invoker$GroupAndInvokeCount +instanceKlass sun/nio/ch/Invoker +instanceKlass sun/nio/ch/AsynchronousChannelGroupImpl$1 +instanceKlass org/eclipse/m2e/jdt/internal/launch/MavenLaunchConfigurationListener +instanceKlass sun/nio/ch/AsynchronousChannelGroupImpl$2 +instanceKlass sun/nio/ch/Iocp$EventHandlerTask +instanceKlass @bci sun/nio/ch/ThreadPool defaultThreadFactory ()Ljava/util/concurrent/ThreadFactory; 6 argL0 ; # sun/nio/ch/ThreadPool$$Lambda+0x000001e42534f5a0 +instanceKlass @bci org/eclipse/m2e/jdt/MavenJdtPlugin start (Lorg/osgi/framework/BundleContext;)V 89 member ; # org/eclipse/m2e/jdt/MavenJdtPlugin$$Lambda+0x000001e425393d38 +instanceKlass sun/nio/ch/ThreadPool +instanceKlass sun/nio/ch/Iocp$CompletionStatus +instanceKlass java/nio/channels/AsynchronousChannelGroup +instanceKlass com/google/gson/FormattingStyle +instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$DefaultIocpHolder +instanceKlass org/eclipse/m2e/jdt/internal/DefaultClasspathManagerDelegate +instanceKlass sun/nio/ch/Groupable +instanceKlass sun/nio/ch/Iocp$OverlappedChannel +instanceKlass sun/nio/fs/WindowsChannelFactory$2 +instanceKlass java/nio/channels/AsynchronousFileChannel +instanceKlass com/google/gson/stream/JsonWriter +instanceKlass java/net/ProtocolFamily +instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$PipeStreamProvider +instanceKlass org/apache/maven/artifact/resolver/filter/AbstractScopeArtifactFilter +instanceKlass com/google/gson/stream/JsonReader +instanceKlass @bci org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory getPipeFile ()Ljava/io/File; 58 argL0 ; # org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$$Lambda+0x000001e42538cad0 +instanceKlass com/google/gson/ToNumberStrategy +instanceKlass java/lang/ProcessHandleImpl$Info +instanceKlass java/lang/ProcessHandle$Info +instanceKlass com/google/gson/Gson +instanceKlass @bci java/lang/ProcessHandleImpl lambda$static$1 ()Ljava/util/concurrent/Executor; 45 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425394000 +instanceKlass @bci java/lang/ProcessHandleImpl lambda$static$1 ()Ljava/util/concurrent/Executor; 45 member ; # java/lang/ProcessHandleImpl$$Lambda+0x000001e42534cee0 +instanceKlass org/eclipse/m2e/jdt/IClasspathDescriptor +instanceKlass @cpi java/lang/ProcessHandleImpl 436 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425392400 +instanceKlass org/eclipse/m2e/jdt/IClasspathManagerDelegate +instanceKlass org/apache/maven/artifact/resolver/filter/ArtifactFilter +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425392000 +instanceKlass org/eclipse/m2e/jdt/internal/BuildPathManager +instanceKlass @bci java/lang/ProcessHandleImpl ()V 32 argL0 ; # java/lang/ProcessHandleImpl$$Lambda+0x000001e42534ccd0 +instanceKlass java/lang/ProcessHandleImpl +instanceKlass java/lang/ProcessHandle +instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$StreamProvider +instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory +instanceKlass org/eclipse/jdt/ls/core/internal/JVMConfigurator +instanceKlass org/eclipse/m2e/core/MavenPlugin +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getService (Ljava/lang/Class;)Ljava/lang/Object; 18 member ; # org/eclipse/m2e/core/internal/MavenPluginActivator$$Lambda+0x000001e425287018 +instanceKlass com/google/gson/TypeAdapter +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/TypeHierarchyHandler +instanceKlass com/google/gson/internal/Excluder +instanceKlass com/google/gson/TypeAdapterFactory +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$CommandHandlerHolder +instanceKlass com/google/gson/FieldNamingStrategy +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler +instanceKlass com/google/gson/GsonBuilder +instanceKlass org/eclipse/m2e/jdt/IClasspathManager +instanceKlass com/google/common/base/Optional +instanceKlass org/eclipse/m2e/jdt/IMavenClassifierManager +instanceKlass com/google/common/io/ByteArrayDataOutput +instanceKlass com/google/common/io/ByteArrayDataInput +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseDocumentLifeCycleHandler +instanceKlass org/eclipse/jdt/core/ClasspathContainerInitializer +instanceKlass com/google/common/io/ByteStreams +instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel$1 +instanceKlass sun/nio/ch/Interruptible +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$11 +instanceKlass org/eclipse/lsp4j/WorkDoneProgressParams +instanceKlass org/eclipse/lsp4j/PartialResultParams +instanceKlass org/eclipse/lsp4j/TextDocumentPositionParams +instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$ProjectRegistryRefreshJobMatcher +instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$IJobMatcher +instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers +instanceKlass org/eclipse/debug/core/model/ISourceLocator +instanceKlass org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport +instanceKlass com/google/common/collect/PeekingIterator +instanceKlass org/eclipse/jdt/launching/StandardClasspathProvider +instanceKlass org/eclipse/jdt/launching/IVMConnector +instanceKlass @bci org/eclipse/buildship/core/internal/CorePlugin scheduleSynchronizationForAbsentModels ()V 15 argL0 ; # org/eclipse/buildship/core/internal/CorePlugin$$Lambda+0x000001e42533f198 +instanceKlass org/eclipse/buildship/core/internal/configuration/GradleProjectNature +instanceKlass java/util/Collections$2 +instanceKlass org/eclipse/buildship/core/internal/extension/DefaultExtensionManager +instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathEntry +instanceKlass com/google/common/collect/Iterators +instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironmentsManager +instanceKlass org/eclipse/buildship/core/internal/operation/DefaultToolingApiOperationManager +instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathEntryResolver +instanceKlass org/eclipse/jdt/launching/IVMInstall +instanceKlass org/eclipse/buildship/core/internal/launch/DefaultExternalLaunchConfigurationManager$LaunchConfigurationListener +instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathProvider +instanceKlass org/eclipse/buildship/core/internal/launch/DefaultExternalLaunchConfigurationManager +instanceKlass org/eclipse/jdt/launching/JavaRuntime +instanceKlass org/eclipse/buildship/core/internal/configuration/BuildConfigurationPersistence +instanceKlass org/eclipse/buildship/core/internal/configuration/WorkspaceConfigurationPersistence +instanceKlass org/eclipse/buildship/core/internal/configuration/TestRunConfiguration +instanceKlass org/eclipse/buildship/core/internal/launch/BaseRunConfigurationAttributes +instanceKlass org/eclipse/buildship/core/internal/configuration/BuildConfiguration +instanceKlass org/eclipse/buildship/core/internal/configuration/RunConfiguration +instanceKlass org/eclipse/buildship/core/internal/configuration/BaseRunConfiguration +instanceKlass org/eclipse/buildship/core/internal/configuration/ProjectConfiguration +instanceKlass org/eclipse/buildship/core/GradleDistribution +instanceKlass org/eclipse/buildship/core/internal/configuration/DefaultConfigurationManager +instanceKlass org/eclipse/buildship/core/internal/invocation/InvocationCustomizerCollector +instanceKlass org/eclipse/buildship/core/internal/operation/ToolingApiJobResultHandler +instanceKlass org/eclipse/buildship/core/internal/workspace/SynchronizingBuildScriptUpdateListener +instanceKlass org/eclipse/buildship/core/internal/workspace/ProjectChangeListener +instanceKlass @bci com/google/common/io/Closer ()V 0 argL0 ; # com/google/common/io/Closer$$Lambda+0x000001e42532b840 +instanceKlass @cpi org/springframework/boot/configurationprocessor/TypeUtils 409 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425338000 +instanceKlass com/google/common/io/Closer$Suppressor +instanceKlass org/eclipse/buildship/core/internal/preferences/PersistentModel +instanceKlass com/google/common/io/Closer +instanceKlass org/eclipse/buildship/core/internal/preferences/DefaultModelPersistence +instanceKlass org/eclipse/buildship/core/internal/event/EventListener +instanceKlass org/eclipse/buildship/core/internal/event/DefaultListenerRegistry +instanceKlass org/eclipse/debug/internal/core/groups/GroupMemberChangeListener +instanceKlass com/google/common/io/CharSource +instanceKlass org/eclipse/core/internal/watson/ElementTreeIterator +instanceKlass com/google/common/hash/PrimitiveSink +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 ; # java/lang/invoke/LambdaForm$MH+0x000001e425333c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425333800 +instanceKlass com/google/common/io/Files$2 +instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceProxyVisitor;II)V 50 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425333400 +instanceKlass com/google/common/io/ByteSink +instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceProxyVisitor;II)V 50 member ; # org/eclipse/core/internal/resources/Resource$$Lambda+0x000001e42529c6b0 +instanceKlass @cpi org/eclipse/core/internal/resources/Resource 1632 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425333000 +instanceKlass com/google/common/io/LineProcessor +instanceKlass org/eclipse/core/internal/resources/ResourceProxy +instanceKlass com/google/common/io/ByteSource +instanceKlass org/eclipse/debug/internal/core/LaunchManager$ResourceProxyVisitor +instanceKlass com/google/common/graph/SuccessorsFunction +instanceKlass com/google/common/io/Files +instanceKlass org/eclipse/debug/core/ILaunchDelegate +instanceKlass org/eclipse/debug/core/ILaunchMode +instanceKlass org/eclipse/jdt/internal/launching/LaunchingPlugin$1$1 +instanceKlass org/eclipse/core/resources/IResourceProxyVisitor +instanceKlass com/google/common/base/Charsets +instanceKlass ch/qos/logback/classic/spi/EventArgUtil +instanceKlass ch/qos/logback/classic/spi/IThrowableProxy +instanceKlass ch/qos/logback/classic/spi/LoggingEvent +instanceKlass org/eclipse/debug/core/model/IDebugElement +instanceKlass org/eclipse/debug/core/ILaunch +instanceKlass org/eclipse/debug/core/model/ISuspendResume +instanceKlass org/eclipse/debug/core/model/IStepFilters +instanceKlass org/eclipse/debug/core/model/IStep +instanceKlass org/eclipse/debug/core/model/IDropToFrame +instanceKlass org/eclipse/debug/core/model/IDisconnect +instanceKlass org/eclipse/debug/core/ILaunchConfiguration +instanceKlass org/eclipse/buildship/core/internal/launch/DefaultGradleLaunchConfigurationManager +instanceKlass org/eclipse/buildship/core/internal/console/StdProcessStreamsProvider$1 +instanceKlass org/eclipse/debug/internal/core/commands/ForEachCommand$ExclusiveRule +instanceKlass org/eclipse/buildship/core/internal/console/ProcessStreams +instanceKlass org/eclipse/buildship/core/internal/console/StdProcessStreamsProvider +instanceKlass org/eclipse/debug/core/commands/AbstractDebugCommand +instanceKlass org/eclipse/buildship/core/internal/workspace/InternalGradleBuild +instanceKlass org/eclipse/debug/core/commands/IStepFiltersHandler +instanceKlass org/eclipse/buildship/core/internal/workspace/DefaultGradleWorkspace +instanceKlass org/eclipse/debug/core/commands/IResumeHandler +instanceKlass org/eclipse/debug/core/commands/ISuspendHandler +instanceKlass org/eclipse/debug/core/commands/IDisconnectHandler +instanceKlass org/eclipse/debug/core/commands/IDropToFrameHandler +instanceKlass org/eclipse/debug/core/commands/IStepReturnHandler +instanceKlass org/eclipse/debug/core/commands/IStepIntoHandler +instanceKlass org/eclipse/debug/core/commands/IStepOverHandler +instanceKlass org/eclipse/debug/core/commands/ITerminateHandler +instanceKlass org/eclipse/debug/core/commands/IDebugCommandHandler +instanceKlass org/eclipse/debug/internal/core/commands/CommandAdapterFactory +instanceKlass org/eclipse/buildship/core/internal/event/Event +instanceKlass org/eclipse/debug/core/DebugPlugin$1$1 +instanceKlass com/google/gson/reflect/TypeToken +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$Sync$HoldCounter +instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersions +instanceKlass org/eclipse/debug/internal/core/DebugOptions +instanceKlass org/eclipse/debug/core/DebugPlugin$AsynchRunner +instanceKlass org/eclipse/buildship/core/internal/workspace/DefaultWorkspaceOperations +instanceKlass org/eclipse/debug/core/DebugPlugin$EventNotifier +instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersionsWrapper$LoadVersionsJob$1 +instanceKlass org/eclipse/buildship/core/internal/util/logging/EclipseLogger +instanceKlass org/eclipse/debug/core/IBreakpointManager +instanceKlass com/google/common/collect/UnmodifiableIterator +instanceKlass org/eclipse/debug/core/IExpressionManager +instanceKlass org/eclipse/debug/core/IMemoryBlockManager +instanceKlass org/eclipse/debug/core/model/IProcess +instanceKlass org/eclipse/debug/core/model/ITerminate +instanceKlass com/google/common/base/Converter +instanceKlass org/eclipse/debug/core/ILaunchManager +instanceKlass com/google/common/collect/Maps$EntryTransformer +instanceKlass org/eclipse/debug/core/ILaunchConfigurationListener +instanceKlass com/google/common/collect/ImmutableMap +instanceKlass com/google/common/collect/BiMap +instanceKlass org/eclipse/debug/core/IDebugEventSetListener +instanceKlass org/eclipse/debug/core/ILaunchesListener +instanceKlass com/google/common/collect/SortedMapDifference +instanceKlass com/google/common/collect/MapDifference +instanceKlass com/google/common/collect/Maps +instanceKlass org/eclipse/jdt/launching/IVMInstallChangedListener +instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersionsWrapper +instanceKlass org/eclipse/buildship/core/internal/Logger +instanceKlass java/util/concurrent/Executors$DefaultThreadFactory +instanceKlass org/eclipse/buildship/core/internal/launch/GradleLaunchConfigurationManager +instanceKlass org/eclipse/buildship/core/GradleBuild +instanceKlass org/eclipse/buildship/core/internal/event/ListenerRegistry +instanceKlass org/eclipse/buildship/core/internal/workspace/WorkspaceOperations +instanceKlass org/eclipse/jdt/ls/core/internal/ProjectUtils +instanceKlass org/eclipse/buildship/core/internal/workspace/InternalGradleWorkspace +instanceKlass org/eclipse/buildship/core/GradleWorkspace +instanceKlass org/eclipse/buildship/core/internal/extension/ExtensionManager +instanceKlass org/eclipse/buildship/core/internal/operation/ToolingApiOperationManager +instanceKlass org/eclipse/buildship/core/internal/configuration/ConfigurationManager +instanceKlass org/eclipse/buildship/core/invocation/InvocationCustomizer +instanceKlass com/google/gson/JsonElement +instanceKlass org/eclipse/buildship/core/internal/preferences/ModelPersistence +instanceKlass org/eclipse/buildship/core/internal/console/ProcessStreamsProvider +instanceKlass org/eclipse/jdt/ls/core/internal/managers/TelemetryManager +instanceKlass org/eclipse/buildship/core/internal/launch/ExternalLaunchConfigurationManager +instanceKlass org/eclipse/buildship/core/internal/TraceScope +instanceKlass org/eclipse/core/runtime/jobs/ProgressProvider +instanceKlass org/eclipse/jdt/ls/core/internal/LanguageServerApplication +instanceKlass org/eclipse/equinox/app/IApplication +instanceKlass org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BundleUtils +instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesWrapper +instanceKlass org/eclipse/equinox/security/storage/ISecurePreferences +instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer +instanceKlass @bci org/eclipse/equinox/internal/security/storage/SecurePreferencesRoot load ()V 241 member ; # org/eclipse/equinox/internal/security/storage/SecurePreferencesRoot$$Lambda+0x000001e4253212c8 +instanceKlass javax/crypto/spec/PBEKeySpec +instanceKlass org/eclipse/equinox/internal/security/storage/PasswordExt +instanceKlass org/eclipse/equinox/internal/security/storage/JavaEncryption +instanceKlass org/eclipse/equinox/security/storage/provider/IPreferencesContainer +instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferences +instanceKlass org/eclipse/equinox/internal/security/storage/friends/IStorageConstants +instanceKlass org/eclipse/equinox/internal/security/storage/StorageUtils +instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper +instanceKlass org/eclipse/equinox/security/storage/SecurePreferencesFactory +instanceKlass com/sun/jna/Function$PostCallRead +instanceKlass com/sun/jna/NativeString +instanceKlass com/sun/jna/Library$Handler$FunctionInfo +instanceKlass com/sun/jna/internal/ReflectionUtils +instanceKlass com/sun/jna/Native$3 +instanceKlass com/sun/jna/Library$Handler +instanceKlass com/sun/jna/win32/W32APIFunctionMapper +instanceKlass com/sun/jna/FunctionMapper +instanceKlass com/sun/jna/win32/W32APIOptions +instanceKlass org/eclipse/core/net/internal/proxy/win32/ProxyProviderWin32$WinHttp +instanceKlass com/sun/jna/win32/StdCallLibrary +instanceKlass com/sun/jna/win32/StdCall +instanceKlass com/sun/jna/AltCallingConvention +instanceKlass org/eclipse/core/internal/net/ProxyData +instanceKlass org/eclipse/equinox/internal/security/auth/AuthPlugin +instanceKlass org/eclipse/core/internal/net/ProxyType +instanceKlass org/eclipse/core/net/proxy/IProxyChangeEvent +instanceKlass org/eclipse/core/internal/net/AbstractProxyProvider +instanceKlass org/eclipse/core/internal/net/ProxyManager +instanceKlass org/eclipse/core/net/proxy/IProxyService +instanceKlass @bci org/eclipse/core/internal/net/Policy ()V 8 argL0 ; # org/eclipse/core/internal/net/Policy$$Lambda+0x000001e4253195e8 +instanceKlass org/eclipse/core/internal/net/Policy +instanceKlass org/eclipse/core/net/proxy/IProxyData +instanceKlass org/eclipse/core/internal/net/PreferenceManager +instanceKlass org/eclipse/core/internal/net/Activator +instanceKlass org/eclipse/core/internal/net/ProxySelector +instanceKlass java/text/DontCareFieldPosition$1 +instanceKlass org/eclipse/osgi/framework/log/FrameworkLogEntry +instanceKlass org/eclipse/jdt/ls/core/internal/DiagnosticsState +instanceKlass org/eclipse/jdt/ls/core/internal/managers/ContentProviderManager +instanceKlass org/eclipse/jdt/ls/core/internal/managers/DigestStore +instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Either +instanceKlass org/eclipse/jdt/ls/core/internal/framework/IFrameworkSupport +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/IPreferencesChangeListener +instanceKlass org/eclipse/text/templates/TemplateStoreCore +instanceKlass com/sun/org/apache/xml/internal/serializer/WriterChain +instanceKlass com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO +instanceKlass javax/xml/transform/stax/StAXSource +instanceKlass javax/xml/transform/sax/SAXSource +instanceKlass javax/xml/transform/stream/StreamSource +instanceKlass com/sun/org/apache/xml/internal/serializer/NamespaceMappings$MappingRecord +instanceKlass com/sun/org/apache/xml/internal/serializer/NamespaceMappings +instanceKlass sun/nio/cs/DelegatableDecoder +instanceKlass java/nio/charset/Charset$1 +instanceKlass java/nio/charset/Charset$2 +instanceKlass java/nio/charset/Charset$ThreadTrackHolder +instanceKlass java/nio/charset/Charset$ExtendedProviderHolder$1 +instanceKlass java/nio/charset/Charset$ExtendedProviderHolder +instanceKlass @bci jdk/xml/internal/SecuritySupport getResourceAsStream (Ljava/lang/String;)Ljava/io/InputStream; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e425345788 +instanceKlass com/sun/org/apache/xml/internal/serializer/Encodings$EncodingInfos +instanceKlass com/sun/org/apache/xml/internal/serializer/Encodings +instanceKlass com/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer +instanceKlass com/sun/org/apache/xml/internal/serializer/EncodingInfo +instanceKlass com/sun/org/apache/xml/internal/serializer/ToStream$BoolStack +instanceKlass com/sun/org/apache/xml/internal/serializer/ElemContext +instanceKlass org/xml/sax/helpers/AttributesImpl +instanceKlass com/sun/org/apache/xml/internal/serializer/CharInfo$CharKey +instanceKlass sun/util/ResourceBundleEnumeration +instanceKlass com/sun/org/apache/xml/internal/serializer/CharInfo +instanceKlass com/sun/org/apache/xml/internal/serializer/SerializerBase +instanceKlass com/sun/org/apache/xml/internal/serializer/SerializerConstants +instanceKlass com/sun/org/apache/xml/internal/serializer/SerializationHandler +instanceKlass com/sun/org/apache/xml/internal/serializer/Serializer +instanceKlass com/sun/org/apache/xml/internal/serializer/DOMSerializer +instanceKlass org/xml/sax/ext/DeclHandler +instanceKlass com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes +instanceKlass com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler +instanceKlass org/xml/sax/ext/LexicalHandler +instanceKlass com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler +instanceKlass javax/xml/transform/dom/DOMResult +instanceKlass javax/xml/transform/stax/StAXResult +instanceKlass javax/xml/transform/sax/SAXResult +instanceKlass com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory +instanceKlass javax/xml/transform/dom/DOMSource +instanceKlass com/sun/org/apache/xml/internal/utils/XMLReaderManager +instanceKlass com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory +instanceKlass javax/xml/transform/Transformer +instanceKlass com/sun/org/apache/xalan/internal/xsltc/DOMCache +instanceKlass @bci javax/xml/catalog/CatalogFeatures setProperties (Ljavax/xml/catalog/CatalogFeatures$Builder;)V 5 member ; # javax/xml/catalog/CatalogFeatures$$Lambda+0x000001e42527ee50 +instanceKlass javax/xml/catalog/CatalogMessages +instanceKlass javax/xml/catalog/Util +instanceKlass @bci javax/xml/transform/FactoryFinder newInstance (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/ClassLoader;Z)Ljava/lang/Object; 107 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527e428 +instanceKlass jdk/xml/internal/JdkProperty +instanceKlass jdk/xml/internal/XMLSecurityManager +instanceKlass com/sun/org/apache/xalan/internal/utils/FeaturePropertyBase +instanceKlass jdk/xml/internal/JdkXmlFeatures +instanceKlass javax/xml/catalog/CatalogFeatures$Builder +instanceKlass javax/xml/catalog/CatalogFeatures +instanceKlass jdk/xml/internal/TransformErrorListener +instanceKlass javax/xml/transform/ErrorListener +instanceKlass com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader +instanceKlass @bci javax/xml/transform/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 123 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527aa98 +instanceKlass javax/xml/transform/FactoryFinder$1 +instanceKlass @bci javax/xml/transform/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 24 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527a660 +instanceKlass javax/xml/transform/FactoryFinder +instanceKlass javax/xml/transform/TransformerFactory +instanceKlass javax/xml/transform/stream/StreamResult +instanceKlass org/eclipse/text/templates/TemplateReaderWriter +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425279b08 +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4252798e8 +instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4252796d8 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager reloadTemplateStore ()V 24 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager$$Lambda+0x000001e4253076c0 +instanceKlass org/eclipse/text/templates/TemplatePersistenceData +instanceKlass org/eclipse/jface/text/templates/Template +instanceKlass java/util/ResourceBundle$Control$2 +instanceKlass @bci java/util/stream/ReferencePipeline toArray ()[Ljava/lang/Object; 1 argL0 ; # java/util/stream/ReferencePipeline$$Lambda+0x000001e425278ee8 +instanceKlass java/util/ImmutableCollections$Access$1 +instanceKlass jdk/internal/access/JavaUtilCollectionAccess +instanceKlass java/util/ImmutableCollections$Access +instanceKlass @bci java/util/ResourceBundle$ResourceBundleControlProviderHolder lambda$static$0 ()Ljava/util/List; 11 argL0 ; # java/util/ResourceBundle$ResourceBundleControlProviderHolder$$Lambda+0x000001e4252786a8 +instanceKlass java/util/ServiceLoader$ProviderSpliterator +instanceKlass java/util/spi/ResourceBundleControlProvider +instanceKlass @bci java/util/ResourceBundle$ResourceBundleControlProviderHolder ()V 0 argL0 ; # java/util/ResourceBundle$ResourceBundleControlProviderHolder$$Lambda+0x000001e425278018 +instanceKlass java/util/ResourceBundle$ResourceBundleControlProviderHolder +instanceKlass org/eclipse/jface/text/templates/TextTemplateMessages +instanceKlass org/eclipse/jface/text/IRegion +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/FormatterHandler +instanceKlass sun/nio/fs/WindowsPath$1 +instanceKlass org/apache/commons/lang3/text/StrTokenizer +instanceKlass org/apache/commons/lang3/text/StrBuilder +instanceKlass org/apache/commons/lang3/builder/Builder +instanceKlass @bci java/util/regex/CharPredicates forUnicodeBlock (Ljava/lang/String;)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/CharPredicates$$Lambda+0x000001e425277780 +instanceKlass java/lang/Character$Subset +instanceKlass org/apache/commons/lang3/StringUtils +instanceKlass java/util/DualPivotQuicksort +instanceKlass org/apache/commons/lang3/ArraySorter +instanceKlass org/apache/commons/lang3/text/StrMatcher +instanceKlass org/apache/commons/lang3/text/StrSubstitutor +instanceKlass org/apache/commons/lang3/text/StrLookup +instanceKlass org/eclipse/jdt/ls/core/internal/ResourceUtils +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$ReferencedLibraries +instanceKlass java/util/UUID$Holder +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences +instanceKlass org/eclipse/jface/text/templates/TemplateContextType +instanceKlass org/eclipse/jface/text/templates/TemplateVariableResolver +instanceKlass java/lang/ProcessEnvironment$CheckedEntry +instanceKlass java/lang/ProcessEnvironment$CheckedEntrySet$1 +instanceKlass java/lang/ProcessEnvironment$EntryComparator +instanceKlass java/lang/ProcessEnvironment$NameComparator +instanceKlass org/eclipse/jdt/ls/core/internal/Environment +instanceKlass org/eclipse/jdt/ls/core/internal/JDTEnvironmentUtils +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/LogHandler$1 +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDateFormatProvider ()Ljava/text/spi/DateFormatProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000064 +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/DefaultLogFilter +instanceKlass org/eclipse/core/runtime/ILogListener +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/LogHandler +instanceKlass org/eclipse/jdt/internal/core/manipulation/MembersOrderPreferenceCacheCommon +instanceKlass org/eclipse/jdt/core/manipulation/JavaManipulation +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$21$1 +instanceKlass @bci org/eclipse/jdt/internal/core/search/processing/JobManager reset ()V 38 member ; # org/eclipse/jdt/internal/core/search/processing/JobManager$$Lambda+0x000001e4252f9138 +instanceKlass org/eclipse/jdt/internal/core/ExternalAnnotationTracker$DirectoryNode +instanceKlass org/eclipse/jdt/internal/core/ExternalAnnotationTracker +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$RootInfo +instanceKlass org/eclipse/jdt/internal/core/JavaProject$ResolvedClasspath +instanceKlass org/eclipse/jdt/internal/core/ClasspathChange +instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray +instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSet +instanceKlass org/eclipse/jdt/internal/core/util/DeduplicationUtil +instanceKlass org/eclipse/jdt/internal/compiler/env/AccessRule +instanceKlass org/eclipse/jdt/internal/core/ClasspathAttribute +instanceKlass @bci jdk/xml/internal/SecuritySupport getResourceBundle (Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 2 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4252757e8 +instanceKlass com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter +instanceKlass org/eclipse/jdt/internal/core/ClasspathEntry +instanceKlass org/w3c/dom/Attr +instanceKlass com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl +instanceKlass org/w3c/dom/NamedNodeMap +instanceKlass com/sun/org/apache/xerces/internal/dom/CharacterDataImpl$1 +instanceKlass org/w3c/dom/Text +instanceKlass org/w3c/dom/CharacterData +instanceKlass com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl +instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$RefCount +instanceKlass com/sun/org/apache/xerces/internal/dom/NodeListCache +instanceKlass org/w3c/dom/TypeInfo +instanceKlass org/w3c/dom/ElementTraversal +instanceKlass org/w3c/dom/Element +instanceKlass org/w3c/dom/DocumentType +instanceKlass com/sun/org/apache/xerces/internal/dom/NodeImpl +instanceKlass org/w3c/dom/events/EventTarget +instanceKlass org/w3c/dom/NodeList +instanceKlass org/w3c/dom/Document +instanceKlass org/w3c/dom/ranges/DocumentRange +instanceKlass org/w3c/dom/events/DocumentEvent +instanceKlass org/w3c/dom/traversal/DocumentTraversal +instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredNode +instanceKlass sun/nio/ch/Util$BufferCache +instanceKlass sun/nio/ch/Util +instanceKlass sun/nio/ch/IOStatus +instanceKlass java/nio/channels/NetworkChannel +instanceKlass sun/nio/ch/SelChImpl +instanceKlass sun/nio/ch/Streams +instanceKlass java/nio/channels/Channels +instanceKlass sun/nio/fs/WindowsSecurityDescriptor +instanceKlass org/eclipse/jdt/internal/core/util/Util +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$SecondaryTypes +instanceKlass org/eclipse/jdt/internal/compiler/env/IModulePathEntry +instanceKlass org/eclipse/jdt/core/eval/IEvaluationContext +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$PerProjectInfo +instanceKlass org/eclipse/jdt/core/IJavaModelStatusConstants +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4252f4400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4252f4000 +instanceKlass org/eclipse/jdt/internal/compiler/CompilationResult +instanceKlass lombok/eclipse/agent/PatchDelegate$BindingTuple +instanceKlass org/eclipse/jdt/internal/compiler/ast/TypeOrLambda +instanceKlass org/eclipse/jdt/internal/compiler/ast/Invocation +instanceKlass org/eclipse/jdt/internal/compiler/ast/IPolyExpression +instanceKlass lombok/eclipse/agent/PatchDelegate +instanceKlass lombok/eclipse/agent/PatchDelegatePortal +instanceKlass lombok/core/LombokNode +instanceKlass lombok/core/DiagnosticsReceiver +instanceKlass lombok/launch/PatchFixesHider$Util +instanceKlass lombok/launch/PatchFixesHider$Delegate +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState$RootInfos +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$20 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$19 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$14 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$13 +instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 ; # java/lang/invoke/LambdaForm$MH+0x000001e4252f0800 +instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4252f0400 +instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 member ; # org/eclipse/core/internal/preferences/EclipsePreferences$$Lambda+0x000001e4251a11e0 +instanceKlass @cpi org/eclipse/core/internal/preferences/EclipsePreferences 1057 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4252f0000 +instanceKlass org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions +instanceKlass org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants +instanceKlass org/eclipse/jdt/internal/compiler/util/Util +instanceKlass org/eclipse/jdt/internal/compiler/impl/IrritantSet +instanceKlass org/eclipse/jdt/internal/core/util/ICacheEnumeration +instanceKlass org/eclipse/jdt/internal/formatter/TokenTraverser +instanceKlass org/eclipse/text/edits/TextEdit +instanceKlass org/eclipse/jdt/core/formatter/CodeFormatter +instanceKlass lombok/patcher/scripts/WrapperMethodDescriptor +instanceKlass lombok/patcher/scripts/SetSymbolDuringMethodCallScript$1 +instanceKlass org/eclipse/jdt/core/SourceRange +instanceKlass org/eclipse/jdt/internal/compiler/util/JRTUtil$JrtFileVisitor +instanceKlass org/eclipse/jdt/core/IOrdinaryClassFile +instanceKlass org/eclipse/jdt/internal/core/util/ReferenceInfoAdapter +instanceKlass org/eclipse/jdt/internal/compiler/ISourceElementRequestor +instanceKlass org/eclipse/jdt/core/search/TypeNameMatchRequestor +instanceKlass org/eclipse/jdt/internal/compiler/env/ISourceType +instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericType +instanceKlass org/eclipse/jdt/internal/compiler/problem/ProblemHandler +instanceKlass org/eclipse/jdt/core/search/SearchParticipant +instanceKlass org/eclipse/jdt/core/search/IJavaSearchScope +instanceKlass org/eclipse/jdt/core/search/MethodNameMatch +instanceKlass org/eclipse/jdt/core/search/TypeNameMatch +instanceKlass org/eclipse/jdt/internal/compiler/ASTVisitor +instanceKlass org/eclipse/jdt/core/search/IParallelizable +instanceKlass org/eclipse/jdt/core/search/SearchPattern +instanceKlass org/eclipse/jdt/internal/core/search/IndexQueryRequestor +instanceKlass org/eclipse/jdt/internal/core/search/BasicSearchEngine +instanceKlass org/eclipse/jdt/core/ITypeParameter +instanceKlass org/eclipse/jdt/core/ISourceRange +instanceKlass org/eclipse/jdt/core/IAnnotation +instanceKlass org/eclipse/jdt/internal/core/AbstractModule +instanceKlass org/eclipse/jdt/core/IModuleDescription +instanceKlass org/eclipse/jdt/internal/core/NameLookup +instanceKlass org/eclipse/jface/text/IDocument +instanceKlass org/eclipse/jdt/internal/core/JavaModelCache$1 +instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryInfo +instanceKlass org/eclipse/jdt/internal/core/JavaModelCache +instanceKlass org/eclipse/jdt/core/IType +instanceKlass org/eclipse/jdt/core/IAnnotatable +instanceKlass org/eclipse/jdt/core/IMember +instanceKlass org/eclipse/jdt/internal/core/hierarchy/HierarchyBuilder +instanceKlass org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy +instanceKlass org/eclipse/jdt/core/ITypeHierarchy +instanceKlass org/eclipse/jdt/core/dom/ASTNode +instanceKlass org/eclipse/jdt/core/dom/StructuralPropertyDescriptor +instanceKlass org/eclipse/jdt/internal/core/dom/rewrite/RewriteEvent +instanceKlass org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore +instanceKlass org/eclipse/jdt/core/dom/ASTVisitor +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor +instanceKlass org/eclipse/jdt/internal/codeassist/CompletionEngine$1 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding ()V 46 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$$Lambda+0x000001e4252c72e8 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$3 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$2 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReductionResult +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ElementValuePair +instanceKlass org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding +instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule +instanceKlass org/eclipse/jdt/internal/compiler/lookup/HotSwappable +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeBindingVisitor +instanceKlass org/eclipse/jdt/internal/compiler/parser/ScannerHelper +instanceKlass org/eclipse/jdt/core/Signature +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$CloseMethodRecord +instanceKlass org/eclipse/jdt/core/CompletionRequestor +instanceKlass lombok/patcher/scripts/ReplaceMethodCallScript$1 +instanceKlass org/eclipse/jdt/core/search/SearchRequestor +instanceKlass org/eclipse/jdt/internal/codeassist/UnresolvedReferenceNameFinder$UnresolvedReferenceNameRequestor +instanceKlass org/eclipse/jdt/internal/codeassist/MissingTypesGuesser$GuessedTypeRequestor +instanceKlass org/eclipse/jdt/internal/core/IJavaElementRequestor +instanceKlass org/eclipse/jdt/internal/codeassist/complete/CompletionNode +instanceKlass org/eclipse/jdt/internal/core/INamingRequestor +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Substitution +instanceKlass org/eclipse/jdt/core/CompletionProposal +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Binding +instanceKlass org/eclipse/core/internal/jobs/JobQueue$2 +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope +instanceKlass org/eclipse/jdt/core/compiler/IProblem +instanceKlass org/eclipse/jdt/core/CompletionContext +instanceKlass org/eclipse/jdt/internal/compiler/env/INameEnvironment +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InvocationSite +instanceKlass org/eclipse/jdt/internal/compiler/ast/ASTNode +instanceKlass org/eclipse/jdt/internal/codeassist/impl/Engine +instanceKlass org/eclipse/jdt/internal/codeassist/ICompletionEngine +instanceKlass org/eclipse/jdt/internal/codeassist/RelevanceConstants +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants +instanceKlass org/eclipse/jdt/internal/codeassist/ISearchRequestor +instanceKlass org/eclipse/jdt/internal/compiler/impl/ReferenceContext +instanceKlass org/eclipse/jdt/internal/compiler/ICompilerRequestor +instanceKlass org/eclipse/jdt/internal/compiler/Compiler +instanceKlass org/eclipse/jdt/internal/compiler/problem/ProblemSeverities +instanceKlass org/eclipse/jdt/internal/compiler/impl/ITypeRequestor +instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathLocation +instanceKlass org/eclipse/jdt/core/IBuffer +instanceKlass org/eclipse/jdt/core/IBufferFactory +instanceKlass org/eclipse/jdt/internal/core/BufferManager +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$8 +instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager ()V 139 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e4252a79d8 +instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry (Ljava/io/File;Lorg/eclipse/core/runtime/IPath;)V 24 member ; # org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry$$Lambda+0x000001e4252a77c0 +instanceKlass org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry +instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleLookupTable +instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeIds +instanceKlass org/eclipse/jdt/internal/compiler/ast/OperatorIds +instanceKlass org/eclipse/jdt/internal/compiler/parser/ConflictedParser +instanceKlass org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation +instanceKlass org/eclipse/jdt/internal/compiler/IProblemFactory +instanceKlass org/eclipse/jdt/internal/core/index/IndexLocation +instanceKlass org/eclipse/jdt/internal/core/search/indexing/IndexRequest +instanceKlass org/eclipse/jdt/internal/core/search/processing/JobManager +instanceKlass org/eclipse/jdt/internal/core/search/indexing/IIndexConstants +instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager ()V 404 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e425299bb8 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$3 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$2 +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$EclipsePreferencesListener +instanceKlass org/eclipse/jdt/core/IElementChangedListener +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager wakeUp (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 23 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5980 +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState +instanceKlass org/eclipse/jdt/internal/core/ExternalFoldersManager +instanceKlass org/eclipse/jdt/internal/core/util/Util$Comparer +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants +instanceKlass org/eclipse/jdt/internal/core/BatchInitializationMonitor +instanceKlass org/eclipse/jdt/internal/core/JavaModelOperation +instanceKlass org/eclipse/jdt/internal/core/JavaElementInfo +instanceKlass org/eclipse/jdt/internal/codeassist/ISelectionRequestor +instanceKlass org/eclipse/jdt/core/IJavaModelStatus +instanceKlass org/eclipse/jdt/internal/compiler/env/IElementInfo +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$1 +instanceKlass org/eclipse/jdt/internal/compiler/util/Util$Displayable +instanceKlass org/eclipse/jdt/core/IClassFile +instanceKlass org/eclipse/jdt/core/IPackageFragment +instanceKlass org/eclipse/jdt/core/IPackageFragmentRoot +instanceKlass org/eclipse/jdt/core/IJavaElementDelta +instanceKlass org/eclipse/jdt/core/IBufferChangedListener +instanceKlass org/eclipse/jdt/internal/compiler/util/SuffixConstants +instanceKlass org/eclipse/jdt/internal/compiler/env/ICompilationUnit +instanceKlass org/eclipse/jdt/internal/compiler/env/IDependent +instanceKlass org/eclipse/jdt/core/ICompilationUnit +instanceKlass org/eclipse/jdt/core/ISourceManipulation +instanceKlass org/eclipse/jdt/core/ITypeRoot +instanceKlass org/eclipse/jdt/core/ICodeAssist +instanceKlass org/eclipse/jdt/core/ISourceReference +instanceKlass org/lombokweb/asm/Handle +instanceKlass org/eclipse/jdt/internal/core/util/LRUCache +instanceKlass org/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor +instanceKlass org/eclipse/jdt/internal/core/search/processing/IJob +instanceKlass org/eclipse/jdt/core/IAccessRule +instanceKlass org/eclipse/jdt/core/IJavaProject +instanceKlass org/eclipse/jdt/core/IClasspathContainer +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager +instanceKlass @bci java/util/Comparator thenComparing (Ljava/util/Comparator;)Ljava/util/Comparator; 7 member ; # java/util/Comparator$$Lambda+0x000001e425267258 +instanceKlass @cpi java/util/Comparator 251 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42528c800 +instanceKlass @bci java/util/Comparator comparingDouble (Ljava/util/function/ToDoubleFunction;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001e425266fc8 +instanceKlass @bci org/eclipse/jdt/core/JavaCore ()V 200 argL0 ; # org/eclipse/jdt/core/JavaCore$$Lambda+0x000001e42528b1f0 +instanceKlass @cpi org/eclipse/jdt/core/JavaCore 2468 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42528c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42528c000 +instanceKlass java/util/function/ToDoubleFunction +instanceKlass org/eclipse/jdt/core/compiler/CharOperation +instanceKlass org/eclipse/jdt/internal/compiler/impl/CompilerOptions +instanceKlass org/eclipse/jdt/core/IWorkingCopy +instanceKlass org/eclipse/jdt/core/IClasspathAttribute +instanceKlass org/eclipse/jdt/internal/compiler/env/IModule +instanceKlass org/eclipse/jdt/core/IRegion +instanceKlass org/eclipse/jdt/core/search/TypeNameRequestor +instanceKlass org/eclipse/jdt/core/IClasspathEntry +instanceKlass org/eclipse/jdt/core/IJavaModel +instanceKlass org/eclipse/jdt/core/IParent +instanceKlass org/eclipse/jdt/core/IOpenable +instanceKlass org/eclipse/jdt/core/IJavaElement +instanceKlass org/eclipse/core/resources/IWorkspaceRunnable +instanceKlass org/eclipse/jdt/core/WorkingCopyOwner +instanceKlass org/eclipse/jdt/ls/core/internal/managers/ISourceDownloader +instanceKlass org/eclipse/text/templates/ContextTypeRegistry +instanceKlass org/eclipse/jdt/ls/core/contentassist/ICompletionContributionService +instanceKlass java/net/Authenticator +instanceKlass java/nio/channels/AsynchronousByteChannel +instanceKlass java/nio/channels/AsynchronousChannel +instanceKlass java/net/SocketAddress +instanceKlass org/eclipse/core/internal/events/NodeIDMap +instanceKlass org/eclipse/jdt/ls/core/internal/lsp/JavaProtocolExtensions +instanceKlass org/eclipse/core/internal/events/ResourceDeltaInfo +instanceKlass org/eclipse/core/internal/dtree/NodeComparison +instanceKlass org/eclipse/core/internal/events/ResourceComparator +instanceKlass org/eclipse/core/internal/events/ResourceDeltaFactory +instanceKlass org/eclipse/core/resources/IMarkerDelta +instanceKlass org/eclipse/jdt/ls/core/internal/syntaxserver/IExtendedProtocol +instanceKlass org/eclipse/lsp4j/services/WorkspaceService +instanceKlass org/eclipse/lsp4j/services/TextDocumentService +instanceKlass org/eclipse/lsp4j/services/LanguageServer +instanceKlass org/eclipse/jdt/ls/core/internal/BaseJDTLanguageServer +instanceKlass org/eclipse/core/runtime/SubMonitor$RootInfo +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager +instanceKlass org/eclipse/core/resources/team/ResourceRuleFactory +instanceKlass org/eclipse/m2e/core/internal/repository/IRepositoryIndexer +instanceKlass org/eclipse/m2e/core/internal/repository/IRepositoryDiscoverer +instanceKlass org/apache/maven/wagon/authentication/AuthenticationInfo +instanceKlass org/eclipse/m2e/core/internal/repository/RepositoryInfo +instanceKlass org/eclipse/m2e/core/repository/IRepository +instanceKlass org/eclipse/m2e/core/internal/repository/RepositoryRegistry +instanceKlass org/eclipse/m2e/core/repository/IRepositoryRegistry +instanceKlass org/eclipse/m2e/core/internal/project/WorkspaceStateWriter +instanceKlass @bci org/eclipse/core/internal/runtime/AdapterManager registerFactory (Lorg/eclipse/core/runtime/IAdapterFactory;Ljava/lang/String;)V 5 argL0 ; # org/eclipse/core/internal/runtime/AdapterManager$$Lambda+0x000001e42517de30 +instanceKlass org/eclipse/m2e/core/project/configurator/ILifecycleMapping +instanceKlass org/eclipse/m2e/core/project/IProjectCreationListener +instanceKlass org/eclipse/m2e/core/project/ProjectImportConfiguration +instanceKlass org/eclipse/m2e/core/project/MavenProjectInfo +instanceKlass org/eclipse/aether/graph/DependencyNode +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectManager +instanceKlass org/eclipse/m2e/core/project/IMavenProjectRegistry +instanceKlass org/eclipse/aether/graph/DependencyVisitor +instanceKlass org/eclipse/aether/graph/DependencyFilter +instanceKlass org/eclipse/aether/collection/DependencyGraphTransformer +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$VersionSelector +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeSelector +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$OptionalitySelector +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeDeriver +instanceKlass javax/xml/transform/Source +instanceKlass javax/xml/transform/Result +instanceKlass org/w3c/dom/Node +instanceKlass org/eclipse/m2e/core/embedder/MavenModelManager +instanceKlass org/eclipse/m2e/core/project/configurator/ILifecycleMappingConfiguration +instanceKlass org/eclipse/m2e/core/internal/project/ProjectConfigurationManager +instanceKlass org/eclipse/m2e/core/project/IProjectConfigurationManager +instanceKlass org/eclipse/core/runtime/jobs/IJobFunction +instanceKlass org/eclipse/m2e/core/project/MavenUpdateRequest +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectFacade$MavenProjectConfiguration +instanceKlass org/apache/maven/artifact/versioning/VersionRange +instanceKlass org/codehaus/plexus/util/xml/pull/XmlSerializer +instanceKlass org/codehaus/plexus/util/xml/XMLWriter +instanceKlass java/io/ObjectStreamClass$5 +instanceKlass java/io/ObjectStreamClass$4 +instanceKlass java/io/ObjectStreamClass$3 +instanceKlass java/io/ObjectStreamClass$MemberSignature +instanceKlass java/io/ObjectStreamClass$1 +instanceKlass org/codehaus/plexus/util/xml/Xpp3Dom +instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/LifecycleMappingMetadataSource +instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionFilter +instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionMetadata +instanceKlass java/io/ObjectStreamClass$ExceptionInfo +instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/DefaultPluginExecutionMetadata +instanceKlass org/eclipse/m2e/core/lifecyclemapping/model/IPluginExecutionMetadata +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525a800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42525a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525a000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425259c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256000 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 114 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425255c00 +instanceKlass java/util/CollSer +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425254c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425254800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252c00 +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 894 ; # java/lang/invoke/LambdaForm$MH+0x000001e425252800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425251c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425251800 +instanceKlass org/eclipse/m2e/core/project/ResolverConfiguration +instanceKlass java/io/FileFilter +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524fc00 +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 930 ; # java/lang/invoke/LambdaForm$MH+0x000001e42524f800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524f400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524f000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524ec00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524dc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524d400 +instanceKlass org/apache/maven/artifact/versioning/ArtifactVersion +instanceKlass org/eclipse/m2e/core/internal/project/registry/RequiredCapability +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 ; # java/lang/invoke/LambdaForm$MH+0x000001e42524c800 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42524c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524bc00 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42524b800 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL2 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42524b400 +instanceKlass @bci java/lang/runtime/ObjectMethods bootstrap (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/TypeDescriptor;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/invoke/MethodHandle;)Ljava/lang/Object; 37 argL0 ; # java/lang/runtime/ObjectMethods$$Lambda+0x000001e425264ee0 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524b000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524ac00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249000 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425248c00 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/lookup/ModuleBinding 947 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425248800 +instanceKlass java/lang/runtime/ObjectMethods$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425248400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425248000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247000 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers$2 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers$1 +instanceKlass java/lang/invoke/MethodHandleImpl$Makers +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 862 ; # java/lang/invoke/LambdaForm$MH+0x000001e425246c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425246800 +instanceKlass java/lang/runtime/ObjectMethods +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425246400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425246000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425245800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244c00 +instanceKlass @bci java/io/ObjectStreamClass$RecordSupport deserializationCtr (Ljava/io/ObjectStreamClass;)Ljava/lang/invoke/MethodHandle; 46 member ; # java/io/ObjectStreamClass$RecordSupport$$Lambda+0x000001e425263a00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243800 +# instanceKlass java/io/ObjectStreamClass$RecordSupport$$InjectedInvoker+0x000001e425243400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243000 +instanceKlass java/io/ObjectStreamClass$DeserializationConstructorsCache$Key +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425242c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425242800 +instanceKlass java/io/ObjectStreamClass$RecordSupport +instanceKlass @bci java/io/ObjectStreamClass lambda$canonicalRecordCtr$2 (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 17 argL0 ; # java/io/ObjectStreamClass$$Lambda+0x000001e425262c38 +instanceKlass @bci java/io/ObjectStreamClass lambda$canonicalRecordCtr$2 (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 7 argL0 ; # java/io/ObjectStreamClass$$Lambda+0x000001e425262a08 +instanceKlass @bci java/io/ObjectStreamClass canonicalRecordCtr (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 42 member ; # java/io/ObjectStreamClass$$Lambda+0x000001e4252627f0 +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$MavenProjectManagerImplReplace +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$IPathReplace +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$IFileReplace +instanceKlass java/util/HashMap$UnsafeHolder +instanceKlass java/io/SerialCallbackContext +instanceKlass java/io/ObjectInputStream$GetField +instanceKlass java/io/ObjectStreamClass$ClassDataSlot +instanceKlass java/io/ObjectStreamClass$FieldReflector +instanceKlass java/io/ObjectStreamClass$FieldReflectorKey +instanceKlass jdk/internal/reflect/ClassDefiner$1 +instanceKlass jdk/internal/reflect/ClassDefiner +instanceKlass jdk/internal/reflect/MethodAccessorGenerator$1 +instanceKlass jdk/internal/reflect/Label$PatchInfo +instanceKlass jdk/internal/reflect/Label +instanceKlass jdk/internal/reflect/UTF8 +instanceKlass jdk/internal/reflect/ClassFileAssembler +instanceKlass jdk/internal/reflect/ByteVectorImpl +instanceKlass jdk/internal/reflect/ByteVector +instanceKlass jdk/internal/reflect/ByteVectorFactory +instanceKlass jdk/internal/reflect/AccessorGenerator +instanceKlass jdk/internal/reflect/ClassFileConstants +instanceKlass @bci jdk/internal/reflect/MethodHandleLongFieldAccessorImpl getLong (Ljava/lang/Object;)J 11 ; # java/lang/invoke/LambdaForm$MH+0x000001e425240400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425240000 +instanceKlass java/io/ObjectStreamClass$2 +instanceKlass java/io/ClassCache +instanceKlass java/io/ObjectStreamClass$Caches +instanceKlass sun/reflect/misc/ReflectUtil +instanceKlass java/io/ObjectStreamClass +instanceKlass @bci java/io/ObjectInputFilter$Config ()V 368 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fd4e0 +instanceKlass jdk/internal/access/JavaObjectInputFilterAccess +instanceKlass java/io/ObjectInputFilter$Config$BuiltinFilterFactory +instanceKlass @bci java/io/ObjectInputFilter$Config ()V 80 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fcea8 +instanceKlass @bci java/io/ObjectInputFilter$Config ()V 56 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fcc98 +instanceKlass java/io/ObjectInputFilter +instanceKlass java/io/ObjectInputFilter$Config +instanceKlass java/io/ObjectInputStream$ValidationList +instanceKlass java/io/ObjectInputStream$HandleTable$HandleList +instanceKlass java/io/ObjectInputStream$HandleTable +instanceKlass @bci java/io/ObjectInputStream ()V 100 argL0 ; # java/io/ObjectInputStream$$Lambda+0x000001e4251fb7a8 +instanceKlass jdk/internal/access/JavaObjectInputStreamReadString +instanceKlass @bci java/io/ObjectInputStream ()V 92 argL0 ; # java/io/ObjectInputStream$$Lambda+0x000001e4251fb3a8 +instanceKlass jdk/internal/access/JavaObjectInputStreamAccess +instanceKlass org/apache/maven/execution/MavenExecutionRequest +instanceKlass org/eclipse/m2e/core/project/IMavenProjectChangedListener +instanceKlass org/apache/maven/project/ProjectBuildingResult +instanceKlass org/eclipse/core/runtime/SubMonitor +instanceKlass org/eclipse/m2e/core/internal/project/registry/DependencyResolutionContext +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectFacade +instanceKlass com/google/common/cache/LocalCache$AbstractReferenceEntry +instanceKlass java/util/concurrent/atomic/AtomicReferenceArray +instanceKlass com/google/common/cache/LocalCache$LoadingValueReference +instanceKlass com/google/common/cache/Weigher +instanceKlass com/google/common/base/Predicate +instanceKlass com/google/common/base/Equivalence +instanceKlass java/util/function/BiPredicate +instanceKlass com/google/common/base/MoreObjects +instanceKlass com/google/common/cache/LocalCache$1 +instanceKlass com/google/common/cache/ReferenceEntry +instanceKlass com/google/common/cache/LocalCache$ValueReference +instanceKlass com/google/common/cache/LocalCache$LocalManualCache +instanceKlass com/google/common/cache/CacheLoader +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache ()V 25 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$$Lambda+0x000001e425234200 +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache ()V 16 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$$Lambda+0x000001e42521fc60 +instanceKlass com/google/common/cache/RemovalListener +instanceKlass com/google/common/cache/CacheBuilder$2 +instanceKlass com/google/common/base/Preconditions +instanceKlass com/google/common/cache/CacheStats +instanceKlass com/google/common/base/Suppliers$SupplierOfInstance +instanceKlass com/google/common/base/Suppliers +instanceKlass com/google/common/cache/CacheBuilder$1 +instanceKlass com/google/common/cache/AbstractCache$StatsCounter +instanceKlass com/google/common/base/Ticker +instanceKlass com/google/common/base/Supplier +instanceKlass com/google/common/cache/CacheBuilder +instanceKlass com/google/common/cache/LoadingCache +instanceKlass com/google/common/base/Function +instanceKlass com/google/common/cache/Cache +instanceKlass org/eclipse/m2e/core/embedder/ILocalRepositoryListener +instanceKlass org/eclipse/m2e/core/internal/preferences/MavenPreferenceConstants +instanceKlass org/eclipse/m2e/core/internal/embedder/MavenExecutionContext +instanceKlass org/apache/maven/model/building/ModelProblemCollectorRequest +instanceKlass org/apache/maven/model/ConfigurationContainer +instanceKlass org/eclipse/m2e/core/internal/embedder/MavenImpl$MavenSettings +instanceKlass org/apache/maven/lifecycle/MavenExecutionPlan +instanceKlass org/apache/maven/model/ModelBase +instanceKlass org/apache/maven/model/InputLocationTracker +instanceKlass org/apache/maven/settings/TrackableBase +instanceKlass org/apache/maven/project/ProjectBuildingRequest +instanceKlass org/apache/maven/execution/MavenSession +instanceKlass org/apache/maven/plugin/MojoExecution +instanceKlass org/apache/maven/wagon/proxy/ProxyInfo +instanceKlass org/eclipse/m2e/core/embedder/ICallable +instanceKlass org/apache/maven/artifact/Artifact +instanceKlass org/eclipse/m2e/core/embedder/ISettingsChangeListener +instanceKlass org/eclipse/sisu/inject/MildKeys +instanceKlass org/eclipse/sisu/inject/Weak +instanceKlass java/util/stream/Node$Builder +instanceKlass java/util/stream/Nodes$ArrayNode +instanceKlass java/util/stream/Node$OfDouble +instanceKlass java/util/stream/Node$OfLong +instanceKlass java/util/stream/Node$OfInt +instanceKlass java/util/stream/Node$OfPrimitive +instanceKlass java/util/stream/Nodes$EmptyNode +instanceKlass java/util/stream/Node +instanceKlass java/util/stream/Nodes +instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 16 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x800000069 +instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 6 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x800000068 +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getCalendarDataProvider ()Ljava/util/spi/CalendarDataProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000062 +instanceKlass sun/util/locale/provider/CalendarDataUtility$CalendarWeekParameterGetter +instanceKlass sun/util/locale/provider/LocaleServiceProviderPool$LocalizedObjectGetter +instanceKlass sun/util/locale/provider/LocaleServiceProviderPool +instanceKlass java/util/Calendar$Builder +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getCalendarProvider ()Lsun/util/spi/CalendarProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000063 +instanceKlass com/google/inject/matcher/AbstractMatcher +instanceKlass com/google/inject/matcher/Matcher +instanceKlass com/google/inject/Module +instanceKlass com/google/inject/spi/TypeConverter +instanceKlass org/codehaus/plexus/component/configurator/converters/ParameterizedConfigurationConverter +instanceKlass org/codehaus/plexus/component/configurator/converters/AbstractConfigurationConverter +instanceKlass org/codehaus/plexus/component/configurator/converters/ConfigurationConverter +instanceKlass org/codehaus/plexus/component/configurator/converters/lookup/DefaultConverterLookup +instanceKlass org/apache/maven/project/MavenProject +instanceKlass org/eclipse/m2e/core/internal/markers/SourceLocation +instanceKlass org/eclipse/m2e/core/internal/markers/MavenProblemInfo +instanceKlass org/eclipse/aether/artifact/Artifact +instanceKlass org/eclipse/m2e/core/internal/markers/MavenMarkerManager +instanceKlass org/eclipse/m2e/core/internal/embedder/MavenProperties +instanceKlass org/apache/maven/extension/internal/CoreExtensionEntry +instanceKlass org/apache/felix/scr/impl/ComponentRegistry$2 +instanceKlass org/eclipse/m2e/core/internal/preferences/MavenConfigurationImpl$1 +instanceKlass org/eclipse/core/runtime/preferences/IPreferenceFilter +instanceKlass org/apache/felix/scr/impl/ComponentRegistry$Entry +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogEntryImpl +instanceKlass org/eclipse/equinox/log/ExtendedLogEntry +instanceKlass org/eclipse/osgi/internal/log/Arguments +instanceKlass java/lang/StackTraceElement$HashedModules +instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseLogger +instanceKlass org/codehaus/plexus/logging/Logger +instanceKlass org/codehaus/plexus/logging/AbstractLoggerManager +instanceKlass org/codehaus/plexus/logging/LoggerManager +instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenPlexusContainer +instanceKlass org/codehaus/plexus/classworlds/ClassWorldListener +instanceKlass org/codehaus/plexus/classworlds/ClassWorld +instanceKlass org/codehaus/plexus/PlexusContainer +instanceKlass org/codehaus/plexus/component/configurator/expression/ExpressionEvaluator +instanceKlass org/codehaus/plexus/configuration/PlexusConfiguration +instanceKlass org/apache/maven/plugin/version/PluginVersionRequest +instanceKlass org/eclipse/aether/RepositorySystemSession +instanceKlass org/apache/maven/model/building/ModelBuildingRequest +instanceKlass org/apache/maven/settings/crypto/SettingsDecryptionRequest +instanceKlass org/apache/maven/execution/MavenExecutionResult +instanceKlass org/apache/maven/settings/building/SettingsBuildingRequest +instanceKlass org/codehaus/plexus/component/configurator/converters/lookup/ConverterLookup +instanceKlass org/eclipse/m2e/core/internal/embedder/MavenImpl +instanceKlass org/eclipse/m2e/core/embedder/IMavenConfigurationChangeListener +instanceKlass org/eclipse/m2e/core/internal/preferences/MavenConfigurationImpl +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader +instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager +instanceKlass org/eclipse/m2e/core/internal/markers/IMavenMarkerManager +instanceKlass org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry +instanceKlass org/eclipse/m2e/core/internal/project/registry/AbstractMavenDependencyResolver +instanceKlass org/eclipse/m2e/core/project/IProjectConfiguration +instanceKlass org/eclipse/m2e/core/embedder/IMavenExecutionContext +instanceKlass org/eclipse/aether/repository/WorkspaceReader +instanceKlass org/apache/maven/artifact/repository/MavenArtifactRepository +instanceKlass org/apache/maven/artifact/repository/ArtifactRepository +instanceKlass org/eclipse/m2e/core/internal/project/registry/IProjectRegistry +instanceKlass org/eclipse/m2e/core/internal/project/registry/Capability +instanceKlass org/eclipse/m2e/core/project/IMavenProjectFacade +instanceKlass org/eclipse/m2e/core/embedder/IMavenExecutableLocation +instanceKlass org/eclipse/m2e/core/embedder/IMaven +instanceKlass org/eclipse/m2e/core/embedder/IComponentLookup +instanceKlass org/eclipse/m2e/core/embedder/IMavenConfiguration +instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager +instanceKlass ch/qos/logback/classic/util/LoggerNameUtil +instanceKlass org/slf4j/helpers/Reporter +instanceKlass ch/qos/logback/core/util/CachingDateFormatter$CacheTuple +instanceKlass ch/qos/logback/core/util/CachingDateFormatter +instanceKlass ch/qos/logback/core/util/StatusPrinter2 +instanceKlass ch/qos/logback/core/util/StatusPrinter +instanceKlass ch/qos/logback/core/status/StatusUtil +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 ; # java/lang/invoke/LambdaForm$MH+0x000001e425217400 +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425217000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425216c00 +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425216800 +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425216400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425216000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215400 +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425215000 +instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425214c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214000 +instanceKlass ch/qos/logback/core/Appender +instanceKlass ch/qos/logback/core/spi/FilterAttachable +instanceKlass ch/qos/logback/core/spi/ContextAwareBase +instanceKlass ch/qos/logback/core/status/StatusListener +instanceKlass ch/qos/logback/core/util/StatusListenerConfigHelper +instanceKlass ch/qos/logback/core/status/StatusBase +instanceKlass ch/qos/logback/core/util/EnvUtil +instanceKlass ch/qos/logback/classic/util/ClassicEnvUtil +instanceKlass java/security/Policy$PolicyInfo +instanceKlass ch/qos/logback/core/util/Loader$1 +instanceKlass ch/qos/logback/core/util/OptionHelper +instanceKlass ch/qos/logback/core/util/Loader +instanceKlass ch/qos/logback/classic/spi/Configurator +instanceKlass ch/qos/logback/core/spi/ContextAwareImpl +instanceKlass ch/qos/logback/classic/util/ContextInitializer$1 +instanceKlass ch/qos/logback/core/spi/ContextAware +instanceKlass ch/qos/logback/classic/util/ContextInitializer +instanceKlass org/slf4j/MDC +instanceKlass ch/qos/logback/classic/util/LogbackMDCAdapter +instanceKlass ch/qos/logback/classic/Level +instanceKlass ch/qos/logback/classic/spi/ILoggingEvent +instanceKlass ch/qos/logback/core/spi/DeferredProcessingAware +instanceKlass org/slf4j/spi/LoggingEventBuilder +instanceKlass ch/qos/logback/classic/Logger +instanceKlass ch/qos/logback/core/spi/AppenderAttachable +instanceKlass org/slf4j/spi/LoggingEventAware +instanceKlass org/slf4j/spi/LocationAwareLogger +instanceKlass ch/qos/logback/classic/spi/LoggerContextVO +instanceKlass ch/qos/logback/core/spi/LogbackLock +instanceKlass ch/qos/logback/core/helpers/CyclicBuffer +instanceKlass ch/qos/logback/core/BasicStatusManager +instanceKlass ch/qos/logback/core/status/Status +instanceKlass ch/qos/logback/core/status/StatusManager +instanceKlass ch/qos/logback/core/ContextBase +instanceKlass ch/qos/logback/core/spi/LifeCycle +instanceKlass ch/qos/logback/core/Context +instanceKlass ch/qos/logback/core/spi/PropertyContainer +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425208400 +instanceKlass @cpi org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment 575 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425208000 +instanceKlass org/apache/aries/spifly/Util$7 +instanceKlass org/apache/aries/spifly/Util$5 +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$1 +instanceKlass org/apache/felix/resolver/WireImpl +instanceKlass org/apache/felix/resolver/util/ArrayMap$1$1 +instanceKlass org/apache/felix/resolver/ResolverImpl$UsedBlames +instanceKlass org/apache/felix/resolver/ResolverImpl$6 +instanceKlass org/apache/felix/resolver/ResolverImpl$5 +instanceKlass org/apache/felix/resolver/ResolverImpl$4 +instanceKlass org/apache/felix/resolver/ResolverImpl$Blame +instanceKlass org/apache/felix/resolver/ResolverImpl$3 +instanceKlass org/apache/felix/resolver/ResolverImpl$Packages +instanceKlass org/apache/felix/resolver/WrappedRequirement +instanceKlass org/apache/felix/resolver/ResolverImpl$WireCandidate +instanceKlass org/apache/felix/resolver/ResolverImpl$EnhancedExecutor$1 +instanceKlass org/apache/felix/resolver/ResolverImpl$1Computer +instanceKlass org/apache/felix/resolver/WrappedResource +instanceKlass org/apache/felix/resolver/util/CopyOnWriteSet +instanceKlass org/apache/felix/resolver/util/CandidateSelector +instanceKlass org/apache/felix/resolver/ResolverImpl$DumbExecutor +instanceKlass org/slf4j/helpers/Util +instanceKlass org/slf4j/helpers/NOPMDCAdapter +instanceKlass org/slf4j/helpers/NOPLoggerFactory +instanceKlass org/slf4j/helpers/NOP_FallbackServiceProvider +instanceKlass org/slf4j/helpers/ThreadLocalMapOfStacks +instanceKlass org/objectweb/asm/tree/ParameterNode +instanceKlass org/slf4j/helpers/BasicMDCAdapter +instanceKlass org/slf4j/Marker +instanceKlass org/slf4j/helpers/BasicMarkerFactory +instanceKlass org/slf4j/Logger +instanceKlass org/slf4j/helpers/SubstituteLoggerFactory +instanceKlass org/slf4j/ILoggerFactory +instanceKlass org/slf4j/spi/MDCAdapter +instanceKlass org/slf4j/IMarkerFactory +instanceKlass org/slf4j/helpers/SubstituteServiceProvider +instanceKlass org/slf4j/event/LoggingEvent +instanceKlass org/slf4j/LoggerFactory +instanceKlass @bci org/eclipse/osgi/container/ModuleWiring lambda$1 (Lorg/eclipse/osgi/internal/container/NamespaceList$Builder;)V 26 argL0 ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e425200000 +instanceKlass java/util/function/UnaryOperator +instanceKlass @bci org/eclipse/osgi/container/ModuleWiring addDynamicImports (Lorg/eclipse/osgi/container/ModuleRevisionBuilder;)V 39 member ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e425137c08 +instanceKlass @bci org/eclipse/osgi/container/ModuleWiring addDynamicImports (Lorg/eclipse/osgi/container/ModuleRevisionBuilder;)V 7 member ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e4251379d0 +instanceKlass org/eclipse/osgi/container/builders/OSGiManifestBuilderFactory +instanceKlass @bci sun/net/www/protocol/jrt/JavaRuntimeURLConnection ()V 0 argL0 ; # sun/net/www/protocol/jrt/JavaRuntimeURLConnection$$Lambda+0x000001e4251f8658 +instanceKlass org/objectweb/asm/Handler +instanceKlass org/objectweb/asm/tree/TryCatchBlockNode +instanceKlass org/objectweb/asm/Handle +instanceKlass org/objectweb/asm/Edge +instanceKlass org/objectweb/asm/tree/LocalVariableNode +instanceKlass java/util/BitSet +instanceKlass org/objectweb/asm/tree/InsnList +instanceKlass org/objectweb/asm/tree/Util +instanceKlass org/objectweb/asm/tree/AbstractInsnNode +instanceKlass org/objectweb/asm/commons/Method +instanceKlass org/objectweb/asm/Label +instanceKlass org/objectweb/asm/Frame +instanceKlass org/objectweb/asm/Context +instanceKlass org/objectweb/asm/Attribute +instanceKlass org/objectweb/asm/Type +instanceKlass org/objectweb/asm/ByteVector +instanceKlass org/objectweb/asm/Symbol +instanceKlass org/objectweb/asm/SymbolTable +instanceKlass org/objectweb/asm/FieldVisitor +instanceKlass org/objectweb/asm/MethodVisitor +instanceKlass org/objectweb/asm/AnnotationVisitor +instanceKlass org/objectweb/asm/ModuleVisitor +instanceKlass org/objectweb/asm/RecordComponentVisitor +instanceKlass org/objectweb/asm/ClassReader +instanceKlass org/eclipse/m2e/core/internal/URLConnectionCaches +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e4800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251e4400 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e4000 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form names 5 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251e3c00 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e3800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e3400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e3000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2000 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form names 9 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251e1c00 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e1800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e1400 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e1000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0000 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator ()V 16 argL0 ; # org/eclipse/m2e/core/internal/MavenPluginActivator$$Lambda+0x000001e4251dbc18 +instanceKlass org/eclipse/m2e/core/internal/jobs/IBackgroundProcessingQueue +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251dac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da000 +instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1505 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9c00 +instanceKlass org/eclipse/core/resources/IResourceChangeEvent +instanceKlass java/util/concurrent/atomic/Striped64$1 +instanceKlass jdk/internal/util/random/RandomSupport +instanceKlass @bci org/apache/felix/scr/impl/manager/ComponentContextImpl createNewFieldHandlerMap ()Ljava/util/Map; 4 argL0 ; # org/apache/felix/scr/impl/manager/ComponentContextImpl$$Lambda+0x000001e42516e188 +instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getLog (Lorg/osgi/framework/Bundle;)Lorg/eclipse/core/runtime/ILog; 13 member ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519ba60 +instanceKlass org/eclipse/core/internal/runtime/Log +instanceKlass org/eclipse/core/internal/preferences/BundleStateScope +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$Resolved +instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils$FieldSearchResult +instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils$1 +instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$1 +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$ReferenceMethodImpl +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$NotResolved +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$State +instanceKlass org/apache/felix/scr/impl/inject/InitReferenceMethod +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler +instanceKlass org/apache/felix/scr/impl/inject/field/FieldMethods +instanceKlass org/eclipse/core/internal/resources/CheckMissingNaturesListener +instanceKlass org/eclipse/core/internal/resources/Rules +instanceKlass org/eclipse/core/internal/resources/ResourceChangeListenerRegistrar +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager startJob (Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/runtime/jobs/Job; 45 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5558 +instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1512 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d9400 +instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9000 +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager endJob (Lorg/eclipse/core/internal/jobs/InternalJob;Lorg/eclipse/core/runtime/IStatus;ZZ)V 14 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5320 +instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1468 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d8c00 +instanceKlass @bci org/eclipse/core/internal/resources/AliasManager buildAliasedProjectsSet ()V 30 member ; # org/eclipse/core/internal/resources/AliasManager$$Lambda+0x000001e4251ddf00 +instanceKlass org/eclipse/core/internal/filesystem/FileStoreUtil +instanceKlass @bci org/eclipse/core/internal/resources/AliasManager$LocationMap (Lorg/eclipse/core/internal/resources/AliasManager;)V 14 argL0 ; # org/eclipse/core/internal/resources/AliasManager$LocationMap$$Lambda+0x000001e4251ddc78 +instanceKlass org/eclipse/core/internal/resources/AliasManager$LocationMap +instanceKlass org/eclipse/core/internal/resources/AliasManager +instanceKlass org/eclipse/core/resources/refresh/IRefreshMonitor +instanceKlass org/eclipse/core/internal/refresh/MonitorManager +instanceKlass org/eclipse/core/resources/IResourceDeltaVisitor +instanceKlass org/eclipse/core/resources/IPathVariableChangeListener +instanceKlass org/eclipse/core/internal/refresh/RefreshManager +instanceKlass org/eclipse/core/resources/refresh/IRefreshResult +instanceKlass @bci org/eclipse/core/internal/resources/ContentDescriptionManager getCurrentPlatformState ()Ljava/lang/String; 39 argL0 ; # org/eclipse/core/internal/resources/ContentDescriptionManager$$Lambda+0x000001e4251d7ca8 +instanceKlass @bci org/eclipse/core/internal/properties/PropertyBucket$PropertyEntry ()V 0 argL0 ; # org/eclipse/core/internal/properties/PropertyBucket$PropertyEntry$$Lambda+0x000001e4251d7a20 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/util/SortedCharArrays 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d8800 +instanceKlass org/eclipse/core/internal/resources/ProjectContentTypes +instanceKlass org/eclipse/core/internal/utils/Cache +instanceKlass org/eclipse/core/internal/resources/ContentDescriptionManager +instanceKlass @bci org/eclipse/core/internal/resources/CharsetManager initPreferenceChangeListener ()V 2 member ; # org/eclipse/core/internal/resources/CharsetManager$$Lambda+0x000001e4251d6e70 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d8400 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d8000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d5400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5000 +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager now ()J 5 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a50e8 +instanceKlass java/util/function/LongUnaryOperator +instanceKlass org/eclipse/core/internal/jobs/JobChangeEvent +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d4c00 +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d4800 +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a4c58 +instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1485 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d4400 +instanceKlass org/eclipse/core/internal/resources/CharsetDeltaJob$ICharsetListenerFilter +instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 29 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e4251375a8 +instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 19 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e425137368 +instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 9 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e425137130 +instanceKlass org/eclipse/core/runtime/PerformanceStats +instanceKlass org/eclipse/core/internal/events/ResourceStats +instanceKlass org/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry +instanceKlass org/eclipse/core/internal/resources/CharsetManager$ResourceChangeListener +instanceKlass org/eclipse/core/resources/IResourceChangeListener +instanceKlass org/eclipse/core/internal/resources/CharsetManager +instanceKlass org/eclipse/core/internal/localstore/Bucket$Entry +instanceKlass org/eclipse/core/internal/localstore/BucketTree +instanceKlass org/eclipse/core/internal/localstore/Bucket$Visitor +instanceKlass org/eclipse/core/internal/localstore/Bucket +instanceKlass org/eclipse/core/internal/properties/PropertyManager2 +instanceKlass org/eclipse/core/internal/events/LifecycleEvent +instanceKlass @bci jdk/internal/reflect/MethodHandleBooleanFieldAccessorImpl setBoolean (Ljava/lang/Object;Z)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d4000 +instanceKlass java/lang/Short$ShortCache +instanceKlass com/sun/jna/NativeMappedConverter +instanceKlass com/sun/jna/Klass +instanceKlass com/sun/jna/Native$Buffers +instanceKlass com/sun/jna/VarArgsChecker +instanceKlass com/sun/jna/NativeLibrary$NativeLibraryDisposer +instanceKlass com/sun/jna/NativeLibrary$1 +instanceKlass com/sun/jna/SymbolProvider +instanceKlass com/sun/jna/NativeLibrary +instanceKlass org/eclipse/core/internal/filesystem/local/Win32Handler$FileAPIh +instanceKlass com/sun/jna/Memory$MemoryDisposer +instanceKlass com/sun/jna/internal/Cleaner$Cleanable +instanceKlass com/sun/jna/internal/Cleaner +instanceKlass com/sun/jna/WeakMemoryHolder +instanceKlass org/eclipse/core/filesystem/provider/FileInfo +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251cac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251ca800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251ca400 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL2 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251ca000 +instanceKlass @bci jdk/internal/reflect/MethodHandleBooleanFieldAccessorImpl getBoolean (Ljava/lang/Object;)Z 20 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251c9c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251c9800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e4251c9400 +instanceKlass @cpi java/io/ObjectInputStream 1214 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c9000 +instanceKlass com/sun/jna/Structure$StructField +instanceKlass com/sun/jna/Structure$LayoutInfo +instanceKlass java/lang/Class$AnnotationData +instanceKlass com/sun/jna/Structure$FieldOrder +instanceKlass @bci com/sun/jna/Structure fieldOrder ()Ljava/util/List; 84 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c5a38 +instanceKlass @bci com/sun/jna/Structure getFieldList ()Ljava/util/List; 84 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c5800 +instanceKlass @bci com/sun/jna/Structure validateFields ()V 75 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c7d48 +instanceKlass com/sun/jna/platform/win32/WinBase +instanceKlass com/sun/jna/platform/win32/BaseTSD +instanceKlass com/sun/jna/platform/win32/WinDef +instanceKlass com/sun/jna/Library +instanceKlass com/sun/jna/win32/W32APITypeMapper$2 +instanceKlass com/sun/jna/DefaultTypeMapper$Entry +instanceKlass com/sun/jna/win32/W32APITypeMapper$1 +instanceKlass com/sun/jna/TypeConverter +instanceKlass com/sun/jna/DefaultTypeMapper +instanceKlass com/sun/jna/TypeMapper +instanceKlass com/sun/jna/Structure$ByReference +instanceKlass com/sun/jna/Native$2 +instanceKlass com/sun/jna/Structure$FFIType$FFITypes +instanceKlass com/sun/jna/Native$ffi_callback +instanceKlass com/sun/jna/JNIEnv +instanceKlass com/sun/jna/PointerType +instanceKlass com/sun/jna/NativeMapped +instanceKlass com/sun/jna/WString +instanceKlass com/sun/jna/win32/DLLCallback +instanceKlass com/sun/jna/CallbackProxy +instanceKlass com/sun/jna/Callback +instanceKlass com/sun/jna/Structure$ByValue +instanceKlass jdk/internal/loader/NativeLibraries$Unloader +instanceKlass java/io/FileOutputStream$1 +instanceKlass sun/security/provider/AbstractDrbg$NonceProvider +instanceKlass @bci sun/security/provider/AbstractDrbg$SeederHolder ()V 42 member ; # sun/security/provider/AbstractDrbg$SeederHolder$$Lambda+0x000001e4250fce68 +instanceKlass @cpi sun/security/provider/AbstractDrbg$SeederHolder 91 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c4c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251c4800 +instanceKlass sun/nio/fs/BasicFileAttributesHolder +instanceKlass sun/nio/fs/WindowsDirectoryStream$WindowsDirectoryIterator +instanceKlass sun/nio/fs/WindowsDirectoryStream +instanceKlass java/nio/file/DirectoryStream +instanceKlass java/nio/file/Files$AcceptAllFilter +instanceKlass java/nio/file/DirectoryStream$Filter +instanceKlass java/net/NetworkInterface$1 +instanceKlass java/net/DefaultInterface +instanceKlass java/net/Inet6Address$Inet6AddressHolder +instanceKlass java/net/InetAddress$PlatformResolver +instanceKlass java/net/spi/InetAddressResolver +instanceKlass java/net/spi/InetAddressResolver$LookupPolicy +instanceKlass java/net/Inet4AddressImpl +instanceKlass java/net/Inet6AddressImpl +instanceKlass java/net/InetAddressImpl +instanceKlass java/util/concurrent/ConcurrentSkipListMap$Node +instanceKlass java/util/concurrent/ConcurrentSkipListMap$Index +instanceKlass java/util/concurrent/ConcurrentNavigableMap +instanceKlass java/net/InetAddress$InetAddressHolder +instanceKlass java/net/InetAddress$1 +instanceKlass jdk/internal/access/JavaNetInetAddressAccess +instanceKlass java/net/InetAddress +instanceKlass java/net/InterfaceAddress +instanceKlass java/net/NetworkInterface +instanceKlass sun/security/provider/SeedGenerator$1 +instanceKlass sun/security/provider/SeedGenerator +instanceKlass sun/security/provider/AbstractDrbg$SeederHolder +instanceKlass java/security/DrbgParameters$NextBytes +instanceKlass @bci sun/security/provider/AbstractDrbg ()V 12 argL0 ; # sun/security/provider/AbstractDrbg$$Lambda+0x000001e4250fa5e0 +instanceKlass @cpi sun/security/provider/AbstractDrbg 383 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c4400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251c4000 +instanceKlass sun/security/provider/EntropySource +instanceKlass sun/security/provider/AbstractDrbg +instanceKlass java/security/DrbgParameters$Instantiation +instanceKlass java/security/DrbgParameters +instanceKlass sun/security/provider/MoreDrbgParameters +instanceKlass @bci sun/security/provider/DRBG (Ljava/security/SecureRandomParameters;)V 26 argL0 ; # sun/security/provider/DRBG$$Lambda+0x000001e4250f9120 +instanceKlass java/security/SecureRandomSpi +instanceKlass java/io/File$TempDirectory +instanceKlass com/sun/jna/Native$5 +instanceKlass com/sun/jna/Platform +instanceKlass com/sun/jna/Native$1 +instanceKlass com/sun/jna/Callback$UncaughtExceptionHandler +instanceKlass com/sun/jna/Native +instanceKlass com/sun/jna/Version +instanceKlass com/sun/jna/ToNativeContext +instanceKlass com/sun/jna/FromNativeContext +instanceKlass com/sun/jna/FromNativeConverter +instanceKlass com/sun/jna/ToNativeConverter +instanceKlass com/sun/jna/Structure +instanceKlass com/sun/jna/Pointer +instanceKlass org/eclipse/core/internal/filesystem/local/NativeHandler +instanceKlass org/eclipse/core/internal/filesystem/local/LocalFileNativesManager +instanceKlass org/eclipse/core/resources/FileInfoMatcherDescription +instanceKlass org/eclipse/core/internal/resources/FilterDescription +instanceKlass javax/xml/parsers/DocumentBuilder +instanceKlass javax/xml/parsers/DocumentBuilderFactory +instanceKlass org/eclipse/core/internal/runtime/XmlProcessorFactory +instanceKlass org/eclipse/core/internal/resources/IModelObjectConstants +instanceKlass org/eclipse/core/filesystem/URIUtil +instanceKlass java/util/AbstractMap$2$1 +instanceKlass @bci org/eclipse/core/internal/resources/ProjectVariableProviderManager ()V 14 argL0 ; # org/eclipse/core/internal/resources/ProjectVariableProviderManager$$Lambda+0x000001e4251b8c10 +instanceKlass @cpi org/eclipse/core/internal/resources/ProjectVariableProviderManager 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251bc000 +instanceKlass org/eclipse/core/resources/variableresolvers/PathVariableResolver +instanceKlass org/eclipse/core/internal/resources/ProjectVariableProviderManager$Descriptor +instanceKlass org/eclipse/core/internal/resources/ProjectVariableProviderManager +instanceKlass org/eclipse/core/internal/resources/ProjectPathVariableManager +instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile createExecutor (I)Ljava/util/concurrent/ForkJoinPool; 15 argL0 ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251b7210 +instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile createExecutor (I)Ljava/util/concurrent/ForkJoinPool; 5 argL0 ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251b7000 +instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JLSFsUtils +instanceKlass sun/nio/fs/WindowsUriSupport +instanceKlass org/eclipse/core/filesystem/IFileStore +instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JDTLSFilesystemActivator$1 +instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JDTLSFilesystemActivator +instanceKlass org/eclipse/core/filesystem/IFileSystem +instanceKlass org/eclipse/core/internal/filesystem/InternalFileSystemCore +instanceKlass org/eclipse/core/filesystem/EFS +instanceKlass org/eclipse/core/internal/localstore/FileStoreRoot +instanceKlass org/eclipse/core/filesystem/IFileInfo +instanceKlass org/eclipse/core/internal/resources/MarkerAttributeMap +instanceKlass org/eclipse/core/internal/resources/MarkerSet +instanceKlass org/eclipse/core/internal/resources/MarkerReader +instanceKlass org/eclipse/core/internal/watson/ElementTree$ChildIDsCache +instanceKlass @bci org/eclipse/core/internal/resources/SaveManager initSnap (Lorg/eclipse/core/runtime/IProgressMonitor;)V 67 argL0 ; # org/eclipse/core/internal/resources/SaveManager$$Lambda+0x000001e4251b1610 +instanceKlass java/io/FilenameFilter +instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 205 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251b4000 +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager cancel (Lorg/eclipse/core/internal/jobs/InternalJob;)Z 15 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a4a20 +instanceKlass org/eclipse/core/internal/utils/ObjectMap +instanceKlass org/eclipse/core/internal/dtree/DataTreeLookup +instanceKlass org/eclipse/core/internal/dtree/DataTreeReader +instanceKlass org/eclipse/core/internal/watson/ElementTreeReader$1 +instanceKlass org/eclipse/core/internal/dtree/IDataFlattener +instanceKlass org/eclipse/core/internal/watson/ElementTreeReader +instanceKlass org/eclipse/core/resources/IFileState +instanceKlass org/eclipse/core/internal/events/BuilderPersistentInfo +instanceKlass org/eclipse/core/internal/resources/SyncInfoReader +instanceKlass org/eclipse/core/internal/resources/WorkspaceTreeReader +instanceKlass org/eclipse/core/resources/ISaveContext +instanceKlass org/eclipse/core/resources/ISavedState +instanceKlass org/eclipse/core/internal/resources/SaveManager +instanceKlass org/eclipse/core/internal/watson/IElementInfoFlattener +instanceKlass org/eclipse/core/internal/resources/SyncInfoWriter +instanceKlass org/eclipse/core/internal/resources/Synchronizer +instanceKlass org/eclipse/core/internal/resources/MarkerWriter +instanceKlass org/eclipse/core/internal/resources/MarkerDeltaManager +instanceKlass org/eclipse/core/internal/resources/MarkerTypeDefinitionCache$MarkerTypeDefinition +instanceKlass org/eclipse/core/internal/resources/MarkerTypeDefinitionCache +instanceKlass org/eclipse/core/internal/resources/MarkerInfo +instanceKlass org/eclipse/core/internal/resources/IMarkerSetElement +instanceKlass org/eclipse/core/internal/resources/MarkerManager +instanceKlass @bci org/eclipse/core/internal/events/NotificationManager$NotifyJob (Lorg/eclipse/core/internal/events/NotificationManager;)V 13 argL0 ; # org/eclipse/core/internal/events/NotificationManager$NotifyJob$$Lambda+0x000001e4251aaaf0 +instanceKlass org/eclipse/core/internal/events/ResourceChangeListenerList +instanceKlass org/eclipse/core/internal/events/NotificationManager +instanceKlass java/util/stream/SortedOps +instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getBundles0 (Ljava/lang/String;Ljava/lang/String;)Ljava/util/stream/Stream; 90 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519b0c8 +instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getBundles0 (Ljava/lang/String;Ljava/lang/String;)Ljava/util/stream/Stream; 80 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519ae98 +instanceKlass org/eclipse/core/internal/events/BuildManager$DeltaCache +instanceKlass org/eclipse/core/resources/ICommand +instanceKlass org/eclipse/core/resources/IResourceDelta +instanceKlass org/eclipse/core/internal/events/InternalBuilder +instanceKlass org/eclipse/core/resources/IBuildContext +instanceKlass org/eclipse/core/internal/events/BuildManager +instanceKlass org/eclipse/core/internal/resources/FilterTypeManager$1 +instanceKlass org/eclipse/core/internal/resources/FilterDescriptor +instanceKlass org/eclipse/core/resources/IFilterMatcherDescriptor +instanceKlass org/eclipse/core/internal/resources/FilterTypeManager +instanceKlass org/eclipse/core/resources/IProjectNatureDescriptor +instanceKlass org/eclipse/core/internal/resources/NatureManager +instanceKlass org/eclipse/core/internal/events/ILifecycleListener +instanceKlass org/eclipse/core/internal/resources/PathVariableManager +instanceKlass @bci org/eclipse/core/internal/resources/WorkspaceRoot getProject (Ljava/lang/String;)Lorg/eclipse/core/resources/IProject; 95 member ; # org/eclipse/core/internal/resources/WorkspaceRoot$$Lambda+0x000001e42519f0d0 +instanceKlass java/text/AttributedCharacterIterator$Attribute +instanceKlass java/text/FieldPosition$Delegate +instanceKlass java/text/Format$FieldDelegate +instanceKlass java/text/DigitList +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getNumberFormatProvider ()Ljava/text/spi/NumberFormatProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000067 +instanceKlass java/text/FieldPosition +instanceKlass java/text/Format +instanceKlass org/eclipse/core/internal/preferences/PreferencesService$1 +instanceKlass @bci org/eclipse/core/internal/preferences/PreferencesService getLookupOrder (Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; 29 argL0 ; # org/eclipse/core/internal/preferences/PreferencesService$$Lambda+0x000001e425199dd0 +instanceKlass java/util/function/IntFunction +instanceKlass @bci org/eclipse/core/internal/localstore/FileSystemResourceManager (Lorg/eclipse/core/internal/resources/Workspace;)V 6 member ; # org/eclipse/core/internal/localstore/FileSystemResourceManager$$Lambda+0x000001e42519dd00 +instanceKlass org/eclipse/core/internal/localstore/RefreshLocalVisitor +instanceKlass org/eclipse/core/internal/localstore/ILocalStoreConstants +instanceKlass org/eclipse/core/internal/localstore/IHistoryStore +instanceKlass org/eclipse/core/internal/localstore/IUnifiedTreeVisitor +instanceKlass org/eclipse/core/internal/localstore/FileSystemResourceManager +instanceKlass org/eclipse/core/runtime/jobs/MultiRule +instanceKlass org/eclipse/core/internal/jobs/OrderedLock +instanceKlass org/eclipse/core/internal/resources/WorkManager$NotifyRule +instanceKlass org/eclipse/core/internal/resources/WorkManager +instanceKlass org/eclipse/core/runtime/NullProgressMonitor +instanceKlass org/eclipse/core/runtime/preferences/IExportedPreferences +instanceKlass @bci org/eclipse/core/internal/resources/WorkspacePreferences ()V 189 member ; # org/eclipse/core/internal/resources/WorkspacePreferences$$Lambda+0x000001e42519c000 +instanceKlass org/eclipse/core/runtime/Preferences$IPropertyChangeListener +instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences$INodeChangeListener +instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences$IPreferenceChangeListener +instanceKlass @bci org/eclipse/core/runtime/Plugin getPluginPreferences ()Lorg/eclipse/core/runtime/Preferences; 65 member ; # org/eclipse/core/runtime/Plugin$$Lambda+0x000001e42519a500 +instanceKlass org/eclipse/core/runtime/Preferences +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425199000 +instanceKlass lombok/eclipse/agent/PatchFixesShadowLoaded +instanceKlass lombok/core/LombokNode +instanceKlass lombok/core/DiagnosticsReceiver +instanceKlass lombok/launch/PatchFixesHider$Util +instanceKlass lombok/launch/PatchFixesHider$LombokDeps +instanceKlass lombok/launch/ClassFileMetaData +instanceKlass @bci jdk/internal/reflect/MethodHandleObjectFieldAccessorImpl set (Ljava/lang/Object;Ljava/lang/Object;)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001e425197c00 +instanceKlass lombok/launch/PackageShader +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425196c00 +instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector resolveArtifactDescriptorAsync (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)V 21 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425196800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194400 +instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1552 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425194000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192000 +instanceKlass java/lang/constant/ClassDesc +instanceKlass java/io/ObjectOutput +instanceKlass java/io/ObjectStreamConstants +instanceKlass java/io/ObjectInput +instanceKlass java/lang/foreign/ValueLayout +instanceKlass java/lang/foreign/MemoryLayout +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191000 +instanceKlass org/eclipse/core/internal/runtime/Product +instanceKlass org/eclipse/core/runtime/IProduct +instanceKlass lombok/patcher/scripts/WrapReturnValuesScript$1 +instanceKlass org/eclipse/osgi/internal/url/URLStreamHandlerProxy$1 +instanceKlass org/eclipse/osgi/internal/url/URLStreamHandlerSetter +instanceKlass org/eclipse/osgi/internal/url/NullURLStreamHandlerService +instanceKlass org/osgi/service/url/URLStreamHandlerSetter +instanceKlass @bci org/eclipse/osgi/internal/url/URLStreamHandlerFactoryImpl createInternalURLStreamHandler (Ljava/lang/String;)Ljava/net/URLStreamHandler; 18 member ; # org/eclipse/osgi/internal/url/URLStreamHandlerFactoryImpl$$Lambda+0x000001e4251365d8 +instanceKlass org/eclipse/equinox/internal/app/ProductExtensionBranding +instanceKlass org/eclipse/core/internal/runtime/FindSupport +instanceKlass org/eclipse/core/runtime/FileLocator +instanceKlass @bci org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl getBundles (Ljava/lang/String;Ljava/lang/String;)[Lorg/osgi/framework/Bundle; 281 argL0 ; # org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl$$Lambda+0x000001e4251363a8 +instanceKlass org/eclipse/core/runtime/SafeRunner +instanceKlass @bci org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper runInitializer (Lorg/eclipse/core/runtime/IConfigurationElement;)V 18 member ; # org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper$$Lambda+0x000001e425163b78 +instanceKlass org/eclipse/core/runtime/IExecutableExtensionFactory +instanceKlass org/eclipse/core/runtime/IExecutableExtension +instanceKlass org/eclipse/core/runtime/preferences/AbstractPreferenceInitializer +instanceKlass org/eclipse/core/internal/dtree/AbstractDataTree +instanceKlass org/eclipse/core/internal/dtree/AbstractDataTreeNode +instanceKlass org/eclipse/core/internal/watson/ElementTree +instanceKlass org/eclipse/core/internal/runtime/DataArea +instanceKlass org/eclipse/core/internal/runtime/MetaDataKeeper +instanceKlass org/eclipse/core/internal/resources/LocalMetaArea +instanceKlass org/eclipse/core/internal/resources/LocationValidator +instanceKlass org/eclipse/core/runtime/Platform$OS +instanceKlass org/eclipse/core/internal/utils/FileUtil +instanceKlass org/eclipse/core/internal/watson/IElementContentVisitor +instanceKlass org/eclipse/core/resources/IResourceFilterDescription +instanceKlass org/eclipse/core/resources/team/IResourceTree +instanceKlass org/eclipse/core/resources/IMarker +instanceKlass org/eclipse/core/resources/IResourceProxy +instanceKlass org/eclipse/core/runtime/Platform +instanceKlass org/eclipse/core/resources/team/FileModificationValidationContext +instanceKlass org/eclipse/core/resources/IPathVariableManager +instanceKlass org/eclipse/core/internal/resources/ModelObject +instanceKlass org/eclipse/core/resources/team/IMoveDeleteHook +instanceKlass org/eclipse/core/resources/IProject +instanceKlass org/eclipse/core/resources/IProjectDescription +instanceKlass org/eclipse/core/internal/resources/InternalTeamHook +instanceKlass org/eclipse/core/internal/watson/IElementComparator +instanceKlass org/eclipse/core/internal/dtree/IComparator +instanceKlass org/eclipse/core/resources/ISynchronizer +instanceKlass org/eclipse/core/resources/IResourceRuleFactory +instanceKlass org/eclipse/core/resources/IBuildConfiguration +instanceKlass org/eclipse/core/internal/properties/IPropertyManager +instanceKlass org/eclipse/core/internal/resources/IManager +instanceKlass org/eclipse/core/resources/IWorkspaceDescription +instanceKlass org/eclipse/core/resources/IFile +instanceKlass org/eclipse/core/resources/IEncodedStorage +instanceKlass org/eclipse/core/resources/IStorage +instanceKlass org/eclipse/core/resources/IFolder +instanceKlass org/eclipse/core/internal/watson/IPathRequestor +instanceKlass org/eclipse/core/internal/resources/ResourceInfo +instanceKlass org/eclipse/core/internal/utils/IStringPoolParticipant +instanceKlass org/eclipse/core/runtime/ICoreRunnable +instanceKlass org/eclipse/core/internal/watson/IElementTreeData +instanceKlass org/eclipse/core/internal/jobs/WorkerPool +instanceKlass org/eclipse/core/internal/jobs/JobQueue +instanceKlass org/eclipse/core/internal/jobs/DeadlockDetector +instanceKlass org/eclipse/core/internal/jobs/LockManager +instanceKlass org/eclipse/core/runtime/jobs/JobChangeAdapter +instanceKlass @bci org/eclipse/core/internal/jobs/JobManager ()V 52 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e425182420 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 50 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425182210 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 41 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425182000 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 32 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180c58 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 23 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180a48 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 14 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180838 +instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 5 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180628 +instanceKlass @cpi org/eclipse/core/internal/jobs/JobListeners 385 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425181000 +instanceKlass org/eclipse/core/internal/jobs/JobListeners$IListenerDoit +instanceKlass org/eclipse/core/runtime/jobs/IJobChangeEvent +instanceKlass org/eclipse/core/internal/jobs/JobListeners +instanceKlass org/eclipse/core/internal/jobs/ImplicitJobs +instanceKlass org/eclipse/core/internal/jobs/JobManager$1 +instanceKlass org/eclipse/core/runtime/ProgressMonitorWrapper +instanceKlass org/eclipse/core/runtime/IProgressMonitorWithBlocking +instanceKlass org/eclipse/core/internal/jobs/InternalJobGroup +instanceKlass org/eclipse/core/runtime/jobs/ILock +instanceKlass org/eclipse/core/runtime/jobs/IJobChangeListener +instanceKlass org/eclipse/core/internal/jobs/JobManager +instanceKlass org/eclipse/core/runtime/jobs/IJobManager +instanceKlass org/eclipse/core/internal/jobs/JobOSGiUtils +instanceKlass org/eclipse/core/internal/jobs/JobActivator +instanceKlass org/eclipse/core/resources/IWorkspaceRoot +instanceKlass org/eclipse/core/resources/IContainer +instanceKlass org/eclipse/core/resources/IResource +instanceKlass org/eclipse/core/runtime/jobs/ISchedulingRule +instanceKlass org/eclipse/core/runtime/PlatformObject +instanceKlass org/eclipse/core/internal/resources/ICoreConstants +instanceKlass @bci java/time/format/DateTimeFormatter ()V 1075 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x80000000e +instanceKlass @bci java/time/format/DateTimeFormatter ()V 1067 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x80000000d +instanceKlass java/time/Period +instanceKlass java/time/chrono/ChronoPeriod +instanceKlass java/time/format/DateTimeFormatterBuilder$TextPrinterParser +instanceKlass java/time/format/DateTimeTextProvider$1 +instanceKlass java/time/format/DateTimeTextProvider +instanceKlass java/time/format/DateTimeTextProvider$LocaleStore +instanceKlass java/time/format/DateTimeFormatterBuilder$InstantPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$StringLiteralPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser +instanceKlass java/time/format/DecimalStyle +instanceKlass java/time/format/DateTimeFormatterBuilder$CompositePrinterParser +instanceKlass java/time/chrono/AbstractChronology +instanceKlass java/time/chrono/Chronology +instanceKlass java/time/format/DateTimeFormatterBuilder$CharLiteralPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$NumberPrinterParser +instanceKlass java/time/format/DateTimeFormatterBuilder$DateTimePrinterParser +instanceKlass java/time/temporal/JulianFields +instanceKlass java/time/temporal/IsoFields +instanceKlass @bci java/time/format/DateTimeFormatterBuilder ()V 0 argL0 ; # java/time/format/DateTimeFormatterBuilder$$Lambda+0x80000000f +instanceKlass java/time/temporal/TemporalQuery +instanceKlass java/time/format/DateTimeFormatterBuilder +instanceKlass java/time/format/DateTimeFormatter +instanceKlass org/eclipse/osgi/internal/debug/EclipseDebugTrace +instanceKlass org/eclipse/core/internal/utils/Policy$1 +instanceKlass org/eclipse/core/runtime/IProgressMonitor +instanceKlass org/eclipse/core/internal/utils/Policy +instanceKlass org/eclipse/core/resources/ResourcesPlugin$WorkspaceInitCustomizer +instanceKlass org/eclipse/core/resources/IWorkspace +instanceKlass org/eclipse/core/runtime/IAdaptable +instanceKlass org/eclipse/jdt/ls/core/internal/managers/ProjectsManager +instanceKlass org/eclipse/jdt/ls/core/internal/managers/IProjectsManager +instanceKlass org/eclipse/core/resources/ISaveParticipant +instanceKlass org/eclipse/core/internal/runtime/LogServiceFactory +instanceKlass org/eclipse/equinox/internal/app/AppCommands +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 ; # java/lang/invoke/LambdaForm$MH+0x000001e425175400 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425175000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425174c00 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form names 6 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425174800 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425174400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425174000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173400 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form names 10 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425173000 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425172c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172000 +instanceKlass org/eclipse/equinox/internal/app/EclipseAppContainer$RegisterService +instanceKlass org/eclipse/equinox/app/IApplicationContext +instanceKlass org/osgi/service/application/ApplicationHandle +instanceKlass org/osgi/service/application/ApplicationDescriptor +instanceKlass org/eclipse/osgi/service/runnable/ApplicationLauncher +instanceKlass org/eclipse/osgi/service/runnable/ApplicationRunnable +instanceKlass org/eclipse/equinox/internal/app/IBranding +instanceKlass org/eclipse/osgi/service/runnable/ParameterizedRunnable +instanceKlass org/eclipse/equinox/internal/app/EclipseAppContainer +instanceKlass org/osgi/service/application/ScheduledApplication +instanceKlass org/eclipse/equinox/internal/app/AppPersistence +instanceKlass org/eclipse/equinox/internal/app/Activator +instanceKlass org/eclipse/equinox/internal/app/CommandLineArgs +instanceKlass org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences +instanceKlass org/eclipse/core/internal/preferences/legacy/ProductPreferencesService +instanceKlass org/eclipse/core/internal/preferences/exchange/IProductPreferencesService +instanceKlass org/eclipse/core/internal/runtime/AuthorizationHandler +instanceKlass org/eclipse/core/runtime/IBundleGroupProvider +instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform ()V 98 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42516a8a0 +instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42516b000 +instanceKlass org/eclipse/core/runtime/ILog +instanceKlass org/eclipse/core/internal/runtime/InternalPlatform +instanceKlass org/eclipse/core/runtime/Plugin +instanceKlass org/eclipse/equinox/internal/frameworkadmin/equinox/Log +instanceKlass org/eclipse/equinox/internal/provisional/configuratormanipulator/ConfiguratorManipulator +instanceKlass java/lang/Process +instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/Manipulator +instanceKlass org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl +instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/FrameworkAdmin +instanceKlass org/osgi/util/promise/DeferredPromiseImpl$ResolveWith +instanceKlass @bci org/osgi/util/promise/PromiseFactory$All run ()V 81 member ; # org/osgi/util/promise/PromiseFactory$All$$Lambda+0x000001e425167448 +instanceKlass @cpi org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry 241 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425168000 +instanceKlass org/osgi/util/promise/PromiseImpl$Result +instanceKlass org/osgi/util/promise/PromiseFactory$All +instanceKlass org/osgi/util/promise/PromiseImpl$InlineCallback +instanceKlass org/eclipse/core/runtime/QualifiedName +instanceKlass org/apache/felix/scr/impl/inject/methods/ActivateMethod$1 +instanceKlass org/apache/felix/scr/impl/inject/MethodResult +instanceKlass org/eclipse/core/internal/content/ContentTypeManager$ContentTypeRegistryChangeListener +instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$OpenStatusImpl +instanceKlass org/apache/felix/scr/impl/manager/SingleComponentManager$1 +instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethod$1 +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$Resolved +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$MethodInfo +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$1 +instanceKlass org/eclipse/core/internal/content/BasicDescription +instanceKlass org/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener +instanceKlass org/eclipse/core/runtime/content/IContentTypeManager$ISelectionPolicy +instanceKlass org/eclipse/core/internal/preferences/BundleStateScopeServiceFactory +instanceKlass org/eclipse/core/internal/preferences/Activator$1 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425166c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425166800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425166400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425166000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425165c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425165800 +instanceKlass org/eclipse/core/internal/registry/ExtensionRegistry$ListenerInfo +instanceKlass org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper +instanceKlass @bci org/eclipse/jdt/ls/core/internal/JavaLanguageServerPlugin$1 run (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus; 22 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425165400 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/JavaLanguageServerPlugin$1 run (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus; 22 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425165000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164800 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425164400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164000 +instanceKlass org/eclipse/core/runtime/ListenerList$ListenerListIterator +instanceKlass org/eclipse/core/internal/preferences/OSGiPreferencesServiceManager +instanceKlass org/osgi/service/prefs/PreferencesService +instanceKlass org/eclipse/core/internal/preferences/AbstractScope +instanceKlass org/eclipse/core/runtime/Path +instanceKlass org/eclipse/core/runtime/Path$Constants +instanceKlass org/eclipse/core/runtime/IPath +instanceKlass org/eclipse/core/internal/preferences/ImmutableMap +instanceKlass org/eclipse/core/internal/preferences/EclipsePreferences +instanceKlass org/eclipse/core/runtime/preferences/IScope +instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences +instanceKlass org/eclipse/core/internal/preferences/PreferencesService +instanceKlass org/eclipse/core/runtime/preferences/IPreferencesService +instanceKlass org/eclipse/core/internal/preferences/exchange/ILegacyPreferences +instanceKlass org/eclipse/core/internal/preferences/PreferencesOSGiUtils +instanceKlass org/eclipse/core/internal/preferences/Activator +instanceKlass org/eclipse/core/runtime/preferences/IScopeContext +instanceKlass org/eclipse/core/internal/content/ContentTypeBuilder +instanceKlass org/eclipse/core/internal/content/ContentTypeCatalog +instanceKlass org/apache/felix/scr/impl/inject/ValueUtils +instanceKlass org/eclipse/core/internal/content/ILazySource +instanceKlass org/eclipse/core/internal/adapter/AdapterManagerListener +instanceKlass org/eclipse/core/internal/runtime/IAdapterManagerProvider +instanceKlass org/eclipse/core/runtime/IRegistryEventListener +instanceKlass org/eclipse/core/internal/registry/osgi/RegistryCommandProvider +instanceKlass org/eclipse/osgi/framework/console/CommandProvider +instanceKlass org/eclipse/core/internal/registry/RegistryProviderFactory +instanceKlass org/eclipse/core/internal/registry/osgi/RegistryProviderOSGI +instanceKlass org/eclipse/core/internal/registry/TemporaryObjectManager +instanceKlass org/eclipse/core/internal/registry/RegistryIndexChildren +instanceKlass org/eclipse/core/internal/registry/RegistryIndexElement +instanceKlass org/eclipse/core/internal/registry/CombinedEventDelta +instanceKlass org/eclipse/core/internal/registry/Contribution +instanceKlass org/eclipse/core/runtime/Assert +instanceKlass java/lang/invoke/DirectMethodHandle$1 +instanceKlass org/eclipse/core/internal/runtime/LocalizationUtils +instanceKlass org/eclipse/core/runtime/Status +instanceKlass @bci jdk/internal/reflect/MethodHandleObjectFieldAccessorImpl set (Ljava/lang/Object;Ljava/lang/Object;)V 29 ; # java/lang/invoke/LambdaForm$MH+0x000001e425158800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425158400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425158000 +instanceKlass @bci org/eclipse/osgi/util/NLS ()V 7 argL0 ; # org/eclipse/osgi/util/NLS$$Lambda+0x000001e425134e10 +instanceKlass org/eclipse/osgi/util/NLS +instanceKlass org/eclipse/core/internal/runtime/ResourceTranslator +instanceKlass org/eclipse/core/runtime/spi/RegistryContributor +instanceKlass org/eclipse/core/runtime/IContributor +instanceKlass org/eclipse/core/runtime/ContributorFactoryOSGi +instanceKlass org/eclipse/core/internal/registry/osgi/EclipseBundleListener +instanceKlass org/eclipse/osgi/compatibility/state/ReadOnlyState +instanceKlass org/eclipse/core/internal/registry/HashtableOfStringAndInt +instanceKlass org/eclipse/core/internal/registry/KeyedHashSet +instanceKlass org/eclipse/core/runtime/IConfigurationElement +instanceKlass org/eclipse/core/internal/registry/Handle +instanceKlass org/eclipse/core/internal/registry/RegistryObjectManager +instanceKlass org/eclipse/core/internal/registry/IObjectManager +instanceKlass @bci org/eclipse/core/internal/registry/RegistryProperties getContextProperty (Ljava/lang/String;)Ljava/lang/String; 18 member ; # org/eclipse/core/internal/registry/RegistryProperties$$Lambda+0x000001e4251529f0 +instanceKlass org/eclipse/core/internal/registry/RegistryTimestamp +instanceKlass org/eclipse/core/internal/registry/TableReader +instanceKlass org/eclipse/core/runtime/ListenerList +instanceKlass org/eclipse/core/internal/registry/ReadWriteMonitor +instanceKlass org/eclipse/core/internal/registry/RegistryObjectFactory +instanceKlass org/eclipse/core/runtime/ISafeRunnable +instanceKlass org/eclipse/core/runtime/IExtensionPoint +instanceKlass org/eclipse/core/runtime/IExtensionDelta +instanceKlass org/eclipse/core/runtime/IExtension +instanceKlass org/eclipse/core/internal/registry/RegistryObject +instanceKlass org/eclipse/core/internal/registry/KeyedElement +instanceKlass org/eclipse/core/internal/registry/ExtensionRegistry +instanceKlass org/eclipse/core/runtime/spi/IDynamicExtensionRegistry +instanceKlass org/eclipse/core/runtime/IExtensionRegistry +instanceKlass org/eclipse/core/runtime/RegistryFactory +instanceKlass org/eclipse/core/internal/registry/ReferenceMap$IEntry +instanceKlass org/eclipse/core/internal/registry/ReferenceMap +instanceKlass org/eclipse/core/internal/registry/osgi/OSGIUtils +instanceKlass org/eclipse/core/internal/registry/osgi/EquinoxUtils +instanceKlass org/eclipse/core/internal/registry/RegistryProperties +instanceKlass org/eclipse/core/runtime/spi/IRegistryProvider +instanceKlass org/eclipse/core/runtime/spi/RegistryStrategy +instanceKlass org/eclipse/core/internal/registry/osgi/Activator +instanceKlass org/eclipse/core/runtime/IRegistryChangeListener +instanceKlass org/eclipse/core/internal/content/IContentTypeInfo +instanceKlass org/eclipse/core/runtime/content/IContentDescription +instanceKlass org/eclipse/core/runtime/content/IContentType +instanceKlass org/eclipse/core/runtime/content/IContentTypeSettings +instanceKlass org/osgi/service/prefs/Preferences +instanceKlass org/apache/felix/scr/impl/inject/internal/ComponentConstructorImpl +instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethods$1 +instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethod +instanceKlass org/apache/felix/scr/impl/inject/methods/BindMethods +instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethods +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$NotApplicable +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$NotResolved +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$State +instanceKlass org/apache/felix/scr/impl/inject/BaseParameter +instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod +instanceKlass org/eclipse/core/internal/content/ContentTypeMatcher +instanceKlass org/eclipse/core/runtime/content/IContentTypeManager +instanceKlass org/eclipse/core/runtime/content/IContentTypeMatcher +instanceKlass org/apache/felix/scr/impl/helper/ComponentServiceObjectsHelper +instanceKlass org/apache/felix/scr/impl/manager/EdgeInfo +instanceKlass org/apache/felix/scr/impl/manager/ComponentContextImpl$ComponentInstanceImpl +instanceKlass org/osgi/service/component/ComponentInstance +instanceKlass org/apache/felix/scr/impl/manager/ComponentContextImpl +instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager$RegStateWrapper +instanceKlass org/apache/felix/scr/impl/BundleComponentActivator$ListenerInfo +instanceKlass org/apache/felix/scr/impl/manager/ServiceTracker$AbstractTracked +instanceKlass org/apache/felix/scr/impl/manager/ExtendedServiceListener +instanceKlass org/apache/felix/scr/impl/manager/ServiceTracker +instanceKlass org/apache/felix/scr/impl/helper/Coercions +instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$AbstractCustomizer +instanceKlass org/apache/felix/scr/impl/inject/RefPair +instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$Customizer +instanceKlass org/apache/felix/scr/impl/manager/ServiceTrackerCustomizer +instanceKlass org/apache/felix/scr/impl/inject/OpenStatus +instanceKlass org/apache/felix/scr/impl/manager/DependencyManager +instanceKlass org/apache/felix/scr/impl/manager/ReferenceManager +instanceKlass org/osgi/util/promise/Deferred +instanceKlass org/apache/felix/scr/impl/inject/ScrComponentContext +instanceKlass org/apache/felix/scr/component/ExtComponentContext +instanceKlass org/apache/felix/scr/impl/manager/SingleComponentManager$SetImplementationObject +instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager +instanceKlass org/apache/felix/scr/impl/helper/ConfigAdminTracker$1 +instanceKlass org/apache/felix/scr/impl/helper/ConfigAdminTracker +instanceKlass java/util/Timer$ThreadReaper +instanceKlass java/util/TaskQueue +instanceKlass java/util/Timer +instanceKlass org/apache/felix/scr/impl/inject/ComponentConstructor +instanceKlass org/apache/felix/scr/impl/inject/LifecycleMethod +instanceKlass org/apache/felix/scr/impl/inject/internal/ComponentMethodsImpl +instanceKlass org/apache/felix/scr/impl/metadata/TargetedPID +instanceKlass java/util/concurrent/CompletionStage +instanceKlass org/osgi/util/promise/PromiseImpl +instanceKlass org/osgi/util/promise/Promise +instanceKlass org/osgi/util/promise/PromiseFactory +instanceKlass org/osgi/util/promise/Promises +instanceKlass org/apache/felix/scr/impl/inject/ComponentMethods +instanceKlass org/osgi/service/component/ComponentFactory +instanceKlass org/apache/felix/scr/impl/manager/AbstractComponentManager +instanceKlass org/apache/felix/scr/impl/manager/ComponentManager +instanceKlass org/apache/felix/scr/impl/manager/ConfigurableComponentHolder +instanceKlass org/apache/felix/scr/impl/manager/ComponentContainer +instanceKlass org/apache/felix/scr/impl/ComponentRegistryKey +instanceKlass org/apache/felix/scr/impl/metadata/PropertyMetadata +instanceKlass org/apache/felix/scr/impl/metadata/ReferenceMetadata +instanceKlass org/apache/felix/scr/impl/metadata/ServiceMetadata +instanceKlass org/apache/felix/scr/impl/metadata/ComponentMetadata +instanceKlass org/apache/felix/scr/impl/xml/XmlConstants +instanceKlass com/sun/org/apache/xerces/internal/impl/Constants$ArrayEnumeration +instanceKlass com/sun/org/apache/xerces/internal/impl/Constants +instanceKlass com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$LocatorProxy +instanceKlass org/xml/sax/ext/Locator2 +instanceKlass org/xml/sax/Locator +instanceKlass com/sun/org/apache/xerces/internal/util/XMLSymbols +instanceKlass com/sun/org/apache/xerces/internal/util/XMLChar +instanceKlass com/sun/xml/internal/stream/Entity +instanceKlass com/sun/xml/internal/stream/util/BufferAllocator +instanceKlass com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$EncodingInfo +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource +instanceKlass com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler +instanceKlass com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver +instanceKlass com/sun/org/apache/xerces/internal/util/EntityResolverWrapper +instanceKlass org/xml/sax/ext/EntityResolver2 +instanceKlass org/xml/sax/InputSource +instanceKlass com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$AttributesProxy +instanceKlass org/xml/sax/ext/Attributes2 +instanceKlass org/xml/sax/Attributes +instanceKlass org/xml/sax/AttributeList +instanceKlass com/sun/org/apache/xerces/internal/util/FeatureState +instanceKlass com/sun/org/apache/xerces/internal/util/PropertyState +instanceKlass com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter +instanceKlass com/sun/org/apache/xerces/internal/util/MessageFormatter +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLVersionDetector +instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationManager +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationState +instanceKlass com/sun/org/apache/xerces/internal/impl/dv/ValidationContext +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator +instanceKlass com/sun/org/apache/xerces/internal/impl/RevalidationHandler +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl +instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource +instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription +instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$TrailingMiscDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$PrologDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver +instanceKlass com/sun/org/apache/xerces/internal/util/NamespaceSupport +instanceKlass com/sun/org/apache/xerces/internal/xni/NamespaceContext +instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute +instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLAttributes +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$FragmentContentDriver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack2 +instanceKlass com/sun/org/apache/xerces/internal/xni/QName +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLString +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner +instanceKlass com/sun/xml/internal/stream/XMLBufferListener +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLErrorReporter +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityScanner +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLLocator +instanceKlass com/sun/xml/internal/stream/XMLEntityStorage +instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer +instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/Augmentations +instanceKlass com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponent +instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable$Entry +instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable +instanceKlass jdk/xml/internal/JdkConstants +instanceKlass jdk/xml/internal/JdkXmlUtils +instanceKlass com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings +instanceKlass com/sun/org/apache/xerces/internal/parsers/XML11Configurable +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration +instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager +instanceKlass com/sun/org/apache/xerces/internal/parsers/XMLParser +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDHandler +instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler +instanceKlass org/xml/sax/XMLReader +instanceKlass org/xml/sax/Parser +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager +instanceKlass javax/xml/parsers/SAXParser +instanceKlass com/sun/org/apache/xerces/internal/xs/PSVIProvider +instanceKlass com/sun/org/apache/xerces/internal/jaxp/JAXPConstants +instanceKlass @bci javax/xml/parsers/FactoryFinder newInstance (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/ClassLoader;ZZ)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d4f50 +instanceKlass @bci jdk/xml/internal/SecuritySupport getContextClassLoader ()Ljava/lang/ClassLoader; 0 argL0 ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4ae8 +instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d48d0 +instanceKlass javax/xml/parsers/FactoryFinder$1 +instanceKlass @bci jdk/xml/internal/SecuritySupport getFileInputStream (Ljava/io/File;)Ljava/io/FileInputStream; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4498 +instanceKlass @bci jdk/xml/internal/SecuritySupport doesFileExist (Ljava/io/File;)Z 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4280 +instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 6 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d4068 +instanceKlass @bci jdk/xml/internal/SecuritySupport getSystemProperty (Ljava/lang/String;)Ljava/lang/String; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d3e50 +instanceKlass jdk/xml/internal/SecuritySupport +instanceKlass javax/xml/parsers/FactoryFinder +instanceKlass javax/xml/parsers/SAXParserFactory +instanceKlass org/xml/sax/helpers/DefaultHandler +instanceKlass org/xml/sax/ErrorHandler +instanceKlass org/xml/sax/ContentHandler +instanceKlass org/xml/sax/DTDHandler +instanceKlass org/xml/sax/EntityResolver +instanceKlass org/apache/felix/scr/impl/BundleComponentActivator +instanceKlass org/apache/felix/scr/impl/manager/ComponentActivator +instanceKlass org/apache/felix/scr/impl/manager/ExtendedServiceListenerContext +instanceKlass org/eclipse/core/internal/runtime/IAdapterFactoryExt +instanceKlass org/eclipse/core/internal/runtime/AdapterFactoryBridge$LazyAdapterFactory +instanceKlass org/eclipse/core/internal/runtime/AdapterFactoryBridge +instanceKlass org/eclipse/core/runtime/IAdapterFactory +instanceKlass org/eclipse/core/internal/runtime/TracingOptions$1 +instanceKlass org/eclipse/core/internal/runtime/TracingOptions +instanceKlass java/util/AbstractMap$1$1 +instanceKlass org/osgi/service/url/URLStreamHandlerService +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller current ()Ljava/util/Optional; 4 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425133000 +instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425132000 +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller trackCurrent ()Ljava/util/Optional; 19 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425131ca8 +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller getCurrent ()Ljava/util/Optional; 12 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425131a70 +instanceKlass org/eclipse/core/runtime/ServiceCaller$ReferenceAndService +instanceKlass org/eclipse/core/internal/runtime/AdapterManager +instanceKlass org/eclipse/core/runtime/IAdapterManager +instanceKlass org/eclipse/core/internal/runtime/PlatformURLConverter +instanceKlass org/eclipse/core/internal/runtime/RuntimeLog +instanceKlass org/eclipse/core/runtime/IStatus +instanceKlass org/eclipse/core/internal/runtime/PlatformLogWriter +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceImpl +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V 39 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425130000 +instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 26 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f850 +instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 17 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f620 +instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 1 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f408 +instanceKlass @bci org/eclipse/core/runtime/ServiceCaller (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V 31 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e42512ec88 +instanceKlass org/eclipse/core/runtime/ServiceCaller +instanceKlass org/eclipse/core/internal/runtime/Activator +instanceKlass org/apache/felix/scr/impl/config/ScrMetaTypeProviderServiceFactory +instanceKlass org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory +instanceKlass org/apache/felix/scr/impl/ComponentCommands$2 +instanceKlass org/apache/felix/scr/impl/ComponentCommands$1 +instanceKlass org/apache/felix/scr/impl/ComponentCommands +instanceKlass org/apache/felix/scr/impl/Activator$ScrExtension +instanceKlass org/apache/felix/scr/impl/ComponentActorThread$1 +instanceKlass org/apache/felix/scr/impl/ComponentActorThread +instanceKlass org/apache/felix/scr/impl/runtime/ServiceComponentRuntimeImpl +instanceKlass java/util/TimerTask +instanceKlass org/apache/felix/scr/impl/manager/RegionConfigurationSupport +instanceKlass org/apache/felix/scr/impl/manager/ComponentHolder +instanceKlass org/apache/felix/scr/impl/ComponentRegistry +instanceKlass org/apache/felix/scr/impl/logger/ScrLogManager$1 +instanceKlass org/apache/felix/scr/impl/logger/LogManager$LogDomain +instanceKlass org/apache/felix/scr/impl/logger/LogManager$Lock +instanceKlass org/apache/felix/scr/impl/logger/LogManager$LoggerFacade +instanceKlass org/apache/felix/scr/impl/logger/BundleLogger +instanceKlass org/apache/felix/scr/impl/logger/ComponentLogger +instanceKlass org/apache/felix/scr/impl/logger/ScrLogger +instanceKlass org/apache/felix/scr/impl/logger/InternalLogger +instanceKlass org/apache/felix/scr/impl/logger/ScrLoggerFactory +instanceKlass org/osgi/service/component/ComponentContext +instanceKlass org/osgi/service/component/ComponentServiceObjects +instanceKlass org/apache/felix/scr/impl/inject/internal/ClassUtils +instanceKlass org/apache/felix/scr/impl/config/ScrConfigurationImpl +instanceKlass org/osgi/service/component/runtime/ServiceComponentRuntime +instanceKlass org/apache/felix/scr/impl/manager/ScrConfiguration +instanceKlass org/apache/felix/scr/impl/logger/LogConfiguration +instanceKlass org/apache/felix/scr/impl/AbstractExtender +instanceKlass org/eclipse/osgi/internal/loader/buddy/PolicyHandler +instanceKlass org/apache/aries/spifly/WeavingData +instanceKlass org/apache/aries/spifly/ConsumerRestriction +instanceKlass org/apache/aries/spifly/MethodRestriction +instanceKlass org/apache/aries/spifly/ArgRestrictions +instanceKlass org/apache/aries/spifly/BundleDescriptor +instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 177 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425127000 +instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 161 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123d18 +instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 149 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123b08 +instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 141 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e4251238d8 +instanceKlass org/apache/aries/spifly/ConsumerBundleTrackerCustomizer +instanceKlass ch/qos/logback/classic/spi/LogbackServiceProvider +instanceKlass org/slf4j/spi/SLF4JServiceProvider +instanceKlass java/util/Formattable +instanceKlass java/time/LocalTime$1 +instanceKlass sun/util/locale/provider/LocaleResources +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDecimalFormatSymbolsProvider ()Ljava/text/spi/DecimalFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000066 +instanceKlass java/text/DecimalFormatSymbols +instanceKlass sun/util/resources/Bundles$2 +instanceKlass sun/util/resources/Bundles$CacheKeyReference +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter applyAliases (Ljava/util/Locale;)Ljava/util/Locale; 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x80000005f +instanceKlass sun/util/resources/LocaleData$LocaleDataResourceBundleProvider +instanceKlass java/util/spi/ResourceBundleProvider +instanceKlass sun/util/resources/Bundles$CacheKey +instanceKlass sun/util/resources/Bundles +instanceKlass sun/util/resources/LocaleData$LocaleDataStrategy +instanceKlass sun/util/resources/Bundles$Strategy +instanceKlass sun/util/resources/LocaleData$1 +instanceKlass sun/util/resources/LocaleData +instanceKlass java/util/Locale$Builder +instanceKlass sun/util/locale/provider/CalendarDataUtility +instanceKlass sun/util/locale/provider/AvailableLanguageTags +instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDateFormatSymbolsProvider ()Ljava/text/spi/DateFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000065 +instanceKlass sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo +instanceKlass jdk/internal/module/ModulePatcher$PatchedModuleReader +instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter ()V 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000061 +instanceKlass sun/util/locale/InternalLocaleBuilder$CaseInsensitiveChar +instanceKlass sun/util/locale/InternalLocaleBuilder +instanceKlass sun/util/locale/StringTokenIterator +instanceKlass sun/util/locale/ParseStatus +instanceKlass sun/util/locale/LanguageTag +instanceKlass sun/util/cldr/CLDRBaseLocaleDataMetaInfo +instanceKlass sun/util/locale/provider/LocaleDataMetaInfo +instanceKlass sun/util/locale/provider/ResourceBundleBasedAdapter +instanceKlass sun/util/locale/provider/LocaleProviderAdapter +instanceKlass java/util/spi/LocaleServiceProvider +instanceKlass java/text/DateFormatSymbols +instanceKlass java/time/LocalDate$1 +instanceKlass java/time/ZonedDateTime$1 +instanceKlass java/util/Calendar +instanceKlass java/util/Formatter$FixedString +instanceKlass java/util/Formatter$DateTime +instanceKlass java/util/Formatter$Flags +instanceKlass java/util/Formatter$FormatSpecifier +instanceKlass java/util/Formatter$FormatString +instanceKlass java/util/Formatter$Conversion +instanceKlass @bci java/util/regex/Pattern Range (II)Ljava/util/regex/Pattern$CharPredicate; 23 member ; # java/util/regex/Pattern$$Lambda+0x80000002a +instanceKlass java/util/Formatter +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadPropertyResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 14 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001e4250d04b0 +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper newResourceBundle (Ljava/lang/Class;)Ljava/util/ResourceBundle; 22 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x800000010 +instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 13 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001e4250cfdf0 +instanceKlass java/util/ResourceBundle$ResourceBundleProviderHelper +instanceKlass java/util/ResourceBundle$3 +instanceKlass @bci java/util/ResourceBundle getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/util/ResourceBundle$$Lambda+0x000001e4250cf9b0 +instanceKlass java/util/ResourceBundle$CacheKeyReference +instanceKlass java/util/ResourceBundle$CacheKey +instanceKlass java/util/ResourceBundle$Control +instanceKlass java/util/logging/Level$RbAccess +instanceKlass @bci java/util/logging/LogRecord inferCaller ()V 18 member ; # java/util/logging/LogRecord$$Lambda+0x000001e4250cef40 +instanceKlass java/lang/StackStreamFactory$FrameBuffer +instanceKlass java/lang/StackStreamFactory +instanceKlass @bci java/util/logging/LogRecord$CallerFinder get ()Ljava/util/Optional; 4 member ; # java/util/logging/LogRecord$CallerFinder$$Lambda+0x000001e4250cd7f0 +instanceKlass @bci java/util/logging/LogRecord$CallerFinder ()V 0 argL0 ; # java/util/logging/LogRecord$CallerFinder$$Lambda+0x000001e4250cd1c0 +instanceKlass java/util/logging/LogRecord$CallerFinder +instanceKlass java/time/zone/Ser +instanceKlass java/io/Externalizable +instanceKlass java/time/zone/ZoneRulesProvider$1 +instanceKlass java/time/zone/ZoneRulesProvider +instanceKlass sun/util/calendar/ZoneInfoFile$ZoneOffsetTransitionRule +instanceKlass sun/util/calendar/ZoneInfoFile$1 +instanceKlass sun/util/calendar/ZoneInfoFile +instanceKlass java/util/TimeZone +instanceKlass java/util/logging/LogManager$CloseOnReset +instanceKlass java/util/logging/StreamHandler$1 +instanceKlass java/util/logging/Handler$1 +instanceKlass java/util/logging/ErrorManager +instanceKlass jdk/internal/logger/SimpleConsoleLogger$Formatting +instanceKlass @bci java/util/logging/SimpleFormatter ()V 5 argL0 ; # java/util/logging/SimpleFormatter$$Lambda+0x000001e4250cae90 +instanceKlass java/util/logging/Formatter +instanceKlass java/time/Clock +instanceKlass java/time/InstantSource +instanceKlass java/util/logging/LogRecord +instanceKlass org/apache/aries/spifly/ProviderServiceFactory +instanceKlass ch/qos/logback/classic/servlet/LogbackServletContainerInitializer +instanceKlass jakarta/servlet/ServletContainerInitializer +instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle$1 +instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer$ServiceDetails +instanceKlass org/eclipse/osgi/storage/bundlefile/ZipBundleFile$1 +instanceKlass @bci org/eclipse/osgi/storage/bundlefile/ZipBundleFile getPaths ()Ljava/lang/Iterable; 1 member ; # org/eclipse/osgi/storage/bundlefile/ZipBundleFile$$Lambda+0x000001e42511e760 +instanceKlass @bci org/apache/aries/spifly/BaseActivator registerProviderBundle (Ljava/lang/String;Lorg/osgi/framework/Bundle;Ljava/util/Map;)V 33 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123028 +instanceKlass org/apache/aries/spifly/Pair +instanceKlass @bci org/apache/aries/spifly/BaseActivator registerProviderBundle (Ljava/lang/String;Lorg/osgi/framework/Bundle;Ljava/util/Map;)V 5 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425122be8 +instanceKlass @bci org/osgi/framework/FrameworkUtil ()V 27 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511e538 +instanceKlass org/osgi/framework/connect/FrameworkUtilHelper +instanceKlass @bci org/osgi/framework/FrameworkUtil ()V 8 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511e138 +instanceKlass org/osgi/framework/FrameworkUtil +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 ; # java/lang/invoke/LambdaForm$MH+0x000001e425124800 +instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425124400 +instanceKlass @bci aQute/bnd/header/Attrs mergeWith (LaQute/bnd/header/Attrs;Z)V 4 member ; # aQute/bnd/header/Attrs$$Lambda+0x000001e4251229c0 +instanceKlass @cpi aQute/bnd/header/Attrs 639 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425124000 +instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 58 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e4251227b0 +instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 50 member ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425122578 +instanceKlass java/util/AbstractMap$SimpleImmutableEntry +instanceKlass @bci aQute/bnd/stream/EntryPipeline values ()Ljava/util/stream/Stream; 4 argL0 ; # aQute/bnd/stream/EntryPipeline$$Lambda+0x000001e425122348 +instanceKlass @bci aQute/bnd/stream/EntryPipeline filterKey (Ljava/util/function/Predicate;)LaQute/bnd/stream/MapStream; 14 member ; # aQute/bnd/stream/EntryPipeline$$Lambda+0x000001e425122100 +instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 27 member ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121eb8 +instanceKlass sun/invoke/util/VerifyAccess$1 +instanceKlass aQute/bnd/stream/EntryPipeline +instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 15 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121878 +instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 7 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121648 +instanceKlass aQute/bnd/stream/MapStream +instanceKlass org/apache/aries/spifly/SpiFlyConstants +instanceKlass org/apache/aries/spifly/ConsumerHeaderProcessor +instanceKlass @bci aQute/bnd/header/OSGiHeader parseHeader (Ljava/lang/String;LaQute/service/reporter/Reporter;LaQute/bnd/header/Parameters;)LaQute/bnd/header/Parameters; 437 member ; # aQute/bnd/header/OSGiHeader$$Lambda+0x000001e425120c60 +instanceKlass @bci aQute/bnd/header/Attrs ()V 72 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120a50 +instanceKlass @bci aQute/bnd/header/Attrs ()V 64 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120840 +instanceKlass @bci aQute/bnd/header/Attrs ()V 56 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120630 +instanceKlass @bci aQute/bnd/header/Attrs ()V 48 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120420 +instanceKlass @bci aQute/bnd/header/Attrs ()V 40 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120210 +instanceKlass @bci aQute/bnd/header/Attrs ()V 32 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120000 +instanceKlass @bci aQute/bnd/header/Attrs ()V 24 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e42511bdd0 +instanceKlass @bci aQute/bnd/header/Attrs ()V 16 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e42511bbc0 +instanceKlass aQute/bnd/header/Attrs$DataType +instanceKlass aQute/bnd/header/Attrs +instanceKlass aQute/libg/qtokens/QuotedTokenizer +instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/Pattern$$Lambda+0x800000032 +instanceKlass @bci java/util/regex/CharPredicates ASCII_WORD ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x000001e4250c93f0 +instanceKlass aQute/bnd/header/OSGiHeader +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$CaseInsentiveEntry +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$EntryIterator +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$KeyIterator +instanceKlass java/util/ResourceBundle$1 +instanceKlass jdk/internal/access/JavaUtilResourceBundleAccess +instanceKlass java/util/ResourceBundle +instanceKlass @bci org/eclipse/osgi/storage/Storage lambda$7 (Ljava/util/List;Ljava/lang/String;)Ljava/util/stream/Stream; 7 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e425117c80 +instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 37 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001e4250c8720 +instanceKlass java/util/function/BooleanSupplier +instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 24 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001e4250c8290 +instanceKlass java/util/stream/StreamSpliterators +instanceKlass java/util/stream/AbstractSpinedBuffer +instanceKlass org/eclipse/osgi/internal/container/InternalUtils$1 +instanceKlass java/util/stream/StreamSpliterators$AbstractWrappingSpliterator +instanceKlass @bci java/util/stream/AbstractPipeline spliterator ()Ljava/util/Spliterator; 103 member ; # java/util/stream/AbstractPipeline$$Lambda+0x000001e4250c7498 +instanceKlass @bci org/eclipse/osgi/storage/Storage findEntries (Ljava/util/List;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/Enumeration; 101 argL0 ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e425117800 +instanceKlass @bci org/eclipse/osgi/storage/Storage findEntries (Ljava/util/List;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/Enumeration; 91 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e4251175c8 +instanceKlass org/eclipse/osgi/storage/ManifestLocalization$BundleResourceBundle +instanceKlass org/eclipse/osgi/storage/ManifestLocalization +instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer +instanceKlass org/osgi/util/tracker/BundleTracker +instanceKlass @bci org/apache/aries/spifly/BaseActivator start (Lorg/osgi/framework/BundleContext;Ljava/lang/String;)V 46 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e42511a648 +instanceKlass @bci org/apache/aries/spifly/BaseActivator start (Lorg/osgi/framework/BundleContext;Ljava/lang/String;)V 20 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e42511a418 +instanceKlass aQute/bnd/header/Parameters +instanceKlass java/util/AbstractList$Itr +instanceKlass @bci org/eclipse/osgi/internal/weaving/WovenClassImpl notifyWovenClassListeners ()V 1 member ; # org/eclipse/osgi/internal/weaving/WovenClassImpl$$Lambda+0x000001e425116a70 +instanceKlass org/osgi/framework/hooks/weaving/WovenClassListener +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl$FrameworkHookRegistration getSafeService (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Lorg/eclipse/osgi/internal/serviceregistry/ServiceConsumer;)Ljava/lang/Object; 17 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl$FrameworkHookRegistration$$Lambda+0x000001e425116638 +instanceKlass org/apache/aries/spifly/Util +instanceKlass org/objectweb/asm/Opcodes +instanceKlass org/objectweb/asm/ClassVisitor +instanceKlass org/apache/aries/spifly/dynamic/ClientWeavingHook +instanceKlass java/util/logging/Logger$SystemLoggerHelper$1 +instanceKlass java/util/logging/Logger$SystemLoggerHelper +instanceKlass java/util/logging/LogManager$4 +instanceKlass jdk/internal/logger/BootstrapLogger$BootstrapExecutors +instanceKlass jdk/internal/logger/LoggerFinderLoader +instanceKlass @bci java/lang/System$LoggerFinder accessProvider ()Ljava/lang/System$LoggerFinder; 8 argL0 ; # java/lang/System$LoggerFinder$$Lambda+0x000001e4250c62e0 +instanceKlass java/util/stream/Streams +instanceKlass java/util/stream/Stream$Builder +instanceKlass java/util/stream/Streams$AbstractStreamBuilderImpl +instanceKlass @bci java/util/logging/Level$KnownLevel findByName (Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/Optional; 29 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000023 +instanceKlass java/util/ArrayList$ArrayListSpliterator +instanceKlass @bci java/util/logging/Level findLevel (Ljava/lang/String;)Ljava/util/logging/Level; 13 argL0 ; # java/util/logging/Level$$Lambda+0x800000011 +instanceKlass java/util/logging/LogManager$LoggerContext$1 +instanceKlass java/util/logging/LogManager$VisitedLoggers +instanceKlass java/util/logging/LogManager$2 +instanceKlass java/util/logging/LogManager$LoggingProviderAccess +instanceKlass java/util/logging/LogManager$LogNode +instanceKlass java/util/logging/LogManager$LoggerContext +instanceKlass java/util/logging/LogManager$1 +instanceKlass java/util/logging/LogManager +instanceKlass java/util/logging/Logger$ConfigurationData +instanceKlass java/util/logging/Logger$LoggerBundle +instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 49 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000022 +instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 19 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000021 +instanceKlass java/util/logging/Level +instanceKlass java/util/logging/Handler +instanceKlass java/util/logging/Logger +instanceKlass org/osgi/util/tracker/BundleTrackerCustomizer +instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$DefineClassResult +instanceKlass org/apache/aries/spifly/BaseActivator +instanceKlass org/osgi/framework/hooks/weaving/WeavingHook +instanceKlass org/eclipse/osgi/internal/weaving/WeavingHookConfigurator$WovenClassContext +instanceKlass org/eclipse/osgi/internal/weaving/WovenClassImpl +instanceKlass org/osgi/framework/hooks/weaving/WovenClass +instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathManager$DefineContext +instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$3 +instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerStartLevel$2 +instanceKlass java/util/concurrent/CountDownLatch +instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainerAdaptor$1$1 +instanceKlass @bci org/eclipse/osgi/internal/framework/EquinoxEventPublisher notifyEventHooksPrivileged (Lorg/osgi/framework/BundleEvent;Ljava/util/Collection;)V 98 member ; # org/eclipse/osgi/internal/framework/EquinoxEventPublisher$$Lambda+0x000001e4251144c0 +instanceKlass org/osgi/framework/hooks/bundle/EventHook +instanceKlass org/eclipse/osgi/container/ModuleResolutionReport +instanceKlass java/util/concurrent/ConcurrentLinkedQueue$Node +instanceKlass org/apache/felix/resolver/ResolverImpl$EnhancedExecutor +instanceKlass org/apache/felix/resolver/util/OpenHashMap$MapEntry +instanceKlass org/apache/felix/resolver/util/OpenHashMap$MapIterator +instanceKlass org/apache/felix/resolver/util/OpenHashMap$1 +instanceKlass org/eclipse/osgi/container/ModuleResolutionReport$EntryImpl +instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Entry +instanceKlass @bci org/eclipse/osgi/internal/framework/FilterImpl$Equal compare_Version (Lorg/osgi/framework/Version;)Z 3 argL0 ; # org/eclipse/osgi/internal/framework/FilterImpl$Equal$$Lambda+0x000001e425111050 +instanceKlass org/apache/felix/resolver/Candidates$PopulateResult +instanceKlass org/osgi/service/resolver/HostedCapability +instanceKlass org/apache/felix/resolver/Candidates +instanceKlass org/apache/felix/resolver/Util +instanceKlass org/apache/felix/resolver/ResolverImpl$ResolveSession +instanceKlass org/eclipse/osgi/container/ModuleResolver$ResolveProcess$DynamicFragments +instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess removeSubstituted (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510fd48 +instanceKlass @bci org/eclipse/osgi/container/ModuleResolver removeNonEffectiveCapabilities (Ljava/util/Collection;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$$Lambda+0x000001e42510fb00 +instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess filterDisabled (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510f8b8 +instanceKlass java/util/Collections$ReverseComparator2 +instanceKlass java/util/Collections$ReverseComparator +instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001e4250c3b68 +instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess resolveNonPayLoadFragments ()Ljava/util/Map; 84 argL0 ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510f688 +instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory$CoreResolverHook +instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Listener +instanceKlass @bci org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory getHookReferences (Lorg/eclipse/osgi/internal/serviceregistry/ServiceRegistry;Lorg/eclipse/osgi/internal/framework/BundleContextImpl;)[Lorg/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl; 2 member ; # org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory$$Lambda+0x000001e42510ebf0 +instanceKlass org/eclipse/osgi/container/ModuleResolutionReport$Builder +instanceKlass org/osgi/service/resolver/ResolveContext +instanceKlass org/eclipse/osgi/container/ModuleDatabase$1 +instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLock$Permits +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42510c400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42510c000 +instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager$EventThread$Queued +instanceKlass @bci org/eclipse/osgi/framework/eventmgr/EventManager getEventThread ()Lorg/eclipse/osgi/framework/eventmgr/EventManager$EventThread; 24 member ; # org/eclipse/osgi/framework/eventmgr/EventManager$$Lambda+0x000001e42510b8a8 +instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerWiring$1 +instanceKlass org/osgi/dto/DTO +instanceKlass @bci org/eclipse/osgi/internal/framework/BundleContextImpl notifyFindHooksPriviledged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/util/Collection;)V 73 member ; # org/eclipse/osgi/internal/framework/BundleContextImpl$$Lambda+0x000001e4251097c8 +instanceKlass org/osgi/framework/hooks/bundle/FindHook +instanceKlass org/eclipse/osgi/framework/util/FilePath +instanceKlass sun/nio/ch/FileChannelImpl$Closer +instanceKlass sun/nio/fs/WindowsChannelFactory$Flags +instanceKlass sun/nio/fs/WindowsChannelFactory$1 +instanceKlass sun/nio/fs/WindowsChannelFactory +instanceKlass org/eclipse/core/runtime/internal/adaptor/ConsoleManager +instanceKlass org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor +instanceKlass org/eclipse/osgi/service/runnable/StartupMonitor +instanceKlass java/lang/Thread$Builder$OfVirtual +instanceKlass java/lang/Thread$Builder$OfPlatform +instanceKlass java/lang/Thread$Builder +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceFactoryUse$1 +instanceKlass java/util/LinkedList$ListItr +instanceKlass java/util/LinkedList$Node +instanceKlass org/eclipse/osgi/internal/resolver/StateImpl +instanceKlass org/eclipse/osgi/service/resolver/GenericSpecification +instanceKlass org/eclipse/osgi/service/resolver/ImportPackageSpecification +instanceKlass org/eclipse/osgi/service/resolver/ExportPackageDescription +instanceKlass org/eclipse/osgi/service/resolver/NativeCodeSpecification +instanceKlass org/eclipse/osgi/service/resolver/NativeCodeDescription +instanceKlass org/eclipse/osgi/service/resolver/BundleDescription +instanceKlass org/eclipse/osgi/service/resolver/BundleSpecification +instanceKlass org/eclipse/osgi/service/resolver/GenericDescription +instanceKlass org/eclipse/osgi/service/resolver/BaseDescription +instanceKlass org/eclipse/osgi/service/resolver/HostSpecification +instanceKlass org/eclipse/osgi/service/resolver/VersionConstraint +instanceKlass org/eclipse/osgi/internal/resolver/StateObjectFactoryImpl +instanceKlass org/eclipse/osgi/service/resolver/Resolver +instanceKlass org/eclipse/osgi/service/resolver/State +instanceKlass org/eclipse/osgi/service/resolver/StateObjectFactory +instanceKlass org/eclipse/osgi/compatibility/state/PlatformAdminImpl +instanceKlass org/eclipse/osgi/service/resolver/PlatformAdmin +instanceKlass org/eclipse/osgi/compatibility/state/Activator +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer$2 +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer$1 +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer +instanceKlass org/eclipse/osgi/service/security/TrustEngine +instanceKlass org/eclipse/osgi/internal/signedcontent/SignedContentConstants +instanceKlass org/eclipse/osgi/internal/signedcontent/SignedBundleHook$1 +instanceKlass org/eclipse/osgi/internal/framework/XMLParsingServiceFactory +instanceKlass org/eclipse/osgi/storage/BundleLocalizationImpl +instanceKlass org/eclipse/osgi/service/localization/BundleLocalization +instanceKlass org/eclipse/osgi/storage/url/BundleURLConverter +instanceKlass org/eclipse/osgi/service/urlconversion/URLConverter +instanceKlass org/apache/felix/resolver/Logger +instanceKlass org/apache/felix/resolver/ResolutionError +instanceKlass org/apache/felix/resolver/util/OpenHashMap +instanceKlass org/apache/felix/resolver/ResolverImpl +instanceKlass org/osgi/service/resolver/Resolver +instanceKlass org/eclipse/osgi/internal/framework/legacy/StartLevelImpl +instanceKlass org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl +instanceKlass org/osgi/service/condition/ConditionImpl +instanceKlass org/osgi/service/condition/Condition +instanceKlass java/net/ContentHandler +instanceKlass java/net/ContentHandlerFactory +instanceKlass org/eclipse/osgi/internal/url/EquinoxFactoryManager +instanceKlass org/eclipse/osgi/internal/log/ConfigAdminListener +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 ; # java/lang/invoke/LambdaForm$MH+0x000001e4250b9400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4250b9000 +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8c00 +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bbac0 +instanceKlass @cpi org/eclipse/osgi/internal/serviceregistry/ServiceRegistry 1084 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8800 +instanceKlass org/osgi/framework/hooks/service/FindHook +instanceKlass org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection +instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$Parser +instanceKlass org/eclipse/osgi/internal/framework/FilterImpl +instanceKlass org/osgi/util/tracker/AbstractTracked +instanceKlass org/osgi/util/tracker/ServiceTracker +instanceKlass org/eclipse/osgi/internal/log/EventAdminAdapter +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$2 +instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Snapshot$SnapshotIterator +instanceKlass org/eclipse/osgi/framework/eventmgr/ListenerQueue +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyEventListenerHooksPrivileged (Lorg/osgi/framework/ServiceEvent;Ljava/util/Map;)V 78 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bd8a0 +instanceKlass org/osgi/framework/hooks/service/EventListenerHook +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyEventHooksPrivileged (Lorg/osgi/framework/ServiceEvent;Ljava/util/Collection;)V 78 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bd0e8 +instanceKlass org/osgi/framework/hooks/service/EventHook +instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Snapshot +instanceKlass org/osgi/framework/PrototypeServiceFactory +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$CaseInsensitiveKey +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceUse +instanceKlass @bci org/eclipse/core/internal/resources/Workspace countResources (Lorg/eclipse/core/runtime/IPath;IZ)I 61 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8400 +instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyListenerHooksPrivileged (Ljava/util/Collection;Z)V 106 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250b66d8 +instanceKlass @cpi org/eclipse/osgi/internal/serviceregistry/ServiceRegistry 1107 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8000 +instanceKlass org/eclipse/osgi/internal/serviceregistry/HookContext +instanceKlass org/osgi/framework/UnfilteredServiceListener +instanceKlass org/eclipse/osgi/internal/serviceregistry/FilteredServiceListener +instanceKlass org/osgi/framework/hooks/service/ListenerHook$ListenerInfo +instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Entry +instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap +instanceKlass org/eclipse/osgi/internal/log/OrderedExecutor +instanceKlass org/eclipse/osgi/internal/framework/BundleContextImpl$2 +instanceKlass org/osgi/service/startlevel/StartLevel +instanceKlass org/osgi/service/packageadmin/PackageAdmin +instanceKlass org/eclipse/osgi/internal/framework/SystemBundleActivator +instanceKlass org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor +instanceKlass org/eclipse/osgi/internal/loader/classpath/ManifestPackageAttributes +instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathEntry$PDEData +instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathEntry +instanceKlass org/eclipse/osgi/internal/loader/classpath/FragmentClasspath +instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathManager +instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$ClassNameLock$1 +instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$ClassNameLock +instanceKlass org/eclipse/osgi/internal/container/KeyBasedLockStore +instanceKlass org/eclipse/osgi/internal/loader/BundleLoaderSources +instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$1 +instanceKlass org/eclipse/osgi/internal/loader/sources/PackageSource +instanceKlass java/util/concurrent/ForkJoinPool$2 +instanceKlass jdk/internal/access/JavaUtilConcurrentFJPAccess +instanceKlass java/util/concurrent/ForkJoinPool$DefaultForkJoinWorkerThreadFactory +instanceKlass java/util/concurrent/ForkJoinPool$WorkQueue +instanceKlass java/lang/ApplicationShutdownHooks$1 +instanceKlass java/lang/ApplicationShutdownHooks +instanceKlass java/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory +instanceKlass org/eclipse/osgi/internal/framework/StorageSaver$StorageSaverTask +instanceKlass org/eclipse/osgi/internal/framework/StorageSaver +instanceKlass java/util/concurrent/Executors$RunnableAdapter +instanceKlass java/util/concurrent/FutureTask$WaitNode +instanceKlass java/util/concurrent/FutureTask +instanceKlass jdk/internal/vm/ThreadContainers +instanceKlass jdk/internal/vm/StackableScope +instanceKlass java/util/concurrent/RunnableScheduledFuture +instanceKlass java/util/concurrent/ScheduledFuture +instanceKlass java/util/concurrent/Delayed +instanceKlass java/util/concurrent/RunnableFuture +instanceKlass java/util/concurrent/Future +instanceKlass java/util/concurrent/ThreadPoolExecutor$AbortPolicy +instanceKlass java/util/concurrent/AbstractExecutorService +instanceKlass java/util/concurrent/ScheduledExecutorService +instanceKlass java/util/concurrent/ExecutorService +instanceKlass java/util/concurrent/Executors +instanceKlass org/eclipse/osgi/internal/framework/ContextFinder$1 +instanceKlass org/osgi/framework/ServiceObjects +instanceKlass org/eclipse/osgi/internal/framework/BundleContextImpl +instanceKlass org/osgi/framework/hooks/service/ListenerHook +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl +instanceKlass org/osgi/framework/ServiceRegistration +instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistry +instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager +instanceKlass org/eclipse/osgi/internal/framework/EquinoxEventPublisher +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250adc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad400 +instanceKlass org/eclipse/osgi/storage/bundlefile/BundleEntry +instanceKlass org/eclipse/osgi/container/ModuleDatabase$2 +instanceKlass java/util/ArrayList$SubList$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250acc00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ac800 +instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4250ac400 +instanceKlass @cpi org/eclipse/jdt/internal/core/builder/NameEnvironment 988 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250ac000 +instanceKlass java/lang/reflect/AnnotatedType +instanceKlass java/lang/reflect/TypeVariable +instanceKlass org/eclipse/osgi/container/ModuleWiring$LoaderInitializer +instanceKlass org/eclipse/osgi/container/ModuleWiring +instanceKlass org/eclipse/osgi/container/ModuleWire +instanceKlass org/osgi/framework/wiring/BundleWire +instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry +instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$1 +instanceKlass org/eclipse/osgi/internal/container/Capabilities$NamespaceSet +instanceKlass org/eclipse/osgi/container/ModuleRequirement +instanceKlass org/osgi/framework/wiring/BundleRequirement +instanceKlass org/eclipse/osgi/container/ModuleRevision$2 +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$8 +instanceKlass org/eclipse/osgi/container/ModuleCapability +instanceKlass org/osgi/framework/wiring/BundleCapability +instanceKlass org/osgi/resource/Capability +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$3 +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$2 +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$1 +instanceKlass org/eclipse/osgi/internal/container/NamespaceList +instanceKlass org/eclipse/osgi/container/ModuleRevision$1 +instanceKlass org/osgi/framework/wiring/BundleWiring +instanceKlass org/osgi/resource/Wiring +instanceKlass org/eclipse/osgi/container/ModuleRevision +instanceKlass org/eclipse/osgi/container/ModuleRevisions +instanceKlass org/osgi/framework/wiring/BundleRevisions +instanceKlass org/lombokweb/asm/Opcodes +instanceKlass org/lombokweb/asm/Handler +instanceKlass lombok/patcher/MethodLogistics +instanceKlass org/lombokweb/asm/Label +instanceKlass org/lombokweb/asm/Type +instanceKlass org/lombokweb/asm/Frame +instanceKlass org/lombokweb/asm/Context +instanceKlass org/lombokweb/asm/Attribute +instanceKlass lombok/patcher/scripts/ExitFromMethodEarlyScript$1 +instanceKlass org/lombokweb/asm/ByteVector +instanceKlass org/lombokweb/asm/Symbol +instanceKlass org/lombokweb/asm/SymbolTable +instanceKlass org/lombokweb/asm/FieldVisitor +instanceKlass org/lombokweb/asm/MethodVisitor +instanceKlass org/lombokweb/asm/AnnotationVisitor +instanceKlass org/lombokweb/asm/ModuleVisitor +instanceKlass org/lombokweb/asm/RecordComponentVisitor +instanceKlass org/lombokweb/asm/ClassReader +instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$2 +instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder$GenericInfo$1 +instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder$GenericInfo +instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder +instanceKlass org/osgi/resource/Wire +instanceKlass org/eclipse/osgi/container/ModuleDatabase$Persistence +instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerStartLevel +instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerWiring +instanceKlass org/eclipse/osgi/container/ModuleResolver +instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLock +instanceKlass org/eclipse/osgi/internal/container/LockSet +instanceKlass org/osgi/framework/startlevel/FrameworkStartLevel +instanceKlass org/osgi/framework/wiring/FrameworkWiring +instanceKlass org/osgi/resource/Requirement +instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport +instanceKlass org/eclipse/osgi/container/ModuleContainer +instanceKlass org/eclipse/osgi/internal/container/Capabilities +instanceKlass org/eclipse/osgi/container/Module +instanceKlass org/osgi/framework/startlevel/BundleStartLevel +instanceKlass org/eclipse/osgi/container/ModuleDatabase +instanceKlass java/util/concurrent/LinkedBlockingQueue$Node +instanceKlass java/util/concurrent/RejectedExecutionHandler +instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainerAdaptor$1 +instanceKlass java/util/concurrent/LinkedTransferQueue$DualNode +instanceKlass java/util/concurrent/TransferQueue +instanceKlass java/util/concurrent/atomic/AtomicReference +instanceKlass org/eclipse/osgi/internal/container/AtomicLazyInitializer +instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$BundleCollisionHook +instanceKlass org/osgi/framework/ServiceReference +instanceKlass org/osgi/framework/hooks/resolver/ResolverHook +instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory +instanceKlass org/osgi/framework/hooks/resolver/ResolverHookFactory +instanceKlass org/eclipse/osgi/container/ModuleCollisionHook +instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks +instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$1 +instanceKlass org/eclipse/osgi/container/ModuleLoader +instanceKlass java/util/concurrent/Callable +instanceKlass java/util/concurrent/BlockingQueue +instanceKlass java/util/concurrent/Executor +instanceKlass org/eclipse/osgi/internal/permadmin/SecurityRow +instanceKlass org/eclipse/osgi/internal/permadmin/PermissionAdminTable +instanceKlass org/osgi/service/permissionadmin/PermissionInfo +instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionInfo +instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionUpdate +instanceKlass org/eclipse/osgi/internal/permadmin/SecurityAdmin +instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionAdmin +instanceKlass org/osgi/service/permissionadmin/PermissionAdmin +instanceKlass org/eclipse/osgi/storage/PermissionData +instanceKlass @bci org/eclipse/osgi/storage/Storage connectPersistentBundles (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e42509d340 +instanceKlass @cpi org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor 165 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099c00 +instanceKlass org/eclipse/osgi/storage/BundleInfo$Generation +instanceKlass org/eclipse/osgi/storage/BundleInfo +instanceKlass org/eclipse/osgi/framework/util/ObjectPool +instanceKlass jdk/internal/util/ByteArray +instanceKlass org/eclipse/osgi/storagemanager/StorageManager$Entry +instanceKlass org/eclipse/osgi/framework/internal/reliablefile/ReliableFile$CacheInfo +instanceKlass java/util/ComparableTimSort +instanceKlass java/lang/Shutdown$Lock +instanceKlass java/lang/Shutdown +instanceKlass java/io/DeleteOnExitHook$1 +instanceKlass java/io/DeleteOnExitHook +instanceKlass @bci org/eclipse/osgi/framework/internal/reliablefile/ReliableFile createTempFile (Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File; 61 argL0 ; # org/eclipse/osgi/framework/internal/reliablefile/ReliableFile$$Lambda+0x000001e4250934f8 +instanceKlass java/util/function/IntUnaryOperator +instanceKlass org/eclipse/osgi/framework/internal/reliablefile/ReliableFile +instanceKlass sun/nio/ch/FileKey +instanceKlass sun/nio/ch/FileLockTable +instanceKlass sun/nio/ch/NativeThread +instanceKlass java/nio/channels/FileLock +instanceKlass sun/nio/ch/NativeThreadSet +instanceKlass sun/nio/ch/IOUtil +instanceKlass sun/nio/ch/NativeDispatcher +instanceKlass java/nio/file/attribute/FileAttribute +instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel +instanceKlass java/nio/channels/InterruptibleChannel +instanceKlass java/nio/channels/ScatteringByteChannel +instanceKlass java/nio/channels/GatheringByteChannel +instanceKlass java/nio/channels/SeekableByteChannel +instanceKlass java/nio/channels/ByteChannel +instanceKlass java/nio/channels/WritableByteChannel +instanceKlass java/nio/channels/ReadableByteChannel +instanceKlass java/nio/channels/Channel +instanceKlass org/eclipse/osgi/internal/location/Locker_JavaNio +instanceKlass org/eclipse/osgi/storagemanager/StorageManager +instanceKlass java/util/HashMap$HashMapSpliterator +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 92 member ; # java/lang/SecurityManager$$Lambda+0x000001e425032670 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 76 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425032440 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 66 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425032200 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 47 member ; # java/lang/SecurityManager$$Lambda+0x000001e425031fd8 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 31 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031da8 +instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 21 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031b68 +instanceKlass @cpi org/apache/maven/utils/Os 183 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099800 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 59 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031948 +instanceKlass @cpi org/eclipse/core/internal/net/Policy 113 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099400 +instanceKlass @cpi com/google/inject/spi/BindingSourceRestriction 105 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099000 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 49 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031718 +instanceKlass @cpi org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl 332 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098c00 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 39 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e4250314e8 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 29 member ; # java/lang/SecurityManager$$Lambda+0x000001e4250312a0 +instanceKlass @cpi java/lang/SecurityManager 518 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098800 +instanceKlass @cpi java/util/Comparator 259 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098400 +instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 17 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031070 +# instanceKlass java/net/SetAccessible+0x000001e425098000 +instanceKlass jdk/internal/org/objectweb/asm/ClassReader +instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; # java/lang/invoke/LambdaForm$MH+0x000001e425097c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425096c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425096800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425096400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425096000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425095c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425095800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425095400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425095000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094400 +instanceKlass jdk/internal/vm/annotation/ForceInline +instanceKlass java/lang/annotation/Documented +instanceKlass java/lang/Deprecated +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 22 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000043 +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 17 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000041 +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 12 argL0 ; # java/util/stream/Collectors$$Lambda+0x80000003e +instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 7 member ; # java/util/stream/Collectors$$Lambda+0x800000046 +instanceKlass @bci java/lang/Class methodToString (Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/String; 42 argL0 ; # java/lang/Class$$Lambda+0x000001e425030140 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094000 +instanceKlass sun/misc/Unsafe +instanceKlass org/eclipse/osgi/internal/url/MultiplexingFactory +instanceKlass org/eclipse/osgi/storage/FrameworkExtensionInstaller +instanceKlass org/eclipse/osgi/storage/bundlefile/MRUBundleFileList +instanceKlass org/eclipse/osgi/framework/eventmgr/EventDispatcher +instanceKlass org/eclipse/osgi/storage/ContentProvider +instanceKlass org/osgi/framework/Filter +instanceKlass org/eclipse/osgi/storage/bundlefile/BundleFile +instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42508c400 +instanceKlass java/lang/invoke/MethodHandle$1 +instanceKlass org/eclipse/osgi/storage/Storage +instanceKlass @bci org/eclipse/osgi/internal/cds/CDSHookConfigurator addHooks (Lorg/eclipse/osgi/internal/hookregistry/HookRegistry;)V 77 argL0 ; # org/eclipse/osgi/internal/cds/CDSHookConfigurator$$Lambda+0x000001e42508d868 +instanceKlass org/eclipse/osgi/signedcontent/SignedContent +instanceKlass org/eclipse/osgi/internal/hookregistry/StorageHookFactory$StorageHook +instanceKlass org/osgi/framework/BundleActivator +instanceKlass org/eclipse/osgi/internal/hookregistry/StorageHookFactory +instanceKlass org/eclipse/osgi/internal/cds/CDSHookConfigurator +instanceKlass org/eclipse/osgi/internal/signedcontent/SignedBundleHook +instanceKlass org/eclipse/osgi/signedcontent/SignedContentFactory +instanceKlass org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory +instanceKlass org/osgi/framework/wiring/BundleRevision +instanceKlass org/osgi/resource/Resource +instanceKlass org/eclipse/osgi/internal/connect/ConnectHookConfigurator +instanceKlass org/eclipse/osgi/internal/hookregistry/HookConfigurator +instanceKlass java/net/URLClassLoader$3$1 +instanceKlass java/net/URLClassLoader$3 +instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$ConnectModules +instanceKlass @bci org/eclipse/osgi/internal/log/ExtendedLogServiceImpl applyLogLevels (Lorg/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext;)V 20 member ; # org/eclipse/osgi/internal/log/ExtendedLogServiceImpl$$Lambda+0x000001e42508e000 +instanceKlass @bci org/eclipse/osgi/internal/log/ExtendedLogServiceImpl applyLogLevels (Lorg/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext;)V 5 member ; # org/eclipse/osgi/internal/log/ExtendedLogServiceImpl$$Lambda+0x000001e42508bd90 +instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector 782 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42508c000 +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext +instanceKlass org/eclipse/osgi/internal/log/EquinoxLogFactory$1 +instanceKlass org/eclipse/osgi/framework/log/FrameworkLog +instanceKlass org/eclipse/osgi/internal/log/EquinoxLogFactory +instanceKlass org/osgi/service/log/FormatterLogger +instanceKlass org/eclipse/osgi/internal/log/LoggerImpl +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceImpl +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerAdmin +instanceKlass org/osgi/service/log/admin/LoggerContext +instanceKlass org/eclipse/osgi/internal/log/LoggerContextTargetMap +instanceKlass org/eclipse/osgi/internal/log/LogServiceManager$MockSystemBundle +instanceKlass org/osgi/service/log/admin/LoggerAdmin +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory +instanceKlass org/eclipse/osgi/framework/util/ArrayMap +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$WriteLock +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$ReadLock +instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock +instanceKlass java/util/concurrent/locks/ReadWriteLock +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceFactory$1 +instanceKlass org/osgi/service/log/LogEntry +instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceFactory +instanceKlass org/osgi/framework/ServiceFactory +instanceKlass org/eclipse/equinox/log/ExtendedLogReaderService +instanceKlass org/osgi/service/log/LogReaderService +instanceKlass org/eclipse/equinox/log/ExtendedLogService +instanceKlass org/eclipse/equinox/log/Logger +instanceKlass org/osgi/service/log/Logger +instanceKlass org/osgi/service/log/LogService +instanceKlass org/osgi/service/log/LoggerFactory +instanceKlass org/eclipse/osgi/internal/log/LogServiceManager +instanceKlass org/osgi/framework/AllServiceListener +instanceKlass org/osgi/framework/ServiceListener +instanceKlass org/eclipse/osgi/internal/log/EquinoxLogWriter +instanceKlass org/eclipse/equinox/log/LogFilter +instanceKlass org/eclipse/equinox/log/SynchronousLogListener +instanceKlass org/osgi/service/log/LogListener +instanceKlass org/eclipse/osgi/internal/log/EquinoxLogServices +instanceKlass org/eclipse/osgi/util/ManifestElement +instanceKlass org/eclipse/osgi/internal/debug/Debug +instanceKlass org/eclipse/osgi/service/debug/DebugOptionsListener +instanceKlass org/eclipse/osgi/service/debug/DebugTrace +instanceKlass org/eclipse/osgi/internal/debug/FrameworkDebugOptions +instanceKlass org/osgi/util/tracker/ServiceTrackerCustomizer +instanceKlass java/nio/file/FileVisitor +instanceKlass org/eclipse/osgi/storage/StorageUtil +instanceKlass org/eclipse/osgi/internal/location/BasicLocation +instanceKlass org/eclipse/osgi/internal/location/EquinoxLocations +instanceKlass java/util/concurrent/atomic/AtomicBoolean +instanceKlass java/util/UUID +instanceKlass java/util/Random +instanceKlass java/util/random/RandomGenerator +instanceKlass org/eclipse/osgi/internal/container/InternalUtils +instanceKlass org/osgi/framework/Version +instanceKlass org/eclipse/osgi/internal/location/Locker +instanceKlass org/eclipse/osgi/internal/location/LocationHelper +instanceKlass org/eclipse/osgi/internal/framework/EquinoxConfiguration$ConfigValues +instanceKlass org/eclipse/osgi/internal/util/Tokenizer +instanceKlass java/nio/charset/CoderResult +instanceKlass sun/util/logging/PlatformLogger +instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge$LoggerConfiguration +instanceKlass jdk/internal/logger/BootstrapLogger$RedirectedLoggers +instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerAccessor +instanceKlass jdk/internal/logger/LazyLoggers$LoggerAccessor +instanceKlass jdk/internal/logger/AbstractLoggerWrapper +instanceKlass java/util/ServiceLoader$ProviderImpl +instanceKlass java/util/ServiceLoader$Provider +instanceKlass java/util/ServiceLoader$1 +instanceKlass sun/util/logging/internal/LoggingProviderImpl$LogManagerAccess +instanceKlass java/util/concurrent/CopyOnWriteArrayList$COWIterator +instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend$1 +instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend +instanceKlass jdk/internal/logger/BootstrapLogger +instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge +instanceKlass sun/util/logging/PlatformLogger$Bridge +instanceKlass jdk/internal/logger/DefaultLoggerFinder$1 +instanceKlass java/lang/System$LoggerFinder +instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerFactories +instanceKlass jdk/internal/logger/LazyLoggers$1 +instanceKlass jdk/internal/logger/LazyLoggers +instanceKlass jdk/internal/event/EventHelper$ThreadTrackHolder +instanceKlass java/net/URLClassLoader$2 +instanceKlass org/eclipse/osgi/internal/framework/AliasMapper +instanceKlass org/eclipse/osgi/framework/util/KeyedElement +instanceKlass org/eclipse/osgi/internal/hookregistry/ClassLoaderHook +instanceKlass org/eclipse/osgi/internal/hookregistry/HookRegistry +instanceKlass org/eclipse/osgi/service/datalocation/Location +instanceKlass org/eclipse/osgi/service/debug/DebugOptions +instanceKlass org/eclipse/osgi/internal/framework/EquinoxConfiguration +instanceKlass org/eclipse/osgi/service/environment/EnvironmentInfo +# instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$$InjectedInvoker+0x000001e425081400 +instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller$InjectedInvokerHolder +instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425081000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080c00 +instanceKlass java/lang/annotation/Target +instanceKlass java/lang/reflect/Proxy$ProxyBuilder$1 +instanceKlass jdk/internal/org/objectweb/asm/Edge +instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/Method;Ljava/lang/Class;)V 23 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001e425028228 +instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/ProxyGenerator$ProxyMethod;)V 10 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001e425027ff8 +instanceKlass java/lang/reflect/ProxyGenerator$ProxyMethod +instanceKlass @bci java/lang/reflect/Proxy getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/lang/reflect/Proxy$$Lambda+0x000001e4250278d0 +instanceKlass @bci java/lang/module/ModuleDescriptor$Builder packages (Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder; 17 argL0 ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x800000002 +instanceKlass java/lang/module/ModuleDescriptor$Builder +instanceKlass @bci java/lang/reflect/Proxy$ProxyBuilder getDynamicModule (Ljava/lang/ClassLoader;)Ljava/lang/Module; 4 argL0 ; # java/lang/reflect/Proxy$ProxyBuilder$$Lambda+0x000001e4250274b0 +instanceKlass java/lang/PublicMethods +instanceKlass java/lang/reflect/Proxy$ProxyBuilder +instanceKlass @bci java/lang/reflect/Proxy getProxyConstructor (Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor; 35 argL0 ; # java/lang/reflect/Proxy$$Lambda+0x000001e425026c58 +instanceKlass java/lang/reflect/Proxy +instanceKlass sun/reflect/annotation/AnnotationInvocationHandler +instanceKlass java/lang/reflect/InvocationHandler +instanceKlass sun/reflect/annotation/AnnotationParser$1 +instanceKlass sun/reflect/annotation/ExceptionProxy +instanceKlass java/lang/annotation/Inherited +instanceKlass java/lang/annotation/Retention +instanceKlass sun/reflect/annotation/AnnotationType$1 +instanceKlass sun/reflect/annotation/AnnotationType +instanceKlass java/lang/reflect/GenericArrayType +instanceKlass sun/reflect/generics/visitor/Reifier +instanceKlass sun/reflect/generics/visitor/TypeTreeVisitor +instanceKlass sun/reflect/generics/factory/CoreReflectionFactory +instanceKlass sun/reflect/generics/factory/GenericsFactory +instanceKlass sun/reflect/generics/scope/AbstractScope +instanceKlass sun/reflect/generics/scope/Scope +instanceKlass sun/reflect/generics/tree/ClassTypeSignature +instanceKlass sun/reflect/generics/tree/SimpleClassTypeSignature +instanceKlass sun/reflect/generics/tree/FieldTypeSignature +instanceKlass sun/reflect/generics/tree/BaseType +instanceKlass sun/reflect/generics/tree/TypeSignature +instanceKlass sun/reflect/generics/tree/ReturnType +instanceKlass sun/reflect/generics/tree/TypeArgument +instanceKlass sun/reflect/generics/tree/TypeTree +instanceKlass sun/reflect/generics/tree/Tree +instanceKlass sun/reflect/generics/parser/SignatureParser +instanceKlass org/eclipse/osgi/framework/util/SecureAction$1 +instanceKlass org/eclipse/osgi/framework/util/SecureAction +instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer +instanceKlass org/eclipse/osgi/launch/Equinox +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080000 +instanceKlass java/util/EventObject +instanceKlass org/osgi/framework/BundleContext +instanceKlass org/osgi/framework/BundleReference +instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter$InitialBundle +instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter$StartupEventListener +instanceKlass org/osgi/framework/FrameworkListener +instanceKlass org/osgi/framework/SynchronousBundleListener +instanceKlass java/util/concurrent/Semaphore +instanceKlass org/osgi/framework/launch/Framework +instanceKlass org/osgi/framework/Bundle +instanceKlass org/osgi/framework/BundleListener +instanceKlass java/util/EventListener +instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter +instanceKlass @bci java/io/FilePermissionCollection add (Ljava/security/Permission;)V 68 argL0 ; # java/io/FilePermissionCollection$$Lambda+0x000001e425020f20 +instanceKlass sun/security/util/SecurityProperties +instanceKlass sun/security/util/FilePermCompat +instanceKlass java/io/FilePermission$1 +instanceKlass jdk/internal/access/JavaIOFilePermissionAccess +instanceKlass java/net/URLClassLoader$1 +instanceKlass java/nio/file/FileStore +instanceKlass sun/nio/fs/WindowsSecurity +instanceKlass sun/nio/fs/AbstractAclFileAttributeView +instanceKlass java/nio/file/attribute/AclFileAttributeView +instanceKlass java/nio/file/attribute/FileOwnerAttributeView +instanceKlass sun/nio/fs/WindowsLinkSupport +instanceKlass sun/nio/fs/WindowsFileSystemProvider$1 +instanceKlass org/eclipse/equinox/launcher/JNIBridge +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501c000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501bc00 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501b800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501b400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501b000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501ac00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501a800 +instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501a400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501a000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019800 +instanceKlass java/io/RandomAccessFile$1 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425019400 +instanceKlass java/lang/invoke/LambdaFormEditor$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019000 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425018c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425017c00 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425017800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425017400 +instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425017000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016800 +instanceKlass java/lang/Long$LongCache +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016400 +instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 179 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425016000 +instanceKlass sun/net/www/MimeEntry +instanceKlass java/util/Hashtable$Enumerator +instanceKlass java/util/Collections$SynchronizedCollection +instanceKlass java/util/Properties$EntrySet +instanceKlass sun/net/www/MimeTable$DefaultInstanceHolder$1 +instanceKlass sun/net/www/MimeTable$DefaultInstanceHolder +instanceKlass sun/net/www/MimeTable$2 +instanceKlass sun/net/www/MimeTable$1 +instanceKlass sun/net/www/MimeTable +instanceKlass java/net/URLConnection$1 +instanceKlass java/net/FileNameMap +instanceKlass java/util/Collections$3 +instanceKlass jdk/internal/loader/URLClassPath$1 +instanceKlass java/lang/CompoundEnumeration +instanceKlass jdk/internal/loader/BuiltinClassLoader$1 +instanceKlass java/util/Collections$EmptyEnumeration +instanceKlass java/util/ServiceLoader$3 +instanceKlass java/util/ServiceLoader$2 +instanceKlass java/util/ServiceLoader$LazyClassPathLookupIterator +instanceKlass java/util/Spliterators$1Adapter +instanceKlass java/util/Spliterators$ArraySpliterator +instanceKlass java/util/ServiceLoader$ModuleServicesLookupIterator +instanceKlass java/util/ServiceLoader +instanceKlass java/net/spi/URLStreamHandlerProvider +instanceKlass java/net/URL$1 +instanceKlass java/net/URL$2 +instanceKlass java/net/URL$ThreadTrackHolder +instanceKlass java/lang/Thread$ThreadNumbering +instanceKlass java/nio/file/attribute/PosixFilePermissions +instanceKlass java/security/Policy +instanceKlass jdk/internal/misc/PreviewFeatures +instanceKlass jdk/internal/misc/MainMethodFinder +instanceKlass org/eclipse/equinox/launcher/Main +instanceKlass sun/security/util/ManifestEntryVerifier$SunProviderHolder +instanceKlass java/util/Base64$Encoder +instanceKlass java/util/Base64$Decoder +instanceKlass java/util/Base64 +instanceKlass javax/crypto/SecretKey +instanceKlass sun/security/util/Length +instanceKlass sun/security/util/KeyUtil +instanceKlass java/security/interfaces/XECKey +instanceKlass java/security/interfaces/ECKey +instanceKlass sun/security/util/JarConstraintsParameters +instanceKlass sun/security/util/ConstraintsParameters +instanceKlass java/security/CodeSigner +instanceKlass java/security/Timestamp +instanceKlass sun/security/timestamp/TimestampToken +instanceKlass java/security/cert/CertPath +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425014c00 +instanceKlass java/math/MutableBigInteger +instanceKlass sun/security/rsa/RSAPadding +instanceKlass sun/security/rsa/RSACore +instanceKlass java/security/interfaces/RSAPrivateCrtKey +instanceKlass sun/security/pkcs/PKCS8Key +instanceKlass sun/security/util/InternalPrivateKey +instanceKlass java/security/interfaces/RSAPrivateKey +instanceKlass java/security/PrivateKey +instanceKlass javax/security/auth/Destroyable +instanceKlass jdk/internal/icu/util/CodePointTrie$Data +instanceKlass jdk/internal/icu/util/CodePointMap +instanceKlass jdk/internal/icu/util/VersionInfo +instanceKlass @bci jdk/internal/module/SystemModuleFinders$SystemModuleReader open (Ljava/lang/String;)Ljava/util/Optional; 6 member ; # jdk/internal/module/SystemModuleFinders$SystemModuleReader$$Lambda+0x000001e425075230 +instanceKlass jdk/internal/jimage/decompressor/ZipDecompressor +instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressor +instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressorFactory +instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressorRepository +instanceKlass jdk/internal/jimage/decompressor/CompressedResourceHeader +instanceKlass @bci jdk/internal/jimage/BasicImageReader getResourceBuffer (Ljdk/internal/jimage/ImageLocation;)Ljava/nio/ByteBuffer; 168 member ; # jdk/internal/jimage/BasicImageReader$$Lambda+0x000001e4250741f0 +instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressor$StringsProvider +instanceKlass java/util/TimSort +instanceKlass java/util/Arrays$LegacyMergeSort +instanceKlass java/util/AbstractMap$SimpleEntry +instanceKlass jdk/internal/jimage/ImageBufferCache$2 +instanceKlass jdk/internal/jimage/ImageBufferCache +instanceKlass jdk/internal/module/Checks +instanceKlass jdk/internal/icu/impl/ICUBinary$1 +instanceKlass jdk/internal/icu/impl/ICUBinary +instanceKlass jdk/internal/icu/impl/NormalizerImpl$IsAcceptable +instanceKlass jdk/internal/icu/impl/ICUBinary$Authenticate +instanceKlass jdk/internal/icu/impl/NormalizerImpl +instanceKlass jdk/internal/icu/impl/Norm2AllModes$Norm2AllModesSingleton +instanceKlass jdk/internal/icu/impl/Norm2AllModes$NFKCSingleton +instanceKlass jdk/internal/icu/impl/Norm2AllModes +instanceKlass jdk/internal/icu/text/Normalizer2 +instanceKlass jdk/internal/icu/text/NormalizerBase$ModeImpl +instanceKlass jdk/internal/icu/text/NormalizerBase$NFKDModeImpl +instanceKlass jdk/internal/icu/text/NormalizerBase$1 +instanceKlass jdk/internal/icu/text/NormalizerBase$Mode +instanceKlass jdk/internal/icu/text/NormalizerBase +instanceKlass java/text/Normalizer +instanceKlass sun/security/x509/AVAKeyword +instanceKlass java/util/StringJoiner +instanceKlass sun/security/jca/ServiceId +instanceKlass java/security/Signature$1 +instanceKlass jdk/internal/access/JavaSecuritySignatureAccess +instanceKlass java/security/SignatureSpi +instanceKlass sun/security/util/SignatureUtil +instanceKlass java/lang/invoke/VarHandle$AccessDescriptor +instanceKlass sun/security/provider/ByteArrayAccess$BE +instanceKlass sun/security/provider/ByteArrayAccess +instanceKlass sun/security/util/MessageDigestSpi2 +instanceKlass java/security/MessageDigestSpi +instanceKlass sun/security/pkcs/SigningCertificateInfo$ESSCertId +instanceKlass sun/security/pkcs/SigningCertificateInfo +instanceKlass sun/security/pkcs/PKCS9Attribute +instanceKlass sun/security/pkcs/PKCS9Attributes +instanceKlass java/time/Instant +instanceKlass java/time/zone/ZoneOffsetTransition +instanceKlass java/time/LocalTime +instanceKlass java/time/temporal/ValueRange +instanceKlass java/time/Duration +instanceKlass java/time/temporal/TemporalAmount +instanceKlass java/time/temporal/TemporalUnit +instanceKlass java/time/temporal/TemporalField +instanceKlass java/time/LocalDate +instanceKlass java/time/chrono/ChronoLocalDate +instanceKlass java/time/ZonedDateTime +instanceKlass java/time/chrono/ChronoZonedDateTime +instanceKlass java/time/LocalDateTime +instanceKlass java/time/chrono/ChronoLocalDateTime +instanceKlass java/time/temporal/Temporal +instanceKlass java/time/zone/ZoneOffsetTransitionRule +instanceKlass java/time/zone/ZoneRules +instanceKlass @bci java/time/ZoneOffset ofTotalSeconds (I)Ljava/time/ZoneOffset; 37 argL0 ; # java/time/ZoneOffset$$Lambda+0x80000000c +instanceKlass java/time/temporal/TemporalAdjuster +instanceKlass java/time/temporal/TemporalAccessor +instanceKlass java/time/ZoneId +instanceKlass @bci java/util/regex/CharPredicates ASCII_DIGIT ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000025 +instanceKlass @bci java/util/regex/CharPredicates ASCII_SPACE ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000026 +instanceKlass java/util/regex/CharPredicates +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints$Holder +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint +instanceKlass java/util/StringTokenizer +instanceKlass java/security/spec/ECFieldF2m +instanceKlass java/security/spec/ECParameterSpec +instanceKlass java/security/spec/ECPoint +instanceKlass java/security/spec/EllipticCurve +instanceKlass java/security/spec/ECFieldFp +instanceKlass java/security/spec/ECField +instanceKlass sun/security/util/CurveDB +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints +instanceKlass java/util/TreeMap$PrivateEntryIterator +instanceKlass java/util/NavigableSet +instanceKlass java/util/SortedSet +instanceKlass sun/security/util/AbstractAlgorithmConstraints$1 +instanceKlass sun/security/util/AlgorithmDecomposer +instanceKlass sun/security/util/DisabledAlgorithmConstraints$JarHolder +instanceKlass @bci java/util/regex/Pattern DOT ()Ljava/util/regex/Pattern$CharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001e425066ef8 +instanceKlass java/util/regex/ASCII +instanceKlass sun/security/util/AbstractAlgorithmConstraints +instanceKlass java/security/AlgorithmConstraints +instanceKlass sun/security/pkcs/SignerInfo +instanceKlass java/security/cert/PolicyQualifierInfo +instanceKlass sun/security/x509/CertificatePolicyId +instanceKlass sun/security/x509/PolicyInformation +instanceKlass sun/security/x509/DistributionPoint +instanceKlass sun/security/x509/DNSName +instanceKlass sun/security/x509/URIName +instanceKlass sun/security/x509/GeneralName +instanceKlass sun/security/x509/AccessDescription +instanceKlass sun/security/x509/GeneralNames +instanceKlass java/lang/invoke/VarForm +instanceKlass java/lang/invoke/VarHandleGuards +instanceKlass java/lang/invoke/VarHandles +instanceKlass java/lang/System$Logger +instanceKlass jdk/internal/event/EventHelper +instanceKlass sun/security/jca/JCAUtil +instanceKlass sun/security/util/MemoryCache$CacheEntry +instanceKlass sun/security/x509/KeyIdentifier +instanceKlass java/util/TreeMap$Entry +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425014800 +instanceKlass sun/security/x509/OIDMap$OIDInfo +instanceKlass sun/security/x509/PKIXExtensions +instanceKlass sun/security/x509/OIDMap +instanceKlass sun/security/x509/Extension +instanceKlass java/security/cert/Extension +instanceKlass java/util/Collections$SynchronizedMap +instanceKlass java/util/NavigableMap +instanceKlass java/util/SortedMap +instanceKlass sun/security/x509/CertificateExtensions +instanceKlass sun/security/rsa/RSAUtil +instanceKlass java/security/interfaces/RSAPublicKey +instanceKlass java/security/interfaces/RSAKey +instanceKlass java/security/spec/PSSParameterSpec +instanceKlass java/security/spec/AlgorithmParameterSpec +instanceKlass java/security/spec/RSAPrivateKeySpec +instanceKlass java/security/spec/RSAPublicKeySpec +instanceKlass java/security/KeyFactorySpi +instanceKlass sun/security/rsa/SunRsaSignEntries +instanceKlass sun/security/jca/ProviderList$ServiceList$1 +instanceKlass java/security/KeyFactory +instanceKlass @bci java/security/spec/EncodedKeySpec ()V 0 argL0 ; # java/security/spec/EncodedKeySpec$$Lambda+0x000001e42505d8e8 +instanceKlass @cpi org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl 335 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425014400 +instanceKlass jdk/internal/access/JavaSecuritySpecAccess +instanceKlass java/security/spec/EncodedKeySpec +instanceKlass java/security/spec/KeySpec +instanceKlass sun/security/util/BitArray +instanceKlass sun/security/x509/X509Key +instanceKlass java/security/PublicKey +instanceKlass java/security/Key +instanceKlass sun/security/x509/CertificateX509Key +instanceKlass java/util/Date +instanceKlass sun/util/calendar/CalendarUtils +instanceKlass sun/util/calendar/CalendarDate +instanceKlass sun/util/calendar/CalendarSystem$GregorianHolder +instanceKlass sun/util/calendar/CalendarSystem +instanceKlass sun/security/x509/CertificateValidity +instanceKlass sun/security/x509/AVA +instanceKlass sun/security/x509/RDN +instanceKlass javax/security/auth/x500/X500Principal +instanceKlass @bci sun/security/x509/X500Name ()V 153 argL0 ; # sun/security/x509/X500Name$$Lambda+0x000001e42505b4f0 +instanceKlass sun/security/x509/X500Name +instanceKlass sun/security/x509/GeneralNameInterface +instanceKlass sun/security/x509/CertificateAlgorithmId +instanceKlass sun/security/x509/SerialNumber +instanceKlass sun/security/x509/CertificateSerialNumber +instanceKlass sun/security/x509/CertificateVersion +instanceKlass sun/security/x509/X509CertInfo +instanceKlass sun/security/util/Cache$EqualByteArray +instanceKlass java/security/cert/X509Extension +instanceKlass java/lang/Byte$ByteCache +instanceKlass @bci sun/security/util/DerInputStream seeOptionalContextSpecific (I)Z 2 member ; # sun/security/util/DerInputStream$$Lambda+0x000001e425058f20 +instanceKlass @cpi org/eclipse/jdt/internal/compiler/ClassFile 3354 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425014000 +instanceKlass sun/security/jca/GetInstance$Instance +instanceKlass sun/security/util/Cache +instanceKlass jdk/internal/event/Event +instanceKlass sun/security/jca/GetInstance +instanceKlass java/security/cert/CertificateFactorySpi +instanceKlass java/security/cert/CertificateFactory +instanceKlass sun/security/x509/AlgorithmId +instanceKlass sun/security/util/ByteArrayTagOrder +instanceKlass sun/security/util/ByteArrayLexOrder +instanceKlass sun/security/util/DerValue +instanceKlass sun/security/util/ObjectIdentifier +instanceKlass sun/security/pkcs/ContentInfo +instanceKlass sun/security/util/DerEncoder +instanceKlass sun/security/util/DerInputStream +instanceKlass sun/security/pkcs/PKCS7 +instanceKlass java/util/Collections$EmptyIterator +instanceKlass java/util/LinkedHashMap$LinkedHashIterator +instanceKlass sun/security/util/SecurityProviderConstants +instanceKlass java/security/Provider$UString +instanceKlass java/security/Provider$Service +instanceKlass sun/security/provider/NativePRNG$NonBlocking +instanceKlass sun/security/provider/NativePRNG$Blocking +instanceKlass sun/security/provider/NativePRNG +instanceKlass sun/security/provider/SunEntries$1 +instanceKlass sun/security/provider/SunEntries +instanceKlass sun/security/util/SecurityConstants +instanceKlass java/security/Security$1 +instanceKlass jdk/internal/access/JavaSecurityPropertiesAccess +instanceKlass java/util/concurrent/ConcurrentHashMap$MapEntry +instanceKlass java/io/FileInputStream$1 +instanceKlass java/util/Properties$LineReader +instanceKlass @bci java/security/Security ()V 9 argL0 ; # java/security/Security$$Lambda+0x80000000b +instanceKlass java/security/Security +instanceKlass sun/security/jca/ProviderList$2 +instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryBuffer +instanceKlass jdk/internal/math/FloatingDecimal$PreparedASCIIToBinaryBuffer +instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryConverter +instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIBuffer +instanceKlass jdk/internal/math/FloatingDecimal$ExceptionalBinaryToASCIIBuffer +instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIConverter +instanceKlass jdk/internal/math/FloatingDecimal +instanceKlass javax/security/auth/login/Configuration$Parameters +instanceKlass java/security/Policy$Parameters +instanceKlass java/security/cert/CertStoreParameters +instanceKlass java/security/SecureRandomParameters +instanceKlass java/security/Provider$EngineDescription +instanceKlass java/security/Provider$ServiceKey +instanceKlass sun/security/jca/ProviderConfig +instanceKlass sun/security/jca/ProviderList +instanceKlass sun/security/jca/Providers +instanceKlass @bci sun/security/util/ManifestDigester ([B)V 350 argL0 ; # sun/security/util/ManifestDigester$$Lambda+0x000001e42504ce80 +instanceKlass sun/security/util/ManifestDigester$Section +instanceKlass sun/security/util/ManifestDigester$Entry +instanceKlass sun/security/util/ManifestDigester$Position +instanceKlass sun/security/util/ManifestDigester +instanceKlass sun/security/util/ManifestEntryVerifier +instanceKlass jdk/internal/misc/ThreadTracker +instanceKlass java/util/jar/JarFile$ThreadTrackHolder +instanceKlass java/util/jar/JarVerifier +instanceKlass sun/nio/cs/ArrayDecoder +instanceKlass java/nio/charset/CharsetDecoder +instanceKlass sun/launcher/LauncherHelper +instanceKlass lombok/patcher/scripts/ScriptBuilder$SetSymbolDuringMethodCallBuilder +instanceKlass lombok/patcher/scripts/ScriptBuilder$ReplaceMethodCallBuilder +instanceKlass lombok/eclipse/agent/EclipsePatcher$4 +instanceKlass lombok/eclipse/agent/EclipsePatcher$3 +instanceKlass lombok/patcher/scripts/ScriptBuilder$WrapMethodCallBuilder +instanceKlass lombok/patcher/ScriptManager$WitnessAction +instanceKlass lombok/patcher/scripts/ScriptBuilder$WrapReturnValueBuilder +instanceKlass lombok/patcher/ClassRootFinder +instanceKlass lombok/patcher/scripts/ScriptBuilder$AddFieldBuilder +instanceKlass java/util/Collections$1 +instanceKlass lombok/patcher/PatchScript$MethodPatcherFactory +instanceKlass org/lombokweb/asm/ClassVisitor +instanceKlass lombok/patcher/Hook +instanceKlass @bci java/util/regex/Pattern negate (Ljava/util/regex/Pattern$CharPredicate;)Ljava/util/regex/Pattern$CharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x800000031 +instanceKlass java/util/regex/Pattern$BitClass +instanceKlass lombok/patcher/MethodTarget +instanceKlass lombok/patcher/scripts/ScriptBuilder$ExitEarlyBuilder +instanceKlass lombok/patcher/scripts/ScriptBuilder +instanceKlass lombok/eclipse/agent/EclipseLoaderPatcher +instanceKlass lombok/eclipse/agent/EclipsePatcher$2 +instanceKlass lombok/eclipse/agent/EclipsePatcher$1 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500cc00 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e42500c800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42500c400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42500c000 +instanceKlass java/lang/instrument/ClassDefinition +instanceKlass lombok/patcher/ScriptManager$OurClassFileTransformer +instanceKlass lombok/patcher/Filter$1 +instanceKlass lombok/patcher/TransplantMapper$1 +instanceKlass java/lang/instrument/ClassFileTransformer +instanceKlass lombok/patcher/ScriptManager +instanceKlass lombok/patcher/TransplantMapper +instanceKlass lombok/patcher/Filter +instanceKlass lombok/patcher/PatchScript +instanceKlass lombok/patcher/TargetMatcher +instanceKlass lombok/eclipse/agent/EclipsePatcher +instanceKlass lombok/core/AgentLauncher$AgentLaunchable +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425008400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425008000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425007c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425007800 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425007400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425007000 +instanceKlass @cpi org/springframework/boot/configurationprocessor/TypeUtils 402 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425006c00 +instanceKlass java/lang/ClassValue$Version +instanceKlass java/lang/ClassValue$Identity +instanceKlass java/lang/ClassValue +instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccessor +instanceKlass java/lang/invoke/MethodHandleImpl$LoopClauses +instanceKlass java/lang/invoke/MethodHandleImpl$CasesHolder +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425006800 +instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper 234 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425006400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425006000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425005c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425005800 +# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e425005400 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425005000 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425004c00 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004800 +instanceKlass java/lang/invoke/ClassSpecializer$Factory$1Var +instanceKlass java/lang/invoke/MethodHandles$1 +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004400 +instanceKlass sun/invoke/util/ValueConversions$1 +instanceKlass sun/invoke/util/ValueConversions$WrapperCache +# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004000 +instanceKlass jdk/internal/foreign/MemorySessionImpl +instanceKlass java/lang/foreign/MemorySegment$Scope +instanceKlass lombok/core/AgentLauncher$AgentInfo +instanceKlass lombok/core/AgentLauncher +instanceKlass java/util/IdentityHashMap$IdentityHashMapIterator +instanceKlass lombok/launch/ClassFileMetaData +instanceKlass sun/net/www/MessageHeader +instanceKlass sun/net/www/protocol/jar/JarFileFactory +instanceKlass sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController +instanceKlass java/net/URLConnection +instanceKlass java/util/zip/ZipFile$ZipEntryIterator +instanceKlass java/util/WeakHashMap$HashIterator +instanceKlass java/net/URLDecoder +instanceKlass java/util/regex/IntHashSet +instanceKlass java/util/regex/Matcher +instanceKlass java/util/regex/MatchResult +instanceKlass java/util/regex/Pattern$TreeInfo +instanceKlass @bci java/util/regex/Pattern Single (I)Ljava/util/regex/Pattern$BmpCharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x800000029 +instanceKlass java/util/regex/Pattern$BmpCharPredicate +instanceKlass java/util/regex/Pattern$CharPredicate +instanceKlass java/util/regex/Pattern$Node +instanceKlass java/util/regex/Pattern +instanceKlass jdk/internal/jimage/ImageLocation +instanceKlass jdk/internal/jimage/decompressor/Decompressor +instanceKlass jdk/internal/jimage/ImageStringsReader +instanceKlass jdk/internal/jimage/ImageStrings +instanceKlass jdk/internal/jimage/ImageHeader +instanceKlass jdk/internal/jimage/NativeImageBuffer$1 +instanceKlass jdk/internal/jimage/NativeImageBuffer +instanceKlass jdk/internal/jimage/BasicImageReader$1 +instanceKlass jdk/internal/jimage/BasicImageReader +instanceKlass jdk/internal/jimage/ImageReader +instanceKlass jdk/internal/jimage/ImageReaderFactory$1 +instanceKlass java/net/URI$Parser +instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder$1 +instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder +instanceKlass java/nio/file/FileSystems +instanceKlass java/nio/file/Paths +instanceKlass jdk/internal/jimage/ImageReaderFactory +instanceKlass jdk/internal/module/SystemModuleFinders$SystemImage +instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleReader +instanceKlass java/lang/module/ModuleReader +instanceKlass jdk/internal/loader/BuiltinClassLoader$5 +instanceKlass jdk/internal/loader/BuiltinClassLoader$2 +instanceKlass jdk/internal/module/Resources +instanceKlass java/util/Arrays$ArrayItr +instanceKlass lombok/launch/PackageShader +instanceKlass java/io/Reader +instanceKlass java/lang/Readable +instanceKlass lombok/launch/Main +instanceKlass @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; # java/lang/invoke/LambdaForm$MH+0x000001e425002c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002800 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002400 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002000 +instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataStore locateGradleResourcesDirectory (Ljava/io/File;)Ljava/io/File; 52 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425001c00 +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425001800 +instanceKlass sun/instrument/InstrumentationImpl$1 +instanceKlass lombok/launch/Agent +instanceKlass java/security/SecureClassLoader$DebugHolder +instanceKlass java/security/Permission +instanceKlass java/security/Guard +instanceKlass java/security/PermissionCollection +instanceKlass java/security/SecureClassLoader$1 +instanceKlass java/util/zip/Checksum$1 +instanceKlass java/util/zip/CRC32 +instanceKlass java/util/zip/Checksum +instanceKlass sun/nio/ByteBuffered +instanceKlass java/lang/Package$VersionInfo +instanceKlass java/lang/NamedPackage +instanceKlass java/util/jar/Attributes$Name +instanceKlass java/util/jar/Attributes +instanceKlass jdk/internal/loader/Resource +instanceKlass sun/security/action/GetIntegerAction +instanceKlass sun/security/util/Debug +instanceKlass sun/security/util/SignatureFileVerifier +instanceKlass java/util/zip/ZipFile$InflaterCleanupAction +instanceKlass java/util/zip/Inflater$InflaterZStreamRef +instanceKlass java/util/zip/Inflater +instanceKlass java/util/zip/ZipEntry +instanceKlass java/util/zip/ZipFile$2 +instanceKlass java/nio/Bits$1 +instanceKlass jdk/internal/misc/VM$BufferPool +instanceKlass java/nio/Bits +instanceKlass sun/nio/ch/DirectBuffer +instanceKlass jdk/internal/perf/PerfCounter$CoreCounters +instanceKlass jdk/internal/perf/Perf +instanceKlass jdk/internal/perf/Perf$GetPerfAction +instanceKlass jdk/internal/perf/PerfCounter +instanceKlass sun/util/locale/LocaleObjectCache +instanceKlass sun/util/locale/BaseLocale$Key +instanceKlass sun/util/locale/LocaleUtils +instanceKlass sun/util/locale/BaseLocale +instanceKlass java/util/Locale +instanceKlass java/nio/file/attribute/FileTime +instanceKlass java/lang/StringCoding +instanceKlass java/util/zip/ZipUtils +instanceKlass java/util/zip/ZipFile$Source$End +instanceKlass java/io/RandomAccessFile$2 +instanceKlass jdk/internal/access/JavaIORandomAccessFileAccess +instanceKlass java/io/RandomAccessFile +instanceKlass java/io/DataInput +instanceKlass java/io/DataOutput +instanceKlass sun/nio/fs/WindowsNativeDispatcher$CompletionStatus +instanceKlass sun/nio/fs/WindowsNativeDispatcher$AclInformation +instanceKlass sun/nio/fs/WindowsNativeDispatcher$Account +instanceKlass sun/nio/fs/WindowsNativeDispatcher$DiskFreeSpace +instanceKlass sun/nio/fs/WindowsNativeDispatcher$VolumeInformation +instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstStream +instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstFile +instanceKlass java/util/Enumeration +instanceKlass java/util/concurrent/ConcurrentHashMap$Traverser +instanceKlass sun/nio/fs/WindowsNativeDispatcher +instanceKlass sun/nio/fs/NativeBuffer$Deallocator +instanceKlass sun/nio/fs/NativeBuffer +instanceKlass java/lang/ThreadLocal$ThreadLocalMap +instanceKlass java/lang/ThreadLocal +instanceKlass sun/nio/fs/NativeBuffers +instanceKlass sun/nio/fs/WindowsFileAttributes +instanceKlass java/nio/file/attribute/DosFileAttributes +instanceKlass sun/nio/fs/AbstractBasicFileAttributeView +instanceKlass sun/nio/fs/DynamicFileAttributeView +instanceKlass sun/nio/fs/WindowsFileAttributeViews +instanceKlass sun/nio/fs/Util +instanceKlass java/nio/file/attribute/BasicFileAttributeView +instanceKlass java/nio/file/attribute/FileAttributeView +instanceKlass java/nio/file/attribute/AttributeView +instanceKlass java/nio/file/Files +instanceKlass java/nio/file/CopyOption +instanceKlass java/nio/file/attribute/BasicFileAttributes +instanceKlass sun/nio/fs/WindowsPath +instanceKlass java/util/zip/ZipFile$Source$Key +instanceKlass sun/nio/fs/WindowsPathParser$Result +instanceKlass sun/nio/fs/WindowsPathParser +instanceKlass java/nio/file/FileSystem +instanceKlass java/nio/file/OpenOption +instanceKlass java/nio/file/spi/FileSystemProvider +instanceKlass sun/nio/fs/DefaultFileSystemProvider +instanceKlass java/util/zip/ZipFile$Source +instanceKlass java/util/zip/ZipCoder +instanceKlass java/util/zip/ZipFile$CleanableResource +instanceKlass java/lang/Runtime$Version +instanceKlass java/util/jar/JavaUtilJarAccessImpl +instanceKlass jdk/internal/access/JavaUtilJarAccess +instanceKlass jdk/internal/loader/FileURLMapper +instanceKlass jdk/internal/loader/URLClassPath$JarLoader$1 +instanceKlass java/util/zip/ZipFile$1 +instanceKlass jdk/internal/access/JavaUtilZipFileAccess +instanceKlass java/util/zip/ZipFile +instanceKlass java/util/zip/ZipConstants +instanceKlass jdk/internal/loader/URLClassPath$Loader +instanceKlass jdk/internal/loader/URLClassPath$3 +instanceKlass java/security/PrivilegedExceptionAction +instanceKlass sun/net/util/URLUtil +instanceKlass sun/instrument/TransformerManager$TransformerInfo +instanceKlass sun/instrument/TransformerManager +instanceKlass jdk/internal/loader/NativeLibraries$3 +instanceKlass jdk/internal/loader/NativeLibrary +instanceKlass java/util/ArrayDeque$DeqIterator +instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext$1 +instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext +instanceKlass jdk/internal/loader/NativeLibraries$2 +instanceKlass jdk/internal/loader/NativeLibraries$1 +instanceKlass jdk/internal/loader/NativeLibraries$LibraryPaths +instanceKlass @bci sun/instrument/InstrumentationImpl ()V 16 argL0 ; # sun/instrument/InstrumentationImpl$$Lambda+0x000001e425042ca0 +instanceKlass sun/instrument/InstrumentationImpl +instanceKlass java/lang/instrument/Instrumentation +instanceKlass java/lang/invoke/StringConcatFactory +instanceKlass jdk/internal/module/ModuleBootstrap$SafeModuleFinder +instanceKlass @bci java/lang/WeakPairMap computeIfAbsent (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object; 18 member ; # java/lang/WeakPairMap$$Lambda+0x000001e425042558 +instanceKlass @bci java/lang/Module implAddExportsOrOpens (Ljava/lang/String;Ljava/lang/Module;ZZ)V 145 argL0 ; # java/lang/Module$$Lambda+0x000001e425041c40 +instanceKlass @bci jdk/internal/module/ModuleBootstrap decode (Ljava/lang/String;Ljava/lang/String;Z)Ljava/util/Map; 193 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425041a10 +instanceKlass java/lang/ModuleLayer$Controller +instanceKlass java/util/concurrent/CopyOnWriteArrayList +instanceKlass jdk/internal/module/ServicesCatalog$ServiceProvider +instanceKlass jdk/internal/loader/AbstractClassLoaderValue$Memoizer +instanceKlass jdk/internal/module/ModuleLoaderMap$Modules +instanceKlass jdk/internal/module/ModuleLoaderMap$Mapper +instanceKlass jdk/internal/module/ModuleLoaderMap +instanceKlass java/lang/module/ResolvedModule +instanceKlass java/util/Collections$UnmodifiableCollection$1 +instanceKlass java/util/SequencedMap +instanceKlass java/util/SequencedSet +instanceKlass java/lang/ModuleLayer +instanceKlass java/util/ImmutableCollections$ListItr +instanceKlass java/util/ListIterator +instanceKlass java/lang/module/ModuleFinder$1 +instanceKlass java/nio/file/Path +instanceKlass java/nio/file/Watchable +instanceKlass java/lang/module/Resolver +instanceKlass java/lang/module/Configuration +instanceKlass java/util/stream/ForEachOps$ForEachOp +instanceKlass java/util/stream/ForEachOps +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 791 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425041030 +instanceKlass @cpi org/eclipse/jdt/apt/core/internal/AptCompilationParticipant 413 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425000c00 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 779 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425040de8 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 767 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425040bb8 +instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 757 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e4250407a0 +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 43 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x800000048 +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 38 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004a +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 16 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x800000049 +instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 11 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004b +instanceKlass java/util/stream/FindOps$FindOp +instanceKlass java/util/stream/FindOps$FindSink +instanceKlass java/util/stream/FindOps +instanceKlass @bci jdk/internal/module/DefaultRoots exportsAPI (Ljava/lang/module/ModuleDescriptor;)Z 9 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000051 +instanceKlass java/util/stream/Sink$ChainedReference +instanceKlass java/util/stream/ReduceOps$AccumulatingSink +instanceKlass java/util/stream/TerminalSink +instanceKlass java/util/stream/Sink +instanceKlass java/util/function/Consumer +instanceKlass java/util/stream/ReduceOps$Box +instanceKlass java/util/stream/ReduceOps$ReduceOp +instanceKlass java/util/stream/TerminalOp +instanceKlass java/util/stream/ReduceOps +instanceKlass @bci java/util/stream/Collectors castingIdentity ()Ljava/util/function/Function; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000042 +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000040 +instanceKlass java/util/function/BinaryOperator +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000039 +instanceKlass java/util/function/BiConsumer +instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000045 +instanceKlass java/util/stream/Collector +instanceKlass java/util/Collections$UnmodifiableCollection +instanceKlass java/util/stream/Collectors +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 42 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x80000004e +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 32 member ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000052 +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 21 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x80000004f +instanceKlass java/util/concurrent/ForkJoinPool$ManagedBlocker +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$Node +instanceKlass java/lang/ref/Cleaner$Cleanable +instanceKlass jdk/internal/ref/CleanerImpl +instanceKlass java/lang/ref/Cleaner$1 +instanceKlass java/lang/ref/Cleaner +instanceKlass jdk/internal/ref/CleanerFactory$1 +instanceKlass java/util/concurrent/ThreadFactory +instanceKlass jdk/internal/ref/CleanerFactory +instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425000800 +instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 11 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000050 +instanceKlass java/lang/invoke/LambdaProxyClassArchive +instanceKlass java/lang/invoke/InfoFromMemberName +instanceKlass java/lang/invoke/MethodHandleInfo +instanceKlass jdk/internal/org/objectweb/asm/ConstantDynamic +instanceKlass jdk/internal/org/objectweb/asm/Handle +instanceKlass sun/security/action/GetBooleanAction +instanceKlass java/lang/invoke/AbstractValidatingLambdaMetafactory +instanceKlass java/lang/invoke/BootstrapMethodInvoker +instanceKlass java/util/function/Predicate +instanceKlass java/lang/WeakPairMap$Pair$Lookup +instanceKlass java/lang/WeakPairMap$Pair +instanceKlass java/lang/WeakPairMap +instanceKlass java/lang/Module$ReflectionData +instanceKlass java/lang/invoke/LambdaMetafactory +# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425000400 +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassDefiner +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassFile +instanceKlass jdk/internal/org/objectweb/asm/Handler +instanceKlass jdk/internal/org/objectweb/asm/Attribute +instanceKlass jdk/internal/org/objectweb/asm/FieldVisitor +instanceKlass java/util/ArrayList$Itr +instanceKlass sun/invoke/empty/Empty +instanceKlass sun/invoke/util/VerifyType +instanceKlass java/lang/invoke/InvokerBytecodeGenerator$ClassData +instanceKlass jdk/internal/org/objectweb/asm/AnnotationVisitor +instanceKlass jdk/internal/org/objectweb/asm/Frame +instanceKlass jdk/internal/org/objectweb/asm/Label +instanceKlass jdk/internal/org/objectweb/asm/Type +instanceKlass jdk/internal/org/objectweb/asm/MethodVisitor +instanceKlass sun/invoke/util/BytecodeDescriptor +instanceKlass jdk/internal/org/objectweb/asm/ByteVector +instanceKlass jdk/internal/org/objectweb/asm/Symbol +instanceKlass jdk/internal/org/objectweb/asm/SymbolTable +instanceKlass jdk/internal/org/objectweb/asm/ClassVisitor +instanceKlass java/lang/invoke/LambdaFormBuffer +instanceKlass java/lang/invoke/LambdaFormEditor$TransformKey +instanceKlass java/lang/invoke/LambdaFormEditor +instanceKlass java/lang/invoke/Invokers$Holder +instanceKlass java/lang/invoke/DelegatingMethodHandle$Holder +instanceKlass java/lang/invoke/DirectMethodHandle$2 +instanceKlass java/lang/invoke/ClassSpecializer$Factory +instanceKlass java/lang/invoke/ClassSpecializer$SpeciesData +instanceKlass java/lang/invoke/ClassSpecializer$1 +instanceKlass java/lang/invoke/ClassSpecializer +instanceKlass java/lang/invoke/InvokerBytecodeGenerator$1 +instanceKlass java/lang/invoke/InvokerBytecodeGenerator +instanceKlass java/lang/invoke/LambdaForm$Holder +instanceKlass java/lang/invoke/LambdaForm$Name +instanceKlass java/lang/reflect/Array +instanceKlass java/lang/invoke/Invokers +instanceKlass sun/invoke/util/ValueConversions +instanceKlass java/lang/invoke/DirectMethodHandle$Holder +instanceKlass java/lang/Void +instanceKlass sun/invoke/util/Wrapper$Format +instanceKlass java/lang/invoke/MethodHandleImpl$1 +instanceKlass jdk/internal/access/JavaLangInvokeAccess +instanceKlass java/lang/invoke/LambdaForm$NamedFunction +instanceKlass java/lang/invoke/MethodHandleImpl +instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder +instanceKlass java/lang/invoke/MethodTypeForm +instanceKlass jdk/internal/util/StrongReferenceKey +instanceKlass jdk/internal/util/ReferenceKey +instanceKlass jdk/internal/util/ReferencedKeyMap +instanceKlass java/lang/invoke/MethodType$1 +instanceKlass sun/reflect/annotation/AnnotationParser +instanceKlass java/lang/Class$3 +instanceKlass java/lang/PublicMethods$Key +instanceKlass java/lang/PublicMethods$MethodList +instanceKlass java/util/EnumMap$1 +instanceKlass java/util/stream/StreamOpFlag$MaskBuilder +instanceKlass java/util/stream/Stream +instanceKlass java/util/stream/BaseStream +instanceKlass java/util/stream/PipelineHelper +instanceKlass java/util/stream/StreamSupport +instanceKlass java/util/Spliterators$IteratorSpliterator +instanceKlass java/util/Spliterator$OfDouble +instanceKlass java/util/Spliterator$OfLong +instanceKlass java/util/Spliterator$OfInt +instanceKlass java/util/Spliterator$OfPrimitive +instanceKlass java/util/Spliterator +instanceKlass java/util/Spliterators$EmptySpliterator +instanceKlass java/util/Spliterators +instanceKlass jdk/internal/module/DefaultRoots +instanceKlass jdk/internal/loader/BuiltinClassLoader$LoadedModule +instanceKlass jdk/internal/loader/AbstractClassLoaderValue +instanceKlass jdk/internal/module/ServicesCatalog +instanceKlass java/util/Deque +instanceKlass java/util/Queue +instanceKlass sun/net/util/IPAddressUtil$MASKS +instanceKlass sun/net/util/IPAddressUtil +instanceKlass java/net/URLStreamHandler +instanceKlass sun/net/www/ParseUtil +instanceKlass java/net/URL$3 +instanceKlass jdk/internal/access/JavaNetURLAccess +instanceKlass java/net/URL$DefaultFactory +instanceKlass java/net/URLStreamHandlerFactory +instanceKlass jdk/internal/loader/URLClassPath +instanceKlass java/security/Principal +instanceKlass java/security/ProtectionDomain$Key +instanceKlass java/security/ProtectionDomain$JavaSecurityAccessImpl +instanceKlass jdk/internal/access/JavaSecurityAccess +instanceKlass java/lang/ClassLoader$ParallelLoaders +instanceKlass java/security/cert/Certificate +instanceKlass jdk/internal/loader/ArchivedClassLoaders +instanceKlass java/util/concurrent/ConcurrentHashMap$CollectionView +instanceKlass jdk/internal/loader/ClassLoaderHelper +instanceKlass jdk/internal/loader/NativeLibraries +instanceKlass java/lang/Module$EnableNativeAccess +instanceKlass jdk/internal/loader/BootLoader +instanceKlass java/util/Optional +instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleFinder +instanceKlass java/lang/module/ModuleFinder +instanceKlass jdk/internal/module/SystemModuleFinders$3 +instanceKlass jdk/internal/module/ModuleHashes$HashSupplier +instanceKlass jdk/internal/module/SystemModuleFinders$2 +instanceKlass java/util/function/Supplier +instanceKlass java/lang/module/ModuleReference +instanceKlass jdk/internal/module/ModuleResolution +instanceKlass java/util/Collections$UnmodifiableMap +instanceKlass jdk/internal/module/ModuleHashes$Builder +instanceKlass jdk/internal/module/ModuleHashes +instanceKlass jdk/internal/module/ModuleTarget +instanceKlass java/util/ImmutableCollections$Set12$1 +instanceKlass java/lang/reflect/AccessFlag$18 +instanceKlass java/lang/reflect/AccessFlag$17 +instanceKlass java/lang/reflect/AccessFlag$16 +instanceKlass java/lang/reflect/AccessFlag$15 +instanceKlass java/lang/reflect/AccessFlag$14 +instanceKlass java/lang/reflect/AccessFlag$13 +instanceKlass java/lang/reflect/AccessFlag$12 +instanceKlass java/lang/reflect/AccessFlag$11 +instanceKlass java/lang/reflect/AccessFlag$10 +instanceKlass java/lang/reflect/AccessFlag$9 +instanceKlass java/lang/reflect/AccessFlag$8 +instanceKlass java/lang/reflect/AccessFlag$7 +instanceKlass java/lang/reflect/AccessFlag$6 +instanceKlass java/lang/reflect/AccessFlag$5 +instanceKlass java/lang/reflect/AccessFlag$4 +instanceKlass java/lang/reflect/AccessFlag$3 +instanceKlass java/lang/reflect/AccessFlag$2 +instanceKlass java/lang/reflect/AccessFlag$1 +instanceKlass java/lang/module/ModuleDescriptor$Version +instanceKlass java/lang/module/ModuleDescriptor$Provides +instanceKlass java/lang/module/ModuleDescriptor$Opens +instanceKlass java/util/ImmutableCollections$SetN$SetNIterator +instanceKlass java/lang/module/ModuleDescriptor$Exports +instanceKlass java/lang/module/ModuleDescriptor$Requires +instanceKlass jdk/internal/module/Builder +instanceKlass jdk/internal/module/SystemModules$all +instanceKlass jdk/internal/module/SystemModules +instanceKlass jdk/internal/module/SystemModulesMap +instanceKlass java/net/URI$1 +instanceKlass jdk/internal/access/JavaNetUriAccess +instanceKlass java/net/URI +instanceKlass jdk/internal/module/SystemModuleFinders +instanceKlass jdk/internal/module/ArchivedModuleGraph +instanceKlass jdk/internal/module/ArchivedBootLayer +instanceKlass jdk/internal/module/ModuleBootstrap$Counters +instanceKlass jdk/internal/module/ModulePatcher +instanceKlass java/io/FileSystem +instanceKlass java/io/DefaultFileSystem +instanceKlass java/io/File +instanceKlass java/lang/module/ModuleDescriptor$1 +instanceKlass jdk/internal/access/JavaLangModuleAccess +instanceKlass sun/invoke/util/VerifyAccess +instanceKlass java/util/KeyValueHolder +instanceKlass java/util/ImmutableCollections$MapN$MapNIterator +instanceKlass java/lang/StrictMath +instanceKlass java/lang/invoke/MethodHandles$Lookup +instanceKlass java/lang/invoke/MemberName$Factory +instanceKlass java/lang/invoke/MethodHandles +instanceKlass java/lang/module/ModuleDescriptor +instanceKlass jdk/internal/module/ModuleBootstrap +instanceKlass java/lang/Character$CharacterCache +instanceKlass java/util/HexFormat +instanceKlass jdk/internal/util/ClassFileDumper +instanceKlass sun/security/action/GetPropertyAction +instanceKlass java/lang/invoke/MethodHandleStatics +instanceKlass jdk/internal/misc/Blocker +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject +instanceKlass java/util/concurrent/locks/Condition +instanceKlass java/util/Collections +instanceKlass java/lang/Thread$ThreadIdentifiers +instanceKlass sun/io/Win32ErrorMode +instanceKlass jdk/internal/misc/OSEnvironment +instanceKlass java/lang/Integer$IntegerCache +instanceKlass jdk/internal/misc/Signal$NativeHandler +instanceKlass java/util/Hashtable$Entry +instanceKlass jdk/internal/misc/Signal +instanceKlass java/lang/Terminator$1 +instanceKlass jdk/internal/misc/Signal$Handler +instanceKlass java/lang/Terminator +instanceKlass java/nio/ByteOrder +instanceKlass java/nio/Buffer$2 +instanceKlass jdk/internal/access/JavaNioAccess +instanceKlass java/nio/Buffer$1 +instanceKlass jdk/internal/misc/ScopedMemoryAccess +instanceKlass java/nio/charset/CodingErrorAction +instanceKlass sun/nio/cs/SingleByte +instanceKlass java/lang/StringUTF16 +instanceKlass sun/nio/cs/MS1252$Holder +instanceKlass sun/nio/cs/ArrayEncoder +instanceKlass java/nio/charset/CharsetEncoder +instanceKlass java/io/Writer +instanceKlass java/io/PrintStream$1 +instanceKlass jdk/internal/access/JavaIOPrintStreamAccess +instanceKlass jdk/internal/misc/InternalLock +instanceKlass java/io/OutputStream +instanceKlass java/io/Flushable +instanceKlass java/io/FileDescriptor$1 +instanceKlass jdk/internal/access/JavaIOFileDescriptorAccess +instanceKlass java/io/FileDescriptor +instanceKlass jdk/internal/util/StaticProperty +instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory +instanceKlass java/lang/reflect/Modifier +instanceKlass java/lang/Class$1 +instanceKlass java/lang/Class$Atomic +instanceKlass java/lang/Class$ReflectionData +instanceKlass java/nio/charset/StandardCharsets +instanceKlass sun/nio/cs/HistoricallyNamedCharset +instanceKlass java/nio/charset/spi/CharsetProvider +instanceKlass java/nio/charset/Charset +instanceKlass java/util/HashMap$HashIterator +instanceKlass java/util/concurrent/locks/LockSupport +instanceKlass java/util/concurrent/ConcurrentHashMap$Node +instanceKlass java/util/concurrent/ConcurrentHashMap$CounterCell +instanceKlass java/util/concurrent/locks/ReentrantLock +instanceKlass java/util/concurrent/locks/Lock +instanceKlass java/lang/CharacterData +instanceKlass java/util/Arrays +instanceKlass jdk/internal/util/Preconditions$3 +instanceKlass jdk/internal/util/Preconditions$2 +instanceKlass jdk/internal/util/Preconditions$4 +instanceKlass java/util/function/BiFunction +instanceKlass jdk/internal/util/Preconditions$1 +instanceKlass java/util/function/Function +instanceKlass jdk/internal/util/Preconditions +instanceKlass java/lang/Runtime +instanceKlass java/lang/VersionProps +instanceKlass java/lang/StringConcatHelper +instanceKlass java/util/HashMap$Node +instanceKlass java/util/Map$Entry +instanceKlass jdk/internal/util/ArraysSupport +instanceKlass jdk/internal/util/SystemProps$Raw +instanceKlass jdk/internal/util/SystemProps +instanceKlass java/lang/System$2 +instanceKlass jdk/internal/access/JavaLangAccess +instanceKlass java/lang/ref/NativeReferenceQueue$Lock +instanceKlass java/lang/ref/ReferenceQueue +instanceKlass java/lang/ref/Reference$1 +instanceKlass jdk/internal/access/JavaLangRefAccess +instanceKlass jdk/internal/reflect/ReflectionFactory +instanceKlass java/lang/Math +instanceKlass java/lang/StringLatin1 +instanceKlass jdk/internal/reflect/Reflection +instanceKlass jdk/internal/reflect/ReflectionFactory$GetReflectionFactoryAction +instanceKlass java/security/PrivilegedAction +instanceKlass jdk/internal/access/SharedSecrets +instanceKlass java/lang/reflect/ReflectAccess +instanceKlass jdk/internal/access/JavaLangReflectAccess +instanceKlass java/util/ImmutableCollections +instanceKlass java/util/Objects +instanceKlass java/util/Set +instanceKlass jdk/internal/misc/CDS +instanceKlass java/lang/Module$ArchivedData +instanceKlass jdk/internal/misc/VM +instanceKlass java/lang/String$CaseInsensitiveComparator +instanceKlass java/util/Comparator +instanceKlass java/io/ObjectStreamField +instanceKlass jdk/internal/vm/FillerObject +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload +instanceKlass jdk/internal/vm/vector/VectorSupport +instanceKlass java/lang/reflect/RecordComponent +instanceKlass java/util/Iterator +instanceKlass java/lang/Number +instanceKlass java/lang/Character +instanceKlass java/lang/Boolean +instanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer +instanceKlass java/lang/LiveStackFrame +instanceKlass java/lang/StackFrameInfo +instanceKlass java/lang/StackWalker$StackFrame +instanceKlass java/lang/StackStreamFactory$AbstractStackWalker +instanceKlass java/lang/StackWalker +instanceKlass java/nio/Buffer +instanceKlass java/lang/StackTraceElement +instanceKlass java/util/RandomAccess +instanceKlass java/util/List +instanceKlass java/util/SequencedCollection +instanceKlass java/util/AbstractCollection +instanceKlass java/util/Collection +instanceKlass java/lang/Iterable +instanceKlass java/util/concurrent/ConcurrentMap +instanceKlass java/util/AbstractMap +instanceKlass java/security/CodeSource +instanceKlass jdk/internal/loader/ClassLoaders +instanceKlass java/util/jar/Manifest +instanceKlass java/lang/Enum +instanceKlass java/net/URL +instanceKlass java/io/InputStream +instanceKlass java/io/Closeable +instanceKlass java/lang/AutoCloseable +instanceKlass jdk/internal/module/Modules +instanceKlass jdk/internal/misc/Unsafe +instanceKlass jdk/internal/misc/UnsafeConstants +instanceKlass java/lang/AbstractStringBuilder +instanceKlass java/lang/Appendable +instanceKlass java/lang/AssertionStatusDirectives +instanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext +instanceKlass jdk/internal/foreign/abi/ABIDescriptor +instanceKlass jdk/internal/foreign/abi/NativeEntryPoint +instanceKlass java/lang/invoke/CallSite +instanceKlass java/lang/invoke/MethodType +instanceKlass java/lang/invoke/TypeDescriptor$OfMethod +instanceKlass java/lang/invoke/LambdaForm +instanceKlass java/lang/invoke/MethodHandleNatives +instanceKlass java/lang/invoke/ResolvedMethodName +instanceKlass java/lang/invoke/MemberName +instanceKlass java/lang/invoke/VarHandle +instanceKlass java/lang/invoke/MethodHandle +instanceKlass jdk/internal/reflect/CallerSensitive +instanceKlass java/lang/annotation/Annotation +instanceKlass jdk/internal/reflect/FieldAccessor +instanceKlass jdk/internal/reflect/ConstantPool +instanceKlass jdk/internal/reflect/ConstructorAccessor +instanceKlass jdk/internal/reflect/MethodAccessor +instanceKlass jdk/internal/reflect/MagicAccessorImpl +instanceKlass jdk/internal/vm/StackChunk +instanceKlass jdk/internal/vm/Continuation +instanceKlass jdk/internal/vm/ContinuationScope +instanceKlass java/lang/reflect/Parameter +instanceKlass java/lang/reflect/Member +instanceKlass java/lang/reflect/AccessibleObject +instanceKlass java/lang/Module +instanceKlass java/util/Map +instanceKlass java/util/Dictionary +instanceKlass java/lang/ThreadGroup +instanceKlass java/lang/Thread$UncaughtExceptionHandler +instanceKlass java/lang/Thread$Constants +instanceKlass java/lang/Thread$FieldHolder +instanceKlass java/lang/Thread +instanceKlass java/lang/Runnable +instanceKlass java/lang/ref/Reference +instanceKlass java/lang/Record +instanceKlass java/security/AccessController +instanceKlass java/security/AccessControlContext +instanceKlass java/security/ProtectionDomain +instanceKlass java/lang/SecurityManager +instanceKlass java/lang/Throwable +instanceKlass java/lang/System +instanceKlass java/lang/ClassLoader +instanceKlass java/lang/Cloneable +instanceKlass java/lang/Class +instanceKlass java/lang/invoke/TypeDescriptor$OfField +instanceKlass java/lang/invoke/TypeDescriptor +instanceKlass java/lang/reflect/Type +instanceKlass java/lang/reflect/GenericDeclaration +instanceKlass java/lang/reflect/AnnotatedElement +instanceKlass java/lang/String +instanceKlass java/lang/constant/ConstantDesc +instanceKlass java/lang/constant/Constable +instanceKlass java/lang/CharSequence +instanceKlass java/lang/Comparable +instanceKlass java/io/Serializable +ciInstanceKlass java/lang/Object 1 1 124 7 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 3 8 1 7 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 3 1 1 +ciMethod java/lang/Object equals (Ljava/lang/Object;)Z 1024 0 12138 0 -1 +ciMethod java/lang/Object hashCode ()I 256 0 128 0 -1 +ciMethod java/lang/Object clone ()Ljava/lang/Object; 256 0 128 0 -1 +ciInstanceKlass java/io/Serializable 1 0 7 100 1 100 1 1 1 +ciInstanceKlass java/lang/System 1 1 834 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 10 12 1 1 100 1 10 12 10 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 12 1 100 1 8 1 10 10 12 1 100 1 8 1 10 8 1 10 7 12 1 1 8 1 10 12 100 1 8 1 10 10 12 1 1 10 7 12 1 1 1 100 1 18 12 1 100 1 9 100 12 1 1 1 10 12 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 9 12 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 8 1 11 12 1 10 12 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 7 1 11 12 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 11 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 9 12 1 8 1 10 7 12 1 1 8 1 7 1 9 7 12 1 1 1 10 12 1 7 1 9 12 10 9 12 7 1 10 12 9 12 1 1 8 1 10 12 1 1 8 1 10 7 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 10 7 12 1 1 1 9 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 8 1 8 1 10 8 1 8 1 8 1 8 1 10 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 7 1 8 1 10 10 10 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 9 12 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/System in Ljava/io/InputStream; java/io/ByteArrayInputStream +staticfield java/lang/System out Ljava/io/PrintStream; java/io/PrintStream +staticfield java/lang/System err Ljava/io/PrintStream; java/io/PrintStream +instanceKlass com/sun/jna/Native$6 +instanceKlass org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager +instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$ClassContext +instanceKlass org/eclipse/osgi/internal/framework/ContextFinder$Finder +instanceKlass org/eclipse/osgi/internal/url/MultiplexingFactory$InternalSecurityManager +ciInstanceKlass java/lang/SecurityManager 1 1 576 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 100 1 10 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 100 1 8 1 10 9 12 1 1 9 12 1 8 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 10 12 1 1 100 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 8 1 100 1 8 1 10 8 1 8 1 8 1 8 1 8 1 10 100 12 1 1 8 1 100 1 8 1 8 1 10 8 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 11 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 18 12 1 1 11 12 1 1 18 18 11 12 1 18 12 1 11 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 7 1 10 7 12 1 1 10 12 1 10 12 1 18 12 1 18 10 7 12 1 1 1 18 12 1 10 12 1 18 18 8 1 10 12 1 9 12 1 1 11 7 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 8 1 100 1 10 9 12 1 8 1 10 12 1 8 1 100 1 10 10 7 12 1 1 10 7 1 9 7 12 1 1 1 11 12 1 1 10 12 1 11 12 1 10 12 1 7 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 7 12 1 1 1 16 1 16 15 10 12 16 1 15 10 12 16 15 11 7 1 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 1 16 1 15 11 12 1 15 10 12 16 15 10 16 1 15 10 7 12 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/SecurityManager packageAccessLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/SecurityManager packageDefinitionLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/SecurityManager nonExportedPkgs Ljava/util/Map; java/util/concurrent/ConcurrentHashMap +ciInstanceKlass java/security/AccessController 1 1 295 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 1 10 11 7 12 1 1 1 10 7 12 1 1 11 7 1 100 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 10 100 12 1 1 1 8 1 7 1 10 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 3 1 1 1 +staticfield java/security/AccessController $assertionsDisabled Z 1 +instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$GenerationProtectionDomain +ciInstanceKlass java/security/ProtectionDomain 1 1 348 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 7 1 9 12 1 1 9 12 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 9 12 1 9 100 12 1 1 10 12 1 1 10 100 1 10 12 1 1 8 1 7 1 8 1 10 12 1 10 11 10 7 12 1 1 1 10 12 1 1 8 1 11 8 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 100 1 18 12 1 1 10 7 12 1 1 1 10 7 1 10 12 1 10 12 1 1 11 100 12 1 1 11 12 1 100 1 11 7 12 1 1 1 10 12 1 10 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 100 12 1 1 11 12 1 10 12 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/security/ProtectionDomain filePermCompatInPD Z 0 +ciInstanceKlass java/security/CodeSource 1 1 398 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 7 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 8 1 8 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 12 1 10 12 10 12 1 1 10 100 12 1 1 10 12 1 7 1 10 12 10 100 12 1 1 1 10 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 7 1 8 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 10 12 10 12 1 1 11 7 12 1 1 10 10 12 1 11 10 12 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Boolean 1 1 152 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 8 1 10 7 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 9 100 12 1 1 9 12 10 100 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Boolean TRUE Ljava/lang/Boolean; java/lang/Boolean +staticfield java/lang/Boolean FALSE Ljava/lang/Boolean; java/lang/Boolean +staticfield java/lang/Boolean TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Comparable 1 0 12 100 1 100 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/constant/Constable 1 0 11 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Map 1 1 263 11 7 12 1 1 1 11 12 1 1 10 7 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 12 1 100 1 100 1 10 12 1 1 11 7 12 1 1 1 11 100 12 1 1 1 11 12 1 11 12 1 10 12 1 1 11 12 1 11 7 12 1 9 7 12 1 1 1 7 1 10 12 7 1 7 1 10 12 1 7 1 10 7 1 11 12 1 11 12 1 1 11 12 1 1 7 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Class 1 1 1698 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 8 1 10 12 1 10 11 100 12 1 1 1 11 7 12 1 1 1 11 8 1 18 8 1 10 12 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 7 1 7 1 10 12 1 1 9 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 7 1 10 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 12 1 1 10 9 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 9 100 12 1 1 1 9 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 1 10 10 10 12 1 1 10 12 1 1 10 12 10 10 12 1 1 7 1 8 1 10 10 12 1 1 10 12 1 100 1 11 12 1 10 100 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 7 1 9 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 11 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 7 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 1 100 1 10 9 12 1 1 10 12 7 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 10 12 1 1 100 1 10 8 1 10 12 1 11 11 12 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 10 12 1 1 9 12 1 9 12 1 1 10 7 12 1 1 9 12 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 9 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 100 1 10 10 12 1 1 7 1 10 12 1 1 100 11 7 1 9 12 1 1 9 12 1 7 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 10 10 12 1 10 12 10 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 8 10 7 8 1 18 8 1 8 1 10 12 1 9 12 1 9 12 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 7 1 10 10 12 1 10 7 1 9 12 1 8 1 10 12 1 7 1 10 12 1 10 12 1 1 100 1 7 1 9 12 1 100 1 8 1 10 10 7 12 1 1 1 10 12 11 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 11 12 7 1 11 7 12 1 1 9 12 1 10 100 12 1 1 1 10 7 12 1 1 10 12 1 1 9 12 1 9 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 12 1 7 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 11 12 1 11 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 7 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 100 1 10 12 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 1 10 12 1 18 12 1 1 11 12 1 1 18 11 12 1 18 12 1 11 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 8 1 10 12 1 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 11 12 16 1 16 15 16 15 10 12 16 16 15 10 12 16 15 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 100 1 100 1 1 100 1 100 1 1 +staticfield java/lang/Class EMPTY_CLASS_ARRAY [Ljava/lang/Class; 0 [Ljava/lang/Class; +staticfield java/lang/Class serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +ciInstanceKlass java/lang/reflect/AnnotatedElement 1 1 164 11 7 12 1 1 1 11 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 11 12 1 1 11 7 12 1 1 10 7 12 1 1 1 10 12 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 18 12 1 18 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 16 15 16 1 16 1 15 11 12 16 16 1 15 10 100 12 1 1 1 16 1 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor 1 0 17 100 1 100 1 1 1 1 1 1 100 1 100 1 1 1 1 +ciInstanceKlass java/lang/reflect/GenericDeclaration 1 0 30 7 1 7 1 7 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 +ciInstanceKlass java/lang/reflect/Type 1 1 17 11 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor$OfField 1 0 21 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/Class isPrimitive ()Z 256 0 128 0 -1 +ciInstanceKlass java/lang/StringBuilder 1 1 422 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 100 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/StringBuilder +instanceKlass java/lang/StringBuffer +ciInstanceKlass java/lang/AbstractStringBuilder 1 1 605 7 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 3 3 10 12 1 10 12 1 1 11 7 1 100 1 7 1 10 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 8 1 10 10 12 1 1 100 1 10 12 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 100 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 100 1 10 12 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 10 12 10 12 1 10 10 10 12 1 10 5 0 10 10 12 1 1 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 100 1 10 12 100 1 10 100 1 10 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 7 1 1 16 1 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/AbstractStringBuilder EMPTYVALUE [B 0 +ciMethod java/lang/StringBuilder toString ()Ljava/lang/String; 14 0 214551 0 1176 +ciMethod java/lang/StringBuilder length ()I 554 0 79394 0 80 +ciInstanceKlass java/lang/Appendable 1 0 14 100 1 100 1 1 1 1 100 1 1 1 1 1 +ciInstanceKlass java/lang/CharSequence 1 1 131 11 7 12 1 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 100 12 1 1 1 11 12 1 1 11 7 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 100 1 10 12 1 1 10 100 12 1 1 1 100 1 10 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 11 12 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 100 1 1 100 1 100 1 1 +ciInstanceKlass java/io/PrintStream 1 1 413 100 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 100 1 100 1 10 10 7 12 1 1 9 12 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 7 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 100 1 10 10 12 1 8 10 12 1 9 12 1 1 100 1 8 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 1 10 12 10 12 1 10 10 12 1 10 12 1 10 12 10 12 10 7 12 1 1 1 10 12 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 10 7 12 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/AutoCloseable 1 0 12 100 1 100 1 1 1 1 100 1 1 1 +ciInstanceKlass java/io/Closeable 1 0 14 100 1 100 1 100 1 1 1 1 100 1 1 1 +instanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap$AmbiguousException +instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceFailureException +instanceKlass lombok/eclipse/agent/PatchDelegate$CantMakeDelegates +instanceKlass org/apache/commons/codec/EncoderException +instanceKlass org/apache/commons/codec/DecoderException +instanceKlass org/apache/maven/model/resolution/UnresolvableModelException +instanceKlass org/apache/maven/model/resolution/InvalidRepositoryException +instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingException +instanceKlass org/apache/maven/plugin/version/PluginVersionNotFoundException +instanceKlass org/apache/maven/plugin/InvalidPluginException +instanceKlass org/apache/maven/configuration/BeanConfigurationException +instanceKlass org/apache/maven/repository/metadata/MetadataGraphTransformationException +instanceKlass org/apache/maven/repository/metadata/GraphConflictResolutionException +instanceKlass org/apache/maven/repository/metadata/MetadataResolutionException +instanceKlass org/apache/maven/artifact/installer/ArtifactInstallationException +instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException +instanceKlass org/apache/maven/project/interpolation/ModelInterpolationException +instanceKlass org/apache/http/HttpException +instanceKlass org/apache/maven/BuildFailureException +instanceKlass org/apache/maven/MavenExecutionException +instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderNotFoundException +instanceKlass org/apache/maven/lifecycle/NoGoalSpecifiedException +instanceKlass org/apache/maven/lifecycle/MissingProjectException +instanceKlass org/codehaus/plexus/configuration/PlexusConfigurationException +instanceKlass org/codehaus/plexus/component/composition/CycleDetectedInComponentGraphException +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataStoreException +instanceKlass org/sonatype/plexus/components/cipher/PlexusCipherException +instanceKlass org/sonatype/plexus/components/sec/dispatcher/SecDispatcherException +instanceKlass org/apache/maven/project/DependencyResolutionException +instanceKlass org/apache/maven/model/building/ModelBuildingException +instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadataRetrievalException +instanceKlass org/apache/maven/lifecycle/LifecycleNotFoundException +instanceKlass org/apache/maven/plugin/prefix/NoPluginFoundForPrefixException +instanceKlass org/apache/maven/lifecycle/LifecyclePhaseNotFoundException +instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverNotFoundException +instanceKlass org/apache/maven/lifecycle/LifecycleExecutionException +instanceKlass org/apache/maven/repository/ArtifactDoesNotExistException +instanceKlass org/apache/maven/repository/ArtifactTransferFailedException +instanceKlass org/codehaus/plexus/component/repository/exception/ComponentLifecycleException +instanceKlass org/apache/maven/wagon/WagonException +instanceKlass org/apache/maven/artifact/deployer/ArtifactDeploymentException +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataResolutionException +instanceKlass org/apache/maven/toolchain/MisconfiguredToolchainException +instanceKlass org/apache/maven/plugin/AbstractMojoExecutionException +instanceKlass com/google/common/collect/RegularImmutableMap$BucketOverflowException +instanceKlass com/google/inject/internal/ErrorsException +instanceKlass com/google/inject/internal/InternalProvisionException +instanceKlass org/codehaus/plexus/context/ContextException +instanceKlass org/apache/commons/cli/ParseException +instanceKlass org/codehaus/plexus/interpolation/InterpolationException +instanceKlass org/apache/maven/cli/MavenCli$ExitException +instanceKlass org/codehaus/plexus/util/xml/pull/XmlPullParserException +instanceKlass sun/nio/fs/WindowsException +instanceKlass org/eclipse/equinox/security/storage/StorageException +instanceKlass javax/xml/transform/TransformerException +instanceKlass org/eclipse/jface/text/templates/TemplateException +instanceKlass lombok/eclipse/agent/PatchDelegate$CantMakeDelegates +instanceKlass org/eclipse/jface/text/BadLocationException +instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$InvalidBindingException +instanceKlass org/eclipse/jdt/core/compiler/InvalidInputException +instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFormatException +instanceKlass org/apache/maven/artifact/versioning/InvalidVersionSpecificationException +instanceKlass java/text/ParseException +instanceKlass org/codehaus/plexus/component/configurator/expression/ExpressionEvaluationException +instanceKlass org/codehaus/plexus/PlexusContainerException +instanceKlass org/apache/maven/cli/internal/ExtensionResolutionException +instanceKlass org/codehaus/plexus/classworlds/ClassWorldException +instanceKlass org/codehaus/plexus/component/configurator/ComponentConfigurationException +instanceKlass org/apache/maven/plugin/InvalidPluginDescriptorException +instanceKlass org/apache/maven/plugin/MojoNotFoundException +instanceKlass org/apache/maven/plugin/PluginDescriptorParsingException +instanceKlass org/apache/maven/artifact/resolver/AbstractArtifactResolutionException +instanceKlass org/apache/maven/plugin/version/PluginVersionResolutionException +instanceKlass org/apache/maven/execution/MavenExecutionRequestPopulationException +instanceKlass org/eclipse/aether/RepositoryException +instanceKlass org/apache/maven/project/ProjectBuildingException +instanceKlass org/apache/maven/plugin/PluginResolutionException +instanceKlass org/apache/maven/plugin/PluginConfigurationException +instanceKlass org/apache/maven/plugin/PluginManagerException +instanceKlass org/apache/maven/settings/building/SettingsBuildingException +instanceKlass org/apache/maven/artifact/InvalidRepositoryException +instanceKlass org/codehaus/plexus/component/repository/exception/ComponentLookupException +instanceKlass org/apache/maven/project/DuplicateProjectException +instanceKlass org/codehaus/plexus/util/dag/CycleDetectedException +instanceKlass ch/qos/logback/core/util/DynamicClassLoadingException +instanceKlass ch/qos/logback/core/util/IncompatibleClassException +instanceKlass ch/qos/logback/core/joran/spi/JoranException +instanceKlass java/util/concurrent/TimeoutException +instanceKlass org/osgi/service/application/ApplicationException +instanceKlass org/eclipse/core/runtime/CoreException +instanceKlass org/osgi/service/prefs/BackingStoreException +instanceKlass org/apache/felix/scr/impl/inject/methods/SuitableMethodNotAccessibleException +instanceKlass org/xml/sax/SAXException +instanceKlass java/util/concurrent/ExecutionException +instanceKlass java/lang/CloneNotSupportedException +instanceKlass javax/xml/parsers/ParserConfigurationException +instanceKlass org/osgi/service/resolver/ResolutionException +instanceKlass java/security/GeneralSecurityException +instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLockException +instanceKlass java/security/PrivilegedActionException +instanceKlass org/osgi/framework/InvalidSyntaxException +instanceKlass org/osgi/framework/BundleException +instanceKlass java/lang/InterruptedException +instanceKlass java/net/URISyntaxException +instanceKlass java/lang/instrument/UnmodifiableClassException +instanceKlass java/io/IOException +instanceKlass java/lang/ReflectiveOperationException +instanceKlass java/lang/RuntimeException +ciInstanceKlass java/lang/Exception 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateRecursion +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataDeploymentException +instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataInstallationException +instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateRecursion +instanceKlass java/lang/Exception +instanceKlass java/lang/Error +ciInstanceKlass java/lang/Throwable 1 1 404 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 100 12 1 1 10 10 12 1 100 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 8 1 9 7 12 1 1 1 10 12 1 1 100 1 10 12 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 11 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 8 1 8 1 9 12 1 1 10 12 1 1 100 1 10 11 12 1 8 1 8 1 10 7 12 1 1 8 1 10 12 1 8 1 100 1 10 12 1 9 12 1 1 10 12 1 10 7 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 100 12 1 1 10 12 1 1 7 1 10 100 12 1 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 1 8 1 10 10 9 100 12 1 1 1 8 1 10 12 1 1 11 10 100 1 8 1 10 11 12 1 1 8 1 9 12 1 10 100 12 1 1 11 9 12 1 1 11 12 1 1 100 10 12 1 10 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Throwable UNASSIGNED_STACK [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; +staticfield java/lang/Throwable SUPPRESSED_SENTINEL Ljava/util/List; java/util/Collections$EmptyList +staticfield java/lang/Throwable EMPTY_THROWABLE_ARRAY [Ljava/lang/Throwable; 0 [Ljava/lang/Throwable; +staticfield java/lang/Throwable $assertionsDisabled Z 1 +ciMethod java/lang/Throwable printStackTrace (Ljava/io/PrintStream;)V 0 0 1 0 -1 +instanceKlass org/eclipse/jdt/internal/compiler/util/Messages$MessagesProperties +instanceKlass org/eclipse/core/internal/resources/SaveManager$MasterTable +instanceKlass org/eclipse/core/internal/preferences/SortedProperties +instanceKlass org/eclipse/osgi/util/NLS$MessagesProperties +instanceKlass java/security/Provider +ciInstanceKlass java/util/Properties 1 1 690 10 7 12 1 1 1 100 1 10 7 12 1 1 7 1 10 12 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 7 1 10 12 10 12 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 3 10 10 100 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 12 1 10 12 1 1 100 1 9 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 9 12 1 1 7 1 7 1 10 12 1 7 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 11 12 1 10 12 1 1 8 1 10 12 1 10 100 12 1 1 10 12 1 100 1 10 10 12 1 10 12 1 100 1 10 10 12 1 1 10 7 12 1 1 9 100 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 100 1 100 1 10 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 10 10 12 1 11 7 12 1 1 10 7 12 1 1 1 8 1 10 100 12 1 1 11 11 7 1 8 1 10 100 1 11 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 10 11 12 1 4 11 10 12 1 1 10 100 12 1 1 11 12 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 100 12 1 1 1 100 1 6 0 10 12 1 1 11 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +staticfield java/util/Properties UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +instanceKlass org/apache/felix/scr/impl/helper/ReadOnlyDictionary +instanceKlass org/osgi/framework/FrameworkUtil$MapAsDictionary +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$UnmodifiableDictionary +instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap +instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle$SystemBundle$SystemBundleHeaders +instanceKlass org/eclipse/osgi/storage/BundleInfo$CachedManifest +instanceKlass java/util/Hashtable +ciInstanceKlass java/util/Dictionary 1 1 36 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/util/Properties +ciInstanceKlass java/util/Hashtable 1 1 516 7 1 10 7 12 1 1 1 9 7 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 9 12 1 1 7 1 9 12 1 1 4 10 7 12 1 1 1 9 12 1 4 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 1 100 1 10 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 12 1 3 9 12 1 9 12 1 3 10 12 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 9 12 1 1 10 100 1 7 1 10 12 1 10 8 1 10 10 12 1 8 1 10 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 7 1 10 7 1 10 10 12 1 1 11 12 1 1 11 12 1 7 1 10 10 10 100 12 1 1 11 100 12 1 1 1 100 1 10 11 100 12 1 1 11 100 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 8 1 10 4 4 10 12 1 1 10 12 1 8 1 4 10 12 10 100 12 1 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/String 1 1 1443 10 7 12 1 1 1 8 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 10 7 12 1 1 1 10 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 10 12 9 7 12 1 1 10 12 1 1 3 10 12 1 1 7 1 11 12 1 1 11 12 1 11 12 1 1 10 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 11 12 1 1 10 12 1 1 10 12 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 100 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 100 1 11 10 7 12 1 1 11 12 1 11 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 3 3 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 10 12 1 100 1 10 10 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 11 7 1 11 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 1 10 12 10 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 10 12 1 10 12 10 10 12 10 10 12 1 10 12 1 10 10 12 10 7 12 1 1 1 10 12 10 10 12 10 12 1 10 12 10 12 10 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 7 12 1 1 1 11 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 7 1 8 1 10 10 10 12 1 10 12 1 1 8 1 10 12 1 3 3 10 12 1 10 12 1 1 10 12 7 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 10 12 10 12 1 1 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 1 10 10 12 1 8 1 10 12 1 1 18 12 1 1 11 100 12 1 1 1 7 1 3 18 12 1 18 12 1 8 1 10 100 12 1 1 1 11 12 1 1 10 12 10 10 12 1 10 11 12 1 1 10 12 1 1 11 12 1 18 3 11 10 12 1 11 11 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 11 100 12 1 100 1 100 1 10 12 100 1 10 10 100 12 1 1 1 100 1 10 7 1 10 10 12 1 10 10 12 1 8 1 10 10 12 1 8 1 8 1 10 12 1 10 12 1 10 10 12 10 7 12 1 1 10 7 12 1 1 10 7 12 1 1 8 1 10 12 1 10 12 1 10 9 12 1 10 12 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 100 12 1 1 1 10 12 10 12 1 1 10 12 10 10 12 10 12 7 1 9 12 1 1 7 1 10 7 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 12 15 10 12 15 10 12 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 1 +staticfield java/lang/String COMPACT_STRINGS Z 1 +staticfield java/lang/String serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +staticfield java/lang/String CASE_INSENSITIVE_ORDER Ljava/util/Comparator; java/lang/String$CaseInsensitiveComparator +ciMethod java/lang/String equals (Ljava/lang/Object;)Z 900 0 8090 0 416 +ciMethod java/lang/String hashCode ()I 1024 0 6944 0 176 +ciMethod java/lang/String length ()I 550 0 2004876 0 112 +ciMethod java/lang/String charAt (I)C 862 0 4241154 0 192 +ciInstanceKlass java/lang/constant/ConstantDesc 1 0 37 100 1 100 1 1 1 1 100 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/misc/VM 1 1 320 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 8 1 10 12 1 9 12 1 1 9 12 1 9 12 1 3 10 7 12 1 1 1 9 12 1 1 100 1 8 1 10 11 7 12 1 1 1 7 1 10 100 12 1 1 1 10 12 1 8 1 8 1 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 5 0 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 12 1 100 1 10 12 1 10 7 12 1 1 9 12 1 9 12 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 100 12 1 1 1 5 0 10 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 7 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 7 1 1 1 1 +staticfield jdk/internal/misc/VM lock Ljava/lang/Object; java/lang/Object +instanceKlass java/util/zip/ZipError +ciInstanceKlass java/lang/InternalError 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/io/IOError +instanceKlass org/apache/maven/BuildAbort +instanceKlass javax/xml/parsers/FactoryConfigurationError +instanceKlass com/google/common/util/concurrent/ExecutionError +instanceKlass java/util/ServiceConfigurationError +instanceKlass java/lang/ThreadDeath +instanceKlass java/lang/AssertionError +instanceKlass java/lang/VirtualMachineError +instanceKlass java/lang/LinkageError +ciInstanceKlass java/lang/Error 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/StackOverflowError +instanceKlass java/lang/OutOfMemoryError +instanceKlass java/lang/InternalError +ciInstanceKlass java/lang/VirtualMachineError 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Iterator 1 1 53 100 1 8 1 10 12 1 1 10 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Map$Entry 1 0 178 18 12 1 1 7 1 100 1 18 10 100 12 1 1 1 18 12 1 18 100 1 11 7 12 1 1 1 11 12 1 11 7 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 10 12 1 8 10 7 1 10 12 1 8 10 12 1 8 1 10 12 1 8 10 12 1 8 1 10 12 1 1 8 1 100 1 8 1 10 12 1 1 11 12 7 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 16 3 3 15 11 12 15 11 12 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +instanceKlass org/eclipse/core/internal/content/LazyInputStream +instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$NamedPipeInputStream +instanceKlass sun/nio/ch/ChannelInputStream +instanceKlass java/io/ObjectInputStream$PeekInputStream +instanceKlass java/io/ObjectInputStream$BlockDataInputStream +instanceKlass org/eclipse/core/internal/resources/ContentDescriptionManager$LazyFileInputStream +instanceKlass java/io/ObjectInputStream +instanceKlass org/eclipse/core/internal/localstore/SafeChunkyInputStream +instanceKlass org/eclipse/core/internal/registry/BufferedRandomInputStream +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$RewindableInputStream +instanceKlass org/eclipse/osgi/storage/url/reference/ReferenceInputStream +instanceKlass java/util/jar/JarVerifier$VerifierStream +instanceKlass java/util/zip/ZipFile$ZipFileInputStream +instanceKlass java/io/FilterInputStream +instanceKlass java/io/FileInputStream +instanceKlass java/io/ByteArrayInputStream +ciInstanceKlass java/io/InputStream 1 1 195 7 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 100 1 3 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 3 7 1 8 1 10 10 7 12 1 1 1 7 1 10 11 7 12 1 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 10 7 12 1 1 1 5 0 10 12 1 10 12 1 1 100 1 10 8 1 10 8 1 8 1 10 12 1 1 10 100 12 1 1 1 7 1 5 0 10 12 1 100 1 7 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/misc/Unsafe 1 1 1287 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 10 10 12 1 1 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 5 0 5 0 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 10 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 9 12 1 100 1 10 10 12 1 1 8 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 1 9 7 1 9 7 1 9 7 1 9 9 7 1 9 7 1 9 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 5 0 5 0 9 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 3 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 10 100 1 10 9 12 1 5 0 10 12 1 1 5 0 10 12 1 5 0 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 5 0 5 0 5 0 10 12 1 1 10 12 1 10 12 1 10 12 10 100 12 1 1 8 1 100 1 11 12 1 1 8 1 11 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 12 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/misc/Unsafe theUnsafe Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_INT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_LONG_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_BASE_OFFSET I 16 +staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_INDEX_SCALE I 1 +staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_INDEX_SCALE I 1 +staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_INDEX_SCALE I 2 +staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_INDEX_SCALE I 2 +staticfield jdk/internal/misc/Unsafe ARRAY_INT_INDEX_SCALE I 4 +staticfield jdk/internal/misc/Unsafe ARRAY_LONG_INDEX_SCALE I 8 +staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_INDEX_SCALE I 4 +staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_INDEX_SCALE I 8 +staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_INDEX_SCALE I 4 +staticfield jdk/internal/misc/Unsafe ADDRESS_SIZE I 8 +instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader$1 +instanceKlass lombok/launch/ShadowClassLoader +instanceKlass org/eclipse/sisu/space/CloningClassSpace$CloningClassLoader +instanceKlass org/apache/aries/spifly/MultiDelegationClassloader +instanceKlass org/apache/aries/spifly/Util$WrapperCL +instanceKlass lombok/launch/ShadowClassLoader +instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader +instanceKlass org/eclipse/osgi/internal/framework/ContextFinder +instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$1 +instanceKlass lombok/launch/ShadowClassLoader +instanceKlass jdk/internal/reflect/DelegatingClassLoader +instanceKlass java/security/SecureClassLoader +ciInstanceKlass java/lang/ClassLoader 1 1 1108 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 10 7 1 10 7 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 8 1 10 12 1 10 12 1 100 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 12 1 10 12 1 1 8 1 8 1 10 7 12 1 1 100 1 10 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 12 1 10 7 1 10 12 1 100 1 18 12 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 12 1 8 1 10 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 8 1 100 1 10 10 12 1 9 12 1 10 7 12 1 1 10 12 1 7 1 8 1 10 12 1 10 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 100 1 10 12 1 1 7 1 7 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 18 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 18 12 1 11 100 12 1 1 1 100 1 10 12 1 1 10 12 1 10 11 12 1 1 10 18 10 12 1 1 11 7 12 1 18 12 1 11 12 1 1 10 12 10 12 1 1 10 12 1 1 100 1 8 1 10 10 12 1 8 1 8 1 10 100 12 1 1 10 12 1 100 1 10 10 12 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 100 1 10 11 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 9 12 1 1 9 12 9 12 1 9 12 1 9 12 1 8 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 11 12 1 1 10 100 12 1 1 1 100 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/ClassLoader nocerts [Ljava/security/cert/Certificate; 0 [Ljava/security/cert/Certificate; +staticfield java/lang/ClassLoader $assertionsDisabled Z 1 +ciInstanceKlass java/lang/reflect/Constructor 1 1 439 10 7 12 1 1 1 10 7 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 100 1 8 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 7 12 1 1 10 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +instanceKlass java/lang/reflect/Executable +instanceKlass java/lang/reflect/Field +ciInstanceKlass java/lang/reflect/AccessibleObject 1 1 400 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 7 1 10 7 12 1 1 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 100 1 10 12 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 7 1 100 1 8 1 10 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 1 8 1 10 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 100 1 10 12 1 7 1 10 12 1 10 12 1 1 10 100 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 100 12 1 1 8 1 10 100 12 1 1 1 8 1 10 7 12 1 1 1 9 12 1 7 1 10 7 1 10 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 7 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/reflect/AccessibleObject reflectionFactory Ljdk/internal/reflect/ReflectionFactory; jdk/internal/reflect/ReflectionFactory +instanceKlass java/lang/reflect/Constructor +instanceKlass java/lang/reflect/Method +ciInstanceKlass java/lang/reflect/Executable 1 1 581 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 12 1 7 1 8 1 10 12 1 8 1 11 100 12 1 1 1 7 1 11 7 12 1 1 1 11 12 1 8 1 18 8 1 10 12 1 10 12 1 1 18 8 1 10 12 1 100 1 10 12 1 10 12 1 11 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 7 10 12 1 8 1 10 12 1 10 12 1 3 100 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 8 1 8 1 8 1 9 12 1 1 9 12 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 100 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 10 10 10 10 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 9 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 15 16 1 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 100 1 1 100 1 100 1 1 +ciMethod java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 1724 0 1423 0 0 +ciInstanceKlass java/lang/reflect/Member 1 1 37 100 1 10 12 1 1 100 1 100 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass com/sun/jna/internal/Cleaner$CleanerThread +instanceKlass org/eclipse/core/internal/jobs/InternalWorker +instanceKlass org/eclipse/core/internal/jobs/Worker +instanceKlass java/util/TimerThread +instanceKlass java/util/logging/LogManager$Cleaner +instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager$EventThread +instanceKlass org/eclipse/equinox/launcher/Main$SplashHandler +instanceKlass java/util/concurrent/ForkJoinWorkerThread +instanceKlass jdk/internal/misc/InnocuousThread +instanceKlass java/lang/ref/Finalizer$FinalizerThread +instanceKlass java/lang/ref/Reference$ReferenceHandler +instanceKlass java/lang/BaseVirtualThread +ciInstanceKlass java/lang/Thread 1 1 870 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 12 1 10 100 12 1 1 100 1 8 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 9 12 1 1 10 12 1 7 1 10 12 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 3 8 1 7 1 5 0 10 7 12 1 1 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 1 8 1 10 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 8 1 9 7 12 1 1 9 12 1 1 5 0 100 1 10 100 1 10 100 1 10 7 1 10 8 1 10 12 1 1 10 7 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 7 1 9 12 1 1 100 1 10 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 1 10 10 12 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 10 12 9 12 1 1 10 12 1 11 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 10 10 12 1 10 12 1 1 9 12 1 9 12 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 8 1 10 9 12 1 10 12 1 7 1 8 1 10 10 12 1 8 1 10 12 1 1 9 12 10 12 8 1 10 10 12 1 10 12 1 8 1 10 12 1 10 8 1 10 100 12 1 1 10 12 1 1 100 1 8 1 10 9 12 1 9 12 1 1 10 12 1 1 10 10 12 1 10 12 1 100 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 8 1 9 12 1 10 12 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Thread NEW_THREAD_BINDINGS Ljava/lang/Object; java/lang/Class +staticfield java/lang/Thread EMPTY_STACK_TRACE [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; +ciInstanceKlass java/lang/Runnable 1 0 11 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/net/URL 1 1 771 10 7 12 1 1 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 7 1 10 10 12 1 1 8 1 10 12 1 1 9 12 1 7 1 8 1 10 12 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 9 12 1 8 1 9 12 1 10 12 1 1 8 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 8 1 10 12 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 10 100 1 10 10 12 1 8 1 10 7 12 1 1 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 100 1 100 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 1 8 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 100 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 1 1 7 1 8 1 10 10 12 1 9 12 1 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 12 1 1 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 9 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 8 1 7 1 10 10 7 12 1 1 1 10 12 1 8 9 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 10 8 8 10 12 1 8 8 8 100 1 10 12 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 100 1 8 1 10 10 10 12 1 1 10 12 1 10 12 1 1 8 1 7 1 10 10 7 1 10 12 1 9 7 12 1 1 1 9 12 1 1 7 1 10 10 7 12 1 1 1 7 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/net/URL defaultFactory Ljava/net/URLStreamHandlerFactory; java/net/URL$DefaultFactory +staticfield java/net/URL streamHandlerLock Ljava/lang/Object; java/lang/Object +staticfield java/net/URL serialPersistentFields [Ljava/io/ObjectStreamField; 7 [Ljava/io/ObjectStreamField; +ciMethod java/lang/System arraycopy (Ljava/lang/Object;ILjava/lang/Object;II)V 256 0 128 0 -1 +ciMethod java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 204 0 69803 0 80 +ciMethod java/lang/System allowSecurityManager ()Z 204 0 69805 0 0 +ciInstanceKlass java/lang/Module 1 1 1070 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 10 12 1 10 7 12 1 1 8 1 8 1 10 8 1 8 1 9 12 1 1 8 1 10 100 12 1 1 1 10 12 1 9 12 1 1 11 12 1 9 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 10 12 1 1 9 12 1 9 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 1 10 12 1 1 11 12 1 9 12 1 11 12 10 100 12 1 1 100 1 8 1 10 11 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 11 12 1 1 9 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 10 12 10 7 12 1 1 10 7 1 18 12 1 1 11 100 12 1 1 1 18 12 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 10 7 12 1 1 7 1 11 12 1 7 1 7 1 10 12 1 10 7 12 1 1 1 10 11 7 12 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 7 1 10 12 1 10 11 12 1 1 10 12 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 11 7 1 10 12 1 1 11 12 1 10 10 12 1 11 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 18 12 1 11 12 1 18 12 1 10 12 1 10 12 1 10 12 7 1 10 12 1 10 12 1 10 12 1 9 12 1 7 1 10 10 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 18 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 12 1 1 7 1 8 1 10 12 1 1 100 1 11 12 1 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 7 1 10 12 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 7 12 1 1 8 1 18 12 1 1 100 1 100 1 9 12 1 1 9 12 1 9 12 1 11 100 12 1 1 1 100 1 11 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 10 12 1 8 1 10 10 100 12 1 1 7 1 10 10 12 1 10 7 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 11 12 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 16 15 10 16 1 15 10 12 16 1 15 10 12 16 1 16 15 10 12 16 16 1 15 10 12 16 15 10 7 12 1 1 1 15 10 100 12 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 1 +staticfield java/lang/Module ALL_UNNAMED_MODULE Ljava/lang/Module; java/lang/Module +staticfield java/lang/Module ALL_UNNAMED_MODULE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield java/lang/Module EVERYONE_MODULE Ljava/lang/Module; java/lang/Module +staticfield java/lang/Module EVERYONE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 +staticfield java/lang/Module $assertionsDisabled Z 1 +ciMethod java/lang/reflect/AnnotatedElement isAnnotationPresent (Ljava/lang/Class;)Z 1140 0 982 0 0 +ciInstanceKlass java/lang/StringLatin1 1 1 392 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 7 1 8 1 10 12 1 8 1 10 12 1 1 100 1 10 10 12 10 7 12 1 1 1 8 1 8 1 8 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +staticfield java/lang/StringLatin1 $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Math 1 1 460 7 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 6 0 6 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 3 3 3 10 7 12 1 1 1 100 1 5 0 5 0 5 0 5 0 5 0 9 100 12 1 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 5 0 5 0 7 1 3 5 0 3 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 9 12 1 1 9 12 1 100 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 6 0 10 12 1 9 12 1 1 100 1 10 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 6 0 10 12 1 1 10 12 10 12 1 4 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 6 0 4 6 0 4 6 0 4 10 12 1 9 12 1 1 10 12 9 12 1 10 7 12 1 1 1 4 6 0 1 1 6 0 1 6 0 1 6 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Math negativeZeroFloatBits J -2147483648 +staticfield java/lang/Math negativeZeroDoubleBits J -9223372036854775808 +staticfield java/lang/Math $assertionsDisabled Z 1 +ciInstanceKlass jdk/internal/util/ArraysSupport 1 1 378 7 1 7 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 10 12 9 12 1 10 12 1 1 10 12 7 1 10 12 1 1 10 12 1 100 1 10 12 1 1 10 12 100 1 10 12 1 100 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 9 12 1 1 11 100 12 1 1 1 9 12 1 9 12 1 10 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 1 3 10 12 1 7 1 8 1 8 1 8 1 10 10 100 12 1 1 1 11 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 7 1 10 7 12 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +staticfield jdk/internal/util/ArraysSupport U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield jdk/internal/util/ArraysSupport BIG_ENDIAN Z 0 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_BOOLEAN_INDEX_SCALE I 0 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_BYTE_INDEX_SCALE I 0 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_CHAR_INDEX_SCALE I 1 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_SHORT_INDEX_SCALE I 1 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_INT_INDEX_SCALE I 2 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_LONG_INDEX_SCALE I 3 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_FLOAT_INDEX_SCALE I 2 +staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_DOUBLE_INDEX_SCALE I 3 +staticfield jdk/internal/util/ArraysSupport LOG2_BYTE_BIT_SIZE I 3 +staticfield jdk/internal/util/ArraysSupport JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +ciInstanceKlass java/lang/Character 1 1 604 7 1 7 1 100 1 9 12 1 1 8 1 9 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 3 3 3 3 3 10 12 1 1 10 12 1 3 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 3 10 12 1 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 5 0 10 12 1 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 10 12 1 9 12 1 1 100 1 10 10 12 1 10 12 1 1 3 10 100 12 1 1 1 10 12 1 10 100 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 9 100 12 1 1 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 10 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 3 1 1 3 1 1 1 1 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 +staticfield java/lang/Character TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Character $assertionsDisabled Z 1 +ciInstanceKlass java/util/Arrays 1 1 1029 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 100 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 100 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 10 12 1 10 12 1 10 12 10 12 1 11 7 12 1 1 1 10 7 12 1 1 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 100 1 10 100 1 10 100 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 10 12 1 10 12 1 10 12 1 9 12 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 3 10 100 1 10 10 12 1 1 11 100 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 11 12 1 8 1 10 11 12 1 11 7 12 1 1 1 11 100 12 1 1 1 11 12 1 1 18 12 1 1 11 12 1 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 100 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 10 12 15 10 12 15 10 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 1 1 1 100 1 1 100 1 1 100 1 1 1 100 1 100 1 1 +staticfield java/util/Arrays $assertionsDisabled Z 1 +ciInstanceKlass java/lang/OutOfMemoryError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/StringLatin1 equals ([B[B)Z 520 462 7149 0 -1 +ciMethod java/lang/StringLatin1 hashCode ([B)I 594 0 5480 0 624 +ciMethod java/lang/StringLatin1 inflate ([BI[BII)V 0 0 236 0 -1 +ciMethod java/lang/StringLatin1 indexOf ([BIII)I 900 0 8652 0 480 +ciMethod java/lang/StringLatin1 indexOfChar ([BIII)I 520 6066 8614 0 -1 +ciMethod java/lang/StringLatin1 charAt ([BI)C 964 0 4240920 0 152 +ciMethod java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 814 0 7664 0 1208 +ciMethod java/lang/StringLatin1 trim ([B)Ljava/lang/String; 1024 8 6977 0 1464 +ciMethod java/lang/StringLatin1 canEncode (I)Z 782 0 156531 0 88 +ciInstanceKlass java/lang/StringUTF16 1 1 604 7 1 7 1 10 7 12 1 1 1 100 1 10 7 1 3 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 9 12 1 1 9 12 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 1 10 12 1 3 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 10 12 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 8 1 8 1 10 12 1 1 100 1 10 10 7 12 1 1 1 10 100 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 5 0 5 0 10 12 1 10 12 10 12 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 +staticfield java/lang/StringUTF16 HI_BYTE_SHIFT I 0 +staticfield java/lang/StringUTF16 LO_BYTE_SHIFT I 8 +staticfield java/lang/StringUTF16 $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Integer 1 1 453 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 9 12 1 1 9 12 1 7 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 3 10 12 1 1 3 10 12 1 1 10 12 1 1 10 7 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 1 5 0 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 9 12 1 1 9 12 1 1 10 12 1 10 7 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 5 0 3 3 3 3 10 12 1 10 12 1 3 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Integer TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Integer digits [C 36 +staticfield java/lang/Integer DigitTens [B 100 +staticfield java/lang/Integer DigitOnes [B 100 +instanceKlass java/math/BigDecimal +instanceKlass com/google/gson/internal/LazilyParsedNumber +instanceKlass com/sun/jna/IntegerType +instanceKlass java/util/concurrent/atomic/Striped64 +instanceKlass java/math/BigInteger +instanceKlass java/util/concurrent/atomic/AtomicLong +instanceKlass java/util/concurrent/atomic/AtomicInteger +instanceKlass java/lang/Long +instanceKlass java/lang/Integer +instanceKlass java/lang/Short +instanceKlass java/lang/Byte +instanceKlass java/lang/Double +instanceKlass java/lang/Float +ciInstanceKlass java/lang/Number 1 1 37 10 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/StringUTF16 checkIndex (I[B)V 154 0 2002 0 -1 +ciMethod java/lang/StringUTF16 hashCode ([B)I 0 0 1 0 -1 +ciMethod java/lang/StringUTF16 compress ([BII)[B 0 0 11 0 0 +ciMethod java/lang/StringUTF16 compress ([BI[BII)I 22 1486 11 0 -1 +ciMethod java/lang/StringUTF16 indexOf ([BIII)I 0 0 10 0 0 +ciMethod java/lang/StringUTF16 indexOfChar ([BIII)I 20 0 10 0 -1 +ciMethod java/lang/StringUTF16 getChar ([BI)C 1024 0 11527 0 -1 +ciMethod java/lang/StringUTF16 putChar ([BII)V 1024 0 13458 0 -1 +ciMethod java/lang/StringUTF16 newBytesFor (I)[B 0 0 236 0 -1 +ciMethod java/lang/StringUTF16 charAt ([BI)C 0 0 86 0 0 +ciMethod java/lang/StringUTF16 checkBoundsBeginEnd (II[B)V 64 0 32 0 -1 +ciMethod java/lang/StringUTF16 newString ([BII)Ljava/lang/String; 0 0 11 0 0 +ciMethod java/lang/StringUTF16 trim ([B)Ljava/lang/String; 0 0 19 0 0 +ciMethod java/lang/StringUTF16 putCharSB ([BII)V 354 0 2093 0 0 +ciMethod java/lang/StringUTF16 putCharsSB ([BILjava/lang/CharSequence;II)V 0 0 2 0 0 +ciMethod java/lang/StringUTF16 indexOfSupplementary ([BIII)I 0 0 1 0 -1 +ciInstanceKlass java/lang/Thread$FieldHolder 1 1 48 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 +ciInstanceKlass java/lang/Thread$Constants 0 0 59 7 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 7 1 8 1 10 12 1 9 7 12 1 1 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ThreadGroup 1 1 411 10 7 12 1 1 1 9 7 12 1 1 1 8 1 9 12 1 1 7 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 18 12 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 11 12 1 1 11 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 11 12 1 11 12 1 1 100 1 10 10 12 1 100 1 10 18 12 1 1 11 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 11 12 10 12 1 1 10 12 1 1 11 7 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 8 1 10 8 1 10 12 1 10 12 1 8 1 9 12 1 1 9 12 1 10 100 12 1 1 1 100 9 12 1 1 7 1 9 12 1 10 12 10 12 1 1 100 10 12 9 12 1 10 12 1 100 1 10 11 12 1 1 7 1 10 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/ThreadGroup $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Thread$UncaughtExceptionHandler 1 0 16 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/security/AccessControlContext 1 1 374 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 10 12 1 11 7 12 1 1 1 11 12 1 11 12 1 11 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 7 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 10 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 100 1 10 12 1 10 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 10 12 1 10 12 1 1 10 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 +instanceKlass java/lang/ThreadBuilders$BoundVirtualThread +instanceKlass java/lang/VirtualThread +ciInstanceKlass java/lang/BaseVirtualThread 0 0 36 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 1 +ciInstanceKlass java/lang/VirtualThread 0 0 907 9 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 100 1 10 12 1 9 12 1 1 18 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 10 12 1 10 12 1 10 12 1 10 12 1 11 100 12 1 1 1 100 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 100 1 10 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 9 12 1 1 9 12 1 100 1 10 10 12 1 10 100 12 1 1 10 9 10 10 12 1 1 10 12 1 1 10 100 12 1 1 10 100 1 10 9 10 10 12 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 10 12 1 11 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 100 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 7 1 9 12 1 1 10 7 12 1 1 10 9 12 1 1 18 9 100 12 1 1 1 11 100 12 1 1 1 11 100 1 11 12 10 12 1 10 12 1 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 11 100 12 1 1 10 12 9 100 12 1 1 1 9 12 1 10 12 1 1 9 12 1 9 12 1 9 12 1 7 1 10 10 12 1 1 10 12 1 10 12 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 8 1 10 10 12 1 10 12 1 10 7 12 1 1 8 1 8 1 10 9 100 12 1 1 1 10 12 1 1 10 12 1 10 10 10 12 9 12 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 1 18 12 1 1 18 12 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 1 18 12 1 10 100 12 1 1 1 100 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 100 12 1 1 8 1 10 12 1 8 1 8 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 1 18 12 1 1 5 0 9 12 1 10 12 1 18 12 1 100 1 10 12 10 7 12 1 1 10 12 1 1 7 1 8 1 10 10 12 1 10 12 1 1 10 12 1 9 12 1 8 10 12 1 1 8 8 9 12 1 8 10 12 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 16 15 10 12 16 15 10 12 16 16 15 10 12 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/ThreadBuilders$BoundVirtualThread 0 0 132 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 9 100 12 1 1 1 10 12 1 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/ContinuationScope 0 0 50 10 100 12 1 1 1 10 100 12 1 1 1 100 1 9 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/vm/StackChunk 0 0 32 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/CharacterDataLatin1 1 1 141 9 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 100 1 3 3 3 3 9 12 1 10 7 12 1 1 1 10 9 12 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +staticfield java/lang/CharacterDataLatin1 DIGITS [B 256 +staticfield java/lang/CharacterDataLatin1 instance Ljava/lang/CharacterDataLatin1; java/lang/CharacterDataLatin1 +staticfield java/lang/CharacterDataLatin1 A [I 256 +staticfield java/lang/CharacterDataLatin1 B [C 256 +instanceKlass java/lang/CharacterData00 +instanceKlass java/lang/CharacterDataLatin1 +ciInstanceKlass java/lang/CharacterData 1 1 86 10 7 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 9 7 12 1 1 9 100 12 1 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/CharacterData isJavaIdentifierStart (I)Z 0 0 1 0 -1 +ciMethod java/lang/CharacterData isJavaIdentifierPart (I)Z 0 0 1 0 -1 +ciMethod java/lang/CharacterData toTitleCase (I)I 0 0 1 0 -1 +ciMethod java/lang/CharacterData of (I)Ljava/lang/CharacterData; 522 0 27925 0 136 +ciMethod java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 4128 0 9320 0 144 +ciMethod java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 538 0 11091 0 136 +ciMethod java/lang/CharacterDataLatin1 toUpperCase (I)I 1024 0 7335 0 120 +ciMethod java/lang/CharacterDataLatin1 getProperties (I)I 512 0 42133 0 120 +ciMethod java/lang/CharacterDataLatin1 toTitleCase (I)I 788 0 10484 0 120 +ciInstanceKlass java/lang/Float 1 1 279 7 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 4 7 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 1 4 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 3 3 100 1 4 4 4 3 10 12 1 1 9 12 1 1 100 1 10 3 3 4 4 10 12 1 3 3 3 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 4 1 4 1 1 1 4 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Float TYPE Ljava/lang/Class; java/lang/Class +staticfield java/lang/Float $assertionsDisabled Z 1 +ciMethod java/lang/Float isNaN (F)Z 1024 0 10980 0 128 +ciInstanceKlass java/lang/Double 1 1 290 7 1 7 1 10 100 12 1 1 1 10 12 1 1 10 7 1 10 12 1 1 10 7 12 1 1 1 6 0 8 1 10 12 1 1 8 1 10 12 1 1 8 1 6 0 10 12 1 1 100 1 5 0 5 0 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 1 6 0 10 7 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 6 0 1 6 0 1 6 0 1 1 1 6 0 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Double TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Byte 1 1 213 7 1 100 1 10 7 12 1 1 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 1 7 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Byte TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Short 1 1 222 7 1 7 1 100 1 10 7 12 1 1 1 10 12 1 1 7 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 3 3 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Short TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/Long 1 1 524 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 10 12 1 10 12 1 10 12 1 5 0 5 0 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 5 0 5 0 9 12 1 1 9 12 1 5 0 7 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 5 0 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 8 1 8 1 11 12 1 1 10 12 1 10 12 1 10 12 1 5 0 5 0 9 7 12 1 1 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 7 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 5 0 10 12 1 10 12 1 5 0 5 0 5 0 10 12 1 1 10 12 1 5 0 5 0 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 3 1 3 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/Long TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass jdk/internal/vm/vector/VectorSupport 0 0 573 100 1 10 100 12 1 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 9 12 1 1 10 100 12 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle +instanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask +instanceKlass jdk/internal/vm/vector/VectorSupport$Vector +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload 0 0 32 10 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$Vector 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +ciInstanceKlass jdk/internal/vm/FillerObject 0 0 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 +instanceKlass java/lang/ref/PhantomReference +instanceKlass java/lang/ref/FinalReference +instanceKlass java/lang/ref/WeakReference +instanceKlass java/lang/ref/SoftReference +ciInstanceKlass java/lang/ref/Reference 1 1 190 9 7 12 1 1 1 9 7 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 8 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 7 1 100 1 10 12 9 12 1 9 12 1 100 1 10 10 12 1 10 10 7 12 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 7 1 1 1 +staticfield java/lang/ref/Reference processPendingLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/ref/Reference $assertionsDisabled Z 1 +ciMethod java/lang/ref/Reference get ()Ljava/lang/Object; 0 0 1 0 -1 +ciMethod java/lang/ref/Reference (Ljava/lang/Object;)V 512 0 27521 0 0 +ciMethod java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 792 0 77705 0 144 +ciMethod java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 514 0 246823 0 -1 +instanceKlass org/eclipse/core/internal/utils/Cache$EntryRef +instanceKlass org/eclipse/sisu/inject/MildElements$Soft +instanceKlass java/io/ClassCache$CacheRef +instanceKlass org/eclipse/sisu/inject/MildKeys$Soft +instanceKlass org/eclipse/core/internal/registry/ReferenceMap$SoftRef +instanceKlass sun/util/locale/provider/LocaleResources$ResourceReference +instanceKlass sun/util/resources/Bundles$BundleReference +instanceKlass java/util/ResourceBundle$BundleReference +instanceKlass sun/security/util/MemoryCache$SoftCacheEntry +instanceKlass sun/util/locale/LocaleObjectCache$CacheEntry +instanceKlass java/lang/invoke/LambdaFormEditor$Transform +ciInstanceKlass java/lang/ref/SoftReference 1 1 47 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 +instanceKlass org/eclipse/sisu/inject/MildElements$Weak +instanceKlass com/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry +instanceKlass com/google/common/cache/LocalCache$WeakEntry +instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray$HashableWeakReference +instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSet$HashableWeakReference +instanceKlass org/eclipse/sisu/inject/MildKeys$Weak +instanceKlass com/sun/jna/CallbackReference +instanceKlass java/util/ResourceBundle$KeyElementReference +instanceKlass java/util/logging/LogManager$LoggerWeakRef +instanceKlass java/util/logging/Level$KnownLevel +instanceKlass org/eclipse/osgi/internal/container/KeyBasedLockStore$LockWeakRef +instanceKlass sun/nio/ch/FileLockTable$FileLockReference +instanceKlass java/lang/ClassValue$Entry +instanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry +instanceKlass java/lang/WeakPairMap$WeakRefPeer +instanceKlass jdk/internal/util/WeakReferenceKey +instanceKlass java/util/WeakHashMap$Entry +ciInstanceKlass java/lang/ref/WeakReference 1 1 31 10 7 12 1 1 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/ref/WeakReference (Ljava/lang/Object;)V 604 0 15540 0 0 +instanceKlass java/lang/ref/Finalizer +ciInstanceKlass java/lang/ref/FinalReference 1 1 50 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 +instanceKlass com/sun/jna/internal/Cleaner$CleanerRef +instanceKlass jdk/internal/ref/PhantomCleanable +instanceKlass jdk/internal/ref/Cleaner +ciInstanceKlass java/lang/ref/PhantomReference 1 1 39 10 100 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ref/Finalizer 1 1 155 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 10 12 1 7 1 8 1 10 12 1 10 12 1 1 9 12 1 100 1 10 12 1 7 1 11 100 12 1 1 10 12 1 7 1 10 12 1 100 1 10 12 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 10 12 1 7 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 10 7 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/ref/Finalizer lock Ljava/lang/Object; java/lang/Object +staticfield java/lang/ref/Finalizer ENABLED Z 1 +staticfield java/lang/ref/Finalizer $assertionsDisabled Z 1 +instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$Verbosity +instanceKlass org/eclipse/aether/RepositoryEvent$EventType +instanceKlass org/eclipse/aether/named/support/ReadWriteLockNamedLock$Step +instanceKlass org/apache/maven/project/ProjectBuildingRequest$RepositoryMerging +instanceKlass com/google/common/cache/LocalCache$NullEntry +instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser$CaseLabelKind +instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$CompatibilityResult +instanceKlass org/eclipse/jdt/internal/compiler/ast/Pattern$PrimitiveConversionRoute +instanceKlass org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching$Severity +instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser$LocalTypeKind +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod +instanceKlass org/eclipse/lsp4j/WorkDoneProgressKind +instanceKlass org/eclipse/jdt/internal/compiler/codegen/OperandStack$OperandCategory +instanceKlass org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$IteratorForReporting$Stage +instanceKlass org/eclipse/jdt/internal/compiler/ast/MessageSend$AssertUtil +instanceKlass org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration$AnalysisMode +instanceKlass org/eclipse/jdt/apt/core/env/Phase +instanceKlass javax/lang/model/element/ElementKind +instanceKlass javax/tools/Diagnostic$Kind +instanceKlass javax/lang/model/type/TypeKind +instanceKlass javax/tools/StandardLocation +instanceKlass org/eclipse/jdt/ls/core/internal/semantictokens/TokenModifier +instanceKlass org/eclipse/jdt/ls/core/internal/semantictokens/TokenType +instanceKlass org/eclipse/lsp4j/TextDocumentSyncKind +instanceKlass com/google/common/base/CaseFormat +instanceKlass org/eclipse/lsp4j/MessageType +instanceKlass org/eclipse/lsp4j/DiagnosticTag +instanceKlass org/eclipse/lsp4j/PrepareSupportDefaultBehavior +instanceKlass org/eclipse/lsp4j/CompletionItemKind +instanceKlass org/eclipse/lsp4j/CompletionItemTag +instanceKlass org/eclipse/lsp4j/InsertTextMode +instanceKlass org/eclipse/lsp4j/SymbolTag +instanceKlass org/eclipse/lsp4j/SymbolKind +instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus +instanceKlass org/eclipse/jdt/internal/compiler/ast/Annotation$AnnotationTargetAllowed +instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateReceiver +instanceKlass org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus +instanceKlass lombok/eclipse/handlers/HandleConstructor$SkipIfConstructorExists +instanceKlass lombok/EqualsAndHashCode$CacheStrategy +instanceKlass lombok/core/handlers/HandlerUtil$JavadocTag +instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$CopyJavadoc +instanceKlass lombok/core/handlers/HandlerUtil$FieldAccess +instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$MemberExistsResult +instanceKlass lombok/AccessLevel +instanceKlass org/eclipse/jdt/internal/compiler/ast/ExpressionContext +instanceKlass org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$MatchPhase +instanceKlass lombok/core/AST$Kind +instanceKlass org/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition +instanceKlass lombok/eclipse/TransformationState +instanceKlass lombok/core/configuration/CapitalizationStrategy +instanceKlass lombok/core/configuration/NullCheckExceptionType +instanceKlass lombok/core/configuration/CallSuperType +instanceKlass lombok/core/configuration/FlagUsageType +instanceKlass org/eclipse/jdt/internal/compiler/impl/JavaFeature +instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner$ScanContext +instanceKlass javax/lang/model/SourceVersion +instanceKlass org/eclipse/osgi/container/Module$StopOptions +instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdateKind +instanceKlass org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$CompleteTypeBindingsSteps +instanceKlass java/util/stream/MatchOps$MatchKind +instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryContainer$FactoryType +instanceKlass org/eclipse/jdt/internal/core/CompilationGroup +instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileMap$Flags +instanceKlass org/eclipse/sisu/inject/QualifyingStrategy +instanceKlass com/google/inject/internal/InjectorImpl$JitLimitation +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$ArchiveValidity +instanceKlass org/eclipse/sisu/bean/DeclaredMembers$View +instanceKlass com/google/inject/internal/Initializer$InjectableReferenceState +instanceKlass com/google/common/collect/MapMakerInternalMap$Strength +instanceKlass org/apache/maven/settings/building/SettingsProblem$Severity +instanceKlass org/eclipse/aether/metadata/Metadata$Nature +instanceKlass org/apache/maven/model/building/ModelProblem$Version +instanceKlass org/apache/maven/building/Problem$Severity +instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$ValidationReportLevel +instanceKlass org/apache/maven/plugin/PluginValidationManager$IssueLocality +instanceKlass org/apache/maven/classrealm/ClassRealmRequest$RealmType +instanceKlass org/apache/maven/artifact/ArtifactScopeEnum +instanceKlass org/apache/maven/execution/ExecutionEvent$Type +instanceKlass org/eclipse/jdt/internal/compiler/parser/TerminalToken +instanceKlass java/nio/file/FileVisitResult +instanceKlass java/nio/file/FileTreeWalker$EventType +instanceKlass java/nio/file/FileVisitOption +instanceKlass com/google/inject/spi/InjectionPoint$Position +instanceKlass java/lang/annotation/ElementType +instanceKlass com/google/inject/internal/InternalFlags$ColorizeOption +instanceKlass com/google/inject/internal/InternalFlags$BytecodeGenOption +instanceKlass com/google/inject/internal/InternalFlags$NullableProvidesOption +instanceKlass com/google/inject/internal/InternalFlags$CustomClassLoadingOption +instanceKlass com/google/inject/internal/InternalFlags$IncludeStackTraceOption +instanceKlass com/google/inject/Key$NullAnnotationStrategy +instanceKlass sun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget +instanceKlass org/eclipse/jdt/ls/core/internal/BuildWorkspaceStatus +instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXVersion +instanceKlass com/google/inject/Stage +instanceKlass org/eclipse/sisu/space/BeanScanning +instanceKlass org/eclipse/jdt/ls/core/internal/ServiceStatus +instanceKlass com/google/gson/ReflectionAccessFilter$FilterResult +instanceKlass com/google/gson/stream/JsonToken +instanceKlass com/google/gson/Strictness +instanceKlass com/google/gson/ToNumberPolicy +instanceKlass com/google/gson/FieldNamingPolicy +instanceKlass com/google/gson/LongSerializationPolicy +instanceKlass org/eclipse/m2e/jdt/JreSystemVersion +instanceKlass ch/qos/logback/core/spi/FilterReply +instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersions$LookupStrategy +instanceKlass org/eclipse/buildship/core/internal/CoreTraceScopes +instanceKlass org/eclipse/jdt/ls/core/internal/DiagnosticsState$ErrorLevel +instanceKlass javax/xml/catalog/CatalogFeatures$State +instanceKlass jdk/xml/internal/XMLSecurityManager$NameMap +instanceKlass jdk/xml/internal/XMLSecurityManager$Processor +instanceKlass jdk/xml/internal/XMLSecurityManager$Limit +instanceKlass com/sun/org/apache/xalan/internal/utils/XMLSecurityPropertyManager$Property +instanceKlass com/sun/org/apache/xalan/internal/utils/FeaturePropertyBase$State +instanceKlass jdk/xml/internal/JdkProperty$ImplPropMap +instanceKlass jdk/xml/internal/JdkXmlFeatures$XmlFeature +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/CodeGenerationTemplate +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$SearchScope +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ProjectEncodingMode +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InlayHintsParameterMode +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CompletionGuessMethodArgumentsMode +instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CompletionMatchCaseMode +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$FeatureStatus +instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$Severity +instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateReceiver +instanceKlass org/apache/maven/model/building/ModelProblem$Severity +instanceKlass com/google/common/cache/LocalCache$EntryFactory +instanceKlass com/google/common/cache/CacheBuilder$NullListener +instanceKlass com/google/common/cache/CacheBuilder$OneWeigher +instanceKlass com/google/common/cache/LocalCache$Strength +instanceKlass org/eclipse/m2e/core/internal/preferences/ProblemSeverity +instanceKlass org/eclipse/m2e/core/lifecyclemapping/model/PluginExecutionAction +instanceKlass org/slf4j/helpers/Reporter$Level +instanceKlass org/slf4j/helpers/Reporter$TargetChoice +instanceKlass ch/qos/logback/classic/spi/Configurator$ExecutionStatus +instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$METHOD_TYPE +instanceKlass java/security/DrbgParameters$Capability +instanceKlass java/nio/file/StandardCopyOption +instanceKlass java/math/RoundingMode +instanceKlass java/time/format/TextStyle +instanceKlass java/time/format/DateTimeFormatterBuilder$SettingsParser +instanceKlass java/time/format/ResolverStyle +instanceKlass java/time/format/SignStyle +instanceKlass java/time/temporal/JulianFields$Field +instanceKlass java/time/temporal/IsoFields$Unit +instanceKlass java/time/temporal/IsoFields$Field +instanceKlass org/apache/felix/scr/impl/inject/ValueUtils$ValueType +instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager$RegState +instanceKlass org/apache/felix/scr/impl/manager/AbstractComponentManager$State +instanceKlass org/osgi/util/promise/PromiseFactory$Option +instanceKlass org/apache/felix/scr/impl/metadata/ReferenceMetadata$ReferenceScope +instanceKlass org/apache/felix/scr/impl/metadata/ServiceMetadata$Scope +instanceKlass org/apache/felix/scr/impl/metadata/DSVersion +instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner$NameType +instanceKlass com/sun/org/apache/xerces/internal/util/Status +instanceKlass javax/xml/catalog/CatalogFeatures$Feature +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$NameMap +instanceKlass jdk/xml/internal/JdkProperty$State +instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit +instanceKlass org/apache/felix/scr/impl/logger/InternalLogger$Level +instanceKlass sun/util/locale/provider/LocaleProviderAdapter$Type +instanceKlass java/util/Locale$Category +instanceKlass java/lang/StackStreamFactory$WalkerState +instanceKlass java/lang/StackWalker$ExtendedOption +instanceKlass java/lang/StackWalker$Option +instanceKlass aQute/bnd/header/Attrs$Type +instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer$DiscoveryMode +instanceKlass org/eclipse/osgi/container/Module$StartOptions +instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$ContainerEvent +instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Entry$Type +instanceKlass java/util/Comparators$NaturalOrderComparator +instanceKlass org/apache/felix/resolver/PermutationType +instanceKlass org/eclipse/osgi/container/ModuleDatabase$Sort +instanceKlass org/eclipse/osgi/container/Module$Settings +instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$ModuleEvent +instanceKlass org/eclipse/osgi/storage/ContentProvider$Type +instanceKlass org/eclipse/osgi/container/Module$State +instanceKlass org/osgi/service/log/LogLevel +instanceKlass sun/util/logging/PlatformLogger$Level +instanceKlass jdk/internal/logger/BootstrapLogger$LoggingBackend +instanceKlass java/lang/reflect/ProxyGenerator$PrimitiveTypeInfo +instanceKlass java/lang/annotation/RetentionPolicy +instanceKlass java/nio/file/AccessMode +instanceKlass java/nio/file/attribute/PosixFilePermission +instanceKlass jdk/internal/icu/util/CodePointTrie$ValueWidth +instanceKlass jdk/internal/icu/util/CodePointTrie$Type +instanceKlass java/text/Normalizer$Form +instanceKlass java/time/temporal/ChronoUnit +instanceKlass java/time/temporal/ChronoField +instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint$Operator +instanceKlass java/lang/System$Logger$Level +instanceKlass sun/security/rsa/RSAUtil$KeyType +instanceKlass sun/security/util/KnownOIDs +instanceKlass lombok/patcher/StackRequest +instanceKlass java/util/regex/Pattern$Qtype +instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccess +instanceKlass java/util/zip/ZipCoder$Comparison +instanceKlass java/nio/file/LinkOption +instanceKlass sun/nio/fs/WindowsPathType +instanceKlass java/nio/file/StandardOpenOption +instanceKlass java/util/stream/Collector$Characteristics +instanceKlass java/util/concurrent/TimeUnit +instanceKlass java/util/stream/StreamShape +instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassOption +instanceKlass java/lang/invoke/VarHandle$AccessType +instanceKlass java/lang/invoke/VarHandle$AccessMode +instanceKlass java/lang/invoke/MethodHandleImpl$Intrinsic +instanceKlass java/lang/invoke/LambdaForm$BasicType +instanceKlass java/lang/invoke/LambdaForm$Kind +instanceKlass sun/invoke/util/Wrapper +instanceKlass java/util/stream/StreamOpFlag$Type +instanceKlass java/util/stream/StreamOpFlag +instanceKlass java/io/File$PathStatus +instanceKlass java/lang/module/ModuleDescriptor$Requires$Modifier +instanceKlass java/lang/reflect/AccessFlag$Location +instanceKlass java/lang/reflect/AccessFlag +instanceKlass java/lang/module/ModuleDescriptor$Modifier +instanceKlass java/lang/reflect/ClassFileFormatVersion +instanceKlass java/lang/Thread$State +ciInstanceKlass java/lang/Enum 1 1 204 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 7 1 10 10 7 12 1 1 10 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 1 100 1 8 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 100 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +instanceKlass java/lang/ref/ReferenceQueue$Null +instanceKlass java/lang/ref/NativeReferenceQueue +ciInstanceKlass java/lang/ref/ReferenceQueue 1 1 183 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 9 7 12 1 1 1 11 12 1 10 7 12 1 1 9 12 1 1 7 1 10 9 12 1 1 10 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 1 100 1 10 9 12 1 1 9 12 1 7 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 5 0 10 10 12 10 12 1 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 11 100 12 1 1 1 10 7 12 1 1 7 1 10 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/ref/ReferenceQueue NULL Ljava/lang/ref/ReferenceQueue; java/lang/ref/ReferenceQueue$Null +staticfield java/lang/ref/ReferenceQueue ENQUEUED Ljava/lang/ref/ReferenceQueue; java/lang/ref/ReferenceQueue$Null +staticfield java/lang/ref/ReferenceQueue $assertionsDisabled Z 1 +ciInstanceKlass java/lang/reflect/Method 1 1 472 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 8 1 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 11 7 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 7 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/reflect/Method getName ()Ljava/lang/String; 294 0 147 0 -1 +ciMethod java/lang/reflect/Method getParameterTypes ()[Ljava/lang/Class; 4190 0 10863 0 -1 +ciMethod java/lang/reflect/Method getDeclaringClass ()Ljava/lang/Class; 270 0 135 0 0 +ciMethod java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 8902 1 -1 +ciMethod java/lang/reflect/Method isCallerSensitive ()Z 822 0 9702 0 208 +ciMethod java/lang/reflect/Method acquireMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 48 0 147 0 0 +ciMethod java/lang/reflect/Method getMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 264 0 132 0 -1 +ciMethod java/lang/reflect/Method setMethodAccessor (Ljdk/internal/reflect/MethodAccessor;)V 588 0 294 0 -1 +ciInstanceKlass java/lang/reflect/Field 1 1 457 9 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 1 10 7 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 10 12 1 8 1 8 1 10 11 7 1 9 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 1 11 7 1 10 12 1 7 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/reflect/Parameter 1 1 243 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 11 7 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 8 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 100 1 10 11 12 1 1 11 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 +ciInstanceKlass java/lang/reflect/RecordComponent 1 1 196 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 10 100 12 1 1 9 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 9 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 9 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 9 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/StringBuffer 1 1 483 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 100 12 1 1 1 10 10 12 1 1 9 12 1 1 10 100 12 1 1 10 100 1 8 10 100 12 1 1 1 8 10 12 1 8 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 100 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 9 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/StringBuffer serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; +instanceKlass jdk/internal/loader/BuiltinClassLoader +instanceKlass java/net/URLClassLoader +ciInstanceKlass java/security/SecureClassLoader 1 1 102 10 7 12 1 1 1 7 1 10 12 1 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 7 1 10 12 1 7 1 10 12 1 11 7 12 1 1 1 7 1 11 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 +instanceKlass jdk/internal/jrtfs/JrtFileSystemProvider$JrtFsLoader +instanceKlass org/codehaus/plexus/classworlds/realm/ClassRealm +instanceKlass org/eclipse/equinox/launcher/Main$StartupClassLoader +ciInstanceKlass java/net/URLClassLoader 1 1 600 10 7 12 1 1 1 7 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 7 12 1 1 10 12 1 11 12 1 11 12 1 1 11 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 7 1 100 1 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 12 1 1 10 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 11 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 1 7 1 10 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 9 7 12 1 1 1 10 12 1 8 1 100 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 100 1 8 1 10 100 1 10 12 1 10 7 12 1 100 1 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/util/jar/Manifest 1 1 339 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 100 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 11 12 1 1 100 1 10 12 1 8 1 11 12 1 7 1 10 12 1 1 11 12 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 1 10 9 7 12 1 1 1 10 12 1 1 10 100 12 1 10 12 1 10 12 1 9 100 12 1 1 1 8 1 10 12 1 8 1 8 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 8 1 10 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 10 12 1 11 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/io/ByteArrayInputStream 1 1 117 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 3 10 100 1 10 100 12 1 1 1 9 12 1 1 100 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/io/ByteArrayInputStream $assertionsDisabled Z 1 +instanceKlass java/nio/DoubleBuffer +instanceKlass java/nio/FloatBuffer +instanceKlass java/nio/ShortBuffer +instanceKlass java/nio/CharBuffer +instanceKlass java/nio/IntBuffer +instanceKlass java/nio/LongBuffer +instanceKlass java/nio/ByteBuffer +ciInstanceKlass java/nio/Buffer 1 1 256 100 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 1 100 1 8 1 10 12 1 8 1 8 1 9 12 10 12 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 100 1 10 100 1 10 100 1 10 9 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 7 1 10 10 12 1 1 7 1 10 10 7 12 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 +staticfield java/nio/Buffer UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/nio/Buffer SCOPED_MEMORY_ACCESS Ljdk/internal/misc/ScopedMemoryAccess; jdk/internal/misc/ScopedMemoryAccess +staticfield java/nio/Buffer IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield java/nio/Buffer $assertionsDisabled Z 1 +ciInstanceKlass java/util/Objects 1 1 184 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 11 100 12 1 1 1 100 1 10 10 12 1 8 1 10 12 1 8 1 100 1 11 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/util/Preconditions 1 1 194 10 7 12 1 1 1 11 7 12 1 1 1 11 100 12 1 1 1 7 1 100 1 10 7 12 1 1 1 10 12 1 8 1 7 1 10 7 12 1 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 7 1 10 12 1 8 1 10 7 12 1 1 1 8 1 10 12 1 1 10 12 1 1 11 12 1 8 1 8 1 11 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 7 1 10 10 12 1 1 9 12 1 1 7 1 10 9 12 1 7 1 10 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/util/Preconditions SIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield jdk/internal/util/Preconditions AIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +staticfield jdk/internal/util/Preconditions IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 +ciMethod java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 636 0 531396 0 -1 +instanceKlass org/eclipse/aether/util/graph/visitor/Stack +instanceKlass org/apache/maven/model/merge/ModelMerger$MergingList +instanceKlass com/google/common/collect/Lists$TransformingRandomAccessList +instanceKlass java/util/Collections$CopiesList +instanceKlass org/eclipse/osgi/internal/container/InternalUtils$CopyOnFirstWriteList +instanceKlass org/eclipse/osgi/internal/weaving/DynamicImportList +instanceKlass java/util/AbstractSequentialList +instanceKlass java/util/Collections$SingletonList +instanceKlass java/util/Vector +instanceKlass sun/security/jca/ProviderList$ServiceList +instanceKlass sun/security/jca/ProviderList$3 +instanceKlass java/util/Arrays$ArrayList +instanceKlass java/util/ArrayList$SubList +instanceKlass java/util/Collections$EmptyList +instanceKlass java/util/ArrayList +ciInstanceKlass java/util/AbstractList 1 1 218 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 1 11 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 100 1 10 12 1 100 1 10 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 100 1 8 1 8 1 8 1 10 7 1 11 10 10 12 1 11 12 1 10 12 1 1 8 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/Iterable 1 1 62 10 7 12 1 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/Collection 1 1 115 11 7 12 1 1 1 7 1 11 7 12 1 1 1 10 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 11 100 12 1 1 1 11 12 1 1 10 100 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/SequencedCollection 1 1 109 100 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 8 1 +ciInstanceKlass java/util/List 1 1 251 10 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 1 11 12 1 1 11 100 12 1 1 11 12 1 1 11 12 1 1 10 100 12 1 1 1 100 1 100 1 10 12 1 1 100 1 10 100 12 1 1 1 11 12 1 1 11 12 1 11 12 1 100 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 7 12 1 1 1 7 1 10 12 10 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 +ciMethod java/util/List add (Ljava/lang/Object;)Z 0 0 1 0 -1 +instanceKlass java/util/Hashtable$ValueCollection +instanceKlass org/eclipse/sisu/inject/MildElements +instanceKlass org/eclipse/sisu/inject/MildValues$1 +instanceKlass com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection +instanceKlass com/google/common/collect/Maps$Values +instanceKlass com/google/common/collect/AbstractMultimap$Values +instanceKlass com/google/common/collect/ImmutableCollection +instanceKlass org/apache/felix/resolver/util/ArrayMap$1 +instanceKlass com/sun/jna/Structure$StructureSet +instanceKlass java/util/AbstractMap$2 +instanceKlass java/util/TreeMap$Values +instanceKlass java/util/IdentityHashMap$Values +instanceKlass org/apache/felix/resolver/util/OpenHashMap$AbstractObjectCollection +instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder +instanceKlass java/util/AbstractQueue +instanceKlass java/util/LinkedHashMap$LinkedValues +instanceKlass java/util/HashMap$Values +instanceKlass java/util/ArrayDeque +instanceKlass java/util/AbstractSet +instanceKlass java/util/ImmutableCollections$AbstractImmutableCollection +instanceKlass java/util/AbstractList +ciInstanceKlass java/util/AbstractCollection 1 1 160 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 11 12 1 11 7 1 10 12 1 10 12 1 10 100 12 1 1 1 11 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/AssertionStatusDirectives 0 0 24 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass org/eclipse/aether/named/support/LockUpgradeNotSupportedException +instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$1NotPertientToApplicability +instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$CopyFailureException +instanceKlass org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo$AssertionFailedException +instanceKlass javax/lang/model/UnknownEntityException +instanceKlass org/springframework/boot/configurationprocessor/metadata/InvalidConfigurationMetadataException +instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$MethodClashException +instanceKlass lombok/core/AnnotationValues$AnnotationValueDecodeFail +instanceKlass org/eclipse/jdt/internal/core/builder/AbortIncrementalBuildException +instanceKlass org/eclipse/jdt/internal/core/search/matching/MatchLocator$WrappedCoreException +instanceKlass com/google/inject/internal/aop/GlueException +instanceKlass org/eclipse/jdt/internal/compiler/problem/ShouldNotImplement +instanceKlass org/apache/maven/artifact/InvalidArtifactRTException +instanceKlass com/google/inject/OutOfScopeException +instanceKlass java/nio/file/ProviderNotFoundException +instanceKlass java/nio/file/FileSystemAlreadyExistsException +instanceKlass java/nio/file/FileSystemNotFoundException +instanceKlass java/lang/annotation/IncompleteAnnotationException +instanceKlass org/eclipse/lsp4j/jsonrpc/JsonRpcException +instanceKlass org/eclipse/lsp4j/jsonrpc/MessageIssueException +instanceKlass com/google/inject/CreationException +instanceKlass com/google/inject/ConfigurationException +instanceKlass com/google/inject/ProvisionException +instanceKlass com/google/gson/JsonParseException +instanceKlass org/eclipse/lsp4j/jsonrpc/ResponseErrorException +instanceKlass java/io/UncheckedIOException +instanceKlass org/gradle/api/UncheckedIOException +instanceKlass org/eclipse/buildship/core/internal/GradlePluginsRuntimeException +instanceKlass com/sun/jna/LastErrorException +instanceKlass org/w3c/dom/DOMException +instanceKlass org/eclipse/text/edits/MalformedTreeException +instanceKlass org/eclipse/jdt/internal/codeassist/select/SelectionNodeFound +instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$1FoundRelevantDeltaException +instanceKlass org/eclipse/jdt/internal/codeassist/complete/InvalidCursorLocation +instanceKlass org/eclipse/jdt/internal/codeassist/complete/CompletionNodeFound +instanceKlass org/eclipse/jdt/internal/compiler/problem/AbortCompilation +instanceKlass org/eclipse/jdt/internal/compiler/lookup/SourceTypeCollisionException +instanceKlass org/eclipse/jdt/internal/core/builder/MissingSourceFileException +instanceKlass org/eclipse/jdt/internal/core/builder/ImageBuilderInternalException +instanceKlass java/lang/NegativeArraySizeException +instanceKlass org/eclipse/jdt/internal/core/ClasspathEntry$AssertionFailedException +instanceKlass com/google/common/cache/CacheLoader$InvalidCacheLoadException +instanceKlass com/google/common/util/concurrent/UncheckedExecutionException +instanceKlass java/time/DateTimeException +instanceKlass ch/qos/logback/core/LogbackException +instanceKlass org/objectweb/asm/tree/UnsupportedClassVersionException +instanceKlass java/lang/reflect/UndeclaredThrowableException +instanceKlass org/eclipse/core/internal/events/BuildManager$JobManagerSuspendedException +instanceKlass org/eclipse/core/internal/localstore/IsSynchronizedVisitor$ResourceChangedException +instanceKlass org/eclipse/core/internal/dtree/ObjectNotFoundException +instanceKlass org/eclipse/core/internal/utils/WrappedRuntimeException +instanceKlass org/eclipse/core/runtime/OperationCanceledException +instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/FrameworkAdminRuntimeException +instanceKlass org/osgi/util/promise/FailedPromisesException +instanceKlass java/lang/IllegalCallerException +instanceKlass org/eclipse/core/runtime/InvalidRegistryObjectException +instanceKlass org/eclipse/core/runtime/AssertionFailedException +instanceKlass org/osgi/service/component/ComponentException +instanceKlass java/util/MissingResourceException +instanceKlass org/osgi/framework/hooks/weaving/WeavingException +instanceKlass java/util/concurrent/RejectedExecutionException +instanceKlass java/util/ConcurrentModificationException +instanceKlass org/osgi/framework/ServiceException +instanceKlass java/lang/TypeNotPresentException +instanceKlass java/lang/IndexOutOfBoundsException +instanceKlass org/eclipse/osgi/framework/util/ThreadInfoReport +instanceKlass org/eclipse/osgi/storage/Storage$StorageException +instanceKlass java/util/NoSuchElementException +instanceKlass java/lang/SecurityException +instanceKlass java/lang/invoke/WrongMethodTypeException +instanceKlass java/lang/UnsupportedOperationException +instanceKlass java/lang/IllegalStateException +instanceKlass java/lang/IllegalArgumentException +instanceKlass java/lang/ArithmeticException +instanceKlass java/lang/NullPointerException +instanceKlass java/lang/IllegalMonitorStateException +instanceKlass java/lang/ArrayStoreException +instanceKlass java/lang/ClassCastException +ciInstanceKlass java/lang/RuntimeException 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey +instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator$StringCaseConstant +instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SingletonBootstrap +instanceKlass org/eclipse/jdt/internal/compiler/parser/JavadocTagConstants$LevelTags +instanceKlass org/eclipse/jdt/internal/compiler/ast/Pattern$TestContextRecord +instanceKlass org/eclipse/jdt/internal/compiler/util/CharArray +instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathJar$PackageCacheEntry +instanceKlass org/eclipse/core/internal/utils/Cache$Entry +instanceKlass org/eclipse/jdt/internal/compiler/CompilerConfiguration +instanceKlass org/eclipse/jdt/internal/core/JarPackageFragmentRootInfo$PackageContent +instanceKlass org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$JrtModuleKey +instanceKlass java/lang/reflect/Executable$ParameterData +instanceKlass java/nio/DirectByteBuffer$Deallocator +instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$SecondaryTypesCache +instanceKlass org/eclipse/m2e/core/project/configurator/ProjectConfigurationRequest +instanceKlass org/eclipse/m2e/core/embedder/ArtifactRepositoryRef +instanceKlass org/eclipse/m2e/core/embedder/ArtifactRef +instanceKlass org/eclipse/m2e/core/project/configurator/MojoExecutionKey +instanceKlass org/eclipse/m2e/core/internal/project/registry/VersionlessKey +instanceKlass org/eclipse/m2e/core/embedder/ArtifactKey +instanceKlass org/eclipse/m2e/core/embedder/MavenConfigurationChangeEvent +instanceKlass org/eclipse/m2e/core/embedder/MavenSettingsLocations +instanceKlass java/lang/reflect/Proxy$ProxyBuilder$ProxyClassContext +instanceKlass sun/security/pkcs/SignerInfo$AlgorithmInfo +instanceKlass jdk/internal/misc/ThreadTracker$ThreadRef +instanceKlass java/security/SecureClassLoader$CodeSourceKey +instanceKlass jdk/internal/module/ModuleReferenceImpl$CachedHash +instanceKlass java/util/stream/Collectors$CollectorImpl +instanceKlass jdk/internal/reflect/ReflectionFactory$Config +instanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs +instanceKlass jdk/internal/foreign/abi/VMStorage +ciInstanceKlass java/lang/Record 1 1 22 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/MethodType 1 1 780 7 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 7 12 1 1 8 1 10 100 12 1 1 1 9 7 1 9 7 1 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 7 1 8 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 9 12 1 11 12 1 1 7 10 12 1 1 10 12 1 1 7 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 9 12 1 1 7 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 11 12 1 100 1 11 100 12 1 1 10 12 1 100 1 10 12 1 10 100 12 1 1 10 12 1 1 9 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 10 100 12 1 1 10 12 1 100 10 12 1 1 10 12 1 7 1 10 10 12 1 1 7 1 7 1 9 12 1 1 7 1 7 1 7 1 1 1 5 0 1 1 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 7 1 1 7 1 1 100 1 100 1 1 +staticfield java/lang/invoke/MethodType internTable Ljdk/internal/util/ReferencedKeySet; jdk/internal/util/ReferencedKeySet +staticfield java/lang/invoke/MethodType NO_PTYPES [Ljava/lang/Class; 0 [Ljava/lang/Class; +staticfield java/lang/invoke/MethodType objectOnlyTypes [Ljava/lang/invoke/MethodType; 20 [Ljava/lang/invoke/MethodType; +staticfield java/lang/invoke/MethodType METHOD_HANDLE_ARRAY [Ljava/lang/Class; 1 [Ljava/lang/Class; +staticfield java/lang/invoke/MethodType serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; +staticfield java/lang/invoke/MethodType $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/TypeDescriptor$OfMethod 1 0 43 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +instanceKlass java/lang/InstantiationException +instanceKlass java/lang/IllegalAccessException +instanceKlass java/lang/reflect/InvocationTargetException +instanceKlass java/lang/NoSuchFieldException +instanceKlass java/lang/NoSuchMethodException +instanceKlass java/lang/ClassNotFoundException +ciInstanceKlass java/lang/ReflectiveOperationException 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/invoke/DelegatingMethodHandle +instanceKlass java/lang/invoke/BoundMethodHandle +instanceKlass java/lang/invoke/DirectMethodHandle +ciInstanceKlass java/lang/invoke/MethodHandle 1 1 733 100 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 8 1 10 7 12 1 1 1 9 12 1 1 100 1 10 9 7 12 1 1 1 9 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 11 12 1 10 12 1 10 12 1 1 10 100 12 1 1 100 1 11 12 1 10 100 1 11 12 1 7 1 10 12 1 11 12 1 9 100 12 1 1 1 11 12 1 1 11 100 12 1 1 1 10 12 1 1 9 12 1 11 12 1 9 12 1 9 12 1 9 12 1 11 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 10 7 12 1 1 10 12 1 1 100 1 7 1 8 1 8 1 10 10 12 1 1 10 12 1 10 12 1 7 1 10 100 12 1 1 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 7 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 8 10 12 1 1 8 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 7 1 100 1 1 100 1 1 100 1 1 1 1 +staticfield java/lang/invoke/MethodHandle FORM_OFFSET J 20 +staticfield java/lang/invoke/MethodHandle UPDATE_OFFSET J 13 +staticfield java/lang/invoke/MethodHandle $assertionsDisabled Z 1 +ciMethod java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 328 0 164 0 0 +ciMethod java/lang/invoke/MethodHandle maybeCustomize ()V 974 0 11799 0 -1 +instanceKlass java/io/ObjectStreamClass$DeserializationConstructorsCache +ciInstanceKlass java/util/concurrent/ConcurrentHashMap 1 1 1210 7 1 7 1 3 10 12 1 1 3 7 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 100 1 11 12 1 1 11 12 1 11 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 4 10 12 1 9 12 1 10 12 1 1 100 1 10 5 0 10 12 1 10 12 1 1 5 0 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 100 1 10 12 1 1 7 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 9 10 12 1 1 9 12 1 10 12 1 1 5 0 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 7 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 11 100 1 10 12 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 9 10 12 1 9 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 100 1 10 12 11 100 12 1 1 10 11 7 12 1 10 12 1 100 1 10 12 1 100 1 10 10 9 7 12 1 1 1 10 12 3 10 7 12 1 1 9 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 7 12 1 1 9 12 1 9 7 12 1 1 10 12 1 1 10 12 1 3 9 12 1 9 12 1 10 12 1 1 7 1 9 3 9 12 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 100 12 1 1 1 100 10 12 1 7 1 5 0 10 100 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 100 1 10 12 1 10 100 1 100 1 10 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 7 1 10 12 1 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 9 12 1 1 10 12 1 1 8 10 12 1 1 8 8 8 8 7 10 12 1 1 10 12 1 100 1 8 1 10 7 1 7 1 7 1 1 1 5 0 1 1 3 1 3 1 1 1 1 3 1 3 1 3 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/util/concurrent/ConcurrentHashMap NCPU I 12 +staticfield java/util/concurrent/ConcurrentHashMap serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; +staticfield java/util/concurrent/ConcurrentHashMap U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +staticfield java/util/concurrent/ConcurrentHashMap SIZECTL J 20 +staticfield java/util/concurrent/ConcurrentHashMap TRANSFERINDEX J 32 +staticfield java/util/concurrent/ConcurrentHashMap BASECOUNT J 24 +staticfield java/util/concurrent/ConcurrentHashMap CELLSBUSY J 36 +staticfield java/util/concurrent/ConcurrentHashMap CELLVALUE J 144 +staticfield java/util/concurrent/ConcurrentHashMap ABASE I 16 +staticfield java/util/concurrent/ConcurrentHashMap ASHIFT I 2 +instanceKlass org/apache/maven/project/DefaultProjectBuilder$1 +instanceKlass java/util/stream/Collectors$Partition +instanceKlass org/eclipse/sisu/wire/EntryMapAdapter +instanceKlass com/google/common/collect/Maps$ViewCachingAbstractMap +instanceKlass com/google/common/collect/MapMakerInternalMap +instanceKlass org/eclipse/sisu/wire/MergedProperties +instanceKlass com/google/gson/internal/LinkedTreeMap +instanceKlass com/google/common/cache/LocalCache +instanceKlass org/apache/felix/resolver/util/ArrayMap +instanceKlass java/util/concurrent/ConcurrentSkipListMap +instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$DictionaryMap +instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$ServiceReferenceMap +instanceKlass org/eclipse/osgi/internal/serviceregistry/ShrinkableValueCollectionMap +instanceKlass java/util/Collections$SingletonMap +instanceKlass java/util/TreeMap +instanceKlass java/util/IdentityHashMap +instanceKlass java/util/EnumMap +instanceKlass java/util/WeakHashMap +instanceKlass java/util/Collections$EmptyMap +instanceKlass sun/util/PreHashedMap +instanceKlass java/util/HashMap +instanceKlass java/util/ImmutableCollections$AbstractImmutableMap +instanceKlass java/util/concurrent/ConcurrentHashMap +ciInstanceKlass java/util/AbstractMap 1 1 196 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 10 12 1 1 11 12 1 100 1 10 11 12 1 11 7 1 10 12 1 1 11 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 11 11 12 1 1 11 12 1 7 1 100 1 11 12 1 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 +ciInstanceKlass java/util/concurrent/ConcurrentMap 1 1 208 11 7 12 1 1 1 10 100 12 1 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 100 1 11 12 1 11 12 1 100 1 11 100 12 1 1 1 18 12 1 11 12 1 1 11 100 12 1 1 11 12 1 1 11 100 12 1 11 12 1 1 11 12 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders 1 1 183 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 11 100 12 1 1 1 100 1 11 12 1 1 11 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 100 1 100 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 7 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/loader/ClassLoaders JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +staticfield jdk/internal/loader/ClassLoaders BOOT_LOADER Ljdk/internal/loader/ClassLoaders$BootClassLoader; jdk/internal/loader/ClassLoaders$BootClassLoader +staticfield jdk/internal/loader/ClassLoaders PLATFORM_LOADER Ljdk/internal/loader/ClassLoaders$PlatformClassLoader; jdk/internal/loader/ClassLoaders$PlatformClassLoader +staticfield jdk/internal/loader/ClassLoaders APP_LOADER Ljdk/internal/loader/ClassLoaders$AppClassLoader; jdk/internal/loader/ClassLoaders$AppClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$BootClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader +instanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader +ciInstanceKlass jdk/internal/loader/BuiltinClassLoader 1 1 737 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 7 1 10 12 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 9 12 1 1 10 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 7 12 1 1 7 1 10 7 12 1 1 1 10 12 1 100 1 8 1 10 12 1 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 11 12 1 7 1 10 11 12 1 1 11 10 12 1 1 7 1 10 12 1 10 7 12 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 100 1 10 12 1 1 11 12 1 7 1 100 1 10 12 1 10 12 1 1 100 1 100 1 10 12 1 10 12 1 18 12 1 1 10 12 1 10 12 1 1 18 100 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 10 12 1 100 1 8 1 8 1 10 10 12 1 8 1 8 1 10 7 12 1 1 1 11 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 1 10 12 1 7 1 10 11 12 1 1 10 12 10 12 1 10 12 1 100 1 10 12 1 10 12 1 10 10 12 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 100 1 1 1 1 1 100 1 100 1 1 +staticfield jdk/internal/loader/BuiltinClassLoader packageToModule Ljava/util/Map; java/util/concurrent/ConcurrentHashMap +staticfield jdk/internal/loader/BuiltinClassLoader $assertionsDisabled Z 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader 1 1 119 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 8 1 10 12 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 +ciInstanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader 1 1 42 8 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 +ciInstanceKlass java/lang/ArithmeticException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ArrayStoreException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ClassCastException 1 1 26 10 7 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/ClassNotFoundException 1 1 96 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/ClassNotFoundException serialPersistentFields [Ljava/io/ObjectStreamField; 1 [Ljava/io/ObjectStreamField; +instanceKlass java/nio/file/InvalidPathException +instanceKlass java/nio/file/ProviderMismatchException +instanceKlass org/apache/maven/cli/MavenCli$IllegalUseOfUndefinedProperty +instanceKlass java/nio/charset/UnsupportedCharsetException +instanceKlass java/nio/charset/IllegalCharsetNameException +instanceKlass java/lang/NumberFormatException +ciInstanceKlass java/lang/IllegalArgumentException 1 1 35 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/IllegalArgumentException (Ljava/lang/String;)V 0 0 40 0 -1 +ciInstanceKlass java/lang/IllegalMonitorStateException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/BootstrapMethodError 0 0 45 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +instanceKlass java/lang/ExceptionInInitializerError +instanceKlass java/lang/ClassFormatError +instanceKlass java/lang/UnsatisfiedLinkError +instanceKlass java/lang/IncompatibleClassChangeError +instanceKlass java/lang/BootstrapMethodError +instanceKlass java/lang/NoClassDefFoundError +ciInstanceKlass java/lang/LinkageError 1 1 31 10 7 12 1 1 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/NullPointerException 1 1 52 10 7 12 1 1 1 10 12 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 +ciMethod java/lang/NullPointerException ()V 0 0 4 0 -1 +ciInstanceKlass java/lang/NoClassDefFoundError 1 1 26 10 7 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/StackOverflowError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/StackTraceElement 1 1 235 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 8 1 10 100 12 1 1 1 7 1 9 12 1 8 1 9 12 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 1 1 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 +instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer +ciInstanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer 1 1 32 10 7 12 1 1 1 9 7 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/vm/Continuation 0 0 549 9 100 12 1 1 1 9 12 1 9 12 1 100 1 7 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 11 100 12 1 1 1 10 7 1 9 12 1 1 9 12 1 1 10 8 1 10 12 1 9 12 1 1 10 11 12 1 1 100 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 100 1 10 12 1 11 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 1 9 12 1 1 11 12 1 1 9 12 1 1 8 1 10 11 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 11 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 11 7 12 1 1 10 7 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 8 1 10 7 12 1 1 1 10 12 1 8 1 100 1 8 1 10 9 12 1 1 8 1 10 7 12 1 1 10 100 12 1 1 8 1 8 1 10 12 10 100 12 1 1 1 10 7 1 10 7 12 1 1 1 18 11 100 12 1 1 1 18 12 1 11 12 1 1 7 1 10 7 12 1 1 10 12 1 1 8 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 8 1 10 12 1 7 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 1 15 10 12 16 15 11 7 12 1 1 1 16 1 16 1 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/misc/UnsafeConstants 1 1 34 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 +staticfield jdk/internal/misc/UnsafeConstants ADDRESS_SIZE0 I 8 +staticfield jdk/internal/misc/UnsafeConstants PAGE_SIZE I 4096 +staticfield jdk/internal/misc/UnsafeConstants BIG_ENDIAN Z 0 +staticfield jdk/internal/misc/UnsafeConstants UNALIGNED_ACCESS Z 1 +staticfield jdk/internal/misc/UnsafeConstants DATA_CACHE_LINE_FLUSH_SIZE I 0 +ciInstanceKlass java/lang/invoke/MethodHandleImpl 1 1 1357 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 100 1 10 9 12 1 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 7 1 11 12 1 10 12 1 1 10 12 1 1 11 12 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 100 1 8 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 1 100 1 9 7 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 1 9 12 1 1 10 12 1 9 7 12 1 1 1 11 7 12 1 1 7 1 9 12 1 7 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 9 7 12 1 1 1 10 12 1 10 12 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 10 12 1 9 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 7 12 1 1 8 1 10 8 1 7 1 10 9 12 1 100 1 10 12 1 8 1 10 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 10 12 1 9 12 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 8 1 8 1 9 12 1 8 1 8 1 8 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 8 1 9 7 1 10 12 1 1 10 12 1 8 1 8 1 8 1 100 1 100 1 8 8 1 8 1 100 1 8 1 7 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 11 7 12 1 1 1 18 12 1 11 100 12 1 1 1 18 18 12 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 11 12 1 9 12 1 9 12 10 10 12 1 1 9 12 1 1 11 12 1 1 18 12 1 1 11 12 1 1 11 12 1 1 10 12 1 11 7 1 10 12 1 10 12 1 10 12 1 9 12 1 9 12 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 9 12 1 1 10 12 1 10 12 1 1 9 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 9 12 1 1 11 7 1 9 12 1 9 12 11 12 1 9 12 1 9 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 8 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 100 1 8 1 8 1 10 12 1 9 12 1 7 1 10 10 7 12 1 1 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 16 15 10 12 16 15 16 16 1 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MethodHandleImpl ARRAYS [Ljava/lang/invoke/MethodHandle; 256 [Ljava/lang/invoke/MethodHandle; +staticfield java/lang/invoke/MethodHandleImpl NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 7 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/MethodHandleImpl HANDLES [Ljava/lang/invoke/MethodHandle; 9 [Ljava/lang/invoke/MethodHandle; +staticfield java/lang/invoke/MethodHandleImpl $assertionsDisabled Z 1 +ciInstanceKlass java/lang/Void 1 1 31 10 7 12 1 1 1 8 1 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/Void TYPE Ljava/lang/Class; java/lang/Class +ciInstanceKlass java/lang/invoke/LambdaForm 1 1 1059 7 1 100 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 9 12 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 9 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 8 1 8 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 9 12 1 7 1 10 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 12 10 12 1 1 10 12 1 1 9 12 1 8 10 12 1 1 100 1 10 12 1 1 10 12 1 9 7 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 10 12 1 1 7 1 7 1 10 10 12 1 1 10 12 1 1 8 1 8 1 7 1 8 1 10 12 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 10 12 1 1 8 1 8 1 8 1 7 1 8 1 7 1 8 1 7 1 8 1 10 12 1 8 1 9 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 100 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 8 1 8 1 7 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 7 1 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 8 1 10 12 1 9 12 1 1 7 1 10 7 12 1 1 1 8 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 10 12 1 10 10 12 1 9 12 1 9 9 12 1 7 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 7 1 9 1 1 1 1 3 1 3 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 7 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/LambdaForm DEFAULT_CUSTOMIZED Ljava/lang/invoke/MethodHandle; null +staticfield java/lang/invoke/LambdaForm DEFAULT_KIND Ljava/lang/invoke/LambdaForm$Kind; java/lang/invoke/LambdaForm$Kind +staticfield java/lang/invoke/LambdaForm COMPILE_THRESHOLD I 0 +staticfield java/lang/invoke/LambdaForm INTERNED_ARGUMENTS [[Ljava/lang/invoke/LambdaForm$Name; 5 [[Ljava/lang/invoke/LambdaForm$Name; +staticfield java/lang/invoke/LambdaForm IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory +staticfield java/lang/invoke/LambdaForm LF_identity [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/LambdaForm LF_zero [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/LambdaForm NF_identity [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/LambdaForm NF_zero [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/LambdaForm createFormsLock Ljava/lang/Object; java/lang/Object +staticfield java/lang/invoke/LambdaForm DEBUG_NAME_COUNTERS Ljava/util/HashMap; null +staticfield java/lang/invoke/LambdaForm DEBUG_NAMES Ljava/util/HashMap; null +staticfield java/lang/invoke/LambdaForm TRACE_INTERPRETER Z 0 +staticfield java/lang/invoke/LambdaForm $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MemberName 1 1 724 7 1 7 1 100 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 7 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 8 1 10 100 12 1 1 1 7 1 10 10 12 1 1 100 1 100 1 10 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 8 1 9 12 1 1 3 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 8 10 12 1 1 10 12 1 1 8 1 9 7 1 8 9 7 1 10 12 1 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 8 1 8 1 7 1 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 3 10 12 1 3 10 12 1 3 3 3 3 3 3 10 12 1 3 9 12 1 10 12 1 1 3 10 12 1 10 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 10 10 12 100 1 10 10 10 12 1 1 10 12 1 1 10 10 12 1 8 10 7 1 10 12 1 10 7 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 1 100 1 8 1 10 7 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 8 1 10 12 1 8 1 10 10 10 12 1 10 12 1 8 1 8 1 10 10 12 1 8 1 10 100 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 100 1 10 8 1 8 1 8 1 8 1 10 12 1 7 1 100 1 7 1 10 100 1 10 7 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 7 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MemberName $assertionsDisabled Z 1 +instanceKlass java/lang/invoke/VarHandleReferences$Array +instanceKlass java/lang/invoke/VarHandleLongs$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleBooleans$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleReferences$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleByteArrayAsDoubles$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsFloats$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsChars$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsShorts$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleInts$FieldInstanceReadOnly +instanceKlass java/lang/invoke/VarHandleByteArrayAsLongs$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleByteArrayAsInts$ByteArrayViewVarHandle +instanceKlass java/lang/invoke/VarHandleReferences$FieldStaticReadOnly +ciInstanceKlass java/lang/invoke/VarHandle 1 1 473 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 100 1 10 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 10 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 9 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 100 1 10 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 10 12 1 1 7 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 100 1 1 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 +staticfield java/lang/invoke/VarHandle VFORM_OFFSET J 16 +staticfield java/lang/invoke/VarHandle $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MethodHandleImpl$BindCaller 1 1 451 100 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 100 1 10 10 7 12 1 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 9 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 100 1 8 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 7 1 7 1 7 1 10 12 1 10 100 12 1 1 8 1 8 1 10 12 1 7 1 10 12 1 9 12 1 1 8 1 8 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 10 12 1 1 8 8 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 8 1 8 1 8 1 10 12 1 1 7 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 8 9 7 12 1 1 1 10 12 1 10 12 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MethodHandleImpl$BindCaller MH_checkCallerClass Ljava/lang/invoke/MethodHandle; java/lang/invoke/DirectMethodHandle +staticfield java/lang/invoke/MethodHandleImpl$BindCaller INJECTED_INVOKER_TEMPLATE [B 504 +staticfield java/lang/invoke/MethodHandleImpl$BindCaller $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MethodHandles$Lookup 1 1 1151 7 1 7 1 100 1 10 12 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 8 1 10 12 10 12 1 7 1 8 1 10 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 100 1 8 10 10 7 12 1 1 1 8 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 7 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 10 100 12 1 1 1 10 12 1 1 7 1 8 1 10 100 1 8 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 100 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 1 10 10 12 1 10 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 1 10 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 7 1 10 7 12 1 1 10 12 1 1 10 12 1 10 10 12 1 7 1 10 12 1 1 8 1 10 12 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 10 100 12 1 1 9 100 12 1 1 1 10 12 9 12 1 8 1 8 1 8 1 8 1 10 12 1 8 1 8 1 10 12 1 10 12 1 8 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 10 12 8 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 8 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 1 10 7 12 1 1 10 12 1 10 12 100 1 10 12 1 8 1 10 12 1 8 8 11 12 1 10 7 12 1 1 1 8 1 8 1 10 7 12 1 1 1 9 12 1 10 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/MethodHandles$Lookup DEFAULT_DUMPER Ljdk/internal/util/ClassFileDumper; jdk/internal/util/ClassFileDumper +staticfield java/lang/invoke/MethodHandles$Lookup IMPL_LOOKUP Ljava/lang/invoke/MethodHandles$Lookup; java/lang/invoke/MethodHandles$Lookup +staticfield java/lang/invoke/MethodHandles$Lookup PUBLIC_LOOKUP Ljava/lang/invoke/MethodHandles$Lookup; java/lang/invoke/MethodHandles$Lookup +staticfield java/lang/invoke/MethodHandles$Lookup $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MethodHandleImpl$1 1 1 211 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 1 +ciInstanceKlass jdk/internal/access/JavaLangInvokeAccess 1 0 60 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod java/lang/invoke/MethodHandleImpl$1 reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 2 0 1 0 0 +ciMethod java/lang/invoke/MethodHandleImpl isCompileConstant (Ljava/lang/Object;)Z 258 0 31541 0 -1 +instanceKlass jdk/internal/reflect/FieldAccessorImpl +instanceKlass jdk/internal/reflect/ConstructorAccessorImpl +instanceKlass jdk/internal/reflect/MethodAccessorImpl +ciInstanceKlass jdk/internal/reflect/MagicAccessorImpl 1 1 16 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/DirectMethodHandleAccessor +ciInstanceKlass jdk/internal/reflect/MethodAccessorImpl 1 1 38 10 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/MethodAccessor 1 0 17 100 1 100 1 1 1 1 100 1 100 1 1 1 1 1 1 +ciMethod jdk/internal/reflect/MethodAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod jdk/internal/reflect/MethodAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 0 0 1 0 -1 +instanceKlass jdk/internal/reflect/SerializationConstructorAccessorImpl +instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor$NativeAccessor +instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor +instanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl +ciInstanceKlass jdk/internal/reflect/ConstructorAccessorImpl 1 1 27 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 +ciInstanceKlass jdk/internal/reflect/ConstructorAccessor 1 0 16 100 1 100 1 1 1 1 100 1 100 1 100 1 1 1 +ciInstanceKlass jdk/internal/reflect/DelegatingClassLoader 1 1 18 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/Reflection 1 1 385 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 100 12 1 1 1 11 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 11 7 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 7 1 7 1 11 7 12 1 1 8 1 11 12 1 1 10 7 12 1 1 1 7 1 11 12 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 11 100 12 1 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 100 1 10 8 1 8 1 8 1 10 12 8 1 11 12 1 1 9 12 1 1 7 1 8 1 8 1 11 12 1 7 1 7 1 7 1 8 1 11 12 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 +staticfield jdk/internal/reflect/Reflection ALL_MEMBERS Ljava/util/Set; java/util/ImmutableCollections$Set12 +ciInstanceKlass java/lang/reflect/Modifier 1 1 133 7 1 10 7 12 1 1 1 100 1 10 7 1 8 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 3 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 3 1 3 1 3 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/CallerSensitive 1 0 17 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 +ciMethod jdk/internal/reflect/Reflection getCallerClass ()Ljava/lang/Class; 256 0 128 0 -1 +ciMethod jdk/internal/reflect/Reflection verifyPublicMemberAccess (Ljava/lang/Class;I)Z 0 0 1 0 -1 +ciMethod jdk/internal/reflect/Reflection newIllegalAccessException (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Ljava/lang/IllegalAccessException; 0 0 1 0 -1 +ciMethod jdk/internal/reflect/Reflection verifyMemberAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 1024 0 2807 0 -1 +ciMethod jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 48 0 489 0 0 +ciInstanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl 0 0 125 10 7 12 1 1 1 9 7 12 1 1 1 100 1 10 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 8 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/ConstantPool 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 11 7 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl 0 0 47 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 8 11 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/reflect/FieldAccessor 1 0 48 100 1 100 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/MethodHandleFieldAccessorImpl +instanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl +ciInstanceKlass jdk/internal/reflect/FieldAccessorImpl 1 1 269 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 100 1 10 12 1 1 10 8 1 10 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 8 1 8 1 8 1 10 12 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl +ciInstanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl 0 0 62 10 100 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 100 12 1 1 10 12 1 9 12 1 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/invoke/VolatileCallSite +instanceKlass java/lang/invoke/MutableCallSite +instanceKlass java/lang/invoke/ConstantCallSite +ciInstanceKlass java/lang/invoke/CallSite 1 1 307 10 7 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 100 1 7 1 10 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 100 12 1 1 10 12 1 1 9 12 1 9 100 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 9 12 1 8 1 100 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 8 10 12 1 1 9 12 1 1 100 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 10 12 10 12 1 1 7 1 7 1 7 1 8 1 10 12 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 +staticfield java/lang/invoke/CallSite $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/ConstantCallSite 1 1 65 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 100 1 10 12 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/ConstantCallSite UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe +instanceKlass java/lang/invoke/DirectMethodHandle$Special +instanceKlass java/lang/invoke/DirectMethodHandle$StaticAccessor +instanceKlass java/lang/invoke/DirectMethodHandle$Interface +instanceKlass java/lang/invoke/DirectMethodHandle$Constructor +instanceKlass java/lang/invoke/DirectMethodHandle$Accessor +ciInstanceKlass java/lang/invoke/DirectMethodHandle 1 1 923 7 1 7 1 100 1 7 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 100 1 10 9 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 10 12 1 7 1 10 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 7 12 1 1 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 10 7 1 9 12 9 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 7 1 9 12 1 1 10 7 12 1 1 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 8 1 9 12 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 7 1 10 12 1 9 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 8 1 8 1 8 1 8 1 10 12 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 8 9 12 1 1 10 12 1 1 8 1 8 8 9 12 1 8 1 8 8 8 8 8 1 8 10 12 1 7 1 10 12 1 8 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/DirectMethodHandle IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory +staticfield java/lang/invoke/DirectMethodHandle FT_UNCHECKED_REF I 8 +staticfield java/lang/invoke/DirectMethodHandle ACCESSOR_FORMS [Ljava/lang/invoke/LambdaForm; 132 [Ljava/lang/invoke/LambdaForm; +staticfield java/lang/invoke/DirectMethodHandle ALL_WRAPPERS [Lsun/invoke/util/Wrapper; 10 [Lsun/invoke/util/Wrapper; +staticfield java/lang/invoke/DirectMethodHandle NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 12 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/DirectMethodHandle OBJ_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType +staticfield java/lang/invoke/DirectMethodHandle LONG_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType +staticfield java/lang/invoke/DirectMethodHandle $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MutableCallSite 0 0 63 10 100 12 1 1 1 10 12 1 9 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +ciInstanceKlass java/lang/invoke/VolatileCallSite 0 0 37 10 100 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/ResolvedMethodName 1 1 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/MethodHandleNatives 1 1 690 100 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 1 7 1 10 12 100 1 100 1 8 1 7 1 10 10 12 1 7 1 9 7 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 7 1 10 12 1 8 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 10 100 12 1 1 1 100 1 8 1 10 100 12 1 1 1 7 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 7 1 7 1 10 12 1 10 12 1 8 1 8 1 10 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 9 12 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 100 1 100 1 10 10 100 1 100 1 10 100 1 10 10 12 1 1 10 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 1 1 +staticfield java/lang/invoke/MethodHandleNatives $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/Invokers 1 1 786 100 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 9 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 7 1 10 12 1 1 10 12 1 1 100 1 9 12 1 1 10 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 10 7 12 1 1 9 7 12 1 1 1 8 1 10 12 1 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 10 7 1 8 1 10 12 1 9 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 10 10 12 1 1 9 12 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 9 12 1 8 1 8 1 10 12 1 10 12 1 9 12 10 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 9 12 1 10 12 1 100 1 8 1 8 1 10 10 12 1 1 10 12 1 7 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 10 7 12 1 1 9 12 1 10 12 1 10 12 9 12 1 1 10 12 1 7 1 10 100 12 1 1 1 8 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 10 12 1 10 12 1 9 12 1 9 12 1 1 7 1 10 7 12 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/Invokers VH_INV_GENERIC I 34 +staticfield java/lang/invoke/Invokers INV_LIMIT I 65 +staticfield java/lang/invoke/Invokers NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 7 [Ljava/lang/invoke/LambdaForm$NamedFunction; +staticfield java/lang/invoke/Invokers $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext 1 1 49 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/NativeEntryPoint 0 0 194 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 100 1 10 100 12 1 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 15 10 100 12 1 1 1 1 1 100 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/ABIDescriptor 0 0 55 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/foreign/abi/VMStorage 0 0 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 8 1 15 15 15 15 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs 0 0 66 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 18 12 1 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 8 1 15 15 15 10 100 12 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/StackWalker 1 1 271 9 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 12 1 1 100 1 8 1 10 10 7 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 100 1 8 1 10 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 9 7 12 1 1 11 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 +staticfield java/lang/StackWalker DEFAULT_EMPTY_OPTION Ljava/util/EnumSet; java/util/RegularEnumSet +staticfield java/lang/StackWalker DEFAULT_WALKER Ljava/lang/StackWalker; java/lang/StackWalker +ciInstanceKlass java/lang/StackWalker$StackFrame 1 1 41 100 1 10 12 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +instanceKlass java/lang/LiveStackFrameInfo +ciInstanceKlass java/lang/StackFrameInfo 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 9 7 1 9 12 1 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 1 11 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 11 12 1 1 9 12 1 1 10 7 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 +staticfield java/lang/StackFrameInfo JLIA Ljdk/internal/access/JavaLangInvokeAccess; java/lang/invoke/MethodHandleImpl$1 +ciInstanceKlass java/lang/LiveStackFrameInfo 0 0 97 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 10 100 1 10 12 1 100 1 10 12 1 7 1 7 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/LiveStackFrame 0 0 135 100 1 10 100 12 1 1 1 11 7 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 12 1 10 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 +instanceKlass java/lang/StackStreamFactory$StackFrameTraverser +ciInstanceKlass java/lang/StackStreamFactory$AbstractStackWalker 1 1 375 7 1 7 1 3 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 10 7 12 1 1 9 12 1 8 1 5 0 8 1 8 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 +ciInstanceKlass jdk/internal/module/Modules 1 1 504 10 7 12 1 1 1 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 11 12 1 11 12 1 11 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 11 12 1 9 12 1 1 11 7 12 1 1 1 10 12 1 1 10 10 12 1 10 9 12 1 1 10 100 12 1 1 10 12 1 1 10 100 12 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 12 1 1 18 12 1 1 11 100 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 1 11 12 1 1 10 12 1 18 18 10 12 1 1 9 12 1 1 11 7 12 1 1 1 100 1 10 11 12 1 11 12 1 1 11 12 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 1 11 12 10 12 1 1 7 1 10 18 12 1 10 12 1 1 7 1 8 1 10 12 1 10 100 12 1 1 18 12 1 11 11 12 10 12 1 10 10 100 1 18 12 1 10 10 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 1 16 16 15 10 12 1 16 1 16 1 15 10 12 1 16 1 16 1 15 10 12 16 1 15 10 16 1 15 10 12 16 1 15 10 12 16 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 100 1 100 1 1 +staticfield jdk/internal/module/Modules JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 +staticfield jdk/internal/module/Modules JLMA Ljdk/internal/access/JavaLangModuleAccess; java/lang/module/ModuleDescriptor$1 +staticfield jdk/internal/module/Modules $assertionsDisabled Z 1 +ciInstanceKlass java/lang/invoke/Invokers$Holder 1 1 128 1 100 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 100 1 1 12 9 1 1 1 12 10 1 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 1 12 10 1 1 100 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 12 10 12 10 12 10 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 +ciMethod java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 90 0 2078 0 -1 +ciMethod java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 50 0 17077 0 -1 +instanceKlass org/eclipse/sisu/bean/BeanScheduler$Pending +instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$ListItem +ciInstanceKlass java/util/ArrayList 1 1 509 10 7 12 1 1 1 7 1 9 7 12 1 1 1 9 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 7 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 7 1 10 12 1 10 10 7 12 1 1 1 10 7 12 1 1 10 12 1 100 1 10 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 11 12 1 7 1 10 100 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 100 1 8 1 10 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 100 12 1 1 10 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 +staticfield java/util/ArrayList EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; +staticfield java/util/ArrayList DEFAULTCAPACITY_EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; +ciInstanceKlass java/util/RandomAccess 1 0 7 100 1 100 1 1 1 +ciMethod java/util/ArrayList ()V 182 0 110487 0 -1 +ciInstanceKlass jdk/internal/reflect/ReflectionFactory 1 1 622 7 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 11 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 1 11 12 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 1 7 1 10 7 1 10 10 12 1 100 1 10 12 1 8 1 10 12 1 1 7 1 10 100 12 1 1 1 100 1 10 12 1 10 10 10 12 1 1 7 1 10 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 9 12 1 1 7 1 100 1 10 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 10 10 8 1 100 1 10 12 1 1 8 1 8 1 100 1 10 12 1 1 9 100 12 1 1 1 10 12 1 10 12 1 10 10 100 12 1 1 1 10 100 12 1 1 1 100 1 7 1 8 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 9 12 1 1 100 1 8 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 100 1 8 1 100 1 9 8 1 10 12 1 1 9 7 12 1 1 1 9 12 9 12 1 9 12 1 9 12 9 12 1 10 7 12 1 1 9 12 1 10 12 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 100 1 7 1 8 1 10 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 +staticfield jdk/internal/reflect/ReflectionFactory soleInstance Ljdk/internal/reflect/ReflectionFactory; jdk/internal/reflect/ReflectionFactory +staticfield jdk/internal/reflect/ReflectionFactory DEFAULT_CONFIG Ljdk/internal/reflect/ReflectionFactory$Config; jdk/internal/reflect/ReflectionFactory$Config +staticfield jdk/internal/reflect/ReflectionFactory $assertionsDisabled Z 1 +ciMethod jdk/internal/reflect/ReflectionFactory newMethodAccessor (Ljava/lang/reflect/Method;Z)Ljdk/internal/reflect/MethodAccessor; 294 0 147 0 -1 +ciInstanceKlass java/lang/annotation/Annotation 1 0 17 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 +instanceKlass java/lang/ClassValue$ClassValueMap +ciInstanceKlass java/util/WeakHashMap 1 1 399 7 1 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 3 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 4 10 12 1 11 7 12 1 1 1 6 0 10 100 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 9 12 1 10 12 1 9 12 1 1 9 12 1 9 12 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 1 7 1 3 10 12 1 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 100 1 11 12 1 11 12 1 10 12 1 1 10 10 100 12 1 1 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 100 1 10 9 12 7 1 10 10 100 12 1 1 10 12 1 11 100 12 1 1 1 100 1 10 11 100 12 1 1 8 1 10 12 1 10 12 10 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/util/WeakHashMap NULL_KEY Ljava/lang/Object; java/lang/Object +ciMethod java/util/WeakHashMap get (Ljava/lang/Object;)Ljava/lang/Object; 5198 3906 13130 0 3120 +ciMethod java/util/WeakHashMap put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1024 254 8165 0 0 +ciMethod java/util/WeakHashMap resize (I)V 10 0 6 0 -1 +ciMethod java/util/WeakHashMap hash (Ljava/lang/Object;)I 512 0 5379 0 -1 +ciMethod java/util/WeakHashMap indexFor (II)I 768 0 39270 0 -1 +ciMethod java/util/WeakHashMap maskNull (Ljava/lang/Object;)Ljava/lang/Object; 512 0 39396 0 -1 +ciMethod java/util/WeakHashMap getTable ()[Ljava/util/WeakHashMap$Entry; 768 0 39404 0 -1 +ciMethod java/util/WeakHashMap matchesKey (Ljava/util/WeakHashMap$Entry;Ljava/lang/Object;)Z 458 0 11616 0 -1 +ciInstanceKlass java/util/Hashtable$Entry 1 1 98 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 100 1 10 7 1 11 12 1 10 12 1 1 11 12 1 10 100 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 8 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 7 1 +ciMethod java/util/Hashtable$Entry (ILjava/lang/Object;Ljava/lang/Object;Ljava/util/Hashtable$Entry;)V 1024 0 9045 0 -1 +ciInstanceKlass java/util/function/BiFunction 1 1 65 10 100 12 1 1 1 18 12 1 1 11 7 12 1 1 11 100 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 100 1 100 1 1 +ciInstanceKlass java/lang/invoke/DirectMethodHandle$Constructor 1 1 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/invoke/DirectMethodHandle$Constructor $assertionsDisabled Z 1 +ciInstanceKlass jdk/internal/reflect/DirectMethodHandleAccessor 1 1 290 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 1 100 1 10 12 1 1 10 12 1 10 12 1 10 7 1 10 12 1 1 9 12 1 1 10 12 1 9 12 1 1 10 12 1 9 12 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 7 1 10 12 1 1 100 1 8 1 10 12 1 7 1 10 12 1 7 1 10 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 9 7 12 1 1 1 11 7 12 1 1 1 10 12 1 10 100 12 1 1 10 7 12 1 1 10 7 12 1 1 1 8 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 100 1 10 12 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 100 1 1 1 100 1 1 1 +staticfield jdk/internal/reflect/DirectMethodHandleAccessor $assertionsDisabled Z 1 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 6681 1 -1 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 8 0 4 0 -1 +ciInstanceKlass jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder 1 1 32 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 +staticfield jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder JLIA Ljdk/internal/access/JavaLangInvokeAccess; java/lang/invoke/MethodHandleImpl$1 +ciInstanceKlass java/lang/ref/ReferenceQueue$Null 1 1 29 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass jdk/internal/util/Preconditions$4 1 1 61 9 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 1 100 1 100 1 100 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 1 1 1 1 +ciInstanceKlass java/lang/CharacterData00 1 1 256 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 10 12 1 7 1 3 3 3 3 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 9 12 1 1 8 1 10 7 12 1 1 1 8 1 8 1 7 1 7 3 3 3 3 3 3 3 3 3 3 3 3 8 1 100 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield java/lang/CharacterData00 instance Ljava/lang/CharacterData00; java/lang/CharacterData00 +staticfield java/lang/CharacterData00 charMap [[[C 103 [[[C +staticfield java/lang/CharacterData00 X [C 2048 +staticfield java/lang/CharacterData00 Y [C 6048 +staticfield java/lang/CharacterData00 A [I 1056 +staticfield java/lang/CharacterData00 B [C 1056 +staticfield java/lang/CharacterData00 $assertionsDisabled Z 1 +ciInstanceKlass java/util/WeakHashMap$Entry 1 1 112 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 11 10 7 12 1 1 1 10 12 1 11 10 100 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 +ciMethod java/util/WeakHashMap$Entry (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;ILjava/util/WeakHashMap$Entry;)V 1020 0 7678 0 -1 +ciInstanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry 1 1 37 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 +ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_L 1 1 126 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 100 1 10 100 12 1 1 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_LL 1 1 73 1 7 1 7 1 1 1 1 1 1 1 1 12 9 1 1 1 12 10 12 9 12 9 1 1 12 10 1 1 1 100 1 7 1 1 12 10 1 7 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 1 +ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_LLL 1 1 76 1 7 1 7 1 1 1 1 1 1 1 1 1 12 9 1 1 1 12 10 12 9 12 9 12 9 1 1 12 10 1 1 1 100 1 7 1 1 12 10 1 7 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 1 +ciInstanceKlass java/util/zip/ZipFile$ZipFileInputStream 1 1 180 100 1 100 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 9 12 1 10 12 1 9 12 1 5 0 10 12 1 1 9 7 12 1 1 1 9 7 12 1 1 1 9 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 1 5 0 8 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 7 1 5 0 3 9 12 1 1 9 12 1 1 11 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/util/zip/ZipFile$ZipFileInflaterInputStream 1 1 155 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 10 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 9 7 12 1 1 1 9 12 1 1 11 7 12 1 1 1 11 7 12 1 1 100 1 8 1 10 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 7 1 5 0 3 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 1024 0 6960 0 0 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor isIllegalArgument (Ljava/lang/RuntimeException;)Z 0 0 1 0 0 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 6681 1 -1 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 8 0 4 0 -1 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor hasCallerParameter ()Z 8 0 4 0 0 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 1024 0 4069 0 0 +ciMethod jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 1024 0 6685 0 0 +ciMethod java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 768 0 31796 0 -1 +ciMethod java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 768 0 31782 0 -1 +ciMethod java/lang/invoke/Invokers newWrongMethodTypeException (Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/WrongMethodTypeException; 0 0 1 0 -1 +ciMethod java/lang/invoke/Invokers maybeCustomize (Ljava/lang/invoke/MethodHandle;)V 944 0 11766 0 -1 +ciMethod java/lang/reflect/Modifier isProtected (I)Z 514 0 12177 0 -1 +ciMethod java/lang/reflect/Modifier isPublic (I)Z 518 0 10601 0 -1 +ciMethod java/lang/reflect/Modifier isStatic (I)Z 768 0 34740 0 88 +ciMethod jdk/internal/access/JavaLangInvokeAccess reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 0 0 1 0 -1 +ciMethod java/lang/invoke/MethodHandleImpl$BindCaller reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 2 0 1 0 -1 +ciMethod java/lang/ReflectiveOperationException (Ljava/lang/Throwable;)V 4 0 2 0 -1 +ciMethod jdk/internal/util/Preconditions outOfBoundsCheckFromToIndex (Ljava/util/function/BiFunction;III)Ljava/lang/RuntimeException; 0 0 1 0 -1 +ciMethod jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 774 0 114687 0 184 +ciMethod jdk/internal/util/Preconditions checkIndex (IILjava/util/function/BiFunction;)I 964 0 5492 0 -1 +ciMethod java/lang/OutOfMemoryError (Ljava/lang/String;)V 0 0 1 0 -1 +ciMethod java/util/Arrays checkLength (II)V 826 0 47216 0 -1 +ciMethod java/util/Arrays copyOfRangeByte ([BII)[B 818 0 46926 0 -1 +ciMethod java/util/Arrays copyOfRange ([BII)[B 1024 0 52861 0 1016 +ciMethod java/util/Arrays copyOf ([BI)[B 262 0 4912 0 0 +ciMethod java/lang/Character toTitleCase (I)I 772 0 9576 0 0 +ciMethod java/lang/Character toTitleCase (C)C 772 0 9574 0 0 +ciMethod java/lang/Character isJavaIdentifierPart (I)Z 538 0 41519 0 0 +ciMethod java/lang/Character isJavaIdentifierPart (C)Z 10 0 40574 0 0 +ciMethod java/lang/Character isJavaIdentifierStart (I)Z 1024 0 8099 0 0 +ciMethod java/lang/Character isJavaIdentifierStart (C)Z 776 0 7872 0 0 +ciMethod jdk/internal/util/ArraysSupport newLength (III)I 520 0 8299 0 -1 +ciMethod jdk/internal/util/ArraysSupport vectorizedHashCode (Ljava/lang/Object;IIII)I 828 0 35565 0 -1 +ciMethod java/lang/Math max (II)I 516 0 190896 0 -1 +ciMethod java/lang/Math min (II)I 512 0 226554 0 -1 +ciMethod java/lang/Math min (FF)F 512 0 2711 0 -1 +ciMethod java/lang/reflect/AccessibleObject checkAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)V 512 0 10231 0 5504 +ciMethod java/lang/reflect/AccessibleObject printStackTraceWhenAccessFails ()Z 0 0 1 0 -1 +ciMethod java/lang/reflect/AccessibleObject verifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 510 0 10230 0 -1 +ciMethod java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;)Z 512 0 10149 0 -1 +ciMethod java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;Ljava/lang/Class;)Z 0 0 1 0 -1 +ciMethod java/lang/reflect/AccessibleObject slowVerifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 136 0 2724 0 -1 +ciMethod java/lang/ClassLoader checkClassLoaderPermission (Ljava/lang/ClassLoader;Ljava/lang/Class;)V 0 0 1 0 -1 +ciMethod java/lang/ClassLoader getPlatformClassLoader ()Ljava/lang/ClassLoader; 12 0 1727 0 -1 +ciMethod jdk/internal/misc/VM isSystemDomainLoader (Ljava/lang/ClassLoader;)Z 222 0 2419 0 0 +ciMethod jdk/internal/misc/VM isJavaLangInvokeInited ()Z 1024 0 2898 0 -1 +ciMethod java/lang/String trim ()Ljava/lang/String; 1024 0 41091 0 1520 +ciMethod java/lang/String substring (II)Ljava/lang/String; 820 0 13784 0 1448 +ciMethod java/lang/String checkBoundsBeginEnd (III)V 772 0 68952 0 168 +ciMethod java/lang/String isLatin1 ()Z 920 0 4663338 0 88 +ciMethod java/lang/String coder ()B 670 0 2215317 0 88 +ciMethod java/lang/String indexOf (II)I 814 0 9113 0 0 +ciMethod java/lang/String indexOf (I)I 578 0 536421 0 560 +ciMethod java/lang/String checkIndex (II)V 964 0 4259491 0 0 +ciMethod java/lang/String value ()[B 258 0 129 0 0 +ciMethod java/lang/String ([BB)V 780 0 40320 0 112 +ciMethod java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 14 0 13848 0 1272 +ciMethod java/lang/String (Ljava/lang/StringBuilder;)V 14 0 215256 0 1232 +ciMethod java/util/Hashtable put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1024 506 9085 0 2112 +ciMethod java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 588 56 10686 0 1624 +ciMethod java/util/Hashtable ()V 740 0 810 0 0 +ciMethod java/util/Hashtable (IF)V 512 0 1035 0 0 +ciMethod java/util/Hashtable rehash ()V 210 31172 815 0 -1 +ciMethod java/util/Hashtable addEntry (ILjava/lang/Object;Ljava/lang/Object;I)V 1024 0 9045 0 -1 +ciMethod java/util/Dictionary ()V 512 0 2954 0 0 +ciMethod java/lang/CharSequence length ()I 0 0 1 0 -1 +ciMethod java/lang/CharSequence charAt (I)C 0 0 1 0 -1 +ciMethod java/lang/StringBuilder append (I)Ljava/lang/StringBuilder; 10 0 5778 0 -1 +ciMethod java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 762 0 799503 0 1304 +ciMethod java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 14 0 575957 0 1456 +ciMethod java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 104 0 41210 0 0 +ciMethod java/lang/StringBuilder ()V 12 0 150498 0 240 +ciMethod java/lang/StringBuilder (I)V 412 0 59310 0 392 +ciMethod java/lang/StringBuilder (Ljava/lang/String;)V 512 0 26631 0 -1 +ciMethod java/lang/AbstractStringBuilder length ()I 346 0 173 0 0 +ciMethod java/lang/AbstractStringBuilder (I)V 14 0 6200 0 392 +ciMethod java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 104 0 19536 0 1968 +ciMethod java/lang/AbstractStringBuilder append (Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; 14 0 18028 0 -1 +ciMethod java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 762 0 13495 0 1256 +ciMethod java/lang/AbstractStringBuilder inflate ()V 0 0 236 0 0 +ciMethod java/lang/AbstractStringBuilder isLatin1 ()Z 1024 0 83983 0 88 +ciMethod java/lang/AbstractStringBuilder getValue ()[B 346 0 173 0 0 +ciMethod java/lang/AbstractStringBuilder newCapacity (I)I 258 0 5252 0 200 +ciMethod java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 1024 0 6957 0 1040 +ciMethod java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 778 0 19541 0 0 +ciMethod java/lang/AbstractStringBuilder appendChars (Ljava/lang/CharSequence;II)V 0 0 1 0 -1 +ciMethod java/lang/reflect/AnnotatedElement getAnnotation (Ljava/lang/Class;)Ljava/lang/annotation/Annotation; 0 0 1 0 -1 +ciMethod java/lang/Class getMethods ()[Ljava/lang/reflect/Method; 612 0 306 0 -1 +ciMethod java/lang/Class copyMethods ([Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Method; 228 4172 2525 0 -1 +ciMethod java/lang/Class privateGetPublicMethods ()[Ljava/lang/reflect/Method; 512 1560 389 0 -1 +ciMethod java/lang/Class checkMemberAccess (Ljava/lang/SecurityManager;ILjava/lang/Class;Z)V 0 0 1 0 -1 +ciMethod java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 588 0 41461 0 -1 +ciMethod java/lang/Class getModifiers ()I 256 0 128 0 -1 +ciMethod java/lang/Class isAssignableFrom (Ljava/lang/Class;)Z 256 0 128 0 -1 +ciMethod java/lang/Class getName ()Ljava/lang/String; 438 0 37799 0 -1 +ciMethod java/util/Map put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod java/util/Map get (Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod java/lang/Object getClass ()Ljava/lang/Class; 256 0 128 0 -1 +ciMethod java/lang/Object ()V 1024 0 2728514 0 136 +ciInstanceKlass @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; 1 1 47 1 7 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 7 1 1 12 10 1 7 12 9 1 1 1 1 +staticfield @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; _D_0 Ljava/lang/invoke/LambdaForm; java/lang/invoke/LambdaForm +ciInstanceKlass java/lang/reflect/InvocationTargetException 1 1 37 100 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/IllegalAccessException 0 0 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 +ciInstanceKlass java/lang/invoke/WrongMethodTypeException 0 0 34 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass sun/security/util/ObjectIdentifier 1 1 402 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 10 12 1 10 12 10 12 1 10 12 1 10 7 12 1 1 1 9 12 1 1 100 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 10 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 3 9 12 1 1 10 7 12 1 1 1 10 10 12 1 1 10 7 12 1 1 100 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 5 0 10 12 1 5 0 10 12 1 1 10 12 1 1 10 12 10 12 1 8 1 10 12 1 10 12 1 9 12 1 100 1 8 1 10 12 1 8 1 10 100 12 1 1 10 12 1 10 12 1 1 8 1 10 8 1 8 1 8 1 10 12 1 9 12 1 1 8 1 5 0 8 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 100 1 1 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield sun/security/util/ObjectIdentifier oidTable Ljava/util/concurrent/ConcurrentHashMap; java/util/concurrent/ConcurrentHashMap +staticfield sun/security/util/ObjectIdentifier $assertionsDisabled Z 1 +ciInstanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; 1 1 47 1 7 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 7 1 1 12 10 1 7 12 9 1 1 1 1 +staticfield @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; _D_0 Ljava/lang/invoke/LambdaForm; java/lang/invoke/LambdaForm +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor 1 1 264 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 100 1 10 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 100 1 100 1 100 1 10 12 1 1 100 1 8 1 10 7 12 1 1 1 9 12 1 1 8 1 9 12 1 1 9 12 1 1 11 12 1 7 1 10 12 1 10 12 1 10 12 1 11 12 1 1 7 1 10 1 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor CLASS_ARGS [Ljava/lang/Class; 0 [Ljava/lang/Class; +staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor OBJECT_ARGS [Ljava/lang/Object; 0 [Ljava/lang/Object; +staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor classMaps Ljava/util/Map; java/util/WeakHashMap +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 1 1 66 100 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap 1 1 276 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 11 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 9 7 12 1 1 10 12 1 1 8 1 10 12 1 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 100 1 8 1 10 10 12 1 10 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 10 12 10 12 1 9 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 100 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 +staticfield org/codehaus/plexus/interpolation/reflection/ClassMap CACHE_MISS Lorg/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss; org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss +staticfield org/codehaus/plexus/interpolation/reflection/ClassMap OBJECT Ljava/lang/Object; java/lang/Object +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap$AmbiguousException 0 0 20 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss 1 1 26 10 7 12 1 1 1 10 7 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 +ciInstanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap 1 1 224 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 100 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 10 12 1 1 11 100 12 1 1 11 12 1 10 12 1 1 10 12 1 1 11 12 1 10 12 1 1 100 1 10 10 12 1 1 11 10 12 1 1 10 10 12 1 10 12 1 10 12 1 1 9 100 12 1 1 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciInstanceKlass org/codehaus/plexus/interpolation/util/StringUtils 1 1 78 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +ciMethodData java/lang/Object ()V 2 2728002 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 4 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String isLatin1 ()Z 2 4662878 orig 80 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x4726a6 0x80000006000a0007 0x11 0x38 0x4726be 0xe0003 0x4726b5 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String hashCode ()I 2 6432 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 42 0x60007 0x1491 0x108 0x490 0xd0007 0x3 0xe8 0x48d 0x110005 0x48d 0x0 0x0 0x0 0x0 0x0 0x140007 0x0 0x48 0x48d 0x1b0002 0x48d 0x1e0003 0x48d 0x28 0x250002 0x0 0x2a0007 0x48c 0x38 0x1 0x320003 0x1 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xe oops 0 methods 0 +ciMethodData java/lang/StringLatin1 hashCode ([B)I 2 5183 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 25 0x20008 0x6 0x143a 0x70 0x1 0x40 0x4 0x58 0x1d0003 0x1 0x40 0x270003 0x4 0x28 0x300002 0x143a 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder (I)V 2 6193 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x1831 0x70007 0x0 0x38 0x1831 0x160003 0x1831 0x28 0x1b0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder toString ()Ljava/lang/String; 2 214576 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0x34634 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/String (Ljava/lang/StringBuilder;)V 2 215279 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x30002 0x348ec 0x0 0x0 0x9 0x2 0xc 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 2 13841 orig 80 2 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0x10002 0x3611 0x50005 0x3610 0x0 0x0 0x0 0x0 0x0 0xa0005 0x1262 0x0 0x1e467115c48 0x2342 0x1e467115b08 0x6c 0x100005 0x3613 0x0 0x0 0x0 0x0 0x0 0x130007 0x7 0x48 0x360c 0x200002 0x360c 0x260003 0x360e 0x98 0x2c0007 0x0 0x70 0x7 0x330007 0x7 0x50 0x0 0x3a0002 0x0 0x410007 0x0 0x20 0x0 0x5c0002 0x7 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xc 0xffffffffffffffff 0x0 oops 2 12 java/lang/StringBuilder 14 java/lang/StringBuffer methods 0 +ciMethodData java/lang/String equals (Ljava/lang/Object;)Z 2 7640 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 49 0x20007 0x1a41 0x20 0x397 0x400080104 0xffffffffffffffff 0x0 0x1e467112bb8 0x1a40 0x1e467112b28 0x1 0xb0007 0x2 0xe0 0x1a40 0xf0004 0x0 0x0 0x1e467112bb8 0x1a40 0x0 0x0 0x160007 0x0 0x40 0x1a40 0x210007 0x0 0x68 0x1a40 0x2c0002 0x1a40 0x2f0007 0x1968 0x38 0xd8 0x330003 0xd8 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 7 java/lang/String 9 java/lang/Object 18 java/lang/String methods 0 +ciMethodData java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 2 531187 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x10007 0x81af5 0x30 0x0 0x80002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String coder ()B 2 2214982 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x30007 0x0 0x38 0x21cc0d 0xa0003 0x21cc59 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String length ()I 2 2004601 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x60005 0x1e968c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/String charAt (I)C 2 4240732 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 25 0x10005 0x40b5a6 0x0 0x0 0x0 0x0 0x0 0x40007 0x1 0x30 0x40b3b3 0xc0002 0x40b4d2 0x150002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 charAt ([BI)C 2 4240438 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x30002 0x40b433 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String checkIndex (II)V 2 4259009 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x50002 0x40fd72 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 charAt ([BI)C 1 86 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x20002 0x56 0x70002 0x56 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 2 41167 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x60007 0x3881 0x20 0x684e 0xb0002 0x3881 0x100007 0x387e 0x40 0x0 0x140002 0x0 0x170002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 2 69702 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x2 0x11047 0x30007 0x1102a 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethodData java/lang/System allowSecurityManager ()Z 2 69703 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40007 0x11028 0x38 0x20 0x80003 0x20 0x18 0x0 0x0 0x9 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 canEncode (I)Z 2 156140 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x8000000600040007 0x57 0x38 0x26196 0x80003 0x26196 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/String ([BB)V 2 39930 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x9bfa 0x0 0x0 0x0 0x0 0x9 0x3 0xc 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 2 6445 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0xe0007 0x1702 0x68 0x22c 0x180005 0x22c 0x0 0x0 0x0 0x0 0x0 0x200002 0x22c 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder newCapacity (I)I 2 5123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x1d0002 0x1403 0x260007 0x1403 0x30 0x0 0x2f0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays copyOf ([BI)[B 2 4781 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 32 0x30007 0x1199 0x90 0x114 0x70005 0x0 0x0 0x1e467128588 0x114 0x0 0x0 0xa0004 0x0 0x0 0x1e467128588 0x114 0x0 0x0 0x190002 0x1199 0x1c0002 0x1199 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0x0 oops 2 7 [B 14 [B methods 0 +ciMethodData java/util/Arrays copyOfRangeByte ([BII)[B 2 46517 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20002 0xb5b5 0x180002 0xb5b4 0x1b0002 0xb5b6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays checkLength (II)V 2 46803 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x20007 0xb6d3 0x120 0x0 0xd0002 0x0 0x110005 0x0 0x0 0x0 0x0 0x0 0x0 0x170005 0x0 0x0 0x0 0x0 0x0 0x0 0x1b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Arrays copyOfRange ([BII)[B 2 52349 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x10007 0x6d25 0x40 0x5f59 0x70007 0x16ef 0x30 0x486b 0xd0002 0xb590 0x120005 0x0 0x0 0x1e467128588 0x16ef 0x0 0x0 0x150004 0x0 0x0 0x1e467128588 0x16ef 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 2 13 [B 20 [B methods 0 +ciMethodData java/lang/AbstractStringBuilder isLatin1 ()Z 2 83471 orig 80 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x1460f 0x80000006000a0007 0xc51 0x38 0x139c2 0xe0003 0x139c3 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 2 799180 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 9 0x20002 0xc322b 0x0 0x0 0x0 0x9 0x2 0xe 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 2 13114 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x70005 0x333a 0x0 0x0 0x0 0x0 0x0 0xb0005 0x333a 0x0 0x0 0x0 0x0 0x0 0xe0007 0x2f 0x68 0x330c 0x120002 0x330c 0x150007 0x4 0x38 0x3309 0x2a0003 0x3309 0xb8 0x2e0005 0x33 0x0 0x0 0x0 0x0 0x0 0x310007 0x2f 0x58 0x4 0x350005 0x4 0x0 0x0 0x0 0x0 0x0 0x480002 0x33 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xe 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder inflate ()V 1 236 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x10005 0xec 0x0 0x0 0x0 0x0 0x0 0x40007 0xd8 0x20 0x14 0xd0002 0xd8 0x1c0002 0xd8 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xc oops 0 methods 0 +ciMethodData java/lang/StringUTF16 putCharSB ([BII)V 2 1916 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x20002 0x77c 0x80002 0x1ad 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String indexOf (I)I 2 536132 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x30005 0x82e45 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0x0 oops 0 methods 0 +ciMethodData java/lang/String indexOf (II)I 2 8706 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 43 0x10005 0x2202 0x0 0x0 0x0 0x0 0x0 0x40007 0x4 0x80 0x2200 0xe0005 0x2200 0x0 0x0 0x0 0x0 0x0 0x110002 0x2200 0x140003 0x2200 0x60 0x1e0005 0x4 0x0 0x0 0x0 0x0 0x0 0x210002 0x4 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 indexOf ([BIII)I 2 8202 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 28 0x10002 0x200a 0x40007 0x200a 0x20 0x0 0xb0002 0x200a 0x120002 0x200a 0x180007 0x1fe7 0x20 0x23 0x210002 0x1fe7 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 indexOf ([BIII)I 1 10 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 28 0x20002 0xa 0xb0002 0xa 0x110007 0xa 0x20 0x0 0x190007 0x0 0x30 0xa 0x200002 0xa 0x280002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethod java/lang/reflect/InvocationTargetException (Ljava/lang/Throwable;)V 2 0 2 0 0 +ciMethodData jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 2 114300 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 26 0x10007 0x0 0x60 0x1be7d 0x60007 0x0 0x40 0x1be7e 0xb0007 0x1be7f 0x30 0x0 0x120002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String checkBoundsBeginEnd (III)V 2 68566 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x60002 0x10bd6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/String substring (II)Ljava/lang/String; 2 13374 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x10005 0x343e 0x0 0x0 0x0 0x0 0x0 0x80002 0x343e 0xc0007 0x21b4 0x40 0x128a 0x110007 0x11ea 0x20 0xa0 0x1c0005 0x339e 0x0 0x0 0x0 0x0 0x0 0x80000006001f0007 0x2 0x48 0x339d 0x290002 0x339d 0x2c0003 0x339d 0x28 0x360002 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 2 7257 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 19 0x10007 0x1c54 0x20 0x5 0x100002 0x1c54 0x140002 0x1c54 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 newString ([BII)Ljava/lang/String; 1 11 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 31 0x10007 0xb 0x20 0x0 0xb0007 0x0 0x60 0xb 0x110002 0xb 0x160007 0x1 0x30 0xa 0x1f0002 0xa 0x320002 0x1 0x360002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder length ()I 2 79117 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x1350d 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 compress ([BII)[B 1 11 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x90002 0xb 0xd0007 0x1 0x20 0xa 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 2 77309 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 20 0x10002 0x12dfb 0xb0007 0xc725 0x38 0x66d6 0x110003 0x66d6 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x6 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/CharacterData of (I)Ljava/lang/CharacterData; 2 27664 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 67 0x8000000600040007 0x3 0x20 0x6c0e 0xf0008 0x24 0x0 0x1c0 0x3 0x130 0x0 0x148 0x0 0x160 0x0 0x178 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x190 0x0 0x1a8 0x0 0x1a8 0x630003 0x3 0x90 0x690003 0x0 0x78 0x6f0003 0x0 0x60 0x750003 0x0 0x48 0x7b0003 0x0 0x30 0x810003 0x0 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/CharacterDataLatin1 getProperties (I)I 2 41877 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/WeakHashMap maskNull (Ljava/lang/Object;)Ljava/lang/Object; 2 39140 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10007 0x98e5 0x38 0x0 0x70003 0x0 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/util/WeakHashMap hash (Ljava/lang/Object;)I 2 5123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x10005 0x5be 0x0 0x1e478461088 0x981 0x1e478461138 0x4c4 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/util/zip/ZipFile$ZipFileInflaterInputStream 5 java/util/zip/ZipFile$ZipFileInputStream methods 0 +ciMethodData java/lang/StringBuilder (I)V 2 59136 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0xe701 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/Modifier isStatic (I)Z 2 34356 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40007 0x31fc 0x38 0x543b 0x80003 0x543b 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 2 41158 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40002 0xa0c6 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 2 19484 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 67 0x10007 0x4c1c 0x20 0x0 0xa0005 0x0 0x0 0x1e467112bb8 0x4c1c 0x0 0x0 0x120002 0x4c1d 0x230005 0x4c20 0x0 0x0 0x0 0x0 0x0 0x270004 0x0 0x0 0x1e467112bb8 0x4c21 0x0 0x0 0x2a0007 0x0 0xa8 0x4c21 0x2f0004 0x0 0x0 0x1e467112bb8 0x4c21 0x0 0x0 0x340005 0x4c20 0x0 0x0 0x0 0x0 0x0 0x370003 0x4c27 0x50 0x3e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0xffffffffffffffff 0xffffffffffffffff 0x0 0x0 oops 3 7 java/lang/String 23 java/lang/String 34 java/lang/String methods 0 +ciMethodData java/lang/String trim ()Ljava/lang/String; 2 40579 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 34 0x10005 0x9e82 0x0 0x0 0x0 0x0 0x0 0x40007 0x5 0x48 0x9e7b 0xb0002 0x9e7d 0xe0003 0x9e81 0x28 0x150002 0x5 0x1a0007 0x17ff 0x38 0x868a 0x1e0003 0x868b 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringLatin1 trim ([B)Ljava/lang/String; 2 6465 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 44 0x70007 0x223 0x58 0x2b98 0x130007 0x171f 0x38 0x1479 0x190003 0x1479 0xffffffffffffffc0 0x1e0007 0x223 0x58 0x1725 0x2c0007 0x171f 0x38 0x6 0x320003 0x6 0xffffffffffffffc0 0x360007 0x858 0x40 0x10ea 0x3c0007 0x10e8 0x48 0x2 0x440002 0x85a 0x470003 0x85a 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 trim ([B)Ljava/lang/String; 1 19 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 50 0xb0007 0x0 0x68 0x14 0x100002 0x14 0x150007 0x13 0x38 0x1 0x1b0003 0x1 0xffffffffffffffb0 0x200007 0x0 0x68 0x13 0x270002 0x13 0x2c0007 0x13 0x38 0x0 0x320003 0x0 0xffffffffffffffb0 0x360007 0x1 0x40 0x12 0x3b0007 0x12 0x58 0x0 0x490002 0x1 0x4d0002 0x1 0x500003 0x1 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 2 246566 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x1cfc 0x0 0x1e467b51a38 0x377f2 0x1e46f262530 0x2e42 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 2 3 java/lang/ThreadLocal$ThreadLocalMap$Entry 5 java/util/WeakHashMap$Entry methods 0 +ciMethodData java/lang/Float isNaN (F)Z 2 10468 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x30007 0x28e5 0x38 0x0 0x70003 0x0 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 2 10392 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 39 0x60005 0x611 0x0 0x1e467112bb8 0x2269 0x1e479b44508 0x1e 0x1b0007 0xf15 0xb0 0x223d 0x240007 0x8ba 0x78 0x1983 0x2d0005 0x209 0x0 0x1e467112bb8 0x1771 0x1e479b44508 0x9 0x300007 0x0 0x20 0x1983 0x400003 0x8ba 0xffffffffffffff68 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 4 3 java/lang/String 5 sun/security/util/ObjectIdentifier 18 java/lang/String 20 sun/security/util/ObjectIdentifier methods 0 +ciMethodData java/util/Hashtable put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 8573 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 53 0x10007 0x217e 0x30 0x0 0x80002 0x0 0x120005 0x206 0x0 0x1e467112bb8 0x1f66 0x1e479b44508 0x12 0x290007 0x2156 0xb0 0xbb4 0x330007 0xb8c 0x78 0x28 0x3c0005 0x0 0x0 0x1e467112bb8 0x28 0x0 0x0 0x3f0007 0x0 0x20 0x28 0x590003 0xb8c 0xffffffffffffff68 0x630005 0x2156 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 3 9 java/lang/String 11 sun/security/util/ObjectIdentifier 24 java/lang/String methods 0 +ciMethodData java/util/Hashtable addEntry (ILjava/lang/Object;Ljava/lang/Object;I)V 2 8533 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0xe0007 0x2115 0x90 0x41 0x120005 0x0 0x0 0x1e4671142e8 0x41 0x0 0x0 0x1c0005 0xa 0x0 0x1e467112bb8 0x34 0x1e479b44508 0x3 0x3e0002 0x2156 0x410004 0x0 0x0 0x1e4785961c0 0x2156 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0xffffffffffffffff 0x0 0x0 0x0 0x0 oops 4 7 java/util/Hashtable 14 java/lang/String 16 sun/security/util/ObjectIdentifier 23 java/util/Hashtable$Entry methods 0 +ciMethodData java/util/Hashtable$Entry (ILjava/lang/Object;Ljava/lang/Object;Ljava/util/Hashtable$Entry;)V 2 8533 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x10002 0x2156 0x0 0x0 0x0 0x0 0x9 0x5 0xe 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/WeakHashMap getTable ()[Ljava/util/WeakHashMap$Entry; 2 39020 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10005 0x986c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xc oops 0 methods 0 +ciMethodData java/lang/ref/Reference (Ljava/lang/Object;)V 2 27265 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x30002 0x6a81 0x0 0x0 0x9 0x2 0x6 0x0 oops 0 methods 0 +ciMethodData jdk/internal/misc/VM isSystemDomainLoader (Ljava/lang/ClassLoader;)Z 2 2308 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 22 0x10007 0x251 0x50 0x6b1 0x50002 0x6b1 0x80007 0x696 0x38 0x1d 0xc0003 0x26e 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 2 31398 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x10005 0x7475 0x0 0x1e46e721bd0 0x509 0x1e46e720a18 0x128 0x70007 0x7aa6 0x30 0x0 0xc0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 3 java/lang/invoke/DirectMethodHandle$Constructor 5 java/lang/invoke/BoundMethodHandle$Species_L methods 0 +ciMethodData java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 2 31412 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x7ab4 0x40007 0x7ab4 0x20 0x0 0xf0007 0x4b3e 0x30 0x2f76 0x130002 0x2f76 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 17052 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 54 0x10004 0x0 0x0 0x1e46e720a18 0x3 0x1e479334958 0x315 0x70004 0x0 0x0 0x1e467115448 0x4d4 0x0 0x0 0xa000a 0x429c 0x4 0x0 0x2 0x1 0x1e467115448 0xe000a 0x429c 0x2 0x0 0x2 0x13000b 0x429c 0x0 0x0 0x0 0x0 0x0 0x3 0x1 0x3 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 4 3 java/lang/invoke/BoundMethodHandle$Species_L 5 java/lang/invoke/BoundMethodHandle$Species_LL 10 java/lang/invoke/MethodType 20 java/lang/invoke/MethodType methods 0 +ciMethodData java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 2033 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x10004 0x0 0x0 0x1e46e720a18 0x6 0x1e46e720ac8 0x155 0x70004 0x0 0x0 0x1e467115448 0x1f3 0x0 0x0 0xa000a 0x7f1 0x4 0x0 0x2 0x1 0x1e467115448 0xe000a 0x7f1 0x2 0x0 0x2 0x14000b 0x7f1 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x2 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 4 3 java/lang/invoke/BoundMethodHandle$Species_L 5 java/lang/invoke/BoundMethodHandle$Species_LLL 10 java/lang/invoke/MethodType 20 java/lang/invoke/MethodType methods 0 +ciMethodData java/lang/reflect/InvocationTargetException (Ljava/lang/Throwable;)V 1 1 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 19 0x20104 0x0 0x0 0x0 0x0 0x0 0x0 0x50002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x3c 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/AccessibleObject checkAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)V 2 9975 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 39 0x60005 0x26f7 0x0 0x0 0x0 0x0 0x0 0x90007 0x26f5 0x98 0x0 0x110002 0x0 0x160002 0x0 0x190007 0x0 0x58 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/AccessibleObject verifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 9975 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 60 0x20007 0x26a6 0x20 0x52 0x80007 0x114f 0xc8 0x1557 0xd0002 0x1556 0x100007 0x1557 0x98 0x0 0x150007 0x0 0x78 0x0 0x1b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0007 0x0 0x78 0x0 0x250005 0x26a6 0x0 0x0 0x0 0x0 0x0 0x280007 0xa69 0x20 0x1c3c 0x330005 0xa68 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;)Z 2 9893 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x60104 0x0 0x0 0x1e467113c28 0x1c3c 0x0 0x0 0x90007 0xa69 0x90 0x1c3c 0xd0004 0x0 0x0 0x1e467113c28 0x1c3c 0x0 0x0 0x130005 0x1c3c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/lang/ref/WeakReference 14 java/lang/ref/WeakReference methods 0 +ciMethodData java/util/WeakHashMap put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 7653 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 76 0x10002 0x1de7 0x70005 0x1de8 0x0 0x0 0x0 0x0 0x0 0xd0005 0x1de8 0x0 0x0 0x0 0x0 0x0 0x170002 0x1de7 0x250007 0x1c01 0xd0 0x2dd 0x2f0007 0xf8 0x98 0x1e5 0x360005 0x1e5 0x0 0x0 0x0 0x0 0x0 0x390007 0x0 0x40 0x1e4 0x460007 0x6 0x20 0x1de 0x590003 0xf8 0xffffffffffffff48 0x7f0002 0x1c01 0x820004 0x0 0x0 0x1e46f262530 0x1c01 0x0 0x0 0x920007 0x1c00 0x58 0x1 0x9b0005 0x0 0x0 0x1e46f260c98 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 2 49 java/util/WeakHashMap$Entry 60 java/util/WeakHashMap methods 0 +ciMethodData java/util/WeakHashMap get (Ljava/lang/Object;)Ljava/lang/Object; 2 10531 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 50 0x10002 0x2923 0x70005 0x2923 0x0 0x0 0x0 0x0 0x0 0xc0005 0x2922 0x0 0x0 0x0 0x0 0x0 0x150002 0x2923 0x230007 0x196c 0xb0 0x18ee 0x2c0007 0x937 0x78 0xfb7 0x330005 0xfb6 0x0 0x0 0x0 0x0 0x0 0x360007 0x0 0x20 0xfbb 0x460003 0x937 0xffffffffffffff68 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 +ciMethodData java/lang/invoke/Invokers maybeCustomize (Ljava/lang/invoke/MethodHandle;)V 2 11294 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10005 0x7cd 0x0 0x1e46e720ac8 0x6d3 0x1e479334958 0x1d7e 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x6 oops 2 3 java/lang/invoke/BoundMethodHandle$Species_LLL 5 java/lang/invoke/BoundMethodHandle$Species_LL methods 0 +ciMethodData java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;Ljava/lang/Class;)Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x60004 0x0 0x0 0x0 0x0 0x0 0x0 0x90007 0x0 0x90 0x0 0xd0004 0x0 0x0 0x0 0x0 0x0 0x0 0x120005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0xffffffffffffffff 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/reflect/AccessibleObject slowVerifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 2656 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x10007 0xa61 0x30 0x0 0x70002 0x0 0x100002 0xa61 0x130007 0xa60 0x20 0x0 0x190007 0x694 0x98 0x3cd 0x1e0002 0x3cd 0x210007 0x3cd 0x68 0x0 0x260007 0x0 0x48 0x0 0x2b0002 0x0 0x2e0003 0x0 0x28 0x360002 0xa61 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/Method isCallerSensitive ()Z 2 9291 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 29 0x60007 0x2279 0x68 0x1d2 0xb0002 0x1d2 0xe0007 0x1cf 0x38 0x3 0x120003 0x3 0x18 0x1d0007 0x2446 0x38 0x4 0x210003 0x4 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 1 465 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x10005 0x1d2 0x0 0x0 0x0 0x0 0x0 0x40005 0x1d2 0x0 0x0 0x0 0x0 0x0 0x90002 0x1d2 0xc0007 0x1b2 0x58 0x20 0x120005 0x0 0x0 0x1e467114668 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 1 23 java/lang/reflect/Method methods 0 +ciMethodData java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 1 561 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0x231 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/reflect/AnnotatedElement isAnnotationPresent (Ljava/lang/Class;)Z 1 412 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x5b 0x0 0x1e467114668 0x20 0x1e467112c48 0x121 0x70007 0x18f 0x38 0xd 0xb0003 0xd 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 2 3 java/lang/reflect/Method 5 java/lang/Class methods 0 +ciMethodData java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 8390 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 87 0x10005 0x20c7 0x0 0x0 0x0 0x0 0x0 0xc0007 0x1965 0x40 0x761 0x100007 0x761 0x30 0x0 0x130002 0x1965 0x1c0007 0x761 0xd8 0x1965 0x2a0002 0x1965 0x2d0007 0xfab 0x38 0x9bb 0x310003 0x9bb 0x50 0x350005 0xfab 0x0 0x0 0x0 0x0 0x0 0x3c0005 0x1966 0x0 0x0 0x0 0x0 0x0 0x470007 0x204b 0x58 0x7a 0x4b0005 0x7a 0x0 0x0 0x0 0x0 0x0 0x510007 0x20c3 0x70 0x3 0x5a0005 0x0 0x0 0x1e46e84b278 0x3 0x0 0x0 0x5f0003 0x3 0x50 0x660005 0x0 0x0 0x1e46e84b278 0x20c2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 2 62 jdk/internal/reflect/DirectMethodHandleAccessor 72 jdk/internal/reflect/DirectMethodHandleAccessor methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 2 6173 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0xb0007 0xdf3 0x38 0xa2b 0xf0003 0xa2b 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 2 6448 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 60 0x10007 0x4f 0x38 0x18e2 0x60003 0x18e2 0x18 0xd0007 0x1931 0x158 0x0 0x180002 0x0 0x1d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x260005 0x0 0x0 0x0 0x0 0x0 0x0 0x2a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x2d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x300002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 6169 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 70 0x10005 0x181a 0x0 0x0 0x0 0x0 0x0 0x40007 0xa28 0x58 0xdf2 0x90005 0xdf2 0x0 0x0 0x0 0x0 0x0 0x110002 0x181a 0x170005 0x181a 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210007 0x0 0x30 0x0 0x2a0002 0x0 0x330002 0x0 0x3a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x3d0007 0x0 0x30 0x0 0x450002 0x0 0x4e0002 0x0 0x580002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 6169 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 98 0x40008 0xa 0x1 0x250 0xc19 0x60 0x5e6 0xd0 0x207 0x150 0x250 0x1d0 0x29000b 0xc19 0x0 0x0 0x0 0x0 0x0 0x3 0x1 0x3 0x3 0x2c0003 0xc19 0x200 0x37000b 0x5e6 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x0 0x3 0x3a0003 0x5e4 0x180 0x48000b 0x24b 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x0 0x3 0x4b0003 0x24b 0x100 0x5c000b 0x3cf 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x1e479332b39 0x2 0x0 0x2 0x5f0003 0x3cf 0x80 0x68000b 0x1 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x1 0x2 0x0 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 1 67 java/lang/invoke/MethodHandles$Lookup methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 2 3557 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x50005 0xde6 0x0 0x0 0x0 0x0 0x0 0x80005 0xde6 0x0 0x0 0x0 0x0 0x0 0xb0007 0xde6 0x30 0x0 0x140002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/Method acquireMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 1 123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x60007 0x7b 0x38 0x0 0xa0003 0x0 0x50 0xe0005 0x7b 0x0 0x0 0x0 0x0 0x0 0x130007 0x7b 0x38 0x0 0x1b0003 0x0 0xf0 0x230005 0x7b 0x0 0x0 0x0 0x0 0x0 0x260005 0x0 0x0 0x1e46eb6f038 0x7b 0x0 0x0 0x2a0002 0x7b 0x2d0007 0x0 0x58 0x7b 0x320005 0x7b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 1 31 jdk/internal/reflect/ReflectionFactory methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor isIllegalArgument (Ljava/lang/RuntimeException;)Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x30002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/ref/WeakReference (Ljava/lang/Object;)V 2 15238 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0x3b86 0x0 0x0 0x9 0x2 0x6 0x0 oops 0 methods 0 +ciMethodData java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 2 19152 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 116 0x10005 0x4ad0 0x0 0x0 0x0 0x0 0x0 0x40007 0x2 0x228 0x4ace 0x80005 0x4ace 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x80 0x4ad2 0xf0005 0x4ad2 0x0 0x0 0x0 0x0 0x0 0x1e0002 0x4ad3 0x210003 0x4ad4 0x230 0x360007 0x0 0x138 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x430002 0x0 0x460007 0x0 0x38 0x0 0x540003 0x0 0x98 0x5e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x620005 0x0 0x0 0x0 0x0 0x0 0x0 0x770002 0x0 0x8b0003 0x0 0xfffffffffffffee0 0x8e0003 0x0 0xe0 0x920005 0x2 0x0 0x0 0x0 0x0 0x0 0x950007 0x0 0x48 0x2 0xa30002 0x2 0xa60003 0x2 0x60 0xaa0005 0x0 0x0 0x0 0x0 0x0 0x0 0xbf0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/StringUTF16 putCharsSB ([BILjava/lang/CharSequence;II)V 1 2 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 31 0x80002 0x2 0x120007 0x2 0x80 0x0 0x1d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x220002 0x0 0x280003 0x0 0xffffffffffffff98 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0xffffffffffffffff 0x0 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 +ciMethod @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 10 0 592 1 -1 +ciMethodData @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1 587 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 58 0x10004 0x0 0x0 0x0 0x0 0x0 0x0 0x80004 0x0 0x0 0x0 0x0 0x0 0x0 0xb000a 0x24b 0x4 0x0 0x2 0x1 0x1e467115448 0xf000a 0x24b 0x2 0x0 0x2 0x16000b 0x24b 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x3 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x0 0x0 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 1 20 java/lang/invoke/MethodType methods 0 +ciMethod @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 0 980 0 -1 +ciMethodData java/util/Dictionary ()V 2 2698 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0xa8a 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/util/Hashtable (IF)V 1 779 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 83 0x10002 0x30b 0xa0007 0x30c 0xe8 0x0 0x150002 0x0 0x1a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x240002 0x0 0x2b0007 0x0 0x50 0x30c 0x2f0002 0x30d 0x320007 0x30d 0xe8 0x0 0x3d0002 0x0 0x420005 0x0 0x0 0x0 0x0 0x0 0x0 0x460005 0x0 0x0 0x0 0x0 0x0 0x0 0x490005 0x0 0x0 0x0 0x0 0x0 0x0 0x4c0002 0x0 0x510007 0x30c 0x20 0x0 0x6a0002 0x30c 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/Reflection verifyMemberAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 2295 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 131 0x10002 0x8f8 0x60002 0x8f8 0xc0007 0x8f5 0x20 0x3 0x120005 0x8f5 0x0 0x0 0x0 0x0 0x0 0x160002 0x8f5 0x190007 0x8f5 0x20 0x0 0x250002 0x8f5 0x280002 0x8f5 0x2b0007 0x8e4 0x50 0x11 0x300002 0x11 0x3a0007 0x11 0x20 0x0 0x400002 0x8f4 0x430007 0x0 0x20 0x8f4 0x490002 0x0 0x4c0007 0x0 0x50 0x0 0x510002 0x0 0x540007 0x0 0x20 0x0 0x5d0002 0x0 0x600007 0x0 0x50 0x0 0x650002 0x0 0x680007 0x0 0x20 0x0 0x700007 0x0 0xa0 0x0 0x740002 0x0 0x770007 0x0 0x70 0x0 0x7c0007 0x0 0x30 0x0 0x810002 0x0 0x8b0007 0x0 0x20 0x0 0x930007 0x0 0x20 0x0 0x990007 0x0 0xf0 0x0 0x9d0002 0x0 0xa00007 0x0 0xc0 0x0 0xa50007 0x0 0xa0 0x0 0xaa0007 0x0 0x30 0x0 0xaf0002 0x0 0xb90007 0x0 0x50 0x0 0xbe0002 0x0 0xc10007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/Character isJavaIdentifierPart (I)Z 2 41250 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0xa11d 0x50005 0x0 0x0 0x1e479342b60 0xa123 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 +ciMethodData java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 2 10822 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x0 0x0 0x1e479342b60 0x2a46 0x0 0x0 0xb0007 0x260 0x38 0x27e6 0xf0003 0x27e6 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 +ciMethodData java/lang/CharacterDataLatin1 toUpperCase (I)I 2 6823 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x30007 0x8e7 0x20 0x11c1 0x110007 0x8e7 0x80 0x0 0x180007 0x0 0x60 0x0 0x1f0007 0x0 0x40 0x0 0x260007 0x0 0x20 0x0 0x2f0007 0x0 0x20 0x0 0x3a0007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/lang/reflect/Method getParameterTypes ()[Ljava/lang/Class; 2 8768 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x40005 0x0 0x0 0x1e46ec2d280 0x2240 0x0 0x0 0x70004 0x0 0x0 0x1e46ec2d280 0x2240 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 2 3 [Ljava/lang/Class; 10 [Ljava/lang/Class; methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 71 0x10005 0x0 0x0 0x0 0x0 0x0 0x0 0x40007 0x0 0x58 0x0 0x90005 0x0 0x0 0x0 0x0 0x0 0x0 0x110002 0x0 0x180005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x240007 0x0 0x30 0x0 0x2d0002 0x0 0x370002 0x0 0x400005 0x0 0x0 0x0 0x0 0x0 0x0 0x430007 0x0 0x30 0x0 0x4c0002 0x0 0x560002 0x0 0x620002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 133 0x10005 0x0 0x0 0x0 0x0 0x0 0x0 0x40007 0x0 0x2e8 0x0 0xb0008 0xa 0x0 0x260 0x0 0x60 0x0 0xe0 0x0 0x160 0x0 0x1e0 0x2e000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x310003 0x0 0x200 0x3d000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x400003 0x0 0x180 0x4f000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x520003 0x0 0x100 0x64000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x670003 0x0 0x80 0x71000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x790005 0x0 0x0 0x0 0x0 0x0 0x0 0x88000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 +ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor hasCallerParameter ()Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0xb0007 0x0 0x38 0x0 0xf0003 0x0 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/invoke/MethodHandleImpl$1 reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x10002 0x0 0x60002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData java/util/Hashtable ()V 1 440 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0x1b8 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/Character isJavaIdentifierPart (C)Z 2 40569 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x9e7d 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/Character toTitleCase (C)C 2 9188 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x23e6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/Character toTitleCase (I)I 2 9190 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0x23e7 0x50005 0x0 0x0 0x1e479342b60 0x23e6 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 +ciMethodData java/lang/CharacterDataLatin1 toTitleCase (I)I 2 10090 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x0 0x0 0x1e479342b60 0x276b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 4102 4654 9515 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getMappedValue (Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getIndexedValue (Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 4134 0 10859 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 4134 0 10860 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 814 0 7863 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 1142 0 11132 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 4134 0 10321 0 248 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextToken (C)Ljava/lang/String; 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 4142 29620 7037 0 2064 +ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 1706 0 16845 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 46 0 214 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 4144 0 12803 0 2336 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 256 17496 213 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/reflect/Method;)Ljava/lang/String; 852 510 8748 0 6552 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 4156 0 12408 0 128 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 256 0 214 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;[Lorg/codehaus/plexus/interpolation/reflection/ClassMap$MethodInfo;I)I 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method; 644 0 11307 0 168 +ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method; 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap ()V 426 0 213 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap add (Ljava/lang/reflect/Method;)V 966 0 6001 0 5080 +ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap get (Ljava/lang/String;)Ljava/util/List; 664 0 6311 0 -1 +ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap find (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 40 0 310 0 0 +ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap getMostSpecific (Ljava/util/List;[Ljava/lang/Class;)Ljava/lang/reflect/Method; 0 0 1 0 -1 +ciMethod org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 4134 0 10861 0 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap get (Ljava/lang/String;)Ljava/util/List; 2 5979 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x50005 0x0 0x0 0x1e4671142e8 0x175b 0x0 0x0 0xa0104 0x0 0x0 0x1e467116618 0x18b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/util/Hashtable 10 java/util/ArrayList methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method; 2 10985 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 43 0x10005 0x2ae9 0x0 0x0 0x0 0x0 0x0 0x60005 0x2ae9 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x20 0x2ae9 0x120005 0x0 0x0 0x0 0x0 0x0 0x0 0x160005 0x0 0x0 0x0 0x0 0x0 0x0 0x190002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/reflect/Method;)Ljava/lang/String; 2 8322 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 233 0x10005 0x2082 0x0 0x0 0x0 0x0 0x0 0xa0005 0x2082 0x0 0x0 0x0 0x0 0x0 0xd0002 0x2082 0x200007 0x2082 0x640 0x1335 0x2c0005 0x1335 0x0 0x0 0x0 0x0 0x0 0x2f0007 0x1194 0x560 0x1a1 0x370005 0x0 0x0 0x1e467112c48 0x1a1 0x0 0x0 0x3a0007 0x171 0x70 0x30 0x400005 0x30 0x0 0x0 0x0 0x0 0x0 0x440003 0x30 0x520 0x4c0005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x4f0007 0x171 0x70 0x0 0x550005 0x0 0x0 0x0 0x0 0x0 0x0 0x590003 0x0 0x478 0x610005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x640007 0x171 0x70 0x0 0x6a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x6e0003 0x0 0x3d0 0x760005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x790007 0x171 0x70 0x0 0x7f0005 0x0 0x0 0x0 0x0 0x0 0x0 0x830003 0x0 0x328 0x8b0005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x8e0007 0x171 0x70 0x0 0x940005 0x0 0x0 0x0 0x0 0x0 0x0 0x980003 0x0 0x280 0xa00005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0xa30007 0xf6 0x70 0x7b 0xa90005 0x7b 0x0 0x0 0x0 0x0 0x0 0xad0003 0x7b 0x1d8 0xb50005 0x0 0x0 0x1e467112c48 0xf6 0x0 0x0 0xb80007 0x0 0x70 0xf6 0xbe0005 0xf6 0x0 0x0 0x0 0x0 0x0 0xc20003 0xf6 0x130 0xca0005 0x0 0x0 0x0 0x0 0x0 0x0 0xcd0007 0x0 0xe0 0x0 0xd30005 0x0 0x0 0x0 0x0 0x0 0x0 0xd70003 0x0 0x88 0xdd0005 0x1194 0x0 0x0 0x0 0x0 0x0 0xe00005 0x1194 0x0 0x0 0x0 0x0 0x0 0xe70003 0x1335 0xfffffffffffff9d8 0xeb0005 0x2082 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 7 34 java/lang/Class 55 java/lang/Class 76 java/lang/Class 97 java/lang/Class 118 java/lang/Class 139 java/lang/Class 160 java/lang/Class methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap add (Ljava/lang/reflect/Method;)V 2 5518 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 44 0x10005 0x158e 0x0 0x0 0x0 0x0 0x0 0x70005 0x0 0x0 0x1e46f264960 0x158e 0x0 0x0 0xc0007 0x180 0x68 0x140e 0x130002 0x140e 0x1d0005 0x0 0x0 0x1e4671142e8 0x140e 0x0 0x0 0x250005 0x0 0x0 0x1e467116618 0x158e 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 10 org/codehaus/plexus/interpolation/reflection/MethodMap 23 java/util/Hashtable 30 java/util/ArrayList methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 15992 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x80005 0x3e7b 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x38 0x3e75 0x120003 0x3e76 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 2 10731 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 73 0x20002 0x29ec 0xb0005 0x0 0x0 0x1e4671142e8 0x29ef 0x0 0x0 0x170007 0x948 0x20 0x20ae 0x1e0007 0x8e0 0x150 0x68 0x270005 0x0 0x0 0x1e46f264960 0x68 0x0 0x0 0x2c0003 0x68 0x50 0x390005 0x0 0x0 0x0 0x0 0x0 0x0 0x440007 0x0 0x70 0x68 0x4f0005 0x0 0x0 0x1e4671142e8 0x68 0x0 0x0 0x550003 0x68 0x50 0x5f0005 0x0 0x0 0x0 0x0 0x0 0x0 0x670104 0x0 0x0 0x1e467114668 0x8e0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 4 5 java/util/Hashtable 20 org/codehaus/plexus/interpolation/reflection/MethodMap 41 java/util/Hashtable 58 java/lang/reflect/Method methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 2 10330 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 62 0x20007 0x0 0x20 0x285b 0xb0002 0x0 0xf0005 0x0 0x0 0x0 0x0 0x0 0x0 0x200007 0x0 0x100 0x0 0x2b0007 0x0 0x20 0x0 0x360005 0x0 0x0 0x0 0x0 0x0 0x0 0x390005 0x0 0x0 0x0 0x0 0x0 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x430003 0x0 0xffffffffffffff18 0x470005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap find (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 1 290 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 52 0x20005 0x0 0x0 0x1e46f264960 0x122 0x0 0x0 0x70007 0x0 0x20 0x122 0x1e0007 0x0 0xe0 0x0 0x2d0007 0x0 0x38 0x0 0x310003 0x0 0x50 0x360005 0x0 0x0 0x0 0x0 0x0 0x0 0x390004 0x0 0x0 0x0 0x0 0x0 0x0 0x3d0003 0x0 0xffffffffffffff38 0x430002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 1 3 org/codehaus/plexus/interpolation/reflection/MethodMap methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 2 10561 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x80005 0x2943 0x0 0x0 0x0 0x0 0x0 0xb0007 0x7ee 0x70 0x215a 0x160005 0x215a 0x0 0x0 0x0 0x0 0x0 0x190003 0x215c 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 2 4966 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0xd0005 0x9d8a 0x0 0x0 0x0 0x0 0x0 0x100007 0xaa3 0xa0 0x92fd 0x1b0005 0x92fe 0x0 0x0 0x0 0x0 0x0 0x1e0002 0x92fe 0x210007 0x8c7 0x38 0x8a3d 0x2e0003 0x8a42 0xffffffffffffff40 0x360007 0x0 0x78 0x1367 0x410005 0x1368 0x0 0x0 0x0 0x0 0x0 0x440007 0x1368 0x20 0x0 0x520005 0x1368 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 2 8254 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x80005 0x2040 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x70 0x2041 0x1d0005 0x2041 0x0 0x0 0x0 0x0 0x0 0x200003 0x2040 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 2 8792 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 104 0x10007 0x0 0x40 0x225a 0x50007 0x225a 0x20 0x0 0xb0005 0x225b 0x0 0x0 0x0 0x0 0x0 0xe0002 0x225a 0x130002 0x225b 0x1b0002 0x2262 0x200005 0x225c 0x0 0x0 0x0 0x0 0x0 0x240005 0x2258 0x0 0x0 0x0 0x0 0x0 0x270005 0x225b 0x0 0x0 0x0 0x0 0x0 0x320005 0x0 0x0 0x1e46ec2cea0 0x2261 0x0 0x0 0x390007 0xc73 0x110 0x15f3 0x400002 0x15f3 0x450005 0x15f1 0x0 0x0 0x0 0x0 0x0 0x490005 0x15f2 0x0 0x0 0x0 0x0 0x0 0x4c0005 0x15f1 0x0 0x0 0x0 0x0 0x0 0x570005 0x0 0x0 0x1e46ec2cea0 0x15f2 0x0 0x0 0x5e0007 0xc73 0x20 0x15f3 0x690005 0xc73 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 45 org/codehaus/plexus/interpolation/reflection/ClassMap 79 org/codehaus/plexus/interpolation/reflection/ClassMap methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 2 8793 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 56 0x40005 0x0 0x0 0x1e46f260c98 0x2259 0x0 0x0 0x90004 0x0 0x0 0x1e467113c28 0x225a 0x0 0x0 0xe0007 0x0 0xb0 0x225a 0x120005 0x0 0x0 0x1e467113c28 0x225b 0x0 0x0 0x150104 0x0 0x0 0x1e46ec2cea0 0x21e8 0x0 0x0 0x1a0007 0x21e9 0x78 0x73 0x220002 0x73 0x2f0002 0x72 0x320005 0x0 0x0 0x1e46f260c98 0x73 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 5 3 java/util/WeakHashMap 10 java/lang/ref/WeakReference 21 java/lang/ref/WeakReference 28 org/codehaus/plexus/interpolation/reflection/ClassMap 43 java/util/WeakHashMap methods 0 +ciMethodData org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 2 8794 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0x20005 0x225b 0x0 0x0 0x0 0x0 0x0 0x70002 0x225a 0xd0007 0x2258 0x20 0x0 0x170005 0x2258 0x0 0x0 0x0 0x0 0x0 0x1a0002 0x225b 0x200005 0x2258 0x0 0x0 0x0 0x0 0x0 0x280005 0x2258 0x0 0x0 0x0 0x0 0x0 0x2b0005 0x2259 0x0 0x0 0x0 0x0 0x0 0x300005 0x225c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 1 191 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10002 0xbe 0x90002 0xbe 0x140002 0xbf 0x200002 0xbf 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 2 7464 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 209 0x30007 0x0 0x118 0x1d28 0x90005 0x1d29 0x0 0x0 0x0 0x0 0x0 0xc0005 0x1d2a 0x0 0x0 0x0 0x0 0x0 0xf0007 0x0 0x88 0x1d2a 0x140005 0x1d2a 0x0 0x0 0x0 0x0 0x0 0x170002 0x1d29 0x1a0007 0x1d28 0x20 0x1 0x220005 0x1d29 0x0 0x0 0x0 0x0 0x0 0x250007 0xe57 0x38 0xed3 0x290003 0xed3 0x18 0x300007 0x1d28 0xe0 0x0 0x350007 0x0 0xc0 0x0 0x3d0002 0x0 0x440005 0x0 0x0 0x0 0x0 0x0 0x0 0x4a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x4e0007 0x0 0xe8 0x0 0x5b0002 0x1d28 0x600005 0x1d21 0x0 0x0 0x0 0x0 0x0 0x640005 0x1d21 0x0 0x0 0x0 0x0 0x0 0x670005 0x1d22 0x0 0x0 0x0 0x0 0x0 0x6a0002 0x1d23 0x710005 0x0 0x0 0x1e47991a650 0x1d1d 0x0 0x0 0x770007 0x1540 0x2c8 0x2940 0x7c0005 0x0 0x0 0x1e47991a650 0x293c 0x0 0x0 0x800007 0x7ed 0x270 0x2159 0x850005 0x0 0x0 0x1e47991a650 0x215a 0x0 0x0 0x880008 0x8 0x0 0x218 0x0 0xe8 0x2159 0x180 0x0 0x50 0xb10005 0x0 0x0 0x0 0x0 0x0 0x0 0xb90005 0x0 0x0 0x0 0x0 0x0 0x0 0xbc0002 0x0 0xc00003 0x0 0xfffffffffffffe80 0xc80005 0x0 0x0 0x0 0x0 0x0 0x0 0xd00005 0x0 0x0 0x0 0x0 0x0 0x0 0xd30002 0x0 0xd70003 0x0 0xfffffffffffffde8 0xdc0005 0x0 0x0 0x1e47991a650 0x2159 0x0 0x0 0xe40005 0x0 0x0 0x1e47991a650 0x2157 0x0 0x0 0xe70002 0x2153 0xeb0003 0x215e 0xfffffffffffffd50 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 5 105 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 116 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 127 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 182 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 189 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 2 7456 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0x1d23 0x0 0x0 0x0 0x0 0x9 0x2 0x4 0x0 oops 0 methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 1 85 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0x40002 0x55 0x130007 0x56 0xe8 0xdf3 0x1e0002 0xdf3 0x250007 0x0 0xa0 0xdf3 0x2e0005 0x0 0x0 0x1e46f264960 0xdf3 0x0 0x0 0x380002 0xdf2 0x3d0005 0x0 0x0 0x1e4671142e8 0xdec 0x0 0x0 0x460003 0xdf6 0xffffffffffffff30 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 2 15 org/codehaus/plexus/interpolation/reflection/MethodMap 24 java/util/Hashtable methods 0 +ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 1 86 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 69 0x10005 0x54 0x0 0x0 0x0 0x0 0x0 0x60005 0x56 0x0 0x0 0x0 0x0 0x0 0x90002 0x54 0xc0007 0x0 0x20 0x56 0x1e0007 0x0 0x80 0x0 0x2a0002 0x0 0x2d0004 0x0 0x0 0x0 0x0 0x0 0x0 0x2e0003 0x0 0xffffffffffffff98 0x340002 0x0 0x3b0007 0x0 0x20 0x0 0x550007 0x0 0x90 0x0 0x640007 0x0 0x58 0x0 0x720004 0x0 0x0 0x0 0x0 0x0 0x0 0x760003 0x0 0xffffffffffffff88 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 +ciMethodData java/lang/Character isJavaIdentifierStart (I)Z 2 7587 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0x1da4 0x50005 0x0 0x0 0x1e479342b60 0x1da5 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 +ciMethodData java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 2 7256 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x0 0x0 0x1e479342b60 0x1c5b 0x0 0x0 0xe0007 0x1 0x38 0x1c5a 0x120003 0x1c5a 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 +ciMethodData java/lang/Character isJavaIdentifierStart (C)Z 2 7484 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x1d3b 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +ciMethodData java/lang/Class privateGetPublicMethods ()[Ljava/lang/reflect/Method; 1 133 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 138 0x10005 0x85 0x0 0x0 0x0 0x0 0x0 0x60007 0x0 0x40 0x84 0xf0007 0x0 0x20 0x84 0x180002 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x2f0007 0x0 0x70 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x420003 0x0 0xffffffffffffffa8 0x460005 0x0 0x0 0x0 0x0 0x0 0x0 0x4d0007 0x0 0xc8 0x0 0x520005 0x0 0x0 0x0 0x0 0x0 0x0 0x630007 0x0 0x70 0x0 0x700005 0x0 0x0 0x0 0x0 0x0 0x0 0x760003 0x0 0xffffffffffffffa8 0x7b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x8c0007 0x0 0x148 0x0 0x980005 0x0 0x0 0x0 0x0 0x0 0x0 0xa90007 0x0 0xd8 0x0 0xb50005 0x0 0x0 0x0 0x0 0x0 0x0 0xb80002 0x0 0xbb0007 0x0 0x58 0x0 0xc10005 0x0 0x0 0x0 0x0 0x0 0x0 0xc70003 0x0 0xffffffffffffff40 0xcd0003 0x0 0xfffffffffffffed0 0xd10005 0x0 0x0 0x0 0x0 0x0 0x0 0xd60007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 +compile org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; -1 4 inline 196 0 -1 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 1 9 0 java/lang/String trim ()Ljava/lang/String; 2 1 0 java/lang/String isLatin1 ()Z 2 11 0 java/lang/StringLatin1 trim ([B)Ljava/lang/String; 3 68 0 java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 4 16 0 java/util/Arrays copyOfRange ([BII)[B 5 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 6 2 0 java/util/Arrays checkLength (II)V 4 20 0 java/lang/String ([BB)V 5 1 0 java/lang/Object ()V 1 12 0 java/lang/String equals (Ljava/lang/Object;)Z 1 20 0 java/lang/String charAt (I)C 2 1 0 java/lang/String isLatin1 ()Z 2 12 0 java/lang/StringLatin1 charAt ([BI)C 3 3 0 java/lang/String checkIndex (II)V 1 23 0 java/lang/Character isJavaIdentifierStart (C)Z 2 1 0 java/lang/Character isJavaIdentifierStart (I)Z 3 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 3 5 0 java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 4 2 0 java/lang/CharacterDataLatin1 getProperties (I)I 1 34 0 java/lang/String indexOf (I)I 2 3 0 java/lang/String indexOf (II)I 3 1 0 java/lang/String isLatin1 ()Z 3 14 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 17 0 java/lang/StringLatin1 indexOf ([BIII)I 4 1 0 java/lang/StringLatin1 canEncode (I)Z 1 91 0 java/lang/StringBuilder ()V 1 96 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1 100 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1 103 0 java/lang/StringBuilder toString ()Ljava/lang/String; 1 106 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 2 1 0 java/lang/Object ()V 1 113 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 1 124 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 22 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 1 133 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 29 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 1 220 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 1 228 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 2 13 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 27 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 2 30 0 java/lang/Character isJavaIdentifierPart (C)Z 3 1 0 java/lang/Character isJavaIdentifierPart (I)Z 4 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 4 5 0 java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 5 2 0 java/lang/CharacterDataLatin1 getProperties (I)I 2 65 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 82 0 java/lang/String substring (II)Ljava/lang/String; 3 1 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 8 0 java/lang/String checkBoundsBeginEnd (III)V 4 6 0 jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 3 28 0 java/lang/String isLatin1 ()Z 3 41 0 java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 4 16 0 java/util/Arrays copyOfRange ([BII)[B 5 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 6 2 0 java/util/Arrays checkLength (II)V 4 20 0 java/lang/String ([BB)V 5 1 0 java/lang/Object ()V 1 231 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 2 14 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 3 34 0 org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 4 1 0 java/lang/Object ()V 4 9 0 java/util/Hashtable ()V 5 5 0 java/util/Hashtable (IF)V 6 1 0 java/util/Dictionary ()V 7 1 0 java/lang/Object ()V 4 20 0 org/codehaus/plexus/interpolation/reflection/MethodMap ()V 5 1 0 java/lang/Object ()V 5 9 0 java/util/Hashtable ()V 6 5 0 java/util/Hashtable (IF)V 7 1 0 java/util/Dictionary ()V 8 1 0 java/lang/Object ()V 4 32 0 org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 3 47 0 java/lang/ref/WeakReference (Ljava/lang/Object;)V 4 2 0 java/lang/ref/Reference (Ljava/lang/Object;)V 5 3 0 java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 6 1 0 java/lang/Object ()V 2 19 0 org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 3 2 0 java/lang/String charAt (I)C 4 1 0 java/lang/String isLatin1 ()Z 4 12 0 java/lang/StringLatin1 charAt ([BI)C 5 3 0 java/lang/String checkIndex (II)V 3 7 0 java/lang/Character toTitleCase (C)C 4 1 0 java/lang/Character toTitleCase (I)I 5 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 5 5 0 java/lang/CharacterDataLatin1 toTitleCase (I)I 6 2 0 java/lang/CharacterDataLatin1 toUpperCase (I)I 3 23 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 26 0 java/lang/StringBuilder (I)V 4 2 0 java/lang/AbstractStringBuilder (I)V 5 1 0 java/lang/Object ()V 3 32 0 java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 4 2 0 java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 5 7 0 java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 6 32 0 java/util/Arrays copyOf ([BI)[B 5 11 0 java/lang/AbstractStringBuilder isLatin1 ()Z 5 18 0 java/lang/StringLatin1 canEncode (I)Z 3 40 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 43 0 java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 4 4 0 java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 5 10 0 java/lang/String length ()I 6 6 0 java/lang/String coder ()B 5 18 0 jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 5 35 0 java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 6 32 0 java/util/Arrays copyOf ([BI)[B 5 52 0 java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 6 1 0 java/lang/AbstractStringBuilder isLatin1 ()Z 6 8 0 java/lang/String isLatin1 ()Z 6 15 0 java/lang/String value ()[B 6 170 0 java/lang/String value ()[B 3 48 0 java/lang/StringBuilder toString ()Ljava/lang/String; 4 5 0 java/lang/String (Ljava/lang/StringBuilder;)V 5 3 0 java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 6 1 0 java/lang/Object ()V 6 5 0 java/lang/AbstractStringBuilder getValue ()[B 6 10 0 java/lang/StringBuilder length ()I 7 1 0 java/lang/AbstractStringBuilder length ()I 6 16 0 java/lang/AbstractStringBuilder isLatin1 ()Z 6 32 0 java/util/Arrays copyOfRange ([BII)[B 7 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 8 2 0 java/util/Arrays checkLength (II)V 2 27 0 java/lang/StringBuilder ()V 2 32 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 36 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 39 0 java/lang/StringBuilder toString ()Ljava/lang/String; 2 50 0 org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 3 2 0 org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 3 11 0 java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 4 6 0 java/lang/String hashCode ()I 5 17 0 java/lang/String isLatin1 ()Z 4 45 0 java/lang/String equals (Ljava/lang/Object;)Z 2 64 0 java/lang/StringBuilder ()V 2 69 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 73 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 76 0 java/lang/StringBuilder toString ()Ljava/lang/String; 2 87 0 org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 3 2 0 org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 3 11 0 java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 4 6 0 java/lang/String hashCode ()I 5 17 0 java/lang/String isLatin1 ()Z 4 45 0 java/lang/String equals (Ljava/lang/Object;)Z 2 105 0 java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 3 1 0 java/lang/reflect/Method isCallerSensitive ()Z 4 11 0 jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 5 1 0 java/lang/reflect/Method getDeclaringClass ()Ljava/lang/Class; 5 4 0 java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 6 11 0 java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 7 0 0 java/lang/System allowSecurityManager ()Z 5 18 0 java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 3 42 0 java/lang/reflect/Modifier isStatic (I)Z 3 90 0 jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 4 24 0 jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 5 46 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 5 136 0 @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 11 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 15 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 3 102 0 jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 4 1 0 jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 4 9 0 jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 4 17 0 jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 4 23 0 jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 5 104 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 5 41 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V From 64555aa0e7361ed76cee6a6674afa91923e28a54 Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 14:19:43 +0530 Subject: [PATCH 2/8] docs: add commit message standards and CI workflow --- .husky/commit-msg | 2 -- 1 file changed, 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 15349d0..d527323 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,2 @@ #!/bin/sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no -- commitlint --edit $1 \ No newline at end of file From abd2ac032922ca56d7d58808a097d3ce2d9428e6 Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 15:41:11 +0530 Subject: [PATCH 3/8] docs(ci): add commit message standards and ci wrokflow setup --- .github/workflows/commitlint.yml | 2 +- .husky/commit-msg | 4 +++- .husky/pre-commit | 12 +++++++++--- package.json | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index aac7e5b..50d1952 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -18,4 +18,4 @@ jobs: run: npm ci - name: Check commit messages run: | - npx commitlint --from=HEAD~1 + npx commitlint --from="${{ github.event.pull_request.base.sha }}" --to="${{ github.sha }}" diff --git a/.husky/commit-msg b/.husky/commit-msg index d527323..3e6f719 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,2 +1,4 @@ #!/bin/sh -npx --no -- commitlint --edit $1 \ No newline at end of file +. "$(dirname "$0")/_/husky.sh" + +npx --no-install commitlint --edit "$1" \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index 08341d5..0c122aa 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,10 @@ #!/bin/sh -# Temporarily skipping tests until test suite is set up -echo "Skipping tests for now" -exit 0 +. "$(dirname "$0")/_/husky.sh" + +# Run lint-staged +npx --no-install lint-staged + +# Run tests if they exist +if [ -f "package.json" ] && grep -q "\"test\":" package.json; then + npm test +fi diff --git a/package.json b/package.json index 3b7e3b4..74840be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beneficiaryid-generation-api", "version": "1.0.0", - "description": "[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![branch parameter](https://github.com/PSMRI/HWC-API/actions/workflows/sast-and-package.yml/badge.svg)", + "description": "Enforces conventional commit messages via Husky, Commitlint, and Commitizen for the BeneficiaryID-Generation-API project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -12,7 +12,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "GPL-3.0-only", "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", From c4a92e6cd2fc392b89c090893d5576b85ef7cf35 Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 20:55:43 +0530 Subject: [PATCH 4/8] docs(ci): fix(ci): implement commit message standards and automation This change implements a robust commit message standardization system for the BeneficiaryID-Generation-API repository. We've integrated Commitlint, Husky, and Commitizen to enforce consistent commit message formatting across all contributions. The setup includes pre-commit hooks for test validation and commit message linting, ensuring that all commits follow the Conventional Commits specification. The GitHub Actions workflow has been configured to validate commit messages in pull requests, checking the entire commit history for compliance. We've also added clear documentation in the README about commit message standards and the tools used. The implementation maintains compatibility with existing CI/CD pipelines while providing contributors with an interactive commit message creation process through Commitizen. --- .github/workflows/commitlint.yml | 2 +- .husky/pre-commit | 7 +- README.md | 27 +- commitlint.config.js | 1 - package-lock.json | 916 +++++++++++++++++++++++++++++-- package.json | 11 +- 6 files changed, 913 insertions(+), 51 deletions(-) delete mode 100644 commitlint.config.js diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 50d1952..cd0dc54 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -18,4 +18,4 @@ jobs: run: npm ci - name: Check commit messages run: | - npx commitlint --from="${{ github.event.pull_request.base.sha }}" --to="${{ github.sha }}" + npx commitlint --config .commitlintrc.json --from="${{ github.event.pull_request.base.sha }}" --to="${{ github.sha }}" diff --git a/.husky/pre-commit b/.husky/pre-commit index 0c122aa..9d70e32 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,10 +1,5 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -# Run lint-staged -npx --no-install lint-staged - # Run tests if they exist -if [ -f "package.json" ] && grep -q "\"test\":" package.json; then - npm test -fi +npm run test:ci diff --git a/README.md b/README.md index 286bdb1..98dd769 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,31 @@ This service is used to generate unique beneficiary registration Id for new beneficiaries. +## Commit Message Standards +This project follows the [Conventional Commits](https://www.conventionalcommits.org/) specification. Commit messages must follow this format: + +``` +(): + +[optional body] + +[optional footer(s)] +``` + +### Types +- `feat`: A new feature +- `fix`: A bug fix +- `docs`: Documentation only changes +- `style`: Changes that do not affect the meaning of the code +- `refactor`: A code change that neither fixes a bug nor adds a feature +- `perf`: A code change that improves performance +- `test`: Adding missing tests or correcting existing tests + +### Tools +- Commitlint: Enforces commit message format +- Husky: Git hooks for pre-commit checks +- Commitizen: Interactive commit message creation + ## Building From Source This microservice is built on Java, Spring boot framework and MySQL DB. @@ -37,5 +62,5 @@ If you encounter any issues, bugs, or have feature requests, please file them in ## Join Our Community -We’d love to have you join our community discussions and get real-time support! +We'd love to have you join our community discussions and get real-time support! Join our [Discord server](https://discord.gg/FVQWsf5ENS) to connect with contributors, ask questions, and stay updated. diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 0519ecb..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6c859be..aba9e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,13 +7,14 @@ "": { "name": "beneficiaryid-generation-api", "version": "1.0.0", - "license": "ISC", + "license": "GPL-3.0-only", "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", - "husky": "^9.1.7" + "husky": "^8.0.0", + "lint-staged": "^15.5.1" } }, "node_modules/@babel/code-frame": { @@ -604,6 +605,77 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "license": "MIT", + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/cli-truncate/node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/cli-truncate/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/cli-width": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", @@ -656,6 +728,23 @@ "dev": true, "license": "MIT" }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/commander": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/commitizen": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.1.tgz", @@ -802,6 +891,37 @@ "typescript": ">=5" } }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/cz-conventional-changelog": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", @@ -836,6 +956,24 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/debug": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/dedent": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", @@ -906,6 +1044,19 @@ "node": ">=6" } }, + "node_modules/environment": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", + "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -936,6 +1087,79 @@ "node": ">=0.8.0" } }, + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true, + "license": "MIT" + }, + "node_modules/execa": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^4.1.0", + "strip-final-newline": "^3.0.0" + }, + "engines": { + "node": ">=16.17" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/expand-tilde": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", @@ -1102,6 +1326,32 @@ "node": "6.* || 8.* || >= 10.*" } }, + "node_modules/get-east-asian-width": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-stream": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/git-raw-commits": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz", @@ -1227,17 +1477,27 @@ "node": ">=0.10.0" } }, + "node_modules/human-signals": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=16.17.0" + } + }, "node_modules/husky": { - "version": "9.1.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", - "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "license": "MIT", "bin": { - "husky": "bin.js" + "husky": "lib/bin.js" }, "engines": { - "node": ">=18" + "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -1517,6 +1777,19 @@ "node": ">=8" } }, + "node_modules/is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-text-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", @@ -1651,6 +1924,19 @@ "node": "*" } }, + "node_modules/lilconfig": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" + } + }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -1658,60 +1944,204 @@ "dev": true, "license": "MIT" }, - "node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "node_modules/lint-staged": { + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.1.tgz", + "integrity": "sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==", "dev": true, "license": "MIT", "dependencies": { - "p-locate": "^6.0.0" + "chalk": "^5.4.1", + "commander": "^13.1.0", + "debug": "^4.4.0", + "execa": "^8.0.1", + "lilconfig": "^3.1.3", + "listr2": "^8.2.5", + "micromatch": "^4.0.8", + "pidtree": "^0.6.0", + "string-argv": "^0.3.2", + "yaml": "^2.7.0" + }, + "bin": { + "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18.12.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://opencollective.com/lint-staged" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "node_modules/lint-staged/node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "node_modules/listr2": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.2.tgz", + "integrity": "sha512-vsBzcU4oE+v0lj4FhVLzr9dBTv4/fHIa57l+GCwovP8MoFNZJTOhGU8PXd4v2VJCbECAaijBiHntiekFMLvo0g==", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.1.0", + "rfdc": "^1.4.1", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18.0.0" + } }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } }, - "node_modules/lodash.kebabcase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "node_modules/listr2/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } }, - "node_modules/lodash.map": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", - "integrity": "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==", + "node_modules/listr2/node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", "dev": true, "license": "MIT" }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "node_modules/listr2/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.map": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", + "integrity": "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true, "license": "MIT" @@ -1844,6 +2274,222 @@ "node": ">=8" } }, + "node_modules/log-update": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-escapes": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/cli-cursor": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "dev": true, + "license": "MIT", + "dependencies": { + "restore-cursor": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", + "dev": true, + "license": "MIT", + "dependencies": { + "get-east-asian-width": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/onetime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-function": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/restore-cursor": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", + "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", + "dev": true, + "license": "MIT", + "dependencies": { + "onetime": "^7.0.0", + "signal-exit": "^4.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/longest": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", @@ -1874,6 +2520,13 @@ "dev": true, "license": "MIT" }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, "node_modules/micromatch": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", @@ -1898,6 +2551,19 @@ "node": ">=6" } }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -1921,6 +2587,13 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", @@ -1928,6 +2601,35 @@ "dev": true, "license": "ISC" }, + "node_modules/npm-run-path": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -2158,6 +2860,16 @@ "node": ">=0.10.0" } }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -2178,6 +2890,19 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pidtree": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", + "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", + "dev": true, + "license": "MIT", + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, "node_modules/readable-stream": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", @@ -2251,6 +2976,13 @@ "node": ">=8" } }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true, + "license": "MIT" + }, "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -2312,6 +3044,29 @@ "node": ">=10" } }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", @@ -2319,6 +3074,49 @@ "dev": true, "license": "ISC" }, + "node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/split2": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", @@ -2339,6 +3137,16 @@ "safe-buffer": "~5.2.0" } }, + "node_modules/string-argv": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.6.19" + } + }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -2377,6 +3185,19 @@ "node": ">=8" } }, + "node_modules/strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -2632,6 +3453,19 @@ "node": ">=10" } }, + "node_modules/yaml": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", + "dev": true, + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", diff --git a/package.json b/package.json index 74840be..bab3c96 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,15 @@ "commit": "git-cz", "commitmsg": "commitlint -E HUSKY_GIT_PARAMS" }, + "lint-staged": { + "*.{js,jsx,ts,tsx}": [ + "eslint --fix", + "prettier --write" + ], + "*.{json,md}": [ + "prettier --write" + ] + }, "keywords": [], "author": "", "license": "GPL-3.0-only", @@ -22,7 +31,7 @@ }, "config": { "commitizen": { - "path": "./node_modules/cz-conventional-changelog" + "path": "cz-conventional-changelog" } } } From 79ad08124f432bb3fb7834eff9d965ef4b19146c Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 21:04:10 +0530 Subject: [PATCH 5/8] docs(ci): fix(ci): implement commit message standards and automation This change implements a robust commit message standardization system for the BeneficiaryID-Generation-API repository. We've --- .husky/commit-msg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 3e6f719..2d20e81 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,3 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" - -npx --no-install commitlint --edit "$1" \ No newline at end of file +npx --no-install commitlint --edit "$1" \ No newline at end of file From 161844aa8e3092cb7bec6679cd75c595fda92862 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Thu, 17 Apr 2025 21:32:04 +0530 Subject: [PATCH 6/8] Update package.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bab3c96..b6f8dd2 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "@commitlint/config-conventional": "^19.8.0", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", + "lint-staged": "^13.0.0", "husky": "^8.0.0" }, "config": { From dd03cb39f0f0ed73b2f6a1f3981a076881b15bbd Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Thu, 17 Apr 2025 21:49:25 +0530 Subject: [PATCH 7/8] docs(ci): add commit message standards and CI workflow setup --- .husky/commit-msg | 3 +- package-lock.json | 428 +++++++++++++++++++--------------------------- package.json | 5 +- 3 files changed, 179 insertions(+), 257 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 2d20e81..eb99c88 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,3 +1,2 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" -npx --no-install commitlint --edit "$1" \ No newline at end of file +npm run commitmsg -- "$1" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index aba9e7d..0bd5336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "husky": "^8.0.0", - "lint-staged": "^15.5.1" + "lint-staged": "^13.0.0" } }, "node_modules/@babel/code-frame": { @@ -606,17 +606,17 @@ } }, "node_modules/cli-truncate": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", - "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz", + "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==", "dev": true, "license": "MIT", "dependencies": { "slice-ansi": "^5.0.0", - "string-width": "^7.0.0" + "string-width": "^5.0.0" }, "engines": { - "node": ">=18" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -636,25 +636,25 @@ } }, "node_modules/cli-truncate/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT" }, "node_modules/cli-truncate/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "license": "MIT", "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -736,13 +736,13 @@ "license": "MIT" }, "node_modules/commander": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", + "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=18" + "node": ">=16" } }, "node_modules/commitizen": { @@ -957,13 +957,13 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "license": "MIT", "dependencies": { - "ms": "^2.1.3" + "ms": "2.1.2" }, "engines": { "node": ">=6.0" @@ -1027,6 +1027,13 @@ "node": ">=8" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -1044,19 +1051,6 @@ "node": ">=6" } }, - "node_modules/environment": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", - "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -1095,24 +1089,24 @@ "license": "MIT" }, "node_modules/execa": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", "dev": true, "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", - "get-stream": "^8.0.1", - "human-signals": "^5.0.0", + "get-stream": "^6.0.1", + "human-signals": "^4.3.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", - "signal-exit": "^4.1.0", + "signal-exit": "^3.0.7", "strip-final-newline": "^3.0.0" }, "engines": { - "node": ">=16.17" + "node": "^14.18.0 || ^16.14.0 || >=18.0.0" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" @@ -1147,19 +1141,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/execa/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/expand-tilde": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", @@ -1326,27 +1307,14 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/get-east-asian-width": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", - "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/get-stream": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, "license": "MIT", "engines": { - "node": ">=16" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -1478,13 +1446,13 @@ } }, "node_modules/human-signals": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", "dev": true, "license": "Apache-2.0", "engines": { - "node": ">=16.17.0" + "node": ">=14.18.0" } }, "node_modules/husky": { @@ -1925,16 +1893,13 @@ } }, "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" + "node": ">=10" } }, "node_modules/lines-and-columns": { @@ -1945,37 +1910,37 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.1.tgz", - "integrity": "sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz", + "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "^5.4.1", - "commander": "^13.1.0", - "debug": "^4.4.0", - "execa": "^8.0.1", - "lilconfig": "^3.1.3", - "listr2": "^8.2.5", - "micromatch": "^4.0.8", - "pidtree": "^0.6.0", - "string-argv": "^0.3.2", - "yaml": "^2.7.0" + "chalk": "5.3.0", + "commander": "11.0.0", + "debug": "4.3.4", + "execa": "7.2.0", + "lilconfig": "2.1.0", + "listr2": "6.6.1", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": ">=18.12.0" + "node": "^16.14.0 || >=18.0.0" }, "funding": { "url": "https://opencollective.com/lint-staged" } }, "node_modules/lint-staged/node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, "license": "MIT", "engines": { @@ -1985,22 +1950,44 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/lint-staged/node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/listr2": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.3.2.tgz", - "integrity": "sha512-vsBzcU4oE+v0lj4FhVLzr9dBTv4/fHIa57l+GCwovP8MoFNZJTOhGU8PXd4v2VJCbECAaijBiHntiekFMLvo0g==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", + "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", "dev": true, "license": "MIT", "dependencies": { - "cli-truncate": "^4.0.0", + "cli-truncate": "^3.1.0", "colorette": "^2.0.20", "eventemitter3": "^5.0.1", - "log-update": "^6.1.0", - "rfdc": "^1.4.1", - "wrap-ansi": "^9.0.0" + "log-update": "^5.0.1", + "rfdc": "^1.3.0", + "wrap-ansi": "^8.1.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=16.0.0" + }, + "peerDependencies": { + "enquirer": ">= 2.3.0 < 3" + }, + "peerDependenciesMeta": { + "enquirer": { + "optional": true + } } }, "node_modules/listr2/node_modules/ansi-regex": { @@ -2030,25 +2017,25 @@ } }, "node_modules/listr2/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT" }, "node_modules/listr2/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "license": "MIT", "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2071,18 +2058,18 @@ } }, "node_modules/listr2/node_modules/wrap-ansi": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" @@ -2275,36 +2262,36 @@ } }, "node_modules/log-update": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", - "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz", + "integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==", "dev": true, "license": "MIT", "dependencies": { - "ansi-escapes": "^7.0.0", - "cli-cursor": "^5.0.0", - "slice-ansi": "^7.1.0", - "strip-ansi": "^7.1.0", - "wrap-ansi": "^9.0.0" + "ansi-escapes": "^5.0.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^5.0.0", + "strip-ansi": "^7.0.1", + "wrap-ansi": "^8.0.1" }, "engines": { - "node": ">=18" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/log-update/node_modules/ansi-escapes": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", - "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", + "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "dev": true, "license": "MIT", "dependencies": { - "environment": "^1.0.0" + "type-fest": "^1.0.2" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2337,120 +2324,58 @@ } }, "node_modules/log-update/node_modules/cli-cursor": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", - "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", "dev": true, "license": "MIT", "dependencies": { - "restore-cursor": "^5.0.0" + "restore-cursor": "^4.0.0" }, "engines": { - "node": ">=18" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/log-update/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT" }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", - "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/onetime": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", - "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "mimic-function": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/log-update/node_modules/restore-cursor": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", - "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", "dev": true, "license": "MIT", "dependencies": { - "onetime": "^7.0.0", - "signal-exit": "^4.1.0" + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" }, "engines": { - "node": ">=18" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", - "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.2.1", - "is-fullwidth-code-point": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, "node_modules/log-update/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "license": "MIT", "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -2472,19 +2397,32 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/log-update/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/log-update/node_modules/wrap-ansi": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" @@ -2551,19 +2489,6 @@ "node": ">=6" } }, - "node_modules/mimic-function": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -2588,9 +2513,9 @@ } }, "node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true, "license": "MIT" }, @@ -3454,14 +3379,11 @@ } }, "node_modules/yaml": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", - "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", "dev": true, "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index bab3c96..16f5473 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test:ci": "echo \"Running tests...\" && exit 0", "prepare": "husky install", "commit": "git-cz", - "commitmsg": "commitlint -E HUSKY_GIT_PARAMS" + "commitmsg": "commitlint --edit \"$1\"" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ @@ -27,7 +27,8 @@ "@commitlint/config-conventional": "^19.8.0", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", - "husky": "^8.0.0" + "husky": "^8.0.0", + "lint-staged": "^13.0.0" }, "config": { "commitizen": { From 6be849b9bb4ff58f3113a1c6ae5c9ccce2e8b1a9 Mon Sep 17 00:00:00 2001 From: rohan-019 Date: Fri, 18 Apr 2025 17:04:28 +0530 Subject: [PATCH 8/8] feat(ci): add commit standard message and ci workflow --- .commitlintrc.json | 37 +- hs_err_pid9248.log | 872 ----- replay_pid9248.log | 8336 -------------------------------------------- 3 files changed, 35 insertions(+), 9210 deletions(-) delete mode 100644 hs_err_pid9248.log delete mode 100644 replay_pid9248.log diff --git a/.commitlintrc.json b/.commitlintrc.json index de3aa4f..ebbdc84 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,3 +1,36 @@ { - "extends": ["@commitlint/config-conventional"] -} \ No newline at end of file + "extends": ["@commitlint/config-conventional"], + "rules": { + "body-leading-blank": [1, "always"], + "body-max-line-length": [2, "always", 100], + "footer-leading-blank": [1, "always"], + "footer-max-line-length": [2, "always", 100], + "header-max-length": [2, "always", 100], + "subject-case": [ + 2, + "never", + ["sentence-case", "start-case", "pascal-case", "upper-case"] + ], + "subject-empty": [2, "never"], + "subject-full-stop": [2, "never", "."], + "type-case": [2, "always", "lower-case"], + "type-empty": [2, "never"], + "type-enum": [ + 2, + "always", + [ + "build", + "chore", + "ci", + "docs", + "feat", + "fix", + "perf", + "refactor", + "revert", + "style", + "test" + ] + ] + } +} diff --git a/hs_err_pid9248.log b/hs_err_pid9248.log deleted file mode 100644 index 61f2c17..0000000 --- a/hs_err_pid9248.log +++ /dev/null @@ -1,872 +0,0 @@ -# -# There is insufficient memory for the Java Runtime Environment to continue. -# Native memory allocation (malloc) failed to allocate 1032608 bytes. Error detail: Chunk::new -# Possible reasons: -# The system is out of physical RAM or swap space -# This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap -# Possible solutions: -# Reduce memory load on the system -# Increase physical memory or swap space -# Check if swap backing store is full -# Decrease Java heap size (-Xmx/-Xms) -# Decrease number of Java threads -# Decrease Java thread stack sizes (-Xss) -# Set larger code cache with -XX:ReservedCodeCacheSize= -# JVM is running with Unscaled Compressed Oops mode in which the Java heap is -# placed in the first 4GB address space. The Java Heap base address is the -# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress -# to set the Java Heap base and to place the Java Heap above 4GB virtual address. -# This output file may be truncated or incomplete. -# -# Out of Memory Error (arena.cpp:168), pid=9248, tid=18948 -# -# JRE version: OpenJDK Runtime Environment Temurin-21.0.6+7 (21.0.6+7) (build 21.0.6+7-LTS) -# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, parallel gc, windows-amd64) -# No core dump will be written. Minidumps are not enabled by default on client versions of Windows -# - ---------------- S U M M A R Y ------------ - -Command Line: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\lombok\lombok-1.18.36.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java -Daether.dependencyCollector.impl=bf c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar -configuration c:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win -data c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-4f126972128c0172335a4fdc04f32ff5-sock - -Host: 12th Gen Intel(R) Core(TM) i5-1235U, 12 cores, 7G, Windows 11 , 64 bit Build 26100 (10.0.26100.3775) -Time: Thu Apr 17 12:29:23 2025 India Standard Time elapsed time: 15.025062 seconds (0d 0h 0m 15s) - ---------------- T H R E A D --------------- - -Current thread (0x000001e46c4a08f0): JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18948, stack(0x000000a092d00000,0x000000a092e00000) (1024K)] - - -Current CompileTask: -C2:15025 11433 4 org.codehaus.plexus.interpolation.reflection.ReflectionValueExtractor::evaluate (242 bytes) - -Stack: [0x000000a092d00000,0x000000a092e00000] -Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) -V [jvm.dll+0x6cdee9] -V [jvm.dll+0x8a83d1] -V [jvm.dll+0x8aa8fe] -V [jvm.dll+0x8aafe3] -V [jvm.dll+0x27f706] -V [jvm.dll+0xc500d] -V [jvm.dll+0xc5543] -V [jvm.dll+0x3b678c] -V [jvm.dll+0x1e0009] -V [jvm.dll+0x247b42] -V [jvm.dll+0x246fcf] -V [jvm.dll+0x1c75ee] -V [jvm.dll+0x25685a] -V [jvm.dll+0x254dfa] -V [jvm.dll+0x3f0256] -V [jvm.dll+0x851f8b] -V [jvm.dll+0x6cc5ed] -C [ucrtbase.dll+0x37b0] -C [KERNEL32.DLL+0x2e8d7] -C [ntdll.dll+0xb14fc] - - ---------------- P R O C E S S --------------- - -Threads class SMR info: -_java_thread_list=0x000001e4679f28d0, length=78, elements={ -0x000001e40fc79540, 0x000001e4670e44b0, 0x000001e4651fc210, 0x000001e4651fdfc0, -0x000001e4670e5f60, 0x000001e4670ef2f0, 0x000001e4670f72d0, 0x000001e467104450, -0x000001e467106ce0, 0x000001e4670f6c40, 0x000001e4670f8680, 0x000001e4670f7960, -0x000001e4670f93a0, 0x000001e4670f7ff0, 0x000001e4670f8d10, 0x000001e4670f9a30, -0x000001e4670f65b0, 0x000001e46c308400, 0x000001e46c3097b0, 0x000001e46c307050, -0x000001e46c3076e0, 0x000001e46c4a08f0, 0x000001e46d8523b0, 0x000001e46c308a90, -0x000001e46c309120, 0x000001e46c30a4d0, 0x000001e46c307d70, 0x000001e46fc6a7f0, -0x000001e46fc69440, 0x000001e46fc69ad0, 0x000001e46fc68db0, 0x000001e46fc67370, -0x000001e46fc67a00, 0x000001e46fc6b510, 0x000001e46fc6a160, 0x000001e46fc6ae80, -0x000001e46fc68090, 0x000001e46fc68720, 0x000001e46fc6e300, 0x000001e46fc6c8c0, -0x000001e46fc6bba0, 0x000001e46fc6e990, 0x000001e46fc6cf50, 0x000001e46fc6dc70, -0x000001e46fc6c230, 0x000001e46e6bedf0, 0x000001e46e6bb970, 0x000001e46e6be0d0, -0x000001e46e6bc690, 0x000001e46e6bf480, 0x000001e46e6bc000, 0x000001e46e6bcd20, -0x000001e46e6bfb10, 0x000001e46e6bd3b0, 0x000001e46e6c1550, 0x000001e46e6c01a0, -0x000001e46e6c1be0, 0x000001e46e6c0ec0, 0x000001e46e6c2900, 0x000001e46e6c2270, -0x000001e46e6c2f90, 0x000001e46ed0b440, 0x000001e46ed0c7f0, 0x000001e46ed0bad0, -0x000001e46ed0c160, 0x000001e46ed0ce80, 0x000001e46ed0a720, 0x000001e46ed0dba0, -0x000001e46ed0adb0, 0x000001e46ed0f5e0, 0x000001e46ed10990, 0x000001e46ed0e8c0, -0x000001e46ed116b0, 0x000001e46ed0fc70, 0x000001e46ed11020, 0x000001e46ed0ef50, -0x000001e46ed10300, 0x000001e46c309e40 -} - -Java Threads: ( => current thread ) - 0x000001e40fc79540 JavaThread "main" [_thread_blocked, id=12548, stack(0x000000a090b00000,0x000000a090c00000) (1024K)] - 0x000001e4670e44b0 JavaThread "Reference Handler" daemon [_thread_blocked, id=10288, stack(0x000000a090f00000,0x000000a091000000) (1024K)] - 0x000001e4651fc210 JavaThread "Finalizer" daemon [_thread_blocked, id=25024, stack(0x000000a091000000,0x000000a091100000) (1024K)] - 0x000001e4651fdfc0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=17296, stack(0x000000a091100000,0x000000a091200000) (1024K)] - 0x000001e4670e5f60 JavaThread "Attach Listener" daemon [_thread_blocked, id=19604, stack(0x000000a091200000,0x000000a091300000) (1024K)] - 0x000001e4670ef2f0 JavaThread "Service Thread" daemon [_thread_blocked, id=25536, stack(0x000000a091300000,0x000000a091400000) (1024K)] - 0x000001e4670f72d0 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=8568, stack(0x000000a091400000,0x000000a091500000) (1024K)] - 0x000001e467104450 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=6188, stack(0x000000a091500000,0x000000a091600000) (1024K)] - 0x000001e467106ce0 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=25336, stack(0x000000a091600000,0x000000a091700000) (1024K)] - 0x000001e4670f6c40 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=17536, stack(0x000000a091700000,0x000000a091800000) (1024K)] - 0x000001e4670f8680 JavaThread "Notification Thread" daemon [_thread_blocked, id=19464, stack(0x000000a091900000,0x000000a091a00000) (1024K)] - 0x000001e4670f7960 JavaThread "Active Thread: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" [_thread_blocked, id=24444, stack(0x000000a092100000,0x000000a092200000) (1024K)] - 0x000001e4670f93a0 JavaThread "Refresh Thread: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=2360, stack(0x000000a092200000,0x000000a092300000) (1024K)] - 0x000001e4670f7ff0 JavaThread "Framework Event Dispatcher: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=12880, stack(0x000000a092400000,0x000000a092500000) (1024K)] - 0x000001e4670f8d10 JavaThread "Start Level: Equinox Container: 9b4eb7ca-b462-4c6e-bb55-139bd7726180" daemon [_thread_blocked, id=24152, stack(0x000000a092500000,0x000000a092600000) (1024K)] - 0x000001e4670f9a30 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=23192, stack(0x000000a092600000,0x000000a092700000) (1024K)] - 0x000001e4670f65b0 JavaThread "SCR Component Actor" daemon [_thread_blocked, id=8988, stack(0x000000a091a00000,0x000000a091b00000) (1024K)] - 0x000001e46c308400 JavaThread "Worker-JM" [_thread_blocked, id=10704, stack(0x000000a092a00000,0x000000a092b00000) (1024K)] - 0x000001e46c3097b0 JavaThread "JNA Cleaner" daemon [_thread_blocked, id=23828, stack(0x000000a092900000,0x000000a092a00000) (1024K)] - 0x000001e46c307050 JavaThread "Worker-0: Java indexing... " [_thread_blocked, id=1116, stack(0x000000a092b00000,0x000000a092c00000) (1024K)] - 0x000001e46c3076e0 JavaThread "Worker-1: Building" [_thread_blocked, id=13700, stack(0x000000a092c00000,0x000000a092d00000) (1024K)] -=>0x000001e46c4a08f0 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=18948, stack(0x000000a092d00000,0x000000a092e00000) (1024K)] - 0x000001e46d8523b0 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=6484, stack(0x000000a092e00000,0x000000a092f00000) (1024K)] - 0x000001e46c308a90 JavaThread "Java indexing" daemon [_thread_blocked, id=17288, stack(0x000000a092f00000,0x000000a093000000) (1024K)] - 0x000001e46c309120 JavaThread "Worker-2" [_thread_blocked, id=18720, stack(0x000000a093200000,0x000000a093300000) (1024K)] - 0x000001e46c30a4d0 JavaThread "Worker-3" [_thread_blocked, id=11004, stack(0x000000a093300000,0x000000a093400000) (1024K)] - 0x000001e46c307d70 JavaThread "Thread-2" daemon [_thread_in_native, id=22372, stack(0x000000a093400000,0x000000a093500000) (1024K)] - 0x000001e46fc6a7f0 JavaThread "Thread-3" daemon [_thread_in_native, id=4576, stack(0x000000a093500000,0x000000a093600000) (1024K)] - 0x000001e46fc69440 JavaThread "Thread-4" daemon [_thread_in_native, id=9448, stack(0x000000a093600000,0x000000a093700000) (1024K)] - 0x000001e46fc69ad0 JavaThread "Thread-5" daemon [_thread_in_native, id=19712, stack(0x000000a093700000,0x000000a093800000) (1024K)] - 0x000001e46fc68db0 JavaThread "Thread-6" daemon [_thread_in_native, id=22256, stack(0x000000a093800000,0x000000a093900000) (1024K)] - 0x000001e46fc67370 JavaThread "Thread-7" daemon [_thread_in_native, id=14004, stack(0x000000a093900000,0x000000a093a00000) (1024K)] - 0x000001e46fc67a00 JavaThread "Thread-8" daemon [_thread_in_native, id=10260, stack(0x000000a093a00000,0x000000a093b00000) (1024K)] - 0x000001e46fc6b510 JavaThread "Thread-9" daemon [_thread_in_native, id=12684, stack(0x000000a093b00000,0x000000a093c00000) (1024K)] - 0x000001e46fc6a160 JavaThread "Thread-10" daemon [_thread_in_native, id=7388, stack(0x000000a093c00000,0x000000a093d00000) (1024K)] - 0x000001e46fc6ae80 JavaThread "Thread-11" daemon [_thread_in_native, id=13988, stack(0x000000a093d00000,0x000000a093e00000) (1024K)] - 0x000001e46fc68090 JavaThread "Thread-12" daemon [_thread_in_native, id=24804, stack(0x000000a093e00000,0x000000a093f00000) (1024K)] - 0x000001e46fc68720 JavaThread "Thread-13" daemon [_thread_in_native, id=1180, stack(0x000000a093f00000,0x000000a094000000) (1024K)] - 0x000001e46fc6e300 JavaThread "Thread-14" daemon [_thread_in_native, id=21776, stack(0x000000a094000000,0x000000a094100000) (1024K)] - 0x000001e46fc6c8c0 JavaThread "pool-2-thread-1" [_thread_blocked, id=10072, stack(0x000000a094100000,0x000000a094200000) (1024K)] - 0x000001e46fc6bba0 JavaThread "Worker-4" [_thread_blocked, id=22368, stack(0x000000a094200000,0x000000a094300000) (1024K)] - 0x000001e46fc6e990 JavaThread "WorkspaceEventsHandler" [_thread_blocked, id=10632, stack(0x000000a094300000,0x000000a094400000) (1024K)] - 0x000001e46fc6cf50 JavaThread "pool-1-thread-1" [_thread_blocked, id=2564, stack(0x000000a094400000,0x000000a094500000) (1024K)] - 0x000001e46fc6dc70 JavaThread "Worker-5" [_thread_blocked, id=3188, stack(0x000000a094500000,0x000000a094600000) (1024K)] - 0x000001e46fc6c230 JavaThread "Worker-6" [_thread_blocked, id=16556, stack(0x000000a094600000,0x000000a094700000) (1024K)] - 0x000001e46e6bedf0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=11448, stack(0x000000a094700000,0x000000a094800000) (1024K)] - 0x000001e46e6bb970 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=17956, stack(0x000000a094800000,0x000000a094900000) (1024K)] - 0x000001e46e6be0d0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=23252, stack(0x000000a094900000,0x000000a094a00000) (1024K)] - 0x000001e46e6bc690 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=19644, stack(0x000000a094a00000,0x000000a094b00000) (1024K)] - 0x000001e46e6bf480 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=520, stack(0x000000a094b00000,0x000000a094c00000) (1024K)] - 0x000001e46e6bc000 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=20116, stack(0x000000a094c00000,0x000000a094d00000) (1024K)] - 0x000001e46e6bcd20 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=17132, stack(0x000000a094d00000,0x000000a094e00000) (1024K)] - 0x000001e46e6bfb10 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=15320, stack(0x000000a094e00000,0x000000a094f00000) (1024K)] - 0x000001e46e6bd3b0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=15792, stack(0x000000a094f00000,0x000000a095000000) (1024K)] - 0x000001e46e6c1550 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=16000, stack(0x000000a095000000,0x000000a095100000) (1024K)] - 0x000001e46e6c01a0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=8240, stack(0x000000a095100000,0x000000a095200000) (1024K)] - 0x000001e46e6c1be0 JavaThread "LocalFile Deleter" daemon [_thread_blocked, id=5128, stack(0x000000a095200000,0x000000a095300000) (1024K)] - 0x000001e46e6c0ec0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=21128, stack(0x000000a095300000,0x000000a095400000) (1024K)] - 0x000001e46e6c2900 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=15380, stack(0x000000a095400000,0x000000a095500000) (1024K)] - 0x000001e46e6c2270 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17232, stack(0x000000a095500000,0x000000a095600000) (1024K)] - 0x000001e46e6c2f90 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=10996, stack(0x000000a095600000,0x000000a095700000) (1024K)] - 0x000001e46ed0b440 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17060, stack(0x000000a095700000,0x000000a095800000) (1024K)] - 0x000001e46ed0c7f0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=19932, stack(0x000000a095800000,0x000000a095900000) (1024K)] - 0x000001e46ed0bad0 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=12560, stack(0x000000a095900000,0x000000a095a00000) (1024K)] - 0x000001e46ed0c160 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=4380, stack(0x000000a095a00000,0x000000a095b00000) (1024K)] - 0x000001e46ed0ce80 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=17236, stack(0x000000a095b00000,0x000000a095c00000) (1024K)] - 0x000001e46ed0a720 JavaThread "Compiler Source File Reader" daemon [_thread_blocked, id=10436, stack(0x000000a095c00000,0x000000a095d00000) (1024K)] - 0x000001e46ed0dba0 JavaThread "Compiler Processing Task" daemon [_thread_blocked, id=14288, stack(0x000000a091800000,0x000000a091900000) (1024K)] - 0x000001e46ed0adb0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=16336, stack(0x000000a095d00000,0x000000a095e00000) (1024K)] - 0x000001e46ed0f5e0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=10812, stack(0x000000a095e00000,0x000000a095f00000) (1024K)] - 0x000001e46ed10990 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=12160, stack(0x000000a095f00000,0x000000a096000000) (1024K)] - 0x000001e46ed0e8c0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=12852, stack(0x000000a096000000,0x000000a096100000) (1024K)] - 0x000001e46ed116b0 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=18804, stack(0x000000a096100000,0x000000a096200000) (1024K)] - 0x000001e46ed0fc70 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=19564, stack(0x000000a096200000,0x000000a096300000) (1024K)] - 0x000001e46ed11020 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=25256, stack(0x000000a096300000,0x000000a096400000) (1024K)] - 0x000001e46ed0ef50 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=4412, stack(0x000000a096400000,0x000000a096500000) (1024K)] - 0x000001e46ed10300 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=14784, stack(0x000000a096500000,0x000000a096600000) (1024K)] - 0x000001e46c309e40 JavaThread "Compiler Class File Writer" daemon [_thread_blocked, id=11256, stack(0x000000a096600000,0x000000a096700000) (1024K)] -Total: 78 - -Other Threads: - 0x000001e4651e4930 VMThread "VM Thread" [id=2192, stack(0x000000a090e00000,0x000000a090f00000) (1024K)] - 0x000001e4650dca00 WatcherThread "VM Periodic Task Thread" [id=3640, stack(0x000000a090d00000,0x000000a090e00000) (1024K)] - 0x000001e40fc98d10 WorkerThread "GC Thread#0" [id=4328, stack(0x000000a090c00000,0x000000a090d00000) (1024K)] - 0x000001e4674aae20 WorkerThread "GC Thread#1" [id=11220, stack(0x000000a091b00000,0x000000a091c00000) (1024K)] - 0x000001e4674ab1c0 WorkerThread "GC Thread#2" [id=24432, stack(0x000000a091c00000,0x000000a091d00000) (1024K)] - 0x000001e4678bbe30 WorkerThread "GC Thread#3" [id=10304, stack(0x000000a091d00000,0x000000a091e00000) (1024K)] - 0x000001e4678bc1d0 WorkerThread "GC Thread#4" [id=3532, stack(0x000000a091e00000,0x000000a091f00000) (1024K)] - 0x000001e46759b320 WorkerThread "GC Thread#5" [id=17632, stack(0x000000a091f00000,0x000000a092000000) (1024K)] - 0x000001e46759b6c0 WorkerThread "GC Thread#6" [id=22812, stack(0x000000a092000000,0x000000a092100000) (1024K)] - 0x000001e467cba710 WorkerThread "GC Thread#7" [id=21068, stack(0x000000a092300000,0x000000a092400000) (1024K)] - 0x000001e46c35d400 WorkerThread "GC Thread#8" [id=16220, stack(0x000000a092700000,0x000000a092800000) (1024K)] - 0x000001e46c35ccc0 WorkerThread "GC Thread#9" [id=13120, stack(0x000000a092800000,0x000000a092900000) (1024K)] -Total: 12 - -Threads with active compile tasks: -C2 CompilerThread0 15080 10930 ! 4 org.eclipse.osgi.internal.loader.classpath.ClasspathManager::defineClass (636 bytes) -C1 CompilerThread0 15080 11582 3 org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer::addPairValue (141 bytes) -C2 CompilerThread1 15080 11433 4 org.codehaus.plexus.interpolation.reflection.ReflectionValueExtractor::evaluate (242 bytes) -C2 CompilerThread2 15080 11578 4 org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern::createIndexKey (300 bytes) -Total: 4 - -VM state: at safepoint (normal execution) - -VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event]) -[0x00007fff9c40e380] Threads_lock - owner thread: 0x000001e4651e4930 -[0x00007fff9c40e480] Heap_lock - owner thread: 0x000001e46c308a90 - -Heap address: 0x00000000c0000000, size: 1024 MB, Compressed Oops mode: 32-bit - -CDS archive(s) mapped at: [0x000001e424000000-0x000001e424ba0000-0x000001e424ba0000), size 12189696, SharedBaseAddress: 0x000001e424000000, ArchiveRelocationMode: 1. -Compressed class space mapped at: 0x000001e425000000-0x000001e465000000, reserved size: 1073741824 -Narrow klass base: 0x000001e424000000, Narrow klass shift: 0, Narrow klass range: 0x100000000 - -GC Precious Log: - CardTable entry size: 512 - CPUs: 12 total, 12 available - Memory: 7886M - Large Page Support: Disabled - NUMA Support: Disabled - Compressed Oops: Enabled (32-bit) - Alignments: Space 512K, Generation 512K, Heap 2M - Heap Min Capacity: 100M - Heap Initial Capacity: 100M - Heap Max Capacity: 1G - Pre-touch: Disabled - Parallel Workers: 10 - -Heap: - PSYoungGen total 3584K, used 3200K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 62% used [0x00000000ead80000,0x00000000eae20000,0x00000000eae80000) - to space 1024K, 75% used [0x00000000eae80000,0x00000000eaf40000,0x00000000eaf80000) - ParOldGen total 261632K, used 261151K [0x00000000c0000000, 0x00000000cff80000, 0x00000000eab00000) - object space 261632K, 99% used [0x00000000c0000000,0x00000000cff07ce0,0x00000000cff80000) - Metaspace used 61177K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K - -Card table byte_map: [0x000001e40f630000,0x000001e40f840000] _byte_map_base: 0x000001e40f030000 - -Marking Bits: (ParMarkBitMap*) 0x00007fff9c413260 - Begin Bits: [0x000001e421e70000, 0x000001e422e70000) - End Bits: [0x000001e422e70000, 0x000001e423e70000) - -Polling page: 0x000001e40dc70000 - -Metaspace: - -Usage: - Non-class: 53.68 MB used. - Class: 6.06 MB used. - Both: 59.74 MB used. - -Virtual space: - Non-class space: 64.00 MB reserved, 54.44 MB ( 85%) committed, 1 nodes. - Class space: 1.00 GB reserved, 6.75 MB ( <1%) committed, 1 nodes. - Both: 1.06 GB reserved, 61.19 MB ( 6%) committed. - -Chunk freelists: - Non-Class: 9.31 MB - Class: 9.30 MB - Both: 18.61 MB - -MaxMetaspaceSize: unlimited -CompressedClassSpaceSize: 1.00 GB -Initial GC threshold: 21.00 MB -Current GC threshold: 97.31 MB -CDS: on - - commit_granule_bytes: 65536. - - commit_granule_words: 8192. - - virtual_space_node_default_size: 8388608. - - enlarge_chunks_in_place: 1. - - use_allocation_guard: 0. - - -Internal statistics: - -num_allocs_failed_limit: 9. -num_arena_births: 1206. -num_arena_deaths: 14. -num_vsnodes_births: 2. -num_vsnodes_deaths: 0. -num_space_committed: 979. -num_space_uncommitted: 0. -num_chunks_returned_to_freelist: 23. -num_chunks_taken_from_freelist: 4089. -num_chunk_merges: 15. -num_chunk_splits: 2533. -num_chunks_enlarged: 1433. -num_inconsistent_stats: 0. - -CodeHeap 'non-profiled nmethods': size=120000Kb used=7527Kb max_used=7527Kb free=112472Kb - bounds [0x000001e41a940000, 0x000001e41b0a0000, 0x000001e421e70000] -CodeHeap 'profiled nmethods': size=120000Kb used=24862Kb max_used=24862Kb free=95137Kb - bounds [0x000001e412e70000, 0x000001e4146c0000, 0x000001e41a3a0000] -CodeHeap 'non-nmethods': size=5760Kb used=1417Kb max_used=1519Kb free=4342Kb - bounds [0x000001e41a3a0000, 0x000001e41a610000, 0x000001e41a940000] - total_blobs=11497 nmethods=10770 adapters=632 - compilation: enabled - stopped_count=0, restarted_count=0 - full_count=0 - -Compilation events (20 events): -Event: 14.989 Thread 0x000001e467106ce0 11569 ! 3 sun.nio.ch.FileChannelImpl::lock (361 bytes) -Event: 14.991 Thread 0x000001e467106ce0 nmethod 11569 0x000001e4146ae990 code [0x000001e4146aedc0, 0x000001e4146b04d8] -Event: 14.991 Thread 0x000001e467106ce0 11571 3 org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager::getRepositoryKey (176 bytes) -Event: 14.992 Thread 0x000001e467106ce0 nmethod 11571 0x000001e4146b1190 code [0x000001e4146b1540, 0x000001e4146b2ba8] -Event: 14.992 Thread 0x000001e467106ce0 11572 3 org.eclipse.aether.RepositoryEvent$Builder::setExceptions (21 bytes) -Event: 14.993 Thread 0x000001e467106ce0 nmethod 11572 0x000001e4146b3390 code [0x000001e4146b3540, 0x000001e4146b3728] -Event: 14.993 Thread 0x000001e467106ce0 11573 3 org.eclipse.aether.resolution.ArtifactResult::setRepository (7 bytes) -Event: 14.993 Thread 0x000001e467106ce0 nmethod 11573 0x000001e4146b3810 code [0x000001e4146b39a0, 0x000001e4146b3ac8] -Event: 14.993 Thread 0x000001e467106ce0 11574 3 org.eclipse.aether.resolution.ArtifactResult::setArtifact (7 bytes) -Event: 14.993 Thread 0x000001e467106ce0 nmethod 11574 0x000001e4146b3b90 code [0x000001e4146b3d20, 0x000001e4146b3e48] -Event: 14.993 Thread 0x000001e467106ce0 11575 3 org.eclipse.aether.AbstractForwardingRepositorySystemSession::getCache (10 bytes) -Event: 14.994 Thread 0x000001e467106ce0 nmethod 11575 0x000001e4146b3f10 code [0x000001e4146b40c0, 0x000001e4146b4288] -Event: 14.997 Thread 0x000001e467106ce0 11576 3 org.eclipse.aether.AbstractForwardingRepositorySystemSession::getLocalRepository (10 bytes) -Event: 14.997 Thread 0x000001e467106ce0 nmethod 11576 0x000001e4146b4390 code [0x000001e4146b4560, 0x000001e4146b48b8] -Event: 15.002 Thread 0x000001e467106ce0 11577 3 org.eclipse.jdt.internal.core.search.indexing.AbstractIndexer::addDefaultConstructorDeclaration (21 bytes) -Event: 15.003 Thread 0x000001e467106ce0 nmethod 11577 0x000001e4146b4a10 code [0x000001e4146b4c40, 0x000001e4146b52f8] -Event: 15.015 Thread 0x000001e467106ce0 11579 3 org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader::decodeAnnotations (252 bytes) -Event: 15.016 Thread 0x000001e467106ce0 nmethod 11579 0x000001e4146b5610 code [0x000001e4146b5860, 0x000001e4146b6790] -Event: 15.018 Thread 0x000001e467106ce0 11580 3 org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo::scanElementValue (256 bytes) -Event: 15.021 Thread 0x000001e467106ce0 nmethod 11580 0x000001e4146b6b90 code [0x000001e4146b6dc0, 0x000001e4146b7808] - -GC Heap History (20 events): -Event: 14.876 GC heap before -{Heap before GC invocations=377 (full 3): - PSYoungGen total 3584K, used 3349K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 77% used [0x00000000ead80000,0x00000000eae45618,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 254976K, used 254825K [0x00000000c0000000, 0x00000000cf900000, 0x00000000eab00000) - object space 254976K, 99% used [0x00000000c0000000,0x00000000cf8da478,0x00000000cf900000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.878 GC heap after -{Heap after GC invocations=377 (full 3): - PSYoungGen total 3584K, used 728K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf362f8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 255488K, used 255437K [0x00000000c0000000, 0x00000000cf980000, 0x00000000eab00000) - object space 255488K, 99% used [0x00000000c0000000,0x00000000cf973438,0x00000000cf980000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.885 GC heap before -{Heap before GC invocations=378 (full 3): - PSYoungGen total 3584K, used 3288K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf362f8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 255488K, used 255437K [0x00000000c0000000, 0x00000000cf980000, 0x00000000eab00000) - object space 255488K, 99% used [0x00000000c0000000,0x00000000cf973438,0x00000000cf980000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.887 GC heap after -{Heap after GC invocations=378 (full 3): - PSYoungGen total 3584K, used 728K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000ead80000,0x00000000eae361c0,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 256512K, used 256067K [0x00000000c0000000, 0x00000000cfa80000, 0x00000000eab00000) - object space 256512K, 99% used [0x00000000c0000000,0x00000000cfa10cc0,0x00000000cfa80000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.899 GC heap before -{Heap before GC invocations=379 (full 3): - PSYoungGen total 3584K, used 3288K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000ead80000,0x00000000eae361c0,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 256512K, used 256067K [0x00000000c0000000, 0x00000000cfa80000, 0x00000000eab00000) - object space 256512K, 99% used [0x00000000c0000000,0x00000000cfa10cc0,0x00000000cfa80000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.901 GC heap after -{Heap after GC invocations=379 (full 3): - PSYoungGen total 3584K, used 647K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 63% used [0x00000000eae80000,0x00000000eaf21cf8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 257024K, used 256645K [0x00000000c0000000, 0x00000000cfb00000, 0x00000000eab00000) - object space 257024K, 99% used [0x00000000c0000000,0x00000000cfaa1730,0x00000000cfb00000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.913 GC heap before -{Heap before GC invocations=380 (full 3): - PSYoungGen total 3584K, used 3207K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 63% used [0x00000000eae80000,0x00000000eaf21cf8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 257024K, used 256645K [0x00000000c0000000, 0x00000000cfb00000, 0x00000000eab00000) - object space 257024K, 99% used [0x00000000c0000000,0x00000000cfaa1730,0x00000000cfb00000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.915 GC heap after -{Heap after GC invocations=380 (full 3): - PSYoungGen total 3584K, used 721K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 70% used [0x00000000ead80000,0x00000000eae347e0,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 257536K, used 257212K [0x00000000c0000000, 0x00000000cfb80000, 0x00000000eab00000) - object space 257536K, 99% used [0x00000000c0000000,0x00000000cfb2f1e8,0x00000000cfb80000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.929 GC heap before -{Heap before GC invocations=381 (full 3): - PSYoungGen total 3584K, used 3281K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 70% used [0x00000000ead80000,0x00000000eae347e0,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 257536K, used 257212K [0x00000000c0000000, 0x00000000cfb80000, 0x00000000eab00000) - object space 257536K, 99% used [0x00000000c0000000,0x00000000cfb2f1e8,0x00000000cfb80000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.930 GC heap after -{Heap after GC invocations=381 (full 3): - PSYoungGen total 3584K, used 689K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 67% used [0x00000000eae80000,0x00000000eaf2c4e8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 258048K, used 257813K [0x00000000c0000000, 0x00000000cfc00000, 0x00000000eab00000) - object space 258048K, 99% used [0x00000000c0000000,0x00000000cfbc5758,0x00000000cfc00000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.942 GC heap before -{Heap before GC invocations=382 (full 3): - PSYoungGen total 3584K, used 3248K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 99% used [0x00000000eab00000,0x00000000ead7feb0,0x00000000ead80000) - from space 1024K, 67% used [0x00000000eae80000,0x00000000eaf2c4e8,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 258048K, used 257813K [0x00000000c0000000, 0x00000000cfc00000, 0x00000000eab00000) - object space 258048K, 99% used [0x00000000c0000000,0x00000000cfbc5758,0x00000000cfc00000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.943 GC heap after -{Heap after GC invocations=382 (full 3): - PSYoungGen total 3584K, used 679K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 66% used [0x00000000ead80000,0x00000000eae29e78,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 258560K, used 258414K [0x00000000c0000000, 0x00000000cfc80000, 0x00000000eab00000) - object space 258560K, 99% used [0x00000000c0000000,0x00000000cfc5ba08,0x00000000cfc80000) - Metaspace used 61134K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.960 GC heap before -{Heap before GC invocations=383 (full 3): - PSYoungGen total 3584K, used 3235K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 99% used [0x00000000eab00000,0x00000000ead7f050,0x00000000ead80000) - from space 1024K, 66% used [0x00000000ead80000,0x00000000eae29e78,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 258560K, used 258414K [0x00000000c0000000, 0x00000000cfc80000, 0x00000000eab00000) - object space 258560K, 99% used [0x00000000c0000000,0x00000000cfc5ba08,0x00000000cfc80000) - Metaspace used 61136K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.962 GC heap after -{Heap after GC invocations=383 (full 3): - PSYoungGen total 3584K, used 736K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf38000,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 259072K, used 258987K [0x00000000c0000000, 0x00000000cfd00000, 0x00000000eab00000) - object space 259072K, 99% used [0x00000000c0000000,0x00000000cfcead20,0x00000000cfd00000) - Metaspace used 61136K, committed 62592K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.984 GC heap before -{Heap before GC invocations=384 (full 3): - PSYoungGen total 3584K, used 3296K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000eae80000,0x00000000eaf38000,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 259072K, used 258987K [0x00000000c0000000, 0x00000000cfd00000, 0x00000000eab00000) - object space 259072K, 99% used [0x00000000c0000000,0x00000000cfcead20,0x00000000cfd00000) - Metaspace used 61168K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.985 GC heap after -{Heap after GC invocations=384 (full 3): - PSYoungGen total 3584K, used 736K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000ead80000,0x00000000eae38000,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 259584K, used 259538K [0x00000000c0000000, 0x00000000cfd80000, 0x00000000eab00000) - object space 259584K, 99% used [0x00000000c0000000,0x00000000cfd74b18,0x00000000cfd80000) - Metaspace used 61168K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 14.998 GC heap before -{Heap before GC invocations=385 (full 3): - PSYoungGen total 3584K, used 3296K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 71% used [0x00000000ead80000,0x00000000eae38000,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 259584K, used 259538K [0x00000000c0000000, 0x00000000cfd80000, 0x00000000eab00000) - object space 259584K, 99% used [0x00000000c0000000,0x00000000cfd74b18,0x00000000cfd80000) - Metaspace used 61177K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 15.000 GC heap after -{Heap after GC invocations=385 (full 3): - PSYoungGen total 3584K, used 704K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 68% used [0x00000000eae80000,0x00000000eaf30000,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 260096K, used 260081K [0x00000000c0000000, 0x00000000cfe00000, 0x00000000eab00000) - object space 260096K, 99% used [0x00000000c0000000,0x00000000cfdfc680,0x00000000cfe00000) - Metaspace used 61177K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 15.018 GC heap before -{Heap before GC invocations=386 (full 3): - PSYoungGen total 3584K, used 3264K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 100% used [0x00000000eab00000,0x00000000ead80000,0x00000000ead80000) - from space 1024K, 68% used [0x00000000eae80000,0x00000000eaf30000,0x00000000eaf80000) - to space 1024K, 0% used [0x00000000ead80000,0x00000000ead80000,0x00000000eae80000) - ParOldGen total 260096K, used 260081K [0x00000000c0000000, 0x00000000cfe00000, 0x00000000eab00000) - object space 260096K, 99% used [0x00000000c0000000,0x00000000cfdfc680,0x00000000cfe00000) - Metaspace used 61177K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} -Event: 15.020 GC heap after -{Heap after GC invocations=386 (full 3): - PSYoungGen total 3584K, used 640K [0x00000000eab00000, 0x00000000eaf80000, 0x0000000100000000) - eden space 2560K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000ead80000) - from space 1024K, 62% used [0x00000000ead80000,0x00000000eae20000,0x00000000eae80000) - to space 1024K, 0% used [0x00000000eae80000,0x00000000eae80000,0x00000000eaf80000) - ParOldGen total 261120K, used 260647K [0x00000000c0000000, 0x00000000cff00000, 0x00000000eab00000) - object space 261120K, 99% used [0x00000000c0000000,0x00000000cfe89d40,0x00000000cff00000) - Metaspace used 61177K, committed 62656K, reserved 1114112K - class space used 6207K, committed 6912K, reserved 1048576K -} - -Dll operation events (10 events): -Event: 0.012 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.dll -Event: 0.084 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll -Event: 0.109 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\instrument.dll -Event: 0.116 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\net.dll -Event: 0.118 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\nio.dll -Event: 0.121 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll -Event: 0.140 Loaded shared library C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jimage.dll -Event: 0.235 Loaded shared library c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\verify.dll -Event: 1.761 Loaded shared library C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll -Event: 3.845 Loaded shared library C:\Users\rohan\AppData\Local\Temp\jna-108691256\jna12869976969149145398.dll - -Deoptimization events (20 events): -Event: 14.735 Thread 0x000001e46df983e0 Uncommon trap: trap_request=0xffffffbe fr.pc=0x000001e41b07f42c relative=0x0000000000000b6c -Event: 14.735 Thread 0x000001e46df983e0 Uncommon trap: reason=profile_predicate action=maybe_recompile pc=0x000001e41b07f42c method=java.util.concurrent.ConcurrentHashMap.putAll(Ljava/util/Map;)V @ 28 c2 -Event: 14.735 Thread 0x000001e46df983e0 DEOPT PACKING pc=0x000001e41b07f42c sp=0x000000a096bfe360 -Event: 14.735 Thread 0x000001e46df983e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a096bfe310 mode 2 -Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ae742f4 relative=0x0000000000000234 -Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ae742f4 method=java.util.HashMap.getNode(Ljava/lang/Object;)Ljava/util/HashMap$Node; @ 57 c2 -Event: 14.798 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ae742f4 sp=0x000000a092cfd410 -Event: 14.798 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd310 mode 2 -Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ae67e70 relative=0x0000000000000230 -Event: 14.798 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ae67e70 method=java.util.HashMap.getNode(Ljava/lang/Object;)Ljava/util/HashMap$Node; @ 57 c2 -Event: 14.798 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ae67e70 sp=0x000000a092cfd390 -Event: 14.798 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd310 mode 2 -Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41af75340 relative=0x0000000000000120 -Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41af75340 method=java.util.ArrayDeque.addFirst(Ljava/lang/Object;)V @ 42 c2 -Event: 14.810 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41af75340 sp=0x000000a092cfd490 -Event: 14.810 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd3b8 mode 2 -Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000001e41ad9d340 relative=0x0000000000000120 -Event: 14.810 Thread 0x000001e46c3076e0 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000001e41ad9d340 method=java.util.ArrayDeque.addFirst(Ljava/lang/Object;)V @ 42 c2 -Event: 14.810 Thread 0x000001e46c3076e0 DEOPT PACKING pc=0x000001e41ad9d340 sp=0x000000a092cfd420 -Event: 14.810 Thread 0x000001e46c3076e0 DEOPT UNPACKING pc=0x000001e41a3f3aa2 sp=0x000000a092cfd3b0 mode 2 - -Classes loaded (20 events): -Event: 11.137 Loading class java/util/stream/Node$Builder$OfInt done -Event: 11.137 Loading class java/util/stream/Nodes$IntArrayNode -Event: 11.138 Loading class java/util/stream/Nodes$IntArrayNode done -Event: 11.138 Loading class java/util/stream/Nodes$IntFixedNodeBuilder done -Event: 11.138 Loading class java/util/stream/ReferencePipeline$4$1 -Event: 11.139 Loading class java/util/stream/ReferencePipeline$4$1 done -Event: 11.499 Loading class java/util/Hashtable$ValueCollection -Event: 11.499 Loading class java/util/Hashtable$ValueCollection done -Event: 11.518 Loading class jdk/internal/math/FormattedFPDecimal -Event: 11.519 Loading class jdk/internal/math/FormattedFPDecimal done -Event: 11.520 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator -Event: 11.521 Loading class java/util/concurrent/ConcurrentHashMap$KeySpliterator done -Event: 11.531 Loading class sun/nio/ch/ChannelOutputStream -Event: 11.532 Loading class sun/nio/ch/ChannelOutputStream done -Event: 13.037 Loading class java/util/stream/Streams$RangeIntSpliterator -Event: 13.037 Loading class java/util/stream/Streams$RangeIntSpliterator done -Event: 13.037 Loading class java/util/stream/IntPipeline$Head -Event: 13.037 Loading class java/util/stream/IntPipeline$Head done -Event: 14.362 Loading class sun/nio/cs/ISO_8859_1$Decoder -Event: 14.364 Loading class sun/nio/cs/ISO_8859_1$Decoder done - -Classes unloaded (7 events): -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425196400 'java/lang/invoke/LambdaForm$MH+0x000001e425196400' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425196000 'java/lang/invoke/LambdaForm$MH+0x000001e425196000' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195c00 'java/lang/invoke/LambdaForm$MH+0x000001e425195c00' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195800 'java/lang/invoke/LambdaForm$MH+0x000001e425195800' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195400 'java/lang/invoke/LambdaForm$BMH+0x000001e425195400' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425195000 'java/lang/invoke/LambdaForm$DMH+0x000001e425195000' -Event: 4.801 Thread 0x000001e4651e4930 Unloading class 0x000001e425193c00 'java/lang/invoke/LambdaForm$DMH+0x000001e425193c00' - -Classes redefined (0 events): -No events - -Internal exceptions (20 events): -Event: 9.891 Thread 0x000001e46c3076e0 Exception (0x00000000eac9e568) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 9.891 Thread 0x000001e46c3076e0 Exception (0x00000000eacb3928) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 10.130 Thread 0x000001e46c3076e0 Exception (0x00000000eada9b30) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 10.745 Thread 0x000001e46fc6cf50 Exception (0x00000000eab01860) -thrown [s\src\hotspot\share\prims\jni.cpp, line 520] -Event: 10.812 Thread 0x000001e46c3076e0 Implicit null exception at 0x000001e41ab9be4b to 0x000001e41ab9bfac -Event: 10.975 Thread 0x000001e46fc6cf50 Exception (0x00000000eab37728) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 840] -Event: 11.110 Thread 0x000001e46c3076e0 Exception (0x00000000eab1c968) -thrown [s\src\hotspot\share\prims\jni.cpp, line 520] -Event: 11.454 Thread 0x000001e46ed0dba0 Exception (0x00000000eabf26c0) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 11.513 Thread 0x000001e46c3076e0 Exception (0x00000000eada0b90) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 11.524 Thread 0x000001e46c3076e0 Exception (0x00000000eacfc5f0) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 11.996 Thread 0x000001e46ed0dba0 Implicit null exception at 0x000001e41aebd3a3 to 0x000001e41aebd70c -Event: 11.997 Thread 0x000001e46ed0dba0 Implicit null exception at 0x000001e41ae7e523 to 0x000001e41ae7eb58 -Event: 12.837 Thread 0x000001e46c3076e0 Exception (0x00000000ead59a30) -thrown [s\src\hotspot\share\prims\jni.cpp, line 520] -Event: 12.837 Thread 0x000001e46c3076e0 Exception (0x00000000ead5a220) -thrown [s\src\hotspot\share\prims\jni.cpp, line 520] -Event: 13.038 Thread 0x000001e46c3076e0 Exception (0x00000000eacb6288) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 13.052 Thread 0x000001e46c3076e0 Exception (0x00000000eab03ae0) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 14.178 Thread 0x000001e46c3076e0 Exception (0x00000000eacb5d30) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 14.200 Thread 0x000001e46df9b1d0 Exception (0x00000000eac64198) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 14.200 Thread 0x000001e46df9ab40 Exception (0x00000000eac70080) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] -Event: 14.200 Thread 0x000001e46df99790 Exception (0x00000000eac5c388) -thrown [s\src\hotspot\share\interpreter\linkResolver.cpp, line 773] - -ZGC Phase Switch (0 events): -No events - -VM Operations (20 events): -Event: 14.876 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.878 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.885 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.887 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.899 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.901 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.913 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.915 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.929 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.930 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.942 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.944 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.960 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.962 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.984 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 14.985 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 14.998 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 15.000 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done -Event: 15.018 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) -Event: 15.020 Executing VM operation: ParallelGCFailedAllocation (Allocation Failure) done - -Memory protections (0 events): -No events - -Nmethod flushes (20 events): -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413732990 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413733a10 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413737690 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413737d90 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413738c90 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413739110 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413739690 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e41373ae10 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e41373e510 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413747490 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413754810 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e413770310 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137cec10 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d2290 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d7c90 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8410 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8790 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137d8b10 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137db710 -Event: 12.302 Thread 0x000001e4651e4930 flushing nmethod 0x000001e4137e4710 - -Events (20 events): -Event: 11.526 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0adb0 -Event: 11.541 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0f5e0 -Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed10990 -Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0e8c0 -Event: 11.542 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed116b0 -Event: 11.597 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0fc70 -Event: 11.614 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed11020 -Event: 11.696 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed0ef50 -Event: 11.698 Thread 0x000001e46c3076e0 Thread added: 0x000001e46ed10300 -Event: 11.727 Thread 0x000001e46c3076e0 Thread added: 0x000001e46c309e40 -Event: 14.195 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df99790 -Event: 14.196 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df99100 -Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df9ab40 -Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df9b1d0 -Event: 14.197 Thread 0x000001e46c3076e0 Thread added: 0x000001e46df983e0 -Event: 14.779 Thread 0x000001e46df9ab40 Thread exited: 0x000001e46df9ab40 -Event: 14.779 Thread 0x000001e46df9b1d0 Thread exited: 0x000001e46df9b1d0 -Event: 14.779 Thread 0x000001e46df99790 Thread exited: 0x000001e46df99790 -Event: 14.779 Thread 0x000001e46df983e0 Thread exited: 0x000001e46df983e0 -Event: 14.779 Thread 0x000001e46df99100 Thread exited: 0x000001e46df99100 - - -Dynamic libraries: -0x00007ff713480000 - 0x00007ff71348e000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.exe -0x00007ff841920000 - 0x00007ff841b80000 C:\WINDOWS\SYSTEM32\ntdll.dll -0x00007ff840a80000 - 0x00007ff840b47000 C:\WINDOWS\System32\KERNEL32.DLL -0x00007ff83eff0000 - 0x00007ff83f3ba000 C:\WINDOWS\System32\KERNELBASE.dll -0x00007ff83f3c0000 - 0x00007ff83f50b000 C:\WINDOWS\System32\ucrtbase.dll -0x00007ff81f750000 - 0x00007ff81f768000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jli.dll -0x00007ff8237e0000 - 0x00007ff8237fe000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\VCRUNTIME140.dll -0x00007ff83ffc0000 - 0x00007ff84018c000 C:\WINDOWS\System32\USER32.dll -0x00007ff83f6f0000 - 0x00007ff83f717000 C:\WINDOWS\System32\win32u.dll -0x00007ff840c40000 - 0x00007ff840c6a000 C:\WINDOWS\System32\GDI32.dll -0x00007ff82b810000 - 0x00007ff82baa7000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3624_none_3e086962e3345f24\COMCTL32.dll -0x00007ff83eb00000 - 0x00007ff83ec31000 C:\WINDOWS\System32\gdi32full.dll -0x00007ff83f510000 - 0x00007ff83f5b3000 C:\WINDOWS\System32\msvcp_win.dll -0x00007ff83fef0000 - 0x00007ff83ff99000 C:\WINDOWS\System32\msvcrt.dll -0x00007ff8417e0000 - 0x00007ff84180f000 C:\WINDOWS\System32\IMM32.DLL -0x00007ff8332f0000 - 0x00007ff8332fc000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\vcruntime140_1.dll -0x00007fffbcf30000 - 0x00007fffbcfbd000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\msvcp140.dll -0x00007fff9b760000 - 0x00007fff9c4f0000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\server\jvm.dll -0x00007ff841820000 - 0x00007ff8418d2000 C:\WINDOWS\System32\ADVAPI32.dll -0x00007ff840d30000 - 0x00007ff840dd6000 C:\WINDOWS\System32\sechost.dll -0x00007ff840190000 - 0x00007ff8402a6000 C:\WINDOWS\System32\RPCRT4.dll -0x00007ff841710000 - 0x00007ff841784000 C:\WINDOWS\System32\WS2_32.dll -0x00007ff82f360000 - 0x00007ff82f396000 C:\WINDOWS\SYSTEM32\WINMM.dll -0x00007ff83e950000 - 0x00007ff83e9ae000 C:\WINDOWS\SYSTEM32\POWRPROF.dll -0x00007ff8304a0000 - 0x00007ff8304ab000 C:\WINDOWS\SYSTEM32\VERSION.dll -0x00007ff83e930000 - 0x00007ff83e944000 C:\WINDOWS\SYSTEM32\UMPDC.dll -0x00007ff83d910000 - 0x00007ff83d92a000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll -0x00007ff830ee0000 - 0x00007ff830eea000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\jimage.dll -0x00007ff83c2c0000 - 0x00007ff83c501000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL -0x00007ff8406f0000 - 0x00007ff840a72000 C:\WINDOWS\System32\combase.dll -0x00007ff83f720000 - 0x00007ff83f7f6000 C:\WINDOWS\System32\OLEAUT32.dll -0x00007fffd2f70000 - 0x00007fffd2fa9000 C:\WINDOWS\SYSTEM32\dbgcore.DLL -0x00007ff83f5c0000 - 0x00007ff83f659000 C:\WINDOWS\System32\bcryptPrimitives.dll -0x00007ff82ee90000 - 0x00007ff82ee9f000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\instrument.dll -0x00007ff81aba0000 - 0x00007ff81abbf000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\java.dll -0x00007ff840de0000 - 0x00007ff841509000 C:\WINDOWS\System32\SHELL32.dll -0x00007ff83ec40000 - 0x00007ff83eda8000 C:\WINDOWS\System32\wintypes.dll -0x00007ff83c7c0000 - 0x00007ff83d012000 C:\WINDOWS\SYSTEM32\windows.storage.dll -0x00007ff841620000 - 0x00007ff84170d000 C:\WINDOWS\System32\SHCORE.dll -0x00007ff840bd0000 - 0x00007ff840c34000 C:\WINDOWS\System32\shlwapi.dll -0x00007ff83ea10000 - 0x00007ff83ea3f000 C:\WINDOWS\SYSTEM32\profapi.dll -0x00007ff8049d0000 - 0x00007ff8049e8000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\zip.dll -0x00007ff82c1f0000 - 0x00007ff82c200000 C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\net.dll -0x00007ff837ff0000 - 0x00007ff83810d000 C:\WINDOWS\SYSTEM32\WINHTTP.dll -0x00007ff83de30000 - 0x00007ff83de9a000 C:\WINDOWS\system32\mswsock.dll -0x00007fffe0580000 - 0x00007fffe0596000 C:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\nio.dll -0x00007ff8293b0000 - 0x00007ff8293c0000 c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\verify.dll -0x00007fffdb4d0000 - 0x00007fffdb515000 C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702\eclipse_11911.dll -0x00007ff8403e0000 - 0x00007ff840576000 C:\WINDOWS\System32\ole32.dll -0x00007ff83e0d0000 - 0x00007ff83e0ec000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll -0x00007ff83d870000 - 0x00007ff83d8aa000 C:\WINDOWS\system32\rsaenh.dll -0x00007ff83ded0000 - 0x00007ff83defb000 C:\WINDOWS\SYSTEM32\USERENV.dll -0x00007ff83e9e0000 - 0x00007ff83ea06000 C:\WINDOWS\SYSTEM32\bcrypt.dll -0x00007ff83e0f0000 - 0x00007ff83e0fc000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll -0x00007ff83d390000 - 0x00007ff83d3c3000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL -0x00007ff83ffb0000 - 0x00007ff83ffba000 C:\WINDOWS\System32\NSI.dll -0x00007fffc7d90000 - 0x00007fffc7dd9000 C:\Users\rohan\AppData\Local\Temp\jna-108691256\jna12869976969149145398.dll -0x00007ff83ffa0000 - 0x00007ff83ffa8000 C:\WINDOWS\System32\PSAPI.DLL -0x00007ff8388f0000 - 0x00007ff83890f000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL -0x00007ff838820000 - 0x00007ff838845000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL - -dbghelp: loaded successfully - version: 4.0.5 - missing functions: none -symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.3624_none_3e086962e3345f24;c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\jre\21.0.6-win32-x86_64\bin\server;C:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win\org.eclipse.equinox.launcher\org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1300.v20250331-1702;C:\Users\rohan\AppData\Local\Temp\jna-108691256 - -VM Arguments: -jvm_args: --add-modules=ALL-SYSTEM --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED -Declipse.application=org.eclipse.jdt.ls.core.id1 -Dosgi.bundles.defaultStartLevel=4 -Declipse.product=org.eclipse.jdt.ls.core.product -Djava.import.generatesMetadataFilesAtProjectRoot=false -DDetectVMInstallationsJob.disabled=true -Dfile.encoding=utf8 -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -Xlog:disable -javaagent:c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\lombok\lombok-1.18.36.jar -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java -Daether.dependencyCollector.impl=bf -java_command: c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar -configuration c:\Users\rohan\AppData\Roaming\Code\User\globalStorage\redhat.java\1.41.1\config_win -data c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java\jdt_ws --pipe=\\.\pipe\lsp-4f126972128c0172335a4fdc04f32ff5-sock -java_class_path (initial): c:\Users\rohan\.vscode\extensions\redhat.java-1.41.1-win32-x64\server\plugins\org.eclipse.equinox.launcher_1.7.0.v20250331-1702.jar -Launcher Type: SUN_STANDARD - -[Global flags] - uintx AdaptiveSizePolicyWeight = 90 {product} {command line} - intx CICompilerCount = 4 {product} {ergonomic} - uintx GCTimeRatio = 4 {product} {command line} - bool HeapDumpOnOutOfMemoryError = true {manageable} {command line} - ccstr HeapDumpPath = c:\Users\rohan\AppData\Roaming\Code\User\workspaceStorage\cb06cb6f73a13baed36c3337526f97d1\redhat.java {manageable} {command line} - size_t InitialHeapSize = 104857600 {product} {command line} - size_t MaxHeapSize = 1073741824 {product} {command line} - size_t MaxNewSize = 357564416 {product} {ergonomic} - size_t MinHeapDeltaBytes = 524288 {product} {ergonomic} - size_t MinHeapSize = 104857600 {product} {command line} - size_t NewSize = 34603008 {product} {ergonomic} - uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic} - uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} - size_t OldSize = 70254592 {product} {ergonomic} - uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic} - uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} - bool SegmentedCodeCache = true {product} {ergonomic} - size_t SoftMaxHeapSize = 1073741824 {manageable} {ergonomic} - bool UseCompressedOops = true {product lp64_product} {ergonomic} - bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic} - bool UseParallelGC = true {product} {command line} - -Logging: -Log output configuration: - #0: stdout all=off uptime,level,tags foldmultilines=false - #1: stderr all=off uptime,level,tags foldmultilines=false - -Environment Variables: -JAVA_HOME=C:\Users\rohan\AppData\Local\Programs\Eclipse Adoptium\jdk-17.0.7.7-hotspot\ -PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\MinGW\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Java\jdk-24\bin;C:\Users\rohan\Downloads\apache-maven-3.9.9\bin;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\rohan\AppData\Local\Programs\Python\Python313\Scripts\;C:\Users\rohan\AppData\Local\Programs\Python\Python313\;C:\Users\rohan\AppData\Local\Programs\Python\Launcher\;C:\Users\rohan\AppData\Local\Programs\Eclipse Adoptium\jdk-17.0.7.7-hotspot\bin;C:\Users\rohan\AppData\Local\Microsoft\WindowsApps;C:\Users\rohan\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\rohan\AppData\Roaming\npm;C:\Users\rohan\AppData\Local\GitHubDesktop\bin -USERNAME=rohan -OS=Windows_NT -PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 4, GenuineIntel -TMP=C:\Users\rohan\AppData\Local\Temp -TEMP=C:\Users\rohan\AppData\Local\Temp - - - - -Periodic native trim disabled - ---------------- S Y S T E M --------------- - -OS: - Windows 11 , 64 bit Build 26100 (10.0.26100.3775) -OS uptime: 8 days 0:30 hours - -CPU: total 12 (initial active 12) (6 cores per cpu, 2 threads per core) family 6 model 154 stepping 4 microcode 0x41e, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, serialize, rdtscp, rdpid, fsrm, f16c, pku, cet_ibt, cet_ss -Processor Information for processor 0 - Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 -Processor Information for processor 1 - Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 -Processor Information for processor 2 - Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 -Processor Information for processor 3 - Max Mhz: 1300, Current Mhz: 1300, Mhz Limit: 1300 -Processor Information for processor 4 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 5 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 6 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 7 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 8 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 9 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 10 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 -Processor Information for processor 11 - Max Mhz: 1300, Current Mhz: 900, Mhz Limit: 897 - -Memory: 4k page, system-wide physical 7886M (626M free) -TotalPageFile size 16266M (AvailPageFile size 0M) -current process WorkingSet (physical memory assigned to process): 598M, peak: 598M -current process commit charge ("private bytes"): 560M, peak: 987M - -vm_info: OpenJDK 64-Bit Server VM (21.0.6+7-LTS) for windows-amd64 JRE (21.0.6+7-LTS), built on 2025-01-21T00:00:00Z by "admin" with MS VC++ 17.7 (VS2022) - -END. diff --git a/replay_pid9248.log b/replay_pid9248.log deleted file mode 100644 index a6d8365..0000000 --- a/replay_pid9248.log +++ /dev/null @@ -1,8336 +0,0 @@ -version 2 -JvmtiExport can_access_local_variables 0 -JvmtiExport can_hotswap_or_post_breakpoint 1 -JvmtiExport can_post_on_exceptions 0 -# 585 ciObject found -instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor -ciInstanceKlass java/lang/Cloneable 1 0 7 100 1 100 1 1 1 -instanceKlass org/eclipse/aether/util/graph/transformer/NearestVersionSelector$ConflictGroup -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ConflictItem -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$NodeInfo -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker$ConflictGroup -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker$Key -instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 argL0 ; # org/apache/maven/utils/Os$$Lambda+0x000001e4256ad450 -instanceKlass org/apache/maven/utils/Os -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 107 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256ad228 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 84 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256ad000 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 61 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256afbe0 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 38 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256af9b8 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$2 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationOS;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256af7a0 -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu12$$FastClassByGuice$$205572989 -instanceKlass org/eclipse/aether/util/graph/selector/ExclusionDependencySelector$ExclusionComparator -instanceKlass org/apache/maven/repository/internal/DefaultModelCache$Key -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper cache (Lorg/eclipse/aether/graph/DependencyNode;Ljava/util/List;)V 7 member ; # org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$$Lambda+0x000001e4256af0c0 -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$Coordinate -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager createCoordinate (Lorg/eclipse/aether/graph/DependencyNode;I)Lorg/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$Coordinate; 8 argL0 ; # org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager$$Lambda+0x000001e4256aec98 -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DependencyResolutionResult -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$GraphKey -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae450 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae228 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ae000 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256abd98 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 161 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256abb70 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab720 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab4f8 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab948 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab2d0 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 145 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256ab0a8 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aae80 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aa808 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aaa30 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aac58 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$1 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;Lorg/eclipse/aether/graph/Dependency;Ljava/util/Map;Lorg/eclipse/aether/version/Version;)V 18 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256aa5e0 -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Descriptor -instanceKlass @bci org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool intern (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 member ; # org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool$$Lambda+0x000001e4256a9fa0 -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader$1 -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader$ContentTransformer -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3Reader -instanceKlass org/apache/maven/repository/internal/DefaultModelResolver -instanceKlass org/apache/maven/repository/internal/DefaultModelCache -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$DescriptorKey -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a9098 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8e70 -# instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8c48 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 114 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a8a20 -instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector 777 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256ac000 -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Constraint$VersionRepo -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$Constraint -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$ConstraintKey -instanceKlass org/eclipse/aether/collection/DependencyManagement -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver resolveDescriptors (Lorg/eclipse/aether/artifact/Artifact;Ljava/util/concurrent/Callable;)V 10 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver$$Lambda+0x000001e4256a8000 -instanceKlass org/eclipse/aether/util/artifact/ArtifactIdUtils -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector resolveArtifactDescriptorAsync (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)V 21 member ; # org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$Lambda+0x000001e4256a2c18 -instanceKlass org/eclipse/aether/internal/impl/collect/CollectStepDataImpl -instanceKlass org/eclipse/aether/collection/CollectStepData -instanceKlass org/eclipse/aether/graph/Dependency$Exclusions$1 -instanceKlass @bci org/eclipse/aether/util/graph/manager/ClassicDependencyManager deriveChildManager (Lorg/eclipse/aether/collection/DependencyCollectionContext;)Lorg/eclipse/aether/collection/DependencyManager; 420 argL0 ; # org/eclipse/aether/util/graph/manager/ClassicDependencyManager$$Lambda+0x000001e4256a3a68 -instanceKlass org/eclipse/aether/util/graph/manager/ClassicDependencyManager$Key -instanceKlass org/eclipse/aether/util/concurrency/WorkerThreadFactory -instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$ParallelDescriptorResolver -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CoordinateManager -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper$CacheManager -instanceKlass @bci org/eclipse/aether/util/concurrency/ExecutorUtils ()V 0 argL0 ; # org/eclipse/aether/util/concurrency/ExecutorUtils$$Lambda+0x000001e4256a7cd8 -instanceKlass @cpi org/eclipse/aether/util/concurrency/ExecutorUtils 106 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256a2000 -instanceKlass org/eclipse/aether/util/concurrency/ExecutorUtils -instanceKlass org/eclipse/aether/graph/DependencyCycle -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$HardInternPool -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$WeakInternPool -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool$InternPool -instanceKlass org/apache/maven/project/DefaultProjectBuildingResult -instanceKlass org/eclipse/aether/util/graph/visitor/TreeDependencyVisitor -instanceKlass org/eclipse/aether/internal/impl/ArtifactRequestBuilder -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeContext -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ConflictContext -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$State -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter$ConflictId -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter$RootQueue -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictMarker -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictIdSorter -instanceKlass org/eclipse/aether/util/graph/transformer/TransformationContextKeys -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyGraphTransformationContext -instanceKlass org/eclipse/aether/internal/impl/collect/CachingArtifactTypeRegistry -instanceKlass @bci org/apache/maven/RepositoryUtils toDependency (Lorg/apache/maven/model/Dependency;Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;)Lorg/eclipse/aether/graph/Dependency; 106 argL0 ; # org/apache/maven/RepositoryUtils$$Lambda+0x000001e4256a4720 -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu9$$FastClassByGuice$$205406934 -instanceKlass org/apache/maven/project/DefaultDependencyResolutionRequest -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1800 -instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping$$FastClassByGuice$$204266613 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a1000 -instanceKlass org/apache/maven/model/Site -instanceKlass org/apache/maven/model/merge/ModelMerger$NotifierKeyComputer -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 57 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f9b0 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 34 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f788 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$1 (Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationFile;)V 8 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f570 -instanceKlass org/apache/maven/model/Notifier -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$4 (Lorg/apache/maven/model/Activation;Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Ljava/lang/String;)V 32 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569f090 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$4 (Lorg/apache/maven/model/Activation;Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Ljava/lang/String;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569ee78 -instanceKlass org/apache/maven/lifecycle/Lifecycle$__sisu8$$FastClassByGuice$$203310661 -instanceKlass org/apache/maven/lifecycle/Lifecycle$__sisu7$$FastClassByGuice$$202206712 -instanceKlass org/apache/maven/lifecycle/mapping/LifecycleMojo -instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping$__sisu4$$FastClassByGuice$$200529695 -instanceKlass org/apache/maven/lifecycle/mapping/Lifecycle -instanceKlass org/apache/maven/model/building/DefaultModelBuildingEvent -instanceKlass org/apache/maven/model/building/ModelBuildingEventCatapult$1 -instanceKlass org/apache/maven/project/DefaultProjectBuilder$InterimResult -instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$StringItem -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu13$$FastClassByGuice$$200100191 -instanceKlass org/apache/maven/artifact/versioning/Restriction -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a0c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4256a0800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4256a0400 -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$__sisu16$$FastClassByGuice$$198889337 -instanceKlass org/apache/maven/artifact/ArtifactUtils -instanceKlass org/apache/maven/artifact/DefaultArtifact -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler$$FastClassByGuice$$198163113 -instanceKlass org/apache/maven/repository/internal/ArtifactDescriptorUtils -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder interpolateModel (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/building/ModelProblemCollector;)Lorg/apache/maven/model/Model; 219 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e42569ce68 -instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1548 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4256a0000 -instanceKlass java/util/stream/Streams$RangeIntSpliterator -instanceKlass org/apache/maven/model/Extension -instanceKlass org/codehaus/plexus/interpolation/util/StringUtils -instanceKlass org/apache/maven/model/DistributionManagement -instanceKlass org/apache/maven/model/MailingList -instanceKlass org/apache/maven/model/IssueManagement -instanceKlass org/apache/maven/model/CiManagement -instanceKlass org/apache/maven/model/Prerequisites -instanceKlass org/apache/maven/model/Organization -instanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap -instanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss -instanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap -instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer -instanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor -instanceKlass org/codehaus/plexus/interpolation/util/ValueSourceUtils -instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$ModelVisitor -instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$1 -instanceKlass org/codehaus/plexus/interpolation/PrefixAwareRecursionInterceptor -instanceKlass org/codehaus/plexus/interpolation/StringSearchInterpolator -instanceKlass org/apache/maven/model/interpolation/UrlNormalizingPostProcessor -instanceKlass org/apache/maven/model/interpolation/PathTranslatingPostProcessor -instanceKlass org/apache/maven/model/interpolation/MavenBuildTimestamp -instanceKlass org/codehaus/plexus/interpolation/PrefixedValueSourceWrapper -instanceKlass org/codehaus/plexus/interpolation/FeedbackEnabledValueSource -instanceKlass org/codehaus/plexus/interpolation/AbstractDelegatingValueSource -instanceKlass org/codehaus/plexus/interpolation/QueryEnabledValueSource -instanceKlass org/apache/maven/model/merge/ModelMerger$ExtensionKeyComputer -instanceKlass org/apache/maven/model/merge/ModelMerger$ResourceKeyComputer -instanceKlass org/apache/maven/model/merge/ModelMerger$SourceDominant -instanceKlass org/apache/maven/model/merge/ModelMerger$DependencyKeyComputer -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 61 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697578 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 38 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697350 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder lambda$getInterpolatedProfiles$3 (Lorg/codehaus/plexus/interpolation/RegexBasedInterpolator;Lorg/apache/maven/model/building/DefaultModelProblemCollector;Lorg/apache/maven/model/ActivationProperty;)V 12 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425697138 -instanceKlass org/apache/maven/model/building/DefaultModelBuilder$InterpolateString -instanceKlass org/apache/maven/model/building/DefaultModelBuilder$1Interpolation -instanceKlass org/apache/maven/model/DependencyManagement -instanceKlass org/apache/maven/model/Scm -instanceKlass org/apache/maven/model/License -instanceKlass @bci org/eclipse/aether/named/support/NamedLockFactorySupport closeLock (Ljava/lang/String;)V 6 member ; # org/eclipse/aether/named/support/NamedLockFactorySupport$$Lambda+0x000001e425696358 -instanceKlass org/eclipse/aether/repository/LocalArtifactRequest -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry getWorkspaceArtifacts (Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map; 15 member ; # org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry$$Lambda+0x000001e4256897e0 -instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver$Key -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher$1 -instanceKlass org/eclipse/aether/RepositoryEvent$Builder -instanceKlass org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport$SimpleResult -instanceKlass @bci org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager getRemoteRepositoryFilter (Lorg/eclipse/aether/RepositorySystemSession;)Lorg/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter; 11 member ; # org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager$$Lambda+0x000001e4256952f8 -instanceKlass @bci org/eclipse/aether/named/support/ReadWriteLockNamedLock (Ljava/lang/String;Lorg/eclipse/aether/named/support/NamedLockFactorySupport;Ljava/util/concurrent/locks/ReadWriteLock;)V 7 argL0 ; # org/eclipse/aether/named/support/ReadWriteLockNamedLock$$Lambda+0x000001e425694cc8 -instanceKlass org/eclipse/aether/named/support/Retry$DoNotRetry -instanceKlass @bci org/eclipse/aether/named/support/NamedLockFactorySupport getLock (Ljava/lang/String;)Lorg/eclipse/aether/named/support/NamedLockSupport; 6 member ; # org/eclipse/aether/named/support/NamedLockFactorySupport$$Lambda+0x000001e425694660 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter$AdaptedLockSyncContext -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/GAVNameMapper -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NameMappers -instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter$NamedEntry -instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter$NamedIterator -instanceKlass @bci org/eclipse/aether/DefaultSessionData computeIfAbsent (Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object; 6 member ; # org/eclipse/aether/DefaultSessionData$$Lambda+0x000001e425693930 -instanceKlass @bci org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory newInstance (Lorg/eclipse/aether/RepositorySystemSession;Z)Lorg/eclipse/aether/SyncContext; 18 member ; # org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory$$Lambda+0x000001e425693718 -instanceKlass org/apache/maven/project/ReactorModelPool$CacheKey -instanceKlass org/eclipse/aether/util/version/GenericVersion$Item -instanceKlass org/eclipse/aether/util/version/GenericVersion$Tokenizer -instanceKlass org/eclipse/aether/util/version/GenericVersion -instanceKlass org/eclipse/aether/util/version/GenericVersionConstraint -instanceKlass org/eclipse/aether/artifact/AbstractArtifact -instanceKlass org/apache/maven/project/ReactorModelCache$CacheKey -instanceKlass org/apache/maven/model/building/ModelCacheTag$2 -instanceKlass org/apache/maven/model/building/ModelCacheTag$1 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 205 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691e30 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 191 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691c00 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 181 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256919d8 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 169 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256917a8 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 159 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691580 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 147 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691350 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 137 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425691128 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 126 argL0 ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e425690ef8 -instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 27 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690a78 -instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 19 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690848 -instanceKlass @bci org/apache/maven/model/profile/DefaultProfileActivationContext setProjectProperties (Ljava/util/Properties;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 14 argL0 ; # org/apache/maven/model/profile/DefaultProfileActivationContext$$Lambda+0x000001e425690618 -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getProfileActivationContext (Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/Model;)Lorg/apache/maven/model/profile/DefaultProfileActivationContext; 55 member ; # org/apache/maven/model/building/DefaultModelBuilder$$Lambda+0x000001e4256903e0 -instanceKlass org/apache/maven/model/building/ModelProblemUtils -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$Xpp3DomBuilderInputLocationBuilder -instanceKlass org/apache/maven/model/Exclusion -instanceKlass org/apache/maven/model/Parent -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$1 -instanceKlass org/codehaus/plexus/util/xml/Xpp3DomBuilder$InputLocationBuilder -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx$ContentTransformer -instanceKlass org/apache/maven/model/io/xpp3/MavenXpp3ReaderEx -instanceKlass org/apache/maven/building/FileSource -instanceKlass org/apache/maven/model/building/ModelSource2 -instanceKlass org/apache/maven/model/building/DefaultModelBuildingResult -instanceKlass org/apache/maven/model/building/AbstractModelBuildingListener -instanceKlass org/apache/maven/project/ProjectModelResolver -instanceKlass org/apache/maven/model/building/DefaultModelBuildingRequest -instanceKlass org/apache/maven/artifact/repository/LegacyLocalRepositoryManager -instanceKlass org/apache/maven/project/ReactorModelCache -instanceKlass org/eclipse/m2e/core/internal/IMavenToolbox$1 -instanceKlass @bci org/eclipse/m2e/core/internal/IMavenToolbox ()V 8 argL0 ; # org/eclipse/m2e/core/internal/IMavenToolbox$$Lambda+0x000001e425689320 -instanceKlass @bci org/eclipse/m2e/core/internal/IMavenToolbox ()V 0 argL0 ; # org/eclipse/m2e/core/internal/IMavenToolbox$$Lambda+0x000001e425689110 -instanceKlass org/eclipse/m2e/core/internal/IMavenToolbox -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager lambda$22 (Lorg/eclipse/m2e/core/internal/embedder/MavenExecutionContext;Lorg/eclipse/core/resources/IFile;Lorg/eclipse/m2e/core/embedder/IMavenExecutionContext;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/Map; 22 argL0 ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688ce0 -instanceKlass org/apache/maven/project/DefaultProjectBuildingRequest -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager readProjectsWithDependencies (Lorg/eclipse/core/resources/IFile;Lorg/eclipse/m2e/core/project/IProjectConfiguration;Lorg/eclipse/core/runtime/IProgressMonitor;)Ljava/util/Collection; 66 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688ac8 -instanceKlass org/eclipse/aether/version/VersionRange -instanceKlass org/eclipse/aether/version/VersionConstraint -instanceKlass org/eclipse/aether/util/version/GenericVersionScheme -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$Context -instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$PlexusComponentLookup -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine getProject (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;Ljava/util/function/Function;)Lorg/apache/maven/project/MavenProject; 33 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine$$Lambda+0x000001e425688470 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager lambda$24 (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;)Lorg/apache/maven/project/MavenProject; 6 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688238 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager getMavenProject (Lorg/eclipse/m2e/core/project/IMavenProjectFacade;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/apache/maven/project/MavenProject; 7 member ; # org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager$$Lambda+0x000001e425688000 -instanceKlass org/eclipse/m2e/core/internal/project/ResolverConfigurationIO -instanceKlass org/eclipse/m2e/core/internal/ExtensionReader -instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildContext -instanceKlass org/eclipse/m2e/core/internal/builder/plexusbuildapi/PlexusBuildAPI -instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework -instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildDelta -instanceKlass org/eclipse/m2e/core/internal/builder/IIncrementalBuildFramework$BuildResultCollector -instanceKlass org/eclipse/m2e/core/internal/builder/MavenBuilderImpl -instanceKlass org/eclipse/m2e/core/internal/builder/MavenBuilder$BuildMethod -instanceKlass org/eclipse/m2e/core/internal/builder/DeltaProvider -instanceKlass org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv -instanceKlass org/eclipse/jdt/apt/core/env/EclipseAnnotationProcessorEnvironment -instanceKlass com/sun/mirror/apt/AnnotationProcessorEnvironment -instanceKlass org/eclipse/jdt/apt/core/internal/env/AbstractCompilationEnv$EnvCallback -instanceKlass org/eclipse/jdt/apt/core/internal/APTDispatchRunnable -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425682000 -instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedMethod (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 217 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e425685e20 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable reportError (Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)I 108 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e425684cc0 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425681000 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator initializeLabels (Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V 27 argL0 ; # org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator$$Lambda+0x000001e42567f888 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/CaseStatement peeledLabelExpressions ()[Lorg/eclipse/jdt/internal/compiler/ast/Expression; 80 argL0 ; # org/eclipse/jdt/internal/compiler/ast/CaseStatement$$Lambda+0x000001e42567f678 -instanceKlass org/eclipse/jdt/internal/compiler/ast/CaseStatement$LabelExpression -instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator -instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedField (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 30 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567dac0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedType (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)V 75 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567d8a8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/problem/ProblemReporter deprecatedMethod (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V 193 member ; # org/eclipse/jdt/internal/compiler/problem/ProblemReporter$$Lambda+0x000001e42567d690 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/DoubleCache -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope greaterLowerBound ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 7 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e42567d248 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18$2 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425680000 -instanceKlass org/eclipse/jdt/internal/compiler/ast/FunctionalExpression$1BridgeCollector -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/LambdaExpression generateCode (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 456 argL0 ; # org/eclipse/jdt/internal/compiler/ast/LambdaExpression$$Lambda+0x000001e42567cb58 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding$1 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 145 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c6a8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 135 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c468 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding (Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;[CLorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;)V 103 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding$$Lambda+0x000001e42567c228 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markClose (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)V 3 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e42567c000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567bc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567b000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567ac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42567a000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425679000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425678000 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/IntegerCache -instanceKlass org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext$EscapingExceptionCatchSite -instanceKlass org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 ; # java/lang/invoke/LambdaForm$MH+0x000001e425676c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425676800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425676400 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markPassedToOutside (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo; 54 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e425672bf0 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable 1058 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425676000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675c00 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile getNestMembers ()Ljava/util/List; 18 argL0 ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e4256717c0 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/LongCache -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675800 -instanceKlass lombok/eclipse/agent/PatchExtensionMethod$PostponedNonStaticAccessToStaticMethodError -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425675000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425674000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425669400 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Substitution$NullSubstitution -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment hasCompilationUnit ([[C[CZ)Z 91 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d3840 -instanceKlass org/eclipse/jdt/internal/compiler/ClassFile$1 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$ExceptionMarker -instanceKlass org/eclipse/jdt/internal/compiler/ClassFile$3 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo -instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrame -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding capture (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding; 185 member ; # org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding$$Lambda+0x000001e4256675b8 -instanceKlass org/eclipse/core/runtime/SlicedProgressMonitor -instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 ; # java/lang/invoke/LambdaForm$MH+0x000001e425669000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425668c00 -instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668800 -instanceKlass @bci org/eclipse/core/internal/resources/File internalSetMultipleContents (Ljava/util/concurrent/ConcurrentMap;IZLorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 63 member ; # org/eclipse/core/internal/resources/File$$Lambda+0x000001e4255a9380 -instanceKlass @cpi org/eclipse/core/internal/resources/File 783 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668400 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/MethodVerifier checkForRedundantSuperinterfaces (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V 475 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/MethodVerifier$$Lambda+0x000001e4256660a8 -instanceKlass @bci org/eclipse/core/internal/resources/Workspace createMultiple (Ljava/util/concurrent/ConcurrentMap;ILorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 115 argL0 ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a9170 -instanceKlass @bci org/eclipse/core/internal/resources/Workspace createMultiple (Ljava/util/concurrent/ConcurrentMap;ILorg/eclipse/core/runtime/IProgressMonitor;Ljava/util/concurrent/ExecutorService;)V 105 member ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a8f38 -instanceKlass jdk/internal/math/DoubleToDecimal -instanceKlass jdk/internal/math/FormattedFPDecimal -instanceKlass org/eclipse/lsp4j/WorkDoneProgressReport -instanceKlass org/eclipse/lsp4j/adapters/WorkDoneProgressNotificationAdapter$1 -instanceKlass @bci org/eclipse/lsp4j/adapters/ProgressNotificationAdapter create (Lcom/google/gson/Gson;Lcom/google/gson/reflect/TypeToken;)Lcom/google/gson/TypeAdapter; 63 argL0 ; # org/eclipse/lsp4j/adapters/ProgressNotificationAdapter$$Lambda+0x000001e42566c000 -instanceKlass @bci java/util/function/Predicate or (Ljava/util/function/Predicate;)Ljava/util/function/Predicate; 7 member ; # java/util/function/Predicate$$Lambda+0x000001e42536f958 -instanceKlass @cpi java/util/function/Predicate 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425668000 -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$PropertyChecker -instanceKlass com/google/gson/JsonDeserializer -instanceKlass com/google/gson/JsonSerializer -instanceKlass @bci java/util/ArrayDeque copyElements (Ljava/util/Collection;)V 2 member ; # java/util/ArrayDeque$$Lambda+0x000001e42536f730 -instanceKlass org/eclipse/lsp4j/adapters/ProgressNotificationAdapter -instanceKlass org/eclipse/lsp4j/WorkDoneProgressBegin -instanceKlass org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$PendingRequestInfo -instanceKlass org/eclipse/jdt/internal/core/builder/NameSet -instanceKlass org/eclipse/jdt/internal/core/builder/QualifiedNameSet -instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 733 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d2e58 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 723 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d2c18 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/AbstractImageBuilder acceptResult (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V 713 argL0 ; # org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$$Lambda+0x000001e4255d29e8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration generateCode (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 295 argL0 ; # org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration$$Lambda+0x000001e425665c80 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile completeMethodInfo (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 394 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425665648 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile completeMethodInfo (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 387 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425665408 -instanceKlass @bci org/eclipse/jdt/internal/compiler/codegen/CodeStream exitUserScope (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V 2 argL0 ; # org/eclipse/jdt/internal/compiler/codegen/CodeStream$$Lambda+0x000001e4256651c8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration internalGenerateCode (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/ClassFile;)V 742 argL0 ; # org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration$$Lambda+0x000001e425664f88 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile generateTypeAnnotationsOnCodeAttribute ()I 245 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425664d70 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile generateTypeAnnotationsOnCodeAttribute ()I 239 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425664b30 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/StackMapFrameCodeStream$FramePosition -instanceKlass org/eclipse/jdt/internal/compiler/codegen/CachedIndexEntry -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 515 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425664520 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 492 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425664308 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 469 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256640f0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 446 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663ed8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 423 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663cc0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 400 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663aa8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 377 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663890 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 354 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663678 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 331 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663460 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 308 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663248 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 285 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425663030 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 262 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662e18 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 239 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662c00 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 216 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256629e8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 193 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256627d0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 170 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256625b8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 147 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e4256623a0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 124 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425662188 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 101 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661f70 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 78 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661d58 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 55 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661b40 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/Scope initializeCommonTypeBindings ()Ljava/util/Map; 32 member ; # org/eclipse/jdt/internal/compiler/lookup/Scope$$Lambda+0x000001e425661928 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile addFieldAttributes (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;I)I 279 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e425661710 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile addFieldAttributes (Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;I)I 272 member ; # org/eclipse/jdt/internal/compiler/ClassFile$$Lambda+0x000001e4256614d0 -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfInteger -instanceKlass org/eclipse/jdt/internal/compiler/codegen/CharArrayCache -instanceKlass org/eclipse/jdt/internal/compiler/codegen/OperandStack -instanceKlass org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$IteratorForReporting -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1 handle (Lorg/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z 47 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1$$Lambda+0x000001e42565fda0 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$1 123 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425658800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 member ; # org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$$Lambda+0x000001e42565fb78 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable 1048 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425658400 -instanceKlass org/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/MethodDeclaration analyseCode (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V 273 argL0 ; # org/eclipse/jdt/internal/compiler/ast/MethodDeclaration$$Lambda+0x000001e42565f310 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18$3 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 34 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565db28 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 26 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d8f8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 16 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d6b8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/BoundSet properTypesByInferenceVariable ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;)Ljava/util/Map; 6 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/BoundSet$$Lambda+0x000001e42565d478 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/BoundSet$ThreeSets -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceVariable$InferenceVarKey -instanceKlass org/eclipse/jdt/internal/compiler/lookup/BoundSet -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding$1 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$3 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425658000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655400 -instanceKlass lombok/launch/PatchFixesHider$Val -instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies$5 -instanceKlass lombok/eclipse/agent/PatchExtensionMethod$Reflection -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425655000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654400 -instanceKlass lombok/eclipse/agent/PatchExtensionMethod$PostponedError -instanceKlass lombok/eclipse/agent/PatchExtensionMethod -instanceKlass lombok/launch/PatchFixesHider$ExtensionMethod -instanceKlass org/eclipse/jdt/internal/compiler/util/Sorting -instanceKlass lombok/var -instanceKlass lombok/val -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425654000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651800 -instanceKlass lombok/eclipse/agent/PatchVal -instanceKlass @bci org/eclipse/jdt/internal/compiler/parser/Scanner$Goal ()V 468 argL0 ; # org/eclipse/jdt/internal/compiler/parser/Scanner$Goal$$Lambda+0x000001e425622af0 -instanceKlass java/util/stream/Nodes$IntArrayNode -instanceKlass java/util/stream/Node$Builder$OfInt -instanceKlass java/util/stream/Sink$OfInt -instanceKlass java/util/function/IntConsumer -instanceKlass @bci java/util/stream/IntPipeline toArray ()[I 1 argL0 ; # java/util/stream/IntPipeline$$Lambda+0x000001e42536e1d8 -instanceKlass java/util/stream/IntStream -instanceKlass @bci org/eclipse/jdt/internal/compiler/parser/Scanner$Goal ()V 444 argL0 ; # org/eclipse/jdt/internal/compiler/parser/Scanner$Goal$$Lambda+0x000001e4256228e0 -instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner$Goal -instanceKlass @bci org/eclipse/jdt/internal/compiler/ProcessTaskManager (Lorg/eclipse/jdt/internal/compiler/Compiler;I)V 37 member ; # org/eclipse/jdt/internal/compiler/ProcessTaskManager$$Lambda+0x000001e4256224c0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ProcessTaskManager ()V 10 argL0 ; # org/eclipse/jdt/internal/compiler/ProcessTaskManager$$Lambda+0x000001e4256222b0 -instanceKlass org/eclipse/jdt/internal/compiler/ProcessTaskManager -instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl replacePlaceholdersUsing (Ljava/util/Map;)Ljava/util/function/Function; 1 member ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645b70 -instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 105 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645940 -instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 70 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e425645710 -instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 65 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e4256454e0 -instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 33 member ; # java/util/stream/Collectors$$Lambda+0x800000047 -instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 25 member ; # java/util/stream/Collectors$$Lambda+0x800000044 -instanceKlass @bci java/util/stream/Collectors partitioningBy (Ljava/util/function/Predicate;Ljava/util/stream/Collector;)Ljava/util/stream/Collector; 9 member ; # java/util/stream/Collectors$$Lambda+0x80000003f -instanceKlass @bci org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl getOptions ()Ljava/util/Map; 30 argL0 ; # org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl$$Lambda+0x000001e4256452a0 -instanceKlass org/eclipse/jdt/apt/core/util/AptConfig$ProcessorOptionsParser -instanceKlass org/springframework/boot/configurationprocessor/metadata/ConfigurationMetadata -instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$InitializeJobMatcher -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651400 -instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment getEndpointAnnotationElements ()Ljava/util/Set; 28 argL0 ; # org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment$$Lambda+0x000001e425652448 -instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment getEndpointAnnotationElements ()Ljava/util/Set; 18 member ; # org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment$$Lambda+0x000001e425652210 -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 142 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640460 -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 132 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640228 -instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$WriteTask -instanceKlass @bci org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser ()V 0 argL0 ; # org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser$$Lambda+0x000001e425652000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425651000 -instanceKlass com/sun/source/util/SourcePositions -instanceKlass com/sun/source/tree/CatchTree -instanceKlass com/sun/source/tree/ClassTree -instanceKlass com/sun/source/tree/StatementTree -instanceKlass com/sun/source/tree/MethodTree -instanceKlass javax/tools/JavaCompiler$CompilationTask -instanceKlass com/sun/source/tree/CompilationUnitTree -instanceKlass com/sun/source/tree/Tree -instanceKlass com/sun/source/util/TreePath -instanceKlass com/sun/source/tree/Scope -instanceKlass com/sun/source/util/Trees -instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/ReflectionWrapper -instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/TreeVisitor -instanceKlass org/eclipse/lsp4j/FileOperationPatternOptions -instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/javac/JavaCompilerFieldValuesParser -instanceKlass org/eclipse/lsp4j/FileOperationPattern -instanceKlass org/eclipse/lsp4j/FileOperationFilter -instanceKlass org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser -instanceKlass org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment -instanceKlass org/eclipse/lsp4j/FileOperationOptions -instanceKlass org/eclipse/lsp4j/FileOperationsServerCapabilities -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl -instanceKlass @bci org/springframework/boot/configurationprocessor/TypeUtils getDeclaredType (Ljavax/lang/model/util/Types;Ljava/lang/Class;I)Ljavax/lang/model/type/TypeMirror; 9 member ; # org/springframework/boot/configurationprocessor/TypeUtils$$Lambda+0x000001e425650000 -instanceKlass javax/lang/model/util/AbstractTypeVisitor6 -instanceKlass java/util/EnumMap$EntryIterator$Entry -instanceKlass java/util/EnumMap$EnumMapIterator -instanceKlass @bci org/springframework/boot/configurationprocessor/TypeUtils ()V 142 member ; # org/springframework/boot/configurationprocessor/TypeUtils$$Lambda+0x000001e4256448e8 -instanceKlass javax/lang/model/type/TypeVisitor -instanceKlass org/springframework/boot/configurationprocessor/TypeUtils -instanceKlass org/eclipse/lsp4j/CompletionItemOptions -instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeInputFileObject -instanceKlass org/eclipse/lsp4j/NotebookSelectorCell -instanceKlass org/eclipse/lsp4j/NotebookDocumentFilter -instanceKlass org/springframework/boot/configurationprocessor/MetadataCollector -instanceKlass org/eclipse/lsp4j/NotebookSelector -instanceKlass org/eclipse/lsp4j/DocumentOnTypeFormattingOptions -instanceKlass org/springframework/boot/configurationprocessor/MetadataStore -instanceKlass org/eclipse/lsp4j/AbstractWorkDoneProgressOptions -instanceKlass org/eclipse/lsp4j/NotebookDocumentSyncRegistrationOptions -instanceKlass org/eclipse/lsp4j/ServerInfo -instanceKlass com/google/gson/internal/Streams -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint handleRequest (Lorg/eclipse/lsp4j/jsonrpc/messages/RequestMessage;)V 121 member ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e425640000 -instanceKlass java/util/concurrent/CompletableFuture$AsynchronousCompletionTask -instanceKlass java/util/concurrent/CompletableFuture$AltResult -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler legend ()Lorg/eclipse/lsp4j/SemanticTokensLegend; 37 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler$$Lambda+0x000001e42563ca78 -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/NameImpl -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler legend ()Lorg/eclipse/lsp4j/SemanticTokensLegend; 10 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler$$Lambda+0x000001e42563c420 -instanceKlass org/eclipse/jdt/core/dom/IBinding -instanceKlass org/eclipse/lsp4j/SemanticTokensLegend -instanceKlass javax/annotation/processing/SupportedAnnotationTypes -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SemanticTokensHandler -instanceKlass javax/annotation/processing/SupportedOptions -instanceKlass org/eclipse/lsp4j/DocumentFilter -instanceKlass org/eclipse/lsp4j/SemanticTokensServerFull -instanceKlass org/eclipse/lsp4j/TextDocumentRegistrationOptions -instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo -instanceKlass org/eclipse/lsp4j/WorkDoneProgressOptions -instanceKlass lombok/launch/AnnotationProcessorHider$AstModificationNotifierData -instanceKlass org/eclipse/lsp4j/WorkspaceFoldersOptions -instanceKlass org/eclipse/lsp4j/WorkspaceServerCapabilities -instanceKlass org/eclipse/lsp4j/SaveOptions -instanceKlass org/eclipse/lsp4j/TextDocumentSyncOptions -instanceKlass lombok/core/AnnotationProcessor$ProcessorDescriptor -instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor (Lorg/eclipse/core/runtime/IConfigurationElement;)V 59 member ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor$$Lambda+0x000001e425423248 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 37 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425423010 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 32 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425422de0 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler getDelegateCommandHandlerDescriptors (Z)Ljava/util/Collection; 27 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$$Lambda+0x000001e425422bb0 -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor -instanceKlass org/apache/commons/lang3/BooleanUtils -instanceKlass org/eclipse/lsp4j/ServerCapabilities -instanceKlass @bci java/util/stream/SortedOps$RefSortingSink end ()V 48 member ; # java/util/stream/SortedOps$RefSortingSink$$Lambda+0x000001e42536b308 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 152 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e425422780 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 142 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e4254224f8 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 132 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e4254222b8 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils getBundles (Ljava/lang/String;Lorg/osgi/framework/wiring/FrameworkWiring;)[Lorg/osgi/framework/Bundle; 122 argL0 ; # org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$$Lambda+0x000001e425422088 -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BundleUtils$BundleInfo -instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/StandardPreferenceManager update (Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences;)V 364 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/StandardPreferenceManager$$Lambda+0x000001e425421c48 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences createFrom (Ljava/util/Map;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 2196 member ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e425421a20 -instanceKlass com/google/common/base/CommonPattern -instanceKlass com/google/common/base/Platform$JdkPatternCompiler -instanceKlass com/google/common/base/PatternCompiler -instanceKlass com/google/common/base/Platform -instanceKlass com/google/common/base/Strings -instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences createFrom (Ljava/util/Map;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 1617 member ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e4254217f8 -instanceKlass org/eclipse/jdt/ls/core/internal/RuntimeEnvironment -instanceKlass org/eclipse/jdt/internal/corext/util/TypeFilter -instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/Preferences setResourceFilters (Ljava/util/List;)Lorg/eclipse/jdt/ls/core/internal/preferences/Preferences; 11 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/Preferences$$Lambda+0x000001e425421348 -instanceKlass com/google/common/base/Ascii -instanceKlass com/google/common/base/CharMatcher -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MapFlattener -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/ClientPreferences -instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$2 -instanceKlass com/google/gson/internal/LinkedTreeMap$LinkedTreeMapIterator -instanceKlass org/eclipse/jdt/ls/core/internal/JSONUtility -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseInitHandler -instanceKlass com/google/gson/internal/bind/JsonElementTypeAdapter$1 -instanceKlass org/eclipse/lsp4j/jsonrpc/util/Preconditions -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/JsonElementTypeAdapter$Factory -instanceKlass org/eclipse/lsp4j/StaleRequestCapabilities -instanceKlass org/eclipse/lsp4j/MarkdownCapabilities -instanceKlass org/eclipse/lsp4j/RegularExpressionsCapabilities -instanceKlass org/eclipse/lsp4j/WindowShowMessageRequestActionItemCapabilities -instanceKlass org/eclipse/lsp4j/ShowDocumentCapabilities -instanceKlass org/eclipse/lsp4j/WindowShowMessageRequestCapabilities -instanceKlass org/eclipse/lsp4j/InlayHintResolveSupportCapabilities -instanceKlass org/eclipse/lsp4j/SemanticTokensClientCapabilitiesRequestsFull -instanceKlass org/eclipse/lsp4j/SemanticTokensClientCapabilitiesRequests -instanceKlass org/eclipse/lsp4j/FoldingRangeSupportCapabilities -instanceKlass org/eclipse/lsp4j/FoldingRangeKindSupportCapabilities -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$EitherTypeArgument -instanceKlass org/eclipse/lsp4j/DiagnosticsTagSupport -instanceKlass org/eclipse/lsp4j/CodeActionKindCapabilities -instanceKlass org/eclipse/lsp4j/CodeActionResolveSupportCapabilities -instanceKlass org/eclipse/lsp4j/CodeActionLiteralSupportCapabilities -instanceKlass org/eclipse/lsp4j/ParameterInformationCapabilities -instanceKlass org/eclipse/lsp4j/SignatureInformationCapabilities -instanceKlass org/eclipse/lsp4j/CompletionItemInsertTextModeSupportCapabilities -instanceKlass org/eclipse/lsp4j/CompletionItemResolveSupportCapabilities -instanceKlass org/eclipse/lsp4j/CompletionItemTagSupportCapabilities -instanceKlass org/eclipse/lsp4j/CompletionListCapabilities -instanceKlass org/eclipse/lsp4j/CompletionItemCapabilities -instanceKlass org/eclipse/lsp4j/CompletionItemKindCapabilities -instanceKlass org/eclipse/lsp4j/PublishDiagnosticsCapabilities -instanceKlass org/eclipse/lsp4j/WorkspaceSymbolResolveSupportCapabilities -instanceKlass org/eclipse/lsp4j/SymbolTagSupportCapabilities -instanceKlass org/eclipse/lsp4j/SymbolKindCapabilities -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory getConstructor (Ljava/lang/Class;)Ljava/util/function/Supplier; 62 argL0 ; # org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory$$Lambda+0x000001e425403608 -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TypeUtils$ParameterizedTypeImpl -instanceKlass org/eclipse/lsp4j/WorkspaceEditChangeAnnotationSupportCapabilities -instanceKlass org/eclipse/lsp4j/DiagnosticWorkspaceCapabilities -instanceKlass org/eclipse/lsp4j/InlineValueWorkspaceCapabilities -instanceKlass org/eclipse/lsp4j/InlayHintWorkspaceCapabilities -instanceKlass org/eclipse/lsp4j/CodeLensWorkspaceCapabilities -instanceKlass org/eclipse/lsp4j/SemanticTokensWorkspaceCapabilities -instanceKlass org/eclipse/lsp4j/DynamicRegistrationCapabilities -instanceKlass org/eclipse/lsp4j/WorkspaceEditCapabilities -instanceKlass org/eclipse/lsp4j/GeneralClientCapabilities -instanceKlass org/eclipse/lsp4j/NotebookDocumentClientCapabilities -instanceKlass org/eclipse/lsp4j/WindowClientCapabilities -instanceKlass org/eclipse/lsp4j/TextDocumentClientCapabilities -instanceKlass javax/lang/model/element/VariableElement -instanceKlass org/eclipse/lsp4j/WorkspaceClientCapabilities -instanceKlass org/eclipse/lsp4j/ClientCapabilities -instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$FieldsData -instanceKlass com/google/gson/internal/Primitives -instanceKlass org/eclipse/lsp4j/jsonrpc/validation/NonNull -instanceKlass com/google/gson/annotations/SerializedName -instanceKlass org/eclipse/lsp4j/ClientInfo -instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultConstructor (Ljava/lang/Class;Lcom/google/gson/ReflectionAccessFilter$FilterResult;)Lcom/google/gson/internal/ObjectConstructor; 130 member ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e42561d000 -instanceKlass org/eclipse/lsp4j/adapters/InitializeParamsTypeAdapter$Factory -instanceKlass com/google/gson/annotations/JsonAdapter -instanceKlass javax/lang/model/element/AnnotationValue -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Tuple$Two -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Tuple -instanceKlass javax/lang/model/element/ExecutableElement -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TypeUtils -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/ArrayTypeReference internalResolveType (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 18 member ; # org/eclipse/jdt/internal/compiler/ast/ArrayTypeReference$$Lambda+0x000001e42561f418 -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/ElementImpl -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/IElementInfo -instanceKlass org/eclipse/jdt/internal/compiler/apt/util/ManyToMany -instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl -instanceKlass org/eclipse/jdt/apt/core/internal/ClassServiceFactory -instanceKlass javax/annotation/processing/AbstractProcessor -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$3 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedResourceChangeListener$PostChangeVisitor -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState$1 -instanceKlass org/eclipse/jdt/apt/core/internal/LoadFailureHandler -instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader$ResourceListener -instanceKlass org/eclipse/jdt/apt/core/internal/IServiceFactory -instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ElementValuePair$UnresolvedEnumConstant -instanceKlass lombok/eclipse/agent/PatchDelegate$EclipseOnlyMethods -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42561c800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42561c400 -instanceKlass lombok/eclipse/agent/PatchDelegatePortal$Reflection -instanceKlass lombok/eclipse/agent/PatchDelegate$BindingTuple -instanceKlass lombok/eclipse/agent/PatchDelegate -instanceKlass lombok/eclipse/agent/PatchDelegatePortal -instanceKlass lombok/launch/PatchFixesHider$Delegate -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 member ; # org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey$$Lambda+0x000001e42561a0e8 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey 181 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42561c000 -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment getTypeArgumentsFromSignature (Lorg/eclipse/jdt/internal/compiler/lookup/SignatureWrapper;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[[[CLorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding; 72 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e425618ee0 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/SignatureWrapper -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment askForType ([[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding; 48 member ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e425618860 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBindingSetWrapper -instanceKlass org/eclipse/jdt/internal/compiler/lookup/AnnotationHolder -instanceKlass org/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope checkAndSetImports ()V 310 member ; # org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope$$Lambda+0x000001e425617ab0 -instanceKlass @bci java/util/function/Predicate negate ()Ljava/util/function/Predicate; 1 member ; # java/util/function/Predicate$$Lambda+0x000001e42536b0c0 -instanceKlass @cpi java/util/function/Predicate 75 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425616400 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope checkAndSetImports ()V 295 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope$$Lambda+0x000001e425617870 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JrtFileSystem hasClassFile (Ljava/lang/String;Ljava/lang/String;)Z 92 argL0 ; # org/eclipse/jdt/internal/compiler/util/JrtFileSystem$$Lambda+0x000001e425617448 -instanceKlass @bci java/nio/file/Files asUncheckedRunnable (Ljava/io/Closeable;)Ljava/lang/Runnable; 1 member ; # java/nio/file/Files$$Lambda+0x000001e42536aea8 -instanceKlass java/nio/file/Files$2 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding collectTransitiveDependencies (Ljava/util/Set;)V 6 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425617220 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 15 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425617000 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 10 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560fc08 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding lambda$6 ()Ljava/util/Collection; 5 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560f9f8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding dependencyCollector ()Ljava/util/function/Supplier; 1 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e42560f7e0 -instanceKlass org/eclipse/jdt/internal/core/builder/ModulePathEntry -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment askForType (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding; 63 member ; # org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$$Lambda+0x000001e42560f3c0 -instanceKlass org/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer -instanceKlass org/eclipse/jdt/internal/compiler/parser/NullMarkdownHelper -instanceKlass org/eclipse/jdt/internal/compiler/parser/IMarkdownCommentHelper -instanceKlass lombok/experimental/Tolerate -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425616000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425615000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614400 -instanceKlass lombok/core/configuration/ConfigurationSource -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425614000 -instanceKlass lombok/core/handlers/InclusionExclusionUtils$1 -instanceKlass lombok/ToString$Exclude -instanceKlass lombok/ToString$Include -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560dc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560d800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560d400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42560d000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42560cc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c400 -instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$GetterMethod -instanceKlass lombok/EqualsAndHashCode$AnyAnnotation -instanceKlass lombok/core/handlers/InclusionExclusionUtils$2 -instanceKlass lombok/core/handlers/InclusionExclusionUtils$Included -instanceKlass lombok/EqualsAndHashCode$Exclude -instanceKlass lombok/EqualsAndHashCode$Include -instanceKlass lombok/core/handlers/InclusionExclusionUtils -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42560c000 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$PerWorkingCopyInfo -instanceKlass org/eclipse/jdt/core/ICodeCompletionRequestor -instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$EclipseReflectiveMembers -instanceKlass lombok/core/AnnotationValues$1 -instanceKlass lombok/core/configuration/AllowHelper -instanceKlass lombok/experimental/FieldDefaults -instanceKlass lombok/core/handlers/HandlerUtil -instanceKlass lombok/core/AnnotationValues -instanceKlass lombok/core/AnnotationValues$AnnotationValue -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceContext18 -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfType -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SortedCharArrays ()V 8 argL0 ; # org/eclipse/jdt/internal/compiler/util/SortedCharArrays$$Lambda+0x000001e4256014d0 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SortedCharArrays ()V 0 argL0 ; # org/eclipse/jdt/internal/compiler/util/SortedCharArrays$$Lambda+0x000001e425601248 -instanceKlass org/eclipse/jdt/internal/compiler/util/SortedCharArrays -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 380 member ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d1050 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 339 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0e10 -instanceKlass org/eclipse/jdt/internal/compiler/env/INameEnvironmentExtension -instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayHashMap -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding combineWithPackagesFromOtherRelevantModules (Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;[[C[[C)Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding; 20 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e425600440 -instanceKlass org/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker -instanceKlass org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$VariableBindingInitialization -instanceKlass org/eclipse/jdt/internal/compiler/env/ISourceModule -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 43 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fee90 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 33 member ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fec58 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ModuleBinding otherRelevantModules ([[C)Ljava/util/List; 22 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ModuleBinding$$Lambda+0x000001e4255fea18 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment getModulesDeclaringPackage ([[C[C)[[C 167 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0bd0 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJar getCachedPackageNames ()Ljava/util/Set; 8 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJar$$Lambda+0x000001e4255d09a8 -instanceKlass @bci org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy matches (Ljava/lang/Object;Ljava/util/function/Predicate;)Z 3 argL0 ; # org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy$$Lambda+0x000001e4255fe7d8 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment getModulesDeclaringPackage ([[C[C)[[C 96 argL0 ; # org/eclipse/jdt/internal/core/builder/NameEnvironment$$Lambda+0x000001e4255d0560 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/SortedSimpleNameVector -instanceKlass org/eclipse/jdt/internal/compiler/lookup/SortedCompoundNameVector -instanceKlass lombok/core/TypeResolver -instanceKlass lombok/core/AST$FieldAccess -instanceKlass lombok/core/LombokImmutableList$1 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/AnnotationContext -instanceKlass lombok/eclipse/EclipseAstProblemView -instanceKlass lombok/eclipse/EclipseAST$EcjReflectionCheck -instanceKlass org/eclipse/jdt/internal/compiler/codegen/CodeStream -instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil -instanceKlass lombok/eclipse/EclipseImportList -instanceKlass lombok/core/debug/DebugSnapshotStore -instanceKlass lombok/core/configuration/FileSystemSourceCache$Content -instanceKlass lombok/core/configuration/ConfigurationFile -instanceKlass lombok/core/configuration/BubblingConfigurationResolver -instanceKlass lombok/core/LombokConfiguration$3 -instanceKlass lombok/core/configuration/FileSystemSourceCache$1 -instanceKlass lombok/core/configuration/ConfigurationProblemReporter$1 -instanceKlass lombok/core/configuration/ConfigurationProblemReporter -instanceKlass lombok/core/configuration/ConfigurationParser -instanceKlass lombok/core/configuration/ConfigurationFileToSource -instanceKlass lombok/core/configuration/FileSystemSourceCache -instanceKlass lombok/core/LombokConfiguration$1 -instanceKlass lombok/core/configuration/ConfigurationResolverFactory -instanceKlass lombok/core/configuration/ConfigurationResolver -instanceKlass lombok/core/LombokConfiguration -instanceKlass lombok/eclipse/EclipseAST$EclipseWorkspaceBasedFileResolver -instanceKlass lombok/core/ImportList -instanceKlass lombok/core/FieldAugment -instanceKlass lombok/eclipse/EcjAugments -instanceKlass lombok/patcher/Symbols -instanceKlass lombok/core/AST -instanceKlass org/eclipse/jdt/internal/compiler/util/HashSetOfInt -instanceKlass org/eclipse/jdt/internal/compiler/parser/NLSTag -instanceKlass lombok/eclipse/HandlerLibrary$VisitorContainer -instanceKlass lombok/experimental/WithBy -instanceKlass lombok/With -instanceKlass lombok/Value -instanceKlass lombok/eclipse/EclipseASTAdapter -instanceKlass lombok/experimental/UtilityClass -instanceKlass lombok/ToString -instanceKlass lombok/Synchronized -instanceKlass lombok/experimental/SuperBuilder -instanceKlass lombok/eclipse/handlers/EclipseSingularsRecipes$StatementMaker -instanceKlass lombok/eclipse/handlers/EclipseSingularsRecipes$TypeReferenceMaker -instanceKlass lombok/eclipse/handlers/HandleBuilder$BuilderJob -instanceKlass lombok/experimental/StandardException -instanceKlass lombok/SneakyThrows -instanceKlass lombok/Setter -instanceKlass lombok/core/PrintAST -instanceKlass lombok/NonNull -instanceKlass lombok/extern/slf4j/XSlf4j -instanceKlass lombok/extern/slf4j/Slf4j -instanceKlass lombok/extern/log4j/Log4j -instanceKlass lombok/extern/log4j/Log4j2 -instanceKlass lombok/extern/java/Log -instanceKlass lombok/extern/jbosslog/JBossLog -instanceKlass lombok/extern/flogger/Flogger -instanceKlass lombok/CustomLog -instanceKlass lombok/extern/apachecommons/CommonsLog -instanceKlass lombok/Locked$Write -instanceKlass lombok/Locked$Read -instanceKlass lombok/Locked -instanceKlass lombok/extern/jackson/Jacksonized -instanceKlass lombok/experimental/Helper -instanceKlass lombok/Getter -instanceKlass lombok/experimental/FieldNameConstants -instanceKlass lombok/core/LombokImmutableList -instanceKlass lombok/core/JavaIdentifiers -instanceKlass lombok/experimental/ExtensionMethod -instanceKlass lombok/EqualsAndHashCode -instanceKlass lombok/experimental/Delegate -instanceKlass lombok/Data -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255ec000 -instanceKlass org/eclipse/jdt/internal/compiler/codegen/Label -instanceKlass lombok/eclipse/Eclipse -instanceKlass lombok/RequiredArgsConstructor -instanceKlass lombok/NoArgsConstructor -instanceKlass lombok/AllArgsConstructor -instanceKlass lombok/Cleanup -instanceKlass lombok/Builder$Default -instanceKlass lombok/Builder -instanceKlass lombok/eclipse/handlers/HandleConstructor -instanceKlass lombok/core/LombokInternalAliasing -instanceKlass lombok/core/HandlerPriority -instanceKlass lombok/eclipse/DeferUntilPostDiet -instanceKlass lombok/eclipse/HandlerLibrary$AnnotationHandlerContainer -instanceKlass lombok/experimental/Accessors -instanceKlass lombok/eclipse/EclipseAnnotationHandler -instanceKlass lombok/core/SpiLoadUtil$1$1 -instanceKlass lombok/core/SpiLoadUtil$1 -instanceKlass java/util/Vector$1 -instanceKlass lombok/core/SpiLoadUtil -instanceKlass lombok/core/configuration/ConfigurationKeysLoader -instanceKlass lombok/core/configuration/CheckerFrameworkVersion -instanceKlass lombok/core/configuration/TypeName -instanceKlass lombok/core/configuration/LogDeclaration -instanceKlass lombok/core/configuration/IdentifierName -instanceKlass lombok/core/configuration/ConfigurationDataType$6 -instanceKlass lombok/core/configuration/ConfigurationDataType$7 -instanceKlass lombok/core/configuration/NullAnnotationLibrary -instanceKlass lombok/core/configuration/ConfigurationValueType -instanceKlass lombok/core/configuration/ConfigurationDataType$5 -instanceKlass lombok/core/configuration/ConfigurationDataType$4 -instanceKlass lombok/core/configuration/ConfigurationDataType$3 -instanceKlass lombok/core/configuration/ConfigurationDataType$2 -instanceKlass lombok/core/configuration/ConfigurationDataType$1 -instanceKlass lombok/core/configuration/ConfigurationValueParser -instanceKlass lombok/core/configuration/ConfigurationDataType -instanceKlass lombok/core/configuration/ConfigurationKey -instanceKlass lombok/ConfigurationKeys -instanceKlass lombok/core/configuration/ConfigurationKeysLoader$LoaderLoader -instanceKlass lombok/core/TypeLibrary -instanceKlass lombok/eclipse/HandlerLibrary -instanceKlass lombok/eclipse/EclipseASTVisitor -instanceKlass lombok/eclipse/TransformEclipseAST -instanceKlass lombok/launch/PackageShader -instanceKlass lombok/launch/Main -instanceKlass lombok/launch/PatchFixesHider$Transform -instanceKlass org/eclipse/jdt/core/dom/InfixExpression$Operator -instanceKlass org/eclipse/jdt/core/dom/ModuleModifier$ModuleModifierKeyword -instanceKlass org/eclipse/jdt/core/dom/PrimitiveType$Code -instanceKlass org/eclipse/jdt/core/dom/ASTConverter$ISetJavaDoc -instanceKlass org/eclipse/jdt/core/dom/ASTConverter$IGetJavaDoc -instanceKlass org/eclipse/jdt/core/dom/ASTConverter -instanceKlass lombok/eclipse/agent/PatchValEclipse$Reflection -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5800 -instanceKlass org/eclipse/jdt/core/dom/IExtendedModifier -instanceKlass org/eclipse/jdt/core/dom/Modifier$ModifierKeyword -instanceKlass org/eclipse/jdt/core/dom/AST -instanceKlass org/eclipse/jdt/core/dom/IDocElement -instanceKlass lombok/eclipse/agent/PatchValEclipse -instanceKlass lombok/eclipse/agent/PatchValEclipsePortal$Reflection -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4255b5000 -instanceKlass lombok/eclipse/agent/PatchValEclipsePortal -instanceKlass lombok/core/LombokNode -instanceKlass lombok/core/DiagnosticsReceiver -instanceKlass lombok/launch/PatchFixesHider$ValPortal -instanceKlass org/eclipse/core/internal/content/TextContentDescriber -instanceKlass org/eclipse/core/runtime/content/ITextContentDescriber -instanceKlass org/eclipse/core/runtime/content/IContentDescriber -instanceKlass org/eclipse/core/internal/content/ContentTypeCatalog$1 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 ; # java/lang/invoke/LambdaForm$MH+0x000001e4255ad000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4255acc00 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac800 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog selectMatchingByName (Lorg/eclipse/core/runtime/preferences/IScopeContext;Ljava/util/Collection;Ljava/util/Collection;Ljava/lang/String;I)Ljava/util/Set; 61 member ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e425480c00 -instanceKlass @cpi org/eclipse/core/internal/content/ContentTypeCatalog 769 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac400 -instanceKlass org/eclipse/core/internal/content/ContentTypeVisitor -instanceKlass org/eclipse/core/internal/resources/ProjectContentTypes$ProjectContentTypeSelectionPolicy -instanceKlass org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration$1 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$Substitutor -instanceKlass org/eclipse/jdt/internal/compiler/CompilationResult$1 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ReadManager queueNextReadAhead ()Z 46 member ; # org/eclipse/jdt/internal/compiler/ReadManager$$Lambda+0x000001e4255a3368 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ReadManager createExecutor (I)Ljava/util/concurrent/ExecutorService; 25 argL0 ; # org/eclipse/jdt/internal/compiler/ReadManager$$Lambda+0x000001e4255a3158 -instanceKlass org/eclipse/jdt/internal/compiler/ReadManager -instanceKlass @bci org/eclipse/jdt/internal/compiler/Compiler sortModuleDeclarationsFirst ([Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;)V 1 argL0 ; # org/eclipse/jdt/internal/compiler/Compiler$$Lambda+0x000001e4255a2cc0 -instanceKlass org/eclipse/jdt/internal/compiler/util/Messages -instanceKlass org/eclipse/jdt/internal/core/builder/SourceFile -instanceKlass org/eclipse/core/internal/utils/BitMask -instanceKlass org/eclipse/jdt/internal/core/builder/AbstractImageBuilder$1 -instanceKlass org/eclipse/jdt/internal/core/builder/BatchImageBuilder$3 -instanceKlass java/util/concurrent/ForkJoinPool$DefaultForkJoinWorkerThreadFactory$1 -instanceKlass java/util/concurrent/ForkJoinTask$Aux -instanceKlass java/util/concurrent/ForkJoinTask -instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile lambda$2 (Lorg/eclipse/core/internal/filesystem/local/InfiniteProgress;Ljava/util/concurrent/ExecutorService;Ljava/util/List;Ljava/nio/file/Path;)V 6 member ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251bf340 -instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile internalDelete (Ljava/io/File;Lorg/eclipse/core/internal/filesystem/local/InfiniteProgress;Ljava/util/concurrent/ExecutorService;)Lorg/eclipse/core/runtime/IStatus; 95 member ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251bf118 -instanceKlass org/eclipse/core/internal/localstore/DeleteVisitor -instanceKlass @bci org/eclipse/core/internal/resources/Workspace countResources (Lorg/eclipse/core/runtime/IPath;IZ)I 61 member ; # org/eclipse/core/internal/resources/Workspace$$Lambda+0x000001e4255a8230 -instanceKlass @cpi org/eclipse/core/internal/resources/Workspace 2642 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255ac000 -instanceKlass org/eclipse/core/internal/resources/MarkerManager$1 -instanceKlass org/eclipse/core/internal/filesystem/local/InfiniteProgress -instanceKlass org/eclipse/core/internal/resources/MoveDeleteHook -instanceKlass org/eclipse/core/internal/resources/ResourceTree -instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceVisitor;II)V 7 member ; # org/eclipse/core/internal/resources/Resource$$Lambda+0x000001e425557d98 -instanceKlass org/eclipse/jdt/internal/core/builder/BatchImageBuilder$1 -instanceKlass org/eclipse/core/internal/resources/MarkerDelta -instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 member ; # org/eclipse/core/internal/resources/MarkerManager$$Lambda+0x000001e425557b80 -instanceKlass @cpi org/eclipse/core/internal/resources/MarkerManager 677 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4255a5000 -instanceKlass org/eclipse/jdt/internal/core/builder/WorkQueue -instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeMessagerImpl -instanceKlass javax/tools/JavaFileManager$Location -instanceKlass org/eclipse/jdt/internal/apt/pluggable/core/filer/IdeFilerImpl -instanceKlass javax/lang/model/type/ErrorType -instanceKlass javax/lang/model/type/DeclaredType -instanceKlass javax/lang/model/type/ReferenceType -instanceKlass javax/lang/model/element/PackageElement -instanceKlass javax/lang/model/element/AnnotationMirror -instanceKlass javax/lang/model/element/TypeParameterElement -instanceKlass javax/lang/model/type/NoType -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/Factory -instanceKlass javax/lang/model/type/PrimitiveType -instanceKlass javax/lang/model/type/WildcardType -instanceKlass javax/lang/model/type/TypeMirror -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/TypesImpl -instanceKlass javax/lang/model/element/ModuleElement -instanceKlass javax/tools/JavaFileObject -instanceKlass javax/tools/FileObject -instanceKlass javax/lang/model/element/TypeElement -instanceKlass javax/lang/model/element/QualifiedNameable -instanceKlass javax/lang/model/element/Parameterizable -instanceKlass javax/lang/model/element/Element -instanceKlass javax/lang/model/AnnotatedConstruct -instanceKlass javax/lang/model/element/Name -instanceKlass org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl -instanceKlass javax/annotation/processing/Messager -instanceKlass javax/annotation/processing/Filer -instanceKlass javax/lang/model/util/Types -instanceKlass javax/lang/model/util/Elements -instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl -instanceKlass javax/annotation/processing/ProcessingEnvironment -instanceKlass javax/annotation/processing/RoundEnvironment -instanceKlass org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$9 -instanceKlass org/eclipse/jdt/internal/compiler/AbstractAnnotationProcessorManager -instanceKlass org/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference -instanceKlass org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser -instanceKlass org/eclipse/jdt/internal/compiler/parser/JavadocTagConstants -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42559cc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42559c800 -instanceKlass lombok/permit/Permit$Fake -instanceKlass lombok/permit/Permit -instanceKlass lombok/launch/PatchFixesHider$Util -instanceKlass lombok/launch/PatchFixesHider$ModuleClassLoading -instanceKlass org/eclipse/jdt/internal/compiler/parser/RecoveredElement -instanceKlass org/eclipse/jdt/internal/compiler/impl/CompilerStats -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfModule -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes -instanceKlass org/eclipse/jdt/internal/compiler/ClassFile -instanceKlass org/eclipse/jdt/internal/compiler/ClassFilePool -instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayMap -instanceKlass org/eclipse/jdt/internal/compiler/util/CharDelegateMap -instanceKlass org/eclipse/jdt/internal/compiler/util/CharArrayMapper -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getMirror (Lorg/apache/maven/artifact/repository/ArtifactRepository;)Lorg/apache/maven/settings/Mirror; 6 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e42557d800 -instanceKlass @bci java/util/stream/MatchOps makeRef (Ljava/util/function/Predicate;Ljava/util/stream/MatchOps$MatchKind;)Ljava/util/stream/TerminalOp; 20 member ; # java/util/stream/MatchOps$$Lambda+0x000001e4253690e0 -instanceKlass java/util/stream/MatchOps$BooleanTerminalSink -instanceKlass java/util/stream/MatchOps$MatchOp -instanceKlass java/util/stream/MatchOps -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl addDefaultRepository (Ljava/util/List;)V 6 argL0 ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425437da0 -instanceKlass org/apache/commons/codec/CharEncoding -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeSystem -instanceKlass org/apache/commons/codec/binary/Hex -instanceKlass org/apache/commons/codec/BinaryDecoder -instanceKlass org/apache/commons/codec/Decoder -instanceKlass org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment -instanceKlass org/apache/commons/codec/BinaryEncoder -instanceKlass org/apache/commons/codec/Encoder -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ProblemReasons -instanceKlass sun/security/provider/ByteArrayAccess$LE -instanceKlass org/apache/commons/codec/binary/StringUtils -instanceKlass org/apache/commons/codec/digest/DigestUtils -instanceKlass org/eclipse/m2e/core/internal/embedder/ReadonlyMavenExecutionRequest -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfInt -instanceKlass org/eclipse/m2e/core/internal/embedder/AbstractTransferListenerAdapter -instanceKlass org/apache/maven/session/scope/internal/SessionScope$CachingProvider -instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope seed (Ljava/lang/Class;Ljava/lang/Object;)V 3 member ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e425573c08 -instanceKlass org/eclipse/jdt/core/compiler/CategorizedProblem -instanceKlass org/eclipse/jdt/internal/compiler/problem/DefaultProblemFactory -instanceKlass org/apache/maven/settings/RuntimeInfo -instanceKlass org/apache/maven/execution/DefaultMavenExecutionResult -instanceKlass org/eclipse/aether/AbstractForwardingRepositorySystemSession -instanceKlass org/eclipse/aether/internal/impl/Utils -instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport$LocalPathPrefixComposerSupport -instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManager -instanceKlass org/eclipse/aether/internal/impl/PrioritizedComponent -instanceKlass org/eclipse/sisu/wire/EntrySetAdapter$ValueIterator -instanceKlass org/eclipse/aether/internal/impl/PrioritizedComponents -instanceKlass @bci org/apache/maven/RepositoryUtils toRepos (Ljava/util/List;)Ljava/util/List; 18 argL0 ; # org/apache/maven/RepositoryUtils$$Lambda+0x000001e425571bb0 -instanceKlass org/eclipse/aether/repository/RemoteRepository$Builder -instanceKlass org/eclipse/aether/util/ConfigUtils -instanceKlass org/eclipse/aether/util/repository/DefaultAuthenticationSelector -instanceKlass org/eclipse/aether/util/repository/DefaultProxySelector -instanceKlass org/eclipse/aether/util/repository/DefaultMirrorSelector -instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecryptionResult -instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecryptionRequest -instanceKlass @bci org/eclipse/jdt/apt/core/internal/AptCompilationParticipant getAnnotationProcessorPaths (Lorg/eclipse/jdt/core/IJavaProject;Z)[Ljava/net/URI; 32 member ; # org/eclipse/jdt/apt/core/internal/AptCompilationParticipant$$Lambda+0x000001e42556c6c0 -instanceKlass org/apache/maven/RepositoryUtils$MavenArtifactTypeRegistry -instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPath -instanceKlass org/apache/maven/RepositoryUtils -instanceKlass org/eclipse/jdt/apt/core/internal/FactoryPluginManager -instanceKlass org/eclipse/aether/util/repository/SimpleResolutionErrorPolicy -instanceKlass @bci java/util/stream/Collectors mapMerger (Ljava/util/function/BinaryOperator;)Ljava/util/function/BinaryOperator; 1 member ; # java/util/stream/Collectors$$Lambda+0x000001e425367b68 -instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;Ljava/util/function/Supplier;)Ljava/util/stream/Collector; 3 member ; # java/util/stream/Collectors$$Lambda+0x000001e425367940 -instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;Ljava/util/function/BinaryOperator;)Ljava/util/stream/Collector; 3 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425367730 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 59 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556bd18 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 54 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556bae8 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 49 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b8b8 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 39 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b688 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 29 argL0 ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b458 -instanceKlass @bci org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory getPropertiesFromRequestedProfiles (Lorg/apache/maven/execution/MavenExecutionRequest;)Ljava/util/Map; 19 member ; # org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$Lambda+0x000001e42556b210 -instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPath$Attributes -instanceKlass org/eclipse/aether/util/repository/SimpleArtifactDescriptorPolicy -instanceKlass org/eclipse/aether/artifact/DefaultArtifactType -instanceKlass org/eclipse/aether/util/artifact/SimpleArtifactTypeRegistry -instanceKlass org/eclipse/aether/util/graph/transformer/JavaDependencyContextRefiner -instanceKlass org/eclipse/aether/util/graph/transformer/ChainedDependencyGraphTransformer -instanceKlass org/eclipse/jdt/core/ClasspathVariableInitializer -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver -instanceKlass org/eclipse/aether/graph/Exclusion -instanceKlass org/eclipse/aether/util/graph/selector/ExclusionDependencySelector -instanceKlass org/eclipse/aether/util/graph/selector/OptionalDependencySelector -instanceKlass org/eclipse/aether/util/graph/selector/ScopeDependencySelector -instanceKlass org/eclipse/aether/util/graph/selector/AndDependencySelector -instanceKlass org/eclipse/aether/util/graph/manager/ClassicDependencyManager -instanceKlass org/eclipse/aether/util/graph/traverser/FatArtifactTraverser -instanceKlass org/eclipse/aether/DefaultSessionData -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullFileTransformerManager -instanceKlass org/eclipse/aether/transform/FileTransformerManager -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullArtifactTypeRegistry -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullAuthenticationSelector -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullProxySelector -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession$NullMirrorSelector -instanceKlass org/eclipse/aether/SessionData -instanceKlass org/eclipse/aether/artifact/ArtifactTypeRegistry -instanceKlass org/apache/maven/repository/internal/MavenRepositorySystemUtils -instanceKlass org/apache/maven/graph/DefaultGraphBuilder$$FastClassByGuice$$196862886 -instanceKlass jdk/internal/math/MathUtils -instanceKlass jdk/internal/math/FloatToDecimal -instanceKlass org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver$$FastClassByGuice$$195777817 -instanceKlass org/apache/maven/plugin/CompoundMojoExecutionListener -instanceKlass org/apache/maven/plugin/DefaultBuildPluginManager$$FastClassByGuice$$194969592 -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleTaskSegmentCalculator$$FastClassByGuice$$193016179 -instanceKlass org/apache/maven/lifecycle/internal/DefaultExecutionEventCatapult$$FastClassByGuice$$192420619 -instanceKlass org/eclipse/jdt/apt/core/internal/util/FileSystemUtil -instanceKlass org/apache/maven/project/DefaultProjectDependenciesResolver$$FastClassByGuice$$191847717 -instanceKlass org/apache/maven/project/RepositorySessionDecorator -instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryContainer -instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryPathUtil -instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies$4 -instanceKlass org/eclipse/jdt/internal/compiler/IErrorHandlingPolicy -instanceKlass org/eclipse/jdt/internal/compiler/DefaultErrorHandlingPolicies -instanceKlass org/eclipse/jdt/internal/compiler/DefaultCompilerFactory -instanceKlass org/eclipse/jdt/internal/core/builder/ReferenceCollection -instanceKlass com/google/inject/internal/DelegatingInvocationHandler -instanceKlass org/eclipse/jdt/internal/core/builder/State -instanceKlass org/apache/maven/artifact/repository/metadata/io/DefaultMetadataReader$$FastClassByGuice$$190183636 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/BatchImageBuilder createExecutor (I)Ljava/util/concurrent/ThreadPoolExecutor; 19 argL0 ; # org/eclipse/jdt/internal/core/builder/BatchImageBuilder$$Lambda+0x000001e425567d10 -instanceKlass org/eclipse/core/resources/IResourceVisitor -instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$$FastClassByGuice$$189657202 -instanceKlass org/eclipse/jdt/core/compiler/CompilationProgress -instanceKlass org/eclipse/jdt/internal/compiler/ICompilerFactory -instanceKlass org/apache/maven/rtinfo/internal/DefaultRuntimeInformation$$FastClassByGuice$$188052240 -instanceKlass org/eclipse/jdt/core/compiler/BuildContext -instanceKlass org/eclipse/jdt/internal/core/builder/AbstractImageBuilder -instanceKlass org/eclipse/jdt/internal/core/builder/ICompilationUnitLocator -instanceKlass org/apache/maven/plugin/DefaultPluginDescriptorCache$$FastClassByGuice$$187327797 -instanceKlass lombok/patcher/scripts/WrapMethodCallScript$1 -instanceKlass org/apache/maven/plugin/internal/DefaultMavenPluginManager$$FastClassByGuice$$185769696 -instanceKlass org/codehaus/plexus/classworlds/realm/Entry -instanceKlass org/apache/maven/classrealm/DefaultClassRealmRequest -instanceKlass org/eclipse/sisu/wire/EntryListAdapter$ValueIterator -instanceKlass org/apache/maven/project/DefaultProjectBuildingHelper$$FastClassByGuice$$185134961 -instanceKlass org/apache/maven/project/DefaultProjectBuilder$$FastClassByGuice$$184489394 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt selectModules (Ljava/util/Set;Ljava/util/Collection;)Ljava/util/Collection; 55 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e4255663e8 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt selectModules (Ljava/util/Set;Ljava/util/Collection;)Ljava/util/Collection; 49 argL0 ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e4255661b8 -instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdatesByKind -instanceKlass org/apache/maven/DefaultMaven$$FastClassByGuice$$183067625 -instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathJrt$1 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/ClasspathJrt loadModules (Lorg/eclipse/jdt/internal/core/builder/ClasspathJrt;)V 15 member ; # org/eclipse/jdt/internal/core/builder/ClasspathJrt$$Lambda+0x000001e425565d38 -instanceKlass org/apache/maven/properties/internal/SystemProperties -instanceKlass org/codehaus/plexus/util/Os -instanceKlass org/apache/maven/properties/internal/EnvironmentUtils -instanceKlass org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout2 -instanceKlass org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout$$FastClassByGuice$$181769713 -instanceKlass org/eclipse/jdt/internal/core/builder/ModuleEntryProcessor -instanceKlass org/eclipse/jdt/internal/core/ModuleUpdater -instanceKlass org/eclipse/jdt/internal/compiler/env/IMultiModuleEntry -instanceKlass org/apache/maven/repository/DefaultMirrorSelector$$FastClassByGuice$$180631546 -instanceKlass org/eclipse/jdt/internal/core/builder/NameEnvironment -instanceKlass org/apache/maven/repository/legacy/repository/DefaultArtifactRepositoryFactory$$FastClassByGuice$$179347858 -instanceKlass org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment -instanceKlass org/eclipse/aether/artifact/ArtifactType -instanceKlass org/eclipse/core/internal/localstore/UnifiedTreeNode -instanceKlass org/eclipse/core/internal/localstore/UnifiedTree -instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorFindMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/util/ArrayList;Ljava/lang/String;Z)V 5 member ; # org/eclipse/core/internal/resources/MarkerManager$$Lambda+0x000001e425557230 -instanceKlass @cpi org/eclipse/core/internal/resources/MarkerManager 672 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425560000 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager$GeneratedPackageFragmentRoot -instanceKlass org/eclipse/jdt/apt/core/internal/util/ManyToMany -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer$$FastClassByGuice$$178734673 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/WorkingCopyCleanupListener -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/CompilationUnitHelper -instanceKlass org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector$$FastClassByGuice$$177298065 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/ClasspathUtil -instanceKlass org/apache/maven/model/Contributor -instanceKlass org/apache/maven/model/merge/ModelMerger$KeyComputer -instanceKlass org/apache/maven/model/PatternSet -instanceKlass org/apache/maven/model/merge/ModelMerger$Remapping -instanceKlass @bci org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl (Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Lorg/eclipse/aether/impl/RepositorySystemLifecycle;)V 63 member ; # org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl$$Lambda+0x000001e425553840 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedSourceFolderManager -instanceKlass org/eclipse/sisu/wire/NamedIterableAdapter -instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager$1 -instanceKlass org/eclipse/jdt/apt/core/internal/AptProject -instanceKlass org/eclipse/jdt/apt/core/util/AptPreferenceConstants -instanceKlass org/apache/maven/repository/legacy/DefaultUpdateCheckManager$$FastClassByGuice$$177037543 -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedResourceChangeListener -instanceKlass org/eclipse/jdt/apt/core/util/IFactoryPath -instanceKlass org/apache/maven/repository/legacy/DefaultWagonManager$$FastClassByGuice$$175766687 -instanceKlass org/eclipse/jdt/apt/core/util/AptConfig -instanceKlass javax/annotation/processing/Processor -instanceKlass org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager$$FastClassByGuice$$174399852 -instanceKlass org/apache/maven/project/artifact/DefaultMetadataSource$$FastClassByGuice$$174028962 -instanceKlass org/eclipse/jdt/apt/core/internal/AptCompilationParticipantExtensionFactory -instanceKlass org/apache/maven/artifact/resolver/DefaultResolutionErrorHandler$$FastClassByGuice$$172239484 -instanceKlass org/apache/maven/plugin/internal/DefaultLegacySupport$$FastClassByGuice$$171270215 -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NearestConflictResolver$$FastClassByGuice$$170870849 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants$1 -instanceKlass org/eclipse/jdt/core/compiler/CompilationParticipant -instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactCollector$$FastClassByGuice$$169471058 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants$2 -instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver$DaemonThreadCreator -instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver$$FastClassByGuice$$167943579 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/JavaBuilder build (ILjava/util/Map;Lorg/eclipse/core/runtime/IProgressMonitor;)[Lorg/eclipse/core/resources/IProject; 82 member ; # org/eclipse/jdt/internal/core/builder/JavaBuilder$$Lambda+0x000001e425513c48 -instanceKlass org/eclipse/jdt/internal/core/builder/BuildNotifier -instanceKlass org/eclipse/core/internal/events/BuildManager$2 -instanceKlass org/apache/maven/artifact/factory/DefaultArtifactFactory$$FastClassByGuice$$167538268 -instanceKlass @bci org/eclipse/core/internal/events/BuildManager$DeltaCache computeIfAbsent (Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/watson/ElementTree;Ljava/util/function/Supplier;)Ljava/lang/Object; 48 member ; # org/eclipse/core/internal/events/BuildManager$DeltaCache$$Lambda+0x000001e42529fc28 -instanceKlass @bci org/eclipse/core/internal/events/BuildManager getDeltaCached (Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/watson/ElementTree;)Lorg/eclipse/core/resources/IResourceDelta; 22 member ; # org/eclipse/core/internal/events/BuildManager$$Lambda+0x000001e42529fa10 -instanceKlass org/apache/maven/repository/legacy/LegacyRepositorySystem$$FastClassByGuice$$166452108 -instanceKlass org/eclipse/core/internal/events/BuildManager$1 -instanceKlass org/eclipse/core/internal/events/BuildContext -instanceKlass org/eclipse/core/internal/resources/Workspace$ProjectBuildConfigOrder -instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$VertexOrder -instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$Digraph$Vertex -instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder$Digraph -instanceKlass org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager$$FastClassByGuice$$164879518 -instanceKlass org/eclipse/core/internal/resources/ComputeProjectOrder -instanceKlass @bci org/eclipse/jdt/internal/core/DynamicProjectReferences getDependentProjects (Lorg/eclipse/core/resources/IBuildConfiguration;)Ljava/util/List; 62 member ; # org/eclipse/jdt/internal/core/DynamicProjectReferences$$Lambda+0x000001e4255137a0 -instanceKlass org/eclipse/sisu/inject/Guice4$2 -instanceKlass org/eclipse/jdt/internal/core/DynamicProjectReferences -instanceKlass org/eclipse/core/resources/IDynamicReferenceProvider -instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 ; # java/lang/invoke/LambdaForm$MH+0x000001e425556000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425555c00 -instanceKlass org/eclipse/core/internal/resources/Workspace$BuildConfigurationComparator -instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555800 -instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555400 -instanceKlass @bci org/eclipse/m2e/core/embedder/MavenSettingsLocations equals (Ljava/lang/Object;)Z 2 form names 9 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425555000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425554c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425554000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42554cc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42554c800 -instanceKlass org/eclipse/aether/DefaultRepositoryCache -instanceKlass org/eclipse/aether/RepositoryCache -instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequest -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenExecutionContext newExecutionRequest ()Lorg/apache/maven/execution/MavenExecutionRequest; 125 member ; # org/eclipse/m2e/core/internal/embedder/MavenExecutionContext$$Lambda+0x000001e4254369e8 -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenExecutionContext newExecutionRequest ()Lorg/apache/maven/execution/MavenExecutionRequest; 111 member ; # org/eclipse/m2e/core/internal/embedder/MavenExecutionContext$$Lambda+0x000001e4254367b0 -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getMirrors ()Ljava/util/List; 4 argL0 ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e4254365a0 -instanceKlass org/apache/maven/shared/utils/StringUtils -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getExecutionContext ()Lorg/eclipse/m2e/core/embedder/IMavenExecutionContext; 4 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425436388 -instanceKlass org/apache/maven/settings/building/DefaultSettingsBuildingResult -instanceKlass org/codehaus/plexus/util/xml/pull/EntityReplacementMap -instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader$1 -instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader$ContentTransformer -instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Reader -instanceKlass org/codehaus/plexus/interpolation/SimpleRecursionInterceptor -instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder$1 -instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils$DefaultEnvVarSource -instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils$EnvVarSource -instanceKlass org/codehaus/plexus/interpolation/os/OperatingSystemUtils -instanceKlass org/codehaus/plexus/interpolation/AbstractValueSource -instanceKlass org/codehaus/plexus/util/xml/pull/MXSerializer -instanceKlass org/apache/maven/settings/io/xpp3/SettingsXpp3Writer -instanceKlass org/codehaus/plexus/util/StringUtils -instanceKlass org/eclipse/sisu/inject/LazyBeanEntry$JsrNamed -instanceKlass org/eclipse/sisu/inject/LazyBeanEntry -instanceKlass javax/annotation/Priority -instanceKlass org/eclipse/sisu/inject/Implementations -instanceKlass org/eclipse/sisu/plexus/LazyPlexusBean -instanceKlass org/eclipse/sisu/inject/RankedSequence$Itr -instanceKlass org/eclipse/sisu/inject/RankedBindings$Itr -instanceKlass org/eclipse/sisu/inject/LocatedBeans$Itr -instanceKlass org/eclipse/sisu/plexus/RealmFilteredBeans$FilteredItr -instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeans$Itr -instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeans -instanceKlass org/eclipse/sisu/plexus/RealmFilteredBeans -instanceKlass org/eclipse/sisu/inject/BeanCache -instanceKlass org/eclipse/sisu/inject/LocatedBeans -instanceKlass org/eclipse/sisu/inject/MildElements$Indexable -instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$2 -instanceKlass org/eclipse/m2e/core/internal/embedder/LifecycleManagerDisposer -instanceKlass com/google/inject/internal/ProviderInternalFactory$1 -instanceKlass com/google/inject/internal/ConstructorInjector$1 -instanceKlass org/eclipse/sisu/inject/WatchedBeans -instanceKlass org/eclipse/sisu/inject/MildValues$ValueItr -instanceKlass org/eclipse/sisu/inject/InjectorBindings -instanceKlass com/google/inject/spi/ProvisionListener$ProvisionInvocation -instanceKlass com/google/inject/internal/MembersInjectorImpl$1 -instanceKlass com/google/inject/internal/InternalContext -instanceKlass com/google/inject/internal/Initializer$1 -instanceKlass com/google/common/collect/AbstractMapBasedMultimap$AsMap$AsMapIterator -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$$FastClassByGuice$$164399876 -instanceKlass org/eclipse/sisu/wire/TypeConverterCache$$FastClassByGuice$$163238819 -instanceKlass com/google/inject/internal/SingleMethodInjector$1 -instanceKlass org/eclipse/sisu/inject/DefaultBeanLocator$$FastClassByGuice$$161646705 -instanceKlass com/google/inject/internal/InjectorImpl$MethodInvoker -instanceKlass com/google/inject/internal/SingleMethodInjector -instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanConverter$$FastClassByGuice$$160621711 -instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseRepositoryListener$$FastClassByGuice$$159568950 -instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseClassRealmManagerDelegate$$FastClassByGuice$$158358607 -instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseBuildContext$$FastClassByGuice$$157589235 -instanceKlass org/eclipse/m2e/core/internal/project/registry/EclipsePluginDependenciesResolver$$FastClassByGuice$$156414391 -instanceKlass org/eclipse/m2e/core/internal/project/EclipsePluginArtifactsCache$$FastClassByGuice$$155845924 -instanceKlass org/eclipse/m2e/core/internal/project/EclipsePluginRealmCache$$FastClassByGuice$$154782063 -instanceKlass org/eclipse/m2e/core/internal/project/EclipseProjectRealmCache$$FastClassByGuice$$153370968 -instanceKlass org/eclipse/m2e/core/internal/project/EclipseExtensionRealmCache$$FastClassByGuice$$152647476 -instanceKlass org/eclipse/m2e/core/internal/project/EclipseMavenMetadataCache$$FastClassByGuice$$151951392 -instanceKlass org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher$$FastClassByGuice$$150173898 -instanceKlass org/sonatype/plexus/components/cipher/DefaultPlexusCipher$$FastClassByGuice$$149446415 -instanceKlass org/codehaus/plexus/build/DefaultBuildContext$$FastClassByGuice$$148562310 -instanceKlass org/codehaus/plexus/component/configurator/MapOrientedComponentConfigurator$$FastClassByGuice$$146887955 -instanceKlass org/codehaus/plexus/component/configurator/BasicComponentConfigurator$$FastClassByGuice$$145762122 -instanceKlass org/apache/maven/settings/validation/DefaultSettingsValidator$$FastClassByGuice$$145081662 -instanceKlass org/apache/maven/settings/io/DefaultSettingsWriter$$FastClassByGuice$$144632207 -instanceKlass org/apache/maven/settings/io/DefaultSettingsReader$$FastClassByGuice$$142952327 -instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecrypter$$FastClassByGuice$$142088657 -instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder$$FastClassByGuice$$141482273 -instanceKlass org/eclipse/aether/transport/wagon/WagonTransporterFactory$$FastClassByGuice$$139597812 -instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonProvider$$FastClassByGuice$$138497465 -instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator$$FastClassByGuice$$137708883 -instanceKlass org/eclipse/aether/transport/http/XChecksumChecksumExtractor$$FastClassByGuice$$137163351 -instanceKlass org/eclipse/aether/transport/http/Nexus2ChecksumExtractor$$FastClassByGuice$$135996633 -instanceKlass org/eclipse/aether/transport/http/HttpTransporterFactory$$FastClassByGuice$$135002379 -instanceKlass org/eclipse/aether/transport/file/FileTransporterFactory$$FastClassByGuice$$133518102 -instanceKlass org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory$$FastClassByGuice$$133012139 -instanceKlass org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory$$FastClassByGuice$$131630250 -instanceKlass org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory$$FastClassByGuice$$130424606 -instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver$$FastClassByGuice$$129217284 -instanceKlass org/apache/maven/repository/internal/DefaultVersionRangeResolver$$FastClassByGuice$$128060029 -instanceKlass org/apache/maven/repository/internal/DefaultModelCacheFactory$$FastClassByGuice$$127697595 -instanceKlass org/apache/maven/repository/internal/DefaultArtifactDescriptorReader$$FastClassByGuice$$125939807 -instanceKlass org/eclipse/aether/named/providers/NoopNamedLockFactory$$FastClassByGuice$$125743764 -instanceKlass org/eclipse/aether/named/providers/LocalSemaphoreNamedLockFactory$$FastClassByGuice$$124172720 -instanceKlass org/eclipse/aether/named/providers/LocalReadWriteLockNamedLockFactory$$FastClassByGuice$$123584821 -instanceKlass org/eclipse/aether/named/providers/FileLockNamedLockFactory$$FastClassByGuice$$122457058 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/StaticNameMapperProvider$$FastClassByGuice$$121416869 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/GAVNameMapperProvider$$FastClassByGuice$$120410717 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileStaticNameMapperProvider$$FastClassByGuice$$119487320 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileHashingGAVNameMapperProvider$$FastClassByGuice$$117660969 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileGAVNameMapperProvider$$FastClassByGuice$$117056721 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/DiscriminatingNameMapperProvider$$FastClassByGuice$$115670800 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl$$FastClassByGuice$$114941936 -instanceKlass org/eclipse/aether/internal/impl/synccontext/legacy/DefaultSyncContextFactory$$FastClassByGuice$$113490666 -instanceKlass org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory$$FastClassByGuice$$113037548 -instanceKlass org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory$$FastClassByGuice$$111270025 -instanceKlass org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor$$FastClassByGuice$$110348469 -instanceKlass org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource$$FastClassByGuice$$109758083 -instanceKlass org/eclipse/aether/internal/impl/filter/GroupIdRemoteRepositoryFilterSource$$FastClassByGuice$$108484450 -instanceKlass org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager$$FastClassByGuice$$107944760 -instanceKlass org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector$$FastClassByGuice$$106386142 -instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$$FastClassByGuice$$105243331 -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector$$FastClassByGuice$$104650342 -instanceKlass org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter$$FastClassByGuice$$103263839 -instanceKlass org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource$$FastClassByGuice$$101886321 -instanceKlass org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource$$FastClassByGuice$$100676280 -instanceKlass org/eclipse/aether/internal/impl/checksum/Sha512ChecksumAlgorithmFactory$$FastClassByGuice$$100402684 -instanceKlass org/eclipse/aether/internal/impl/checksum/Sha256ChecksumAlgorithmFactory$$FastClassByGuice$$99530235 -instanceKlass org/eclipse/aether/internal/impl/checksum/Sha1ChecksumAlgorithmFactory$$FastClassByGuice$$98482212 -instanceKlass @bci com/google/inject/internal/aop/ImmutableStringTrie buildTrie (Ljava/util/Collection;)Ljava/util/function/ToIntFunction; 38 argL0 ; # com/google/inject/internal/aop/ImmutableStringTrie$$Lambda+0x000001e425539760 -instanceKlass org/eclipse/aether/internal/impl/checksum/Md5ChecksumAlgorithmFactory$$FastClassByGuice$$96625819 -instanceKlass org/eclipse/aether/internal/impl/checksum/DefaultChecksumAlgorithmFactorySelector$$FastClassByGuice$$95736556 -instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory$$FastClassByGuice$$94475237 -instanceKlass org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory$$FastClassByGuice$$94196892 -instanceKlass org/eclipse/aether/internal/impl/LoggerFactoryProvider$$FastClassByGuice$$92478931 -instanceKlass org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory$$FastClassByGuice$$91659651 -instanceKlass org/eclipse/aether/internal/impl/DefaultUpdatePolicyAnalyzer$$FastClassByGuice$$90371264 -instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager$$FastClassByGuice$$89222689 -instanceKlass org/eclipse/aether/internal/impl/DefaultTransporterProvider$$FastClassByGuice$$88870144 -instanceKlass org/eclipse/aether/internal/impl/DefaultTrackingFileManager$$FastClassByGuice$$87089897 -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystemLifecycle$$FastClassByGuice$$86748980 -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystem$$FastClassByGuice$$85611998 -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryLayoutProvider$$FastClassByGuice$$84724682 -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher$$FastClassByGuice$$83860347 -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryConnectorProvider$$FastClassByGuice$$82192989 -instanceKlass org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager$$FastClassByGuice$$81482906 -instanceKlass org/eclipse/aether/internal/impl/DefaultOfflineController$$FastClassByGuice$$80554015 -instanceKlass org/eclipse/aether/internal/impl/DefaultMetadataResolver$$FastClassByGuice$$79598505 -instanceKlass org/eclipse/aether/internal/impl/DefaultLocalRepositoryProvider$$FastClassByGuice$$78451719 -instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathPrefixComposerFactory$$FastClassByGuice$$77514810 -instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathComposer$$FastClassByGuice$$75855738 -instanceKlass org/eclipse/aether/internal/impl/DefaultInstaller$$FastClassByGuice$$75161069 -instanceKlass org/eclipse/aether/internal/impl/DefaultFileProcessor$$FastClassByGuice$$73831495 -instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer$$FastClassByGuice$$72732647 -instanceKlass org/eclipse/aether/internal/impl/DefaultChecksumPolicyProvider$$FastClassByGuice$$71823178 -instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver$$FastClassByGuice$$70384011 -instanceKlass org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory$$FastClassByGuice$$69562345 -instanceKlass org/apache/maven/model/validation/DefaultModelValidator$$FastClassByGuice$$68533104 -instanceKlass org/apache/maven/model/superpom/DefaultSuperPomProvider$$FastClassByGuice$$67166063 -instanceKlass org/apache/maven/model/profile/activation/PropertyProfileActivator$$FastClassByGuice$$66504846 -instanceKlass org/apache/maven/model/profile/activation/OperatingSystemProfileActivator$$FastClassByGuice$$65638490 -instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator$$FastClassByGuice$$64450640 -instanceKlass org/apache/maven/model/profile/activation/FileProfileActivator$$FastClassByGuice$$63569575 -instanceKlass org/apache/maven/model/profile/DefaultProfileSelector$$FastClassByGuice$$62128875 -instanceKlass org/apache/maven/model/profile/DefaultProfileInjector$$FastClassByGuice$$61643573 -instanceKlass org/apache/maven/model/plugin/DefaultReportingConverter$$FastClassByGuice$$60051919 -instanceKlass org/apache/maven/model/plugin/DefaultReportConfigurationExpander$$FastClassByGuice$$59594469 -instanceKlass org/apache/maven/model/plugin/DefaultPluginConfigurationExpander$$FastClassByGuice$$58122873 -instanceKlass org/apache/maven/model/path/ProfileActivationFilePathInterpolator$$FastClassByGuice$$57466967 -instanceKlass org/apache/maven/model/path/DefaultUrlNormalizer$$FastClassByGuice$$56313978 -instanceKlass org/apache/maven/model/path/DefaultPathTranslator$$FastClassByGuice$$54811458 -instanceKlass org/apache/maven/model/path/DefaultModelUrlNormalizer$$FastClassByGuice$$54269879 -instanceKlass org/apache/maven/model/path/DefaultModelPathTranslator$$FastClassByGuice$$53187648 -instanceKlass org/apache/maven/model/normalization/DefaultModelNormalizer$$FastClassByGuice$$51929034 -instanceKlass org/apache/maven/model/management/DefaultPluginManagementInjector$$FastClassByGuice$$50379898 -instanceKlass org/apache/maven/model/management/DefaultDependencyManagementInjector$$FastClassByGuice$$50278306 -instanceKlass org/apache/maven/model/locator/DefaultModelLocator$$FastClassByGuice$$48712263 -instanceKlass org/apache/maven/model/io/DefaultModelWriter$$FastClassByGuice$$47267383 -instanceKlass org/apache/maven/model/io/DefaultModelReader$$FastClassByGuice$$46695990 -instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$$FastClassByGuice$$45480948 -instanceKlass org/apache/maven/model/interpolation/DefaultModelVersionProcessor$$FastClassByGuice$$44689505 -instanceKlass org/apache/maven/model/inheritance/DefaultInheritanceAssembler$$FastClassByGuice$$43003943 -instanceKlass org/apache/maven/model/composition/DefaultDependencyManagementImporter$$FastClassByGuice$$42121343 -instanceKlass org/apache/maven/model/building/DefaultModelProcessor$$FastClassByGuice$$41199563 -instanceKlass org/apache/maven/model/building/DefaultModelBuilder$$FastClassByGuice$$40804508 -instanceKlass org/apache/maven/cli/internal/BootstrapCoreExtensionManager$$FastClassByGuice$$38920720 -instanceKlass org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor$$FastClassByGuice$$38289064 -instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsWriter$$FastClassByGuice$$37464760 -instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsReader$$FastClassByGuice$$36648069 -instanceKlass org/apache/maven/toolchain/building/DefaultToolchainsBuilder$$FastClassByGuice$$35645968 -instanceKlass org/apache/maven/plugin/internal/ReadOnlyPluginParametersValidator$$FastClassByGuice$$33554492 -instanceKlass org/apache/maven/plugin/internal/PlexusContainerDefaultDependenciesValidator$$FastClassByGuice$$33280942 -instanceKlass org/apache/maven/plugin/internal/MavenScopeDependenciesValidator$$FastClassByGuice$$31594608 -instanceKlass org/apache/maven/plugin/internal/MavenMixedDependenciesValidator$$FastClassByGuice$$30844123 -instanceKlass org/apache/maven/plugin/internal/Maven3CompatDependenciesValidator$$FastClassByGuice$$30023907 -instanceKlass org/apache/maven/plugin/internal/Maven2DependenciesValidator$$FastClassByGuice$$28758194 -instanceKlass org/apache/maven/plugin/internal/DeprecatedPluginValidator$$FastClassByGuice$$27650016 -instanceKlass org/apache/maven/plugin/internal/DeprecatedCoreExpressionValidator$$FastClassByGuice$$26853171 -instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$$FastClassByGuice$$25402326 -instanceKlass org/apache/maven/plugin/DefaultMojosExecutionStrategy$$FastClassByGuice$$24206078 -instanceKlass org/apache/maven/lifecycle/internal/LifecycleDependencyResolver$$FastClassByGuice$$24064163 -instanceKlass org/apache/maven/lifecycle/internal/DefaultProjectArtifactFactory$$FastClassByGuice$$22856535 -instanceKlass org/apache/maven/internal/aether/ResolverLifecycle$$FastClassByGuice$$21603627 -instanceKlass com/google/inject/internal/InjectorImpl$SyntheticProviderBindingImpl$1 -instanceKlass com/google/inject/internal/InjectorImpl$1 -instanceKlass org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory$$FastClassByGuice$$20043595 -instanceKlass com/google/inject/internal/SingleFieldInjector -instanceKlass org/apache/maven/extension/internal/CoreExportsProvider$$FastClassByGuice$$19855852 -instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequestPopulator$$FastClassByGuice$$18466878 -instanceKlass org/apache/maven/classrealm/DefaultClassRealmManager$$FastClassByGuice$$16972648 -instanceKlass org/apache/maven/ReactorReader$$FastClassByGuice$$16658424 -instanceKlass org/apache/maven/DefaultArtifactFilterManager$$FastClassByGuice$$15138921 -instanceKlass com/google/inject/internal/SingleParameterInjector -instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$$FastClassByGuice$$14040345 -instanceKlass org/apache/maven/lifecycle/Lifecycle$$FastClassByGuice$$13624051 -instanceKlass org/eclipse/sisu/plexus/PlexusConfigurations$ConfigurationProvider -instanceKlass org/apache/maven/lifecycle/internal/BuildListCalculator$$FastClassByGuice$$12303485 -instanceKlass org/apache/maven/lifecycle/internal/MojoDescriptorCreator$$FastClassByGuice$$10937321 -instanceKlass org/apache/maven/lifecycle/internal/LifecyclePluginResolver$$FastClassByGuice$$9655894 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$InvalidArchiveInfo -instanceKlass org/apache/maven/lifecycle/internal/MojoExecutor$$FastClassByGuice$$8660052 -instanceKlass org/apache/maven/lifecycle/internal/LifecycleModuleBuilder$$FastClassByGuice$$7535691 -instanceKlass org/apache/maven/lifecycle/internal/LifecycleDebugLogger$$FastClassByGuice$$6443399 -instanceKlass org/eclipse/jdt/internal/core/UserLibraryClasspathContainer -instanceKlass org/apache/maven/eventspy/internal/EventSpyDispatcher$$FastClassByGuice$$5972960 -instanceKlass org/eclipse/sisu/bean/BeanPropertySetter -instanceKlass org/eclipse/sisu/PreDestroy -instanceKlass org/eclipse/sisu/PostConstruct -instanceKlass org/apache/maven/lifecycle/internal/LifecycleStarter$$FastClassByGuice$$5014290 -instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderCommon$$FastClassByGuice$$3997553 -instanceKlass org/apache/maven/lifecycle/DefaultLifecycles$$FastClassByGuice$$2474689 -instanceKlass org/apache/maven/bridge/MavenRepositorySystem$$FastClassByGuice$$1986859 -instanceKlass com/google/inject/internal/ProxyFactory -instanceKlass com/google/common/collect/TransformedIterator -instanceKlass @bci com/google/inject/internal/ConstructorInjectorStore createConstructor (Lcom/google/inject/spi/InjectionPoint;Lcom/google/inject/internal/Errors;)Lcom/google/inject/internal/ConstructorInjector; 62 argL0 ; # com/google/inject/internal/ConstructorInjectorStore$$Lambda+0x000001e425527358 -instanceKlass com/google/inject/spi/InterceptorBinding -instanceKlass com/google/inject/internal/MethodAspect -instanceKlass com/google/inject/internal/MembersInjectorImpl -instanceKlass org/eclipse/sisu/bean/BeanInjector -instanceKlass org/eclipse/sisu/plexus/PlexusLifecycleManager$2 -instanceKlass org/eclipse/sisu/bean/PropertyBinder$1 -instanceKlass org/eclipse/sisu/plexus/ProvidedPropertyBinding -instanceKlass org/eclipse/sisu/plexus/PlexusRequirements$AbstractRequirementProvider -instanceKlass org/eclipse/sisu/bean/BeanPropertyField -instanceKlass org/eclipse/sisu/bean/DeclaredMembers$MemberIterator -instanceKlass org/eclipse/sisu/bean/BeanPropertyIterator -instanceKlass org/eclipse/sisu/bean/DeclaredMembers -instanceKlass org/eclipse/sisu/bean/IgnoreSetters -instanceKlass org/eclipse/sisu/bean/BeanProperties -instanceKlass org/eclipse/sisu/plexus/PlexusRequirements -instanceKlass org/eclipse/sisu/plexus/PlexusConfigurations -instanceKlass org/eclipse/sisu/plexus/PlexusPropertyBinder -instanceKlass org/eclipse/sisu/bean/BeanLifecycle -instanceKlass com/google/inject/internal/EncounterImpl -instanceKlass @bci com/google/inject/internal/AbstractBindingProcessor$Processor scheduleInitialization (Lcom/google/inject/internal/BindingImpl;)V 9 member ; # com/google/inject/internal/AbstractBindingProcessor$Processor$$Lambda+0x000001e425522b18 -instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope scope (Lcom/google/inject/Key;Lcom/google/inject/Provider;)Lcom/google/inject/Provider; 3 member ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e4255228e8 -instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$2 -instanceKlass com/google/inject/internal/ProviderInternalFactory -instanceKlass com/google/inject/internal/InternalProviderInstanceBindingImpl$Factory -instanceKlass com/google/inject/internal/FactoryProxy -instanceKlass com/google/inject/internal/InternalFactoryToProviderAdapter -instanceKlass com/google/inject/internal/ConstructionContext -instanceKlass com/google/inject/internal/SingletonScope$1 -instanceKlass com/google/inject/internal/ProviderToInternalFactoryAdapter -instanceKlass com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory$ReentrantCycleDetectingLock -instanceKlass com/google/inject/internal/Initializer$InjectableReference -instanceKlass com/google/inject/internal/ProvisionListenerStackCallback -instanceKlass com/google/inject/internal/ProvisionListenerCallbackStore$KeyBinding -instanceKlass com/google/inject/internal/util/Classes -instanceKlass com/google/inject/spi/ExposedBinding -instanceKlass com/google/inject/internal/CreationListener -instanceKlass com/google/inject/internal/InjectorShell$LoggerFactory -instanceKlass com/google/inject/internal/InjectorShell$InjectorFactory -instanceKlass com/google/inject/internal/Initializables$1 -instanceKlass com/google/inject/internal/Initializables -instanceKlass com/google/inject/internal/ConstantFactory -instanceKlass com/google/inject/internal/InjectorShell -instanceKlass com/google/inject/internal/ProvisionListenerCallbackStore -instanceKlass com/google/inject/spi/TypeEncounter -instanceKlass com/google/inject/internal/SingleMemberInjector -instanceKlass com/google/inject/internal/MembersInjectorStore -instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$4 -instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$2 -instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$1 -instanceKlass com/google/inject/internal/TypeConverterBindingProcessor$5 -instanceKlass com/google/inject/internal/FailableCache -instanceKlass com/google/inject/internal/ConstructorInjectorStore -instanceKlass com/google/inject/internal/DeferredLookups -instanceKlass com/google/inject/spi/ConvertedConstantBinding -instanceKlass com/google/inject/spi/ProviderBinding -instanceKlass com/google/inject/internal/InjectorImpl -instanceKlass com/google/inject/internal/Lookups -instanceKlass com/google/inject/internal/InjectorImpl$InjectorOptions -instanceKlass @bci com/google/inject/internal/AbstractProcessor process (Lcom/google/inject/internal/InjectorImpl;Ljava/util/List;)V 13 member ; # com/google/inject/internal/AbstractProcessor$$Lambda+0x000001e42551cb00 -instanceKlass @bci com/google/inject/spi/BindingSourceRestriction check (Lcom/google/inject/internal/GuiceInternal;Ljava/util/List;)Lcom/google/common/collect/ImmutableList; 11 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e42551c248 -instanceKlass org/eclipse/sisu/wire/BeanProviders$4 -instanceKlass org/eclipse/sisu/wire/PlaceholderBeanProvider -instanceKlass com/google/inject/internal/ProvisionListenerStackCallback$ProvisionCallback -instanceKlass com/google/inject/internal/ConstructorInjector -instanceKlass com/google/inject/internal/DefaultConstructionProxyFactory$FastClassProxy -instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator lambda$bindSignaturesToInvokers$0 (Ljava/lang/invoke/MethodHandle;Ljava/util/function/ToIntFunction;Ljava/lang/String;)Ljava/util/function/BiFunction; 8 ; # java/lang/invoke/LambdaForm$MH+0x000001e425518400 -instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator bindSignaturesToInvokers (Ljava/util/function/ToIntFunction;Ljava/lang/invoke/MethodHandle;)Ljava/util/function/Function; 13 member ; # com/google/inject/internal/aop/AbstractGlueGenerator$$Lambda+0x000001e42550ebd8 -instanceKlass com/google/inject/internal/aop/ImmutableStringTrie -instanceKlass java/util/function/ToIntFunction -instanceKlass org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver$$FastClassByGuice$$438295 -instanceKlass com/google/inject/internal/aop/GeneratedClassDefiner -# instanceKlass java/lang/ClassLoader$$DefineAccessByGuice$$+0x000001e425518000 -instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder ()V 0 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder$$Lambda+0x000001e42550e378 -instanceKlass com/google/inject/internal/aop/UnsafeClassDefiner$ClassLoaderDefineClassHolder -instanceKlass com/google/inject/internal/asm/$Handler -instanceKlass com/google/inject/internal/asm/$Attribute -instanceKlass com/google/inject/internal/aop/BytecodeTasks -instanceKlass @bci com/google/inject/internal/aop/AbstractGlueGenerator generateTrampoline (Lcom/google/inject/internal/asm/$ClassWriter;Ljava/util/Collection;)V 30 argL0 ; # com/google/inject/internal/aop/AbstractGlueGenerator$$Lambda+0x000001e42550d950 -instanceKlass com/google/inject/internal/asm/$Handle -instanceKlass com/google/inject/internal/asm/$Label -instanceKlass com/google/inject/internal/asm/$Frame -instanceKlass org/eclipse/jdt/core/search/SearchMatch -instanceKlass org/eclipse/jdt/internal/compiler/lookup/IQualifiedTypeResolutionListener -instanceKlass com/google/inject/internal/asm/$ByteVector -instanceKlass org/eclipse/jdt/internal/core/search/matching/MatchLocator -instanceKlass com/google/inject/internal/asm/$Symbol -instanceKlass com/google/inject/internal/asm/$SymbolTable -instanceKlass org/eclipse/jdt/internal/core/search/IndexSelector -instanceKlass com/google/inject/internal/asm/$FieldVisitor -instanceKlass com/google/inject/internal/asm/$MethodVisitor -instanceKlass org/eclipse/jdt/internal/core/search/PatternSearchJob -instanceKlass com/google/inject/internal/asm/$AnnotationVisitor -instanceKlass org/eclipse/jdt/internal/core/search/TypeNameRequestorWrapper -instanceKlass com/google/inject/internal/asm/$ModuleVisitor -instanceKlass org/eclipse/jdt/internal/core/search/AbstractSearchScope -instanceKlass com/google/inject/internal/asm/$RecordComponentVisitor -instanceKlass com/google/inject/internal/asm/$ClassVisitor -instanceKlass com/google/inject/internal/aop/AbstractGlueGenerator -instanceKlass org/eclipse/core/resources/IResourceStatus -instanceKlass @bci com/google/inject/internal/aop/ClassBuilding buildFastClass (Ljava/lang/Class;)Ljava/util/function/Function; 20 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e4255098d0 -instanceKlass @bci com/google/inject/internal/aop/ClassBuilding buildFastClass (Ljava/lang/Class;)Ljava/util/function/Function; 10 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e4255096a8 -instanceKlass org/eclipse/m2e/jdt/IClasspathEntryDescriptor -instanceKlass org/eclipse/m2e/jdt/internal/ModuleSupport -instanceKlass com/google/inject/internal/asm/$Type -instanceKlass org/eclipse/m2e/jdt/internal/BuildPathManager$ModuleInfoDetector -instanceKlass org/eclipse/buildship/core/internal/workspace/SynchronizingBuildScriptUpdateListener$1 -instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner ()V 30 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$$Lambda+0x000001e425509298 -instanceKlass com/google/inject/internal/aop/HiddenClassDefiner -instanceKlass org/eclipse/buildship/core/internal/workspace/ProjectChangeListener$1 -instanceKlass @bci com/google/inject/internal/aop/UnsafeClassDefiner ()V 11 argL0 ; # com/google/inject/internal/aop/UnsafeClassDefiner$$Lambda+0x000001e425508e78 -instanceKlass com/google/inject/internal/aop/AnonymousClassDefiner -instanceKlass org/eclipse/debug/internal/core/IInternalDebugCoreConstants -instanceKlass com/google/inject/internal/aop/UnsafeClassDefiner -instanceKlass org/eclipse/debug/internal/core/Preferences -instanceKlass com/google/inject/internal/aop/ClassDefining$ClassDefinerHolder -instanceKlass com/google/inject/internal/aop/ClassDefiner -instanceKlass com/google/inject/internal/aop/ClassDefining -instanceKlass org/eclipse/debug/core/commands/IDebugCommandRequest -instanceKlass org/eclipse/debug/core/IRequest -instanceKlass @bci com/google/inject/internal/aop/ClassBuilding getOverridableObjectMethods ()[Ljava/lang/reflect/Method; 15 member ; # com/google/inject/internal/aop/ClassBuilding$$Lambda+0x000001e425508250 -instanceKlass org/eclipse/debug/internal/core/StepFilterManager -instanceKlass org/eclipse/debug/core/ILaunchListener -instanceKlass @bci com/google/inject/internal/BytecodeGen ()V 25 argL0 ; # com/google/inject/internal/BytecodeGen$$Lambda+0x000001e425508000 -instanceKlass com/google/inject/internal/BytecodeGen$EnhancerBuilder -instanceKlass com/google/inject/internal/aop/ClassBuilding -instanceKlass org/eclipse/debug/internal/core/LaunchManager$LaunchManagerVisitor -instanceKlass com/google/common/collect/MapMakerInternalMap$StrongValueEntry -instanceKlass com/google/common/collect/MapMakerInternalMap$WeakKeyStrongValueEntry$Helper -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$OutputsInfo -instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntry -instanceKlass com/google/common/collect/MapMakerInternalMap$1 -instanceKlass com/google/common/collect/MapMakerInternalMap$InternalEntryHelper -instanceKlass com/google/common/collect/MapMakerInternalMap$WeakValueReference -instanceKlass com/google/common/collect/MapMaker -instanceKlass com/google/inject/internal/BytecodeGen -instanceKlass com/google/inject/internal/ConstructionProxy -instanceKlass com/google/inject/internal/DefaultConstructionProxyFactory -instanceKlass com/google/inject/internal/ConstructionProxyFactory -instanceKlass com/google/inject/internal/ConstructorBindingImpl$Factory -instanceKlass org/eclipse/sisu/inject/TypeArguments$Implicit -instanceKlass org/eclipse/sisu/wire/BeanProviders$3 -instanceKlass org/sonatype/inject/BeanEntry -instanceKlass org/eclipse/sisu/BeanEntry -instanceKlass org/eclipse/sisu/wire/BeanProviders$6 -instanceKlass org/eclipse/sisu/wire/BeanProviders$7 -instanceKlass org/eclipse/sisu/wire/BeanProviders$1 -instanceKlass com/google/inject/spi/ProviderLookup$1 -instanceKlass com/google/inject/spi/ProviderWithDependencies -instanceKlass com/google/inject/spi/ProviderLookup -instanceKlass org/eclipse/sisu/wire/BeanProviders -instanceKlass org/eclipse/sisu/inject/HiddenSource -instanceKlass org/eclipse/sisu/wire/LocatorWiring -instanceKlass com/google/inject/ProvidedBy -instanceKlass com/google/inject/ImplementedBy -instanceKlass org/sonatype/plexus/components/cipher/PBECipher -instanceKlass org/codehaus/classworlds/ClassRealm -instanceKlass org/apache/maven/settings/crypto/SettingsDecryptionResult -instanceKlass org/apache/maven/settings/building/DefaultSettingsProblemCollector -instanceKlass org/apache/maven/settings/merge/MavenSettingsMerger -instanceKlass org/apache/maven/settings/building/SettingsBuildingResult -instanceKlass org/apache/maven/settings/building/SettingsProblemCollector -instanceKlass org/eclipse/jdt/internal/core/ExternalFolderChange -instanceKlass org/eclipse/aether/impl/MetadataGenerator -instanceKlass org/apache/maven/model/Relocation -instanceKlass org/apache/maven/repository/internal/ArtifactDescriptorReaderDelegate -instanceKlass org/eclipse/aether/named/support/AdaptedSemaphoreNamedLock$AdaptedSemaphore -instanceKlass org/eclipse/aether/named/support/NamedLockFactorySupport$NamedLockHolder -instanceKlass org/eclipse/aether/named/support/NamedLockSupport -instanceKlass org/eclipse/aether/named/NamedLock -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter -instanceKlass org/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry -instanceKlass org/eclipse/jdt/internal/core/util/ILRUCacheable -instanceKlass org/eclipse/aether/spi/log/Logger -instanceKlass org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource$Node -instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter$Result -instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter -instanceKlass org/eclipse/aether/collection/DependencyTraverser -instanceKlass org/eclipse/aether/collection/DependencyManager -instanceKlass org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector$Args -instanceKlass org/eclipse/jdt/core/IPackageDeclaration -instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult -instanceKlass org/eclipse/jdt/core/IImportContainer -instanceKlass org/eclipse/jdt/core/IImportDeclaration -instanceKlass org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext -instanceKlass org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper -instanceKlass org/eclipse/aether/collection/VersionFilter -instanceKlass org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultVersionFilterContext -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollectionContext -instanceKlass org/eclipse/aether/collection/DependencyCollectionContext -instanceKlass org/eclipse/aether/graph/DefaultDependencyNode -instanceKlass org/eclipse/aether/version/Version -instanceKlass org/eclipse/aether/internal/impl/collect/PremanagedDependency -instanceKlass org/eclipse/aether/internal/impl/collect/DataPool -instanceKlass org/eclipse/aether/collection/VersionFilter$VersionFilterContext -instanceKlass org/eclipse/aether/collection/DependencyGraphTransformationContext -instanceKlass org/eclipse/aether/spi/connector/Transfer -instanceKlass org/eclipse/jdt/internal/core/JavaProject$ModuleLookup -instanceKlass org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource$SummaryFileWriter -instanceKlass org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource$SparseDirectoryWriter -instanceKlass org/eclipse/aether/spi/checksums/TrustedChecksumsSource$Writer -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithm -instanceKlass org/eclipse/aether/impl/UpdateCheck -instanceKlass org/eclipse/aether/spi/connector/transport/Transporter -instanceKlass org/eclipse/aether/resolution/DependencyResult -instanceKlass org/eclipse/aether/resolution/DependencyRequest -instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorRequest -instanceKlass org/eclipse/aether/resolution/VersionRangeResult -instanceKlass org/eclipse/aether/resolution/VersionRangeRequest -instanceKlass org/eclipse/aether/resolution/VersionRequest -instanceKlass org/eclipse/aether/collection/CollectResult -instanceKlass org/eclipse/aether/collection/CollectRequest -instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayout -instanceKlass org/eclipse/aether/repository/LocalRepository -instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposer -instanceKlass org/eclipse/jdt/internal/compiler/impl/Constant -instanceKlass org/eclipse/aether/transform/FileTransformer -instanceKlass org/eclipse/aether/installation/InstallResult -instanceKlass org/eclipse/aether/installation/InstallRequest -instanceKlass org/eclipse/aether/spi/io/FileProcessor$ProgressListener -instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer$EventCatapult -instanceKlass org/eclipse/aether/deployment/DeployResult -instanceKlass org/eclipse/aether/deployment/DeployRequest -instanceKlass org/eclipse/aether/repository/RepositoryPolicy -instanceKlass org/eclipse/aether/transfer/TransferResource -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumPolicy -instanceKlass org/eclipse/aether/resolution/VersionResult -instanceKlass org/eclipse/jdt/internal/compiler/env/ClassSignature -instanceKlass org/eclipse/aether/repository/LocalArtifactResult -instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver$ResolutionGroup -instanceKlass org/eclipse/jdt/internal/compiler/env/EnumConstantSignature -instanceKlass org/eclipse/aether/resolution/ArtifactRequest -instanceKlass org/eclipse/aether/SyncContext -instanceKlass org/eclipse/aether/spi/locator/ServiceLocator -instanceKlass org/eclipse/aether/repository/RemoteRepository -instanceKlass org/eclipse/aether/spi/connector/RepositoryConnector -instanceKlass org/apache/maven/model/validation/DefaultModelValidator$1ActivationFrame -instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator$RangeValue -instanceKlass org/apache/maven/model/InputLocation -instanceKlass org/apache/maven/model/InputSource -instanceKlass org/apache/maven/model/interpolation/StringVisitorModelInterpolator$InnerInterpolator -instanceKlass org/apache/maven/model/building/ModelBuildingEventCatapult -instanceKlass org/apache/maven/model/ActivationProperty -instanceKlass org/apache/maven/model/Activation -instanceKlass org/apache/maven/model/ActivationFile -instanceKlass org/apache/maven/model/ActivationOS -instanceKlass org/codehaus/plexus/interpolation/RegexBasedInterpolator -instanceKlass org/apache/maven/model/profile/DefaultProfileActivationContext -instanceKlass org/apache/maven/model/building/ModelData -instanceKlass org/apache/maven/model/building/DefaultModelProblemCollector -instanceKlass org/apache/maven/model/building/ModelCacheTag -instanceKlass org/apache/maven/model/building/ModelBuildingEvent -instanceKlass org/apache/maven/model/building/ModelProblemCollectorExt -instanceKlass org/apache/maven/model/profile/ProfileActivationContext -instanceKlass org/apache/maven/cli/internal/extension/model/CoreExtension -instanceKlass org/apache/maven/cli/CliRequest -instanceKlass org/apache/maven/building/ProblemCollector -instanceKlass org/apache/maven/toolchain/merge/MavenToolchainMerger -instanceKlass org/codehaus/plexus/interpolation/InterpolationPostProcessor -instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingResult -instanceKlass org/eclipse/aether/graph/Dependency -instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorResult -instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$PluginValidationIssues -instanceKlass com/google/inject/util/Types -instanceKlass org/eclipse/sisu/Nullable -instanceKlass org/eclipse/aether/repository/LocalRepositoryManager -instanceKlass org/eclipse/aether/repository/AuthenticationSelector -instanceKlass org/eclipse/aether/repository/ProxySelector -instanceKlass org/eclipse/aether/repository/MirrorSelector -instanceKlass org/eclipse/aether/resolution/ResolutionErrorPolicy -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4254e2000 -instanceKlass org/apache/maven/classrealm/ClassRealmConstituent -instanceKlass org/eclipse/aether/repository/WorkspaceRepository -instanceKlass org/apache/maven/ArtifactFilterManagerDelegate -instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$MavenProjectBuildData -instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge$MavenBuildConnection -instanceKlass org/apache/maven/repository/legacy/resolver/transform/DefaultArtifactTransformationManager -instanceKlass org/apache/maven/plugin/descriptor/Parameter -instanceKlass org/apache/maven/lifecycle/internal/DefaultMojoExecutionConfigurator -instanceKlass org/apache/maven/repository/DefaultMirrorSelector -instanceKlass org/apache/maven/execution/DefaultRuntimeInformation -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate -instanceKlass org/apache/maven/rtinfo/internal/DefaultRuntimeInformation -instanceKlass org/apache/maven/repository/legacy/repository/DefaultArtifactRepositoryFactory -instanceKlass org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NearestConflictResolver -instanceKlass org/apache/maven/plugin/internal/DefaultLegacySupport -instanceKlass org/apache/maven/lifecycle/internal/PhaseRecorder -instanceKlass org/apache/maven/lifecycle/internal/DependencyContext -instanceKlass org/apache/maven/lifecycle/internal/ProjectIndex -instanceKlass org/apache/maven/plugin/MojoExecutionRunner -instanceKlass org/apache/maven/plugin/internal/DefaultPluginManager -instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$Versions -instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResult -instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver$Key -instanceKlass org/apache/maven/plugin/version/PluginVersionResult -instanceKlass org/eclipse/aether/version/VersionScheme -instanceKlass org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver -instanceKlass org/apache/maven/configuration/BeanConfigurationRequest -instanceKlass org/apache/maven/configuration/internal/DefaultBeanConfigurator -instanceKlass org/apache/maven/model/merge/ModelMerger -instanceKlass org/apache/maven/model/plugin/DefaultLifecycleBindingsInjector -instanceKlass org/apache/maven/profiles/ProfileManager -instanceKlass org/apache/maven/project/DefaultMavenProjectBuilder -instanceKlass org/apache/maven/artifact/resolver/DefaultArtifactResolver -instanceKlass org/apache/maven/DefaultProjectDependenciesResolver -instanceKlass org/apache/maven/repository/metadata/ClasspathContainer -instanceKlass org/apache/maven/repository/metadata/DefaultClasspathTransformation -instanceKlass org/apache/maven/exception/ExceptionSummary -instanceKlass org/apache/maven/exception/DefaultExceptionHandler -instanceKlass org/apache/maven/execution/ProjectExecutionListener -instanceKlass org/apache/maven/repository/metadata/MetadataGraph -instanceKlass org/apache/maven/repository/metadata/MetadataGraphVertex -instanceKlass org/apache/maven/repository/metadata/DefaultGraphConflictResolver -instanceKlass org/apache/maven/plugin/PluginDescriptorCache$PluginDescriptorSupplier -instanceKlass org/apache/maven/plugin/PluginDescriptorCache$Key -instanceKlass org/apache/maven/plugin/DefaultPluginDescriptorCache -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/NewestConflictResolver -instanceKlass org/apache/maven/project/ProjectBuilderConfiguration -instanceKlass org/codehaus/plexus/interpolation/Interpolator -instanceKlass org/codehaus/plexus/interpolation/BasicInterpolator -instanceKlass org/codehaus/plexus/interpolation/RecursionInterceptor -instanceKlass org/apache/http/impl/conn/PoolingHttpClientConnectionManager -instanceKlass org/apache/http/pool/ConnPoolControl -instanceKlass org/apache/http/config/Registry -instanceKlass org/apache/http/client/methods/CloseableHttpResponse -instanceKlass org/apache/http/HttpResponse -instanceKlass org/apache/maven/wagon/shared/http/BasicAuthScope -instanceKlass org/apache/maven/wagon/shared/http/HttpConfiguration -instanceKlass org/apache/http/impl/client/CloseableHttpClient -instanceKlass org/apache/http/client/HttpClient -instanceKlass org/apache/http/client/ServiceUnavailableRetryStrategy -instanceKlass org/apache/http/conn/ssl/TrustStrategy -instanceKlass org/apache/http/ssl/TrustStrategy -instanceKlass org/apache/http/client/HttpRequestRetryHandler -instanceKlass org/apache/http/client/RedirectStrategy -instanceKlass org/apache/http/config/Lookup -instanceKlass org/apache/http/auth/Credentials -instanceKlass org/apache/http/client/AuthCache -instanceKlass org/apache/http/client/CredentialsProvider -instanceKlass org/apache/http/Header -instanceKlass org/apache/http/NameValuePair -instanceKlass org/apache/http/protocol/HttpContext -instanceKlass org/apache/http/HttpEntity -instanceKlass org/apache/http/client/methods/HttpUriRequest -instanceKlass org/apache/http/HttpRequest -instanceKlass org/apache/http/HttpMessage -instanceKlass org/apache/http/auth/AuthScheme -instanceKlass org/apache/http/conn/HttpClientConnectionManager -instanceKlass org/apache/maven/project/DefaultDependencyResolutionResult -instanceKlass org/apache/maven/project/DefaultProjectDependenciesResolver -instanceKlass org/apache/maven/lifecycle/internal/builder/singlethreaded/SingleThreadedBuilder -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleTaskSegmentCalculator -instanceKlass org/apache/maven/artifact/repository/metadata/io/DefaultMetadataReader -instanceKlass org/apache/maven/project/artifact/MavenMetadataSource$ProjectRelocation -instanceKlass org/apache/maven/model/building/ModelProblem -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4254d0000 -instanceKlass org/apache/maven/project/artifact/MavenMetadataSource -instanceKlass org/apache/maven/execution/ProjectDependencyGraph -instanceKlass org/apache/maven/graph/DefaultGraphBuilder -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/FarthestConflictResolver -instanceKlass org/eclipse/aether/RequestTrace -instanceKlass org/apache/maven/plugin/prefix/PluginPrefixRequest -instanceKlass org/eclipse/aether/repository/ArtifactRepository -instanceKlass org/apache/maven/plugin/prefix/PluginPrefixResult -instanceKlass org/apache/maven/plugin/prefix/internal/DefaultPluginPrefixResolver -instanceKlass org/apache/maven/project/DefaultProjectBuildingHelper -instanceKlass org/apache/maven/toolchain/DefaultToolchain -instanceKlass org/apache/maven/toolchain/ToolchainPrivate -instanceKlass org/apache/maven/toolchain/java/JavaToolchain -instanceKlass org/apache/maven/toolchain/java/JavaToolchainFactory -instanceKlass org/eclipse/aether/DefaultRepositorySystemSession -instanceKlass org/apache/maven/model/building/Result -instanceKlass org/apache/maven/DefaultMaven -instanceKlass org/apache/maven/execution/ExecutionEvent -instanceKlass org/apache/maven/lifecycle/internal/DefaultExecutionEventCatapult -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer$GoalSpec -instanceKlass org/apache/maven/lifecycle/mapping/LifecyclePhase -instanceKlass org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer -instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraph -instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/ThreadOutputMuxer -instanceKlass org/apache/maven/lifecycle/internal/ProjectSegment -instanceKlass org/apache/maven/lifecycle/internal/ReactorBuildStatus -instanceKlass org/apache/maven/lifecycle/internal/ProjectBuildList -instanceKlass java/util/concurrent/CompletionService -instanceKlass org/apache/maven/lifecycle/internal/builder/multithreaded/MultiThreadedBuilder -instanceKlass org/apache/maven/artifact/factory/DefaultArtifactFactory -instanceKlass org/apache/maven/artifact/repository/layout/FlatRepositoryLayout -instanceKlass org/apache/maven/artifact/repository/DefaultArtifactRepositoryFactory -instanceKlass org/apache/maven/model/Reporting -instanceKlass org/apache/maven/model/PluginContainer -instanceKlass org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler -instanceKlass org/eclipse/aether/util/graph/visitor/AbstractDepthFirstNodeListGenerator -instanceKlass org/apache/maven/plugin/descriptor/PluginDescriptorBuilder -instanceKlass org/codehaus/plexus/component/configurator/ConfigurationListener -instanceKlass org/apache/maven/plugin/logging/Log -instanceKlass org/apache/maven/plugin/internal/DefaultMavenPluginManager -instanceKlass org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping -instanceKlass org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager -instanceKlass org/apache/maven/artifact/repository/metadata/Metadata -instanceKlass org/sonatype/plexus/components/sec/dispatcher/PasswordDecryptor -instanceKlass sun/reflect/generics/tree/VoidDescriptor -instanceKlass org/sonatype/plexus/components/sec/dispatcher/model/SettingsSecurity -instanceKlass org/apache/maven/project/DependencyResolutionResult -instanceKlass org/apache/maven/project/ReactorModelPool -instanceKlass org/apache/maven/model/building/ModelBuildingResult -instanceKlass org/apache/maven/project/DefaultProjectBuilder$InternalConfig -instanceKlass org/apache/maven/project/DependencyResolutionRequest -instanceKlass org/apache/maven/model/resolution/ModelResolver -instanceKlass org/apache/maven/model/building/ModelBuildingListener -instanceKlass org/apache/maven/model/building/ModelSource -instanceKlass org/apache/maven/model/building/ModelCache -instanceKlass org/apache/maven/project/DefaultProjectBuilder -instanceKlass org/apache/maven/artifact/resolver/DefaultResolutionErrorHandler -instanceKlass org/eclipse/aether/metadata/Metadata -instanceKlass org/apache/maven/lifecycle/DefaultLifecycleExecutor -instanceKlass org/apache/maven/repository/legacy/metadata/MetadataResolutionRequest -instanceKlass org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector -instanceKlass org/apache/maven/profiles/ProfilesRoot -instanceKlass org/apache/maven/lifecycle/internal/ReactorContext -instanceKlass org/apache/maven/lifecycle/internal/TaskSegment -instanceKlass org/apache/maven/execution/BuildSummary -instanceKlass org/apache/maven/repository/metadata/MetadataGraphEdge -instanceKlass org/apache/maven/repository/metadata/DefaultGraphConflictResolutionPolicy -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/DefaultConflictResolverFactory -instanceKlass org/apache/maven/wagon/InputData -instanceKlass org/apache/maven/wagon/OutputData -instanceKlass org/apache/maven/wagon/events/SessionListener -instanceKlass org/apache/maven/wagon/resource/Resource -instanceKlass org/apache/maven/wagon/repository/RepositoryPermissions -instanceKlass org/apache/maven/wagon/events/TransferEventSupport -instanceKlass org/apache/maven/wagon/events/SessionEventSupport -instanceKlass org/apache/maven/wagon/proxy/ProxyInfoProvider -instanceKlass org/apache/maven/wagon/AbstractWagon -instanceKlass org/apache/maven/wagon/StreamingWagon -instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache$CacheRecord -instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache$Key -instanceKlass org/apache/maven/project/artifact/DefaultProjectArtifactsCache -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$ServiceInfo -instanceKlass org/apache/maven/repository/ArtifactTransferListener -instanceKlass org/apache/maven/artifact/resolver/ArtifactResolutionResult -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$PackageExportInfo -instanceKlass org/apache/maven/artifact/resolver/ArtifactResolutionRequest -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ModuleInfo$ModuleReferenceInfo -instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IService -instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IModuleReference -instanceKlass org/eclipse/jdt/internal/compiler/env/IModule$IPackageExport -instanceKlass org/apache/maven/repository/legacy/LegacyRepositorySystem -instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryModuleDescriptor -instanceKlass org/apache/maven/wagon/repository/Repository -instanceKlass org/eclipse/jdt/internal/core/util/MementoTokenizer -instanceKlass org/apache/maven/wagon/observers/ChecksumObserver -instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryTypeFactory -instanceKlass org/eclipse/jdt/internal/core/nd/java/model/BinaryModuleFactory -instanceKlass org/apache/maven/wagon/events/TransferListener -instanceKlass org/eclipse/core/internal/resources/OS -instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragment computeNonJavaResources (Ljava/util/List;)[Ljava/lang/Object; 465 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragment$$Lambda+0x000001e4254b28e0 -instanceKlass org/apache/maven/repository/legacy/DefaultWagonManager -instanceKlass org/eclipse/jdt/core/IJarEntryResource -instanceKlass org/eclipse/jdt/core/ILocalVariable -instanceKlass org/apache/maven/artifact/repository/metadata/Versioning -instanceKlass org/eclipse/jdt/core/IMethod -instanceKlass org/apache/maven/artifact/repository/RepositoryRequest -instanceKlass org/eclipse/jdt/core/IField -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadata -instanceKlass org/apache/maven/artifact/metadata/ArtifactMetadata -instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadata -instanceKlass org/apache/maven/project/validation/ModelValidationResult -instanceKlass org/apache/maven/model/building/ModelProblemCollector -instanceKlass org/apache/maven/project/validation/DefaultModelValidator -instanceKlass org/eclipse/jdt/core/ICompletionRequestor -instanceKlass org/apache/maven/artifact/resolver/ResolutionNode -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/OldestConflictResolver -instanceKlass org/apache/maven/model/Dependency -instanceKlass org/apache/maven/model/RepositoryPolicy -instanceKlass org/apache/maven/settings/RepositoryPolicy -instanceKlass org/eclipse/jdt/core/IModularClassFile -instanceKlass org/apache/maven/repository/Proxy -instanceKlass org/apache/maven/model/RepositoryBase -instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot createChildren (Ljava/util/Collection;)[Lorg/eclipse/jdt/core/IJavaElement; 30 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e425477538 -instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot lambda$0 (Ljava/util/List;)[Ljava/lang/String; 1 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e425477328 -instanceKlass org/apache/maven/settings/RepositoryBase -instanceKlass @bci org/eclipse/jdt/internal/core/JarPackageFragmentRoot createChildren (Ljava/util/Collection;)[Lorg/eclipse/jdt/core/IJavaElement; 10 argL0 ; # org/eclipse/jdt/internal/core/JarPackageFragmentRoot$$Lambda+0x000001e4254770f8 -instanceKlass org/apache/maven/artifact/repository/Authentication -instanceKlass org/apache/maven/project/path/DefaultPathTranslator -instanceKlass org/codehaus/plexus/component/repository/ComponentSetDescriptor -instanceKlass org/apache/maven/plugin/DefaultBuildPluginManager -instanceKlass org/apache/maven/artifact/handler/DefaultArtifactHandler -instanceKlass org/eclipse/sisu/space/asm/Handler -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryElementValuePair -instanceKlass org/eclipse/sisu/space/asm/Frame -instanceKlass org/eclipse/sisu/space/asm/ByteVector -instanceKlass org/eclipse/sisu/space/asm/Symbol -instanceKlass org/eclipse/sisu/space/asm/SymbolTable -instanceKlass org/eclipse/sisu/space/asm/RecordComponentVisitor -instanceKlass org/eclipse/sisu/space/asm/ModuleVisitor -instanceKlass org/eclipse/sisu/space/asm/MethodVisitor -instanceKlass org/eclipse/sisu/space/asm/FieldVisitor -instanceKlass org/apache/maven/toolchain/Toolchain -instanceKlass org/apache/maven/toolchain/DefaultToolchainManager -instanceKlass org/apache/maven/toolchain/model/TrackableBase -instanceKlass org/apache/maven/toolchain/DefaultToolchainsBuilder -instanceKlass org/eclipse/aether/RepositoryEvent -instanceKlass org/apache/maven/classrealm/ClassRealmRequest -instanceKlass org/codehaus/plexus/util/Scanner -instanceKlass org/codehaus/plexus/logging/AbstractLogEnabled -instanceKlass org/eclipse/aether/resolution/ArtifactResult -instanceKlass org/eclipse/aether/collection/DependencySelector -instanceKlass org/eclipse/aether/resolution/ArtifactDescriptorPolicy -instanceKlass org/apache/maven/plugin/PluginArtifactsCache$CacheRecord -instanceKlass org/apache/maven/plugin/PluginArtifactsCache$Key -instanceKlass org/apache/maven/plugin/PluginRealmCache$CacheRecord -instanceKlass org/eclipse/jdt/internal/compiler/codegen/ConstantPool -instanceKlass org/apache/maven/plugin/PluginRealmCache$PluginRealmSupplier -instanceKlass org/apache/maven/plugin/PluginRealmCache$Key -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants -instanceKlass org/apache/maven/project/ProjectRealmCache$CacheRecord -instanceKlass org/apache/maven/project/ProjectRealmCache$Key -instanceKlass org/eclipse/m2e/core/internal/project/ProjectCachePlunger -instanceKlass org/apache/maven/plugin/ExtensionRealmCache$CacheRecord -instanceKlass org/apache/maven/plugin/ExtensionRealmCache$Key -instanceKlass org/apache/maven/artifact/repository/ArtifactRepositoryPolicy -instanceKlass org/eclipse/jdt/core/Flags -instanceKlass org/apache/maven/project/artifact/DefaultMavenMetadataCache$CacheKey -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/JavaBinaryNames -instanceKlass org/apache/maven/repository/legacy/metadata/ResolutionGroup -instanceKlass org/eclipse/jdt/internal/compiler/ExtraFlags -instanceKlass org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern$PackageNameSet -instanceKlass com/google/inject/spi/ProviderWithExtensionVisitor -instanceKlass com/google/common/collect/Iterables -instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 83 member ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425496390 -instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 67 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425496150 -instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 57 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425495f10 -instanceKlass @bci com/google/inject/spi/InjectionPoint forConstructorOf (Lcom/google/inject/TypeLiteral;Z)Lcom/google/inject/spi/InjectionPoint; 24 argL0 ; # com/google/inject/spi/InjectionPoint$$Lambda+0x000001e425495cd0 -instanceKlass org/eclipse/sisu/plexus/PlexusBean -instanceKlass org/codehaus/plexus/component/repository/ComponentDescriptor -instanceKlass org/eclipse/jdt/internal/compiler/ast/IGenerateTypeCheck -instanceKlass com/google/inject/spi/ProvidesMethodBinding -instanceKlass org/eclipse/sisu/inject/Guice4 -instanceKlass com/google/inject/internal/GuiceInternal -instanceKlass org/sonatype/inject/Parameters -instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanConverter -instanceKlass org/eclipse/sisu/plexus/PlexusBeanConverter -instanceKlass org/eclipse/jdt/internal/compiler/flow/FlowContext -instanceKlass com/google/inject/spi/TypeConverterBinding -instanceKlass java/lang/reflect/AnnotatedParameterizedType -instanceKlass org/eclipse/sisu/inject/DefaultRankingFunction -instanceKlass com/google/inject/spi/ProvisionListenerBinding -instanceKlass com/google/inject/spi/TypeListenerBinding -instanceKlass org/eclipse/sisu/bean/BeanListener -instanceKlass com/google/inject/matcher/Matchers -instanceKlass org/eclipse/sisu/bean/PropertyBinder -instanceKlass org/eclipse/sisu/plexus/PlexusBeanBinder -instanceKlass com/google/inject/spi/InjectionListener -instanceKlass org/sonatype/plexus/components/sec/dispatcher/DefaultSecDispatcher -instanceKlass org/sonatype/plexus/components/cipher/DefaultPlexusCipher -instanceKlass org/sonatype/plexus/components/cipher/PlexusCipher -instanceKlass org/eclipse/jdt/internal/compiler/flow/FlowInfo -instanceKlass org/codehaus/plexus/build/DefaultBuildContext -instanceKlass org/codehaus/plexus/build/BuildContext -instanceKlass org/codehaus/plexus/component/configurator/AbstractComponentConfigurator -instanceKlass org/codehaus/plexus/component/configurator/ComponentConfigurator -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42548c000 -instanceKlass org/apache/maven/settings/validation/DefaultSettingsValidator -instanceKlass org/apache/maven/settings/validation/SettingsValidator -instanceKlass org/apache/maven/settings/io/DefaultSettingsWriter -instanceKlass org/apache/maven/settings/io/SettingsWriter -instanceKlass org/apache/maven/settings/io/DefaultSettingsReader -instanceKlass org/apache/maven/settings/io/SettingsReader -instanceKlass org/apache/maven/settings/crypto/DefaultSettingsDecrypter -instanceKlass org/apache/maven/settings/crypto/SettingsDecrypter -instanceKlass org/eclipse/jdt/internal/compiler/codegen/AttributeNamesConstants -instanceKlass org/apache/maven/settings/building/DefaultSettingsBuilder -instanceKlass org/eclipse/aether/transport/wagon/WagonTransporterFactory -instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonProvider -instanceKlass org/eclipse/aether/transport/wagon/WagonProvider -instanceKlass org/eclipse/aether/internal/transport/wagon/PlexusWagonConfigurator -instanceKlass org/eclipse/aether/transport/wagon/WagonConfigurator -instanceKlass org/eclipse/aether/transport/http/ChecksumExtractor -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryNestedType -instanceKlass org/eclipse/aether/transport/http/HttpTransporterFactory -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryModule -instanceKlass org/eclipse/aether/transport/file/FileTransporterFactory -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation -instanceKlass org/eclipse/aether/spi/connector/transport/TransporterFactory -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryAnnotation -instanceKlass org/eclipse/jdt/internal/compiler/env/IRecordComponent -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryMethod -instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericMethod -instanceKlass org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryField -instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericField -instanceKlass org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory -instanceKlass org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory -instanceKlass org/eclipse/aether/impl/MetadataGeneratorFactory -instanceKlass org/apache/maven/repository/internal/DefaultVersionResolver -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct -instanceKlass org/eclipse/aether/impl/VersionResolver -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryType -instanceKlass org/apache/maven/repository/internal/DefaultVersionRangeResolver -instanceKlass org/eclipse/aether/impl/VersionRangeResolver -instanceKlass org/apache/maven/repository/internal/DefaultModelCacheFactory -instanceKlass org/apache/maven/repository/internal/ModelCacheFactory -instanceKlass org/eclipse/jdt/internal/core/search/indexing/AbstractIndexer -instanceKlass org/apache/maven/repository/internal/DefaultArtifactDescriptorReader -instanceKlass org/eclipse/aether/impl/ArtifactDescriptorReader -instanceKlass org/eclipse/core/internal/content/ContentTypeHandler -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller callOnce (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/util/function/Consumer;)Z 14 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e42517e958 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder ()V 9 member ; # org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder$$Lambda+0x000001e42547bc78 -instanceKlass org/eclipse/aether/named/support/NamedLockFactorySupport -instanceKlass org/eclipse/aether/named/NamedLockFactory -instanceKlass @cpi com/google/inject/internal/aop/ClassBuilding 332 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425479c00 -instanceKlass org/eclipse/core/internal/content/ContentTypeManager$DebuggingHolder -instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 ; # java/lang/invoke/LambdaForm$MH+0x000001e425479800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425479400 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/StaticNameMapperProvider -instanceKlass @bci org/eclipse/core/internal/resources/MarkerManager visitorRemoveMarkers (Lorg/eclipse/core/runtime/IPath;Ljava/lang/String;Z)V 3 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425479000 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/GAVNameMapperProvider -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeBuilder applyPreferences (Lorg/eclipse/core/internal/content/ContentTypeCatalog;Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;Z)V 4 member ; # org/eclipse/core/internal/content/ContentTypeBuilder$$Lambda+0x000001e42547b868 -instanceKlass @cpi org/eclipse/core/internal/content/ContentTypeBuilder 424 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425478c00 -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileStaticNameMapperProvider -instanceKlass org/eclipse/core/runtime/preferences/IPreferenceNodeVisitor -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileHashingGAVNameMapperProvider -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/FileGAVNameMapperProvider -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NameMapper -instanceKlass org/eclipse/core/internal/content/FileSpec -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/providers/DiscriminatingNameMapperProvider -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl -instanceKlass org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactory -instanceKlass org/eclipse/core/internal/content/ContentType -instanceKlass org/eclipse/aether/internal/impl/synccontext/legacy/DefaultSyncContextFactory -instanceKlass org/eclipse/aether/impl/SyncContextFactory -instanceKlass org/eclipse/core/internal/content/Util -instanceKlass org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory -instanceKlass org/eclipse/aether/spi/synccontext/SyncContextFactory -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 118 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547aa20 -instanceKlass org/eclipse/jdt/core/JavaConventions -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 109 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a798 -instanceKlass org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 100 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a510 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 91 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a288 -instanceKlass @bci org/eclipse/core/internal/content/ContentTypeCatalog (Lorg/eclipse/core/internal/content/ContentTypeManager;I)V 82 argL0 ; # org/eclipse/core/internal/content/ContentTypeCatalog$$Lambda+0x000001e42547a000 -instanceKlass org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$1 -instanceKlass org/eclipse/aether/internal/impl/resolution/ArtifactResolverPostProcessorSupport -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425478800 -instanceKlass @bci org/eclipse/jdt/internal/core/JrtPackageFragmentRoot computeChildren (Lorg/eclipse/jdt/internal/core/OpenableElementInfo;Lorg/eclipse/core/resources/IResource;)Z 29 argL0 ; # org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$$Lambda+0x000001e425474660 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425478400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425478000 -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form names 13 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425473c00 -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL4 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425473800 -instanceKlass org/eclipse/jdt/internal/compiler/util/ObjectVector$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425473400 -instanceKlass @bci org/eclipse/jdt/internal/core/JavaProject defaultRootModules (Ljava/lang/Iterable;Ljava/lang/String;)Ljava/util/List; 6 argL0 ; # org/eclipse/jdt/internal/core/JavaProject$$Lambda+0x000001e425474230 -instanceKlass org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL4 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425473000 -instanceKlass org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilterSource -instanceKlass @bci org/eclipse/jdt/internal/core/JavaProject defaultRootModules (Ljava/lang/Iterable;Ljava/lang/String;)Ljava/util/List; 1 argL0 ; # org/eclipse/jdt/internal/core/JavaProject$$Lambda+0x000001e425474000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472800 -instanceKlass org/eclipse/aether/spi/resolution/ArtifactResolverPostProcessor -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425472000 -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 form names 19 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425471c00 -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425471800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425471400 -instanceKlass org/eclipse/aether/internal/impl/filter/DefaultRemoteRepositoryFilterManager -instanceKlass org/eclipse/aether/impl/RemoteRepositoryFilterManager -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425471000 -instanceKlass org/eclipse/jdt/internal/core/JavaProject$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425470000 -instanceKlass org/eclipse/jdt/internal/core/ClasspathAttributeDelta -instanceKlass org/eclipse/jdt/core/IClasspathAttributeDelta -instanceKlass jdk/internal/jrtfs/JrtFileSystem$1 -instanceKlass org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate -instanceKlass org/eclipse/jdt/internal/compiler/util/ObjectVector -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses get (Ljava/nio/file/Path;)[B 5 argL0 ; # org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses$$Lambda+0x000001e42542ee38 -instanceKlass org/eclipse/jdt/internal/core/JavaProject$3 -instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache$ClassBytes -instanceKlass org/eclipse/jdt/internal/core/JavaProject$2 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/SoftClassCache getClassBytes (Lorg/eclipse/jdt/internal/compiler/util/Jdk;Ljava/nio/file/Path;)[B 8 argL0 ; # org/eclipse/jdt/internal/compiler/util/SoftClassCache$$Lambda+0x000001e42542ea08 -instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache$JdkClasses -instanceKlass org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector -instanceKlass org/eclipse/aether/impl/DependencyCollector -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/CharDeduplication ()V 44 argL0 ; # org/eclipse/jdt/internal/compiler/util/CharDeduplication$$Lambda+0x000001e42542e5f8 -instanceKlass org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter -instanceKlass org/eclipse/aether/spi/checksums/ProvidedChecksumsSource -instanceKlass org/eclipse/jdt/internal/compiler/util/CharDeduplication -instanceKlass org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceSupport -instanceKlass org/eclipse/aether/spi/checksums/TrustedChecksumsSource -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySupport -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactory -instanceKlass org/eclipse/aether/internal/impl/checksum/DefaultChecksumAlgorithmFactorySelector -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySelector -instanceKlass org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory -instanceKlass org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory -instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayoutFactory -instanceKlass org/eclipse/aether/spi/log/LoggerFactory -instanceKlass org/eclipse/aether/internal/impl/LoggerFactoryProvider -instanceKlass org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory -instanceKlass org/eclipse/aether/spi/localrepo/LocalRepositoryManagerFactory -instanceKlass org/eclipse/aether/internal/impl/DefaultUpdatePolicyAnalyzer -instanceKlass org/eclipse/aether/impl/UpdatePolicyAnalyzer -instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner -instanceKlass org/eclipse/aether/internal/impl/DefaultUpdateCheckManager -instanceKlass org/eclipse/aether/impl/UpdateCheckManager -instanceKlass org/eclipse/aether/internal/impl/DefaultTransporterProvider -instanceKlass org/eclipse/aether/spi/connector/transport/TransporterProvider -instanceKlass org/eclipse/aether/internal/impl/DefaultTrackingFileManager -instanceKlass org/eclipse/aether/internal/impl/TrackingFileManager -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystemLifecycle -instanceKlass org/eclipse/aether/impl/RepositorySystemLifecycle -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositorySystem -instanceKlass org/eclipse/aether/RepositorySystem -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryLayoutProvider -instanceKlass org/eclipse/aether/spi/connector/layout/RepositoryLayoutProvider -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher -instanceKlass org/eclipse/aether/impl/RepositoryEventDispatcher -instanceKlass org/eclipse/aether/internal/impl/DefaultRepositoryConnectorProvider -instanceKlass org/eclipse/aether/impl/RepositoryConnectorProvider -instanceKlass org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager -instanceKlass org/eclipse/aether/impl/RemoteRepositoryManager -instanceKlass org/eclipse/aether/internal/impl/DefaultOfflineController -instanceKlass org/eclipse/aether/impl/OfflineController -instanceKlass org/eclipse/aether/internal/impl/DefaultMetadataResolver -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$2 -instanceKlass org/eclipse/aether/impl/MetadataResolver -instanceKlass org/eclipse/core/internal/resources/ProjectNatureDescriptor -instanceKlass @bci org/eclipse/core/internal/resources/CheckMissingNaturesListener resourceChanged (Lorg/eclipse/core/resources/IResourceChangeEvent;)V 25 member ; # org/eclipse/core/internal/resources/CheckMissingNaturesListener$$Lambda+0x000001e42529d128 -instanceKlass org/eclipse/aether/internal/impl/DefaultLocalRepositoryProvider -instanceKlass org/eclipse/aether/impl/LocalRepositoryProvider -instanceKlass org/eclipse/core/internal/events/NotificationManager$1 -instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport -instanceKlass @bci org/eclipse/core/internal/events/ResourceChangeListenerList getListeners ()[Lorg/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry; 4 argL0 ; # org/eclipse/core/internal/events/ResourceChangeListenerList$$Lambda+0x000001e42529cce8 -instanceKlass org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactory -instanceKlass org/eclipse/aether/internal/impl/DefaultLocalPathComposer -instanceKlass org/eclipse/aether/internal/impl/LocalPathComposer -instanceKlass org/eclipse/aether/internal/impl/DefaultInstaller -instanceKlass org/eclipse/aether/impl/Installer -instanceKlass org/eclipse/aether/internal/impl/DefaultFileProcessor -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$1 -instanceKlass org/eclipse/aether/spi/io/FileProcessor -instanceKlass org/eclipse/aether/internal/impl/DefaultDeployer -instanceKlass org/eclipse/aether/impl/Deployer -instanceKlass org/eclipse/aether/internal/impl/DefaultChecksumPolicyProvider -instanceKlass org/eclipse/aether/spi/connector/checksum/ChecksumPolicyProvider -instanceKlass org/eclipse/aether/internal/impl/DefaultArtifactResolver -instanceKlass org/eclipse/aether/impl/ArtifactResolver -instanceKlass org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory -instanceKlass org/eclipse/aether/spi/locator/Service -instanceKlass org/eclipse/aether/spi/connector/RepositoryConnectorFactory -instanceKlass org/apache/maven/model/validation/DefaultModelValidator -instanceKlass org/apache/maven/model/validation/ModelValidator -instanceKlass org/apache/maven/model/superpom/DefaultSuperPomProvider -instanceKlass org/apache/maven/model/superpom/SuperPomProvider -instanceKlass org/apache/maven/model/profile/activation/PropertyProfileActivator -instanceKlass org/apache/maven/model/profile/activation/OperatingSystemProfileActivator -instanceKlass org/apache/maven/model/profile/activation/JdkVersionProfileActivator -instanceKlass org/apache/maven/model/profile/activation/FileProfileActivator -instanceKlass org/apache/maven/model/profile/activation/ProfileActivator -instanceKlass org/apache/maven/model/profile/DefaultProfileSelector -instanceKlass org/apache/maven/model/profile/ProfileSelector -instanceKlass org/apache/maven/model/profile/DefaultProfileInjector -instanceKlass org/apache/maven/model/profile/ProfileInjector -instanceKlass org/apache/maven/model/plugin/DefaultReportingConverter -instanceKlass org/apache/maven/model/plugin/ReportingConverter -instanceKlass org/apache/maven/model/plugin/DefaultReportConfigurationExpander -instanceKlass org/apache/maven/model/plugin/ReportConfigurationExpander -instanceKlass org/apache/maven/model/plugin/DefaultPluginConfigurationExpander -instanceKlass org/apache/maven/model/plugin/PluginConfigurationExpander -instanceKlass org/apache/maven/model/path/ProfileActivationFilePathInterpolator -instanceKlass org/apache/maven/model/path/DefaultUrlNormalizer -instanceKlass org/apache/maven/model/path/UrlNormalizer -instanceKlass org/apache/maven/model/path/DefaultPathTranslator -instanceKlass org/apache/maven/model/path/PathTranslator -instanceKlass org/apache/maven/model/path/DefaultModelUrlNormalizer -instanceKlass org/apache/maven/model/path/ModelUrlNormalizer -instanceKlass org/apache/maven/model/path/DefaultModelPathTranslator -instanceKlass org/apache/maven/model/path/ModelPathTranslator -instanceKlass org/apache/maven/model/normalization/DefaultModelNormalizer -instanceKlass org/apache/maven/model/normalization/ModelNormalizer -instanceKlass org/apache/maven/model/management/DefaultPluginManagementInjector -instanceKlass org/apache/maven/model/management/PluginManagementInjector -instanceKlass org/apache/maven/model/management/DefaultDependencyManagementInjector -instanceKlass org/apache/maven/model/management/DependencyManagementInjector -instanceKlass org/apache/maven/model/locator/DefaultModelLocator -instanceKlass org/apache/maven/model/io/DefaultModelWriter -instanceKlass org/apache/maven/model/io/ModelWriter -instanceKlass org/apache/maven/model/io/DefaultModelReader -instanceKlass org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator -instanceKlass org/apache/maven/model/interpolation/ModelInterpolator -instanceKlass org/apache/maven/model/interpolation/DefaultModelVersionProcessor -instanceKlass org/apache/maven/model/interpolation/ModelVersionProcessor -instanceKlass org/apache/maven/model/inheritance/DefaultInheritanceAssembler -instanceKlass org/apache/maven/model/inheritance/InheritanceAssembler -instanceKlass org/apache/maven/model/composition/DefaultDependencyManagementImporter -instanceKlass org/apache/maven/model/composition/DependencyManagementImporter -instanceKlass java/nio/file/Files$3 -instanceKlass java/nio/file/FileTreeWalker$Event -instanceKlass @bci sun/reflect/annotation/AnnotationParser parseClassArray (ILjava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 10 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001e425363e18 -instanceKlass java/nio/file/FileTreeWalker$DirectoryNode -instanceKlass org/apache/maven/model/building/DefaultModelProcessor -instanceKlass org/apache/maven/model/building/ModelProcessor -instanceKlass org/apache/maven/model/io/ModelReader -instanceKlass org/apache/maven/model/locator/ModelLocator -instanceKlass jdk/internal/jrtfs/JrtFileAttributes -instanceKlass org/apache/maven/model/building/DefaultModelBuilder -instanceKlass org/apache/maven/model/building/ModelBuilder -instanceKlass org/apache/maven/cli/internal/BootstrapCoreExtensionManager -instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsWriter -instanceKlass org/apache/maven/toolchain/io/ToolchainsWriter -instanceKlass org/apache/maven/toolchain/building/DefaultToolchainsBuilder -instanceKlass org/apache/maven/toolchain/building/ToolchainsBuilder -instanceKlass org/apache/maven/session/scope/internal/SessionScope$ScopeState -instanceKlass @bci org/apache/maven/session/scope/internal/SessionScope ()V 0 argL0 ; # org/apache/maven/session/scope/internal/SessionScope$$Lambda+0x000001e42545cbf8 -instanceKlass org/apache/maven/session/scope/internal/SessionScope -instanceKlass org/apache/maven/plugin/internal/AbstractMavenPluginDependenciesValidator -instanceKlass org/apache/maven/plugin/internal/MavenPluginDependenciesValidator -instanceKlass org/apache/maven/plugin/internal/AbstractMavenPluginParametersValidator -instanceKlass org/apache/maven/plugin/internal/MavenPluginConfigurationValidator -instanceKlass org/apache/maven/eventspy/AbstractEventSpy -instanceKlass org/apache/maven/plugin/PluginValidationManager -instanceKlass org/apache/maven/plugin/DefaultMojosExecutionStrategy -instanceKlass org/apache/maven/plugin/MojosExecutionStrategy -instanceKlass org/apache/maven/lifecycle/internal/LifecycleDependencyResolver -instanceKlass org/apache/maven/lifecycle/internal/DefaultProjectArtifactFactory -instanceKlass org/apache/maven/lifecycle/internal/ProjectArtifactFactory -instanceKlass org/apache/maven/internal/aether/ResolverLifecycle -instanceKlass org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory -instanceKlass org/apache/maven/extension/internal/CoreExportsProvider -instanceKlass org/apache/maven/execution/MojoExecutionEvent -instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$ScopeState -instanceKlass org/apache/maven/execution/scope/MojoExecutionScoped -instanceKlass com/google/inject/RestrictedBindingSource$Permit -instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope$1 -instanceKlass org/apache/maven/execution/scope/internal/MojoExecutionScope -instanceKlass org/apache/maven/execution/MojoExecutionListener -instanceKlass org/eclipse/sisu/space/QualifiedTypeBinder$1 -instanceKlass org/apache/maven/execution/DefaultMavenExecutionRequestPopulator -instanceKlass org/apache/maven/execution/MavenExecutionRequestPopulator -instanceKlass org/apache/maven/classrealm/DefaultClassRealmManager -instanceKlass org/apache/maven/classrealm/ClassRealmManager -instanceKlass org/apache/maven/SessionScoped -instanceKlass org/apache/maven/ReactorReader -instanceKlass org/apache/maven/repository/internal/MavenWorkspaceReader -instanceKlass org/apache/maven/DefaultArtifactFilterManager -instanceKlass org/apache/maven/ArtifactFilterManager -instanceKlass org/eclipse/sisu/space/WildcardKey$QualifiedImpl -instanceKlass org/eclipse/sisu/space/WildcardKey$Qualified -instanceKlass org/eclipse/sisu/space/WildcardKey -instanceKlass org/eclipse/sisu/Typed -instanceKlass org/sonatype/inject/EagerSingleton -instanceKlass org/eclipse/sisu/EagerSingleton -instanceKlass org/sonatype/inject/Mediator -instanceKlass org/eclipse/sisu/inject/TypeArguments -instanceKlass org/eclipse/m2e/internal/maven/listener/M2EMavenBuildDataBridge -instanceKlass org/apache/maven/eventspy/EventSpy -instanceKlass org/eclipse/sisu/space/asm/Context -instanceKlass org/eclipse/sisu/space/asm/Attribute -instanceKlass org/eclipse/sisu/space/asm/AnnotationVisitor -instanceKlass org/eclipse/sisu/space/asm/ClassReader -instanceKlass org/eclipse/sisu/space/IndexedClassFinder$1 -instanceKlass org/eclipse/sisu/inject/Logs$SLF4JSink -instanceKlass org/eclipse/sisu/inject/Logs$Sink -instanceKlass org/eclipse/sisu/inject/Logs -instanceKlass org/eclipse/sisu/space/QualifierCache -instanceKlass @bci jdk/internal/jimage/ImageReader$SharedImageReader handleModulesSubTree (Ljava/lang/String;Ljdk/internal/jimage/ImageLocation;)Ljdk/internal/jimage/ImageReader$Node; 37 member ; # jdk/internal/jimage/ImageReader$SharedImageReader$$Lambda+0x000001e425451458 -instanceKlass org/eclipse/sisu/space/QualifiedTypeVisitor -instanceKlass org/eclipse/sisu/plexus/PlexusTypeVisitor$ComponentAnnotationVisitor -instanceKlass org/eclipse/sisu/space/AnnotationVisitor -instanceKlass org/eclipse/sisu/plexus/PlexusTypeVisitor -instanceKlass org/eclipse/sisu/space/ClassVisitor -instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanModule$PlexusXmlBeanSource -instanceKlass jdk/internal/jimage/ImageBufferCache$2 -instanceKlass jdk/internal/jimage/ImageBufferCache -instanceKlass @bci jdk/internal/jimage/ImageReader$SharedImageReader handlePackages (Ljava/lang/String;Ljdk/internal/jimage/ImageLocation;)Ljdk/internal/jimage/ImageReader$Node; 20 member ; # jdk/internal/jimage/ImageReader$SharedImageReader$$Lambda+0x000001e425450b58 -instanceKlass jdk/internal/jimage/ImageReader$SharedImageReader$LocationVisitor -instanceKlass jdk/internal/jimage/ImageLocation -instanceKlass java/util/RegularEnumSet$EnumSetIterator -instanceKlass java/nio/file/FileTreeWalker -instanceKlass java/nio/file/SimpleFileVisitor -instanceKlass org/eclipse/sisu/inject/DescriptionSource -instanceKlass org/eclipse/sisu/inject/AnnotatedSource -instanceKlass jdk/internal/jrtfs/JrtDirectoryStream$1 -instanceKlass org/eclipse/sisu/Hidden -instanceKlass org/eclipse/sisu/Priority -instanceKlass org/eclipse/sisu/Description -instanceKlass @bci jdk/internal/jrtfs/JrtFileSystem iteratorOf (Ljdk/internal/jrtfs/JrtPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/util/Iterator; 82 member ; # jdk/internal/jrtfs/JrtFileSystem$$Lambda+0x000001e425450238 -instanceKlass org/eclipse/sisu/inject/Sources -instanceKlass @bci jdk/internal/jrtfs/JrtFileSystem iteratorOf (Ljdk/internal/jrtfs/JrtPath;Ljava/nio/file/DirectoryStream$Filter;)Ljava/util/Iterator; 71 member ; # jdk/internal/jrtfs/JrtFileSystem$$Lambda+0x000001e425450000 -instanceKlass jdk/internal/jimage/ImageReader$Node -instanceKlass jdk/internal/jrtfs/JrtPath -instanceKlass com/google/inject/internal/MoreTypes$ParameterizedTypeImpl -instanceKlass org/apache/maven/wagon/Wagon -instanceKlass jdk/internal/jrtfs/JrtDirectoryStream -instanceKlass org/apache/maven/toolchain/ToolchainsBuilder -instanceKlass org/apache/maven/toolchain/ToolchainManagerPrivate -instanceKlass jdk/internal/jimage/decompressor/Decompressor -instanceKlass org/apache/maven/toolchain/ToolchainManager -instanceKlass org/apache/maven/toolchain/ToolchainFactory -instanceKlass jdk/internal/jimage/ImageStringsReader -instanceKlass org/apache/maven/settings/MavenSettingsBuilder -instanceKlass org/apache/maven/rtinfo/RuntimeInformation -instanceKlass org/apache/maven/project/artifact/ProjectArtifactsCache -instanceKlass org/apache/maven/project/ProjectDependenciesResolver -instanceKlass org/apache/maven/project/ProjectBuildingHelper -instanceKlass jdk/internal/jimage/ImageHeader -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544b400 -instanceKlass org/apache/maven/project/ProjectBuilder -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544b000 -instanceKlass org/apache/maven/project/MavenProjectHelper -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544ac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a800 -instanceKlass org/apache/maven/plugin/version/PluginVersionResolver -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a400 -instanceKlass org/apache/maven/plugin/prefix/PluginPrefixResolver -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42544a000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425449c00 -instanceKlass org/apache/maven/plugin/PluginManager -# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e425449800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425449400 -instanceKlass org/apache/maven/plugin/PluginDescriptorCache -instanceKlass org/apache/maven/plugin/MavenPluginManager -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425449000 -instanceKlass sun/nio/ch/Util$4 -instanceKlass sun/nio/ch/FileChannelImpl$Unmapper -instanceKlass jdk/internal/access/foreign/UnmapperProxy -instanceKlass org/apache/maven/plugin/LegacySupport -instanceKlass org/apache/maven/plugin/BuildPluginManager -instanceKlass @bci jdk/internal/misc/ExtendedMapMode ()V 0 argL0 ; # jdk/internal/misc/ExtendedMapMode$$Lambda+0x000001e4253614b0 -instanceKlass org/apache/maven/model/plugin/LifecycleBindingsInjector -instanceKlass jdk/internal/misc/ExtendedMapMode -instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderCommon -instanceKlass java/nio/channels/FileChannel$MapMode -instanceKlass jdk/internal/jimage/BasicImageReader$2 -instanceKlass org/apache/maven/lifecycle/internal/builder/Builder -instanceKlass org/apache/maven/lifecycle/internal/MojoExecutor -instanceKlass jdk/internal/jimage/BasicImageReader$1 -instanceKlass org/apache/maven/lifecycle/internal/MojoDescriptorCreator -instanceKlass jdk/internal/jimage/ImageReader$Node -instanceKlass org/apache/maven/lifecycle/internal/LifecycleTaskSegmentCalculator -instanceKlass org/apache/maven/lifecycle/internal/LifecycleStarter -instanceKlass org/apache/maven/lifecycle/internal/LifecyclePluginResolver -instanceKlass jdk/internal/jimage/ImageStrings -instanceKlass org/apache/maven/lifecycle/internal/LifecycleModuleBuilder -instanceKlass jdk/internal/jimage/BasicImageReader -instanceKlass org/apache/maven/lifecycle/internal/LifecycleExecutionPlanCalculator -instanceKlass org/apache/maven/lifecycle/internal/LifecycleDebugLogger -instanceKlass org/apache/maven/lifecycle/internal/ExecutionEventCatapult -instanceKlass org/apache/maven/lifecycle/internal/BuildListCalculator -instanceKlass org/apache/maven/lifecycle/MojoExecutionConfigurator -instanceKlass jdk/internal/jimage/ImageReader -instanceKlass org/apache/maven/lifecycle/LifecycleMappingDelegate -instanceKlass org/apache/maven/lifecycle/LifecycleExecutor -instanceKlass jdk/internal/jrtfs/SystemImage$2 -instanceKlass org/apache/maven/lifecycle/LifeCyclePluginAnalyzer -instanceKlass org/apache/maven/lifecycle/DefaultLifecycles -instanceKlass @bci jdk/internal/jrtfs/SystemImage ()V 0 argL0 ; # jdk/internal/jrtfs/SystemImage$$Lambda+0x000001e425445228 -instanceKlass org/apache/maven/graph/GraphBuilder -instanceKlass org/apache/maven/eventspy/internal/EventSpyDispatcher -instanceKlass jdk/internal/jrtfs/SystemImage -instanceKlass org/apache/maven/configuration/BeanConfigurator -instanceKlass org/apache/maven/bridge/MavenRepositorySystem -instanceKlass org/apache/maven/artifact/resolver/ResolutionErrorHandler -instanceKlass org/apache/maven/artifact/repository/metadata/io/MetadataReader -instanceKlass jdk/internal/jrtfs/JrtPath -instanceKlass org/apache/maven/artifact/metadata/ArtifactMetadataSource -instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadataSource -instanceKlass org/apache/maven/artifact/handler/manager/ArtifactHandlerManager -instanceKlass org/apache/maven/artifact/factory/ArtifactFactory -instanceKlass org/apache/maven/ProjectDependenciesResolver -instanceKlass org/apache/maven/Maven -instanceKlass org/apache/maven/artifact/handler/ArtifactHandler -instanceKlass org/sonatype/plexus/components/sec/dispatcher/SecDispatcher -instanceKlass org/apache/maven/lifecycle/Lifecycle -instanceKlass org/eclipse/sisu/space/CloningClassSpace$1 -instanceKlass org/apache/maven/lifecycle/mapping/LifecycleMapping -instanceKlass java/lang/foreign/MemorySegment -instanceKlass org/apache/maven/repository/metadata/GraphConflictResolver -instanceKlass org/apache/maven/repository/metadata/GraphConflictResolutionPolicy -instanceKlass org/eclipse/sisu/plexus/ConfigurationImpl -instanceKlass org/apache/maven/repository/metadata/ClasspathTransformation -instanceKlass org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformationManager -instanceKlass org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverFactory -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolver -instanceKlass jdk/internal/jrtfs/JrtFileSystemProvider$1 -instanceKlass org/apache/maven/repository/legacy/repository/ArtifactRepositoryFactory -instanceKlass org/apache/maven/repository/legacy/UpdateCheckManager -instanceKlass org/apache/maven/repository/RepositorySystem -instanceKlass org/apache/maven/repository/MirrorSelector -instanceKlass org/apache/maven/project/validation/ModelValidator -instanceKlass org/apache/maven/project/path/PathTranslator -instanceKlass org/apache/maven/project/interpolation/ModelInterpolator -instanceKlass org/apache/maven/project/inheritance/ModelInheritanceAssembler -instanceKlass org/apache/maven/project/MavenProjectBuilder -instanceKlass org/apache/maven/profiles/MavenProfilesBuilder -instanceKlass org/apache/maven/execution/RuntimeInformation -instanceKlass org/apache/maven/artifact/resolver/ArtifactResolver -instanceKlass org/apache/maven/artifact/resolver/ArtifactCollector -instanceKlass org/apache/maven/repository/legacy/resolver/LegacyArtifactCollector -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager -instanceKlass java/nio/file/spi/FileSystemProvider$1 -instanceKlass org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JRTUtil getJrtFileSystem (Ljava/nio/file/Path;)Ljava/nio/file/FileSystem; 14 argL0 ; # org/eclipse/jdt/internal/compiler/util/JRTUtil$$Lambda+0x000001e42542d540 -instanceKlass org/apache/maven/artifact/repository/ArtifactRepositoryFactory -instanceKlass org/apache/maven/artifact/manager/WagonManager -instanceKlass org/apache/maven/repository/legacy/WagonManager -instanceKlass org/apache/maven/artifact/installer/ArtifactInstaller -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/JRTUtil getJrtSystem (Ljava/io/File;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/util/JrtFileSystem; 46 member ; # org/eclipse/jdt/internal/compiler/util/JRTUtil$$Lambda+0x000001e42542d0a0 -instanceKlass org/eclipse/jdt/internal/compiler/util/JrtFileSystem -instanceKlass org/eclipse/sisu/plexus/PlexusXmlMetadata -instanceKlass org/eclipse/sisu/plexus/Roles -instanceKlass org/apache/maven/artifact/deployer/ArtifactDeployer -instanceKlass org/eclipse/sisu/plexus/Hints -instanceKlass org/eclipse/sisu/space/AbstractDeferredClass -instanceKlass org/eclipse/sisu/plexus/RequirementImpl -instanceKlass org/codehaus/plexus/component/annotations/Requirement -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Jdk (Ljava/io/File;)V 20 argL0 ; # org/eclipse/jdt/internal/compiler/util/Jdk$$Lambda+0x000001e42542cc10 -instanceKlass org/eclipse/jdt/internal/compiler/util/Jdk -instanceKlass org/eclipse/jdt/internal/compiler/util/SoftClassCache -instanceKlass org/eclipse/sisu/space/Streams -instanceKlass org/eclipse/sisu/plexus/ComponentImpl -instanceKlass org/eclipse/sisu/plexus/PlexusTypeRegistry -instanceKlass org/eclipse/sisu/plexus/PlexusXmlScanner -instanceKlass org/eclipse/sisu/space/QualifiedTypeBinder -instanceKlass org/eclipse/jdt/internal/compiler/util/JRTUtil -instanceKlass org/eclipse/sisu/plexus/PlexusTypeBinder -instanceKlass org/eclipse/aether/AbstractRepositoryListener -instanceKlass org/eclipse/aether/RepositoryListener -instanceKlass org/eclipse/jdt/internal/core/search/IRestrictedAccessMethodRequestor -instanceKlass com/google/inject/Key$AnnotationInstanceStrategy -instanceKlass org/eclipse/jdt/core/search/ISearchPattern -instanceKlass com/google/inject/name/NamedImpl -instanceKlass com/google/inject/name/Named -instanceKlass com/google/inject/name/Names -instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$IntItem -instanceKlass org/eclipse/jdt/core/search/SearchEngine -instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$Item -instanceKlass org/apache/maven/artifact/versioning/ComparableVersion -instanceKlass org/apache/maven/artifact/versioning/DefaultArtifactVersion -instanceKlass org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtTraverser -instanceKlass @bci org/eclipse/jdt/internal/core/search/processing/JobManager isJobWaiting (Lorg/eclipse/jdt/internal/core/search/processing/IJob;)Z 22 member ; # org/eclipse/jdt/internal/core/search/processing/JobManager$$Lambda+0x000001e425429d98 -instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseClassRealmManagerDelegate -instanceKlass org/apache/maven/classrealm/ClassRealmManagerDelegate -instanceKlass org/sonatype/plexus/build/incremental/ThreadBuildContext -instanceKlass org/sonatype/plexus/build/incremental/BuildContext -instanceKlass org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver -instanceKlass org/eclipse/jdt/core/search/SearchDocument -instanceKlass org/apache/maven/plugin/internal/PluginDependenciesResolver -instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleSet -instanceKlass org/apache/maven/plugin/DefaultPluginArtifactsCache -instanceKlass org/eclipse/jdt/internal/core/ClasspathValidation -instanceKlass org/eclipse/jdt/internal/core/JavaElementDelta$Key -instanceKlass org/apache/maven/plugin/PluginArtifactsCache -instanceKlass org/apache/maven/plugin/DefaultPluginRealmCache -instanceKlass org/eclipse/jdt/internal/core/SimpleDelta -instanceKlass org/apache/maven/plugin/PluginRealmCache -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$ZipCache -instanceKlass org/apache/maven/project/DefaultProjectRealmCache -instanceKlass org/apache/maven/project/ProjectRealmCache -instanceKlass org/apache/maven/plugin/DefaultExtensionRealmCache -instanceKlass @bci org/eclipse/jdt/internal/core/index/MetaIndex remove (Ljava/lang/String;)V 16 member ; # org/eclipse/jdt/internal/core/index/MetaIndex$$Lambda+0x000001e4252fbdd8 -instanceKlass org/apache/maven/plugin/ExtensionRealmCache -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfObject -instanceKlass org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues -instanceKlass org/codehaus/plexus/component/annotations/Component -instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleSetOfCharArray -instanceKlass org/apache/maven/project/artifact/DefaultMavenMetadataCache -instanceKlass org/eclipse/jdt/internal/core/index/DiskIndex -instanceKlass org/eclipse/m2e/core/internal/project/IManagedCache -instanceKlass org/eclipse/jdt/internal/core/util/SimpleWordSet -instanceKlass org/apache/maven/project/artifact/MavenMetadataCache -instanceKlass org/eclipse/jdt/internal/core/index/MemoryIndex -instanceKlass org/eclipse/m2e/core/internal/embedder/DefaultMavenComponentContributor -instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenComponentContributor -instanceKlass org/eclipse/jdt/internal/core/search/indexing/ReadWriteMonitor -instanceKlass org/eclipse/lsp4j/WorkDoneProgressNotification -instanceKlass org/eclipse/jdt/internal/core/index/Index -instanceKlass org/eclipse/jdt/internal/core/index/MetaIndex -instanceKlass ch/qos/logback/classic/spi/LoggerContextListener -instanceKlass ch/qos/logback/core/spi/ConfigurationEventListener -instanceKlass ch/qos/logback/core/spi/ConfigurationEvent -instanceKlass ch/qos/logback/core/spi/SequenceNumberGenerator -instanceKlass ch/qos/logback/core/LifeCycleManager -instanceKlass com/google/inject/spi/InjectionRequest -instanceKlass org/eclipse/sisu/bean/BeanProperty -instanceKlass com/google/inject/internal/Nullability -instanceKlass @bci com/google/inject/internal/KotlinSupport$KotlinUnsupported ()V 7 argL0 ; # com/google/inject/internal/KotlinSupport$KotlinUnsupported$$Lambda+0x000001e42541e000 -instanceKlass com/google/inject/internal/KotlinSupport$KotlinUnsupported -instanceKlass com/google/inject/internal/KotlinSupport$KotlinSupportHolder -instanceKlass com/google/inject/internal/KotlinSupportInterface -instanceKlass com/google/inject/internal/KotlinSupport -instanceKlass com/google/inject/spi/InjectionPoint$OverrideIndex -instanceKlass org/eclipse/sisu/Mediator -instanceKlass org/eclipse/sisu/inject/RankedBindings -instanceKlass com/google/inject/Inject -instanceKlass javax/inject/Inject -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 38 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a7c8 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 20 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a598 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 15 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a368 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredFields (Ljava/lang/Class;)[Ljava/lang/reflect/Field; 7 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e42541a138 -instanceKlass com/google/inject/spi/InjectionPoint$InjectableMembers -instanceKlass com/google/inject/spi/InjectionPoint$InjectableMember -instanceKlass com/google/inject/spi/InjectionPoint -instanceKlass com/google/inject/internal/MoreTypes$GenericArrayTypeImpl -instanceKlass com/google/inject/internal/MoreTypes$CompositeType -instanceKlass com/google/inject/Key$AnnotationTypeStrategy -instanceKlass com/google/common/cache/LocalCache$StrongValueReference -instanceKlass com/google/common/util/concurrent/AbstractFuture$Failure -instanceKlass com/google/common/util/concurrent/AbstractFuture$Cancellation -instanceKlass com/google/common/util/concurrent/AbstractFuture$SetFuture -instanceKlass com/google/common/util/concurrent/Uninterruptibles -instanceKlass com/google/common/util/concurrent/AbstractFuture$Waiter -instanceKlass com/google/common/util/concurrent/AbstractFuture$Listener -instanceKlass com/google/common/util/concurrent/AbstractFuture$UnsafeAtomicHelper$1 -instanceKlass com/google/common/util/concurrent/LazyLogger -instanceKlass com/google/common/util/concurrent/AbstractFuture$AtomicHelper -instanceKlass com/google/common/util/concurrent/internal/InternalFutureFailureAccess -instanceKlass com/google/common/util/concurrent/AbstractFuture$Trusted -instanceKlass com/google/common/util/concurrent/ListenableFuture -instanceKlass @bci sun/reflect/annotation/AnnotationParser parseEnumArray (ILjava/lang/Class;Ljava/nio/ByteBuffer;Ljdk/internal/reflect/ConstantPool;Ljava/lang/Class;)Ljava/lang/Object; 16 member ; # sun/reflect/annotation/AnnotationParser$$Lambda+0x000001e42535d880 -instanceKlass javax/inject/Named -instanceKlass javax/inject/Qualifier -instanceKlass com/google/inject/BindingAnnotation -instanceKlass javax/inject/Scope -instanceKlass com/google/inject/ScopeAnnotation -instanceKlass com/google/inject/internal/Annotations$AnnotationChecker -instanceKlass com/google/inject/internal/Annotations$TestAnnotation -instanceKlass com/google/inject/internal/Annotations$AnnotationToStringConfig -instanceKlass com/google/common/base/Joiner$MapJoiner -instanceKlass com/google/common/base/Joiner -instanceKlass com/google/inject/internal/Annotations -instanceKlass org/eclipse/sisu/Parameters -instanceKlass org/eclipse/sisu/wire/ParameterKeys -instanceKlass com/google/inject/internal/util/StackTraceElements$InMemoryStackTraceElement -instanceKlass com/google/inject/internal/util/StackTraceElements -instanceKlass org/eclipse/sisu/wire/TypeConverterCache -instanceKlass com/google/inject/internal/Scoping -instanceKlass com/google/inject/internal/InternalFactory -instanceKlass com/google/inject/internal/InternalFlags$1 -instanceKlass com/google/inject/internal/InternalFlags -instanceKlass com/google/inject/spi/ProviderKeyBinding -instanceKlass com/google/inject/spi/ProviderInstanceBinding -instanceKlass org/eclipse/equinox/internal/app/EclipseAppHandle$1 -instanceKlass com/google/inject/spi/InstanceBinding -instanceKlass org/eclipse/equinox/internal/app/EclipseAppHandle$2 -instanceKlass com/google/inject/internal/DelayedInitialize -instanceKlass com/google/inject/spi/ConstructorBinding -instanceKlass com/google/inject/spi/HasDependencies -instanceKlass sun/nio/cs/ThreadLocalCoders$Cache -instanceKlass com/google/inject/spi/LinkedKeyBinding -instanceKlass sun/nio/cs/ThreadLocalCoders -instanceKlass com/google/inject/spi/UntargettedBinding -instanceKlass com/google/inject/internal/BindingImpl -instanceKlass com/google/inject/Key$AnnotationStrategy -instanceKlass org/eclipse/sisu/wire/ElementAnalyzer$1 -instanceKlass @bci java/util/regex/Pattern CIRange (II)Ljava/util/regex/Pattern$CharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001e42535c9b0 -instanceKlass @bci java/util/regex/Pattern SingleI (II)Ljava/util/regex/Pattern$BmpCharPredicate; 2 member ; # java/util/regex/Pattern$$Lambda+0x000001e42535c730 -instanceKlass java/time/format/Parsed -instanceKlass java/time/format/DateTimeParseContext -instanceKlass com/google/inject/util/Modules$EmptyModule -instanceKlass com/google/inject/util/Modules$OverriddenModuleBuilder -instanceKlass org/eclipse/jdt/ls/core/internal/LogReader$LogEntry -instanceKlass com/google/inject/util/Modules -instanceKlass java/io/PrintWriter$1 -instanceKlass jdk/internal/access/JavaIOPrintWriterAccess -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 62 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425410000 -instanceKlass org/eclipse/jdt/ls/core/internal/LogReader$LogSession -instanceKlass com/google/common/collect/Ordering -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 38 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401cb0 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 33 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401a80 -instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;Ljava/util/Comparator;)Ljava/util/Comparator; 12 member ; # java/util/Comparator$$Lambda+0x000001e42535bc50 -instanceKlass @cpi java/util/Comparator 256 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425400400 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 20 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401850 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 15 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e425401620 -instanceKlass @bci com/google/inject/internal/DeclaredMembers getDeclaredMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 7 argL0 ; # com/google/inject/internal/DeclaredMembers$$Lambda+0x000001e4254013f0 -instanceKlass com/google/inject/internal/DeclaredMembers -instanceKlass com/google/common/base/ExtraObjectsMethodsForWeb -instanceKlass com/google/common/collect/ImmutableMap$Builder -instanceKlass sun/util/locale/provider/CalendarNameProviderImpl$LengthBasedComparator -instanceKlass com/google/inject/internal/MoreTypes -instanceKlass sun/util/resources/provider/NonBaseLocaleDataMetaInfo -instanceKlass com/google/inject/multibindings/ProvidesIntoOptional -instanceKlass com/google/inject/multibindings/ProvidesIntoMap -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter createSupportedLocaleString (Ljava/lang/String;)Ljava/lang/String; 6 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001e42535b7a0 -instanceKlass com/google/inject/multibindings/ProvidesIntoSet -instanceKlass com/google/inject/Provides -instanceKlass sun/util/locale/provider/BaseLocaleDataMetaInfo -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getCalendarNameProvider ()Ljava/util/spi/CalendarNameProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x000001e42535b340 -instanceKlass javax/inject/Singleton -instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getCalendarNameProvider ()Ljava/util/spi/CalendarNameProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x000001e42535ac78 -instanceKlass com/google/inject/spi/ElementSource -instanceKlass sun/util/locale/provider/CalendarDataUtility$CalendarFieldValueNamesMapGetter -instanceKlass com/google/inject/spi/ScopeBinding -instanceKlass com/google/inject/Scopes$2 -instanceKlass java/text/CalendarBuilder -instanceKlass com/google/inject/Scopes$1 -instanceKlass java/text/ParsePosition -instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$ReadTask -instanceKlass sun/nio/ch/Iocp$ResultHandler -instanceKlass com/google/inject/internal/SingletonScope -instanceKlass sun/nio/ch/PendingFuture -instanceKlass org/eclipse/jdt/ls/core/internal/LogReader -instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageProducer$Headers -instanceKlass com/google/inject/Scopes -instanceKlass org/eclipse/lsp4j/jsonrpc/json/ConcurrentMessageProcessor$1 -instanceKlass com/google/inject/Singleton -instanceKlass com/google/inject/spi/Elements$ModuleInfo -instanceKlass com/google/inject/PrivateModule -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler (Lorg/eclipse/jdt/ls/core/internal/managers/ProjectsManager;Lorg/eclipse/jdt/ls/core/internal/JavaClientConnection;Lorg/eclipse/jdt/ls/core/internal/handlers/BaseDocumentLifeCycleHandler;)V 35 member ; # org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler$$Lambda+0x000001e4253ef1d8 -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceEventsHandler -instanceKlass @bci com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction pushModule (Ljava/lang/Class;Lcom/google/inject/spi/ModuleSource;)V 5 member ; # com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction$$Lambda+0x000001e4254060e0 -instanceKlass @bci com/google/inject/spi/BindingSourceRestriction getPermits (Ljava/lang/Class;)Ljava/util/stream/Stream; 43 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e425405ea0 -instanceKlass @bci com/google/inject/spi/BindingSourceRestriction getPermits (Ljava/lang/Class;)Ljava/util/stream/Stream; 33 argL0 ; # com/google/inject/spi/BindingSourceRestriction$$Lambda+0x000001e425405c70 -instanceKlass org/eclipse/jdt/core/manipulation/CoreASTProvider$WAIT_FLAG -instanceKlass java/util/stream/Streams$2 -instanceKlass java/util/stream/Streams$ConcatSpliterator -instanceKlass org/eclipse/jdt/core/manipulation/CoreASTProvider -instanceKlass sun/reflect/annotation/AnnotatedTypeFactory$AnnotatedTypeBaseImpl -instanceKlass org/eclipse/jdt/ls/core/internal/MovingAverage -instanceKlass sun/reflect/annotation/AnnotatedTypeFactory -instanceKlass sun/reflect/annotation/TypeAnnotation$LocationInfo$Location -instanceKlass sun/reflect/annotation/TypeAnnotation$LocationInfo -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseDiagnosticsHandler -instanceKlass sun/reflect/annotation/TypeAnnotation -instanceKlass sun/reflect/annotation/TypeAnnotationParser -instanceKlass com/google/inject/RestrictedBindingSource -instanceKlass com/google/inject/spi/BindingSourceRestriction -instanceKlass com/google/inject/spi/ModuleSource -instanceKlass org/eclipse/jdt/core/IProblemRequestor -instanceKlass com/google/inject/internal/ProviderMethodsModule -instanceKlass org/eclipse/lsp4j/jsonrpc/StandardLauncher -instanceKlass org/eclipse/lsp4j/jsonrpc/json/ConcurrentMessageProcessor -instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction$PermitMapImpl -instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMap -instanceKlass com/google/inject/spi/BindingSourceRestriction$PermitMapConstruction -instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageProducer -instanceKlass com/google/common/collect/Hashing -instanceKlass com/google/common/math/IntMath$1 -instanceKlass com/google/common/math/MathPreconditions -instanceKlass com/google/common/math/IntMath -instanceKlass com/google/inject/internal/AbstractBindingBuilder -instanceKlass com/google/inject/binder/ConstantBindingBuilder -instanceKlass com/google/inject/binder/AnnotatedElementBuilder -instanceKlass @bci java/lang/reflect/Proxy getProxyConstructor (Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor; 80 argL0 ; # java/lang/reflect/Proxy$$Lambda+0x000001e425357d30 -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/EndpointProxy (Lorg/eclipse/lsp4j/jsonrpc/Endpoint;Ljava/util/Collection;)V 197 member ; # org/eclipse/lsp4j/jsonrpc/services/EndpointProxy$$Lambda+0x000001e4253fb8e8 -instanceKlass com/google/inject/spi/Elements$RecordingBinder -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/EndpointProxy (Lorg/eclipse/lsp4j/jsonrpc/Endpoint;Ljava/util/Collection;)V 178 member ; # org/eclipse/lsp4j/jsonrpc/services/EndpointProxy$$Lambda+0x000001e4253fb6c0 -instanceKlass com/google/inject/Binding -instanceKlass com/google/inject/spi/DefaultBindingTargetVisitor -instanceKlass org/eclipse/lsp4j/jsonrpc/services/EndpointProxy -instanceKlass com/google/inject/spi/BindingTargetVisitor -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/RemoteEndpoint ()V 11 argL0 ; # org/eclipse/lsp4j/jsonrpc/RemoteEndpoint$$Lambda+0x000001e4253fb268 -instanceKlass com/google/inject/spi/Elements -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/ResponseError -instanceKlass com/google/inject/internal/InjectorShell$RootModule -instanceKlass org/eclipse/lsp4j/jsonrpc/RemoteEndpoint -instanceKlass com/google/common/collect/ListMultimap -instanceKlass com/google/inject/internal/InjectorBindingData -instanceKlass @bci java/lang/reflect/Executable sharedToString (IZ[Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/String; 29 argL0 ; # java/lang/reflect/Executable$$Lambda+0x000001e425357b00 -instanceKlass @bci com/google/inject/internal/WeakKeySet (Ljava/lang/Object;)V 12 member ; # com/google/inject/internal/WeakKeySet$$Lambda+0x000001e4253ea988 -instanceKlass com/google/inject/internal/WeakKeySet -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint recursiveFindRpcMethods (Ljava/lang/Object;Ljava/util/Set;Ljava/util/Set;)V 24 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f9a50 -instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1540 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425400000 -instanceKlass com/google/common/collect/Sets -instanceKlass com/google/inject/internal/InjectorJitBindingData -instanceKlass com/google/inject/internal/ProcessedBindingData -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint lambda$recursiveFindRpcMethods$1 (Ljava/lang/Object;Lorg/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$MethodInfo;)V 3 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f9818 -instanceKlass com/google/inject/spi/DefaultElementVisitor -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint recursiveFindRpcMethods (Ljava/lang/Object;Ljava/util/Set;Ljava/util/Set;)V 7 member ; # org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint$$Lambda+0x000001e4253f95f0 -instanceKlass org/eclipse/lsp4j/jsonrpc/services/GenericEndpoint -instanceKlass @bci org/eclipse/jdt/ls/core/internal/ParentProcessWatcher apply (Lorg/eclipse/lsp4j/jsonrpc/MessageConsumer;)Lorg/eclipse/lsp4j/jsonrpc/MessageConsumer; 2 member ; # org/eclipse/jdt/ls/core/internal/ParentProcessWatcher$$Lambda+0x000001e4253eda90 -instanceKlass com/google/inject/internal/InjectorShell$Builder -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Message -instanceKlass org/eclipse/lsp4j/jsonrpc/json/StreamMessageConsumer -instanceKlass com/google/common/collect/Lists -instanceKlass org/eclipse/lsp4j/jsonrpc/json/MessageConstants -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/MessageTypeAdapter$Factory -instanceKlass com/google/common/collect/AbstractMapEntry -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EnumTypeAdapter$Factory -instanceKlass com/google/common/collect/LinkedHashMultimap$ValueSetLink -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/TupleTypeAdapters$TwoTypeAdapterFactory -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/EitherTypeAdapter$Factory -instanceKlass com/google/common/collect/CollectPreconditions -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/ThrowableTypeAdapter$Factory -instanceKlass com/google/common/collect/Platform -instanceKlass org/eclipse/lsp4j/jsonrpc/json/adapters/CollectionTypeAdapter$Factory -instanceKlass com/google/common/collect/Multiset -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/CancelParams -instanceKlass org/eclipse/lsp4j/jsonrpc/json/MessageJsonHandler -instanceKlass com/google/common/collect/AbstractMultimap -instanceKlass org/eclipse/lsp4j/DidSaveNotebookDocumentParams -instanceKlass org/eclipse/lsp4j/DidOpenNotebookDocumentParams -instanceKlass org/eclipse/lsp4j/DidChangeNotebookDocumentParams -instanceKlass org/eclipse/lsp4j/DidCloseNotebookDocumentParams -instanceKlass com/google/common/collect/SetMultimap -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/PrepareRenameHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeActionHandler -instanceKlass com/google/inject/internal/CycleDetectingLock -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ReferencesHandler -instanceKlass com/google/common/collect/Multimap -instanceKlass com/google/inject/internal/CycleDetectingLock$CycleDetectingLockFactory -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeActionResolveHandler -instanceKlass com/google/inject/internal/Initializable -instanceKlass com/google/inject/internal/Initializer -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/DocumentSymbolHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/RenameHandler -instanceKlass com/google/common/collect/ImmutableCollection$Builder -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CodeLensHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BuildWorkspaceHandler -instanceKlass com/google/common/collect/ImmutableSet$SetBuilderImpl -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SaveActionHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToDefinitionHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/SignatureHelpHandler -instanceKlass com/google/inject/internal/util/SourceProvider -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToDeclarationHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HoverHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/NavigateToTypeDefinitionHandler -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ExtractInterfaceHandler$CheckExtractInterfaceResponse -instanceKlass org/eclipse/jdt/ls/core/internal/codemanipulation/GenerateGetterSetterOperation$AccessorField -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateToStringHandler$CheckToStringResponse -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateConstructorsHandler$CheckConstructorsResponse -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HashCodeEqualsHandler$CheckHashCodeEqualsResponse -instanceKlass com/google/inject/spi/ErrorDetail -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MoveHandler$MoveDestinationsResponse -instanceKlass com/google/inject/internal/Errors -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateDelegateMethodsHandler$CheckDelegateMethodsResponse -instanceKlass org/eclipse/jdt/ls/core/internal/text/correction/ChangeSignatureInfo -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/OverrideMethodsHandler$OverridableMethodsResponse -instanceKlass com/google/common/base/Stopwatch -instanceKlass com/google/inject/internal/util/ContinuousStopwatch -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InferSelectionHandler$SelectionInfo -instanceKlass sun/reflect/generics/tree/ArrayTypeSignature -instanceKlass sun/reflect/generics/tree/BooleanSignature -instanceKlass com/google/inject/Injector -instanceKlass com/google/inject/internal/InternalInjectorCreator -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GetRefactorEditHandler$RefactorWorkspaceEdit -instanceKlass com/google/inject/Guice -instanceKlass org/eclipse/sisu/wire/Wiring -instanceKlass org/eclipse/lsp4j/extended/ProjectConfigurationsUpdateParam -instanceKlass org/eclipse/sisu/wire/WireModule$Strategy$1 -instanceKlass org/eclipse/sisu/wire/WireModule$Strategy -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/OverrideMethodsHandler$AddOverridableMethodParams -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateConstructorsHandler$GenerateConstructorsParams -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/HashCodeEqualsHandler$GenerateHashCodeEqualsParams -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateDelegateMethodsHandler$GenerateDelegateMethodsParams -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/FindLinksHandler$FindLinksParams -instanceKlass org/eclipse/sisu/wire/AbstractTypeConverter -instanceKlass org/eclipse/lsp4j/extended/ProjectBuildParams -instanceKlass com/google/inject/spi/ElementVisitor -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateAccessorsHandler$GenerateAccessorsParams -instanceKlass org/eclipse/sisu/wire/WireModule -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InferSelectionHandler$InferSelectionParams -instanceKlass org/eclipse/sisu/bean/BeanBinder -instanceKlass org/eclipse/jdt/ls/core/internal/lsp/ValidateDocumentParams -instanceKlass org/eclipse/sisu/plexus/PlexusBindingModule -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GetRefactorEditHandler$GetRefactorEditParams -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$BootModule -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/GenerateToStringHandler$GenerateToStringParams -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/MoveHandler$MoveParams -instanceKlass org/eclipse/lsp4j/TextDocumentIdentifier -instanceKlass org/codehaus/plexus/component/annotations/Configuration -instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedMetadata -instanceKlass org/eclipse/lsp4j/WorkspaceDiagnosticReport -instanceKlass org/eclipse/sisu/plexus/PlexusBeanMetadata -instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule$PlexusAnnotatedBeanSource -instanceKlass org/eclipse/sisu/space/SpaceModule$2 -instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy$2 -instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy$1 -instanceKlass org/eclipse/sisu/space/DefaultClassFinder -instanceKlass org/eclipse/lsp4j/adapters/WorkspaceSymbolResponseAdapter -instanceKlass org/eclipse/sisu/space/asm/ClassVisitor -instanceKlass org/eclipse/lsp4j/DidChangeWorkspaceFoldersParams -instanceKlass org/eclipse/lsp4j/WorkspaceSymbol -instanceKlass org/eclipse/sisu/space/SpaceScanner -instanceKlass org/eclipse/lsp4j/DidChangeConfigurationParams -instanceKlass org/eclipse/lsp4j/DidChangeWatchedFilesParams -instanceKlass org/eclipse/sisu/space/IndexedClassFinder -instanceKlass org/eclipse/jdt/internal/launching/JREContainer$RuleEntry -instanceKlass org/eclipse/sisu/space/ClassFinder -instanceKlass org/eclipse/jdt/internal/launching/JREContainer$RuleKey -instanceKlass org/eclipse/sisu/space/SpaceModule -instanceKlass org/eclipse/lsp4j/RenameFilesParams -instanceKlass org/eclipse/lsp4j/CreateFilesParams -instanceKlass org/eclipse/sisu/space/SpaceVisitor -instanceKlass org/eclipse/sisu/plexus/PlexusTypeListener -instanceKlass org/eclipse/sisu/space/QualifiedTypeListener -instanceKlass org/eclipse/lsp4j/DeleteFilesParams -instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule$1 -instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXVersionUtil -instanceKlass org/eclipse/sisu/space/SpaceModule$Strategy -instanceKlass org/eclipse/sisu/plexus/PlexusAnnotatedBeanModule -instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXAccessRuleParticipant -instanceKlass org/eclipse/sisu/plexus/PlexusBeanSource -instanceKlass org/eclipse/sisu/plexus/PlexusXmlBeanModule -instanceKlass org/eclipse/sisu/plexus/PlexusBeanModule -instanceKlass org/eclipse/jdt/internal/launching/environments/DefaultAccessRuleParticipant -instanceKlass org/eclipse/lsp4j/CallHierarchyItem -instanceKlass org/eclipse/sisu/space/URLClassSpace -instanceKlass org/eclipse/lsp4j/CallHierarchyOutgoingCall -instanceKlass org/eclipse/jdt/internal/core/ModelUpdater -instanceKlass org/eclipse/lsp4j/CallHierarchyIncomingCall -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$SLF4JLoggerFactoryProvider -instanceKlass com/google/inject/util/Providers$ConstantProvider -instanceKlass com/google/inject/util/Providers -instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable -instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable -instanceKlass org/eclipse/lsp4j/SemanticTokensDelta -instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable -instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/Contextualizable -instanceKlass org/eclipse/lsp4j/adapters/SemanticTokensFullDeltaResponseAdapter -instanceKlass org/codehaus/plexus/logging/LogEnabled -instanceKlass org/eclipse/sisu/bean/PropertyBinding -instanceKlass org/eclipse/lsp4j/TypeHierarchyItem -instanceKlass org/eclipse/jdt/internal/launching/JREContainer$1 -instanceKlass org/eclipse/jdt/internal/launching/JREContainer -instanceKlass org/eclipse/lsp4j/Moniker -instanceKlass org/eclipse/lsp4j/CompletionList -instanceKlass javax/annotation/PreDestroy -instanceKlass javax/annotation/PostConstruct -instanceKlass org/eclipse/lsp4j/adapters/DocumentDiagnosticReportTypeAdapter -instanceKlass org/eclipse/sisu/bean/LifecycleBuilder -instanceKlass org/eclipse/jdt/launching/environments/CompatibleEnvironment -instanceKlass org/eclipse/sisu/bean/BeanScheduler$1 -instanceKlass org/eclipse/lsp4j/Command -instanceKlass com/google/inject/spi/DefaultBindingScopingVisitor -instanceKlass org/eclipse/lsp4j/adapters/CodeActionResponseAdapter -instanceKlass com/google/inject/spi/BindingScopingVisitor -instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironmentAnalyzer -instanceKlass org/eclipse/sisu/bean/BeanScheduler$CycleActivator -instanceKlass org/eclipse/lsp4j/Hover -instanceKlass com/google/inject/Scope -instanceKlass com/google/inject/PrivateBinder -instanceKlass com/google/inject/MembersInjector -instanceKlass com/google/inject/binder/AnnotatedConstantBindingBuilder -instanceKlass org/eclipse/lsp4j/InlineValueEvaluatableExpression -instanceKlass com/google/inject/spi/TypeListener -instanceKlass org/eclipse/lsp4j/InlineValueVariableLookup -instanceKlass org/aopalliance/intercept/MethodInterceptor -instanceKlass org/aopalliance/intercept/Interceptor -instanceKlass org/aopalliance/aop/Advice -instanceKlass com/google/inject/spi/ModuleAnnotatedMethodScanner -instanceKlass com/google/inject/spi/Message -instanceKlass com/google/inject/spi/Element -instanceKlass org/eclipse/lsp4j/adapters/InlineValueResponseAdapter -instanceKlass com/google/inject/spi/Dependency -instanceKlass org/eclipse/lsp4j/FoldingRange -instanceKlass com/google/inject/Key -instanceKlass com/google/inject/binder/AnnotatedBindingBuilder -instanceKlass com/google/inject/binder/LinkedBindingBuilder -instanceKlass org/eclipse/lsp4j/LinkedEditingRanges -instanceKlass com/google/inject/binder/ScopedBindingBuilder -instanceKlass com/google/inject/TypeLiteral -instanceKlass com/google/inject/spi/ProvisionListener -instanceKlass com/google/inject/Binder -instanceKlass org/eclipse/lsp4j/PrepareRenameDefaultBehavior -instanceKlass org/eclipse/lsp4j/PrepareRenameResult -instanceKlass org/eclipse/sisu/bean/BeanScheduler -instanceKlass org/eclipse/lsp4j/Range -instanceKlass org/eclipse/lsp4j/adapters/PrepareRenameResponseAdapter -instanceKlass org/eclipse/sisu/plexus/DefaultPlexusBeanLocator -instanceKlass org/eclipse/lsp4j/ColorPresentation -instanceKlass org/eclipse/lsp4j/SignatureHelp -instanceKlass org/eclipse/sisu/plexus/RealmManager -instanceKlass org/eclipse/lsp4j/ColorInformation -instanceKlass org/codehaus/plexus/context/ContextMapAdapter -instanceKlass org/eclipse/lsp4j/TextEdit -instanceKlass org/eclipse/jdt/internal/launching/environments/Analyzer -instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironmentAnalyzerDelegate -instanceKlass org/eclipse/lsp4j/SelectionRange -instanceKlass org/codehaus/plexus/context/DefaultContext -instanceKlass org/eclipse/jdt/internal/launching/environments/AccessRuleParticipant -instanceKlass org/codehaus/plexus/logging/AbstractLogger -instanceKlass org/eclipse/lsp4j/DocumentSymbol -instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment$1 -instanceKlass org/eclipse/lsp4j/SymbolInformation -instanceKlass org/eclipse/jdt/launching/environments/IAccessRuleParticipant -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$LoggerProvider -instanceKlass org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment -instanceKlass org/eclipse/lsp4j/adapters/DocumentSymbolResponseAdapter -instanceKlass @bci org/eclipse/jdt/internal/launching/environments/EnvironmentsManager initializeExtensions ()V 14 argL0 ; # org/eclipse/jdt/internal/launching/environments/EnvironmentsManager$$Lambda+0x000001e42539f4b8 -instanceKlass org/eclipse/lsp4j/SemanticTokens -instanceKlass @bci org/eclipse/jdt/internal/launching/environments/EnvironmentsManager initializeExtensions ()V 9 member ; # org/eclipse/jdt/internal/launching/environments/EnvironmentsManager$$Lambda+0x000001e42539f228 -instanceKlass @cpi com/google/inject/internal/AbstractProcessor 76 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253d0000 -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$DefaultsModule -instanceKlass org/eclipse/lsp4j/LocationLink -instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironment -instanceKlass org/eclipse/lsp4j/Location -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$ContainerModule -instanceKlass com/google/gson/internal/$Gson$Types$WildcardTypeImpl -instanceKlass org/eclipse/sisu/inject/ImplicitBindings -instanceKlass org/eclipse/jdt/internal/launching/environments/EnvironmentsManager -instanceKlass org/eclipse/sisu/inject/MildValues$InverseMapping -instanceKlass org/eclipse/sisu/inject/MildValues -instanceKlass sun/reflect/generics/tree/Wildcard -instanceKlass sun/reflect/generics/tree/BottomSignature -instanceKlass com/google/common/collect/ObjectArrays -instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1 -instanceKlass org/eclipse/lsp4j/adapters/LocationLinkListAdapter -instanceKlass java/util/concurrent/atomic/AtomicReferenceFieldUpdater -instanceKlass org/eclipse/sisu/inject/RankedSequence$Content -instanceKlass org/eclipse/lsp4j/WorkspaceEdit -instanceKlass org/eclipse/sisu/inject/RankedSequence -instanceKlass org/eclipse/lsp4j/CompletionItem -instanceKlass org/eclipse/sisu/inject/BindingSubscriber -instanceKlass org/eclipse/sisu/inject/DefaultBeanLocator -instanceKlass org/eclipse/sisu/inject/DeferredClass -instanceKlass org/codehaus/plexus/DefaultPlexusContainer$LoggerManagerProvider -instanceKlass org/eclipse/sisu/inject/DeferredProvider -instanceKlass com/google/inject/Provider -instanceKlass org/eclipse/lsp4j/DocumentLink -instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenComponentContributor$IMavenComponentBinder -instanceKlass com/google/inject/AbstractModule -instanceKlass org/codehaus/plexus/context/Context -instanceKlass org/eclipse/lsp4j/DidSaveTextDocumentParams -instanceKlass org/eclipse/sisu/space/ClassSpace -instanceKlass javax/inject/Provider -instanceKlass org/eclipse/lsp4j/DocumentFormattingParams -instanceKlass org/eclipse/lsp4j/DidOpenTextDocumentParams -instanceKlass org/eclipse/sisu/bean/BeanManager -instanceKlass org/eclipse/lsp4j/DidChangeTextDocumentParams -instanceKlass org/eclipse/sisu/plexus/PlexusBeanLocator -instanceKlass org/eclipse/lsp4j/DidCloseTextDocumentParams -instanceKlass org/eclipse/sisu/inject/MutableBeanLocator -instanceKlass org/eclipse/sisu/inject/BeanLocator -instanceKlass org/eclipse/lsp4j/InlayHintParams -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$PathReplace -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$AccessRuleReplace -instanceKlass org/eclipse/sisu/inject/BindingPublisher -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$ClasspathAttributeReplace -instanceKlass org/eclipse/lsp4j/InlineValueParams -instanceKlass org/eclipse/sisu/inject/RankingFunction -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$ProjectEntryReplace -instanceKlass org/eclipse/lsp4j/InlayHint -instanceKlass org/codehaus/plexus/DefaultPlexusContainer -instanceKlass org/codehaus/plexus/MutablePlexusContainer -instanceKlass org/eclipse/lsp4j/DocumentRangeFormattingParams -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper$LibraryEntryReplace -instanceKlass @bci java/util/function/Function andThen (Ljava/util/function/Function;)Ljava/util/function/Function; 7 member ; # java/util/function/Function$$Lambda+0x000001e4253563d8 -instanceKlass @cpi java/util/function/Function 58 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253bc800 -instanceKlass org/eclipse/lsp4j/WillSaveTextDocumentParams -instanceKlass @bci org/apache/maven/extension/internal/CoreExports (Lorg/codehaus/plexus/classworlds/realm/ClassRealm;Ljava/util/Set;Ljava/util/Set;)V 38 argL0 ; # org/apache/maven/extension/internal/CoreExports$$Lambda+0x000001e4253ba420 -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainer -instanceKlass org/eclipse/lsp4j/CodeLens -instanceKlass @bci java/util/stream/Collectors uniqKeysMapMerger ()Ljava/util/function/BinaryOperator; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4253561a0 -instanceKlass @bci java/util/stream/Collectors uniqKeysMapAccumulator (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/function/BiConsumer; 2 member ; # java/util/stream/Collectors$$Lambda+0x000001e425355f78 -instanceKlass @bci java/util/stream/Collectors toMap (Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425355d68 -instanceKlass @bci org/apache/maven/extension/internal/CoreExports (Lorg/codehaus/plexus/classworlds/realm/ClassRealm;Ljava/util/Set;Ljava/util/Set;)V 30 member ; # org/apache/maven/extension/internal/CoreExports$$Lambda+0x000001e4253ba1e8 -instanceKlass org/eclipse/lsp4j/CodeAction -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathContainerSaveHelper -instanceKlass @bci java/util/function/Function identity ()Ljava/util/function/Function; 0 argL0 ; # java/util/function/Function$$Lambda+0x000001e425355b38 -instanceKlass org/apache/maven/extension/internal/CoreExports -instanceKlass org/eclipse/lsp4j/WorkDoneProgressAndPartialResultParams -instanceKlass org/codehaus/plexus/DefaultContainerConfiguration -instanceKlass org/codehaus/plexus/ContainerConfiguration -instanceKlass org/codehaus/plexus/util/BaseIOUtil -instanceKlass org/eclipse/lsp4j/InitializeResult -instanceKlass org/eclipse/lsp4j/services/NotebookDocumentService -instanceKlass org/eclipse/lsp4j/SetTraceParams -instanceKlass org/eclipse/lsp4j/WorkDoneProgressCancelParams -instanceKlass org/apache/maven/toolchain/io/DefaultToolchainsReader -instanceKlass org/eclipse/lsp4j/InitializedParams -instanceKlass org/eclipse/lsp4j/InitializeParams -instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingRequest -instanceKlass org/eclipse/jdt/ls/core/internal/JavaClientConnection -instanceKlass org/codehaus/plexus/interpolation/ValueSource -instanceKlass org/eclipse/lsp4j/jsonrpc/CancelChecker -instanceKlass org/apache/maven/execution/ExecutionListener -instanceKlass org/eclipse/aether/transfer/TransferListener -instanceKlass org/apache/maven/eventspy/EventSpy$Context -instanceKlass org/apache/maven/exception/ExceptionHandler -instanceKlass org/eclipse/m2e/jdt/internal/MavenClasspathHelpers -instanceKlass org/apache/maven/cli/MavenCli -instanceKlass org/eclipse/m2e/jdt/AbstractClassifierClasspathProvider -instanceKlass jdk/internal/vm/annotation/IntrinsicCandidate -instanceKlass org/eclipse/m2e/jdt/IClassifierClasspathProvider -instanceKlass org/eclipse/lsp4j/jsonrpc/json/JsonRpcMethodProvider -instanceKlass org/eclipse/m2e/jdt/internal/MavenClassifierManager -instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonDelegate -instanceKlass com/google/gson/internal/LinkedTreeMap$Node -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints getSupportedMethods (Ljava/lang/Class;Ljava/util/Set;)Ljava/util/Map; 29 member ; # org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints$$Lambda+0x000001e4253b0a68 -instanceKlass com/google/gson/internal/LinkedTreeMap$1 -instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager variableNames ()[Ljava/lang/String; 7 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e4252f9d88 -instanceKlass org/eclipse/jdt/ls/core/internal/StatusReport -instanceKlass @bci org/eclipse/jdt/launching/AbstractVMInstallType getVMInstalls ()[Lorg/eclipse/jdt/launching/IVMInstall; 4 argL0 ; # org/eclipse/jdt/launching/AbstractVMInstallType$$Lambda+0x000001e42539e910 -instanceKlass org/eclipse/jdt/ls/core/internal/ProgressReport -instanceKlass org/eclipse/jdt/ls/core/internal/EventNotification -instanceKlass org/eclipse/jdt/ls/core/internal/ActionableNotification -instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultImplementationConstructor (Ljava/lang/reflect/Type;Ljava/lang/Class;)Lcom/google/gson/internal/ObjectConstructor; 54 argL0 ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e4253aed98 -instanceKlass @bci org/eclipse/jdt/launching/VMStandin convertToRealVM ()Lorg/eclipse/jdt/launching/IVMInstall; 155 member ; # org/eclipse/jdt/launching/VMStandin$$Lambda+0x000001e42539e198 -instanceKlass @cpi org/eclipse/jdt/launching/VMStandin 173 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4253b1000 -instanceKlass @bci com/google/gson/internal/ConstructorConstructor newDefaultImplementationConstructor (Ljava/lang/reflect/Type;Ljava/lang/Class;)Lcom/google/gson/internal/ObjectConstructor; 152 argL0 ; # com/google/gson/internal/ConstructorConstructor$$Lambda+0x000001e4253aeb88 -instanceKlass com/google/gson/internal/ObjectConstructor -instanceKlass org/eclipse/lsp4j/ExecuteCommandParams -instanceKlass org/eclipse/jdt/launching/IVMRunner -instanceKlass org/codehaus/plexus/util/xml/pull/MXParser -instanceKlass com/google/gson/internal/ReflectionAccessFilterHelper -instanceKlass org/eclipse/lsp4j/ApplyWorkspaceEditResponse -instanceKlass org/eclipse/jdt/internal/launching/CompositeId -instanceKlass org/codehaus/plexus/util/xml/pull/XmlPullParser -instanceKlass org/eclipse/lsp4j/MessageActionItem -instanceKlass org/codehaus/plexus/util/xml/Xpp3DomBuilder -instanceKlass com/google/gson/internal/reflect/ReflectionHelper$RecordHelper -instanceKlass com/google/gson/internal/reflect/ReflectionHelper -instanceKlass org/eclipse/lsp4j/ShowDocumentResult -instanceKlass org/eclipse/lsp4j/WorkspaceFolder -instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 14 member ; # java/util/regex/Pattern$$Lambda+0x000001e425355208 -instanceKlass org/codehaus/plexus/util/ReaderFactory -instanceKlass com/google/gson/internal/JsonReaderInternalAccess -instanceKlass com/google/gson/internal/$Gson$Preconditions -instanceKlass org/apache/maven/project/ExtensionDescriptor -instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonNotification -instanceKlass com/google/gson/internal/$Gson$Types$ParameterizedTypeImpl -instanceKlass org/eclipse/lsp4j/jsonrpc/json/JsonRpcMethod -instanceKlass org/eclipse/lsp4j/jsonrpc/json/ResponseJsonAdapter -instanceKlass java/lang/reflect/WildcardType -instanceKlass sun/reflect/generics/tree/MethodTypeSignature -instanceKlass com/google/gson/internal/$Gson$Types -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil getParameterTypes (Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Type; 17 argL0 ; # org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$$Lambda+0x000001e4253b0000 -instanceKlass org/apache/maven/project/ExtensionDescriptorBuilder -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil getParameterTypes (Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Type; 7 argL0 ; # org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$$Lambda+0x000001e4253a5c90 -instanceKlass org/eclipse/jdt/launching/LibraryLocation -instanceKlass sun/reflect/generics/tree/TypeVariableSignature -instanceKlass sun/reflect/generics/reflectiveObjects/LazyReflectiveObjectGenerator -instanceKlass org/codehaus/plexus/classworlds/strategy/AbstractStrategy -instanceKlass sun/reflect/generics/reflectiveObjects/ParameterizedTypeImpl -instanceKlass java/lang/reflect/ParameterizedType -instanceKlass sun/reflect/generics/tree/ClassSignature -instanceKlass sun/reflect/generics/tree/Signature -instanceKlass org/codehaus/plexus/classworlds/strategy/Strategy -instanceKlass sun/reflect/generics/tree/FormalTypeParameter -instanceKlass org/codehaus/plexus/classworlds/strategy/StrategyFactory -instanceKlass sun/reflect/generics/repository/AbstractRepository -instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonRequest -instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory$BoundField -instanceKlass org/eclipse/lsp4j/LogTraceParams -instanceKlass org/eclipse/jdt/internal/launching/LibraryInfo -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/PlexusContainerManager cleanup ()V 16 argL0 ; # org/eclipse/m2e/core/internal/embedder/PlexusContainerManager$$Lambda+0x000001e425287878 -instanceKlass org/eclipse/lsp4j/ApplyWorkspaceEditParams -instanceKlass org/apache/maven/settings/building/SettingsBuilder -instanceKlass com/google/gson/internal/bind/ReflectiveTypeAdapterFactory -instanceKlass org/eclipse/lsp4j/ShowDocumentParams -instanceKlass org/eclipse/m2e/core/internal/M2EUtils -instanceKlass org/eclipse/lsp4j/WorkDoneProgressCreateParams -instanceKlass com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory$DummyTypeAdapterFactory -instanceKlass org/eclipse/lsp4j/ProgressParams -instanceKlass org/eclipse/lsp4j/MessageParams -instanceKlass org/apache/maven/settings/building/DefaultSettingsBuildingRequest -instanceKlass org/eclipse/lsp4j/UnregistrationParams -instanceKlass com/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory -instanceKlass org/eclipse/lsp4j/RegistrationParams -instanceKlass org/eclipse/lsp4j/PublishDiagnosticsParams -instanceKlass com/google/gson/internal/bind/MapTypeAdapterFactory -instanceKlass java/util/concurrent/CompletableFuture -instanceKlass @bci org/eclipse/m2e/core/internal/embedder/MavenImpl getSettings (Lorg/eclipse/m2e/core/embedder/MavenSettingsLocations;)Lorg/apache/maven/settings/Settings; 6 member ; # org/eclipse/m2e/core/internal/embedder/MavenImpl$$Lambda+0x000001e425287448 -instanceKlass com/google/gson/internal/bind/CollectionTypeAdapterFactory -instanceKlass org/apache/maven/building/Source -instanceKlass org/eclipse/lsp4j/ConfigurationParams -instanceKlass com/google/gson/internal/bind/ArrayTypeAdapter$1 -instanceKlass org/apache/maven/cli/configuration/SettingsXmlConfigurationProcessor -instanceKlass org/apache/maven/cli/configuration/ConfigurationProcessor -instanceKlass org/eclipse/lsp4j/jsonrpc/services/JsonSegment -instanceKlass org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil -instanceKlass com/google/gson/internal/bind/DefaultDateTypeAdapter$1 -instanceKlass @bci org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints getSupportedMethods (Ljava/lang/Class;Ljava/util/Set;)Ljava/util/Map; 11 member ; # org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints$$Lambda+0x000001e4253a5240 -instanceKlass java/util/concurrent/atomic/AtomicLongArray -instanceKlass org/eclipse/lsp4j/jsonrpc/services/AnnotationUtil$MethodInfo -instanceKlass org/eclipse/lsp4j/jsonrpc/services/ServiceEndpoints -instanceKlass com/google/gson/internal/bind/NumberTypeAdapter$1 -instanceKlass org/eclipse/lsp4j/jsonrpc/json/MethodProvider -instanceKlass com/google/gson/internal/bind/ObjectTypeAdapter$1 -instanceKlass org/eclipse/lsp4j/jsonrpc/Endpoint -instanceKlass org/eclipse/lsp4j/jsonrpc/MessageProducer -instanceKlass org/eclipse/lsp4j/jsonrpc/MessageConsumer -instanceKlass org/eclipse/lsp4j/jsonrpc/MessageIssueHandler -instanceKlass org/eclipse/lsp4j/jsonrpc/Launcher$Builder -instanceKlass com/google/gson/internal/bind/EnumTypeAdapter$1 -instanceKlass org/eclipse/lsp4j/jsonrpc/Launcher -instanceKlass org/eclipse/jdt/ls/core/internal/JavaClientConnection$JavaLanguageClient -instanceKlass org/eclipse/jdt/ls/core/internal/lsp/ExecuteCommandProposedClient -instanceKlass com/google/gson/internal/bind/TypeAdapters$31 -instanceKlass org/eclipse/lsp4j/services/LanguageClient -instanceKlass java/util/Currency -instanceKlass com/google/gson/internal/bind/TypeAdapters$32 -instanceKlass java/util/concurrent/atomic/AtomicIntegerArray -instanceKlass com/google/gson/internal/bind/TypeAdapters$30 -instanceKlass com/google/gson/internal/bind/TypeAdapters$29 -instanceKlass org/eclipse/jdt/launching/AbstractVMInstall -instanceKlass org/eclipse/jdt/launching/IVMInstall3 -instanceKlass org/eclipse/jdt/launching/IVMInstall2 -instanceKlass com/google/gson/internal/bind/TypeAdapters -instanceKlass com/google/gson/internal/ConstructorConstructor -instanceKlass com/google/gson/internal/sql/SqlTimestampTypeAdapter$1 -instanceKlass org/eclipse/jdt/internal/launching/VMDefinitionsContainer -instanceKlass com/google/gson/internal/sql/SqlTimeTypeAdapter$1 -instanceKlass @bci org/eclipse/jdt/internal/launching/StandardVMType ()V 78 argL0 ; # org/eclipse/jdt/internal/launching/StandardVMType$$Lambda+0x000001e425381be8 -instanceKlass com/google/gson/internal/sql/SqlDateTypeAdapter$1 -instanceKlass @bci org/eclipse/jdt/internal/launching/StandardVMType ()V 0 argL0 ; # org/eclipse/jdt/internal/launching/StandardVMType$$Lambda+0x000001e4253819d8 -instanceKlass org/eclipse/jdt/launching/AbstractVMInstallType -instanceKlass org/eclipse/jdt/launching/IVMInstallType -instanceKlass org/eclipse/jdt/ls/core/internal/ParentProcessWatcher -instanceKlass sun/nio/ch/PendingIoCache -instanceKlass com/google/gson/internal/bind/DefaultDateTypeAdapter$DateType -instanceKlass com/google/gson/internal/sql/SqlTypesSupport -instanceKlass org/apache/maven/toolchain/io/ToolchainsReader -instanceKlass sun/nio/ch/Invoker$GroupAndInvokeCount -instanceKlass sun/nio/ch/Invoker -instanceKlass sun/nio/ch/AsynchronousChannelGroupImpl$1 -instanceKlass org/eclipse/m2e/jdt/internal/launch/MavenLaunchConfigurationListener -instanceKlass sun/nio/ch/AsynchronousChannelGroupImpl$2 -instanceKlass sun/nio/ch/Iocp$EventHandlerTask -instanceKlass @bci sun/nio/ch/ThreadPool defaultThreadFactory ()Ljava/util/concurrent/ThreadFactory; 6 argL0 ; # sun/nio/ch/ThreadPool$$Lambda+0x000001e42534f5a0 -instanceKlass @bci org/eclipse/m2e/jdt/MavenJdtPlugin start (Lorg/osgi/framework/BundleContext;)V 89 member ; # org/eclipse/m2e/jdt/MavenJdtPlugin$$Lambda+0x000001e425393d38 -instanceKlass sun/nio/ch/ThreadPool -instanceKlass sun/nio/ch/Iocp$CompletionStatus -instanceKlass java/nio/channels/AsynchronousChannelGroup -instanceKlass com/google/gson/FormattingStyle -instanceKlass sun/nio/ch/WindowsAsynchronousFileChannelImpl$DefaultIocpHolder -instanceKlass org/eclipse/m2e/jdt/internal/DefaultClasspathManagerDelegate -instanceKlass sun/nio/ch/Groupable -instanceKlass sun/nio/ch/Iocp$OverlappedChannel -instanceKlass sun/nio/fs/WindowsChannelFactory$2 -instanceKlass java/nio/channels/AsynchronousFileChannel -instanceKlass com/google/gson/stream/JsonWriter -instanceKlass java/net/ProtocolFamily -instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$PipeStreamProvider -instanceKlass org/apache/maven/artifact/resolver/filter/AbstractScopeArtifactFilter -instanceKlass com/google/gson/stream/JsonReader -instanceKlass @bci org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory getPipeFile ()Ljava/io/File; 58 argL0 ; # org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$$Lambda+0x000001e42538cad0 -instanceKlass com/google/gson/ToNumberStrategy -instanceKlass java/lang/ProcessHandleImpl$Info -instanceKlass java/lang/ProcessHandle$Info -instanceKlass com/google/gson/Gson -instanceKlass @bci java/lang/ProcessHandleImpl lambda$static$1 ()Ljava/util/concurrent/Executor; 45 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425394000 -instanceKlass @bci java/lang/ProcessHandleImpl lambda$static$1 ()Ljava/util/concurrent/Executor; 45 member ; # java/lang/ProcessHandleImpl$$Lambda+0x000001e42534cee0 -instanceKlass org/eclipse/m2e/jdt/IClasspathDescriptor -instanceKlass @cpi java/lang/ProcessHandleImpl 436 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425392400 -instanceKlass org/eclipse/m2e/jdt/IClasspathManagerDelegate -instanceKlass org/apache/maven/artifact/resolver/filter/ArtifactFilter -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425392000 -instanceKlass org/eclipse/m2e/jdt/internal/BuildPathManager -instanceKlass @bci java/lang/ProcessHandleImpl ()V 32 argL0 ; # java/lang/ProcessHandleImpl$$Lambda+0x000001e42534ccd0 -instanceKlass java/lang/ProcessHandleImpl -instanceKlass java/lang/ProcessHandle -instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$StreamProvider -instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory -instanceKlass org/eclipse/jdt/ls/core/internal/JVMConfigurator -instanceKlass org/eclipse/m2e/core/MavenPlugin -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getService (Ljava/lang/Class;)Ljava/lang/Object; 18 member ; # org/eclipse/m2e/core/internal/MavenPluginActivator$$Lambda+0x000001e425287018 -instanceKlass com/google/gson/TypeAdapter -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/TypeHierarchyHandler -instanceKlass com/google/gson/internal/Excluder -instanceKlass com/google/gson/TypeAdapterFactory -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$CommandHandlerHolder -instanceKlass com/google/gson/FieldNamingStrategy -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler -instanceKlass com/google/gson/GsonBuilder -instanceKlass org/eclipse/m2e/jdt/IClasspathManager -instanceKlass com/google/common/base/Optional -instanceKlass org/eclipse/m2e/jdt/IMavenClassifierManager -instanceKlass com/google/common/io/ByteArrayDataOutput -instanceKlass com/google/common/io/ByteArrayDataInput -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BaseDocumentLifeCycleHandler -instanceKlass org/eclipse/jdt/core/ClasspathContainerInitializer -instanceKlass com/google/common/io/ByteStreams -instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel$1 -instanceKlass sun/nio/ch/Interruptible -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$11 -instanceKlass org/eclipse/lsp4j/WorkDoneProgressParams -instanceKlass org/eclipse/lsp4j/PartialResultParams -instanceKlass org/eclipse/lsp4j/TextDocumentPositionParams -instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$ProjectRegistryRefreshJobMatcher -instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers$IJobMatcher -instanceKlass org/eclipse/jdt/ls/core/internal/JobHelpers -instanceKlass org/eclipse/debug/core/model/ISourceLocator -instanceKlass org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport -instanceKlass com/google/common/collect/PeekingIterator -instanceKlass org/eclipse/jdt/launching/StandardClasspathProvider -instanceKlass org/eclipse/jdt/launching/IVMConnector -instanceKlass @bci org/eclipse/buildship/core/internal/CorePlugin scheduleSynchronizationForAbsentModels ()V 15 argL0 ; # org/eclipse/buildship/core/internal/CorePlugin$$Lambda+0x000001e42533f198 -instanceKlass org/eclipse/buildship/core/internal/configuration/GradleProjectNature -instanceKlass java/util/Collections$2 -instanceKlass org/eclipse/buildship/core/internal/extension/DefaultExtensionManager -instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathEntry -instanceKlass com/google/common/collect/Iterators -instanceKlass org/eclipse/jdt/launching/environments/IExecutionEnvironmentsManager -instanceKlass org/eclipse/buildship/core/internal/operation/DefaultToolingApiOperationManager -instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathEntryResolver -instanceKlass org/eclipse/jdt/launching/IVMInstall -instanceKlass org/eclipse/buildship/core/internal/launch/DefaultExternalLaunchConfigurationManager$LaunchConfigurationListener -instanceKlass org/eclipse/jdt/launching/IRuntimeClasspathProvider -instanceKlass org/eclipse/buildship/core/internal/launch/DefaultExternalLaunchConfigurationManager -instanceKlass org/eclipse/jdt/launching/JavaRuntime -instanceKlass org/eclipse/buildship/core/internal/configuration/BuildConfigurationPersistence -instanceKlass org/eclipse/buildship/core/internal/configuration/WorkspaceConfigurationPersistence -instanceKlass org/eclipse/buildship/core/internal/configuration/TestRunConfiguration -instanceKlass org/eclipse/buildship/core/internal/launch/BaseRunConfigurationAttributes -instanceKlass org/eclipse/buildship/core/internal/configuration/BuildConfiguration -instanceKlass org/eclipse/buildship/core/internal/configuration/RunConfiguration -instanceKlass org/eclipse/buildship/core/internal/configuration/BaseRunConfiguration -instanceKlass org/eclipse/buildship/core/internal/configuration/ProjectConfiguration -instanceKlass org/eclipse/buildship/core/GradleDistribution -instanceKlass org/eclipse/buildship/core/internal/configuration/DefaultConfigurationManager -instanceKlass org/eclipse/buildship/core/internal/invocation/InvocationCustomizerCollector -instanceKlass org/eclipse/buildship/core/internal/operation/ToolingApiJobResultHandler -instanceKlass org/eclipse/buildship/core/internal/workspace/SynchronizingBuildScriptUpdateListener -instanceKlass org/eclipse/buildship/core/internal/workspace/ProjectChangeListener -instanceKlass @bci com/google/common/io/Closer ()V 0 argL0 ; # com/google/common/io/Closer$$Lambda+0x000001e42532b840 -instanceKlass @cpi org/springframework/boot/configurationprocessor/TypeUtils 409 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425338000 -instanceKlass com/google/common/io/Closer$Suppressor -instanceKlass org/eclipse/buildship/core/internal/preferences/PersistentModel -instanceKlass com/google/common/io/Closer -instanceKlass org/eclipse/buildship/core/internal/preferences/DefaultModelPersistence -instanceKlass org/eclipse/buildship/core/internal/event/EventListener -instanceKlass org/eclipse/buildship/core/internal/event/DefaultListenerRegistry -instanceKlass org/eclipse/debug/internal/core/groups/GroupMemberChangeListener -instanceKlass com/google/common/io/CharSource -instanceKlass org/eclipse/core/internal/watson/ElementTreeIterator -instanceKlass com/google/common/hash/PrimitiveSink -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/AddJrtToIndex$JrtIndexer visitFile (Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/nio/file/attribute/BasicFileAttributes;)Ljava/nio/file/FileVisitResult; 74 ; # java/lang/invoke/LambdaForm$MH+0x000001e425333c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425333800 -instanceKlass com/google/common/io/Files$2 -instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceProxyVisitor;II)V 50 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425333400 -instanceKlass com/google/common/io/ByteSink -instanceKlass @bci org/eclipse/core/internal/resources/Resource accept (Lorg/eclipse/core/resources/IResourceProxyVisitor;II)V 50 member ; # org/eclipse/core/internal/resources/Resource$$Lambda+0x000001e42529c6b0 -instanceKlass @cpi org/eclipse/core/internal/resources/Resource 1632 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425333000 -instanceKlass com/google/common/io/LineProcessor -instanceKlass org/eclipse/core/internal/resources/ResourceProxy -instanceKlass com/google/common/io/ByteSource -instanceKlass org/eclipse/debug/internal/core/LaunchManager$ResourceProxyVisitor -instanceKlass com/google/common/graph/SuccessorsFunction -instanceKlass com/google/common/io/Files -instanceKlass org/eclipse/debug/core/ILaunchDelegate -instanceKlass org/eclipse/debug/core/ILaunchMode -instanceKlass org/eclipse/jdt/internal/launching/LaunchingPlugin$1$1 -instanceKlass org/eclipse/core/resources/IResourceProxyVisitor -instanceKlass com/google/common/base/Charsets -instanceKlass ch/qos/logback/classic/spi/EventArgUtil -instanceKlass ch/qos/logback/classic/spi/IThrowableProxy -instanceKlass ch/qos/logback/classic/spi/LoggingEvent -instanceKlass org/eclipse/debug/core/model/IDebugElement -instanceKlass org/eclipse/debug/core/ILaunch -instanceKlass org/eclipse/debug/core/model/ISuspendResume -instanceKlass org/eclipse/debug/core/model/IStepFilters -instanceKlass org/eclipse/debug/core/model/IStep -instanceKlass org/eclipse/debug/core/model/IDropToFrame -instanceKlass org/eclipse/debug/core/model/IDisconnect -instanceKlass org/eclipse/debug/core/ILaunchConfiguration -instanceKlass org/eclipse/buildship/core/internal/launch/DefaultGradleLaunchConfigurationManager -instanceKlass org/eclipse/buildship/core/internal/console/StdProcessStreamsProvider$1 -instanceKlass org/eclipse/debug/internal/core/commands/ForEachCommand$ExclusiveRule -instanceKlass org/eclipse/buildship/core/internal/console/ProcessStreams -instanceKlass org/eclipse/buildship/core/internal/console/StdProcessStreamsProvider -instanceKlass org/eclipse/debug/core/commands/AbstractDebugCommand -instanceKlass org/eclipse/buildship/core/internal/workspace/InternalGradleBuild -instanceKlass org/eclipse/debug/core/commands/IStepFiltersHandler -instanceKlass org/eclipse/buildship/core/internal/workspace/DefaultGradleWorkspace -instanceKlass org/eclipse/debug/core/commands/IResumeHandler -instanceKlass org/eclipse/debug/core/commands/ISuspendHandler -instanceKlass org/eclipse/debug/core/commands/IDisconnectHandler -instanceKlass org/eclipse/debug/core/commands/IDropToFrameHandler -instanceKlass org/eclipse/debug/core/commands/IStepReturnHandler -instanceKlass org/eclipse/debug/core/commands/IStepIntoHandler -instanceKlass org/eclipse/debug/core/commands/IStepOverHandler -instanceKlass org/eclipse/debug/core/commands/ITerminateHandler -instanceKlass org/eclipse/debug/core/commands/IDebugCommandHandler -instanceKlass org/eclipse/debug/internal/core/commands/CommandAdapterFactory -instanceKlass org/eclipse/buildship/core/internal/event/Event -instanceKlass org/eclipse/debug/core/DebugPlugin$1$1 -instanceKlass com/google/gson/reflect/TypeToken -instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$Sync$HoldCounter -instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersions -instanceKlass org/eclipse/debug/internal/core/DebugOptions -instanceKlass org/eclipse/debug/core/DebugPlugin$AsynchRunner -instanceKlass org/eclipse/buildship/core/internal/workspace/DefaultWorkspaceOperations -instanceKlass org/eclipse/debug/core/DebugPlugin$EventNotifier -instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersionsWrapper$LoadVersionsJob$1 -instanceKlass org/eclipse/buildship/core/internal/util/logging/EclipseLogger -instanceKlass org/eclipse/debug/core/IBreakpointManager -instanceKlass com/google/common/collect/UnmodifiableIterator -instanceKlass org/eclipse/debug/core/IExpressionManager -instanceKlass org/eclipse/debug/core/IMemoryBlockManager -instanceKlass org/eclipse/debug/core/model/IProcess -instanceKlass org/eclipse/debug/core/model/ITerminate -instanceKlass com/google/common/base/Converter -instanceKlass org/eclipse/debug/core/ILaunchManager -instanceKlass com/google/common/collect/Maps$EntryTransformer -instanceKlass org/eclipse/debug/core/ILaunchConfigurationListener -instanceKlass com/google/common/collect/ImmutableMap -instanceKlass com/google/common/collect/BiMap -instanceKlass org/eclipse/debug/core/IDebugEventSetListener -instanceKlass org/eclipse/debug/core/ILaunchesListener -instanceKlass com/google/common/collect/SortedMapDifference -instanceKlass com/google/common/collect/MapDifference -instanceKlass com/google/common/collect/Maps -instanceKlass org/eclipse/jdt/launching/IVMInstallChangedListener -instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersionsWrapper -instanceKlass org/eclipse/buildship/core/internal/Logger -instanceKlass java/util/concurrent/Executors$DefaultThreadFactory -instanceKlass org/eclipse/buildship/core/internal/launch/GradleLaunchConfigurationManager -instanceKlass org/eclipse/buildship/core/GradleBuild -instanceKlass org/eclipse/buildship/core/internal/event/ListenerRegistry -instanceKlass org/eclipse/buildship/core/internal/workspace/WorkspaceOperations -instanceKlass org/eclipse/jdt/ls/core/internal/ProjectUtils -instanceKlass org/eclipse/buildship/core/internal/workspace/InternalGradleWorkspace -instanceKlass org/eclipse/buildship/core/GradleWorkspace -instanceKlass org/eclipse/buildship/core/internal/extension/ExtensionManager -instanceKlass org/eclipse/buildship/core/internal/operation/ToolingApiOperationManager -instanceKlass org/eclipse/buildship/core/internal/configuration/ConfigurationManager -instanceKlass org/eclipse/buildship/core/invocation/InvocationCustomizer -instanceKlass com/google/gson/JsonElement -instanceKlass org/eclipse/buildship/core/internal/preferences/ModelPersistence -instanceKlass org/eclipse/buildship/core/internal/console/ProcessStreamsProvider -instanceKlass org/eclipse/jdt/ls/core/internal/managers/TelemetryManager -instanceKlass org/eclipse/buildship/core/internal/launch/ExternalLaunchConfigurationManager -instanceKlass org/eclipse/buildship/core/internal/TraceScope -instanceKlass org/eclipse/core/runtime/jobs/ProgressProvider -instanceKlass org/eclipse/jdt/ls/core/internal/LanguageServerApplication -instanceKlass org/eclipse/equinox/app/IApplication -instanceKlass org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/BundleUtils -instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesWrapper -instanceKlass org/eclipse/equinox/security/storage/ISecurePreferences -instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer -instanceKlass @bci org/eclipse/equinox/internal/security/storage/SecurePreferencesRoot load ()V 241 member ; # org/eclipse/equinox/internal/security/storage/SecurePreferencesRoot$$Lambda+0x000001e4253212c8 -instanceKlass javax/crypto/spec/PBEKeySpec -instanceKlass org/eclipse/equinox/internal/security/storage/PasswordExt -instanceKlass org/eclipse/equinox/internal/security/storage/JavaEncryption -instanceKlass org/eclipse/equinox/security/storage/provider/IPreferencesContainer -instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferences -instanceKlass org/eclipse/equinox/internal/security/storage/friends/IStorageConstants -instanceKlass org/eclipse/equinox/internal/security/storage/StorageUtils -instanceKlass org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper -instanceKlass org/eclipse/equinox/security/storage/SecurePreferencesFactory -instanceKlass com/sun/jna/Function$PostCallRead -instanceKlass com/sun/jna/NativeString -instanceKlass com/sun/jna/Library$Handler$FunctionInfo -instanceKlass com/sun/jna/internal/ReflectionUtils -instanceKlass com/sun/jna/Native$3 -instanceKlass com/sun/jna/Library$Handler -instanceKlass com/sun/jna/win32/W32APIFunctionMapper -instanceKlass com/sun/jna/FunctionMapper -instanceKlass com/sun/jna/win32/W32APIOptions -instanceKlass org/eclipse/core/net/internal/proxy/win32/ProxyProviderWin32$WinHttp -instanceKlass com/sun/jna/win32/StdCallLibrary -instanceKlass com/sun/jna/win32/StdCall -instanceKlass com/sun/jna/AltCallingConvention -instanceKlass org/eclipse/core/internal/net/ProxyData -instanceKlass org/eclipse/equinox/internal/security/auth/AuthPlugin -instanceKlass org/eclipse/core/internal/net/ProxyType -instanceKlass org/eclipse/core/net/proxy/IProxyChangeEvent -instanceKlass org/eclipse/core/internal/net/AbstractProxyProvider -instanceKlass org/eclipse/core/internal/net/ProxyManager -instanceKlass org/eclipse/core/net/proxy/IProxyService -instanceKlass @bci org/eclipse/core/internal/net/Policy ()V 8 argL0 ; # org/eclipse/core/internal/net/Policy$$Lambda+0x000001e4253195e8 -instanceKlass org/eclipse/core/internal/net/Policy -instanceKlass org/eclipse/core/net/proxy/IProxyData -instanceKlass org/eclipse/core/internal/net/PreferenceManager -instanceKlass org/eclipse/core/internal/net/Activator -instanceKlass org/eclipse/core/internal/net/ProxySelector -instanceKlass java/text/DontCareFieldPosition$1 -instanceKlass org/eclipse/osgi/framework/log/FrameworkLogEntry -instanceKlass org/eclipse/jdt/ls/core/internal/DiagnosticsState -instanceKlass org/eclipse/jdt/ls/core/internal/managers/ContentProviderManager -instanceKlass org/eclipse/jdt/ls/core/internal/managers/DigestStore -instanceKlass org/eclipse/lsp4j/jsonrpc/messages/Either -instanceKlass org/eclipse/jdt/ls/core/internal/framework/IFrameworkSupport -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/IPreferencesChangeListener -instanceKlass org/eclipse/text/templates/TemplateStoreCore -instanceKlass com/sun/org/apache/xml/internal/serializer/WriterChain -instanceKlass com/sun/org/apache/xalan/internal/xsltc/trax/DOM2TO -instanceKlass javax/xml/transform/stax/StAXSource -instanceKlass javax/xml/transform/sax/SAXSource -instanceKlass javax/xml/transform/stream/StreamSource -instanceKlass com/sun/org/apache/xml/internal/serializer/NamespaceMappings$MappingRecord -instanceKlass com/sun/org/apache/xml/internal/serializer/NamespaceMappings -instanceKlass sun/nio/cs/DelegatableDecoder -instanceKlass java/nio/charset/Charset$1 -instanceKlass java/nio/charset/Charset$2 -instanceKlass java/nio/charset/Charset$ThreadTrackHolder -instanceKlass java/nio/charset/Charset$ExtendedProviderHolder$1 -instanceKlass java/nio/charset/Charset$ExtendedProviderHolder -instanceKlass @bci jdk/xml/internal/SecuritySupport getResourceAsStream (Ljava/lang/String;)Ljava/io/InputStream; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e425345788 -instanceKlass com/sun/org/apache/xml/internal/serializer/Encodings$EncodingInfos -instanceKlass com/sun/org/apache/xml/internal/serializer/Encodings -instanceKlass com/sun/org/apache/xml/internal/serializer/ToStream$CharacterBuffer -instanceKlass com/sun/org/apache/xml/internal/serializer/EncodingInfo -instanceKlass com/sun/org/apache/xml/internal/serializer/ToStream$BoolStack -instanceKlass com/sun/org/apache/xml/internal/serializer/ElemContext -instanceKlass org/xml/sax/helpers/AttributesImpl -instanceKlass com/sun/org/apache/xml/internal/serializer/CharInfo$CharKey -instanceKlass sun/util/ResourceBundleEnumeration -instanceKlass com/sun/org/apache/xml/internal/serializer/CharInfo -instanceKlass com/sun/org/apache/xml/internal/serializer/SerializerBase -instanceKlass com/sun/org/apache/xml/internal/serializer/SerializerConstants -instanceKlass com/sun/org/apache/xml/internal/serializer/SerializationHandler -instanceKlass com/sun/org/apache/xml/internal/serializer/Serializer -instanceKlass com/sun/org/apache/xml/internal/serializer/DOMSerializer -instanceKlass org/xml/sax/ext/DeclHandler -instanceKlass com/sun/org/apache/xml/internal/serializer/XSLOutputAttributes -instanceKlass com/sun/org/apache/xml/internal/serializer/ExtendedLexicalHandler -instanceKlass org/xml/sax/ext/LexicalHandler -instanceKlass com/sun/org/apache/xml/internal/serializer/ExtendedContentHandler -instanceKlass javax/xml/transform/dom/DOMResult -instanceKlass javax/xml/transform/stax/StAXResult -instanceKlass javax/xml/transform/sax/SAXResult -instanceKlass com/sun/org/apache/xalan/internal/xsltc/runtime/output/TransletOutputHandlerFactory -instanceKlass javax/xml/transform/dom/DOMSource -instanceKlass com/sun/org/apache/xml/internal/utils/XMLReaderManager -instanceKlass com/sun/org/apache/xml/internal/serializer/OutputPropertiesFactory -instanceKlass javax/xml/transform/Transformer -instanceKlass com/sun/org/apache/xalan/internal/xsltc/DOMCache -instanceKlass @bci javax/xml/catalog/CatalogFeatures setProperties (Ljavax/xml/catalog/CatalogFeatures$Builder;)V 5 member ; # javax/xml/catalog/CatalogFeatures$$Lambda+0x000001e42527ee50 -instanceKlass javax/xml/catalog/CatalogMessages -instanceKlass javax/xml/catalog/Util -instanceKlass @bci javax/xml/transform/FactoryFinder newInstance (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/ClassLoader;Z)Ljava/lang/Object; 107 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527e428 -instanceKlass jdk/xml/internal/JdkProperty -instanceKlass jdk/xml/internal/XMLSecurityManager -instanceKlass com/sun/org/apache/xalan/internal/utils/FeaturePropertyBase -instanceKlass jdk/xml/internal/JdkXmlFeatures -instanceKlass javax/xml/catalog/CatalogFeatures$Builder -instanceKlass javax/xml/catalog/CatalogFeatures -instanceKlass jdk/xml/internal/TransformErrorListener -instanceKlass javax/xml/transform/ErrorListener -instanceKlass com/sun/org/apache/xalan/internal/xsltc/compiler/SourceLoader -instanceKlass @bci javax/xml/transform/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 123 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527aa98 -instanceKlass javax/xml/transform/FactoryFinder$1 -instanceKlass @bci javax/xml/transform/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 24 member ; # javax/xml/transform/FactoryFinder$$Lambda+0x000001e42527a660 -instanceKlass javax/xml/transform/FactoryFinder -instanceKlass javax/xml/transform/TransformerFactory -instanceKlass javax/xml/transform/stream/StreamResult -instanceKlass org/eclipse/text/templates/TemplateReaderWriter -instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e425279b08 -instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4252798e8 -instanceKlass @bci java/util/stream/Collectors toList ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x000001e4252796d8 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager reloadTemplateStore ()V 24 argL0 ; # org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager$$Lambda+0x000001e4253076c0 -instanceKlass org/eclipse/text/templates/TemplatePersistenceData -instanceKlass org/eclipse/jface/text/templates/Template -instanceKlass java/util/ResourceBundle$Control$2 -instanceKlass @bci java/util/stream/ReferencePipeline toArray ()[Ljava/lang/Object; 1 argL0 ; # java/util/stream/ReferencePipeline$$Lambda+0x000001e425278ee8 -instanceKlass java/util/ImmutableCollections$Access$1 -instanceKlass jdk/internal/access/JavaUtilCollectionAccess -instanceKlass java/util/ImmutableCollections$Access -instanceKlass @bci java/util/ResourceBundle$ResourceBundleControlProviderHolder lambda$static$0 ()Ljava/util/List; 11 argL0 ; # java/util/ResourceBundle$ResourceBundleControlProviderHolder$$Lambda+0x000001e4252786a8 -instanceKlass java/util/ServiceLoader$ProviderSpliterator -instanceKlass java/util/spi/ResourceBundleControlProvider -instanceKlass @bci java/util/ResourceBundle$ResourceBundleControlProviderHolder ()V 0 argL0 ; # java/util/ResourceBundle$ResourceBundleControlProviderHolder$$Lambda+0x000001e425278018 -instanceKlass java/util/ResourceBundle$ResourceBundleControlProviderHolder -instanceKlass org/eclipse/jface/text/templates/TextTemplateMessages -instanceKlass org/eclipse/jface/text/IRegion -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/FormatterHandler -instanceKlass sun/nio/fs/WindowsPath$1 -instanceKlass org/apache/commons/lang3/text/StrTokenizer -instanceKlass org/apache/commons/lang3/text/StrBuilder -instanceKlass org/apache/commons/lang3/builder/Builder -instanceKlass @bci java/util/regex/CharPredicates forUnicodeBlock (Ljava/lang/String;)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/CharPredicates$$Lambda+0x000001e425277780 -instanceKlass java/lang/Character$Subset -instanceKlass org/apache/commons/lang3/StringUtils -instanceKlass java/util/DualPivotQuicksort -instanceKlass org/apache/commons/lang3/ArraySorter -instanceKlass org/apache/commons/lang3/text/StrMatcher -instanceKlass org/apache/commons/lang3/text/StrSubstitutor -instanceKlass org/apache/commons/lang3/text/StrLookup -instanceKlass org/eclipse/jdt/ls/core/internal/ResourceUtils -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$ReferencedLibraries -instanceKlass java/util/UUID$Holder -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences -instanceKlass org/eclipse/jface/text/templates/TemplateContextType -instanceKlass org/eclipse/jface/text/templates/TemplateVariableResolver -instanceKlass java/lang/ProcessEnvironment$CheckedEntry -instanceKlass java/lang/ProcessEnvironment$CheckedEntrySet$1 -instanceKlass java/lang/ProcessEnvironment$EntryComparator -instanceKlass java/lang/ProcessEnvironment$NameComparator -instanceKlass org/eclipse/jdt/ls/core/internal/Environment -instanceKlass org/eclipse/jdt/ls/core/internal/JDTEnvironmentUtils -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/LogHandler$1 -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDateFormatProvider ()Ljava/text/spi/DateFormatProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000064 -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/DefaultLogFilter -instanceKlass org/eclipse/core/runtime/ILogListener -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/LogHandler -instanceKlass org/eclipse/jdt/internal/core/manipulation/MembersOrderPreferenceCacheCommon -instanceKlass org/eclipse/jdt/core/manipulation/JavaManipulation -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$21$1 -instanceKlass @bci org/eclipse/jdt/internal/core/search/processing/JobManager reset ()V 38 member ; # org/eclipse/jdt/internal/core/search/processing/JobManager$$Lambda+0x000001e4252f9138 -instanceKlass org/eclipse/jdt/internal/core/ExternalAnnotationTracker$DirectoryNode -instanceKlass org/eclipse/jdt/internal/core/ExternalAnnotationTracker -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$RootInfo -instanceKlass org/eclipse/jdt/internal/core/JavaProject$ResolvedClasspath -instanceKlass org/eclipse/jdt/internal/core/ClasspathChange -instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray -instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSet -instanceKlass org/eclipse/jdt/internal/core/util/DeduplicationUtil -instanceKlass org/eclipse/jdt/internal/compiler/env/AccessRule -instanceKlass org/eclipse/jdt/internal/core/ClasspathAttribute -instanceKlass @bci jdk/xml/internal/SecuritySupport getResourceBundle (Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 2 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4252757e8 -instanceKlass com/sun/org/apache/xerces/internal/dom/DOMMessageFormatter -instanceKlass org/eclipse/jdt/internal/core/ClasspathEntry -instanceKlass org/w3c/dom/Attr -instanceKlass com/sun/org/apache/xerces/internal/dom/NamedNodeMapImpl -instanceKlass org/w3c/dom/NamedNodeMap -instanceKlass com/sun/org/apache/xerces/internal/dom/CharacterDataImpl$1 -instanceKlass org/w3c/dom/Text -instanceKlass org/w3c/dom/CharacterData -instanceKlass com/sun/org/apache/xerces/internal/dom/DeepNodeListImpl -instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredDocumentImpl$RefCount -instanceKlass com/sun/org/apache/xerces/internal/dom/NodeListCache -instanceKlass org/w3c/dom/TypeInfo -instanceKlass org/w3c/dom/ElementTraversal -instanceKlass org/w3c/dom/Element -instanceKlass org/w3c/dom/DocumentType -instanceKlass com/sun/org/apache/xerces/internal/dom/NodeImpl -instanceKlass org/w3c/dom/events/EventTarget -instanceKlass org/w3c/dom/NodeList -instanceKlass org/w3c/dom/Document -instanceKlass org/w3c/dom/ranges/DocumentRange -instanceKlass org/w3c/dom/events/DocumentEvent -instanceKlass org/w3c/dom/traversal/DocumentTraversal -instanceKlass com/sun/org/apache/xerces/internal/dom/DeferredNode -instanceKlass sun/nio/ch/Util$BufferCache -instanceKlass sun/nio/ch/Util -instanceKlass sun/nio/ch/IOStatus -instanceKlass java/nio/channels/NetworkChannel -instanceKlass sun/nio/ch/SelChImpl -instanceKlass sun/nio/ch/Streams -instanceKlass java/nio/channels/Channels -instanceKlass sun/nio/fs/WindowsSecurityDescriptor -instanceKlass org/eclipse/jdt/internal/core/util/Util -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$SecondaryTypes -instanceKlass org/eclipse/jdt/internal/compiler/env/IModulePathEntry -instanceKlass org/eclipse/jdt/core/eval/IEvaluationContext -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$PerProjectInfo -instanceKlass org/eclipse/jdt/core/IJavaModelStatusConstants -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4252f4400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4252f4000 -instanceKlass org/eclipse/jdt/internal/compiler/CompilationResult -instanceKlass lombok/eclipse/agent/PatchDelegate$BindingTuple -instanceKlass org/eclipse/jdt/internal/compiler/ast/TypeOrLambda -instanceKlass org/eclipse/jdt/internal/compiler/ast/Invocation -instanceKlass org/eclipse/jdt/internal/compiler/ast/IPolyExpression -instanceKlass lombok/eclipse/agent/PatchDelegate -instanceKlass lombok/eclipse/agent/PatchDelegatePortal -instanceKlass lombok/core/LombokNode -instanceKlass lombok/core/DiagnosticsReceiver -instanceKlass lombok/launch/PatchFixesHider$Util -instanceKlass lombok/launch/PatchFixesHider$Delegate -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState$RootInfos -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$20 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$19 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$14 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$13 -instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 ; # java/lang/invoke/LambdaForm$MH+0x000001e4252f0800 -instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4252f0400 -instanceKlass @bci org/eclipse/core/internal/preferences/EclipsePreferences fireNodeEvent (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences$NodeChangeEvent;Z)V 26 member ; # org/eclipse/core/internal/preferences/EclipsePreferences$$Lambda+0x000001e4251a11e0 -instanceKlass @cpi org/eclipse/core/internal/preferences/EclipsePreferences 1057 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4252f0000 -instanceKlass org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions -instanceKlass org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants -instanceKlass org/eclipse/jdt/internal/compiler/util/Util -instanceKlass org/eclipse/jdt/internal/compiler/impl/IrritantSet -instanceKlass org/eclipse/jdt/internal/core/util/ICacheEnumeration -instanceKlass org/eclipse/jdt/internal/formatter/TokenTraverser -instanceKlass org/eclipse/text/edits/TextEdit -instanceKlass org/eclipse/jdt/core/formatter/CodeFormatter -instanceKlass lombok/patcher/scripts/WrapperMethodDescriptor -instanceKlass lombok/patcher/scripts/SetSymbolDuringMethodCallScript$1 -instanceKlass org/eclipse/jdt/core/SourceRange -instanceKlass org/eclipse/jdt/internal/compiler/util/JRTUtil$JrtFileVisitor -instanceKlass org/eclipse/jdt/core/IOrdinaryClassFile -instanceKlass org/eclipse/jdt/internal/core/util/ReferenceInfoAdapter -instanceKlass org/eclipse/jdt/internal/compiler/ISourceElementRequestor -instanceKlass org/eclipse/jdt/core/search/TypeNameMatchRequestor -instanceKlass org/eclipse/jdt/internal/compiler/env/ISourceType -instanceKlass org/eclipse/jdt/internal/compiler/env/IGenericType -instanceKlass org/eclipse/jdt/internal/compiler/problem/ProblemHandler -instanceKlass org/eclipse/jdt/core/search/SearchParticipant -instanceKlass org/eclipse/jdt/core/search/IJavaSearchScope -instanceKlass org/eclipse/jdt/core/search/MethodNameMatch -instanceKlass org/eclipse/jdt/core/search/TypeNameMatch -instanceKlass org/eclipse/jdt/internal/compiler/ASTVisitor -instanceKlass org/eclipse/jdt/core/search/IParallelizable -instanceKlass org/eclipse/jdt/core/search/SearchPattern -instanceKlass org/eclipse/jdt/internal/core/search/IndexQueryRequestor -instanceKlass org/eclipse/jdt/internal/core/search/BasicSearchEngine -instanceKlass org/eclipse/jdt/core/ITypeParameter -instanceKlass org/eclipse/jdt/core/ISourceRange -instanceKlass org/eclipse/jdt/core/IAnnotation -instanceKlass org/eclipse/jdt/internal/core/AbstractModule -instanceKlass org/eclipse/jdt/core/IModuleDescription -instanceKlass org/eclipse/jdt/internal/core/NameLookup -instanceKlass org/eclipse/jface/text/IDocument -instanceKlass org/eclipse/jdt/internal/core/JavaModelCache$1 -instanceKlass org/eclipse/jdt/internal/compiler/env/IBinaryInfo -instanceKlass org/eclipse/jdt/internal/core/JavaModelCache -instanceKlass org/eclipse/jdt/core/IType -instanceKlass org/eclipse/jdt/core/IAnnotatable -instanceKlass org/eclipse/jdt/core/IMember -instanceKlass org/eclipse/jdt/internal/core/hierarchy/HierarchyBuilder -instanceKlass org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy -instanceKlass org/eclipse/jdt/core/ITypeHierarchy -instanceKlass org/eclipse/jdt/core/dom/ASTNode -instanceKlass org/eclipse/jdt/core/dom/StructuralPropertyDescriptor -instanceKlass org/eclipse/jdt/internal/core/dom/rewrite/RewriteEvent -instanceKlass org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore -instanceKlass org/eclipse/jdt/core/dom/ASTVisitor -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor -instanceKlass org/eclipse/jdt/internal/codeassist/CompletionEngine$1 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding ()V 46 argL0 ; # org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$$Lambda+0x000001e4252c72e8 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ParameterNonNullDefaultProvider -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$3 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$2 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReductionResult -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ElementValuePair -instanceKlass org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding -instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule -instanceKlass org/eclipse/jdt/internal/compiler/lookup/HotSwappable -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeBindingVisitor -instanceKlass org/eclipse/jdt/internal/compiler/parser/ScannerHelper -instanceKlass org/eclipse/jdt/core/Signature -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$CloseMethodRecord -instanceKlass org/eclipse/jdt/core/CompletionRequestor -instanceKlass lombok/patcher/scripts/ReplaceMethodCallScript$1 -instanceKlass org/eclipse/jdt/core/search/SearchRequestor -instanceKlass org/eclipse/jdt/internal/codeassist/UnresolvedReferenceNameFinder$UnresolvedReferenceNameRequestor -instanceKlass org/eclipse/jdt/internal/codeassist/MissingTypesGuesser$GuessedTypeRequestor -instanceKlass org/eclipse/jdt/internal/core/IJavaElementRequestor -instanceKlass org/eclipse/jdt/internal/codeassist/complete/CompletionNode -instanceKlass org/eclipse/jdt/internal/core/INamingRequestor -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Substitution -instanceKlass org/eclipse/jdt/core/CompletionProposal -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Binding -instanceKlass org/eclipse/core/internal/jobs/JobQueue$2 -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope -instanceKlass org/eclipse/jdt/core/compiler/IProblem -instanceKlass org/eclipse/jdt/core/CompletionContext -instanceKlass org/eclipse/jdt/internal/compiler/env/INameEnvironment -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InvocationSite -instanceKlass org/eclipse/jdt/internal/compiler/ast/ASTNode -instanceKlass org/eclipse/jdt/internal/codeassist/impl/Engine -instanceKlass org/eclipse/jdt/internal/codeassist/ICompletionEngine -instanceKlass org/eclipse/jdt/internal/codeassist/RelevanceConstants -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants -instanceKlass org/eclipse/jdt/internal/codeassist/ISearchRequestor -instanceKlass org/eclipse/jdt/internal/compiler/impl/ReferenceContext -instanceKlass org/eclipse/jdt/internal/compiler/ICompilerRequestor -instanceKlass org/eclipse/jdt/internal/compiler/Compiler -instanceKlass org/eclipse/jdt/internal/compiler/problem/ProblemSeverities -instanceKlass org/eclipse/jdt/internal/compiler/impl/ITypeRequestor -instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathLocation -instanceKlass org/eclipse/jdt/core/IBuffer -instanceKlass org/eclipse/jdt/core/IBufferFactory -instanceKlass org/eclipse/jdt/internal/core/BufferManager -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$8 -instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager ()V 139 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e4252a79d8 -instanceKlass @bci org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry (Ljava/io/File;Lorg/eclipse/core/runtime/IPath;)V 24 member ; # org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry$$Lambda+0x000001e4252a77c0 -instanceKlass org/eclipse/jdt/internal/core/search/indexing/IndexNamesRegistry -instanceKlass org/eclipse/jdt/internal/compiler/util/SimpleLookupTable -instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeIds -instanceKlass org/eclipse/jdt/internal/compiler/ast/OperatorIds -instanceKlass org/eclipse/jdt/internal/compiler/parser/ConflictedParser -instanceKlass org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation -instanceKlass org/eclipse/jdt/internal/compiler/IProblemFactory -instanceKlass org/eclipse/jdt/internal/core/index/IndexLocation -instanceKlass org/eclipse/jdt/internal/core/search/indexing/IndexRequest -instanceKlass org/eclipse/jdt/internal/core/search/processing/JobManager -instanceKlass org/eclipse/jdt/internal/core/search/indexing/IIndexConstants -instanceKlass @bci org/eclipse/jdt/internal/core/JavaModelManager ()V 404 argL0 ; # org/eclipse/jdt/internal/core/JavaModelManager$$Lambda+0x000001e425299bb8 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$3 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$2 -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$EclipsePreferencesListener -instanceKlass org/eclipse/jdt/core/IElementChangedListener -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager wakeUp (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 23 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5980 -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessingState -instanceKlass org/eclipse/jdt/internal/core/ExternalFoldersManager -instanceKlass org/eclipse/jdt/internal/core/util/Util$Comparer -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$CompilationParticipants -instanceKlass org/eclipse/jdt/internal/core/BatchInitializationMonitor -instanceKlass org/eclipse/jdt/internal/core/JavaModelOperation -instanceKlass org/eclipse/jdt/internal/core/JavaElementInfo -instanceKlass org/eclipse/jdt/internal/codeassist/ISelectionRequestor -instanceKlass org/eclipse/jdt/core/IJavaModelStatus -instanceKlass org/eclipse/jdt/internal/compiler/env/IElementInfo -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$1 -instanceKlass org/eclipse/jdt/internal/compiler/util/Util$Displayable -instanceKlass org/eclipse/jdt/core/IClassFile -instanceKlass org/eclipse/jdt/core/IPackageFragment -instanceKlass org/eclipse/jdt/core/IPackageFragmentRoot -instanceKlass org/eclipse/jdt/core/IJavaElementDelta -instanceKlass org/eclipse/jdt/core/IBufferChangedListener -instanceKlass org/eclipse/jdt/internal/compiler/util/SuffixConstants -instanceKlass org/eclipse/jdt/internal/compiler/env/ICompilationUnit -instanceKlass org/eclipse/jdt/internal/compiler/env/IDependent -instanceKlass org/eclipse/jdt/core/ICompilationUnit -instanceKlass org/eclipse/jdt/core/ISourceManipulation -instanceKlass org/eclipse/jdt/core/ITypeRoot -instanceKlass org/eclipse/jdt/core/ICodeAssist -instanceKlass org/eclipse/jdt/core/ISourceReference -instanceKlass org/lombokweb/asm/Handle -instanceKlass org/eclipse/jdt/internal/core/util/LRUCache -instanceKlass org/eclipse/jdt/internal/core/search/IRestrictedAccessTypeRequestor -instanceKlass org/eclipse/jdt/internal/core/search/processing/IJob -instanceKlass org/eclipse/jdt/core/IAccessRule -instanceKlass org/eclipse/jdt/core/IJavaProject -instanceKlass org/eclipse/jdt/core/IClasspathContainer -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager -instanceKlass @bci java/util/Comparator thenComparing (Ljava/util/Comparator;)Ljava/util/Comparator; 7 member ; # java/util/Comparator$$Lambda+0x000001e425267258 -instanceKlass @cpi java/util/Comparator 251 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42528c800 -instanceKlass @bci java/util/Comparator comparingDouble (Ljava/util/function/ToDoubleFunction;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001e425266fc8 -instanceKlass @bci org/eclipse/jdt/core/JavaCore ()V 200 argL0 ; # org/eclipse/jdt/core/JavaCore$$Lambda+0x000001e42528b1f0 -instanceKlass @cpi org/eclipse/jdt/core/JavaCore 2468 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42528c400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42528c000 -instanceKlass java/util/function/ToDoubleFunction -instanceKlass org/eclipse/jdt/core/compiler/CharOperation -instanceKlass org/eclipse/jdt/internal/compiler/impl/CompilerOptions -instanceKlass org/eclipse/jdt/core/IWorkingCopy -instanceKlass org/eclipse/jdt/core/IClasspathAttribute -instanceKlass org/eclipse/jdt/internal/compiler/env/IModule -instanceKlass org/eclipse/jdt/core/IRegion -instanceKlass org/eclipse/jdt/core/search/TypeNameRequestor -instanceKlass org/eclipse/jdt/core/IClasspathEntry -instanceKlass org/eclipse/jdt/core/IJavaModel -instanceKlass org/eclipse/jdt/core/IParent -instanceKlass org/eclipse/jdt/core/IOpenable -instanceKlass org/eclipse/jdt/core/IJavaElement -instanceKlass org/eclipse/core/resources/IWorkspaceRunnable -instanceKlass org/eclipse/jdt/core/WorkingCopyOwner -instanceKlass org/eclipse/jdt/ls/core/internal/managers/ISourceDownloader -instanceKlass org/eclipse/text/templates/ContextTypeRegistry -instanceKlass org/eclipse/jdt/ls/core/contentassist/ICompletionContributionService -instanceKlass java/net/Authenticator -instanceKlass java/nio/channels/AsynchronousByteChannel -instanceKlass java/nio/channels/AsynchronousChannel -instanceKlass java/net/SocketAddress -instanceKlass org/eclipse/core/internal/events/NodeIDMap -instanceKlass org/eclipse/jdt/ls/core/internal/lsp/JavaProtocolExtensions -instanceKlass org/eclipse/core/internal/events/ResourceDeltaInfo -instanceKlass org/eclipse/core/internal/dtree/NodeComparison -instanceKlass org/eclipse/core/internal/events/ResourceComparator -instanceKlass org/eclipse/core/internal/events/ResourceDeltaFactory -instanceKlass org/eclipse/core/resources/IMarkerDelta -instanceKlass org/eclipse/jdt/ls/core/internal/syntaxserver/IExtendedProtocol -instanceKlass org/eclipse/lsp4j/services/WorkspaceService -instanceKlass org/eclipse/lsp4j/services/TextDocumentService -instanceKlass org/eclipse/lsp4j/services/LanguageServer -instanceKlass org/eclipse/jdt/ls/core/internal/BaseJDTLanguageServer -instanceKlass org/eclipse/core/runtime/SubMonitor$RootInfo -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/PreferenceManager -instanceKlass org/eclipse/core/resources/team/ResourceRuleFactory -instanceKlass org/eclipse/m2e/core/internal/repository/IRepositoryIndexer -instanceKlass org/eclipse/m2e/core/internal/repository/IRepositoryDiscoverer -instanceKlass org/apache/maven/wagon/authentication/AuthenticationInfo -instanceKlass org/eclipse/m2e/core/internal/repository/RepositoryInfo -instanceKlass org/eclipse/m2e/core/repository/IRepository -instanceKlass org/eclipse/m2e/core/internal/repository/RepositoryRegistry -instanceKlass org/eclipse/m2e/core/repository/IRepositoryRegistry -instanceKlass org/eclipse/m2e/core/internal/project/WorkspaceStateWriter -instanceKlass @bci org/eclipse/core/internal/runtime/AdapterManager registerFactory (Lorg/eclipse/core/runtime/IAdapterFactory;Ljava/lang/String;)V 5 argL0 ; # org/eclipse/core/internal/runtime/AdapterManager$$Lambda+0x000001e42517de30 -instanceKlass org/eclipse/m2e/core/project/configurator/ILifecycleMapping -instanceKlass org/eclipse/m2e/core/project/IProjectCreationListener -instanceKlass org/eclipse/m2e/core/project/ProjectImportConfiguration -instanceKlass org/eclipse/m2e/core/project/MavenProjectInfo -instanceKlass org/eclipse/aether/graph/DependencyNode -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectManager -instanceKlass org/eclipse/m2e/core/project/IMavenProjectRegistry -instanceKlass org/eclipse/aether/graph/DependencyVisitor -instanceKlass org/eclipse/aether/graph/DependencyFilter -instanceKlass org/eclipse/aether/collection/DependencyGraphTransformer -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$VersionSelector -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeSelector -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$OptionalitySelector -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$ScopeDeriver -instanceKlass javax/xml/transform/Source -instanceKlass javax/xml/transform/Result -instanceKlass org/w3c/dom/Node -instanceKlass org/eclipse/m2e/core/embedder/MavenModelManager -instanceKlass org/eclipse/m2e/core/project/configurator/ILifecycleMappingConfiguration -instanceKlass org/eclipse/m2e/core/internal/project/ProjectConfigurationManager -instanceKlass org/eclipse/m2e/core/project/IProjectConfigurationManager -instanceKlass org/eclipse/core/runtime/jobs/IJobFunction -instanceKlass org/eclipse/m2e/core/project/MavenUpdateRequest -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectFacade$MavenProjectConfiguration -instanceKlass org/apache/maven/artifact/versioning/VersionRange -instanceKlass org/codehaus/plexus/util/xml/pull/XmlSerializer -instanceKlass org/codehaus/plexus/util/xml/XMLWriter -instanceKlass java/io/ObjectStreamClass$5 -instanceKlass java/io/ObjectStreamClass$4 -instanceKlass java/io/ObjectStreamClass$3 -instanceKlass java/io/ObjectStreamClass$MemberSignature -instanceKlass java/io/ObjectStreamClass$1 -instanceKlass org/codehaus/plexus/util/xml/Xpp3Dom -instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/LifecycleMappingMetadataSource -instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionFilter -instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionMetadata -instanceKlass java/io/ObjectStreamClass$ExceptionInfo -instanceKlass org/eclipse/m2e/core/internal/lifecyclemapping/DefaultPluginExecutionMetadata -instanceKlass org/eclipse/m2e/core/lifecyclemapping/model/IPluginExecutionMetadata -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525ac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525a800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42525a400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42525a000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425259c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425259000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425258000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425257000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425256000 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector lambda$resolveArtifactDescriptorAsync$4 (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/graph/Dependency;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$DescriptorResolutionResult; 114 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425255c00 -instanceKlass java/util/CollSer -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425254c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425254800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425253000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252c00 -instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 894 ; # java/lang/invoke/LambdaForm$MH+0x000001e425252800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425252000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425251c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425251800 -instanceKlass org/eclipse/m2e/core/project/ResolverConfiguration -instanceKlass java/io/FileFilter -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425250000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524fc00 -instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 930 ; # java/lang/invoke/LambdaForm$MH+0x000001e42524f800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524f400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524f000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524ec00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524e000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524dc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524d400 -instanceKlass org/apache/maven/artifact/versioning/ArtifactVersion -instanceKlass org/eclipse/m2e/core/internal/project/registry/RequiredCapability -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 ; # java/lang/invoke/LambdaForm$MH+0x000001e42524c800 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42524c400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524c000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42524bc00 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 form names 7 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42524b800 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL2 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42524b400 -instanceKlass @bci java/lang/runtime/ObjectMethods bootstrap (Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/TypeDescriptor;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/invoke/MethodHandle;)Ljava/lang/Object; 37 argL0 ; # java/lang/runtime/ObjectMethods$$Lambda+0x000001e425264ee0 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524b000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524ac00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42524a000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425249000 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425248c00 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/lookup/ModuleBinding 947 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425248800 -instanceKlass java/lang/runtime/ObjectMethods$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425248400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425248000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425247000 -instanceKlass java/lang/invoke/MethodHandleImpl$Makers$2 -instanceKlass java/lang/invoke/MethodHandleImpl$Makers$1 -instanceKlass java/lang/invoke/MethodHandleImpl$Makers -instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 862 ; # java/lang/invoke/LambdaForm$MH+0x000001e425246c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425246800 -instanceKlass java/lang/runtime/ObjectMethods -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425246400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425246000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425245800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425245000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244c00 -instanceKlass @bci java/io/ObjectStreamClass$RecordSupport deserializationCtr (Ljava/io/ObjectStreamClass;)Ljava/lang/invoke/MethodHandle; 46 member ; # java/io/ObjectStreamClass$RecordSupport$$Lambda+0x000001e425263a00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425244000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243800 -# instanceKlass java/io/ObjectStreamClass$RecordSupport$$InjectedInvoker+0x000001e425243400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425243000 -instanceKlass java/io/ObjectStreamClass$DeserializationConstructorsCache$Key -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425242c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425242800 -instanceKlass java/io/ObjectStreamClass$RecordSupport -instanceKlass @bci java/io/ObjectStreamClass lambda$canonicalRecordCtr$2 (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 17 argL0 ; # java/io/ObjectStreamClass$$Lambda+0x000001e425262c38 -instanceKlass @bci java/io/ObjectStreamClass lambda$canonicalRecordCtr$2 (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 7 argL0 ; # java/io/ObjectStreamClass$$Lambda+0x000001e425262a08 -instanceKlass @bci java/io/ObjectStreamClass canonicalRecordCtr (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 42 member ; # java/io/ObjectStreamClass$$Lambda+0x000001e4252627f0 -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$MavenProjectManagerImplReplace -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$IPathReplace -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader$IFileReplace -instanceKlass java/util/HashMap$UnsafeHolder -instanceKlass java/io/SerialCallbackContext -instanceKlass java/io/ObjectInputStream$GetField -instanceKlass java/io/ObjectStreamClass$ClassDataSlot -instanceKlass java/io/ObjectStreamClass$FieldReflector -instanceKlass java/io/ObjectStreamClass$FieldReflectorKey -instanceKlass jdk/internal/reflect/ClassDefiner$1 -instanceKlass jdk/internal/reflect/ClassDefiner -instanceKlass jdk/internal/reflect/MethodAccessorGenerator$1 -instanceKlass jdk/internal/reflect/Label$PatchInfo -instanceKlass jdk/internal/reflect/Label -instanceKlass jdk/internal/reflect/UTF8 -instanceKlass jdk/internal/reflect/ClassFileAssembler -instanceKlass jdk/internal/reflect/ByteVectorImpl -instanceKlass jdk/internal/reflect/ByteVector -instanceKlass jdk/internal/reflect/ByteVectorFactory -instanceKlass jdk/internal/reflect/AccessorGenerator -instanceKlass jdk/internal/reflect/ClassFileConstants -instanceKlass @bci jdk/internal/reflect/MethodHandleLongFieldAccessorImpl getLong (Ljava/lang/Object;)J 11 ; # java/lang/invoke/LambdaForm$MH+0x000001e425240400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425240000 -instanceKlass java/io/ObjectStreamClass$2 -instanceKlass java/io/ClassCache -instanceKlass java/io/ObjectStreamClass$Caches -instanceKlass sun/reflect/misc/ReflectUtil -instanceKlass java/io/ObjectStreamClass -instanceKlass @bci java/io/ObjectInputFilter$Config ()V 368 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fd4e0 -instanceKlass jdk/internal/access/JavaObjectInputFilterAccess -instanceKlass java/io/ObjectInputFilter$Config$BuiltinFilterFactory -instanceKlass @bci java/io/ObjectInputFilter$Config ()V 80 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fcea8 -instanceKlass @bci java/io/ObjectInputFilter$Config ()V 56 argL0 ; # java/io/ObjectInputFilter$Config$$Lambda+0x000001e4251fcc98 -instanceKlass java/io/ObjectInputFilter -instanceKlass java/io/ObjectInputFilter$Config -instanceKlass java/io/ObjectInputStream$ValidationList -instanceKlass java/io/ObjectInputStream$HandleTable$HandleList -instanceKlass java/io/ObjectInputStream$HandleTable -instanceKlass @bci java/io/ObjectInputStream ()V 100 argL0 ; # java/io/ObjectInputStream$$Lambda+0x000001e4251fb7a8 -instanceKlass jdk/internal/access/JavaObjectInputStreamReadString -instanceKlass @bci java/io/ObjectInputStream ()V 92 argL0 ; # java/io/ObjectInputStream$$Lambda+0x000001e4251fb3a8 -instanceKlass jdk/internal/access/JavaObjectInputStreamAccess -instanceKlass org/apache/maven/execution/MavenExecutionRequest -instanceKlass org/eclipse/m2e/core/project/IMavenProjectChangedListener -instanceKlass org/apache/maven/project/ProjectBuildingResult -instanceKlass org/eclipse/core/runtime/SubMonitor -instanceKlass org/eclipse/m2e/core/internal/project/registry/DependencyResolutionContext -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectFacade -instanceKlass com/google/common/cache/LocalCache$AbstractReferenceEntry -instanceKlass java/util/concurrent/atomic/AtomicReferenceArray -instanceKlass com/google/common/cache/LocalCache$LoadingValueReference -instanceKlass com/google/common/cache/Weigher -instanceKlass com/google/common/base/Predicate -instanceKlass com/google/common/base/Equivalence -instanceKlass java/util/function/BiPredicate -instanceKlass com/google/common/base/MoreObjects -instanceKlass com/google/common/cache/LocalCache$1 -instanceKlass com/google/common/cache/ReferenceEntry -instanceKlass com/google/common/cache/LocalCache$ValueReference -instanceKlass com/google/common/cache/LocalCache$LocalManualCache -instanceKlass com/google/common/cache/CacheLoader -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache ()V 25 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$$Lambda+0x000001e425234200 -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheLine -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache ()V 16 member ; # org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$$Lambda+0x000001e42521fc60 -instanceKlass com/google/common/cache/RemovalListener -instanceKlass com/google/common/cache/CacheBuilder$2 -instanceKlass com/google/common/base/Preconditions -instanceKlass com/google/common/cache/CacheStats -instanceKlass com/google/common/base/Suppliers$SupplierOfInstance -instanceKlass com/google/common/base/Suppliers -instanceKlass com/google/common/cache/CacheBuilder$1 -instanceKlass com/google/common/cache/AbstractCache$StatsCounter -instanceKlass com/google/common/base/Ticker -instanceKlass com/google/common/base/Supplier -instanceKlass com/google/common/cache/CacheBuilder -instanceKlass com/google/common/cache/LoadingCache -instanceKlass com/google/common/base/Function -instanceKlass com/google/common/cache/Cache -instanceKlass org/eclipse/m2e/core/embedder/ILocalRepositoryListener -instanceKlass org/eclipse/m2e/core/internal/preferences/MavenPreferenceConstants -instanceKlass org/eclipse/m2e/core/internal/embedder/MavenExecutionContext -instanceKlass org/apache/maven/model/building/ModelProblemCollectorRequest -instanceKlass org/apache/maven/model/ConfigurationContainer -instanceKlass org/eclipse/m2e/core/internal/embedder/MavenImpl$MavenSettings -instanceKlass org/apache/maven/lifecycle/MavenExecutionPlan -instanceKlass org/apache/maven/model/ModelBase -instanceKlass org/apache/maven/model/InputLocationTracker -instanceKlass org/apache/maven/settings/TrackableBase -instanceKlass org/apache/maven/project/ProjectBuildingRequest -instanceKlass org/apache/maven/execution/MavenSession -instanceKlass org/apache/maven/plugin/MojoExecution -instanceKlass org/apache/maven/wagon/proxy/ProxyInfo -instanceKlass org/eclipse/m2e/core/embedder/ICallable -instanceKlass org/apache/maven/artifact/Artifact -instanceKlass org/eclipse/m2e/core/embedder/ISettingsChangeListener -instanceKlass org/eclipse/sisu/inject/MildKeys -instanceKlass org/eclipse/sisu/inject/Weak -instanceKlass java/util/stream/Node$Builder -instanceKlass java/util/stream/Nodes$ArrayNode -instanceKlass java/util/stream/Node$OfDouble -instanceKlass java/util/stream/Node$OfLong -instanceKlass java/util/stream/Node$OfInt -instanceKlass java/util/stream/Node$OfPrimitive -instanceKlass java/util/stream/Nodes$EmptyNode -instanceKlass java/util/stream/Node -instanceKlass java/util/stream/Nodes -instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 16 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x800000069 -instanceKlass @bci sun/util/locale/provider/LocaleProviderAdapter toLocaleArray (Ljava/util/Set;)[Ljava/util/Locale; 6 argL0 ; # sun/util/locale/provider/LocaleProviderAdapter$$Lambda+0x800000068 -instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter getCalendarDataProvider ()Ljava/util/spi/CalendarDataProvider; 8 member ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000062 -instanceKlass sun/util/locale/provider/CalendarDataUtility$CalendarWeekParameterGetter -instanceKlass sun/util/locale/provider/LocaleServiceProviderPool$LocalizedObjectGetter -instanceKlass sun/util/locale/provider/LocaleServiceProviderPool -instanceKlass java/util/Calendar$Builder -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getCalendarProvider ()Lsun/util/spi/CalendarProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000063 -instanceKlass com/google/inject/matcher/AbstractMatcher -instanceKlass com/google/inject/matcher/Matcher -instanceKlass com/google/inject/Module -instanceKlass com/google/inject/spi/TypeConverter -instanceKlass org/codehaus/plexus/component/configurator/converters/ParameterizedConfigurationConverter -instanceKlass org/codehaus/plexus/component/configurator/converters/AbstractConfigurationConverter -instanceKlass org/codehaus/plexus/component/configurator/converters/ConfigurationConverter -instanceKlass org/codehaus/plexus/component/configurator/converters/lookup/DefaultConverterLookup -instanceKlass org/apache/maven/project/MavenProject -instanceKlass org/eclipse/m2e/core/internal/markers/SourceLocation -instanceKlass org/eclipse/m2e/core/internal/markers/MavenProblemInfo -instanceKlass org/eclipse/aether/artifact/Artifact -instanceKlass org/eclipse/m2e/core/internal/markers/MavenMarkerManager -instanceKlass org/eclipse/m2e/core/internal/embedder/MavenProperties -instanceKlass org/apache/maven/extension/internal/CoreExtensionEntry -instanceKlass org/apache/felix/scr/impl/ComponentRegistry$2 -instanceKlass org/eclipse/m2e/core/internal/preferences/MavenConfigurationImpl$1 -instanceKlass org/eclipse/core/runtime/preferences/IPreferenceFilter -instanceKlass org/apache/felix/scr/impl/ComponentRegistry$Entry -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogEntryImpl -instanceKlass org/eclipse/equinox/log/ExtendedLogEntry -instanceKlass org/eclipse/osgi/internal/log/Arguments -instanceKlass java/lang/StackTraceElement$HashedModules -instanceKlass org/eclipse/m2e/core/internal/embedder/EclipseLogger -instanceKlass org/codehaus/plexus/logging/Logger -instanceKlass org/codehaus/plexus/logging/AbstractLoggerManager -instanceKlass org/codehaus/plexus/logging/LoggerManager -instanceKlass org/eclipse/m2e/core/internal/embedder/IMavenPlexusContainer -instanceKlass org/codehaus/plexus/classworlds/ClassWorldListener -instanceKlass org/codehaus/plexus/classworlds/ClassWorld -instanceKlass org/codehaus/plexus/PlexusContainer -instanceKlass org/codehaus/plexus/component/configurator/expression/ExpressionEvaluator -instanceKlass org/codehaus/plexus/configuration/PlexusConfiguration -instanceKlass org/apache/maven/plugin/version/PluginVersionRequest -instanceKlass org/eclipse/aether/RepositorySystemSession -instanceKlass org/apache/maven/model/building/ModelBuildingRequest -instanceKlass org/apache/maven/settings/crypto/SettingsDecryptionRequest -instanceKlass org/apache/maven/execution/MavenExecutionResult -instanceKlass org/apache/maven/settings/building/SettingsBuildingRequest -instanceKlass org/codehaus/plexus/component/configurator/converters/lookup/ConverterLookup -instanceKlass org/eclipse/m2e/core/internal/embedder/MavenImpl -instanceKlass org/eclipse/m2e/core/embedder/IMavenConfigurationChangeListener -instanceKlass org/eclipse/m2e/core/internal/preferences/MavenConfigurationImpl -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryReader -instanceKlass org/eclipse/m2e/core/internal/embedder/PlexusContainerManager -instanceKlass org/eclipse/m2e/core/internal/markers/IMavenMarkerManager -instanceKlass org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry -instanceKlass org/eclipse/m2e/core/internal/project/registry/AbstractMavenDependencyResolver -instanceKlass org/eclipse/m2e/core/project/IProjectConfiguration -instanceKlass org/eclipse/m2e/core/embedder/IMavenExecutionContext -instanceKlass org/eclipse/aether/repository/WorkspaceReader -instanceKlass org/apache/maven/artifact/repository/MavenArtifactRepository -instanceKlass org/apache/maven/artifact/repository/ArtifactRepository -instanceKlass org/eclipse/m2e/core/internal/project/registry/IProjectRegistry -instanceKlass org/eclipse/m2e/core/internal/project/registry/Capability -instanceKlass org/eclipse/m2e/core/project/IMavenProjectFacade -instanceKlass org/eclipse/m2e/core/embedder/IMavenExecutableLocation -instanceKlass org/eclipse/m2e/core/embedder/IMaven -instanceKlass org/eclipse/m2e/core/embedder/IComponentLookup -instanceKlass org/eclipse/m2e/core/embedder/IMavenConfiguration -instanceKlass org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager -instanceKlass ch/qos/logback/classic/util/LoggerNameUtil -instanceKlass org/slf4j/helpers/Reporter -instanceKlass ch/qos/logback/core/util/CachingDateFormatter$CacheTuple -instanceKlass ch/qos/logback/core/util/CachingDateFormatter -instanceKlass ch/qos/logback/core/util/StatusPrinter2 -instanceKlass ch/qos/logback/core/util/StatusPrinter -instanceKlass ch/qos/logback/core/status/StatusUtil -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 ; # java/lang/invoke/LambdaForm$MH+0x000001e425217400 -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425217000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425216c00 -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form names 8 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425216800 -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425216400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425216000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425215400 -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 form names 12 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425215000 -instanceKlass @bci ch/qos/logback/classic/util/ContextInitializer printDuration (JLch/qos/logback/classic/spi/Configurator;Lch/qos/logback/classic/spi/Configurator$ExecutionStatus;)V 31 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425214c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425214000 -instanceKlass ch/qos/logback/core/Appender -instanceKlass ch/qos/logback/core/spi/FilterAttachable -instanceKlass ch/qos/logback/core/spi/ContextAwareBase -instanceKlass ch/qos/logback/core/status/StatusListener -instanceKlass ch/qos/logback/core/util/StatusListenerConfigHelper -instanceKlass ch/qos/logback/core/status/StatusBase -instanceKlass ch/qos/logback/core/util/EnvUtil -instanceKlass ch/qos/logback/classic/util/ClassicEnvUtil -instanceKlass java/security/Policy$PolicyInfo -instanceKlass ch/qos/logback/core/util/Loader$1 -instanceKlass ch/qos/logback/core/util/OptionHelper -instanceKlass ch/qos/logback/core/util/Loader -instanceKlass ch/qos/logback/classic/spi/Configurator -instanceKlass ch/qos/logback/core/spi/ContextAwareImpl -instanceKlass ch/qos/logback/classic/util/ContextInitializer$1 -instanceKlass ch/qos/logback/core/spi/ContextAware -instanceKlass ch/qos/logback/classic/util/ContextInitializer -instanceKlass org/slf4j/MDC -instanceKlass ch/qos/logback/classic/util/LogbackMDCAdapter -instanceKlass ch/qos/logback/classic/Level -instanceKlass ch/qos/logback/classic/spi/ILoggingEvent -instanceKlass ch/qos/logback/core/spi/DeferredProcessingAware -instanceKlass org/slf4j/spi/LoggingEventBuilder -instanceKlass ch/qos/logback/classic/Logger -instanceKlass ch/qos/logback/core/spi/AppenderAttachable -instanceKlass org/slf4j/spi/LoggingEventAware -instanceKlass org/slf4j/spi/LocationAwareLogger -instanceKlass ch/qos/logback/classic/spi/LoggerContextVO -instanceKlass ch/qos/logback/core/spi/LogbackLock -instanceKlass ch/qos/logback/core/helpers/CyclicBuffer -instanceKlass ch/qos/logback/core/BasicStatusManager -instanceKlass ch/qos/logback/core/status/Status -instanceKlass ch/qos/logback/core/status/StatusManager -instanceKlass ch/qos/logback/core/ContextBase -instanceKlass ch/qos/logback/core/spi/LifeCycle -instanceKlass ch/qos/logback/core/Context -instanceKlass ch/qos/logback/core/spi/PropertyContainer -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425208400 -instanceKlass @cpi org/springframework/boot/configurationprocessor/MetadataGenerationEnvironment 575 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425208000 -instanceKlass org/apache/aries/spifly/Util$7 -instanceKlass org/apache/aries/spifly/Util$5 -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$1 -instanceKlass org/apache/felix/resolver/WireImpl -instanceKlass org/apache/felix/resolver/util/ArrayMap$1$1 -instanceKlass org/apache/felix/resolver/ResolverImpl$UsedBlames -instanceKlass org/apache/felix/resolver/ResolverImpl$6 -instanceKlass org/apache/felix/resolver/ResolverImpl$5 -instanceKlass org/apache/felix/resolver/ResolverImpl$4 -instanceKlass org/apache/felix/resolver/ResolverImpl$Blame -instanceKlass org/apache/felix/resolver/ResolverImpl$3 -instanceKlass org/apache/felix/resolver/ResolverImpl$Packages -instanceKlass org/apache/felix/resolver/WrappedRequirement -instanceKlass org/apache/felix/resolver/ResolverImpl$WireCandidate -instanceKlass org/apache/felix/resolver/ResolverImpl$EnhancedExecutor$1 -instanceKlass org/apache/felix/resolver/ResolverImpl$1Computer -instanceKlass org/apache/felix/resolver/WrappedResource -instanceKlass org/apache/felix/resolver/util/CopyOnWriteSet -instanceKlass org/apache/felix/resolver/util/CandidateSelector -instanceKlass org/apache/felix/resolver/ResolverImpl$DumbExecutor -instanceKlass org/slf4j/helpers/Util -instanceKlass org/slf4j/helpers/NOPMDCAdapter -instanceKlass org/slf4j/helpers/NOPLoggerFactory -instanceKlass org/slf4j/helpers/NOP_FallbackServiceProvider -instanceKlass org/slf4j/helpers/ThreadLocalMapOfStacks -instanceKlass org/objectweb/asm/tree/ParameterNode -instanceKlass org/slf4j/helpers/BasicMDCAdapter -instanceKlass org/slf4j/Marker -instanceKlass org/slf4j/helpers/BasicMarkerFactory -instanceKlass org/slf4j/Logger -instanceKlass org/slf4j/helpers/SubstituteLoggerFactory -instanceKlass org/slf4j/ILoggerFactory -instanceKlass org/slf4j/spi/MDCAdapter -instanceKlass org/slf4j/IMarkerFactory -instanceKlass org/slf4j/helpers/SubstituteServiceProvider -instanceKlass org/slf4j/event/LoggingEvent -instanceKlass org/slf4j/LoggerFactory -instanceKlass @bci org/eclipse/osgi/container/ModuleWiring lambda$1 (Lorg/eclipse/osgi/internal/container/NamespaceList$Builder;)V 26 argL0 ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e425200000 -instanceKlass java/util/function/UnaryOperator -instanceKlass @bci org/eclipse/osgi/container/ModuleWiring addDynamicImports (Lorg/eclipse/osgi/container/ModuleRevisionBuilder;)V 39 member ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e425137c08 -instanceKlass @bci org/eclipse/osgi/container/ModuleWiring addDynamicImports (Lorg/eclipse/osgi/container/ModuleRevisionBuilder;)V 7 member ; # org/eclipse/osgi/container/ModuleWiring$$Lambda+0x000001e4251379d0 -instanceKlass org/eclipse/osgi/container/builders/OSGiManifestBuilderFactory -instanceKlass @bci sun/net/www/protocol/jrt/JavaRuntimeURLConnection ()V 0 argL0 ; # sun/net/www/protocol/jrt/JavaRuntimeURLConnection$$Lambda+0x000001e4251f8658 -instanceKlass org/objectweb/asm/Handler -instanceKlass org/objectweb/asm/tree/TryCatchBlockNode -instanceKlass org/objectweb/asm/Handle -instanceKlass org/objectweb/asm/Edge -instanceKlass org/objectweb/asm/tree/LocalVariableNode -instanceKlass java/util/BitSet -instanceKlass org/objectweb/asm/tree/InsnList -instanceKlass org/objectweb/asm/tree/Util -instanceKlass org/objectweb/asm/tree/AbstractInsnNode -instanceKlass org/objectweb/asm/commons/Method -instanceKlass org/objectweb/asm/Label -instanceKlass org/objectweb/asm/Frame -instanceKlass org/objectweb/asm/Context -instanceKlass org/objectweb/asm/Attribute -instanceKlass org/objectweb/asm/Type -instanceKlass org/objectweb/asm/ByteVector -instanceKlass org/objectweb/asm/Symbol -instanceKlass org/objectweb/asm/SymbolTable -instanceKlass org/objectweb/asm/FieldVisitor -instanceKlass org/objectweb/asm/MethodVisitor -instanceKlass org/objectweb/asm/AnnotationVisitor -instanceKlass org/objectweb/asm/ModuleVisitor -instanceKlass org/objectweb/asm/RecordComponentVisitor -instanceKlass org/objectweb/asm/ClassReader -instanceKlass org/eclipse/m2e/core/internal/URLConnectionCaches -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e4800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251e4400 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e4000 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form names 5 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251e3c00 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e3800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e3400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e3000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e2000 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 form names 9 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251e1c00 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e1800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e1400 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator start (Lorg/osgi/framework/BundleContext;)V 31 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251e1000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251e0000 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator ()V 16 argL0 ; # org/eclipse/m2e/core/internal/MavenPluginActivator$$Lambda+0x000001e4251dbc18 -instanceKlass org/eclipse/m2e/core/internal/jobs/IBackgroundProcessingQueue -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251dac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251da000 -instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1505 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9c00 -instanceKlass org/eclipse/core/resources/IResourceChangeEvent -instanceKlass java/util/concurrent/atomic/Striped64$1 -instanceKlass jdk/internal/util/random/RandomSupport -instanceKlass @bci org/apache/felix/scr/impl/manager/ComponentContextImpl createNewFieldHandlerMap ()Ljava/util/Map; 4 argL0 ; # org/apache/felix/scr/impl/manager/ComponentContextImpl$$Lambda+0x000001e42516e188 -instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getLog (Lorg/osgi/framework/Bundle;)Lorg/eclipse/core/runtime/ILog; 13 member ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519ba60 -instanceKlass org/eclipse/core/internal/runtime/Log -instanceKlass org/eclipse/core/internal/preferences/BundleStateScope -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$Resolved -instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils$FieldSearchResult -instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils$1 -instanceKlass org/apache/felix/scr/impl/inject/field/FieldUtils -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$1 -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$ReferenceMethodImpl -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$NotResolved -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$State -instanceKlass org/apache/felix/scr/impl/inject/InitReferenceMethod -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler -instanceKlass org/apache/felix/scr/impl/inject/field/FieldMethods -instanceKlass org/eclipse/core/internal/resources/CheckMissingNaturesListener -instanceKlass org/eclipse/core/internal/resources/Rules -instanceKlass org/eclipse/core/internal/resources/ResourceChangeListenerRegistrar -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager startJob (Lorg/eclipse/core/internal/jobs/Worker;)Lorg/eclipse/core/runtime/jobs/Job; 45 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5558 -instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1512 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d9400 -instanceKlass @bci org/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes$PTBKey (Lorg/eclipse/jdt/internal/compiler/lookup/TypeSystem$HashedParameterizedTypes;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V 118 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d9000 -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager endJob (Lorg/eclipse/core/internal/jobs/InternalJob;Lorg/eclipse/core/runtime/IStatus;ZZ)V 14 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a5320 -instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1468 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d8c00 -instanceKlass @bci org/eclipse/core/internal/resources/AliasManager buildAliasedProjectsSet ()V 30 member ; # org/eclipse/core/internal/resources/AliasManager$$Lambda+0x000001e4251ddf00 -instanceKlass org/eclipse/core/internal/filesystem/FileStoreUtil -instanceKlass @bci org/eclipse/core/internal/resources/AliasManager$LocationMap (Lorg/eclipse/core/internal/resources/AliasManager;)V 14 argL0 ; # org/eclipse/core/internal/resources/AliasManager$LocationMap$$Lambda+0x000001e4251ddc78 -instanceKlass org/eclipse/core/internal/resources/AliasManager$LocationMap -instanceKlass org/eclipse/core/internal/resources/AliasManager -instanceKlass org/eclipse/core/resources/refresh/IRefreshMonitor -instanceKlass org/eclipse/core/internal/refresh/MonitorManager -instanceKlass org/eclipse/core/resources/IResourceDeltaVisitor -instanceKlass org/eclipse/core/resources/IPathVariableChangeListener -instanceKlass org/eclipse/core/internal/refresh/RefreshManager -instanceKlass org/eclipse/core/resources/refresh/IRefreshResult -instanceKlass @bci org/eclipse/core/internal/resources/ContentDescriptionManager getCurrentPlatformState ()Ljava/lang/String; 39 argL0 ; # org/eclipse/core/internal/resources/ContentDescriptionManager$$Lambda+0x000001e4251d7ca8 -instanceKlass @bci org/eclipse/core/internal/properties/PropertyBucket$PropertyEntry ()V 0 argL0 ; # org/eclipse/core/internal/properties/PropertyBucket$PropertyEntry$$Lambda+0x000001e4251d7a20 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/util/SortedCharArrays 78 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d8800 -instanceKlass org/eclipse/core/internal/resources/ProjectContentTypes -instanceKlass org/eclipse/core/internal/utils/Cache -instanceKlass org/eclipse/core/internal/resources/ContentDescriptionManager -instanceKlass @bci org/eclipse/core/internal/resources/CharsetManager initPreferenceChangeListener ()V 2 member ; # org/eclipse/core/internal/resources/CharsetManager$$Lambda+0x000001e4251d6e70 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d8400 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d8000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ClassFile initializeDefaultLocals (Lorg/eclipse/jdt/internal/compiler/codegen/StackMapFrame;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V 760 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d5400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251d5000 -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager now ()J 5 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a50e8 -instanceKlass java/util/function/LongUnaryOperator -instanceKlass org/eclipse/core/internal/jobs/JobChangeEvent -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d4c00 -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d4800 -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager schedule (Lorg/eclipse/core/internal/jobs/InternalJob;J)V 5 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a4c58 -instanceKlass @cpi org/eclipse/core/internal/jobs/JobManager 1485 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251d4400 -instanceKlass org/eclipse/core/internal/resources/CharsetDeltaJob$ICharsetListenerFilter -instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 29 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e4251375a8 -instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 19 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e425137368 -instanceKlass @bci org/osgi/framework/FrameworkUtil lambda$4 (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 9 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e425137130 -instanceKlass org/eclipse/core/runtime/PerformanceStats -instanceKlass org/eclipse/core/internal/events/ResourceStats -instanceKlass org/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry -instanceKlass org/eclipse/core/internal/resources/CharsetManager$ResourceChangeListener -instanceKlass org/eclipse/core/resources/IResourceChangeListener -instanceKlass org/eclipse/core/internal/resources/CharsetManager -instanceKlass org/eclipse/core/internal/localstore/Bucket$Entry -instanceKlass org/eclipse/core/internal/localstore/BucketTree -instanceKlass org/eclipse/core/internal/localstore/Bucket$Visitor -instanceKlass org/eclipse/core/internal/localstore/Bucket -instanceKlass org/eclipse/core/internal/properties/PropertyManager2 -instanceKlass org/eclipse/core/internal/events/LifecycleEvent -instanceKlass @bci jdk/internal/reflect/MethodHandleBooleanFieldAccessorImpl setBoolean (Ljava/lang/Object;Z)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251d4000 -instanceKlass java/lang/Short$ShortCache -instanceKlass com/sun/jna/NativeMappedConverter -instanceKlass com/sun/jna/Klass -instanceKlass com/sun/jna/Native$Buffers -instanceKlass com/sun/jna/VarArgsChecker -instanceKlass com/sun/jna/NativeLibrary$NativeLibraryDisposer -instanceKlass com/sun/jna/NativeLibrary$1 -instanceKlass com/sun/jna/SymbolProvider -instanceKlass com/sun/jna/NativeLibrary -instanceKlass org/eclipse/core/internal/filesystem/local/Win32Handler$FileAPIh -instanceKlass com/sun/jna/Memory$MemoryDisposer -instanceKlass com/sun/jna/internal/Cleaner$Cleanable -instanceKlass com/sun/jna/internal/Cleaner -instanceKlass com/sun/jna/WeakMemoryHolder -instanceKlass org/eclipse/core/filesystem/provider/FileInfo -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251cac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251ca800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251ca400 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL2 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4251ca000 -instanceKlass @bci jdk/internal/reflect/MethodHandleBooleanFieldAccessorImpl getBoolean (Ljava/lang/Object;)Z 20 ; # java/lang/invoke/LambdaForm$MH+0x000001e4251c9c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4251c9800 -# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e4251c9400 -instanceKlass @cpi java/io/ObjectInputStream 1214 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c9000 -instanceKlass com/sun/jna/Structure$StructField -instanceKlass com/sun/jna/Structure$LayoutInfo -instanceKlass java/lang/Class$AnnotationData -instanceKlass com/sun/jna/Structure$FieldOrder -instanceKlass @bci com/sun/jna/Structure fieldOrder ()Ljava/util/List; 84 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c5a38 -instanceKlass @bci com/sun/jna/Structure getFieldList ()Ljava/util/List; 84 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c5800 -instanceKlass @bci com/sun/jna/Structure validateFields ()V 75 member ; # com/sun/jna/Structure$$Lambda+0x000001e4251c7d48 -instanceKlass com/sun/jna/platform/win32/WinBase -instanceKlass com/sun/jna/platform/win32/BaseTSD -instanceKlass com/sun/jna/platform/win32/WinDef -instanceKlass com/sun/jna/Library -instanceKlass com/sun/jna/win32/W32APITypeMapper$2 -instanceKlass com/sun/jna/DefaultTypeMapper$Entry -instanceKlass com/sun/jna/win32/W32APITypeMapper$1 -instanceKlass com/sun/jna/TypeConverter -instanceKlass com/sun/jna/DefaultTypeMapper -instanceKlass com/sun/jna/TypeMapper -instanceKlass com/sun/jna/Structure$ByReference -instanceKlass com/sun/jna/Native$2 -instanceKlass com/sun/jna/Structure$FFIType$FFITypes -instanceKlass com/sun/jna/Native$ffi_callback -instanceKlass com/sun/jna/JNIEnv -instanceKlass com/sun/jna/PointerType -instanceKlass com/sun/jna/NativeMapped -instanceKlass com/sun/jna/WString -instanceKlass com/sun/jna/win32/DLLCallback -instanceKlass com/sun/jna/CallbackProxy -instanceKlass com/sun/jna/Callback -instanceKlass com/sun/jna/Structure$ByValue -instanceKlass jdk/internal/loader/NativeLibraries$Unloader -instanceKlass java/io/FileOutputStream$1 -instanceKlass sun/security/provider/AbstractDrbg$NonceProvider -instanceKlass @bci sun/security/provider/AbstractDrbg$SeederHolder ()V 42 member ; # sun/security/provider/AbstractDrbg$SeederHolder$$Lambda+0x000001e4250fce68 -instanceKlass @cpi sun/security/provider/AbstractDrbg$SeederHolder 91 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c4c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251c4800 -instanceKlass sun/nio/fs/BasicFileAttributesHolder -instanceKlass sun/nio/fs/WindowsDirectoryStream$WindowsDirectoryIterator -instanceKlass sun/nio/fs/WindowsDirectoryStream -instanceKlass java/nio/file/DirectoryStream -instanceKlass java/nio/file/Files$AcceptAllFilter -instanceKlass java/nio/file/DirectoryStream$Filter -instanceKlass java/net/NetworkInterface$1 -instanceKlass java/net/DefaultInterface -instanceKlass java/net/Inet6Address$Inet6AddressHolder -instanceKlass java/net/InetAddress$PlatformResolver -instanceKlass java/net/spi/InetAddressResolver -instanceKlass java/net/spi/InetAddressResolver$LookupPolicy -instanceKlass java/net/Inet4AddressImpl -instanceKlass java/net/Inet6AddressImpl -instanceKlass java/net/InetAddressImpl -instanceKlass java/util/concurrent/ConcurrentSkipListMap$Node -instanceKlass java/util/concurrent/ConcurrentSkipListMap$Index -instanceKlass java/util/concurrent/ConcurrentNavigableMap -instanceKlass java/net/InetAddress$InetAddressHolder -instanceKlass java/net/InetAddress$1 -instanceKlass jdk/internal/access/JavaNetInetAddressAccess -instanceKlass java/net/InetAddress -instanceKlass java/net/InterfaceAddress -instanceKlass java/net/NetworkInterface -instanceKlass sun/security/provider/SeedGenerator$1 -instanceKlass sun/security/provider/SeedGenerator -instanceKlass sun/security/provider/AbstractDrbg$SeederHolder -instanceKlass java/security/DrbgParameters$NextBytes -instanceKlass @bci sun/security/provider/AbstractDrbg ()V 12 argL0 ; # sun/security/provider/AbstractDrbg$$Lambda+0x000001e4250fa5e0 -instanceKlass @cpi sun/security/provider/AbstractDrbg 383 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251c4400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4251c4000 -instanceKlass sun/security/provider/EntropySource -instanceKlass sun/security/provider/AbstractDrbg -instanceKlass java/security/DrbgParameters$Instantiation -instanceKlass java/security/DrbgParameters -instanceKlass sun/security/provider/MoreDrbgParameters -instanceKlass @bci sun/security/provider/DRBG (Ljava/security/SecureRandomParameters;)V 26 argL0 ; # sun/security/provider/DRBG$$Lambda+0x000001e4250f9120 -instanceKlass java/security/SecureRandomSpi -instanceKlass java/io/File$TempDirectory -instanceKlass com/sun/jna/Native$5 -instanceKlass com/sun/jna/Platform -instanceKlass com/sun/jna/Native$1 -instanceKlass com/sun/jna/Callback$UncaughtExceptionHandler -instanceKlass com/sun/jna/Native -instanceKlass com/sun/jna/Version -instanceKlass com/sun/jna/ToNativeContext -instanceKlass com/sun/jna/FromNativeContext -instanceKlass com/sun/jna/FromNativeConverter -instanceKlass com/sun/jna/ToNativeConverter -instanceKlass com/sun/jna/Structure -instanceKlass com/sun/jna/Pointer -instanceKlass org/eclipse/core/internal/filesystem/local/NativeHandler -instanceKlass org/eclipse/core/internal/filesystem/local/LocalFileNativesManager -instanceKlass org/eclipse/core/resources/FileInfoMatcherDescription -instanceKlass org/eclipse/core/internal/resources/FilterDescription -instanceKlass javax/xml/parsers/DocumentBuilder -instanceKlass javax/xml/parsers/DocumentBuilderFactory -instanceKlass org/eclipse/core/internal/runtime/XmlProcessorFactory -instanceKlass org/eclipse/core/internal/resources/IModelObjectConstants -instanceKlass org/eclipse/core/filesystem/URIUtil -instanceKlass java/util/AbstractMap$2$1 -instanceKlass @bci org/eclipse/core/internal/resources/ProjectVariableProviderManager ()V 14 argL0 ; # org/eclipse/core/internal/resources/ProjectVariableProviderManager$$Lambda+0x000001e4251b8c10 -instanceKlass @cpi org/eclipse/core/internal/resources/ProjectVariableProviderManager 171 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251bc000 -instanceKlass org/eclipse/core/resources/variableresolvers/PathVariableResolver -instanceKlass org/eclipse/core/internal/resources/ProjectVariableProviderManager$Descriptor -instanceKlass org/eclipse/core/internal/resources/ProjectVariableProviderManager -instanceKlass org/eclipse/core/internal/resources/ProjectPathVariableManager -instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile createExecutor (I)Ljava/util/concurrent/ForkJoinPool; 15 argL0 ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251b7210 -instanceKlass @bci org/eclipse/core/internal/filesystem/local/LocalFile createExecutor (I)Ljava/util/concurrent/ForkJoinPool; 5 argL0 ; # org/eclipse/core/internal/filesystem/local/LocalFile$$Lambda+0x000001e4251b7000 -instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JLSFsUtils -instanceKlass sun/nio/fs/WindowsUriSupport -instanceKlass org/eclipse/core/filesystem/IFileStore -instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JDTLSFilesystemActivator$1 -instanceKlass org/eclipse/jdt/ls/core/internal/filesystem/JDTLSFilesystemActivator -instanceKlass org/eclipse/core/filesystem/IFileSystem -instanceKlass org/eclipse/core/internal/filesystem/InternalFileSystemCore -instanceKlass org/eclipse/core/filesystem/EFS -instanceKlass org/eclipse/core/internal/localstore/FileStoreRoot -instanceKlass org/eclipse/core/filesystem/IFileInfo -instanceKlass org/eclipse/core/internal/resources/MarkerAttributeMap -instanceKlass org/eclipse/core/internal/resources/MarkerSet -instanceKlass org/eclipse/core/internal/resources/MarkerReader -instanceKlass org/eclipse/core/internal/watson/ElementTree$ChildIDsCache -instanceKlass @bci org/eclipse/core/internal/resources/SaveManager initSnap (Lorg/eclipse/core/runtime/IProgressMonitor;)V 67 argL0 ; # org/eclipse/core/internal/resources/SaveManager$$Lambda+0x000001e4251b1610 -instanceKlass java/io/FilenameFilter -instanceKlass @bci org/apache/maven/model/building/DefaultModelBuilder getInterpolatedProfiles (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/profile/DefaultProfileActivationContext;Lorg/apache/maven/model/building/DefaultModelProblemCollector;)Ljava/util/List; 205 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4251b4000 -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager cancel (Lorg/eclipse/core/internal/jobs/InternalJob;)Z 15 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e4251a4a20 -instanceKlass org/eclipse/core/internal/utils/ObjectMap -instanceKlass org/eclipse/core/internal/dtree/DataTreeLookup -instanceKlass org/eclipse/core/internal/dtree/DataTreeReader -instanceKlass org/eclipse/core/internal/watson/ElementTreeReader$1 -instanceKlass org/eclipse/core/internal/dtree/IDataFlattener -instanceKlass org/eclipse/core/internal/watson/ElementTreeReader -instanceKlass org/eclipse/core/resources/IFileState -instanceKlass org/eclipse/core/internal/events/BuilderPersistentInfo -instanceKlass org/eclipse/core/internal/resources/SyncInfoReader -instanceKlass org/eclipse/core/internal/resources/WorkspaceTreeReader -instanceKlass org/eclipse/core/resources/ISaveContext -instanceKlass org/eclipse/core/resources/ISavedState -instanceKlass org/eclipse/core/internal/resources/SaveManager -instanceKlass org/eclipse/core/internal/watson/IElementInfoFlattener -instanceKlass org/eclipse/core/internal/resources/SyncInfoWriter -instanceKlass org/eclipse/core/internal/resources/Synchronizer -instanceKlass org/eclipse/core/internal/resources/MarkerWriter -instanceKlass org/eclipse/core/internal/resources/MarkerDeltaManager -instanceKlass org/eclipse/core/internal/resources/MarkerTypeDefinitionCache$MarkerTypeDefinition -instanceKlass org/eclipse/core/internal/resources/MarkerTypeDefinitionCache -instanceKlass org/eclipse/core/internal/resources/MarkerInfo -instanceKlass org/eclipse/core/internal/resources/IMarkerSetElement -instanceKlass org/eclipse/core/internal/resources/MarkerManager -instanceKlass @bci org/eclipse/core/internal/events/NotificationManager$NotifyJob (Lorg/eclipse/core/internal/events/NotificationManager;)V 13 argL0 ; # org/eclipse/core/internal/events/NotificationManager$NotifyJob$$Lambda+0x000001e4251aaaf0 -instanceKlass org/eclipse/core/internal/events/ResourceChangeListenerList -instanceKlass org/eclipse/core/internal/events/NotificationManager -instanceKlass java/util/stream/SortedOps -instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getBundles0 (Ljava/lang/String;Ljava/lang/String;)Ljava/util/stream/Stream; 90 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519b0c8 -instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform getBundles0 (Ljava/lang/String;Ljava/lang/String;)Ljava/util/stream/Stream; 80 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42519ae98 -instanceKlass org/eclipse/core/internal/events/BuildManager$DeltaCache -instanceKlass org/eclipse/core/resources/ICommand -instanceKlass org/eclipse/core/resources/IResourceDelta -instanceKlass org/eclipse/core/internal/events/InternalBuilder -instanceKlass org/eclipse/core/resources/IBuildContext -instanceKlass org/eclipse/core/internal/events/BuildManager -instanceKlass org/eclipse/core/internal/resources/FilterTypeManager$1 -instanceKlass org/eclipse/core/internal/resources/FilterDescriptor -instanceKlass org/eclipse/core/resources/IFilterMatcherDescriptor -instanceKlass org/eclipse/core/internal/resources/FilterTypeManager -instanceKlass org/eclipse/core/resources/IProjectNatureDescriptor -instanceKlass org/eclipse/core/internal/resources/NatureManager -instanceKlass org/eclipse/core/internal/events/ILifecycleListener -instanceKlass org/eclipse/core/internal/resources/PathVariableManager -instanceKlass @bci org/eclipse/core/internal/resources/WorkspaceRoot getProject (Ljava/lang/String;)Lorg/eclipse/core/resources/IProject; 95 member ; # org/eclipse/core/internal/resources/WorkspaceRoot$$Lambda+0x000001e42519f0d0 -instanceKlass java/text/AttributedCharacterIterator$Attribute -instanceKlass java/text/FieldPosition$Delegate -instanceKlass java/text/Format$FieldDelegate -instanceKlass java/text/DigitList -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getNumberFormatProvider ()Ljava/text/spi/NumberFormatProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000067 -instanceKlass java/text/FieldPosition -instanceKlass java/text/Format -instanceKlass org/eclipse/core/internal/preferences/PreferencesService$1 -instanceKlass @bci org/eclipse/core/internal/preferences/PreferencesService getLookupOrder (Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String; 29 argL0 ; # org/eclipse/core/internal/preferences/PreferencesService$$Lambda+0x000001e425199dd0 -instanceKlass java/util/function/IntFunction -instanceKlass @bci org/eclipse/core/internal/localstore/FileSystemResourceManager (Lorg/eclipse/core/internal/resources/Workspace;)V 6 member ; # org/eclipse/core/internal/localstore/FileSystemResourceManager$$Lambda+0x000001e42519dd00 -instanceKlass org/eclipse/core/internal/localstore/RefreshLocalVisitor -instanceKlass org/eclipse/core/internal/localstore/ILocalStoreConstants -instanceKlass org/eclipse/core/internal/localstore/IHistoryStore -instanceKlass org/eclipse/core/internal/localstore/IUnifiedTreeVisitor -instanceKlass org/eclipse/core/internal/localstore/FileSystemResourceManager -instanceKlass org/eclipse/core/runtime/jobs/MultiRule -instanceKlass org/eclipse/core/internal/jobs/OrderedLock -instanceKlass org/eclipse/core/internal/resources/WorkManager$NotifyRule -instanceKlass org/eclipse/core/internal/resources/WorkManager -instanceKlass org/eclipse/core/runtime/NullProgressMonitor -instanceKlass org/eclipse/core/runtime/preferences/IExportedPreferences -instanceKlass @bci org/eclipse/core/internal/resources/WorkspacePreferences ()V 189 member ; # org/eclipse/core/internal/resources/WorkspacePreferences$$Lambda+0x000001e42519c000 -instanceKlass org/eclipse/core/runtime/Preferences$IPropertyChangeListener -instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences$INodeChangeListener -instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences$IPreferenceChangeListener -instanceKlass @bci org/eclipse/core/runtime/Plugin getPluginPreferences ()Lorg/eclipse/core/runtime/Preferences; 65 member ; # org/eclipse/core/runtime/Plugin$$Lambda+0x000001e42519a500 -instanceKlass org/eclipse/core/runtime/Preferences -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425199000 -instanceKlass lombok/eclipse/agent/PatchFixesShadowLoaded -instanceKlass lombok/core/LombokNode -instanceKlass lombok/core/DiagnosticsReceiver -instanceKlass lombok/launch/PatchFixesHider$Util -instanceKlass lombok/launch/PatchFixesHider$LombokDeps -instanceKlass lombok/launch/ClassFileMetaData -instanceKlass @bci jdk/internal/reflect/MethodHandleObjectFieldAccessorImpl set (Ljava/lang/Object;Ljava/lang/Object;)V 41 ; # java/lang/invoke/LambdaForm$MH+0x000001e425197c00 -instanceKlass lombok/launch/PackageShader -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425197000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425196c00 -instanceKlass @bci org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector resolveArtifactDescriptorAsync (Lorg/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector$Args;Lorg/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext;Lorg/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate$Results;)V 21 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425196800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425194400 -instanceKlass @cpi org/apache/maven/model/building/DefaultModelBuilder 1552 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425194000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425193000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425192000 -instanceKlass java/lang/constant/ClassDesc -instanceKlass java/io/ObjectOutput -instanceKlass java/io/ObjectStreamConstants -instanceKlass java/io/ObjectInput -instanceKlass java/lang/foreign/ValueLayout -instanceKlass java/lang/foreign/MemoryLayout -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425191000 -instanceKlass org/eclipse/core/internal/runtime/Product -instanceKlass org/eclipse/core/runtime/IProduct -instanceKlass lombok/patcher/scripts/WrapReturnValuesScript$1 -instanceKlass org/eclipse/osgi/internal/url/URLStreamHandlerProxy$1 -instanceKlass org/eclipse/osgi/internal/url/URLStreamHandlerSetter -instanceKlass org/eclipse/osgi/internal/url/NullURLStreamHandlerService -instanceKlass org/osgi/service/url/URLStreamHandlerSetter -instanceKlass @bci org/eclipse/osgi/internal/url/URLStreamHandlerFactoryImpl createInternalURLStreamHandler (Ljava/lang/String;)Ljava/net/URLStreamHandler; 18 member ; # org/eclipse/osgi/internal/url/URLStreamHandlerFactoryImpl$$Lambda+0x000001e4251365d8 -instanceKlass org/eclipse/equinox/internal/app/ProductExtensionBranding -instanceKlass org/eclipse/core/internal/runtime/FindSupport -instanceKlass org/eclipse/core/runtime/FileLocator -instanceKlass @bci org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl getBundles (Ljava/lang/String;Ljava/lang/String;)[Lorg/osgi/framework/Bundle; 281 argL0 ; # org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl$$Lambda+0x000001e4251363a8 -instanceKlass org/eclipse/core/runtime/SafeRunner -instanceKlass @bci org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper runInitializer (Lorg/eclipse/core/runtime/IConfigurationElement;)V 18 member ; # org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper$$Lambda+0x000001e425163b78 -instanceKlass org/eclipse/core/runtime/IExecutableExtensionFactory -instanceKlass org/eclipse/core/runtime/IExecutableExtension -instanceKlass org/eclipse/core/runtime/preferences/AbstractPreferenceInitializer -instanceKlass org/eclipse/core/internal/dtree/AbstractDataTree -instanceKlass org/eclipse/core/internal/dtree/AbstractDataTreeNode -instanceKlass org/eclipse/core/internal/watson/ElementTree -instanceKlass org/eclipse/core/internal/runtime/DataArea -instanceKlass org/eclipse/core/internal/runtime/MetaDataKeeper -instanceKlass org/eclipse/core/internal/resources/LocalMetaArea -instanceKlass org/eclipse/core/internal/resources/LocationValidator -instanceKlass org/eclipse/core/runtime/Platform$OS -instanceKlass org/eclipse/core/internal/utils/FileUtil -instanceKlass org/eclipse/core/internal/watson/IElementContentVisitor -instanceKlass org/eclipse/core/resources/IResourceFilterDescription -instanceKlass org/eclipse/core/resources/team/IResourceTree -instanceKlass org/eclipse/core/resources/IMarker -instanceKlass org/eclipse/core/resources/IResourceProxy -instanceKlass org/eclipse/core/runtime/Platform -instanceKlass org/eclipse/core/resources/team/FileModificationValidationContext -instanceKlass org/eclipse/core/resources/IPathVariableManager -instanceKlass org/eclipse/core/internal/resources/ModelObject -instanceKlass org/eclipse/core/resources/team/IMoveDeleteHook -instanceKlass org/eclipse/core/resources/IProject -instanceKlass org/eclipse/core/resources/IProjectDescription -instanceKlass org/eclipse/core/internal/resources/InternalTeamHook -instanceKlass org/eclipse/core/internal/watson/IElementComparator -instanceKlass org/eclipse/core/internal/dtree/IComparator -instanceKlass org/eclipse/core/resources/ISynchronizer -instanceKlass org/eclipse/core/resources/IResourceRuleFactory -instanceKlass org/eclipse/core/resources/IBuildConfiguration -instanceKlass org/eclipse/core/internal/properties/IPropertyManager -instanceKlass org/eclipse/core/internal/resources/IManager -instanceKlass org/eclipse/core/resources/IWorkspaceDescription -instanceKlass org/eclipse/core/resources/IFile -instanceKlass org/eclipse/core/resources/IEncodedStorage -instanceKlass org/eclipse/core/resources/IStorage -instanceKlass org/eclipse/core/resources/IFolder -instanceKlass org/eclipse/core/internal/watson/IPathRequestor -instanceKlass org/eclipse/core/internal/resources/ResourceInfo -instanceKlass org/eclipse/core/internal/utils/IStringPoolParticipant -instanceKlass org/eclipse/core/runtime/ICoreRunnable -instanceKlass org/eclipse/core/internal/watson/IElementTreeData -instanceKlass org/eclipse/core/internal/jobs/WorkerPool -instanceKlass org/eclipse/core/internal/jobs/JobQueue -instanceKlass org/eclipse/core/internal/jobs/DeadlockDetector -instanceKlass org/eclipse/core/internal/jobs/LockManager -instanceKlass org/eclipse/core/runtime/jobs/JobChangeAdapter -instanceKlass @bci org/eclipse/core/internal/jobs/JobManager ()V 52 member ; # org/eclipse/core/internal/jobs/JobManager$$Lambda+0x000001e425182420 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 50 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425182210 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 41 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425182000 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 32 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180c58 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 23 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180a48 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 14 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180838 -instanceKlass @bci org/eclipse/core/internal/jobs/JobListeners ()V 5 argL0 ; # org/eclipse/core/internal/jobs/JobListeners$$Lambda+0x000001e425180628 -instanceKlass @cpi org/eclipse/core/internal/jobs/JobListeners 385 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425181000 -instanceKlass org/eclipse/core/internal/jobs/JobListeners$IListenerDoit -instanceKlass org/eclipse/core/runtime/jobs/IJobChangeEvent -instanceKlass org/eclipse/core/internal/jobs/JobListeners -instanceKlass org/eclipse/core/internal/jobs/ImplicitJobs -instanceKlass org/eclipse/core/internal/jobs/JobManager$1 -instanceKlass org/eclipse/core/runtime/ProgressMonitorWrapper -instanceKlass org/eclipse/core/runtime/IProgressMonitorWithBlocking -instanceKlass org/eclipse/core/internal/jobs/InternalJobGroup -instanceKlass org/eclipse/core/runtime/jobs/ILock -instanceKlass org/eclipse/core/runtime/jobs/IJobChangeListener -instanceKlass org/eclipse/core/internal/jobs/JobManager -instanceKlass org/eclipse/core/runtime/jobs/IJobManager -instanceKlass org/eclipse/core/internal/jobs/JobOSGiUtils -instanceKlass org/eclipse/core/internal/jobs/JobActivator -instanceKlass org/eclipse/core/resources/IWorkspaceRoot -instanceKlass org/eclipse/core/resources/IContainer -instanceKlass org/eclipse/core/resources/IResource -instanceKlass org/eclipse/core/runtime/jobs/ISchedulingRule -instanceKlass org/eclipse/core/runtime/PlatformObject -instanceKlass org/eclipse/core/internal/resources/ICoreConstants -instanceKlass @bci java/time/format/DateTimeFormatter ()V 1075 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x80000000e -instanceKlass @bci java/time/format/DateTimeFormatter ()V 1067 argL0 ; # java/time/format/DateTimeFormatter$$Lambda+0x80000000d -instanceKlass java/time/Period -instanceKlass java/time/chrono/ChronoPeriod -instanceKlass java/time/format/DateTimeFormatterBuilder$TextPrinterParser -instanceKlass java/time/format/DateTimeTextProvider$1 -instanceKlass java/time/format/DateTimeTextProvider -instanceKlass java/time/format/DateTimeTextProvider$LocaleStore -instanceKlass java/time/format/DateTimeFormatterBuilder$InstantPrinterParser -instanceKlass java/time/format/DateTimeFormatterBuilder$StringLiteralPrinterParser -instanceKlass java/time/format/DateTimeFormatterBuilder$ZoneIdPrinterParser -instanceKlass java/time/format/DateTimeFormatterBuilder$OffsetIdPrinterParser -instanceKlass java/time/format/DecimalStyle -instanceKlass java/time/format/DateTimeFormatterBuilder$CompositePrinterParser -instanceKlass java/time/chrono/AbstractChronology -instanceKlass java/time/chrono/Chronology -instanceKlass java/time/format/DateTimeFormatterBuilder$CharLiteralPrinterParser -instanceKlass java/time/format/DateTimeFormatterBuilder$NumberPrinterParser -instanceKlass java/time/format/DateTimeFormatterBuilder$DateTimePrinterParser -instanceKlass java/time/temporal/JulianFields -instanceKlass java/time/temporal/IsoFields -instanceKlass @bci java/time/format/DateTimeFormatterBuilder ()V 0 argL0 ; # java/time/format/DateTimeFormatterBuilder$$Lambda+0x80000000f -instanceKlass java/time/temporal/TemporalQuery -instanceKlass java/time/format/DateTimeFormatterBuilder -instanceKlass java/time/format/DateTimeFormatter -instanceKlass org/eclipse/osgi/internal/debug/EclipseDebugTrace -instanceKlass org/eclipse/core/internal/utils/Policy$1 -instanceKlass org/eclipse/core/runtime/IProgressMonitor -instanceKlass org/eclipse/core/internal/utils/Policy -instanceKlass org/eclipse/core/resources/ResourcesPlugin$WorkspaceInitCustomizer -instanceKlass org/eclipse/core/resources/IWorkspace -instanceKlass org/eclipse/core/runtime/IAdaptable -instanceKlass org/eclipse/jdt/ls/core/internal/managers/ProjectsManager -instanceKlass org/eclipse/jdt/ls/core/internal/managers/IProjectsManager -instanceKlass org/eclipse/core/resources/ISaveParticipant -instanceKlass org/eclipse/core/internal/runtime/LogServiceFactory -instanceKlass org/eclipse/equinox/internal/app/AppCommands -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 ; # java/lang/invoke/LambdaForm$MH+0x000001e425175400 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425175000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425174c00 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form names 6 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425174800 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425174400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425174000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425173400 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 form names 10 function resolvedHandle form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425173000 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425172c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425172000 -instanceKlass org/eclipse/equinox/internal/app/EclipseAppContainer$RegisterService -instanceKlass org/eclipse/equinox/app/IApplicationContext -instanceKlass org/osgi/service/application/ApplicationHandle -instanceKlass org/osgi/service/application/ApplicationDescriptor -instanceKlass org/eclipse/osgi/service/runnable/ApplicationLauncher -instanceKlass org/eclipse/osgi/service/runnable/ApplicationRunnable -instanceKlass org/eclipse/equinox/internal/app/IBranding -instanceKlass org/eclipse/osgi/service/runnable/ParameterizedRunnable -instanceKlass org/eclipse/equinox/internal/app/EclipseAppContainer -instanceKlass org/osgi/service/application/ScheduledApplication -instanceKlass org/eclipse/equinox/internal/app/AppPersistence -instanceKlass org/eclipse/equinox/internal/app/Activator -instanceKlass org/eclipse/equinox/internal/app/CommandLineArgs -instanceKlass org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences -instanceKlass org/eclipse/core/internal/preferences/legacy/ProductPreferencesService -instanceKlass org/eclipse/core/internal/preferences/exchange/IProductPreferencesService -instanceKlass org/eclipse/core/internal/runtime/AuthorizationHandler -instanceKlass org/eclipse/core/runtime/IBundleGroupProvider -instanceKlass @bci org/eclipse/core/internal/runtime/InternalPlatform ()V 98 argL0 ; # org/eclipse/core/internal/runtime/InternalPlatform$$Lambda+0x000001e42516a8a0 -instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42516b000 -instanceKlass org/eclipse/core/runtime/ILog -instanceKlass org/eclipse/core/internal/runtime/InternalPlatform -instanceKlass org/eclipse/core/runtime/Plugin -instanceKlass org/eclipse/equinox/internal/frameworkadmin/equinox/Log -instanceKlass org/eclipse/equinox/internal/provisional/configuratormanipulator/ConfiguratorManipulator -instanceKlass java/lang/Process -instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/Manipulator -instanceKlass org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl -instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/FrameworkAdmin -instanceKlass org/osgi/util/promise/DeferredPromiseImpl$ResolveWith -instanceKlass @bci org/osgi/util/promise/PromiseFactory$All run ()V 81 member ; # org/osgi/util/promise/PromiseFactory$All$$Lambda+0x000001e425167448 -instanceKlass @cpi org/eclipse/m2e/core/internal/project/registry/BasicProjectRegistry 241 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425168000 -instanceKlass org/osgi/util/promise/PromiseImpl$Result -instanceKlass org/osgi/util/promise/PromiseFactory$All -instanceKlass org/osgi/util/promise/PromiseImpl$InlineCallback -instanceKlass org/eclipse/core/runtime/QualifiedName -instanceKlass org/apache/felix/scr/impl/inject/methods/ActivateMethod$1 -instanceKlass org/apache/felix/scr/impl/inject/MethodResult -instanceKlass org/eclipse/core/internal/content/ContentTypeManager$ContentTypeRegistryChangeListener -instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$OpenStatusImpl -instanceKlass org/apache/felix/scr/impl/manager/SingleComponentManager$1 -instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethod$1 -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$Resolved -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$MethodInfo -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$1 -instanceKlass org/eclipse/core/internal/content/BasicDescription -instanceKlass org/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener -instanceKlass org/eclipse/core/runtime/content/IContentTypeManager$ISelectionPolicy -instanceKlass org/eclipse/core/internal/preferences/BundleStateScopeServiceFactory -instanceKlass org/eclipse/core/internal/preferences/Activator$1 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425166c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425166800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425166400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425166000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425165c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425165800 -instanceKlass org/eclipse/core/internal/registry/ExtensionRegistry$ListenerInfo -instanceKlass org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper -instanceKlass @bci org/eclipse/jdt/ls/core/internal/JavaLanguageServerPlugin$1 run (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus; 22 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425165400 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/JavaLanguageServerPlugin$1 run (Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus; 22 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425165000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164800 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/BundleUtils startBundle (Ljava/lang/String;)V 60 argL1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425164400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425164000 -instanceKlass org/eclipse/core/runtime/ListenerList$ListenerListIterator -instanceKlass org/eclipse/core/internal/preferences/OSGiPreferencesServiceManager -instanceKlass org/osgi/service/prefs/PreferencesService -instanceKlass org/eclipse/core/internal/preferences/AbstractScope -instanceKlass org/eclipse/core/runtime/Path -instanceKlass org/eclipse/core/runtime/Path$Constants -instanceKlass org/eclipse/core/runtime/IPath -instanceKlass org/eclipse/core/internal/preferences/ImmutableMap -instanceKlass org/eclipse/core/internal/preferences/EclipsePreferences -instanceKlass org/eclipse/core/runtime/preferences/IScope -instanceKlass org/eclipse/core/runtime/preferences/IEclipsePreferences -instanceKlass org/eclipse/core/internal/preferences/PreferencesService -instanceKlass org/eclipse/core/runtime/preferences/IPreferencesService -instanceKlass org/eclipse/core/internal/preferences/exchange/ILegacyPreferences -instanceKlass org/eclipse/core/internal/preferences/PreferencesOSGiUtils -instanceKlass org/eclipse/core/internal/preferences/Activator -instanceKlass org/eclipse/core/runtime/preferences/IScopeContext -instanceKlass org/eclipse/core/internal/content/ContentTypeBuilder -instanceKlass org/eclipse/core/internal/content/ContentTypeCatalog -instanceKlass org/apache/felix/scr/impl/inject/ValueUtils -instanceKlass org/eclipse/core/internal/content/ILazySource -instanceKlass org/eclipse/core/internal/adapter/AdapterManagerListener -instanceKlass org/eclipse/core/internal/runtime/IAdapterManagerProvider -instanceKlass org/eclipse/core/runtime/IRegistryEventListener -instanceKlass org/eclipse/core/internal/registry/osgi/RegistryCommandProvider -instanceKlass org/eclipse/osgi/framework/console/CommandProvider -instanceKlass org/eclipse/core/internal/registry/RegistryProviderFactory -instanceKlass org/eclipse/core/internal/registry/osgi/RegistryProviderOSGI -instanceKlass org/eclipse/core/internal/registry/TemporaryObjectManager -instanceKlass org/eclipse/core/internal/registry/RegistryIndexChildren -instanceKlass org/eclipse/core/internal/registry/RegistryIndexElement -instanceKlass org/eclipse/core/internal/registry/CombinedEventDelta -instanceKlass org/eclipse/core/internal/registry/Contribution -instanceKlass org/eclipse/core/runtime/Assert -instanceKlass java/lang/invoke/DirectMethodHandle$1 -instanceKlass org/eclipse/core/internal/runtime/LocalizationUtils -instanceKlass org/eclipse/core/runtime/Status -instanceKlass @bci jdk/internal/reflect/MethodHandleObjectFieldAccessorImpl set (Ljava/lang/Object;Ljava/lang/Object;)V 29 ; # java/lang/invoke/LambdaForm$MH+0x000001e425158800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425158400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425158000 -instanceKlass @bci org/eclipse/osgi/util/NLS ()V 7 argL0 ; # org/eclipse/osgi/util/NLS$$Lambda+0x000001e425134e10 -instanceKlass org/eclipse/osgi/util/NLS -instanceKlass org/eclipse/core/internal/runtime/ResourceTranslator -instanceKlass org/eclipse/core/runtime/spi/RegistryContributor -instanceKlass org/eclipse/core/runtime/IContributor -instanceKlass org/eclipse/core/runtime/ContributorFactoryOSGi -instanceKlass org/eclipse/core/internal/registry/osgi/EclipseBundleListener -instanceKlass org/eclipse/osgi/compatibility/state/ReadOnlyState -instanceKlass org/eclipse/core/internal/registry/HashtableOfStringAndInt -instanceKlass org/eclipse/core/internal/registry/KeyedHashSet -instanceKlass org/eclipse/core/runtime/IConfigurationElement -instanceKlass org/eclipse/core/internal/registry/Handle -instanceKlass org/eclipse/core/internal/registry/RegistryObjectManager -instanceKlass org/eclipse/core/internal/registry/IObjectManager -instanceKlass @bci org/eclipse/core/internal/registry/RegistryProperties getContextProperty (Ljava/lang/String;)Ljava/lang/String; 18 member ; # org/eclipse/core/internal/registry/RegistryProperties$$Lambda+0x000001e4251529f0 -instanceKlass org/eclipse/core/internal/registry/RegistryTimestamp -instanceKlass org/eclipse/core/internal/registry/TableReader -instanceKlass org/eclipse/core/runtime/ListenerList -instanceKlass org/eclipse/core/internal/registry/ReadWriteMonitor -instanceKlass org/eclipse/core/internal/registry/RegistryObjectFactory -instanceKlass org/eclipse/core/runtime/ISafeRunnable -instanceKlass org/eclipse/core/runtime/IExtensionPoint -instanceKlass org/eclipse/core/runtime/IExtensionDelta -instanceKlass org/eclipse/core/runtime/IExtension -instanceKlass org/eclipse/core/internal/registry/RegistryObject -instanceKlass org/eclipse/core/internal/registry/KeyedElement -instanceKlass org/eclipse/core/internal/registry/ExtensionRegistry -instanceKlass org/eclipse/core/runtime/spi/IDynamicExtensionRegistry -instanceKlass org/eclipse/core/runtime/IExtensionRegistry -instanceKlass org/eclipse/core/runtime/RegistryFactory -instanceKlass org/eclipse/core/internal/registry/ReferenceMap$IEntry -instanceKlass org/eclipse/core/internal/registry/ReferenceMap -instanceKlass org/eclipse/core/internal/registry/osgi/OSGIUtils -instanceKlass org/eclipse/core/internal/registry/osgi/EquinoxUtils -instanceKlass org/eclipse/core/internal/registry/RegistryProperties -instanceKlass org/eclipse/core/runtime/spi/IRegistryProvider -instanceKlass org/eclipse/core/runtime/spi/RegistryStrategy -instanceKlass org/eclipse/core/internal/registry/osgi/Activator -instanceKlass org/eclipse/core/runtime/IRegistryChangeListener -instanceKlass org/eclipse/core/internal/content/IContentTypeInfo -instanceKlass org/eclipse/core/runtime/content/IContentDescription -instanceKlass org/eclipse/core/runtime/content/IContentType -instanceKlass org/eclipse/core/runtime/content/IContentTypeSettings -instanceKlass org/osgi/service/prefs/Preferences -instanceKlass org/apache/felix/scr/impl/inject/internal/ComponentConstructorImpl -instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethods$1 -instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethod -instanceKlass org/apache/felix/scr/impl/inject/methods/BindMethods -instanceKlass org/apache/felix/scr/impl/inject/ReferenceMethods -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$NotApplicable -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$NotResolved -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod$State -instanceKlass org/apache/felix/scr/impl/inject/BaseParameter -instanceKlass org/apache/felix/scr/impl/inject/methods/BaseMethod -instanceKlass org/eclipse/core/internal/content/ContentTypeMatcher -instanceKlass org/eclipse/core/runtime/content/IContentTypeManager -instanceKlass org/eclipse/core/runtime/content/IContentTypeMatcher -instanceKlass org/apache/felix/scr/impl/helper/ComponentServiceObjectsHelper -instanceKlass org/apache/felix/scr/impl/manager/EdgeInfo -instanceKlass org/apache/felix/scr/impl/manager/ComponentContextImpl$ComponentInstanceImpl -instanceKlass org/osgi/service/component/ComponentInstance -instanceKlass org/apache/felix/scr/impl/manager/ComponentContextImpl -instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager$RegStateWrapper -instanceKlass org/apache/felix/scr/impl/BundleComponentActivator$ListenerInfo -instanceKlass org/apache/felix/scr/impl/manager/ServiceTracker$AbstractTracked -instanceKlass org/apache/felix/scr/impl/manager/ExtendedServiceListener -instanceKlass org/apache/felix/scr/impl/manager/ServiceTracker -instanceKlass org/apache/felix/scr/impl/helper/Coercions -instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$AbstractCustomizer -instanceKlass org/apache/felix/scr/impl/inject/RefPair -instanceKlass org/apache/felix/scr/impl/manager/DependencyManager$Customizer -instanceKlass org/apache/felix/scr/impl/manager/ServiceTrackerCustomizer -instanceKlass org/apache/felix/scr/impl/inject/OpenStatus -instanceKlass org/apache/felix/scr/impl/manager/DependencyManager -instanceKlass org/apache/felix/scr/impl/manager/ReferenceManager -instanceKlass org/osgi/util/promise/Deferred -instanceKlass org/apache/felix/scr/impl/inject/ScrComponentContext -instanceKlass org/apache/felix/scr/component/ExtComponentContext -instanceKlass org/apache/felix/scr/impl/manager/SingleComponentManager$SetImplementationObject -instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager -instanceKlass org/apache/felix/scr/impl/helper/ConfigAdminTracker$1 -instanceKlass org/apache/felix/scr/impl/helper/ConfigAdminTracker -instanceKlass java/util/Timer$ThreadReaper -instanceKlass java/util/TaskQueue -instanceKlass java/util/Timer -instanceKlass org/apache/felix/scr/impl/inject/ComponentConstructor -instanceKlass org/apache/felix/scr/impl/inject/LifecycleMethod -instanceKlass org/apache/felix/scr/impl/inject/internal/ComponentMethodsImpl -instanceKlass org/apache/felix/scr/impl/metadata/TargetedPID -instanceKlass java/util/concurrent/CompletionStage -instanceKlass org/osgi/util/promise/PromiseImpl -instanceKlass org/osgi/util/promise/Promise -instanceKlass org/osgi/util/promise/PromiseFactory -instanceKlass org/osgi/util/promise/Promises -instanceKlass org/apache/felix/scr/impl/inject/ComponentMethods -instanceKlass org/osgi/service/component/ComponentFactory -instanceKlass org/apache/felix/scr/impl/manager/AbstractComponentManager -instanceKlass org/apache/felix/scr/impl/manager/ComponentManager -instanceKlass org/apache/felix/scr/impl/manager/ConfigurableComponentHolder -instanceKlass org/apache/felix/scr/impl/manager/ComponentContainer -instanceKlass org/apache/felix/scr/impl/ComponentRegistryKey -instanceKlass org/apache/felix/scr/impl/metadata/PropertyMetadata -instanceKlass org/apache/felix/scr/impl/metadata/ReferenceMetadata -instanceKlass org/apache/felix/scr/impl/metadata/ServiceMetadata -instanceKlass org/apache/felix/scr/impl/metadata/ComponentMetadata -instanceKlass org/apache/felix/scr/impl/xml/XmlConstants -instanceKlass com/sun/org/apache/xerces/internal/impl/Constants$ArrayEnumeration -instanceKlass com/sun/org/apache/xerces/internal/impl/Constants -instanceKlass com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$LocatorProxy -instanceKlass org/xml/sax/ext/Locator2 -instanceKlass org/xml/sax/Locator -instanceKlass com/sun/org/apache/xerces/internal/util/XMLSymbols -instanceKlass com/sun/org/apache/xerces/internal/util/XMLChar -instanceKlass com/sun/xml/internal/stream/Entity -instanceKlass com/sun/xml/internal/stream/util/BufferAllocator -instanceKlass com/sun/xml/internal/stream/util/ThreadLocalBufferAllocator -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$EncodingInfo -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLLimitAnalyzer -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource -instanceKlass com/sun/org/apache/xerces/internal/util/ErrorHandlerWrapper -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLErrorHandler -instanceKlass com/sun/org/apache/xerces/internal/impl/ExternalSubsetResolver -instanceKlass com/sun/org/apache/xerces/internal/util/EntityResolverWrapper -instanceKlass org/xml/sax/ext/EntityResolver2 -instanceKlass org/xml/sax/InputSource -instanceKlass com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser$AttributesProxy -instanceKlass org/xml/sax/ext/Attributes2 -instanceKlass org/xml/sax/Attributes -instanceKlass org/xml/sax/AttributeList -instanceKlass com/sun/org/apache/xerces/internal/util/FeatureState -instanceKlass com/sun/org/apache/xerces/internal/util/PropertyState -instanceKlass com/sun/org/apache/xerces/internal/impl/msg/XMLMessageFormatter -instanceKlass com/sun/org/apache/xerces/internal/util/MessageFormatter -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLVersionDetector -instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationManager -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NMTOKENDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/NOTATIONDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ENTITYDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/ListDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDREFDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/IDDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/dtd/StringDatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DatatypeValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/DTDDVFactory -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/DTDGrammarBucket -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLAttributeDecl -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLSimpleType -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLElementDecl -instanceKlass com/sun/org/apache/xerces/internal/impl/validation/ValidationState -instanceKlass com/sun/org/apache/xerces/internal/impl/dv/ValidationContext -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidator -instanceKlass com/sun/org/apache/xerces/internal/impl/RevalidationHandler -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDValidatorFilter -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentFilter -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLEntityDecl -instanceKlass com/sun/org/apache/xerces/internal/impl/dtd/XMLDTDProcessor -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelFilter -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDFilter -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDScanner -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDContentModelSource -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDTDSource -instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLDTDDescription -instanceKlass com/sun/org/apache/xerces/internal/xni/grammars/XMLGrammarDescription -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$TrailingMiscDriver -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$PrologDriver -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentScannerImpl$XMLDeclDriver -instanceKlass com/sun/org/apache/xerces/internal/util/NamespaceSupport -instanceKlass com/sun/org/apache/xerces/internal/xni/NamespaceContext -instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl$Attribute -instanceKlass com/sun/org/apache/xerces/internal/util/XMLAttributesImpl -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLAttributes -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$FragmentContentDriver -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$Driver -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack2 -instanceKlass com/sun/org/apache/xerces/internal/xni/QName -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl$ElementStack -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLString -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner -instanceKlass com/sun/xml/internal/stream/XMLBufferListener -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityHandler -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentScanner -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLDocumentSource -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLErrorReporter -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityScanner -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLLocator -instanceKlass com/sun/xml/internal/stream/XMLEntityStorage -instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer -instanceKlass com/sun/org/apache/xerces/internal/util/AugmentationsImpl -instanceKlass com/sun/org/apache/xerces/internal/xni/Augmentations -instanceKlass com/sun/org/apache/xerces/internal/util/XMLResourceIdentifierImpl -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLResourceIdentifier -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLEntityResolver -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponent -instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable$Entry -instanceKlass com/sun/org/apache/xerces/internal/util/SymbolTable -instanceKlass jdk/xml/internal/JdkConstants -instanceKlass jdk/xml/internal/JdkXmlUtils -instanceKlass com/sun/org/apache/xerces/internal/util/ParserConfigurationSettings -instanceKlass com/sun/org/apache/xerces/internal/parsers/XML11Configurable -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLPullParserConfiguration -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLParserConfiguration -instanceKlass com/sun/org/apache/xerces/internal/xni/parser/XMLComponentManager -instanceKlass com/sun/org/apache/xerces/internal/parsers/XMLParser -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDContentModelHandler -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDTDHandler -instanceKlass com/sun/org/apache/xerces/internal/xni/XMLDocumentHandler -instanceKlass org/xml/sax/XMLReader -instanceKlass org/xml/sax/Parser -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager -instanceKlass javax/xml/parsers/SAXParser -instanceKlass com/sun/org/apache/xerces/internal/xs/PSVIProvider -instanceKlass com/sun/org/apache/xerces/internal/jaxp/JAXPConstants -instanceKlass @bci javax/xml/parsers/FactoryFinder newInstance (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/ClassLoader;ZZ)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d4f50 -instanceKlass @bci jdk/xml/internal/SecuritySupport getContextClassLoader ()Ljava/lang/ClassLoader; 0 argL0 ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4ae8 -instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 104 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d48d0 -instanceKlass javax/xml/parsers/FactoryFinder$1 -instanceKlass @bci jdk/xml/internal/SecuritySupport getFileInputStream (Ljava/io/File;)Ljava/io/FileInputStream; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4498 -instanceKlass @bci jdk/xml/internal/SecuritySupport doesFileExist (Ljava/io/File;)Z 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d4280 -instanceKlass @bci javax/xml/parsers/FactoryFinder find (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object; 6 member ; # javax/xml/parsers/FactoryFinder$$Lambda+0x000001e4250d4068 -instanceKlass @bci jdk/xml/internal/SecuritySupport getSystemProperty (Ljava/lang/String;)Ljava/lang/String; 1 member ; # jdk/xml/internal/SecuritySupport$$Lambda+0x000001e4250d3e50 -instanceKlass jdk/xml/internal/SecuritySupport -instanceKlass javax/xml/parsers/FactoryFinder -instanceKlass javax/xml/parsers/SAXParserFactory -instanceKlass org/xml/sax/helpers/DefaultHandler -instanceKlass org/xml/sax/ErrorHandler -instanceKlass org/xml/sax/ContentHandler -instanceKlass org/xml/sax/DTDHandler -instanceKlass org/xml/sax/EntityResolver -instanceKlass org/apache/felix/scr/impl/BundleComponentActivator -instanceKlass org/apache/felix/scr/impl/manager/ComponentActivator -instanceKlass org/apache/felix/scr/impl/manager/ExtendedServiceListenerContext -instanceKlass org/eclipse/core/internal/runtime/IAdapterFactoryExt -instanceKlass org/eclipse/core/internal/runtime/AdapterFactoryBridge$LazyAdapterFactory -instanceKlass org/eclipse/core/internal/runtime/AdapterFactoryBridge -instanceKlass org/eclipse/core/runtime/IAdapterFactory -instanceKlass org/eclipse/core/internal/runtime/TracingOptions$1 -instanceKlass org/eclipse/core/internal/runtime/TracingOptions -instanceKlass java/util/AbstractMap$1$1 -instanceKlass org/osgi/service/url/URLStreamHandlerService -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller current ()Ljava/util/Optional; 4 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425133000 -instanceKlass @bci org/eclipse/jdt/internal/compiler/util/Messages buildVariants (Ljava/lang/String;)[Ljava/lang/String; 24 argL2 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425132000 -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller trackCurrent ()Ljava/util/Optional; 19 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425131ca8 -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller getCurrent ()Ljava/util/Optional; 12 member ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425131a70 -instanceKlass org/eclipse/core/runtime/ServiceCaller$ReferenceAndService -instanceKlass org/eclipse/core/internal/runtime/AdapterManager -instanceKlass org/eclipse/core/runtime/IAdapterManager -instanceKlass org/eclipse/core/internal/runtime/PlatformURLConverter -instanceKlass org/eclipse/core/internal/runtime/RuntimeLog -instanceKlass org/eclipse/core/runtime/IStatus -instanceKlass org/eclipse/core/internal/runtime/PlatformLogWriter -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceImpl -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V 39 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e425130000 -instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 26 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f850 -instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 17 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f620 -instanceKlass @bci org/osgi/framework/FrameworkUtil getBundle (Ljava/lang/Class;)Lorg/osgi/framework/Bundle; 1 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511f408 -instanceKlass @bci org/eclipse/core/runtime/ServiceCaller (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)V 31 argL0 ; # org/eclipse/core/runtime/ServiceCaller$$Lambda+0x000001e42512ec88 -instanceKlass org/eclipse/core/runtime/ServiceCaller -instanceKlass org/eclipse/core/internal/runtime/Activator -instanceKlass org/apache/felix/scr/impl/config/ScrMetaTypeProviderServiceFactory -instanceKlass org/apache/felix/scr/impl/config/ScrManagedServiceServiceFactory -instanceKlass org/apache/felix/scr/impl/ComponentCommands$2 -instanceKlass org/apache/felix/scr/impl/ComponentCommands$1 -instanceKlass org/apache/felix/scr/impl/ComponentCommands -instanceKlass org/apache/felix/scr/impl/Activator$ScrExtension -instanceKlass org/apache/felix/scr/impl/ComponentActorThread$1 -instanceKlass org/apache/felix/scr/impl/ComponentActorThread -instanceKlass org/apache/felix/scr/impl/runtime/ServiceComponentRuntimeImpl -instanceKlass java/util/TimerTask -instanceKlass org/apache/felix/scr/impl/manager/RegionConfigurationSupport -instanceKlass org/apache/felix/scr/impl/manager/ComponentHolder -instanceKlass org/apache/felix/scr/impl/ComponentRegistry -instanceKlass org/apache/felix/scr/impl/logger/ScrLogManager$1 -instanceKlass org/apache/felix/scr/impl/logger/LogManager$LogDomain -instanceKlass org/apache/felix/scr/impl/logger/LogManager$Lock -instanceKlass org/apache/felix/scr/impl/logger/LogManager$LoggerFacade -instanceKlass org/apache/felix/scr/impl/logger/BundleLogger -instanceKlass org/apache/felix/scr/impl/logger/ComponentLogger -instanceKlass org/apache/felix/scr/impl/logger/ScrLogger -instanceKlass org/apache/felix/scr/impl/logger/InternalLogger -instanceKlass org/apache/felix/scr/impl/logger/ScrLoggerFactory -instanceKlass org/osgi/service/component/ComponentContext -instanceKlass org/osgi/service/component/ComponentServiceObjects -instanceKlass org/apache/felix/scr/impl/inject/internal/ClassUtils -instanceKlass org/apache/felix/scr/impl/config/ScrConfigurationImpl -instanceKlass org/osgi/service/component/runtime/ServiceComponentRuntime -instanceKlass org/apache/felix/scr/impl/manager/ScrConfiguration -instanceKlass org/apache/felix/scr/impl/logger/LogConfiguration -instanceKlass org/apache/felix/scr/impl/AbstractExtender -instanceKlass org/eclipse/osgi/internal/loader/buddy/PolicyHandler -instanceKlass org/apache/aries/spifly/WeavingData -instanceKlass org/apache/aries/spifly/ConsumerRestriction -instanceKlass org/apache/aries/spifly/MethodRestriction -instanceKlass org/apache/aries/spifly/ArgRestrictions -instanceKlass org/apache/aries/spifly/BundleDescriptor -instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 177 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425127000 -instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 161 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123d18 -instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 149 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123b08 -instanceKlass @bci org/apache/aries/spifly/BaseActivator addConsumerWeavingData (Lorg/osgi/framework/Bundle;Ljava/lang/String;)V 141 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e4251238d8 -instanceKlass org/apache/aries/spifly/ConsumerBundleTrackerCustomizer -instanceKlass ch/qos/logback/classic/spi/LogbackServiceProvider -instanceKlass org/slf4j/spi/SLF4JServiceProvider -instanceKlass java/util/Formattable -instanceKlass java/time/LocalTime$1 -instanceKlass sun/util/locale/provider/LocaleResources -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDecimalFormatSymbolsProvider ()Ljava/text/spi/DecimalFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000066 -instanceKlass java/text/DecimalFormatSymbols -instanceKlass sun/util/resources/Bundles$2 -instanceKlass sun/util/resources/Bundles$CacheKeyReference -instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter applyAliases (Ljava/util/Locale;)Ljava/util/Locale; 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x80000005f -instanceKlass sun/util/resources/LocaleData$LocaleDataResourceBundleProvider -instanceKlass java/util/spi/ResourceBundleProvider -instanceKlass sun/util/resources/Bundles$CacheKey -instanceKlass sun/util/resources/Bundles -instanceKlass sun/util/resources/LocaleData$LocaleDataStrategy -instanceKlass sun/util/resources/Bundles$Strategy -instanceKlass sun/util/resources/LocaleData$1 -instanceKlass sun/util/resources/LocaleData -instanceKlass java/util/Locale$Builder -instanceKlass sun/util/locale/provider/CalendarDataUtility -instanceKlass sun/util/locale/provider/AvailableLanguageTags -instanceKlass @bci sun/util/locale/provider/JRELocaleProviderAdapter getDateFormatSymbolsProvider ()Ljava/text/spi/DateFormatSymbolsProvider; 8 member ; # sun/util/locale/provider/JRELocaleProviderAdapter$$Lambda+0x800000065 -instanceKlass sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo -instanceKlass jdk/internal/module/ModulePatcher$PatchedModuleReader -instanceKlass @bci sun/util/cldr/CLDRLocaleProviderAdapter ()V 4 argL0 ; # sun/util/cldr/CLDRLocaleProviderAdapter$$Lambda+0x800000061 -instanceKlass sun/util/locale/InternalLocaleBuilder$CaseInsensitiveChar -instanceKlass sun/util/locale/InternalLocaleBuilder -instanceKlass sun/util/locale/StringTokenIterator -instanceKlass sun/util/locale/ParseStatus -instanceKlass sun/util/locale/LanguageTag -instanceKlass sun/util/cldr/CLDRBaseLocaleDataMetaInfo -instanceKlass sun/util/locale/provider/LocaleDataMetaInfo -instanceKlass sun/util/locale/provider/ResourceBundleBasedAdapter -instanceKlass sun/util/locale/provider/LocaleProviderAdapter -instanceKlass java/util/spi/LocaleServiceProvider -instanceKlass java/text/DateFormatSymbols -instanceKlass java/time/LocalDate$1 -instanceKlass java/time/ZonedDateTime$1 -instanceKlass java/util/Calendar -instanceKlass java/util/Formatter$FixedString -instanceKlass java/util/Formatter$DateTime -instanceKlass java/util/Formatter$Flags -instanceKlass java/util/Formatter$FormatSpecifier -instanceKlass java/util/Formatter$FormatString -instanceKlass java/util/Formatter$Conversion -instanceKlass @bci java/util/regex/Pattern Range (II)Ljava/util/regex/Pattern$CharPredicate; 23 member ; # java/util/regex/Pattern$$Lambda+0x80000002a -instanceKlass java/util/Formatter -instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadPropertyResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 14 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001e4250d04b0 -instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper newResourceBundle (Ljava/lang/Class;)Ljava/util/ResourceBundle; 22 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x800000010 -instanceKlass @bci java/util/ResourceBundle$ResourceBundleProviderHelper loadResourceBundle (Ljava/lang/Module;Ljava/lang/Module;Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle; 13 member ; # java/util/ResourceBundle$ResourceBundleProviderHelper$$Lambda+0x000001e4250cfdf0 -instanceKlass java/util/ResourceBundle$ResourceBundleProviderHelper -instanceKlass java/util/ResourceBundle$3 -instanceKlass @bci java/util/ResourceBundle getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/util/ResourceBundle$$Lambda+0x000001e4250cf9b0 -instanceKlass java/util/ResourceBundle$CacheKeyReference -instanceKlass java/util/ResourceBundle$CacheKey -instanceKlass java/util/ResourceBundle$Control -instanceKlass java/util/logging/Level$RbAccess -instanceKlass @bci java/util/logging/LogRecord inferCaller ()V 18 member ; # java/util/logging/LogRecord$$Lambda+0x000001e4250cef40 -instanceKlass java/lang/StackStreamFactory$FrameBuffer -instanceKlass java/lang/StackStreamFactory -instanceKlass @bci java/util/logging/LogRecord$CallerFinder get ()Ljava/util/Optional; 4 member ; # java/util/logging/LogRecord$CallerFinder$$Lambda+0x000001e4250cd7f0 -instanceKlass @bci java/util/logging/LogRecord$CallerFinder ()V 0 argL0 ; # java/util/logging/LogRecord$CallerFinder$$Lambda+0x000001e4250cd1c0 -instanceKlass java/util/logging/LogRecord$CallerFinder -instanceKlass java/time/zone/Ser -instanceKlass java/io/Externalizable -instanceKlass java/time/zone/ZoneRulesProvider$1 -instanceKlass java/time/zone/ZoneRulesProvider -instanceKlass sun/util/calendar/ZoneInfoFile$ZoneOffsetTransitionRule -instanceKlass sun/util/calendar/ZoneInfoFile$1 -instanceKlass sun/util/calendar/ZoneInfoFile -instanceKlass java/util/TimeZone -instanceKlass java/util/logging/LogManager$CloseOnReset -instanceKlass java/util/logging/StreamHandler$1 -instanceKlass java/util/logging/Handler$1 -instanceKlass java/util/logging/ErrorManager -instanceKlass jdk/internal/logger/SimpleConsoleLogger$Formatting -instanceKlass @bci java/util/logging/SimpleFormatter ()V 5 argL0 ; # java/util/logging/SimpleFormatter$$Lambda+0x000001e4250cae90 -instanceKlass java/util/logging/Formatter -instanceKlass java/time/Clock -instanceKlass java/time/InstantSource -instanceKlass java/util/logging/LogRecord -instanceKlass org/apache/aries/spifly/ProviderServiceFactory -instanceKlass ch/qos/logback/classic/servlet/LogbackServletContainerInitializer -instanceKlass jakarta/servlet/ServletContainerInitializer -instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle$1 -instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer$ServiceDetails -instanceKlass org/eclipse/osgi/storage/bundlefile/ZipBundleFile$1 -instanceKlass @bci org/eclipse/osgi/storage/bundlefile/ZipBundleFile getPaths ()Ljava/lang/Iterable; 1 member ; # org/eclipse/osgi/storage/bundlefile/ZipBundleFile$$Lambda+0x000001e42511e760 -instanceKlass @bci org/apache/aries/spifly/BaseActivator registerProviderBundle (Ljava/lang/String;Lorg/osgi/framework/Bundle;Ljava/util/Map;)V 33 member ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425123028 -instanceKlass org/apache/aries/spifly/Pair -instanceKlass @bci org/apache/aries/spifly/BaseActivator registerProviderBundle (Ljava/lang/String;Lorg/osgi/framework/Bundle;Ljava/util/Map;)V 5 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e425122be8 -instanceKlass @bci org/osgi/framework/FrameworkUtil ()V 27 member ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511e538 -instanceKlass org/osgi/framework/connect/FrameworkUtilHelper -instanceKlass @bci org/osgi/framework/FrameworkUtil ()V 8 argL0 ; # org/osgi/framework/FrameworkUtil$$Lambda+0x000001e42511e138 -instanceKlass org/osgi/framework/FrameworkUtil -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 ; # java/lang/invoke/LambdaForm$MH+0x000001e425124800 -instanceKlass @bci org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable markNullStatus (Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;I)V 4 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425124400 -instanceKlass @bci aQute/bnd/header/Attrs mergeWith (LaQute/bnd/header/Attrs;Z)V 4 member ; # aQute/bnd/header/Attrs$$Lambda+0x000001e4251229c0 -instanceKlass @cpi aQute/bnd/header/Attrs 639 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425124000 -instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 58 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e4251227b0 -instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 50 member ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425122578 -instanceKlass java/util/AbstractMap$SimpleImmutableEntry -instanceKlass @bci aQute/bnd/stream/EntryPipeline values ()Ljava/util/stream/Stream; 4 argL0 ; # aQute/bnd/stream/EntryPipeline$$Lambda+0x000001e425122348 -instanceKlass @bci aQute/bnd/stream/EntryPipeline filterKey (Ljava/util/function/Predicate;)LaQute/bnd/stream/MapStream; 14 member ; # aQute/bnd/stream/EntryPipeline$$Lambda+0x000001e425122100 -instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 27 member ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121eb8 -instanceKlass sun/invoke/util/VerifyAccess$1 -instanceKlass aQute/bnd/stream/EntryPipeline -instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 15 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121878 -instanceKlass @bci org/apache/aries/spifly/ProviderBundleTrackerCustomizer getFromAutoProviderProperty (Lorg/osgi/framework/Bundle;Ljava/util/Map;)Ljava/util/Map$Entry; 7 argL0 ; # org/apache/aries/spifly/ProviderBundleTrackerCustomizer$$Lambda+0x000001e425121648 -instanceKlass aQute/bnd/stream/MapStream -instanceKlass org/apache/aries/spifly/SpiFlyConstants -instanceKlass org/apache/aries/spifly/ConsumerHeaderProcessor -instanceKlass @bci aQute/bnd/header/OSGiHeader parseHeader (Ljava/lang/String;LaQute/service/reporter/Reporter;LaQute/bnd/header/Parameters;)LaQute/bnd/header/Parameters; 437 member ; # aQute/bnd/header/OSGiHeader$$Lambda+0x000001e425120c60 -instanceKlass @bci aQute/bnd/header/Attrs ()V 72 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120a50 -instanceKlass @bci aQute/bnd/header/Attrs ()V 64 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120840 -instanceKlass @bci aQute/bnd/header/Attrs ()V 56 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120630 -instanceKlass @bci aQute/bnd/header/Attrs ()V 48 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120420 -instanceKlass @bci aQute/bnd/header/Attrs ()V 40 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120210 -instanceKlass @bci aQute/bnd/header/Attrs ()V 32 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e425120000 -instanceKlass @bci aQute/bnd/header/Attrs ()V 24 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e42511bdd0 -instanceKlass @bci aQute/bnd/header/Attrs ()V 16 argL0 ; # aQute/bnd/header/Attrs$$Lambda+0x000001e42511bbc0 -instanceKlass aQute/bnd/header/Attrs$DataType -instanceKlass aQute/bnd/header/Attrs -instanceKlass aQute/libg/qtokens/QuotedTokenizer -instanceKlass @bci java/util/regex/Pattern union (Ljava/util/regex/Pattern$CharPredicate;Ljava/util/regex/Pattern$CharPredicate;Z)Ljava/util/regex/Pattern$CharPredicate; 6 member ; # java/util/regex/Pattern$$Lambda+0x800000032 -instanceKlass @bci java/util/regex/CharPredicates ASCII_WORD ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x000001e4250c93f0 -instanceKlass aQute/bnd/header/OSGiHeader -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$CaseInsentiveEntry -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$EntryIterator -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$KeyIterator -instanceKlass java/util/ResourceBundle$1 -instanceKlass jdk/internal/access/JavaUtilResourceBundleAccess -instanceKlass java/util/ResourceBundle -instanceKlass @bci org/eclipse/osgi/storage/Storage lambda$7 (Ljava/util/List;Ljava/lang/String;)Ljava/util/stream/Stream; 7 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e425117c80 -instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 37 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001e4250c8720 -instanceKlass java/util/function/BooleanSupplier -instanceKlass @bci java/util/stream/StreamSpliterators$WrappingSpliterator initPartialTraversalState ()V 24 member ; # java/util/stream/StreamSpliterators$WrappingSpliterator$$Lambda+0x000001e4250c8290 -instanceKlass java/util/stream/StreamSpliterators -instanceKlass java/util/stream/AbstractSpinedBuffer -instanceKlass org/eclipse/osgi/internal/container/InternalUtils$1 -instanceKlass java/util/stream/StreamSpliterators$AbstractWrappingSpliterator -instanceKlass @bci java/util/stream/AbstractPipeline spliterator ()Ljava/util/Spliterator; 103 member ; # java/util/stream/AbstractPipeline$$Lambda+0x000001e4250c7498 -instanceKlass @bci org/eclipse/osgi/storage/Storage findEntries (Ljava/util/List;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/Enumeration; 101 argL0 ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e425117800 -instanceKlass @bci org/eclipse/osgi/storage/Storage findEntries (Ljava/util/List;Ljava/lang/String;Ljava/lang/String;I)Ljava/util/Enumeration; 91 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e4251175c8 -instanceKlass org/eclipse/osgi/storage/ManifestLocalization$BundleResourceBundle -instanceKlass org/eclipse/osgi/storage/ManifestLocalization -instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer -instanceKlass org/osgi/util/tracker/BundleTracker -instanceKlass @bci org/apache/aries/spifly/BaseActivator start (Lorg/osgi/framework/BundleContext;Ljava/lang/String;)V 46 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e42511a648 -instanceKlass @bci org/apache/aries/spifly/BaseActivator start (Lorg/osgi/framework/BundleContext;Ljava/lang/String;)V 20 argL0 ; # org/apache/aries/spifly/BaseActivator$$Lambda+0x000001e42511a418 -instanceKlass aQute/bnd/header/Parameters -instanceKlass java/util/AbstractList$Itr -instanceKlass @bci org/eclipse/osgi/internal/weaving/WovenClassImpl notifyWovenClassListeners ()V 1 member ; # org/eclipse/osgi/internal/weaving/WovenClassImpl$$Lambda+0x000001e425116a70 -instanceKlass org/osgi/framework/hooks/weaving/WovenClassListener -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl$FrameworkHookRegistration getSafeService (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Lorg/eclipse/osgi/internal/serviceregistry/ServiceConsumer;)Ljava/lang/Object; 17 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl$FrameworkHookRegistration$$Lambda+0x000001e425116638 -instanceKlass org/apache/aries/spifly/Util -instanceKlass org/objectweb/asm/Opcodes -instanceKlass org/objectweb/asm/ClassVisitor -instanceKlass org/apache/aries/spifly/dynamic/ClientWeavingHook -instanceKlass java/util/logging/Logger$SystemLoggerHelper$1 -instanceKlass java/util/logging/Logger$SystemLoggerHelper -instanceKlass java/util/logging/LogManager$4 -instanceKlass jdk/internal/logger/BootstrapLogger$BootstrapExecutors -instanceKlass jdk/internal/logger/LoggerFinderLoader -instanceKlass @bci java/lang/System$LoggerFinder accessProvider ()Ljava/lang/System$LoggerFinder; 8 argL0 ; # java/lang/System$LoggerFinder$$Lambda+0x000001e4250c62e0 -instanceKlass java/util/stream/Streams -instanceKlass java/util/stream/Stream$Builder -instanceKlass java/util/stream/Streams$AbstractStreamBuilderImpl -instanceKlass @bci java/util/logging/Level$KnownLevel findByName (Ljava/lang/String;Ljava/util/function/Function;)Ljava/util/Optional; 29 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000023 -instanceKlass java/util/ArrayList$ArrayListSpliterator -instanceKlass @bci java/util/logging/Level findLevel (Ljava/lang/String;)Ljava/util/logging/Level; 13 argL0 ; # java/util/logging/Level$$Lambda+0x800000011 -instanceKlass java/util/logging/LogManager$LoggerContext$1 -instanceKlass java/util/logging/LogManager$VisitedLoggers -instanceKlass java/util/logging/LogManager$2 -instanceKlass java/util/logging/LogManager$LoggingProviderAccess -instanceKlass java/util/logging/LogManager$LogNode -instanceKlass java/util/logging/LogManager$LoggerContext -instanceKlass java/util/logging/LogManager$1 -instanceKlass java/util/logging/LogManager -instanceKlass java/util/logging/Logger$ConfigurationData -instanceKlass java/util/logging/Logger$LoggerBundle -instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 49 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000022 -instanceKlass @bci java/util/logging/Level$KnownLevel add (Ljava/util/logging/Level;)V 19 argL0 ; # java/util/logging/Level$KnownLevel$$Lambda+0x800000021 -instanceKlass java/util/logging/Level -instanceKlass java/util/logging/Handler -instanceKlass java/util/logging/Logger -instanceKlass org/osgi/util/tracker/BundleTrackerCustomizer -instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$DefineClassResult -instanceKlass org/apache/aries/spifly/BaseActivator -instanceKlass org/osgi/framework/hooks/weaving/WeavingHook -instanceKlass org/eclipse/osgi/internal/weaving/WeavingHookConfigurator$WovenClassContext -instanceKlass org/eclipse/osgi/internal/weaving/WovenClassImpl -instanceKlass org/osgi/framework/hooks/weaving/WovenClass -instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathManager$DefineContext -instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$3 -instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerStartLevel$2 -instanceKlass java/util/concurrent/CountDownLatch -instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainerAdaptor$1$1 -instanceKlass @bci org/eclipse/osgi/internal/framework/EquinoxEventPublisher notifyEventHooksPrivileged (Lorg/osgi/framework/BundleEvent;Ljava/util/Collection;)V 98 member ; # org/eclipse/osgi/internal/framework/EquinoxEventPublisher$$Lambda+0x000001e4251144c0 -instanceKlass org/osgi/framework/hooks/bundle/EventHook -instanceKlass org/eclipse/osgi/container/ModuleResolutionReport -instanceKlass java/util/concurrent/ConcurrentLinkedQueue$Node -instanceKlass org/apache/felix/resolver/ResolverImpl$EnhancedExecutor -instanceKlass org/apache/felix/resolver/util/OpenHashMap$MapEntry -instanceKlass org/apache/felix/resolver/util/OpenHashMap$MapIterator -instanceKlass org/apache/felix/resolver/util/OpenHashMap$1 -instanceKlass org/eclipse/osgi/container/ModuleResolutionReport$EntryImpl -instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Entry -instanceKlass @bci org/eclipse/osgi/internal/framework/FilterImpl$Equal compare_Version (Lorg/osgi/framework/Version;)Z 3 argL0 ; # org/eclipse/osgi/internal/framework/FilterImpl$Equal$$Lambda+0x000001e425111050 -instanceKlass org/apache/felix/resolver/Candidates$PopulateResult -instanceKlass org/osgi/service/resolver/HostedCapability -instanceKlass org/apache/felix/resolver/Candidates -instanceKlass org/apache/felix/resolver/Util -instanceKlass org/apache/felix/resolver/ResolverImpl$ResolveSession -instanceKlass org/eclipse/osgi/container/ModuleResolver$ResolveProcess$DynamicFragments -instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess removeSubstituted (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510fd48 -instanceKlass @bci org/eclipse/osgi/container/ModuleResolver removeNonEffectiveCapabilities (Ljava/util/Collection;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$$Lambda+0x000001e42510fb00 -instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess filterDisabled (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510f8b8 -instanceKlass java/util/Collections$ReverseComparator2 -instanceKlass java/util/Collections$ReverseComparator -instanceKlass @bci java/util/Comparator comparing (Ljava/util/function/Function;)Ljava/util/Comparator; 6 member ; # java/util/Comparator$$Lambda+0x000001e4250c3b68 -instanceKlass @bci org/eclipse/osgi/container/ModuleResolver$ResolveProcess resolveNonPayLoadFragments ()Ljava/util/Map; 84 argL0 ; # org/eclipse/osgi/container/ModuleResolver$ResolveProcess$$Lambda+0x000001e42510f688 -instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory$CoreResolverHook -instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Listener -instanceKlass @bci org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory getHookReferences (Lorg/eclipse/osgi/internal/serviceregistry/ServiceRegistry;Lorg/eclipse/osgi/internal/framework/BundleContextImpl;)[Lorg/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl; 2 member ; # org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory$$Lambda+0x000001e42510ebf0 -instanceKlass org/eclipse/osgi/container/ModuleResolutionReport$Builder -instanceKlass org/osgi/service/resolver/ResolveContext -instanceKlass org/eclipse/osgi/container/ModuleDatabase$1 -instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLock$Permits -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42510c400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42510c000 -instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager$EventThread$Queued -instanceKlass @bci org/eclipse/osgi/framework/eventmgr/EventManager getEventThread ()Lorg/eclipse/osgi/framework/eventmgr/EventManager$EventThread; 24 member ; # org/eclipse/osgi/framework/eventmgr/EventManager$$Lambda+0x000001e42510b8a8 -instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerWiring$1 -instanceKlass org/osgi/dto/DTO -instanceKlass @bci org/eclipse/osgi/internal/framework/BundleContextImpl notifyFindHooksPriviledged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/util/Collection;)V 73 member ; # org/eclipse/osgi/internal/framework/BundleContextImpl$$Lambda+0x000001e4251097c8 -instanceKlass org/osgi/framework/hooks/bundle/FindHook -instanceKlass org/eclipse/osgi/framework/util/FilePath -instanceKlass sun/nio/ch/FileChannelImpl$Closer -instanceKlass sun/nio/fs/WindowsChannelFactory$Flags -instanceKlass sun/nio/fs/WindowsChannelFactory$1 -instanceKlass sun/nio/fs/WindowsChannelFactory -instanceKlass org/eclipse/core/runtime/internal/adaptor/ConsoleManager -instanceKlass org/eclipse/core/runtime/internal/adaptor/DefaultStartupMonitor -instanceKlass org/eclipse/osgi/service/runnable/StartupMonitor -instanceKlass java/lang/Thread$Builder$OfVirtual -instanceKlass java/lang/Thread$Builder$OfPlatform -instanceKlass java/lang/Thread$Builder -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceFactoryUse$1 -instanceKlass java/util/LinkedList$ListItr -instanceKlass java/util/LinkedList$Node -instanceKlass org/eclipse/osgi/internal/resolver/StateImpl -instanceKlass org/eclipse/osgi/service/resolver/GenericSpecification -instanceKlass org/eclipse/osgi/service/resolver/ImportPackageSpecification -instanceKlass org/eclipse/osgi/service/resolver/ExportPackageDescription -instanceKlass org/eclipse/osgi/service/resolver/NativeCodeSpecification -instanceKlass org/eclipse/osgi/service/resolver/NativeCodeDescription -instanceKlass org/eclipse/osgi/service/resolver/BundleDescription -instanceKlass org/eclipse/osgi/service/resolver/BundleSpecification -instanceKlass org/eclipse/osgi/service/resolver/GenericDescription -instanceKlass org/eclipse/osgi/service/resolver/BaseDescription -instanceKlass org/eclipse/osgi/service/resolver/HostSpecification -instanceKlass org/eclipse/osgi/service/resolver/VersionConstraint -instanceKlass org/eclipse/osgi/internal/resolver/StateObjectFactoryImpl -instanceKlass org/eclipse/osgi/service/resolver/Resolver -instanceKlass org/eclipse/osgi/service/resolver/State -instanceKlass org/eclipse/osgi/service/resolver/StateObjectFactory -instanceKlass org/eclipse/osgi/compatibility/state/PlatformAdminImpl -instanceKlass org/eclipse/osgi/service/resolver/PlatformAdmin -instanceKlass org/eclipse/osgi/compatibility/state/Activator -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer$2 -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer$1 -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceConsumer -instanceKlass org/eclipse/osgi/service/security/TrustEngine -instanceKlass org/eclipse/osgi/internal/signedcontent/SignedContentConstants -instanceKlass org/eclipse/osgi/internal/signedcontent/SignedBundleHook$1 -instanceKlass org/eclipse/osgi/internal/framework/XMLParsingServiceFactory -instanceKlass org/eclipse/osgi/storage/BundleLocalizationImpl -instanceKlass org/eclipse/osgi/service/localization/BundleLocalization -instanceKlass org/eclipse/osgi/storage/url/BundleURLConverter -instanceKlass org/eclipse/osgi/service/urlconversion/URLConverter -instanceKlass org/apache/felix/resolver/Logger -instanceKlass org/apache/felix/resolver/ResolutionError -instanceKlass org/apache/felix/resolver/util/OpenHashMap -instanceKlass org/apache/felix/resolver/ResolverImpl -instanceKlass org/osgi/service/resolver/Resolver -instanceKlass org/eclipse/osgi/internal/framework/legacy/StartLevelImpl -instanceKlass org/eclipse/osgi/internal/framework/legacy/PackageAdminImpl -instanceKlass org/osgi/service/condition/ConditionImpl -instanceKlass org/osgi/service/condition/Condition -instanceKlass java/net/ContentHandler -instanceKlass java/net/ContentHandlerFactory -instanceKlass org/eclipse/osgi/internal/url/EquinoxFactoryManager -instanceKlass org/eclipse/osgi/internal/log/ConfigAdminListener -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 ; # java/lang/invoke/LambdaForm$MH+0x000001e4250b9400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e4250b9000 -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8c00 -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyFindHooksPrivileged (Lorg/eclipse/osgi/internal/framework/BundleContextImpl;Ljava/lang/String;Ljava/lang/String;ZLjava/util/Collection;)V 102 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bbac0 -instanceKlass @cpi org/eclipse/osgi/internal/serviceregistry/ServiceRegistry 1084 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8800 -instanceKlass org/osgi/framework/hooks/service/FindHook -instanceKlass org/eclipse/osgi/internal/serviceregistry/ShrinkableCollection -instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$Parser -instanceKlass org/eclipse/osgi/internal/framework/FilterImpl -instanceKlass org/osgi/util/tracker/AbstractTracked -instanceKlass org/osgi/util/tracker/ServiceTracker -instanceKlass org/eclipse/osgi/internal/log/EventAdminAdapter -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$2 -instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Snapshot$SnapshotIterator -instanceKlass org/eclipse/osgi/framework/eventmgr/ListenerQueue -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyEventListenerHooksPrivileged (Lorg/osgi/framework/ServiceEvent;Ljava/util/Map;)V 78 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bd8a0 -instanceKlass org/osgi/framework/hooks/service/EventListenerHook -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyEventHooksPrivileged (Lorg/osgi/framework/ServiceEvent;Ljava/util/Collection;)V 78 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250bd0e8 -instanceKlass org/osgi/framework/hooks/service/EventHook -instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Snapshot -instanceKlass org/osgi/framework/PrototypeServiceFactory -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$CaseInsensitiveKey -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceReferenceImpl -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceUse -instanceKlass @bci org/eclipse/core/internal/resources/Workspace countResources (Lorg/eclipse/core/runtime/IPath;IZ)I 61 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8400 -instanceKlass @bci org/eclipse/osgi/internal/serviceregistry/ServiceRegistry notifyListenerHooksPrivileged (Ljava/util/Collection;Z)V 106 member ; # org/eclipse/osgi/internal/serviceregistry/ServiceRegistry$$Lambda+0x000001e4250b66d8 -instanceKlass @cpi org/eclipse/osgi/internal/serviceregistry/ServiceRegistry 1107 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250b8000 -instanceKlass org/eclipse/osgi/internal/serviceregistry/HookContext -instanceKlass org/osgi/framework/UnfilteredServiceListener -instanceKlass org/eclipse/osgi/internal/serviceregistry/FilteredServiceListener -instanceKlass org/osgi/framework/hooks/service/ListenerHook$ListenerInfo -instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap$Entry -instanceKlass org/eclipse/osgi/framework/eventmgr/CopyOnWriteIdentityMap -instanceKlass org/eclipse/osgi/internal/log/OrderedExecutor -instanceKlass org/eclipse/osgi/internal/framework/BundleContextImpl$2 -instanceKlass org/osgi/service/startlevel/StartLevel -instanceKlass org/osgi/service/packageadmin/PackageAdmin -instanceKlass org/eclipse/osgi/internal/framework/SystemBundleActivator -instanceKlass org/eclipse/osgi/internal/loader/classpath/TitleVersionVendor -instanceKlass org/eclipse/osgi/internal/loader/classpath/ManifestPackageAttributes -instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathEntry$PDEData -instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathEntry -instanceKlass org/eclipse/osgi/internal/loader/classpath/FragmentClasspath -instanceKlass org/eclipse/osgi/internal/loader/classpath/ClasspathManager -instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$ClassNameLock$1 -instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$ClassNameLock -instanceKlass org/eclipse/osgi/internal/container/KeyBasedLockStore -instanceKlass org/eclipse/osgi/internal/loader/BundleLoaderSources -instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$1 -instanceKlass org/eclipse/osgi/internal/loader/sources/PackageSource -instanceKlass java/util/concurrent/ForkJoinPool$2 -instanceKlass jdk/internal/access/JavaUtilConcurrentFJPAccess -instanceKlass java/util/concurrent/ForkJoinPool$DefaultForkJoinWorkerThreadFactory -instanceKlass java/util/concurrent/ForkJoinPool$WorkQueue -instanceKlass java/lang/ApplicationShutdownHooks$1 -instanceKlass java/lang/ApplicationShutdownHooks -instanceKlass java/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory -instanceKlass org/eclipse/osgi/internal/framework/StorageSaver$StorageSaverTask -instanceKlass org/eclipse/osgi/internal/framework/StorageSaver -instanceKlass java/util/concurrent/Executors$RunnableAdapter -instanceKlass java/util/concurrent/FutureTask$WaitNode -instanceKlass java/util/concurrent/FutureTask -instanceKlass jdk/internal/vm/ThreadContainers -instanceKlass jdk/internal/vm/StackableScope -instanceKlass java/util/concurrent/RunnableScheduledFuture -instanceKlass java/util/concurrent/ScheduledFuture -instanceKlass java/util/concurrent/Delayed -instanceKlass java/util/concurrent/RunnableFuture -instanceKlass java/util/concurrent/Future -instanceKlass java/util/concurrent/ThreadPoolExecutor$AbortPolicy -instanceKlass java/util/concurrent/AbstractExecutorService -instanceKlass java/util/concurrent/ScheduledExecutorService -instanceKlass java/util/concurrent/ExecutorService -instanceKlass java/util/concurrent/Executors -instanceKlass org/eclipse/osgi/internal/framework/ContextFinder$1 -instanceKlass org/osgi/framework/ServiceObjects -instanceKlass org/eclipse/osgi/internal/framework/BundleContextImpl -instanceKlass org/osgi/framework/hooks/service/ListenerHook -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistrationImpl -instanceKlass org/osgi/framework/ServiceRegistration -instanceKlass org/eclipse/osgi/internal/serviceregistry/ServiceRegistry -instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager -instanceKlass org/eclipse/osgi/internal/framework/EquinoxEventPublisher -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250adc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad400 -instanceKlass org/eclipse/osgi/storage/bundlefile/BundleEntry -instanceKlass org/eclipse/osgi/container/ModuleDatabase$2 -instanceKlass java/util/ArrayList$SubList$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ad000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250acc00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e4250ac800 -instanceKlass @bci org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey hashCode ()I 1 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e4250ac400 -instanceKlass @cpi org/eclipse/jdt/internal/core/builder/NameEnvironment 988 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e4250ac000 -instanceKlass java/lang/reflect/AnnotatedType -instanceKlass java/lang/reflect/TypeVariable -instanceKlass org/eclipse/osgi/container/ModuleWiring$LoaderInitializer -instanceKlass org/eclipse/osgi/container/ModuleWiring -instanceKlass org/eclipse/osgi/container/ModuleWire -instanceKlass org/osgi/framework/wiring/BundleWire -instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry -instanceKlass java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet$1 -instanceKlass org/eclipse/osgi/internal/container/Capabilities$NamespaceSet -instanceKlass org/eclipse/osgi/container/ModuleRequirement -instanceKlass org/osgi/framework/wiring/BundleRequirement -instanceKlass org/eclipse/osgi/container/ModuleRevision$2 -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$8 -instanceKlass org/eclipse/osgi/container/ModuleCapability -instanceKlass org/osgi/framework/wiring/BundleCapability -instanceKlass org/osgi/resource/Capability -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$3 -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$2 -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$1 -instanceKlass org/eclipse/osgi/internal/container/NamespaceList -instanceKlass org/eclipse/osgi/container/ModuleRevision$1 -instanceKlass org/osgi/framework/wiring/BundleWiring -instanceKlass org/osgi/resource/Wiring -instanceKlass org/eclipse/osgi/container/ModuleRevision -instanceKlass org/eclipse/osgi/container/ModuleRevisions -instanceKlass org/osgi/framework/wiring/BundleRevisions -instanceKlass org/lombokweb/asm/Opcodes -instanceKlass org/lombokweb/asm/Handler -instanceKlass lombok/patcher/MethodLogistics -instanceKlass org/lombokweb/asm/Label -instanceKlass org/lombokweb/asm/Type -instanceKlass org/lombokweb/asm/Frame -instanceKlass org/lombokweb/asm/Context -instanceKlass org/lombokweb/asm/Attribute -instanceKlass lombok/patcher/scripts/ExitFromMethodEarlyScript$1 -instanceKlass org/lombokweb/asm/ByteVector -instanceKlass org/lombokweb/asm/Symbol -instanceKlass org/lombokweb/asm/SymbolTable -instanceKlass org/lombokweb/asm/FieldVisitor -instanceKlass org/lombokweb/asm/MethodVisitor -instanceKlass org/lombokweb/asm/AnnotationVisitor -instanceKlass org/lombokweb/asm/ModuleVisitor -instanceKlass org/lombokweb/asm/RecordComponentVisitor -instanceKlass org/lombokweb/asm/ClassReader -instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder$2 -instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder$GenericInfo$1 -instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder$GenericInfo -instanceKlass org/eclipse/osgi/container/ModuleRevisionBuilder -instanceKlass org/osgi/resource/Wire -instanceKlass org/eclipse/osgi/container/ModuleDatabase$Persistence -instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerStartLevel -instanceKlass org/eclipse/osgi/container/ModuleContainer$ContainerWiring -instanceKlass org/eclipse/osgi/container/ModuleResolver -instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLock -instanceKlass org/eclipse/osgi/internal/container/LockSet -instanceKlass org/osgi/framework/startlevel/FrameworkStartLevel -instanceKlass org/osgi/framework/wiring/FrameworkWiring -instanceKlass org/osgi/resource/Requirement -instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport -instanceKlass org/eclipse/osgi/container/ModuleContainer -instanceKlass org/eclipse/osgi/internal/container/Capabilities -instanceKlass org/eclipse/osgi/container/Module -instanceKlass org/osgi/framework/startlevel/BundleStartLevel -instanceKlass org/eclipse/osgi/container/ModuleDatabase -instanceKlass java/util/concurrent/LinkedBlockingQueue$Node -instanceKlass java/util/concurrent/RejectedExecutionHandler -instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainerAdaptor$1 -instanceKlass java/util/concurrent/LinkedTransferQueue$DualNode -instanceKlass java/util/concurrent/TransferQueue -instanceKlass java/util/concurrent/atomic/AtomicReference -instanceKlass org/eclipse/osgi/internal/container/AtomicLazyInitializer -instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$BundleCollisionHook -instanceKlass org/osgi/framework/ServiceReference -instanceKlass org/osgi/framework/hooks/resolver/ResolverHook -instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks$CoreResolverHookFactory -instanceKlass org/osgi/framework/hooks/resolver/ResolverHookFactory -instanceKlass org/eclipse/osgi/container/ModuleCollisionHook -instanceKlass org/eclipse/osgi/internal/framework/OSGiFrameworkHooks -instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$1 -instanceKlass org/eclipse/osgi/container/ModuleLoader -instanceKlass java/util/concurrent/Callable -instanceKlass java/util/concurrent/BlockingQueue -instanceKlass java/util/concurrent/Executor -instanceKlass org/eclipse/osgi/internal/permadmin/SecurityRow -instanceKlass org/eclipse/osgi/internal/permadmin/PermissionAdminTable -instanceKlass org/osgi/service/permissionadmin/PermissionInfo -instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionInfo -instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionUpdate -instanceKlass org/eclipse/osgi/internal/permadmin/SecurityAdmin -instanceKlass org/osgi/service/condpermadmin/ConditionalPermissionAdmin -instanceKlass org/osgi/service/permissionadmin/PermissionAdmin -instanceKlass org/eclipse/osgi/storage/PermissionData -instanceKlass @bci org/eclipse/osgi/storage/Storage connectPersistentBundles (Ljava/util/List;)V 2 member ; # org/eclipse/osgi/storage/Storage$$Lambda+0x000001e42509d340 -instanceKlass @cpi org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor 165 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099c00 -instanceKlass org/eclipse/osgi/storage/BundleInfo$Generation -instanceKlass org/eclipse/osgi/storage/BundleInfo -instanceKlass org/eclipse/osgi/framework/util/ObjectPool -instanceKlass jdk/internal/util/ByteArray -instanceKlass org/eclipse/osgi/storagemanager/StorageManager$Entry -instanceKlass org/eclipse/osgi/framework/internal/reliablefile/ReliableFile$CacheInfo -instanceKlass java/util/ComparableTimSort -instanceKlass java/lang/Shutdown$Lock -instanceKlass java/lang/Shutdown -instanceKlass java/io/DeleteOnExitHook$1 -instanceKlass java/io/DeleteOnExitHook -instanceKlass @bci org/eclipse/osgi/framework/internal/reliablefile/ReliableFile createTempFile (Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File; 61 argL0 ; # org/eclipse/osgi/framework/internal/reliablefile/ReliableFile$$Lambda+0x000001e4250934f8 -instanceKlass java/util/function/IntUnaryOperator -instanceKlass org/eclipse/osgi/framework/internal/reliablefile/ReliableFile -instanceKlass sun/nio/ch/FileKey -instanceKlass sun/nio/ch/FileLockTable -instanceKlass sun/nio/ch/NativeThread -instanceKlass java/nio/channels/FileLock -instanceKlass sun/nio/ch/NativeThreadSet -instanceKlass sun/nio/ch/IOUtil -instanceKlass sun/nio/ch/NativeDispatcher -instanceKlass java/nio/file/attribute/FileAttribute -instanceKlass java/nio/channels/spi/AbstractInterruptibleChannel -instanceKlass java/nio/channels/InterruptibleChannel -instanceKlass java/nio/channels/ScatteringByteChannel -instanceKlass java/nio/channels/GatheringByteChannel -instanceKlass java/nio/channels/SeekableByteChannel -instanceKlass java/nio/channels/ByteChannel -instanceKlass java/nio/channels/WritableByteChannel -instanceKlass java/nio/channels/ReadableByteChannel -instanceKlass java/nio/channels/Channel -instanceKlass org/eclipse/osgi/internal/location/Locker_JavaNio -instanceKlass org/eclipse/osgi/storagemanager/StorageManager -instanceKlass java/util/HashMap$HashMapSpliterator -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 92 member ; # java/lang/SecurityManager$$Lambda+0x000001e425032670 -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 76 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425032440 -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 66 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425032200 -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 47 member ; # java/lang/SecurityManager$$Lambda+0x000001e425031fd8 -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 31 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031da8 -instanceKlass @bci java/lang/SecurityManager nonExportedPkgs (Ljava/lang/module/ModuleDescriptor;)Ljava/util/Set; 21 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031b68 -instanceKlass @cpi org/apache/maven/utils/Os 183 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099800 -instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 59 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031948 -instanceKlass @cpi org/eclipse/core/internal/net/Policy 113 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099400 -instanceKlass @cpi com/google/inject/spi/BindingSourceRestriction 105 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425099000 -instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 49 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031718 -instanceKlass @cpi org/eclipse/jdt/internal/apt/pluggable/core/dispatch/IdeProcessingEnvImpl 332 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098c00 -instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 39 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e4250314e8 -instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 29 member ; # java/lang/SecurityManager$$Lambda+0x000001e4250312a0 -instanceKlass @cpi java/lang/SecurityManager 518 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098800 -instanceKlass @cpi java/util/Comparator 259 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425098400 -instanceKlass @bci java/lang/SecurityManager addNonExportedPackages (Ljava/lang/ModuleLayer;)V 17 argL0 ; # java/lang/SecurityManager$$Lambda+0x000001e425031070 -# instanceKlass java/net/SetAccessible+0x000001e425098000 -instanceKlass jdk/internal/org/objectweb/asm/ClassReader -instanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; # java/lang/invoke/LambdaForm$MH+0x000001e425097c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425097000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425096c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425096800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425096400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425096000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425095c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425095800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425095400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425095000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094400 -instanceKlass jdk/internal/vm/annotation/ForceInline -instanceKlass java/lang/annotation/Documented -instanceKlass java/lang/Deprecated -instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 22 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000043 -instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 17 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000041 -instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 12 argL0 ; # java/util/stream/Collectors$$Lambda+0x80000003e -instanceKlass @bci java/util/stream/Collectors joining (Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/util/stream/Collector; 7 member ; # java/util/stream/Collectors$$Lambda+0x800000046 -instanceKlass @bci java/lang/Class methodToString (Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/String; 42 argL0 ; # java/lang/Class$$Lambda+0x000001e425030140 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425094000 -instanceKlass sun/misc/Unsafe -instanceKlass org/eclipse/osgi/internal/url/MultiplexingFactory -instanceKlass org/eclipse/osgi/storage/FrameworkExtensionInstaller -instanceKlass org/eclipse/osgi/storage/bundlefile/MRUBundleFileList -instanceKlass org/eclipse/osgi/framework/eventmgr/EventDispatcher -instanceKlass org/eclipse/osgi/storage/ContentProvider -instanceKlass org/osgi/framework/Filter -instanceKlass org/eclipse/osgi/storage/bundlefile/BundleFile -instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42508c400 -instanceKlass java/lang/invoke/MethodHandle$1 -instanceKlass org/eclipse/osgi/storage/Storage -instanceKlass @bci org/eclipse/osgi/internal/cds/CDSHookConfigurator addHooks (Lorg/eclipse/osgi/internal/hookregistry/HookRegistry;)V 77 argL0 ; # org/eclipse/osgi/internal/cds/CDSHookConfigurator$$Lambda+0x000001e42508d868 -instanceKlass org/eclipse/osgi/signedcontent/SignedContent -instanceKlass org/eclipse/osgi/internal/hookregistry/StorageHookFactory$StorageHook -instanceKlass org/osgi/framework/BundleActivator -instanceKlass org/eclipse/osgi/internal/hookregistry/StorageHookFactory -instanceKlass org/eclipse/osgi/internal/cds/CDSHookConfigurator -instanceKlass org/eclipse/osgi/internal/signedcontent/SignedBundleHook -instanceKlass org/eclipse/osgi/signedcontent/SignedContentFactory -instanceKlass org/eclipse/osgi/internal/hookregistry/ActivatorHookFactory -instanceKlass org/osgi/framework/wiring/BundleRevision -instanceKlass org/osgi/resource/Resource -instanceKlass org/eclipse/osgi/internal/connect/ConnectHookConfigurator -instanceKlass org/eclipse/osgi/internal/hookregistry/HookConfigurator -instanceKlass java/net/URLClassLoader$3$1 -instanceKlass java/net/URLClassLoader$3 -instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$ConnectModules -instanceKlass @bci org/eclipse/osgi/internal/log/ExtendedLogServiceImpl applyLogLevels (Lorg/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext;)V 20 member ; # org/eclipse/osgi/internal/log/ExtendedLogServiceImpl$$Lambda+0x000001e42508e000 -instanceKlass @bci org/eclipse/osgi/internal/log/ExtendedLogServiceImpl applyLogLevels (Lorg/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext;)V 5 member ; # org/eclipse/osgi/internal/log/ExtendedLogServiceImpl$$Lambda+0x000001e42508bd90 -instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector 782 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e42508c000 -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerContext -instanceKlass org/eclipse/osgi/internal/log/EquinoxLogFactory$1 -instanceKlass org/eclipse/osgi/framework/log/FrameworkLog -instanceKlass org/eclipse/osgi/internal/log/EquinoxLogFactory -instanceKlass org/osgi/service/log/FormatterLogger -instanceKlass org/eclipse/osgi/internal/log/LoggerImpl -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceImpl -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory$EquinoxLoggerAdmin -instanceKlass org/osgi/service/log/admin/LoggerContext -instanceKlass org/eclipse/osgi/internal/log/LoggerContextTargetMap -instanceKlass org/eclipse/osgi/internal/log/LogServiceManager$MockSystemBundle -instanceKlass org/osgi/service/log/admin/LoggerAdmin -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogServiceFactory -instanceKlass org/eclipse/osgi/framework/util/ArrayMap -instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$WriteLock -instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock$ReadLock -instanceKlass java/util/concurrent/locks/ReentrantReadWriteLock -instanceKlass java/util/concurrent/locks/ReadWriteLock -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceFactory$1 -instanceKlass org/osgi/service/log/LogEntry -instanceKlass org/eclipse/osgi/internal/log/ExtendedLogReaderServiceFactory -instanceKlass org/osgi/framework/ServiceFactory -instanceKlass org/eclipse/equinox/log/ExtendedLogReaderService -instanceKlass org/osgi/service/log/LogReaderService -instanceKlass org/eclipse/equinox/log/ExtendedLogService -instanceKlass org/eclipse/equinox/log/Logger -instanceKlass org/osgi/service/log/Logger -instanceKlass org/osgi/service/log/LogService -instanceKlass org/osgi/service/log/LoggerFactory -instanceKlass org/eclipse/osgi/internal/log/LogServiceManager -instanceKlass org/osgi/framework/AllServiceListener -instanceKlass org/osgi/framework/ServiceListener -instanceKlass org/eclipse/osgi/internal/log/EquinoxLogWriter -instanceKlass org/eclipse/equinox/log/LogFilter -instanceKlass org/eclipse/equinox/log/SynchronousLogListener -instanceKlass org/osgi/service/log/LogListener -instanceKlass org/eclipse/osgi/internal/log/EquinoxLogServices -instanceKlass org/eclipse/osgi/util/ManifestElement -instanceKlass org/eclipse/osgi/internal/debug/Debug -instanceKlass org/eclipse/osgi/service/debug/DebugOptionsListener -instanceKlass org/eclipse/osgi/service/debug/DebugTrace -instanceKlass org/eclipse/osgi/internal/debug/FrameworkDebugOptions -instanceKlass org/osgi/util/tracker/ServiceTrackerCustomizer -instanceKlass java/nio/file/FileVisitor -instanceKlass org/eclipse/osgi/storage/StorageUtil -instanceKlass org/eclipse/osgi/internal/location/BasicLocation -instanceKlass org/eclipse/osgi/internal/location/EquinoxLocations -instanceKlass java/util/concurrent/atomic/AtomicBoolean -instanceKlass java/util/UUID -instanceKlass java/util/Random -instanceKlass java/util/random/RandomGenerator -instanceKlass org/eclipse/osgi/internal/container/InternalUtils -instanceKlass org/osgi/framework/Version -instanceKlass org/eclipse/osgi/internal/location/Locker -instanceKlass org/eclipse/osgi/internal/location/LocationHelper -instanceKlass org/eclipse/osgi/internal/framework/EquinoxConfiguration$ConfigValues -instanceKlass org/eclipse/osgi/internal/util/Tokenizer -instanceKlass java/nio/charset/CoderResult -instanceKlass sun/util/logging/PlatformLogger -instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge$LoggerConfiguration -instanceKlass jdk/internal/logger/BootstrapLogger$RedirectedLoggers -instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerAccessor -instanceKlass jdk/internal/logger/LazyLoggers$LoggerAccessor -instanceKlass jdk/internal/logger/AbstractLoggerWrapper -instanceKlass java/util/ServiceLoader$ProviderImpl -instanceKlass java/util/ServiceLoader$Provider -instanceKlass java/util/ServiceLoader$1 -instanceKlass sun/util/logging/internal/LoggingProviderImpl$LogManagerAccess -instanceKlass java/util/concurrent/CopyOnWriteArrayList$COWIterator -instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend$1 -instanceKlass jdk/internal/logger/BootstrapLogger$DetectBackend -instanceKlass jdk/internal/logger/BootstrapLogger -instanceKlass sun/util/logging/PlatformLogger$ConfigurableBridge -instanceKlass sun/util/logging/PlatformLogger$Bridge -instanceKlass jdk/internal/logger/DefaultLoggerFinder$1 -instanceKlass java/lang/System$LoggerFinder -instanceKlass jdk/internal/logger/LazyLoggers$LazyLoggerFactories -instanceKlass jdk/internal/logger/LazyLoggers$1 -instanceKlass jdk/internal/logger/LazyLoggers -instanceKlass jdk/internal/event/EventHelper$ThreadTrackHolder -instanceKlass java/net/URLClassLoader$2 -instanceKlass org/eclipse/osgi/internal/framework/AliasMapper -instanceKlass org/eclipse/osgi/framework/util/KeyedElement -instanceKlass org/eclipse/osgi/internal/hookregistry/ClassLoaderHook -instanceKlass org/eclipse/osgi/internal/hookregistry/HookRegistry -instanceKlass org/eclipse/osgi/service/datalocation/Location -instanceKlass org/eclipse/osgi/service/debug/DebugOptions -instanceKlass org/eclipse/osgi/internal/framework/EquinoxConfiguration -instanceKlass org/eclipse/osgi/service/environment/EnvironmentInfo -# instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$$InjectedInvoker+0x000001e425081400 -instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller$InjectedInvokerHolder -instanceKlass java/lang/invoke/MethodHandleImpl$BindCaller -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425081000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080c00 -instanceKlass java/lang/annotation/Target -instanceKlass java/lang/reflect/Proxy$ProxyBuilder$1 -instanceKlass jdk/internal/org/objectweb/asm/Edge -instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/Method;Ljava/lang/Class;)V 23 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001e425028228 -instanceKlass @bci java/lang/reflect/ProxyGenerator addProxyMethod (Ljava/lang/reflect/ProxyGenerator$ProxyMethod;)V 10 argL0 ; # java/lang/reflect/ProxyGenerator$$Lambda+0x000001e425027ff8 -instanceKlass java/lang/reflect/ProxyGenerator$ProxyMethod -instanceKlass @bci java/lang/reflect/Proxy getLoader (Ljava/lang/Module;)Ljava/lang/ClassLoader; 6 member ; # java/lang/reflect/Proxy$$Lambda+0x000001e4250278d0 -instanceKlass @bci java/lang/module/ModuleDescriptor$Builder packages (Ljava/util/Set;)Ljava/lang/module/ModuleDescriptor$Builder; 17 argL0 ; # java/lang/module/ModuleDescriptor$Builder$$Lambda+0x800000002 -instanceKlass java/lang/module/ModuleDescriptor$Builder -instanceKlass @bci java/lang/reflect/Proxy$ProxyBuilder getDynamicModule (Ljava/lang/ClassLoader;)Ljava/lang/Module; 4 argL0 ; # java/lang/reflect/Proxy$ProxyBuilder$$Lambda+0x000001e4250274b0 -instanceKlass java/lang/PublicMethods -instanceKlass java/lang/reflect/Proxy$ProxyBuilder -instanceKlass @bci java/lang/reflect/Proxy getProxyConstructor (Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor; 35 argL0 ; # java/lang/reflect/Proxy$$Lambda+0x000001e425026c58 -instanceKlass java/lang/reflect/Proxy -instanceKlass sun/reflect/annotation/AnnotationInvocationHandler -instanceKlass java/lang/reflect/InvocationHandler -instanceKlass sun/reflect/annotation/AnnotationParser$1 -instanceKlass sun/reflect/annotation/ExceptionProxy -instanceKlass java/lang/annotation/Inherited -instanceKlass java/lang/annotation/Retention -instanceKlass sun/reflect/annotation/AnnotationType$1 -instanceKlass sun/reflect/annotation/AnnotationType -instanceKlass java/lang/reflect/GenericArrayType -instanceKlass sun/reflect/generics/visitor/Reifier -instanceKlass sun/reflect/generics/visitor/TypeTreeVisitor -instanceKlass sun/reflect/generics/factory/CoreReflectionFactory -instanceKlass sun/reflect/generics/factory/GenericsFactory -instanceKlass sun/reflect/generics/scope/AbstractScope -instanceKlass sun/reflect/generics/scope/Scope -instanceKlass sun/reflect/generics/tree/ClassTypeSignature -instanceKlass sun/reflect/generics/tree/SimpleClassTypeSignature -instanceKlass sun/reflect/generics/tree/FieldTypeSignature -instanceKlass sun/reflect/generics/tree/BaseType -instanceKlass sun/reflect/generics/tree/TypeSignature -instanceKlass sun/reflect/generics/tree/ReturnType -instanceKlass sun/reflect/generics/tree/TypeArgument -instanceKlass sun/reflect/generics/tree/TypeTree -instanceKlass sun/reflect/generics/tree/Tree -instanceKlass sun/reflect/generics/parser/SignatureParser -instanceKlass org/eclipse/osgi/framework/util/SecureAction$1 -instanceKlass org/eclipse/osgi/framework/util/SecureAction -instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer -instanceKlass org/eclipse/osgi/launch/Equinox -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425080000 -instanceKlass java/util/EventObject -instanceKlass org/osgi/framework/BundleContext -instanceKlass org/osgi/framework/BundleReference -instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter$InitialBundle -instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter$StartupEventListener -instanceKlass org/osgi/framework/FrameworkListener -instanceKlass org/osgi/framework/SynchronousBundleListener -instanceKlass java/util/concurrent/Semaphore -instanceKlass org/osgi/framework/launch/Framework -instanceKlass org/osgi/framework/Bundle -instanceKlass org/osgi/framework/BundleListener -instanceKlass java/util/EventListener -instanceKlass org/eclipse/core/runtime/adaptor/EclipseStarter -instanceKlass @bci java/io/FilePermissionCollection add (Ljava/security/Permission;)V 68 argL0 ; # java/io/FilePermissionCollection$$Lambda+0x000001e425020f20 -instanceKlass sun/security/util/SecurityProperties -instanceKlass sun/security/util/FilePermCompat -instanceKlass java/io/FilePermission$1 -instanceKlass jdk/internal/access/JavaIOFilePermissionAccess -instanceKlass java/net/URLClassLoader$1 -instanceKlass java/nio/file/FileStore -instanceKlass sun/nio/fs/WindowsSecurity -instanceKlass sun/nio/fs/AbstractAclFileAttributeView -instanceKlass java/nio/file/attribute/AclFileAttributeView -instanceKlass java/nio/file/attribute/FileOwnerAttributeView -instanceKlass sun/nio/fs/WindowsLinkSupport -instanceKlass sun/nio/fs/WindowsFileSystemProvider$1 -instanceKlass org/eclipse/equinox/launcher/JNIBridge -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501c000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501bc00 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501b800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501b400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501b000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501ac00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501a800 -instanceKlass @bci org/eclipse/m2e/core/internal/MavenPluginActivator getUserAgent ()Ljava/lang/String; 47 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e42501a400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42501a000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019800 -instanceKlass java/io/RandomAccessFile$1 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425019400 -instanceKlass java/lang/invoke/LambdaFormEditor$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425019000 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL3 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425018c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425018000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425017c00 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL1 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425017800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425017400 -instanceKlass @bci org/eclipse/jdt/ls/core/internal/handlers/WorkspaceExecuteCommandHandler$DelegateCommandHandlerDescriptor createId (Lorg/eclipse/core/runtime/IConfigurationElement;)Ljava/lang/String; 14 argL1 argL0 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425017000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016800 -instanceKlass java/lang/Long$LongCache -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425016400 -instanceKlass @bci org/eclipse/jdt/internal/core/builder/NameEnvironment findClass (Ljava/lang/String;[CLorg/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy;Ljava/lang/String;)Lorg/eclipse/jdt/internal/compiler/env/NameEnvironmentAnswer; 179 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425016000 -instanceKlass sun/net/www/MimeEntry -instanceKlass java/util/Hashtable$Enumerator -instanceKlass java/util/Collections$SynchronizedCollection -instanceKlass java/util/Properties$EntrySet -instanceKlass sun/net/www/MimeTable$DefaultInstanceHolder$1 -instanceKlass sun/net/www/MimeTable$DefaultInstanceHolder -instanceKlass sun/net/www/MimeTable$2 -instanceKlass sun/net/www/MimeTable$1 -instanceKlass sun/net/www/MimeTable -instanceKlass java/net/URLConnection$1 -instanceKlass java/net/FileNameMap -instanceKlass java/util/Collections$3 -instanceKlass jdk/internal/loader/URLClassPath$1 -instanceKlass java/lang/CompoundEnumeration -instanceKlass jdk/internal/loader/BuiltinClassLoader$1 -instanceKlass java/util/Collections$EmptyEnumeration -instanceKlass java/util/ServiceLoader$3 -instanceKlass java/util/ServiceLoader$2 -instanceKlass java/util/ServiceLoader$LazyClassPathLookupIterator -instanceKlass java/util/Spliterators$1Adapter -instanceKlass java/util/Spliterators$ArraySpliterator -instanceKlass java/util/ServiceLoader$ModuleServicesLookupIterator -instanceKlass java/util/ServiceLoader -instanceKlass java/net/spi/URLStreamHandlerProvider -instanceKlass java/net/URL$1 -instanceKlass java/net/URL$2 -instanceKlass java/net/URL$ThreadTrackHolder -instanceKlass java/lang/Thread$ThreadNumbering -instanceKlass java/nio/file/attribute/PosixFilePermissions -instanceKlass java/security/Policy -instanceKlass jdk/internal/misc/PreviewFeatures -instanceKlass jdk/internal/misc/MainMethodFinder -instanceKlass org/eclipse/equinox/launcher/Main -instanceKlass sun/security/util/ManifestEntryVerifier$SunProviderHolder -instanceKlass java/util/Base64$Encoder -instanceKlass java/util/Base64$Decoder -instanceKlass java/util/Base64 -instanceKlass javax/crypto/SecretKey -instanceKlass sun/security/util/Length -instanceKlass sun/security/util/KeyUtil -instanceKlass java/security/interfaces/XECKey -instanceKlass java/security/interfaces/ECKey -instanceKlass sun/security/util/JarConstraintsParameters -instanceKlass sun/security/util/ConstraintsParameters -instanceKlass java/security/CodeSigner -instanceKlass java/security/Timestamp -instanceKlass sun/security/timestamp/TimestampToken -instanceKlass java/security/cert/CertPath -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425014c00 -instanceKlass java/math/MutableBigInteger -instanceKlass sun/security/rsa/RSAPadding -instanceKlass sun/security/rsa/RSACore -instanceKlass java/security/interfaces/RSAPrivateCrtKey -instanceKlass sun/security/pkcs/PKCS8Key -instanceKlass sun/security/util/InternalPrivateKey -instanceKlass java/security/interfaces/RSAPrivateKey -instanceKlass java/security/PrivateKey -instanceKlass javax/security/auth/Destroyable -instanceKlass jdk/internal/icu/util/CodePointTrie$Data -instanceKlass jdk/internal/icu/util/CodePointMap -instanceKlass jdk/internal/icu/util/VersionInfo -instanceKlass @bci jdk/internal/module/SystemModuleFinders$SystemModuleReader open (Ljava/lang/String;)Ljava/util/Optional; 6 member ; # jdk/internal/module/SystemModuleFinders$SystemModuleReader$$Lambda+0x000001e425075230 -instanceKlass jdk/internal/jimage/decompressor/ZipDecompressor -instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressor -instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressorFactory -instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressorRepository -instanceKlass jdk/internal/jimage/decompressor/CompressedResourceHeader -instanceKlass @bci jdk/internal/jimage/BasicImageReader getResourceBuffer (Ljdk/internal/jimage/ImageLocation;)Ljava/nio/ByteBuffer; 168 member ; # jdk/internal/jimage/BasicImageReader$$Lambda+0x000001e4250741f0 -instanceKlass jdk/internal/jimage/decompressor/ResourceDecompressor$StringsProvider -instanceKlass java/util/TimSort -instanceKlass java/util/Arrays$LegacyMergeSort -instanceKlass java/util/AbstractMap$SimpleEntry -instanceKlass jdk/internal/jimage/ImageBufferCache$2 -instanceKlass jdk/internal/jimage/ImageBufferCache -instanceKlass jdk/internal/module/Checks -instanceKlass jdk/internal/icu/impl/ICUBinary$1 -instanceKlass jdk/internal/icu/impl/ICUBinary -instanceKlass jdk/internal/icu/impl/NormalizerImpl$IsAcceptable -instanceKlass jdk/internal/icu/impl/ICUBinary$Authenticate -instanceKlass jdk/internal/icu/impl/NormalizerImpl -instanceKlass jdk/internal/icu/impl/Norm2AllModes$Norm2AllModesSingleton -instanceKlass jdk/internal/icu/impl/Norm2AllModes$NFKCSingleton -instanceKlass jdk/internal/icu/impl/Norm2AllModes -instanceKlass jdk/internal/icu/text/Normalizer2 -instanceKlass jdk/internal/icu/text/NormalizerBase$ModeImpl -instanceKlass jdk/internal/icu/text/NormalizerBase$NFKDModeImpl -instanceKlass jdk/internal/icu/text/NormalizerBase$1 -instanceKlass jdk/internal/icu/text/NormalizerBase$Mode -instanceKlass jdk/internal/icu/text/NormalizerBase -instanceKlass java/text/Normalizer -instanceKlass sun/security/x509/AVAKeyword -instanceKlass java/util/StringJoiner -instanceKlass sun/security/jca/ServiceId -instanceKlass java/security/Signature$1 -instanceKlass jdk/internal/access/JavaSecuritySignatureAccess -instanceKlass java/security/SignatureSpi -instanceKlass sun/security/util/SignatureUtil -instanceKlass java/lang/invoke/VarHandle$AccessDescriptor -instanceKlass sun/security/provider/ByteArrayAccess$BE -instanceKlass sun/security/provider/ByteArrayAccess -instanceKlass sun/security/util/MessageDigestSpi2 -instanceKlass java/security/MessageDigestSpi -instanceKlass sun/security/pkcs/SigningCertificateInfo$ESSCertId -instanceKlass sun/security/pkcs/SigningCertificateInfo -instanceKlass sun/security/pkcs/PKCS9Attribute -instanceKlass sun/security/pkcs/PKCS9Attributes -instanceKlass java/time/Instant -instanceKlass java/time/zone/ZoneOffsetTransition -instanceKlass java/time/LocalTime -instanceKlass java/time/temporal/ValueRange -instanceKlass java/time/Duration -instanceKlass java/time/temporal/TemporalAmount -instanceKlass java/time/temporal/TemporalUnit -instanceKlass java/time/temporal/TemporalField -instanceKlass java/time/LocalDate -instanceKlass java/time/chrono/ChronoLocalDate -instanceKlass java/time/ZonedDateTime -instanceKlass java/time/chrono/ChronoZonedDateTime -instanceKlass java/time/LocalDateTime -instanceKlass java/time/chrono/ChronoLocalDateTime -instanceKlass java/time/temporal/Temporal -instanceKlass java/time/zone/ZoneOffsetTransitionRule -instanceKlass java/time/zone/ZoneRules -instanceKlass @bci java/time/ZoneOffset ofTotalSeconds (I)Ljava/time/ZoneOffset; 37 argL0 ; # java/time/ZoneOffset$$Lambda+0x80000000c -instanceKlass java/time/temporal/TemporalAdjuster -instanceKlass java/time/temporal/TemporalAccessor -instanceKlass java/time/ZoneId -instanceKlass @bci java/util/regex/CharPredicates ASCII_DIGIT ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000025 -instanceKlass @bci java/util/regex/CharPredicates ASCII_SPACE ()Ljava/util/regex/Pattern$BmpCharPredicate; 0 argL0 ; # java/util/regex/CharPredicates$$Lambda+0x800000026 -instanceKlass java/util/regex/CharPredicates -instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints$Holder -instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint -instanceKlass java/util/StringTokenizer -instanceKlass java/security/spec/ECFieldF2m -instanceKlass java/security/spec/ECParameterSpec -instanceKlass java/security/spec/ECPoint -instanceKlass java/security/spec/EllipticCurve -instanceKlass java/security/spec/ECFieldFp -instanceKlass java/security/spec/ECField -instanceKlass sun/security/util/CurveDB -instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraints -instanceKlass java/util/TreeMap$PrivateEntryIterator -instanceKlass java/util/NavigableSet -instanceKlass java/util/SortedSet -instanceKlass sun/security/util/AbstractAlgorithmConstraints$1 -instanceKlass sun/security/util/AlgorithmDecomposer -instanceKlass sun/security/util/DisabledAlgorithmConstraints$JarHolder -instanceKlass @bci java/util/regex/Pattern DOT ()Ljava/util/regex/Pattern$CharPredicate; 0 argL0 ; # java/util/regex/Pattern$$Lambda+0x000001e425066ef8 -instanceKlass java/util/regex/ASCII -instanceKlass sun/security/util/AbstractAlgorithmConstraints -instanceKlass java/security/AlgorithmConstraints -instanceKlass sun/security/pkcs/SignerInfo -instanceKlass java/security/cert/PolicyQualifierInfo -instanceKlass sun/security/x509/CertificatePolicyId -instanceKlass sun/security/x509/PolicyInformation -instanceKlass sun/security/x509/DistributionPoint -instanceKlass sun/security/x509/DNSName -instanceKlass sun/security/x509/URIName -instanceKlass sun/security/x509/GeneralName -instanceKlass sun/security/x509/AccessDescription -instanceKlass sun/security/x509/GeneralNames -instanceKlass java/lang/invoke/VarForm -instanceKlass java/lang/invoke/VarHandleGuards -instanceKlass java/lang/invoke/VarHandles -instanceKlass java/lang/System$Logger -instanceKlass jdk/internal/event/EventHelper -instanceKlass sun/security/jca/JCAUtil -instanceKlass sun/security/util/MemoryCache$CacheEntry -instanceKlass sun/security/x509/KeyIdentifier -instanceKlass java/util/TreeMap$Entry -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425014800 -instanceKlass sun/security/x509/OIDMap$OIDInfo -instanceKlass sun/security/x509/PKIXExtensions -instanceKlass sun/security/x509/OIDMap -instanceKlass sun/security/x509/Extension -instanceKlass java/security/cert/Extension -instanceKlass java/util/Collections$SynchronizedMap -instanceKlass java/util/NavigableMap -instanceKlass java/util/SortedMap -instanceKlass sun/security/x509/CertificateExtensions -instanceKlass sun/security/rsa/RSAUtil -instanceKlass java/security/interfaces/RSAPublicKey -instanceKlass java/security/interfaces/RSAKey -instanceKlass java/security/spec/PSSParameterSpec -instanceKlass java/security/spec/AlgorithmParameterSpec -instanceKlass java/security/spec/RSAPrivateKeySpec -instanceKlass java/security/spec/RSAPublicKeySpec -instanceKlass java/security/KeyFactorySpi -instanceKlass sun/security/rsa/SunRsaSignEntries -instanceKlass sun/security/jca/ProviderList$ServiceList$1 -instanceKlass java/security/KeyFactory -instanceKlass @bci java/security/spec/EncodedKeySpec ()V 0 argL0 ; # java/security/spec/EncodedKeySpec$$Lambda+0x000001e42505d8e8 -instanceKlass @cpi org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl 335 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425014400 -instanceKlass jdk/internal/access/JavaSecuritySpecAccess -instanceKlass java/security/spec/EncodedKeySpec -instanceKlass java/security/spec/KeySpec -instanceKlass sun/security/util/BitArray -instanceKlass sun/security/x509/X509Key -instanceKlass java/security/PublicKey -instanceKlass java/security/Key -instanceKlass sun/security/x509/CertificateX509Key -instanceKlass java/util/Date -instanceKlass sun/util/calendar/CalendarUtils -instanceKlass sun/util/calendar/CalendarDate -instanceKlass sun/util/calendar/CalendarSystem$GregorianHolder -instanceKlass sun/util/calendar/CalendarSystem -instanceKlass sun/security/x509/CertificateValidity -instanceKlass sun/security/x509/AVA -instanceKlass sun/security/x509/RDN -instanceKlass javax/security/auth/x500/X500Principal -instanceKlass @bci sun/security/x509/X500Name ()V 153 argL0 ; # sun/security/x509/X500Name$$Lambda+0x000001e42505b4f0 -instanceKlass sun/security/x509/X500Name -instanceKlass sun/security/x509/GeneralNameInterface -instanceKlass sun/security/x509/CertificateAlgorithmId -instanceKlass sun/security/x509/SerialNumber -instanceKlass sun/security/x509/CertificateSerialNumber -instanceKlass sun/security/x509/CertificateVersion -instanceKlass sun/security/x509/X509CertInfo -instanceKlass sun/security/util/Cache$EqualByteArray -instanceKlass java/security/cert/X509Extension -instanceKlass java/lang/Byte$ByteCache -instanceKlass @bci sun/security/util/DerInputStream seeOptionalContextSpecific (I)Z 2 member ; # sun/security/util/DerInputStream$$Lambda+0x000001e425058f20 -instanceKlass @cpi org/eclipse/jdt/internal/compiler/ClassFile 3354 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425014000 -instanceKlass sun/security/jca/GetInstance$Instance -instanceKlass sun/security/util/Cache -instanceKlass jdk/internal/event/Event -instanceKlass sun/security/jca/GetInstance -instanceKlass java/security/cert/CertificateFactorySpi -instanceKlass java/security/cert/CertificateFactory -instanceKlass sun/security/x509/AlgorithmId -instanceKlass sun/security/util/ByteArrayTagOrder -instanceKlass sun/security/util/ByteArrayLexOrder -instanceKlass sun/security/util/DerValue -instanceKlass sun/security/util/ObjectIdentifier -instanceKlass sun/security/pkcs/ContentInfo -instanceKlass sun/security/util/DerEncoder -instanceKlass sun/security/util/DerInputStream -instanceKlass sun/security/pkcs/PKCS7 -instanceKlass java/util/Collections$EmptyIterator -instanceKlass java/util/LinkedHashMap$LinkedHashIterator -instanceKlass sun/security/util/SecurityProviderConstants -instanceKlass java/security/Provider$UString -instanceKlass java/security/Provider$Service -instanceKlass sun/security/provider/NativePRNG$NonBlocking -instanceKlass sun/security/provider/NativePRNG$Blocking -instanceKlass sun/security/provider/NativePRNG -instanceKlass sun/security/provider/SunEntries$1 -instanceKlass sun/security/provider/SunEntries -instanceKlass sun/security/util/SecurityConstants -instanceKlass java/security/Security$1 -instanceKlass jdk/internal/access/JavaSecurityPropertiesAccess -instanceKlass java/util/concurrent/ConcurrentHashMap$MapEntry -instanceKlass java/io/FileInputStream$1 -instanceKlass java/util/Properties$LineReader -instanceKlass @bci java/security/Security ()V 9 argL0 ; # java/security/Security$$Lambda+0x80000000b -instanceKlass java/security/Security -instanceKlass sun/security/jca/ProviderList$2 -instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryBuffer -instanceKlass jdk/internal/math/FloatingDecimal$PreparedASCIIToBinaryBuffer -instanceKlass jdk/internal/math/FloatingDecimal$ASCIIToBinaryConverter -instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIBuffer -instanceKlass jdk/internal/math/FloatingDecimal$ExceptionalBinaryToASCIIBuffer -instanceKlass jdk/internal/math/FloatingDecimal$BinaryToASCIIConverter -instanceKlass jdk/internal/math/FloatingDecimal -instanceKlass javax/security/auth/login/Configuration$Parameters -instanceKlass java/security/Policy$Parameters -instanceKlass java/security/cert/CertStoreParameters -instanceKlass java/security/SecureRandomParameters -instanceKlass java/security/Provider$EngineDescription -instanceKlass java/security/Provider$ServiceKey -instanceKlass sun/security/jca/ProviderConfig -instanceKlass sun/security/jca/ProviderList -instanceKlass sun/security/jca/Providers -instanceKlass @bci sun/security/util/ManifestDigester ([B)V 350 argL0 ; # sun/security/util/ManifestDigester$$Lambda+0x000001e42504ce80 -instanceKlass sun/security/util/ManifestDigester$Section -instanceKlass sun/security/util/ManifestDigester$Entry -instanceKlass sun/security/util/ManifestDigester$Position -instanceKlass sun/security/util/ManifestDigester -instanceKlass sun/security/util/ManifestEntryVerifier -instanceKlass jdk/internal/misc/ThreadTracker -instanceKlass java/util/jar/JarFile$ThreadTrackHolder -instanceKlass java/util/jar/JarVerifier -instanceKlass sun/nio/cs/ArrayDecoder -instanceKlass java/nio/charset/CharsetDecoder -instanceKlass sun/launcher/LauncherHelper -instanceKlass lombok/patcher/scripts/ScriptBuilder$SetSymbolDuringMethodCallBuilder -instanceKlass lombok/patcher/scripts/ScriptBuilder$ReplaceMethodCallBuilder -instanceKlass lombok/eclipse/agent/EclipsePatcher$4 -instanceKlass lombok/eclipse/agent/EclipsePatcher$3 -instanceKlass lombok/patcher/scripts/ScriptBuilder$WrapMethodCallBuilder -instanceKlass lombok/patcher/ScriptManager$WitnessAction -instanceKlass lombok/patcher/scripts/ScriptBuilder$WrapReturnValueBuilder -instanceKlass lombok/patcher/ClassRootFinder -instanceKlass lombok/patcher/scripts/ScriptBuilder$AddFieldBuilder -instanceKlass java/util/Collections$1 -instanceKlass lombok/patcher/PatchScript$MethodPatcherFactory -instanceKlass org/lombokweb/asm/ClassVisitor -instanceKlass lombok/patcher/Hook -instanceKlass @bci java/util/regex/Pattern negate (Ljava/util/regex/Pattern$CharPredicate;)Ljava/util/regex/Pattern$CharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x800000031 -instanceKlass java/util/regex/Pattern$BitClass -instanceKlass lombok/patcher/MethodTarget -instanceKlass lombok/patcher/scripts/ScriptBuilder$ExitEarlyBuilder -instanceKlass lombok/patcher/scripts/ScriptBuilder -instanceKlass lombok/eclipse/agent/EclipseLoaderPatcher -instanceKlass lombok/eclipse/agent/EclipsePatcher$2 -instanceKlass lombok/eclipse/agent/EclipsePatcher$1 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500d000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e42500cc00 -# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e42500c800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42500c400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e42500c000 -instanceKlass java/lang/instrument/ClassDefinition -instanceKlass lombok/patcher/ScriptManager$OurClassFileTransformer -instanceKlass lombok/patcher/Filter$1 -instanceKlass lombok/patcher/TransplantMapper$1 -instanceKlass java/lang/instrument/ClassFileTransformer -instanceKlass lombok/patcher/ScriptManager -instanceKlass lombok/patcher/TransplantMapper -instanceKlass lombok/patcher/Filter -instanceKlass lombok/patcher/PatchScript -instanceKlass lombok/patcher/TargetMatcher -instanceKlass lombok/eclipse/agent/EclipsePatcher -instanceKlass lombok/core/AgentLauncher$AgentLaunchable -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425008400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425008000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425007c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425007800 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425007400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425007000 -instanceKlass @cpi org/springframework/boot/configurationprocessor/TypeUtils 402 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425006c00 -instanceKlass java/lang/ClassValue$Version -instanceKlass java/lang/ClassValue$Identity -instanceKlass java/lang/ClassValue -instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccessor -instanceKlass java/lang/invoke/MethodHandleImpl$LoopClauses -instanceKlass java/lang/invoke/MethodHandleImpl$CasesHolder -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425006800 -instanceKlass @cpi org/eclipse/aether/internal/impl/collect/bf/DependencyResolutionSkipper$DefaultDependencyResolutionSkipper 234 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425006400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425006000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425005c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425005800 -# instanceKlass java/lang/invoke/LambdaForm$BMH+0x000001e425005400 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425005000 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425004c00 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004800 -instanceKlass java/lang/invoke/ClassSpecializer$Factory$1Var -instanceKlass java/lang/invoke/MethodHandles$1 -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004400 -instanceKlass sun/invoke/util/ValueConversions$1 -instanceKlass sun/invoke/util/ValueConversions$WrapperCache -# instanceKlass java/lang/invoke/LambdaForm$DMH+0x000001e425004000 -instanceKlass jdk/internal/foreign/MemorySessionImpl -instanceKlass java/lang/foreign/MemorySegment$Scope -instanceKlass lombok/core/AgentLauncher$AgentInfo -instanceKlass lombok/core/AgentLauncher -instanceKlass java/util/IdentityHashMap$IdentityHashMapIterator -instanceKlass lombok/launch/ClassFileMetaData -instanceKlass sun/net/www/MessageHeader -instanceKlass sun/net/www/protocol/jar/JarFileFactory -instanceKlass sun/net/www/protocol/jar/URLJarFile$URLJarFileCloseController -instanceKlass java/net/URLConnection -instanceKlass java/util/zip/ZipFile$ZipEntryIterator -instanceKlass java/util/WeakHashMap$HashIterator -instanceKlass java/net/URLDecoder -instanceKlass java/util/regex/IntHashSet -instanceKlass java/util/regex/Matcher -instanceKlass java/util/regex/MatchResult -instanceKlass java/util/regex/Pattern$TreeInfo -instanceKlass @bci java/util/regex/Pattern Single (I)Ljava/util/regex/Pattern$BmpCharPredicate; 1 member ; # java/util/regex/Pattern$$Lambda+0x800000029 -instanceKlass java/util/regex/Pattern$BmpCharPredicate -instanceKlass java/util/regex/Pattern$CharPredicate -instanceKlass java/util/regex/Pattern$Node -instanceKlass java/util/regex/Pattern -instanceKlass jdk/internal/jimage/ImageLocation -instanceKlass jdk/internal/jimage/decompressor/Decompressor -instanceKlass jdk/internal/jimage/ImageStringsReader -instanceKlass jdk/internal/jimage/ImageStrings -instanceKlass jdk/internal/jimage/ImageHeader -instanceKlass jdk/internal/jimage/NativeImageBuffer$1 -instanceKlass jdk/internal/jimage/NativeImageBuffer -instanceKlass jdk/internal/jimage/BasicImageReader$1 -instanceKlass jdk/internal/jimage/BasicImageReader -instanceKlass jdk/internal/jimage/ImageReader -instanceKlass jdk/internal/jimage/ImageReaderFactory$1 -instanceKlass java/net/URI$Parser -instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder$1 -instanceKlass java/nio/file/FileSystems$DefaultFileSystemHolder -instanceKlass java/nio/file/FileSystems -instanceKlass java/nio/file/Paths -instanceKlass jdk/internal/jimage/ImageReaderFactory -instanceKlass jdk/internal/module/SystemModuleFinders$SystemImage -instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleReader -instanceKlass java/lang/module/ModuleReader -instanceKlass jdk/internal/loader/BuiltinClassLoader$5 -instanceKlass jdk/internal/loader/BuiltinClassLoader$2 -instanceKlass jdk/internal/module/Resources -instanceKlass java/util/Arrays$ArrayItr -instanceKlass lombok/launch/PackageShader -instanceKlass java/io/Reader -instanceKlass java/lang/Readable -instanceKlass lombok/launch/Main -instanceKlass @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; # java/lang/invoke/LambdaForm$MH+0x000001e425002c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002800 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002400 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425002000 -instanceKlass @bci org/springframework/boot/configurationprocessor/MetadataStore locateGradleResourcesDirectory (Ljava/io/File;)Ljava/io/File; 52 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425001c00 -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425001800 -instanceKlass sun/instrument/InstrumentationImpl$1 -instanceKlass lombok/launch/Agent -instanceKlass java/security/SecureClassLoader$DebugHolder -instanceKlass java/security/Permission -instanceKlass java/security/Guard -instanceKlass java/security/PermissionCollection -instanceKlass java/security/SecureClassLoader$1 -instanceKlass java/util/zip/Checksum$1 -instanceKlass java/util/zip/CRC32 -instanceKlass java/util/zip/Checksum -instanceKlass sun/nio/ByteBuffered -instanceKlass java/lang/Package$VersionInfo -instanceKlass java/lang/NamedPackage -instanceKlass java/util/jar/Attributes$Name -instanceKlass java/util/jar/Attributes -instanceKlass jdk/internal/loader/Resource -instanceKlass sun/security/action/GetIntegerAction -instanceKlass sun/security/util/Debug -instanceKlass sun/security/util/SignatureFileVerifier -instanceKlass java/util/zip/ZipFile$InflaterCleanupAction -instanceKlass java/util/zip/Inflater$InflaterZStreamRef -instanceKlass java/util/zip/Inflater -instanceKlass java/util/zip/ZipEntry -instanceKlass java/util/zip/ZipFile$2 -instanceKlass java/nio/Bits$1 -instanceKlass jdk/internal/misc/VM$BufferPool -instanceKlass java/nio/Bits -instanceKlass sun/nio/ch/DirectBuffer -instanceKlass jdk/internal/perf/PerfCounter$CoreCounters -instanceKlass jdk/internal/perf/Perf -instanceKlass jdk/internal/perf/Perf$GetPerfAction -instanceKlass jdk/internal/perf/PerfCounter -instanceKlass sun/util/locale/LocaleObjectCache -instanceKlass sun/util/locale/BaseLocale$Key -instanceKlass sun/util/locale/LocaleUtils -instanceKlass sun/util/locale/BaseLocale -instanceKlass java/util/Locale -instanceKlass java/nio/file/attribute/FileTime -instanceKlass java/lang/StringCoding -instanceKlass java/util/zip/ZipUtils -instanceKlass java/util/zip/ZipFile$Source$End -instanceKlass java/io/RandomAccessFile$2 -instanceKlass jdk/internal/access/JavaIORandomAccessFileAccess -instanceKlass java/io/RandomAccessFile -instanceKlass java/io/DataInput -instanceKlass java/io/DataOutput -instanceKlass sun/nio/fs/WindowsNativeDispatcher$CompletionStatus -instanceKlass sun/nio/fs/WindowsNativeDispatcher$AclInformation -instanceKlass sun/nio/fs/WindowsNativeDispatcher$Account -instanceKlass sun/nio/fs/WindowsNativeDispatcher$DiskFreeSpace -instanceKlass sun/nio/fs/WindowsNativeDispatcher$VolumeInformation -instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstStream -instanceKlass sun/nio/fs/WindowsNativeDispatcher$FirstFile -instanceKlass java/util/Enumeration -instanceKlass java/util/concurrent/ConcurrentHashMap$Traverser -instanceKlass sun/nio/fs/WindowsNativeDispatcher -instanceKlass sun/nio/fs/NativeBuffer$Deallocator -instanceKlass sun/nio/fs/NativeBuffer -instanceKlass java/lang/ThreadLocal$ThreadLocalMap -instanceKlass java/lang/ThreadLocal -instanceKlass sun/nio/fs/NativeBuffers -instanceKlass sun/nio/fs/WindowsFileAttributes -instanceKlass java/nio/file/attribute/DosFileAttributes -instanceKlass sun/nio/fs/AbstractBasicFileAttributeView -instanceKlass sun/nio/fs/DynamicFileAttributeView -instanceKlass sun/nio/fs/WindowsFileAttributeViews -instanceKlass sun/nio/fs/Util -instanceKlass java/nio/file/attribute/BasicFileAttributeView -instanceKlass java/nio/file/attribute/FileAttributeView -instanceKlass java/nio/file/attribute/AttributeView -instanceKlass java/nio/file/Files -instanceKlass java/nio/file/CopyOption -instanceKlass java/nio/file/attribute/BasicFileAttributes -instanceKlass sun/nio/fs/WindowsPath -instanceKlass java/util/zip/ZipFile$Source$Key -instanceKlass sun/nio/fs/WindowsPathParser$Result -instanceKlass sun/nio/fs/WindowsPathParser -instanceKlass java/nio/file/FileSystem -instanceKlass java/nio/file/OpenOption -instanceKlass java/nio/file/spi/FileSystemProvider -instanceKlass sun/nio/fs/DefaultFileSystemProvider -instanceKlass java/util/zip/ZipFile$Source -instanceKlass java/util/zip/ZipCoder -instanceKlass java/util/zip/ZipFile$CleanableResource -instanceKlass java/lang/Runtime$Version -instanceKlass java/util/jar/JavaUtilJarAccessImpl -instanceKlass jdk/internal/access/JavaUtilJarAccess -instanceKlass jdk/internal/loader/FileURLMapper -instanceKlass jdk/internal/loader/URLClassPath$JarLoader$1 -instanceKlass java/util/zip/ZipFile$1 -instanceKlass jdk/internal/access/JavaUtilZipFileAccess -instanceKlass java/util/zip/ZipFile -instanceKlass java/util/zip/ZipConstants -instanceKlass jdk/internal/loader/URLClassPath$Loader -instanceKlass jdk/internal/loader/URLClassPath$3 -instanceKlass java/security/PrivilegedExceptionAction -instanceKlass sun/net/util/URLUtil -instanceKlass sun/instrument/TransformerManager$TransformerInfo -instanceKlass sun/instrument/TransformerManager -instanceKlass jdk/internal/loader/NativeLibraries$3 -instanceKlass jdk/internal/loader/NativeLibrary -instanceKlass java/util/ArrayDeque$DeqIterator -instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext$1 -instanceKlass jdk/internal/loader/NativeLibraries$NativeLibraryContext -instanceKlass jdk/internal/loader/NativeLibraries$2 -instanceKlass jdk/internal/loader/NativeLibraries$1 -instanceKlass jdk/internal/loader/NativeLibraries$LibraryPaths -instanceKlass @bci sun/instrument/InstrumentationImpl ()V 16 argL0 ; # sun/instrument/InstrumentationImpl$$Lambda+0x000001e425042ca0 -instanceKlass sun/instrument/InstrumentationImpl -instanceKlass java/lang/instrument/Instrumentation -instanceKlass java/lang/invoke/StringConcatFactory -instanceKlass jdk/internal/module/ModuleBootstrap$SafeModuleFinder -instanceKlass @bci java/lang/WeakPairMap computeIfAbsent (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object; 18 member ; # java/lang/WeakPairMap$$Lambda+0x000001e425042558 -instanceKlass @bci java/lang/Module implAddExportsOrOpens (Ljava/lang/String;Ljava/lang/Module;ZZ)V 145 argL0 ; # java/lang/Module$$Lambda+0x000001e425041c40 -instanceKlass @bci jdk/internal/module/ModuleBootstrap decode (Ljava/lang/String;Ljava/lang/String;Z)Ljava/util/Map; 193 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425041a10 -instanceKlass java/lang/ModuleLayer$Controller -instanceKlass java/util/concurrent/CopyOnWriteArrayList -instanceKlass jdk/internal/module/ServicesCatalog$ServiceProvider -instanceKlass jdk/internal/loader/AbstractClassLoaderValue$Memoizer -instanceKlass jdk/internal/module/ModuleLoaderMap$Modules -instanceKlass jdk/internal/module/ModuleLoaderMap$Mapper -instanceKlass jdk/internal/module/ModuleLoaderMap -instanceKlass java/lang/module/ResolvedModule -instanceKlass java/util/Collections$UnmodifiableCollection$1 -instanceKlass java/util/SequencedMap -instanceKlass java/util/SequencedSet -instanceKlass java/lang/ModuleLayer -instanceKlass java/util/ImmutableCollections$ListItr -instanceKlass java/util/ListIterator -instanceKlass java/lang/module/ModuleFinder$1 -instanceKlass java/nio/file/Path -instanceKlass java/nio/file/Watchable -instanceKlass java/lang/module/Resolver -instanceKlass java/lang/module/Configuration -instanceKlass java/util/stream/ForEachOps$ForEachOp -instanceKlass java/util/stream/ForEachOps -instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 791 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425041030 -instanceKlass @cpi org/eclipse/jdt/apt/core/internal/AptCompilationParticipant 413 form vmentry ; # java/lang/invoke/LambdaForm$DMH+0x000001e425000c00 -instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 779 member ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425040de8 -instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 767 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e425040bb8 -instanceKlass @bci jdk/internal/module/ModuleBootstrap boot2 ()Ljava/lang/ModuleLayer; 757 argL0 ; # jdk/internal/module/ModuleBootstrap$$Lambda+0x000001e4250407a0 -instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 43 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x800000048 -instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 38 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004a -instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 16 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x800000049 -instanceKlass @bci java/util/stream/FindOps$FindSink$OfRef ()V 11 argL0 ; # java/util/stream/FindOps$FindSink$OfRef$$Lambda+0x80000004b -instanceKlass java/util/stream/FindOps$FindOp -instanceKlass java/util/stream/FindOps$FindSink -instanceKlass java/util/stream/FindOps -instanceKlass @bci jdk/internal/module/DefaultRoots exportsAPI (Ljava/lang/module/ModuleDescriptor;)Z 9 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000051 -instanceKlass java/util/stream/Sink$ChainedReference -instanceKlass java/util/stream/ReduceOps$AccumulatingSink -instanceKlass java/util/stream/TerminalSink -instanceKlass java/util/stream/Sink -instanceKlass java/util/function/Consumer -instanceKlass java/util/stream/ReduceOps$Box -instanceKlass java/util/stream/ReduceOps$ReduceOp -instanceKlass java/util/stream/TerminalOp -instanceKlass java/util/stream/ReduceOps -instanceKlass @bci java/util/stream/Collectors castingIdentity ()Ljava/util/function/Function; 0 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000042 -instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 14 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000040 -instanceKlass java/util/function/BinaryOperator -instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 9 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000039 -instanceKlass java/util/function/BiConsumer -instanceKlass @bci java/util/stream/Collectors toSet ()Ljava/util/stream/Collector; 4 argL0 ; # java/util/stream/Collectors$$Lambda+0x800000045 -instanceKlass java/util/stream/Collector -instanceKlass java/util/Collections$UnmodifiableCollection -instanceKlass java/util/stream/Collectors -instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 42 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x80000004e -instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 32 member ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000052 -instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 21 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x80000004f -instanceKlass java/util/concurrent/ForkJoinPool$ManagedBlocker -instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$Node -instanceKlass java/lang/ref/Cleaner$Cleanable -instanceKlass jdk/internal/ref/CleanerImpl -instanceKlass java/lang/ref/Cleaner$1 -instanceKlass java/lang/ref/Cleaner -instanceKlass jdk/internal/ref/CleanerFactory$1 -instanceKlass java/util/concurrent/ThreadFactory -instanceKlass jdk/internal/ref/CleanerFactory -instanceKlass @bci org/apache/maven/utils/Os getOsFamily ()Ljava/lang/String; 74 form vmentry ; # java/lang/invoke/LambdaForm$MH+0x000001e425000800 -instanceKlass @bci jdk/internal/module/DefaultRoots compute (Ljava/lang/module/ModuleFinder;Ljava/lang/module/ModuleFinder;)Ljava/util/Set; 11 argL0 ; # jdk/internal/module/DefaultRoots$$Lambda+0x800000050 -instanceKlass java/lang/invoke/LambdaProxyClassArchive -instanceKlass java/lang/invoke/InfoFromMemberName -instanceKlass java/lang/invoke/MethodHandleInfo -instanceKlass jdk/internal/org/objectweb/asm/ConstantDynamic -instanceKlass jdk/internal/org/objectweb/asm/Handle -instanceKlass sun/security/action/GetBooleanAction -instanceKlass java/lang/invoke/AbstractValidatingLambdaMetafactory -instanceKlass java/lang/invoke/BootstrapMethodInvoker -instanceKlass java/util/function/Predicate -instanceKlass java/lang/WeakPairMap$Pair$Lookup -instanceKlass java/lang/WeakPairMap$Pair -instanceKlass java/lang/WeakPairMap -instanceKlass java/lang/Module$ReflectionData -instanceKlass java/lang/invoke/LambdaMetafactory -# instanceKlass java/lang/invoke/LambdaForm$MH+0x000001e425000400 -instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassDefiner -instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassFile -instanceKlass jdk/internal/org/objectweb/asm/Handler -instanceKlass jdk/internal/org/objectweb/asm/Attribute -instanceKlass jdk/internal/org/objectweb/asm/FieldVisitor -instanceKlass java/util/ArrayList$Itr -instanceKlass sun/invoke/empty/Empty -instanceKlass sun/invoke/util/VerifyType -instanceKlass java/lang/invoke/InvokerBytecodeGenerator$ClassData -instanceKlass jdk/internal/org/objectweb/asm/AnnotationVisitor -instanceKlass jdk/internal/org/objectweb/asm/Frame -instanceKlass jdk/internal/org/objectweb/asm/Label -instanceKlass jdk/internal/org/objectweb/asm/Type -instanceKlass jdk/internal/org/objectweb/asm/MethodVisitor -instanceKlass sun/invoke/util/BytecodeDescriptor -instanceKlass jdk/internal/org/objectweb/asm/ByteVector -instanceKlass jdk/internal/org/objectweb/asm/Symbol -instanceKlass jdk/internal/org/objectweb/asm/SymbolTable -instanceKlass jdk/internal/org/objectweb/asm/ClassVisitor -instanceKlass java/lang/invoke/LambdaFormBuffer -instanceKlass java/lang/invoke/LambdaFormEditor$TransformKey -instanceKlass java/lang/invoke/LambdaFormEditor -instanceKlass java/lang/invoke/Invokers$Holder -instanceKlass java/lang/invoke/DelegatingMethodHandle$Holder -instanceKlass java/lang/invoke/DirectMethodHandle$2 -instanceKlass java/lang/invoke/ClassSpecializer$Factory -instanceKlass java/lang/invoke/ClassSpecializer$SpeciesData -instanceKlass java/lang/invoke/ClassSpecializer$1 -instanceKlass java/lang/invoke/ClassSpecializer -instanceKlass java/lang/invoke/InvokerBytecodeGenerator$1 -instanceKlass java/lang/invoke/InvokerBytecodeGenerator -instanceKlass java/lang/invoke/LambdaForm$Holder -instanceKlass java/lang/invoke/LambdaForm$Name -instanceKlass java/lang/reflect/Array -instanceKlass java/lang/invoke/Invokers -instanceKlass sun/invoke/util/ValueConversions -instanceKlass java/lang/invoke/DirectMethodHandle$Holder -instanceKlass java/lang/Void -instanceKlass sun/invoke/util/Wrapper$Format -instanceKlass java/lang/invoke/MethodHandleImpl$1 -instanceKlass jdk/internal/access/JavaLangInvokeAccess -instanceKlass java/lang/invoke/LambdaForm$NamedFunction -instanceKlass java/lang/invoke/MethodHandleImpl -instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder -instanceKlass java/lang/invoke/MethodTypeForm -instanceKlass jdk/internal/util/StrongReferenceKey -instanceKlass jdk/internal/util/ReferenceKey -instanceKlass jdk/internal/util/ReferencedKeyMap -instanceKlass java/lang/invoke/MethodType$1 -instanceKlass sun/reflect/annotation/AnnotationParser -instanceKlass java/lang/Class$3 -instanceKlass java/lang/PublicMethods$Key -instanceKlass java/lang/PublicMethods$MethodList -instanceKlass java/util/EnumMap$1 -instanceKlass java/util/stream/StreamOpFlag$MaskBuilder -instanceKlass java/util/stream/Stream -instanceKlass java/util/stream/BaseStream -instanceKlass java/util/stream/PipelineHelper -instanceKlass java/util/stream/StreamSupport -instanceKlass java/util/Spliterators$IteratorSpliterator -instanceKlass java/util/Spliterator$OfDouble -instanceKlass java/util/Spliterator$OfLong -instanceKlass java/util/Spliterator$OfInt -instanceKlass java/util/Spliterator$OfPrimitive -instanceKlass java/util/Spliterator -instanceKlass java/util/Spliterators$EmptySpliterator -instanceKlass java/util/Spliterators -instanceKlass jdk/internal/module/DefaultRoots -instanceKlass jdk/internal/loader/BuiltinClassLoader$LoadedModule -instanceKlass jdk/internal/loader/AbstractClassLoaderValue -instanceKlass jdk/internal/module/ServicesCatalog -instanceKlass java/util/Deque -instanceKlass java/util/Queue -instanceKlass sun/net/util/IPAddressUtil$MASKS -instanceKlass sun/net/util/IPAddressUtil -instanceKlass java/net/URLStreamHandler -instanceKlass sun/net/www/ParseUtil -instanceKlass java/net/URL$3 -instanceKlass jdk/internal/access/JavaNetURLAccess -instanceKlass java/net/URL$DefaultFactory -instanceKlass java/net/URLStreamHandlerFactory -instanceKlass jdk/internal/loader/URLClassPath -instanceKlass java/security/Principal -instanceKlass java/security/ProtectionDomain$Key -instanceKlass java/security/ProtectionDomain$JavaSecurityAccessImpl -instanceKlass jdk/internal/access/JavaSecurityAccess -instanceKlass java/lang/ClassLoader$ParallelLoaders -instanceKlass java/security/cert/Certificate -instanceKlass jdk/internal/loader/ArchivedClassLoaders -instanceKlass java/util/concurrent/ConcurrentHashMap$CollectionView -instanceKlass jdk/internal/loader/ClassLoaderHelper -instanceKlass jdk/internal/loader/NativeLibraries -instanceKlass java/lang/Module$EnableNativeAccess -instanceKlass jdk/internal/loader/BootLoader -instanceKlass java/util/Optional -instanceKlass jdk/internal/module/SystemModuleFinders$SystemModuleFinder -instanceKlass java/lang/module/ModuleFinder -instanceKlass jdk/internal/module/SystemModuleFinders$3 -instanceKlass jdk/internal/module/ModuleHashes$HashSupplier -instanceKlass jdk/internal/module/SystemModuleFinders$2 -instanceKlass java/util/function/Supplier -instanceKlass java/lang/module/ModuleReference -instanceKlass jdk/internal/module/ModuleResolution -instanceKlass java/util/Collections$UnmodifiableMap -instanceKlass jdk/internal/module/ModuleHashes$Builder -instanceKlass jdk/internal/module/ModuleHashes -instanceKlass jdk/internal/module/ModuleTarget -instanceKlass java/util/ImmutableCollections$Set12$1 -instanceKlass java/lang/reflect/AccessFlag$18 -instanceKlass java/lang/reflect/AccessFlag$17 -instanceKlass java/lang/reflect/AccessFlag$16 -instanceKlass java/lang/reflect/AccessFlag$15 -instanceKlass java/lang/reflect/AccessFlag$14 -instanceKlass java/lang/reflect/AccessFlag$13 -instanceKlass java/lang/reflect/AccessFlag$12 -instanceKlass java/lang/reflect/AccessFlag$11 -instanceKlass java/lang/reflect/AccessFlag$10 -instanceKlass java/lang/reflect/AccessFlag$9 -instanceKlass java/lang/reflect/AccessFlag$8 -instanceKlass java/lang/reflect/AccessFlag$7 -instanceKlass java/lang/reflect/AccessFlag$6 -instanceKlass java/lang/reflect/AccessFlag$5 -instanceKlass java/lang/reflect/AccessFlag$4 -instanceKlass java/lang/reflect/AccessFlag$3 -instanceKlass java/lang/reflect/AccessFlag$2 -instanceKlass java/lang/reflect/AccessFlag$1 -instanceKlass java/lang/module/ModuleDescriptor$Version -instanceKlass java/lang/module/ModuleDescriptor$Provides -instanceKlass java/lang/module/ModuleDescriptor$Opens -instanceKlass java/util/ImmutableCollections$SetN$SetNIterator -instanceKlass java/lang/module/ModuleDescriptor$Exports -instanceKlass java/lang/module/ModuleDescriptor$Requires -instanceKlass jdk/internal/module/Builder -instanceKlass jdk/internal/module/SystemModules$all -instanceKlass jdk/internal/module/SystemModules -instanceKlass jdk/internal/module/SystemModulesMap -instanceKlass java/net/URI$1 -instanceKlass jdk/internal/access/JavaNetUriAccess -instanceKlass java/net/URI -instanceKlass jdk/internal/module/SystemModuleFinders -instanceKlass jdk/internal/module/ArchivedModuleGraph -instanceKlass jdk/internal/module/ArchivedBootLayer -instanceKlass jdk/internal/module/ModuleBootstrap$Counters -instanceKlass jdk/internal/module/ModulePatcher -instanceKlass java/io/FileSystem -instanceKlass java/io/DefaultFileSystem -instanceKlass java/io/File -instanceKlass java/lang/module/ModuleDescriptor$1 -instanceKlass jdk/internal/access/JavaLangModuleAccess -instanceKlass sun/invoke/util/VerifyAccess -instanceKlass java/util/KeyValueHolder -instanceKlass java/util/ImmutableCollections$MapN$MapNIterator -instanceKlass java/lang/StrictMath -instanceKlass java/lang/invoke/MethodHandles$Lookup -instanceKlass java/lang/invoke/MemberName$Factory -instanceKlass java/lang/invoke/MethodHandles -instanceKlass java/lang/module/ModuleDescriptor -instanceKlass jdk/internal/module/ModuleBootstrap -instanceKlass java/lang/Character$CharacterCache -instanceKlass java/util/HexFormat -instanceKlass jdk/internal/util/ClassFileDumper -instanceKlass sun/security/action/GetPropertyAction -instanceKlass java/lang/invoke/MethodHandleStatics -instanceKlass jdk/internal/misc/Blocker -instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject -instanceKlass java/util/concurrent/locks/Condition -instanceKlass java/util/Collections -instanceKlass java/lang/Thread$ThreadIdentifiers -instanceKlass sun/io/Win32ErrorMode -instanceKlass jdk/internal/misc/OSEnvironment -instanceKlass java/lang/Integer$IntegerCache -instanceKlass jdk/internal/misc/Signal$NativeHandler -instanceKlass java/util/Hashtable$Entry -instanceKlass jdk/internal/misc/Signal -instanceKlass java/lang/Terminator$1 -instanceKlass jdk/internal/misc/Signal$Handler -instanceKlass java/lang/Terminator -instanceKlass java/nio/ByteOrder -instanceKlass java/nio/Buffer$2 -instanceKlass jdk/internal/access/JavaNioAccess -instanceKlass java/nio/Buffer$1 -instanceKlass jdk/internal/misc/ScopedMemoryAccess -instanceKlass java/nio/charset/CodingErrorAction -instanceKlass sun/nio/cs/SingleByte -instanceKlass java/lang/StringUTF16 -instanceKlass sun/nio/cs/MS1252$Holder -instanceKlass sun/nio/cs/ArrayEncoder -instanceKlass java/nio/charset/CharsetEncoder -instanceKlass java/io/Writer -instanceKlass java/io/PrintStream$1 -instanceKlass jdk/internal/access/JavaIOPrintStreamAccess -instanceKlass jdk/internal/misc/InternalLock -instanceKlass java/io/OutputStream -instanceKlass java/io/Flushable -instanceKlass java/io/FileDescriptor$1 -instanceKlass jdk/internal/access/JavaIOFileDescriptorAccess -instanceKlass java/io/FileDescriptor -instanceKlass jdk/internal/util/StaticProperty -instanceKlass jdk/internal/reflect/MethodHandleAccessorFactory -instanceKlass java/lang/reflect/Modifier -instanceKlass java/lang/Class$1 -instanceKlass java/lang/Class$Atomic -instanceKlass java/lang/Class$ReflectionData -instanceKlass java/nio/charset/StandardCharsets -instanceKlass sun/nio/cs/HistoricallyNamedCharset -instanceKlass java/nio/charset/spi/CharsetProvider -instanceKlass java/nio/charset/Charset -instanceKlass java/util/HashMap$HashIterator -instanceKlass java/util/concurrent/locks/LockSupport -instanceKlass java/util/concurrent/ConcurrentHashMap$Node -instanceKlass java/util/concurrent/ConcurrentHashMap$CounterCell -instanceKlass java/util/concurrent/locks/ReentrantLock -instanceKlass java/util/concurrent/locks/Lock -instanceKlass java/lang/CharacterData -instanceKlass java/util/Arrays -instanceKlass jdk/internal/util/Preconditions$3 -instanceKlass jdk/internal/util/Preconditions$2 -instanceKlass jdk/internal/util/Preconditions$4 -instanceKlass java/util/function/BiFunction -instanceKlass jdk/internal/util/Preconditions$1 -instanceKlass java/util/function/Function -instanceKlass jdk/internal/util/Preconditions -instanceKlass java/lang/Runtime -instanceKlass java/lang/VersionProps -instanceKlass java/lang/StringConcatHelper -instanceKlass java/util/HashMap$Node -instanceKlass java/util/Map$Entry -instanceKlass jdk/internal/util/ArraysSupport -instanceKlass jdk/internal/util/SystemProps$Raw -instanceKlass jdk/internal/util/SystemProps -instanceKlass java/lang/System$2 -instanceKlass jdk/internal/access/JavaLangAccess -instanceKlass java/lang/ref/NativeReferenceQueue$Lock -instanceKlass java/lang/ref/ReferenceQueue -instanceKlass java/lang/ref/Reference$1 -instanceKlass jdk/internal/access/JavaLangRefAccess -instanceKlass jdk/internal/reflect/ReflectionFactory -instanceKlass java/lang/Math -instanceKlass java/lang/StringLatin1 -instanceKlass jdk/internal/reflect/Reflection -instanceKlass jdk/internal/reflect/ReflectionFactory$GetReflectionFactoryAction -instanceKlass java/security/PrivilegedAction -instanceKlass jdk/internal/access/SharedSecrets -instanceKlass java/lang/reflect/ReflectAccess -instanceKlass jdk/internal/access/JavaLangReflectAccess -instanceKlass java/util/ImmutableCollections -instanceKlass java/util/Objects -instanceKlass java/util/Set -instanceKlass jdk/internal/misc/CDS -instanceKlass java/lang/Module$ArchivedData -instanceKlass jdk/internal/misc/VM -instanceKlass java/lang/String$CaseInsensitiveComparator -instanceKlass java/util/Comparator -instanceKlass java/io/ObjectStreamField -instanceKlass jdk/internal/vm/FillerObject -instanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload -instanceKlass jdk/internal/vm/vector/VectorSupport -instanceKlass java/lang/reflect/RecordComponent -instanceKlass java/util/Iterator -instanceKlass java/lang/Number -instanceKlass java/lang/Character -instanceKlass java/lang/Boolean -instanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer -instanceKlass java/lang/LiveStackFrame -instanceKlass java/lang/StackFrameInfo -instanceKlass java/lang/StackWalker$StackFrame -instanceKlass java/lang/StackStreamFactory$AbstractStackWalker -instanceKlass java/lang/StackWalker -instanceKlass java/nio/Buffer -instanceKlass java/lang/StackTraceElement -instanceKlass java/util/RandomAccess -instanceKlass java/util/List -instanceKlass java/util/SequencedCollection -instanceKlass java/util/AbstractCollection -instanceKlass java/util/Collection -instanceKlass java/lang/Iterable -instanceKlass java/util/concurrent/ConcurrentMap -instanceKlass java/util/AbstractMap -instanceKlass java/security/CodeSource -instanceKlass jdk/internal/loader/ClassLoaders -instanceKlass java/util/jar/Manifest -instanceKlass java/lang/Enum -instanceKlass java/net/URL -instanceKlass java/io/InputStream -instanceKlass java/io/Closeable -instanceKlass java/lang/AutoCloseable -instanceKlass jdk/internal/module/Modules -instanceKlass jdk/internal/misc/Unsafe -instanceKlass jdk/internal/misc/UnsafeConstants -instanceKlass java/lang/AbstractStringBuilder -instanceKlass java/lang/Appendable -instanceKlass java/lang/AssertionStatusDirectives -instanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext -instanceKlass jdk/internal/foreign/abi/ABIDescriptor -instanceKlass jdk/internal/foreign/abi/NativeEntryPoint -instanceKlass java/lang/invoke/CallSite -instanceKlass java/lang/invoke/MethodType -instanceKlass java/lang/invoke/TypeDescriptor$OfMethod -instanceKlass java/lang/invoke/LambdaForm -instanceKlass java/lang/invoke/MethodHandleNatives -instanceKlass java/lang/invoke/ResolvedMethodName -instanceKlass java/lang/invoke/MemberName -instanceKlass java/lang/invoke/VarHandle -instanceKlass java/lang/invoke/MethodHandle -instanceKlass jdk/internal/reflect/CallerSensitive -instanceKlass java/lang/annotation/Annotation -instanceKlass jdk/internal/reflect/FieldAccessor -instanceKlass jdk/internal/reflect/ConstantPool -instanceKlass jdk/internal/reflect/ConstructorAccessor -instanceKlass jdk/internal/reflect/MethodAccessor -instanceKlass jdk/internal/reflect/MagicAccessorImpl -instanceKlass jdk/internal/vm/StackChunk -instanceKlass jdk/internal/vm/Continuation -instanceKlass jdk/internal/vm/ContinuationScope -instanceKlass java/lang/reflect/Parameter -instanceKlass java/lang/reflect/Member -instanceKlass java/lang/reflect/AccessibleObject -instanceKlass java/lang/Module -instanceKlass java/util/Map -instanceKlass java/util/Dictionary -instanceKlass java/lang/ThreadGroup -instanceKlass java/lang/Thread$UncaughtExceptionHandler -instanceKlass java/lang/Thread$Constants -instanceKlass java/lang/Thread$FieldHolder -instanceKlass java/lang/Thread -instanceKlass java/lang/Runnable -instanceKlass java/lang/ref/Reference -instanceKlass java/lang/Record -instanceKlass java/security/AccessController -instanceKlass java/security/AccessControlContext -instanceKlass java/security/ProtectionDomain -instanceKlass java/lang/SecurityManager -instanceKlass java/lang/Throwable -instanceKlass java/lang/System -instanceKlass java/lang/ClassLoader -instanceKlass java/lang/Cloneable -instanceKlass java/lang/Class -instanceKlass java/lang/invoke/TypeDescriptor$OfField -instanceKlass java/lang/invoke/TypeDescriptor -instanceKlass java/lang/reflect/Type -instanceKlass java/lang/reflect/GenericDeclaration -instanceKlass java/lang/reflect/AnnotatedElement -instanceKlass java/lang/String -instanceKlass java/lang/constant/ConstantDesc -instanceKlass java/lang/constant/Constable -instanceKlass java/lang/CharSequence -instanceKlass java/lang/Comparable -instanceKlass java/io/Serializable -ciInstanceKlass java/lang/Object 1 1 124 7 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 3 8 1 7 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 3 1 1 -ciMethod java/lang/Object equals (Ljava/lang/Object;)Z 1024 0 12138 0 -1 -ciMethod java/lang/Object hashCode ()I 256 0 128 0 -1 -ciMethod java/lang/Object clone ()Ljava/lang/Object; 256 0 128 0 -1 -ciInstanceKlass java/io/Serializable 1 0 7 100 1 100 1 1 1 -ciInstanceKlass java/lang/System 1 1 834 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 10 12 1 1 100 1 10 12 10 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 12 1 100 1 8 1 10 10 12 1 100 1 8 1 10 8 1 10 7 12 1 1 8 1 10 12 100 1 8 1 10 10 12 1 1 10 7 12 1 1 1 100 1 18 12 1 100 1 9 100 12 1 1 1 10 12 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 9 12 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 8 1 11 12 1 10 12 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 7 1 11 12 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 11 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 9 12 1 8 1 10 7 12 1 1 8 1 7 1 9 7 12 1 1 1 10 12 1 7 1 9 12 10 9 12 7 1 10 12 9 12 1 1 8 1 10 12 1 1 8 1 10 7 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 10 7 12 1 1 1 9 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 8 1 8 1 10 8 1 8 1 8 1 8 1 10 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 7 1 8 1 10 10 10 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 9 12 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/System in Ljava/io/InputStream; java/io/ByteArrayInputStream -staticfield java/lang/System out Ljava/io/PrintStream; java/io/PrintStream -staticfield java/lang/System err Ljava/io/PrintStream; java/io/PrintStream -instanceKlass com/sun/jna/Native$6 -instanceKlass org/eclipse/osgi/internal/permadmin/EquinoxSecurityManager -instanceKlass org/eclipse/osgi/internal/loader/BundleLoader$ClassContext -instanceKlass org/eclipse/osgi/internal/framework/ContextFinder$Finder -instanceKlass org/eclipse/osgi/internal/url/MultiplexingFactory$InternalSecurityManager -ciInstanceKlass java/lang/SecurityManager 1 1 576 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 100 1 10 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 100 1 8 1 10 9 12 1 1 9 12 1 8 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 10 12 1 1 100 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 8 1 100 1 8 1 10 8 1 8 1 8 1 8 1 8 1 10 100 12 1 1 8 1 100 1 8 1 8 1 10 8 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 11 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 18 12 1 1 11 12 1 1 18 18 11 12 1 18 12 1 11 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 7 1 10 7 12 1 1 10 12 1 10 12 1 18 12 1 18 10 7 12 1 1 1 18 12 1 10 12 1 18 18 8 1 10 12 1 9 12 1 1 11 7 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 8 1 100 1 10 9 12 1 8 1 10 12 1 8 1 100 1 10 10 7 12 1 1 10 7 1 9 7 12 1 1 1 11 12 1 1 10 12 1 11 12 1 10 12 1 7 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 7 12 1 1 1 16 1 16 15 10 12 16 1 15 10 12 16 15 11 7 1 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 1 16 1 15 11 12 1 15 10 12 16 15 10 16 1 15 10 7 12 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/SecurityManager packageAccessLock Ljava/lang/Object; java/lang/Object -staticfield java/lang/SecurityManager packageDefinitionLock Ljava/lang/Object; java/lang/Object -staticfield java/lang/SecurityManager nonExportedPkgs Ljava/util/Map; java/util/concurrent/ConcurrentHashMap -ciInstanceKlass java/security/AccessController 1 1 295 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 1 10 11 7 12 1 1 1 10 7 12 1 1 11 7 1 100 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 8 1 10 100 12 1 1 1 8 1 7 1 10 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 3 1 1 1 -staticfield java/security/AccessController $assertionsDisabled Z 1 -instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader$GenerationProtectionDomain -ciInstanceKlass java/security/ProtectionDomain 1 1 348 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 7 1 9 12 1 1 9 12 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 9 12 1 9 100 12 1 1 10 12 1 1 10 100 1 10 12 1 1 8 1 7 1 8 1 10 12 1 10 11 10 7 12 1 1 1 10 12 1 1 8 1 11 8 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 100 1 18 12 1 1 10 7 12 1 1 1 10 7 1 10 12 1 10 12 1 1 11 100 12 1 1 11 12 1 100 1 11 7 12 1 1 1 10 12 1 10 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 100 12 1 1 11 12 1 10 12 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/security/ProtectionDomain filePermCompatInPD Z 0 -ciInstanceKlass java/security/CodeSource 1 1 398 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 7 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 8 1 8 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 12 1 10 12 10 12 1 1 10 100 12 1 1 10 12 1 7 1 10 12 10 100 12 1 1 1 10 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 7 1 8 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 10 12 10 12 1 1 11 7 12 1 1 10 10 12 1 11 10 12 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/Boolean 1 1 152 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 8 1 10 7 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 9 100 12 1 1 9 12 10 100 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Boolean TRUE Ljava/lang/Boolean; java/lang/Boolean -staticfield java/lang/Boolean FALSE Ljava/lang/Boolean; java/lang/Boolean -staticfield java/lang/Boolean TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass java/lang/Comparable 1 0 12 100 1 100 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/constant/Constable 1 0 11 100 1 100 1 1 1 1 1 1 1 -ciInstanceKlass java/util/Map 1 1 263 11 7 12 1 1 1 11 12 1 1 10 7 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 12 1 100 1 100 1 10 12 1 1 11 7 12 1 1 1 11 100 12 1 1 1 11 12 1 11 12 1 10 12 1 1 11 12 1 11 7 12 1 9 7 12 1 1 1 7 1 10 12 7 1 7 1 10 12 1 7 1 10 7 1 11 12 1 11 12 1 1 11 12 1 1 7 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/Class 1 1 1698 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 8 1 10 12 1 10 11 100 12 1 1 1 11 7 12 1 1 1 11 8 1 18 8 1 10 12 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 7 1 7 1 10 12 1 1 9 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 7 1 10 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 12 1 1 10 9 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 9 100 12 1 1 1 9 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 7 1 10 10 10 12 1 1 10 12 1 1 10 12 10 10 12 1 1 7 1 8 1 10 10 12 1 1 10 12 1 100 1 11 12 1 10 100 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 7 1 9 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 11 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 7 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 1 100 1 10 9 12 1 1 10 12 7 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 10 12 1 1 100 1 10 8 1 10 12 1 11 11 12 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 10 12 1 1 9 12 1 9 12 1 1 10 7 12 1 1 9 12 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 9 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 100 1 10 10 12 1 1 7 1 10 12 1 1 100 11 7 1 9 12 1 1 9 12 1 7 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 10 10 12 1 10 12 10 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 8 10 7 8 1 18 8 1 8 1 10 12 1 9 12 1 9 12 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 7 1 10 10 12 1 10 7 1 9 12 1 8 1 10 12 1 7 1 10 12 1 10 12 1 1 100 1 7 1 9 12 1 100 1 8 1 10 10 7 12 1 1 1 10 12 11 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 11 12 7 1 11 7 12 1 1 9 12 1 10 100 12 1 1 1 10 7 12 1 1 10 12 1 1 9 12 1 9 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 12 1 7 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 11 12 1 11 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 7 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 100 1 10 12 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 1 10 12 1 18 12 1 1 11 12 1 1 18 11 12 1 18 12 1 11 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 8 1 10 12 1 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 11 12 16 1 16 15 16 15 10 12 16 16 15 10 12 16 15 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 100 1 100 1 1 100 1 100 1 1 -staticfield java/lang/Class EMPTY_CLASS_ARRAY [Ljava/lang/Class; 0 [Ljava/lang/Class; -staticfield java/lang/Class serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; -ciInstanceKlass java/lang/reflect/AnnotatedElement 1 1 164 11 7 12 1 1 1 11 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 11 12 1 1 11 7 12 1 1 10 7 12 1 1 1 10 12 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 18 12 1 18 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 16 15 16 1 16 1 15 11 12 16 16 1 15 10 100 12 1 1 1 16 1 15 10 100 12 1 1 1 1 100 1 100 1 1 -ciInstanceKlass java/lang/invoke/TypeDescriptor 1 0 17 100 1 100 1 1 1 1 1 1 100 1 100 1 1 1 1 -ciInstanceKlass java/lang/reflect/GenericDeclaration 1 0 30 7 1 7 1 7 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 -ciInstanceKlass java/lang/reflect/Type 1 1 17 11 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/invoke/TypeDescriptor$OfField 1 0 21 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/Class isPrimitive ()Z 256 0 128 0 -1 -ciInstanceKlass java/lang/StringBuilder 1 1 422 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 100 1 100 1 8 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/lang/StringBuilder -instanceKlass java/lang/StringBuffer -ciInstanceKlass java/lang/AbstractStringBuilder 1 1 605 7 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 3 3 10 12 1 10 12 1 1 11 7 1 100 1 7 1 10 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 8 1 10 10 12 1 1 100 1 10 12 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 100 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 100 1 10 12 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 10 12 10 12 1 10 10 10 12 1 10 5 0 10 10 12 1 1 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 100 1 10 12 100 1 10 100 1 10 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 7 1 1 16 1 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/AbstractStringBuilder EMPTYVALUE [B 0 -ciMethod java/lang/StringBuilder toString ()Ljava/lang/String; 14 0 214551 0 1176 -ciMethod java/lang/StringBuilder length ()I 554 0 79394 0 80 -ciInstanceKlass java/lang/Appendable 1 0 14 100 1 100 1 1 1 1 100 1 1 1 1 1 -ciInstanceKlass java/lang/CharSequence 1 1 131 11 7 12 1 1 1 18 12 1 1 100 1 10 100 12 1 1 1 18 10 100 12 1 1 1 11 12 1 1 11 7 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 100 1 10 12 1 1 10 100 12 1 1 1 100 1 10 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 11 12 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 100 1 1 100 1 100 1 1 -ciInstanceKlass java/io/PrintStream 1 1 413 100 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 100 1 100 1 10 10 7 12 1 1 9 12 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 7 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 100 1 10 10 12 1 8 10 12 1 9 12 1 1 100 1 8 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 10 12 1 1 10 12 1 1 100 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 1 10 12 10 12 1 10 10 12 1 10 12 1 10 12 10 12 10 7 12 1 1 1 10 12 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 10 7 12 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/AutoCloseable 1 0 12 100 1 100 1 1 1 1 100 1 1 1 -ciInstanceKlass java/io/Closeable 1 0 14 100 1 100 1 100 1 1 1 1 100 1 1 1 -instanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap$AmbiguousException -instanceKlass org/eclipse/jdt/internal/compiler/lookup/InferenceFailureException -instanceKlass lombok/eclipse/agent/PatchDelegate$CantMakeDelegates -instanceKlass org/apache/commons/codec/EncoderException -instanceKlass org/apache/commons/codec/DecoderException -instanceKlass org/apache/maven/model/resolution/UnresolvableModelException -instanceKlass org/apache/maven/model/resolution/InvalidRepositoryException -instanceKlass org/apache/maven/toolchain/building/ToolchainsBuildingException -instanceKlass org/apache/maven/plugin/version/PluginVersionNotFoundException -instanceKlass org/apache/maven/plugin/InvalidPluginException -instanceKlass org/apache/maven/configuration/BeanConfigurationException -instanceKlass org/apache/maven/repository/metadata/MetadataGraphTransformationException -instanceKlass org/apache/maven/repository/metadata/GraphConflictResolutionException -instanceKlass org/apache/maven/repository/metadata/MetadataResolutionException -instanceKlass org/apache/maven/artifact/installer/ArtifactInstallationException -instanceKlass org/codehaus/plexus/personality/plexus/lifecycle/phase/InitializationException -instanceKlass org/apache/maven/project/interpolation/ModelInterpolationException -instanceKlass org/apache/http/HttpException -instanceKlass org/apache/maven/BuildFailureException -instanceKlass org/apache/maven/MavenExecutionException -instanceKlass org/apache/maven/lifecycle/internal/builder/BuilderNotFoundException -instanceKlass org/apache/maven/lifecycle/NoGoalSpecifiedException -instanceKlass org/apache/maven/lifecycle/MissingProjectException -instanceKlass org/codehaus/plexus/configuration/PlexusConfigurationException -instanceKlass org/codehaus/plexus/component/composition/CycleDetectedInComponentGraphException -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataStoreException -instanceKlass org/sonatype/plexus/components/cipher/PlexusCipherException -instanceKlass org/sonatype/plexus/components/sec/dispatcher/SecDispatcherException -instanceKlass org/apache/maven/project/DependencyResolutionException -instanceKlass org/apache/maven/model/building/ModelBuildingException -instanceKlass org/apache/maven/repository/legacy/metadata/ArtifactMetadataRetrievalException -instanceKlass org/apache/maven/lifecycle/LifecycleNotFoundException -instanceKlass org/apache/maven/plugin/prefix/NoPluginFoundForPrefixException -instanceKlass org/apache/maven/lifecycle/LifecyclePhaseNotFoundException -instanceKlass org/apache/maven/repository/legacy/resolver/conflict/ConflictResolverNotFoundException -instanceKlass org/apache/maven/lifecycle/LifecycleExecutionException -instanceKlass org/apache/maven/repository/ArtifactDoesNotExistException -instanceKlass org/apache/maven/repository/ArtifactTransferFailedException -instanceKlass org/codehaus/plexus/component/repository/exception/ComponentLifecycleException -instanceKlass org/apache/maven/wagon/WagonException -instanceKlass org/apache/maven/artifact/deployer/ArtifactDeploymentException -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataResolutionException -instanceKlass org/apache/maven/toolchain/MisconfiguredToolchainException -instanceKlass org/apache/maven/plugin/AbstractMojoExecutionException -instanceKlass com/google/common/collect/RegularImmutableMap$BucketOverflowException -instanceKlass com/google/inject/internal/ErrorsException -instanceKlass com/google/inject/internal/InternalProvisionException -instanceKlass org/codehaus/plexus/context/ContextException -instanceKlass org/apache/commons/cli/ParseException -instanceKlass org/codehaus/plexus/interpolation/InterpolationException -instanceKlass org/apache/maven/cli/MavenCli$ExitException -instanceKlass org/codehaus/plexus/util/xml/pull/XmlPullParserException -instanceKlass sun/nio/fs/WindowsException -instanceKlass org/eclipse/equinox/security/storage/StorageException -instanceKlass javax/xml/transform/TransformerException -instanceKlass org/eclipse/jface/text/templates/TemplateException -instanceKlass lombok/eclipse/agent/PatchDelegate$CantMakeDelegates -instanceKlass org/eclipse/jface/text/BadLocationException -instanceKlass org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding$InvalidBindingException -instanceKlass org/eclipse/jdt/core/compiler/InvalidInputException -instanceKlass org/eclipse/jdt/internal/compiler/classfmt/ClassFormatException -instanceKlass org/apache/maven/artifact/versioning/InvalidVersionSpecificationException -instanceKlass java/text/ParseException -instanceKlass org/codehaus/plexus/component/configurator/expression/ExpressionEvaluationException -instanceKlass org/codehaus/plexus/PlexusContainerException -instanceKlass org/apache/maven/cli/internal/ExtensionResolutionException -instanceKlass org/codehaus/plexus/classworlds/ClassWorldException -instanceKlass org/codehaus/plexus/component/configurator/ComponentConfigurationException -instanceKlass org/apache/maven/plugin/InvalidPluginDescriptorException -instanceKlass org/apache/maven/plugin/MojoNotFoundException -instanceKlass org/apache/maven/plugin/PluginDescriptorParsingException -instanceKlass org/apache/maven/artifact/resolver/AbstractArtifactResolutionException -instanceKlass org/apache/maven/plugin/version/PluginVersionResolutionException -instanceKlass org/apache/maven/execution/MavenExecutionRequestPopulationException -instanceKlass org/eclipse/aether/RepositoryException -instanceKlass org/apache/maven/project/ProjectBuildingException -instanceKlass org/apache/maven/plugin/PluginResolutionException -instanceKlass org/apache/maven/plugin/PluginConfigurationException -instanceKlass org/apache/maven/plugin/PluginManagerException -instanceKlass org/apache/maven/settings/building/SettingsBuildingException -instanceKlass org/apache/maven/artifact/InvalidRepositoryException -instanceKlass org/codehaus/plexus/component/repository/exception/ComponentLookupException -instanceKlass org/apache/maven/project/DuplicateProjectException -instanceKlass org/codehaus/plexus/util/dag/CycleDetectedException -instanceKlass ch/qos/logback/core/util/DynamicClassLoadingException -instanceKlass ch/qos/logback/core/util/IncompatibleClassException -instanceKlass ch/qos/logback/core/joran/spi/JoranException -instanceKlass java/util/concurrent/TimeoutException -instanceKlass org/osgi/service/application/ApplicationException -instanceKlass org/eclipse/core/runtime/CoreException -instanceKlass org/osgi/service/prefs/BackingStoreException -instanceKlass org/apache/felix/scr/impl/inject/methods/SuitableMethodNotAccessibleException -instanceKlass org/xml/sax/SAXException -instanceKlass java/util/concurrent/ExecutionException -instanceKlass java/lang/CloneNotSupportedException -instanceKlass javax/xml/parsers/ParserConfigurationException -instanceKlass org/osgi/service/resolver/ResolutionException -instanceKlass java/security/GeneralSecurityException -instanceKlass org/eclipse/osgi/container/ModuleContainer$ResolutionLockException -instanceKlass java/security/PrivilegedActionException -instanceKlass org/osgi/framework/InvalidSyntaxException -instanceKlass org/osgi/framework/BundleException -instanceKlass java/lang/InterruptedException -instanceKlass java/net/URISyntaxException -instanceKlass java/lang/instrument/UnmodifiableClassException -instanceKlass java/io/IOException -instanceKlass java/lang/ReflectiveOperationException -instanceKlass java/lang/RuntimeException -ciInstanceKlass java/lang/Exception 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateRecursion -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataDeploymentException -instanceKlass org/apache/maven/artifact/repository/metadata/RepositoryMetadataInstallationException -instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateRecursion -instanceKlass java/lang/Exception -instanceKlass java/lang/Error -ciInstanceKlass java/lang/Throwable 1 1 404 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 100 12 1 1 10 10 12 1 100 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 8 1 9 7 12 1 1 1 10 12 1 1 100 1 10 12 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 11 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 8 1 8 1 9 12 1 1 10 12 1 1 100 1 10 11 12 1 8 1 8 1 10 7 12 1 1 8 1 10 12 1 8 1 100 1 10 12 1 9 12 1 1 10 12 1 10 7 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 100 12 1 1 10 12 1 1 7 1 10 100 12 1 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 8 1 10 12 1 1 8 1 10 10 9 100 12 1 1 1 8 1 10 12 1 1 11 10 100 1 8 1 10 11 12 1 1 8 1 9 12 1 10 100 12 1 1 11 9 12 1 1 11 12 1 1 100 10 12 1 10 12 1 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Throwable UNASSIGNED_STACK [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; -staticfield java/lang/Throwable SUPPRESSED_SENTINEL Ljava/util/List; java/util/Collections$EmptyList -staticfield java/lang/Throwable EMPTY_THROWABLE_ARRAY [Ljava/lang/Throwable; 0 [Ljava/lang/Throwable; -staticfield java/lang/Throwable $assertionsDisabled Z 1 -ciMethod java/lang/Throwable printStackTrace (Ljava/io/PrintStream;)V 0 0 1 0 -1 -instanceKlass org/eclipse/jdt/internal/compiler/util/Messages$MessagesProperties -instanceKlass org/eclipse/core/internal/resources/SaveManager$MasterTable -instanceKlass org/eclipse/core/internal/preferences/SortedProperties -instanceKlass org/eclipse/osgi/util/NLS$MessagesProperties -instanceKlass java/security/Provider -ciInstanceKlass java/util/Properties 1 1 690 10 7 12 1 1 1 100 1 10 7 12 1 1 7 1 10 12 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 7 1 10 12 10 12 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 7 1 3 10 10 100 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 10 100 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 10 12 1 10 12 1 1 100 1 9 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 9 12 1 1 7 1 7 1 10 12 1 7 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 11 12 1 10 12 1 1 8 1 10 12 1 10 100 12 1 1 10 12 1 100 1 10 10 12 1 10 12 1 100 1 10 10 12 1 1 10 7 12 1 1 9 100 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 100 1 100 1 10 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 10 10 12 1 11 7 12 1 1 10 7 12 1 1 1 8 1 10 100 12 1 1 11 11 7 1 8 1 10 100 1 11 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 10 11 12 1 4 11 10 12 1 1 10 100 12 1 1 11 12 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 100 12 1 1 1 100 1 6 0 10 12 1 1 11 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -staticfield java/util/Properties UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -instanceKlass org/apache/felix/scr/impl/helper/ReadOnlyDictionary -instanceKlass org/osgi/framework/FrameworkUtil$MapAsDictionary -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap$UnmodifiableDictionary -instanceKlass org/eclipse/osgi/framework/util/CaseInsensitiveDictionaryMap -instanceKlass org/eclipse/osgi/internal/framework/EquinoxBundle$SystemBundle$SystemBundleHeaders -instanceKlass org/eclipse/osgi/storage/BundleInfo$CachedManifest -instanceKlass java/util/Hashtable -ciInstanceKlass java/util/Dictionary 1 1 36 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/util/Properties -ciInstanceKlass java/util/Hashtable 1 1 516 7 1 10 7 12 1 1 1 9 7 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 9 12 1 1 7 1 9 12 1 1 4 10 7 12 1 1 1 9 12 1 4 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 1 100 1 10 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 12 1 3 9 12 1 9 12 1 3 10 12 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 9 12 1 1 10 100 1 7 1 10 12 1 10 8 1 10 10 12 1 8 1 10 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 100 1 10 12 1 10 12 1 1 7 1 10 7 1 10 10 12 1 1 11 12 1 1 11 12 1 7 1 10 10 10 100 12 1 1 11 100 12 1 1 1 100 1 10 11 100 12 1 1 11 100 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 8 1 10 4 4 10 12 1 1 10 12 1 8 1 4 10 12 10 100 12 1 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 7 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/String 1 1 1443 10 7 12 1 1 1 8 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 10 7 12 1 1 1 10 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 10 12 9 7 12 1 1 10 12 1 1 3 10 12 1 1 7 1 11 12 1 1 11 12 1 11 12 1 1 10 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 11 12 1 1 10 12 1 1 10 12 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 100 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 100 1 11 10 7 12 1 1 11 12 1 11 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 3 3 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 10 12 1 100 1 10 10 12 1 1 10 12 1 1 10 7 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 11 7 1 11 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 1 10 12 10 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 10 12 1 10 12 10 10 12 10 10 12 1 10 12 1 10 10 12 10 7 12 1 1 1 10 12 10 10 12 10 12 1 10 12 10 12 10 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 10 7 12 1 1 1 11 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 7 1 8 1 10 10 10 12 1 10 12 1 1 8 1 10 12 1 3 3 10 12 1 10 12 1 1 10 12 7 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 10 12 10 12 1 1 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 1 10 10 12 1 8 1 10 12 1 1 18 12 1 1 11 100 12 1 1 1 7 1 3 18 12 1 18 12 1 8 1 10 100 12 1 1 1 11 12 1 1 10 12 10 10 12 1 10 11 12 1 1 10 12 1 1 11 12 1 18 3 11 10 12 1 11 11 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 11 100 12 1 100 1 100 1 10 12 100 1 10 10 100 12 1 1 1 100 1 10 7 1 10 10 12 1 10 10 12 1 8 1 10 10 12 1 8 1 8 1 10 12 1 10 12 1 10 10 12 10 7 12 1 1 10 7 12 1 1 10 7 12 1 1 8 1 10 12 1 10 12 1 10 9 12 1 10 12 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 100 12 1 1 1 10 12 10 12 1 1 10 12 10 10 12 10 12 7 1 9 12 1 1 7 1 10 7 1 7 1 7 1 7 1 1 1 1 1 1 5 0 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 12 15 10 12 15 10 12 15 10 100 12 1 1 1 1 1 1 1 100 1 100 1 1 1 -staticfield java/lang/String COMPACT_STRINGS Z 1 -staticfield java/lang/String serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; -staticfield java/lang/String CASE_INSENSITIVE_ORDER Ljava/util/Comparator; java/lang/String$CaseInsensitiveComparator -ciMethod java/lang/String equals (Ljava/lang/Object;)Z 900 0 8090 0 416 -ciMethod java/lang/String hashCode ()I 1024 0 6944 0 176 -ciMethod java/lang/String length ()I 550 0 2004876 0 112 -ciMethod java/lang/String charAt (I)C 862 0 4241154 0 192 -ciInstanceKlass java/lang/constant/ConstantDesc 1 0 37 100 1 100 1 1 1 1 100 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 100 1 100 1 1 -ciInstanceKlass jdk/internal/misc/VM 1 1 320 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 8 1 10 12 1 9 12 1 1 9 12 1 9 12 1 3 10 7 12 1 1 1 9 12 1 1 100 1 8 1 10 11 7 12 1 1 1 7 1 10 100 12 1 1 1 10 12 1 8 1 8 1 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 5 0 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 12 1 100 1 10 12 1 10 7 12 1 1 9 12 1 9 12 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 100 12 1 1 1 5 0 10 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 7 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 7 1 1 1 1 -staticfield jdk/internal/misc/VM lock Ljava/lang/Object; java/lang/Object -instanceKlass java/util/zip/ZipError -ciInstanceKlass java/lang/InternalError 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/io/IOError -instanceKlass org/apache/maven/BuildAbort -instanceKlass javax/xml/parsers/FactoryConfigurationError -instanceKlass com/google/common/util/concurrent/ExecutionError -instanceKlass java/util/ServiceConfigurationError -instanceKlass java/lang/ThreadDeath -instanceKlass java/lang/AssertionError -instanceKlass java/lang/VirtualMachineError -instanceKlass java/lang/LinkageError -ciInstanceKlass java/lang/Error 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/lang/StackOverflowError -instanceKlass java/lang/OutOfMemoryError -instanceKlass java/lang/InternalError -ciInstanceKlass java/lang/VirtualMachineError 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/util/Iterator 1 1 53 100 1 8 1 10 12 1 1 10 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/util/Map$Entry 1 0 178 18 12 1 1 7 1 100 1 18 10 100 12 1 1 1 18 12 1 18 100 1 11 7 12 1 1 1 11 12 1 11 7 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 10 12 1 8 10 7 1 10 12 1 8 10 12 1 8 1 10 12 1 8 10 12 1 8 1 10 12 1 1 8 1 100 1 8 1 10 12 1 1 11 12 7 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 16 3 3 15 11 12 15 11 12 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 -instanceKlass org/eclipse/core/internal/content/LazyInputStream -instanceKlass org/eclipse/jdt/ls/core/internal/ConnectionStreamFactory$NamedPipeInputStream -instanceKlass sun/nio/ch/ChannelInputStream -instanceKlass java/io/ObjectInputStream$PeekInputStream -instanceKlass java/io/ObjectInputStream$BlockDataInputStream -instanceKlass org/eclipse/core/internal/resources/ContentDescriptionManager$LazyFileInputStream -instanceKlass java/io/ObjectInputStream -instanceKlass org/eclipse/core/internal/localstore/SafeChunkyInputStream -instanceKlass org/eclipse/core/internal/registry/BufferedRandomInputStream -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLEntityManager$RewindableInputStream -instanceKlass org/eclipse/osgi/storage/url/reference/ReferenceInputStream -instanceKlass java/util/jar/JarVerifier$VerifierStream -instanceKlass java/util/zip/ZipFile$ZipFileInputStream -instanceKlass java/io/FilterInputStream -instanceKlass java/io/FileInputStream -instanceKlass java/io/ByteArrayInputStream -ciInstanceKlass java/io/InputStream 1 1 195 7 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 100 1 3 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 3 7 1 8 1 10 10 7 12 1 1 1 7 1 10 11 7 12 1 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 10 7 12 1 1 1 5 0 10 12 1 10 12 1 1 100 1 10 8 1 10 8 1 8 1 10 12 1 1 10 100 12 1 1 1 7 1 5 0 10 12 1 100 1 7 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/misc/Unsafe 1 1 1287 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 10 10 12 1 1 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 5 0 5 0 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 10 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 9 12 1 100 1 10 10 12 1 1 8 1 10 8 1 8 1 10 12 1 1 9 7 12 1 1 1 9 7 1 9 7 1 9 7 1 9 9 7 1 9 7 1 9 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 5 0 5 0 9 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 3 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 10 100 1 10 9 12 1 5 0 10 12 1 1 5 0 10 12 1 5 0 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 5 0 5 0 5 0 10 12 1 1 10 12 1 10 12 1 10 12 10 100 12 1 1 8 1 100 1 11 12 1 1 8 1 11 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 12 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 7 1 9 12 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield jdk/internal/misc/Unsafe theUnsafe Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_INT_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_LONG_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_BASE_OFFSET I 16 -staticfield jdk/internal/misc/Unsafe ARRAY_BOOLEAN_INDEX_SCALE I 1 -staticfield jdk/internal/misc/Unsafe ARRAY_BYTE_INDEX_SCALE I 1 -staticfield jdk/internal/misc/Unsafe ARRAY_SHORT_INDEX_SCALE I 2 -staticfield jdk/internal/misc/Unsafe ARRAY_CHAR_INDEX_SCALE I 2 -staticfield jdk/internal/misc/Unsafe ARRAY_INT_INDEX_SCALE I 4 -staticfield jdk/internal/misc/Unsafe ARRAY_LONG_INDEX_SCALE I 8 -staticfield jdk/internal/misc/Unsafe ARRAY_FLOAT_INDEX_SCALE I 4 -staticfield jdk/internal/misc/Unsafe ARRAY_DOUBLE_INDEX_SCALE I 8 -staticfield jdk/internal/misc/Unsafe ARRAY_OBJECT_INDEX_SCALE I 4 -staticfield jdk/internal/misc/Unsafe ADDRESS_SIZE I 8 -instanceKlass org/eclipse/jdt/apt/core/internal/AnnotationProcessorFactoryLoader$1 -instanceKlass lombok/launch/ShadowClassLoader -instanceKlass org/eclipse/sisu/space/CloningClassSpace$CloningClassLoader -instanceKlass org/apache/aries/spifly/MultiDelegationClassloader -instanceKlass org/apache/aries/spifly/Util$WrapperCL -instanceKlass lombok/launch/ShadowClassLoader -instanceKlass org/eclipse/osgi/internal/loader/ModuleClassLoader -instanceKlass org/eclipse/osgi/internal/framework/ContextFinder -instanceKlass org/eclipse/osgi/internal/framework/EquinoxContainer$1 -instanceKlass lombok/launch/ShadowClassLoader -instanceKlass jdk/internal/reflect/DelegatingClassLoader -instanceKlass java/security/SecureClassLoader -ciInstanceKlass java/lang/ClassLoader 1 1 1108 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 7 12 1 10 7 1 10 7 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 10 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 10 12 1 1 9 12 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 8 1 10 12 1 10 12 1 100 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 12 1 10 12 1 1 8 1 8 1 10 7 12 1 1 100 1 10 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 7 1 7 1 10 12 1 1 10 12 1 10 7 1 10 12 1 100 1 18 12 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 12 1 8 1 10 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 8 1 100 1 10 10 12 1 9 12 1 10 7 12 1 1 10 12 1 7 1 8 1 10 12 1 10 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 100 1 10 12 1 1 7 1 7 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 18 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 18 12 1 11 100 12 1 1 1 100 1 10 12 1 1 10 12 1 10 11 12 1 1 10 18 10 12 1 1 11 7 12 1 18 12 1 11 12 1 1 10 12 10 12 1 1 10 12 1 1 100 1 8 1 10 10 12 1 8 1 8 1 10 100 12 1 1 10 12 1 100 1 10 10 12 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 100 1 10 11 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 9 12 1 1 9 12 9 12 1 9 12 1 9 12 1 8 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 11 12 1 1 10 100 12 1 1 1 100 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 16 1 16 1 15 10 12 16 15 10 12 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/ClassLoader nocerts [Ljava/security/cert/Certificate; 0 [Ljava/security/cert/Certificate; -staticfield java/lang/ClassLoader $assertionsDisabled Z 1 -ciInstanceKlass java/lang/reflect/Constructor 1 1 439 10 7 12 1 1 1 10 7 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 100 1 8 1 10 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 7 12 1 1 10 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -instanceKlass java/lang/reflect/Executable -instanceKlass java/lang/reflect/Field -ciInstanceKlass java/lang/reflect/AccessibleObject 1 1 400 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 7 1 10 7 12 1 1 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 100 1 10 12 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 7 1 100 1 8 1 10 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 1 8 1 10 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 100 1 10 12 1 7 1 10 12 1 10 12 1 1 10 100 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 100 12 1 1 8 1 10 100 12 1 1 1 8 1 10 7 12 1 1 1 9 12 1 7 1 10 7 1 10 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 7 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/reflect/AccessibleObject reflectionFactory Ljdk/internal/reflect/ReflectionFactory; jdk/internal/reflect/ReflectionFactory -instanceKlass java/lang/reflect/Constructor -instanceKlass java/lang/reflect/Method -ciInstanceKlass java/lang/reflect/Executable 1 1 581 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 18 12 1 1 11 7 12 1 1 1 8 1 8 1 8 1 10 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 12 1 7 1 8 1 10 12 1 8 1 11 100 12 1 1 1 7 1 11 7 12 1 1 1 11 12 1 8 1 18 8 1 10 12 1 10 12 1 1 18 8 1 10 12 1 100 1 10 12 1 10 12 1 11 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 1 10 10 12 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 7 10 12 1 8 1 10 12 1 10 12 1 3 100 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 8 1 8 1 8 1 9 12 1 1 9 12 1 10 12 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 100 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 10 10 10 10 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 9 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 15 16 1 16 1 15 10 12 16 15 10 7 12 1 1 1 1 1 1 100 1 1 100 1 100 1 1 -ciMethod java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 1724 0 1423 0 0 -ciInstanceKlass java/lang/reflect/Member 1 1 37 100 1 10 12 1 1 100 1 100 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass com/sun/jna/internal/Cleaner$CleanerThread -instanceKlass org/eclipse/core/internal/jobs/InternalWorker -instanceKlass org/eclipse/core/internal/jobs/Worker -instanceKlass java/util/TimerThread -instanceKlass java/util/logging/LogManager$Cleaner -instanceKlass org/eclipse/osgi/framework/eventmgr/EventManager$EventThread -instanceKlass org/eclipse/equinox/launcher/Main$SplashHandler -instanceKlass java/util/concurrent/ForkJoinWorkerThread -instanceKlass jdk/internal/misc/InnocuousThread -instanceKlass java/lang/ref/Finalizer$FinalizerThread -instanceKlass java/lang/ref/Reference$ReferenceHandler -instanceKlass java/lang/BaseVirtualThread -ciInstanceKlass java/lang/Thread 1 1 870 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 12 1 10 100 12 1 1 100 1 8 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 9 12 1 1 10 12 1 7 1 10 12 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 3 8 1 7 1 5 0 10 7 12 1 1 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 1 8 1 10 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 1 9 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 8 1 9 7 12 1 1 9 12 1 1 5 0 100 1 10 100 1 10 100 1 10 7 1 10 8 1 10 12 1 1 10 7 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 7 1 9 12 1 1 100 1 10 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 1 10 10 12 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 10 12 1 1 9 7 12 1 1 1 10 7 12 1 1 10 12 1 10 12 1 100 1 10 10 12 9 12 1 1 10 12 1 11 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 10 10 12 1 10 12 1 1 9 12 1 9 12 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 8 1 10 9 12 1 10 12 1 7 1 8 1 10 10 12 1 8 1 10 12 1 1 9 12 10 12 8 1 10 10 12 1 10 12 1 8 1 10 12 1 10 8 1 10 100 12 1 1 10 12 1 1 100 1 8 1 10 9 12 1 9 12 1 1 10 12 1 1 10 10 12 1 10 12 1 100 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 1 8 1 9 12 1 10 12 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Thread NEW_THREAD_BINDINGS Ljava/lang/Object; java/lang/Class -staticfield java/lang/Thread EMPTY_STACK_TRACE [Ljava/lang/StackTraceElement; 0 [Ljava/lang/StackTraceElement; -ciInstanceKlass java/lang/Runnable 1 0 11 100 1 100 1 1 1 1 1 1 1 -ciInstanceKlass java/net/URL 1 1 771 10 7 12 1 1 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 7 1 10 10 12 1 1 8 1 10 12 1 1 9 12 1 7 1 8 1 10 12 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 9 12 1 8 1 9 12 1 10 12 1 1 8 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 8 1 10 12 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 8 1 10 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 10 100 1 10 10 12 1 8 1 10 7 12 1 1 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 100 1 100 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 1 8 1 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 100 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 9 12 1 1 7 1 8 1 10 10 12 1 9 12 1 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 12 1 1 10 12 1 8 1 8 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 9 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 8 1 7 1 10 10 7 12 1 1 1 10 12 1 8 9 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 11 7 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 8 10 100 12 1 1 100 1 10 8 8 10 12 1 8 8 8 100 1 10 12 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 100 1 8 1 10 10 10 12 1 1 10 12 1 10 12 1 1 8 1 7 1 10 10 7 1 10 12 1 9 7 12 1 1 1 9 12 1 1 7 1 10 10 7 12 1 1 1 7 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/net/URL defaultFactory Ljava/net/URLStreamHandlerFactory; java/net/URL$DefaultFactory -staticfield java/net/URL streamHandlerLock Ljava/lang/Object; java/lang/Object -staticfield java/net/URL serialPersistentFields [Ljava/io/ObjectStreamField; 7 [Ljava/io/ObjectStreamField; -ciMethod java/lang/System arraycopy (Ljava/lang/Object;ILjava/lang/Object;II)V 256 0 128 0 -1 -ciMethod java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 204 0 69803 0 80 -ciMethod java/lang/System allowSecurityManager ()Z 204 0 69805 0 0 -ciInstanceKlass java/lang/Module 1 1 1070 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 10 12 1 10 7 12 1 1 8 1 8 1 10 8 1 8 1 9 12 1 1 8 1 10 100 12 1 1 1 10 12 1 9 12 1 1 11 12 1 9 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 11 7 12 1 1 10 12 1 1 9 12 1 9 12 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 1 10 12 1 1 11 12 1 9 12 1 11 12 10 100 12 1 1 100 1 8 1 10 11 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 11 12 1 1 11 7 12 1 1 11 12 1 1 9 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 10 12 10 7 12 1 1 10 7 1 18 12 1 1 11 100 12 1 1 1 18 12 1 11 12 1 1 10 100 12 1 1 1 11 12 1 1 10 7 12 1 1 7 1 11 12 1 7 1 7 1 10 12 1 10 7 12 1 1 1 10 11 7 12 1 8 1 10 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 7 1 10 12 1 10 11 12 1 1 10 12 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 11 7 1 10 12 1 1 11 12 1 10 10 12 1 11 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 10 12 1 1 10 12 1 18 12 1 11 12 1 18 12 1 10 12 1 10 12 1 10 12 7 1 10 12 1 10 12 1 10 12 1 9 12 1 7 1 10 10 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 18 12 1 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 12 1 1 7 1 8 1 10 12 1 1 100 1 11 12 1 1 10 100 12 1 1 1 18 12 1 1 11 100 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 7 1 10 12 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 7 12 1 1 8 1 18 12 1 1 100 1 100 1 9 12 1 1 9 12 1 9 12 1 11 100 12 1 1 1 100 1 11 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 10 12 1 8 1 10 10 100 12 1 1 7 1 10 10 12 1 10 7 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 11 12 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 16 15 10 16 1 15 10 12 16 1 15 10 12 16 1 16 15 10 12 16 16 1 15 10 12 16 15 10 7 12 1 1 1 15 10 100 12 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 1 -staticfield java/lang/Module ALL_UNNAMED_MODULE Ljava/lang/Module; java/lang/Module -staticfield java/lang/Module ALL_UNNAMED_MODULE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 -staticfield java/lang/Module EVERYONE_MODULE Ljava/lang/Module; java/lang/Module -staticfield java/lang/Module EVERYONE_SET Ljava/util/Set; java/util/ImmutableCollections$Set12 -staticfield java/lang/Module $assertionsDisabled Z 1 -ciMethod java/lang/reflect/AnnotatedElement isAnnotationPresent (Ljava/lang/Class;)Z 1140 0 982 0 0 -ciInstanceKlass java/lang/StringLatin1 1 1 392 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 10 12 1 10 12 1 10 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 7 1 8 1 10 12 1 8 1 10 12 1 1 100 1 10 10 12 10 7 12 1 1 1 8 1 8 1 8 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -staticfield java/lang/StringLatin1 $assertionsDisabled Z 1 -ciInstanceKlass java/lang/Math 1 1 460 7 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 6 0 6 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 100 1 3 3 3 10 7 12 1 1 1 100 1 5 0 5 0 5 0 5 0 5 0 9 100 12 1 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 5 0 5 0 7 1 3 5 0 3 5 0 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 10 12 1 1 9 12 1 1 9 12 1 100 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 6 0 10 12 1 9 12 1 1 100 1 10 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 6 0 10 12 1 1 10 12 10 12 1 4 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 6 0 4 6 0 4 6 0 4 10 12 1 9 12 1 1 10 12 9 12 1 10 7 12 1 1 1 4 6 0 1 1 6 0 1 6 0 1 6 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Math negativeZeroFloatBits J -2147483648 -staticfield java/lang/Math negativeZeroDoubleBits J -9223372036854775808 -staticfield java/lang/Math $assertionsDisabled Z 1 -ciInstanceKlass jdk/internal/util/ArraysSupport 1 1 378 7 1 7 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 10 12 9 12 1 10 12 1 1 10 12 7 1 10 12 1 1 10 12 1 100 1 10 12 1 1 10 12 100 1 10 12 1 100 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 9 12 1 1 11 100 12 1 1 1 9 12 1 9 12 1 10 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 1 3 10 12 1 7 1 8 1 8 1 8 1 10 10 100 12 1 1 1 11 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 7 1 10 7 12 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -staticfield jdk/internal/util/ArraysSupport U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -staticfield jdk/internal/util/ArraysSupport BIG_ENDIAN Z 0 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_BOOLEAN_INDEX_SCALE I 0 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_BYTE_INDEX_SCALE I 0 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_CHAR_INDEX_SCALE I 1 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_SHORT_INDEX_SCALE I 1 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_INT_INDEX_SCALE I 2 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_LONG_INDEX_SCALE I 3 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_FLOAT_INDEX_SCALE I 2 -staticfield jdk/internal/util/ArraysSupport LOG2_ARRAY_DOUBLE_INDEX_SCALE I 3 -staticfield jdk/internal/util/ArraysSupport LOG2_BYTE_BIT_SIZE I 3 -staticfield jdk/internal/util/ArraysSupport JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 -ciInstanceKlass java/lang/Character 1 1 604 7 1 7 1 100 1 9 12 1 1 8 1 9 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 3 3 3 3 3 10 12 1 1 10 12 1 3 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 3 10 12 1 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 10 12 10 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 5 0 10 12 1 10 12 1 10 10 12 1 10 10 12 1 1 10 10 12 1 10 10 12 1 9 12 1 1 100 1 10 10 12 1 10 12 1 1 3 10 100 12 1 1 1 10 12 1 10 100 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 9 100 12 1 1 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 10 12 1 1 7 1 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 3 1 1 3 1 1 1 1 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 -staticfield java/lang/Character TYPE Ljava/lang/Class; java/lang/Class -staticfield java/lang/Character $assertionsDisabled Z 1 -ciInstanceKlass java/util/Arrays 1 1 1029 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 100 1 10 12 1 9 100 12 1 1 1 10 7 12 1 1 100 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 100 1 10 12 1 10 12 1 1 7 1 9 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 10 12 1 10 12 1 10 12 10 12 1 11 7 12 1 1 1 10 7 12 1 1 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 1 10 7 1 10 7 1 10 7 1 10 7 1 10 100 1 10 100 1 10 100 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 7 1 10 12 1 9 10 12 1 10 12 1 10 12 1 9 12 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 3 10 100 1 10 10 12 1 1 11 100 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 11 12 1 8 1 10 11 12 1 11 7 12 1 1 1 11 100 12 1 1 1 11 12 1 1 18 12 1 1 11 12 1 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 11 100 12 1 1 1 18 12 1 100 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 10 12 15 10 12 15 10 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 1 1 1 100 1 1 100 1 1 100 1 1 1 100 1 100 1 1 -staticfield java/util/Arrays $assertionsDisabled Z 1 -ciInstanceKlass java/lang/OutOfMemoryError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/StringLatin1 equals ([B[B)Z 520 462 7149 0 -1 -ciMethod java/lang/StringLatin1 hashCode ([B)I 594 0 5480 0 624 -ciMethod java/lang/StringLatin1 inflate ([BI[BII)V 0 0 236 0 -1 -ciMethod java/lang/StringLatin1 indexOf ([BIII)I 900 0 8652 0 480 -ciMethod java/lang/StringLatin1 indexOfChar ([BIII)I 520 6066 8614 0 -1 -ciMethod java/lang/StringLatin1 charAt ([BI)C 964 0 4240920 0 152 -ciMethod java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 814 0 7664 0 1208 -ciMethod java/lang/StringLatin1 trim ([B)Ljava/lang/String; 1024 8 6977 0 1464 -ciMethod java/lang/StringLatin1 canEncode (I)Z 782 0 156531 0 88 -ciInstanceKlass java/lang/StringUTF16 1 1 604 7 1 7 1 10 7 12 1 1 1 100 1 10 7 1 3 7 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 9 12 1 1 9 12 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 1 10 12 1 3 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 10 12 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 100 1 8 1 8 1 10 12 1 1 100 1 10 10 7 12 1 1 1 10 100 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 10 12 1 10 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 5 0 5 0 10 12 1 10 12 10 12 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 -staticfield java/lang/StringUTF16 HI_BYTE_SHIFT I 0 -staticfield java/lang/StringUTF16 LO_BYTE_SHIFT I 8 -staticfield java/lang/StringUTF16 $assertionsDisabled Z 1 -ciInstanceKlass java/lang/Integer 1 1 453 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 9 12 1 1 9 12 1 7 1 8 1 10 12 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 3 10 12 1 1 3 10 12 1 1 10 12 1 1 10 7 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 1 5 0 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 9 12 1 1 9 12 1 1 10 12 1 10 7 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 5 0 3 3 3 3 10 12 1 10 12 1 3 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 3 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/Integer TYPE Ljava/lang/Class; java/lang/Class -staticfield java/lang/Integer digits [C 36 -staticfield java/lang/Integer DigitTens [B 100 -staticfield java/lang/Integer DigitOnes [B 100 -instanceKlass java/math/BigDecimal -instanceKlass com/google/gson/internal/LazilyParsedNumber -instanceKlass com/sun/jna/IntegerType -instanceKlass java/util/concurrent/atomic/Striped64 -instanceKlass java/math/BigInteger -instanceKlass java/util/concurrent/atomic/AtomicLong -instanceKlass java/util/concurrent/atomic/AtomicInteger -instanceKlass java/lang/Long -instanceKlass java/lang/Integer -instanceKlass java/lang/Short -instanceKlass java/lang/Byte -instanceKlass java/lang/Double -instanceKlass java/lang/Float -ciInstanceKlass java/lang/Number 1 1 37 10 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/StringUTF16 checkIndex (I[B)V 154 0 2002 0 -1 -ciMethod java/lang/StringUTF16 hashCode ([B)I 0 0 1 0 -1 -ciMethod java/lang/StringUTF16 compress ([BII)[B 0 0 11 0 0 -ciMethod java/lang/StringUTF16 compress ([BI[BII)I 22 1486 11 0 -1 -ciMethod java/lang/StringUTF16 indexOf ([BIII)I 0 0 10 0 0 -ciMethod java/lang/StringUTF16 indexOfChar ([BIII)I 20 0 10 0 -1 -ciMethod java/lang/StringUTF16 getChar ([BI)C 1024 0 11527 0 -1 -ciMethod java/lang/StringUTF16 putChar ([BII)V 1024 0 13458 0 -1 -ciMethod java/lang/StringUTF16 newBytesFor (I)[B 0 0 236 0 -1 -ciMethod java/lang/StringUTF16 charAt ([BI)C 0 0 86 0 0 -ciMethod java/lang/StringUTF16 checkBoundsBeginEnd (II[B)V 64 0 32 0 -1 -ciMethod java/lang/StringUTF16 newString ([BII)Ljava/lang/String; 0 0 11 0 0 -ciMethod java/lang/StringUTF16 trim ([B)Ljava/lang/String; 0 0 19 0 0 -ciMethod java/lang/StringUTF16 putCharSB ([BII)V 354 0 2093 0 0 -ciMethod java/lang/StringUTF16 putCharsSB ([BILjava/lang/CharSequence;II)V 0 0 2 0 0 -ciMethod java/lang/StringUTF16 indexOfSupplementary ([BIII)I 0 0 1 0 -1 -ciInstanceKlass java/lang/Thread$FieldHolder 1 1 48 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 100 1 1 1 -ciInstanceKlass java/lang/Thread$Constants 0 0 59 7 1 10 7 12 1 1 1 100 1 10 10 7 12 1 1 1 7 1 8 1 10 12 1 9 7 12 1 1 1 7 1 7 1 10 12 1 10 12 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/ThreadGroup 1 1 411 10 7 12 1 1 1 9 7 12 1 1 1 8 1 9 12 1 1 7 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 18 12 1 1 11 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 11 12 1 1 11 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 11 12 1 11 12 1 1 100 1 10 10 12 1 100 1 10 18 12 1 1 11 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 11 12 10 12 1 1 10 12 1 1 11 7 1 9 12 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 8 1 10 8 1 10 12 1 10 12 1 8 1 9 12 1 1 9 12 1 10 100 12 1 1 1 100 9 12 1 1 7 1 9 12 1 10 12 10 12 1 1 100 10 12 9 12 1 10 12 1 100 1 10 11 12 1 1 7 1 10 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/ThreadGroup $assertionsDisabled Z 1 -ciInstanceKlass java/lang/Thread$UncaughtExceptionHandler 1 0 16 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 -ciInstanceKlass java/security/AccessControlContext 1 1 374 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 7 1 10 12 1 11 7 12 1 1 1 11 12 1 11 12 1 11 12 1 1 7 1 11 12 1 1 10 12 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 11 100 12 1 1 1 10 7 1 100 1 8 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 10 7 12 1 1 1 9 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 1 10 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 100 1 10 12 1 10 12 1 1 100 1 10 12 1 8 1 10 12 1 10 12 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 10 12 1 10 12 1 1 10 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 -instanceKlass java/lang/ThreadBuilders$BoundVirtualThread -instanceKlass java/lang/VirtualThread -ciInstanceKlass java/lang/BaseVirtualThread 0 0 36 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 1 -ciInstanceKlass java/lang/VirtualThread 0 0 907 9 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 100 1 10 12 1 9 12 1 1 18 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 10 12 1 10 12 1 10 12 1 10 12 1 11 100 12 1 1 1 100 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 100 1 10 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 9 12 1 1 9 12 1 100 1 10 10 12 1 10 100 12 1 1 10 9 10 10 12 1 1 10 12 1 1 10 100 12 1 1 10 100 1 10 9 10 10 12 1 7 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 10 12 1 11 100 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 100 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 7 1 9 12 1 1 10 7 12 1 1 10 9 12 1 1 18 9 100 12 1 1 1 11 100 12 1 1 1 11 100 1 11 12 10 12 1 10 12 1 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 11 100 12 1 1 10 12 9 100 12 1 1 1 9 12 1 10 12 1 1 9 12 1 9 12 1 9 12 1 7 1 10 10 12 1 1 10 12 1 10 12 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 8 1 10 10 12 1 10 12 1 10 7 12 1 1 8 1 8 1 10 9 100 12 1 1 1 10 12 1 1 10 12 1 10 10 10 12 9 12 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 1 18 12 1 1 18 12 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 1 18 12 1 10 100 12 1 1 1 100 1 10 12 1 8 1 10 12 1 8 1 10 12 1 1 8 1 8 1 10 100 12 1 1 8 1 10 12 1 8 1 8 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 1 18 12 1 1 5 0 9 12 1 10 12 1 18 12 1 100 1 10 12 10 7 12 1 1 10 12 1 1 7 1 8 1 10 10 12 1 10 12 1 1 10 12 1 9 12 1 8 10 12 1 1 8 8 9 12 1 8 10 12 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 15 16 15 10 12 16 15 10 12 16 16 15 10 12 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 7 1 1 100 1 100 1 1 -ciInstanceKlass java/lang/ThreadBuilders$BoundVirtualThread 0 0 132 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 9 100 12 1 1 1 10 12 1 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -ciInstanceKlass jdk/internal/vm/ContinuationScope 0 0 50 10 100 12 1 1 1 10 100 12 1 1 1 100 1 9 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/vm/StackChunk 0 0 32 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/CharacterDataLatin1 1 1 141 9 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 100 1 3 3 3 3 9 12 1 10 7 12 1 1 1 10 9 12 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -staticfield java/lang/CharacterDataLatin1 DIGITS [B 256 -staticfield java/lang/CharacterDataLatin1 instance Ljava/lang/CharacterDataLatin1; java/lang/CharacterDataLatin1 -staticfield java/lang/CharacterDataLatin1 A [I 256 -staticfield java/lang/CharacterDataLatin1 B [C 256 -instanceKlass java/lang/CharacterData00 -instanceKlass java/lang/CharacterDataLatin1 -ciInstanceKlass java/lang/CharacterData 1 1 86 10 7 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 9 7 12 1 1 9 100 12 1 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/CharacterData isJavaIdentifierStart (I)Z 0 0 1 0 -1 -ciMethod java/lang/CharacterData isJavaIdentifierPart (I)Z 0 0 1 0 -1 -ciMethod java/lang/CharacterData toTitleCase (I)I 0 0 1 0 -1 -ciMethod java/lang/CharacterData of (I)Ljava/lang/CharacterData; 522 0 27925 0 136 -ciMethod java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 4128 0 9320 0 144 -ciMethod java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 538 0 11091 0 136 -ciMethod java/lang/CharacterDataLatin1 toUpperCase (I)I 1024 0 7335 0 120 -ciMethod java/lang/CharacterDataLatin1 getProperties (I)I 512 0 42133 0 120 -ciMethod java/lang/CharacterDataLatin1 toTitleCase (I)I 788 0 10484 0 120 -ciInstanceKlass java/lang/Float 1 1 279 7 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 4 7 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 1 4 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 3 3 100 1 4 4 4 3 10 12 1 1 9 12 1 1 100 1 10 3 3 4 4 10 12 1 3 3 3 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 4 1 4 1 1 1 4 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/Float TYPE Ljava/lang/Class; java/lang/Class -staticfield java/lang/Float $assertionsDisabled Z 1 -ciMethod java/lang/Float isNaN (F)Z 1024 0 10980 0 128 -ciInstanceKlass java/lang/Double 1 1 290 7 1 7 1 10 100 12 1 1 1 10 12 1 1 10 7 1 10 12 1 1 10 7 12 1 1 1 6 0 8 1 10 12 1 1 8 1 10 12 1 1 8 1 6 0 10 12 1 1 100 1 5 0 5 0 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 1 6 0 10 7 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 5 0 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 6 0 1 6 0 1 6 0 1 1 1 6 0 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/Double TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass java/lang/Byte 1 1 213 7 1 100 1 10 7 12 1 1 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 1 7 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Byte TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass java/lang/Short 1 1 222 7 1 7 1 100 1 10 7 12 1 1 1 10 12 1 1 7 1 7 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 8 1 9 12 1 1 7 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 9 7 12 1 1 1 10 12 1 10 12 1 1 10 8 1 8 1 10 7 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 3 3 5 0 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 1 1 3 1 3 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Short TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass java/lang/Long 1 1 524 7 1 7 1 7 1 7 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 10 12 10 12 1 10 12 1 10 12 1 5 0 5 0 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 5 0 5 0 9 12 1 1 9 12 1 5 0 7 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 10 12 1 1 5 0 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 100 12 1 1 1 11 7 1 10 12 1 1 11 10 12 1 1 8 1 10 12 1 1 8 1 7 1 10 12 1 1 10 12 1 8 1 8 1 11 12 1 1 10 12 1 10 12 1 10 12 1 5 0 5 0 9 7 12 1 1 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 7 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 100 1 10 12 1 1 10 12 1 1 5 0 10 12 1 10 12 1 5 0 5 0 5 0 10 12 1 1 10 12 1 5 0 5 0 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 9 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 3 1 3 1 5 0 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/Long TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass jdk/internal/vm/vector/VectorSupport 0 0 573 100 1 10 100 12 1 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 11 100 12 1 1 1 11 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 11 100 12 1 1 9 12 1 1 10 100 12 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle -instanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask -instanceKlass jdk/internal/vm/vector/VectorSupport$Vector -ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorPayload 0 0 32 10 100 12 1 1 1 9 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/vm/vector/VectorSupport$Vector 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorMask 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -ciInstanceKlass jdk/internal/vm/vector/VectorSupport$VectorShuffle 0 0 28 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -ciInstanceKlass jdk/internal/vm/FillerObject 0 0 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 -instanceKlass java/lang/ref/PhantomReference -instanceKlass java/lang/ref/FinalReference -instanceKlass java/lang/ref/WeakReference -instanceKlass java/lang/ref/SoftReference -ciInstanceKlass java/lang/ref/Reference 1 1 190 9 7 12 1 1 1 9 7 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 8 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 7 1 100 1 10 12 9 12 1 9 12 1 100 1 10 10 12 1 10 10 7 12 1 1 7 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 7 1 1 1 -staticfield java/lang/ref/Reference processPendingLock Ljava/lang/Object; java/lang/Object -staticfield java/lang/ref/Reference $assertionsDisabled Z 1 -ciMethod java/lang/ref/Reference get ()Ljava/lang/Object; 0 0 1 0 -1 -ciMethod java/lang/ref/Reference (Ljava/lang/Object;)V 512 0 27521 0 0 -ciMethod java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 792 0 77705 0 144 -ciMethod java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 514 0 246823 0 -1 -instanceKlass org/eclipse/core/internal/utils/Cache$EntryRef -instanceKlass org/eclipse/sisu/inject/MildElements$Soft -instanceKlass java/io/ClassCache$CacheRef -instanceKlass org/eclipse/sisu/inject/MildKeys$Soft -instanceKlass org/eclipse/core/internal/registry/ReferenceMap$SoftRef -instanceKlass sun/util/locale/provider/LocaleResources$ResourceReference -instanceKlass sun/util/resources/Bundles$BundleReference -instanceKlass java/util/ResourceBundle$BundleReference -instanceKlass sun/security/util/MemoryCache$SoftCacheEntry -instanceKlass sun/util/locale/LocaleObjectCache$CacheEntry -instanceKlass java/lang/invoke/LambdaFormEditor$Transform -ciInstanceKlass java/lang/ref/SoftReference 1 1 47 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 -instanceKlass org/eclipse/sisu/inject/MildElements$Weak -instanceKlass com/google/common/collect/MapMakerInternalMap$AbstractWeakKeyEntry -instanceKlass com/google/common/cache/LocalCache$WeakEntry -instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray$HashableWeakReference -instanceKlass org/eclipse/jdt/internal/core/util/WeakHashSet$HashableWeakReference -instanceKlass org/eclipse/sisu/inject/MildKeys$Weak -instanceKlass com/sun/jna/CallbackReference -instanceKlass java/util/ResourceBundle$KeyElementReference -instanceKlass java/util/logging/LogManager$LoggerWeakRef -instanceKlass java/util/logging/Level$KnownLevel -instanceKlass org/eclipse/osgi/internal/container/KeyBasedLockStore$LockWeakRef -instanceKlass sun/nio/ch/FileLockTable$FileLockReference -instanceKlass java/lang/ClassValue$Entry -instanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry -instanceKlass java/lang/WeakPairMap$WeakRefPeer -instanceKlass jdk/internal/util/WeakReferenceKey -instanceKlass java/util/WeakHashMap$Entry -ciInstanceKlass java/lang/ref/WeakReference 1 1 31 10 7 12 1 1 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/ref/WeakReference (Ljava/lang/Object;)V 604 0 15540 0 0 -instanceKlass java/lang/ref/Finalizer -ciInstanceKlass java/lang/ref/FinalReference 1 1 50 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 -instanceKlass com/sun/jna/internal/Cleaner$CleanerRef -instanceKlass jdk/internal/ref/PhantomCleanable -instanceKlass jdk/internal/ref/Cleaner -ciInstanceKlass java/lang/ref/PhantomReference 1 1 39 10 100 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/ref/Finalizer 1 1 155 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 10 12 1 7 1 8 1 10 12 1 10 12 1 1 9 12 1 100 1 10 12 1 7 1 11 100 12 1 1 10 12 1 7 1 10 12 1 100 1 10 12 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 10 12 1 7 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 10 7 1 10 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/ref/Finalizer lock Ljava/lang/Object; java/lang/Object -staticfield java/lang/ref/Finalizer ENABLED Z 1 -staticfield java/lang/ref/Finalizer $assertionsDisabled Z 1 -instanceKlass org/eclipse/aether/util/graph/transformer/ConflictResolver$Verbosity -instanceKlass org/eclipse/aether/RepositoryEvent$EventType -instanceKlass org/eclipse/aether/named/support/ReadWriteLockNamedLock$Step -instanceKlass org/apache/maven/project/ProjectBuildingRequest$RepositoryMerging -instanceKlass com/google/common/cache/LocalCache$NullEntry -instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser$CaseLabelKind -instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$CompatibilityResult -instanceKlass org/eclipse/jdt/internal/compiler/ast/Pattern$PrimitiveConversionRoute -instanceKlass org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching$Severity -instanceKlass org/eclipse/jdt/internal/compiler/parser/Parser$LocalTypeKind -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod -instanceKlass org/eclipse/lsp4j/WorkDoneProgressKind -instanceKlass org/eclipse/jdt/internal/compiler/codegen/OperandStack$OperandCategory -instanceKlass org/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable$IteratorForReporting$Stage -instanceKlass org/eclipse/jdt/internal/compiler/ast/MessageSend$AssertUtil -instanceKlass org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration$AnalysisMode -instanceKlass org/eclipse/jdt/apt/core/env/Phase -instanceKlass javax/lang/model/element/ElementKind -instanceKlass javax/tools/Diagnostic$Kind -instanceKlass javax/lang/model/type/TypeKind -instanceKlass javax/tools/StandardLocation -instanceKlass org/eclipse/jdt/ls/core/internal/semantictokens/TokenModifier -instanceKlass org/eclipse/jdt/ls/core/internal/semantictokens/TokenType -instanceKlass org/eclipse/lsp4j/TextDocumentSyncKind -instanceKlass com/google/common/base/CaseFormat -instanceKlass org/eclipse/lsp4j/MessageType -instanceKlass org/eclipse/lsp4j/DiagnosticTag -instanceKlass org/eclipse/lsp4j/PrepareSupportDefaultBehavior -instanceKlass org/eclipse/lsp4j/CompletionItemKind -instanceKlass org/eclipse/lsp4j/CompletionItemTag -instanceKlass org/eclipse/lsp4j/InsertTextMode -instanceKlass org/eclipse/lsp4j/SymbolTag -instanceKlass org/eclipse/lsp4j/SymbolKind -instanceKlass org/eclipse/jdt/internal/compiler/lookup/TypeConstants$BoundCheckStatus -instanceKlass org/eclipse/jdt/internal/compiler/ast/Annotation$AnnotationTargetAllowed -instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateReceiver -instanceKlass org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding$ExternalAnnotationStatus -instanceKlass lombok/eclipse/handlers/HandleConstructor$SkipIfConstructorExists -instanceKlass lombok/EqualsAndHashCode$CacheStrategy -instanceKlass lombok/core/handlers/HandlerUtil$JavadocTag -instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$CopyJavadoc -instanceKlass lombok/core/handlers/HandlerUtil$FieldAccess -instanceKlass lombok/eclipse/handlers/EclipseHandlerUtil$MemberExistsResult -instanceKlass lombok/AccessLevel -instanceKlass org/eclipse/jdt/internal/compiler/ast/ExpressionContext -instanceKlass org/eclipse/jdt/internal/compiler/env/IModuleAwareNameEnvironment$LookupStrategy -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$MatchPhase -instanceKlass lombok/core/AST$Kind -instanceKlass org/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition -instanceKlass lombok/eclipse/TransformationState -instanceKlass lombok/core/configuration/CapitalizationStrategy -instanceKlass lombok/core/configuration/NullCheckExceptionType -instanceKlass lombok/core/configuration/CallSuperType -instanceKlass lombok/core/configuration/FlagUsageType -instanceKlass org/eclipse/jdt/internal/compiler/impl/JavaFeature -instanceKlass org/eclipse/jdt/internal/compiler/parser/Scanner$ScanContext -instanceKlass javax/lang/model/SourceVersion -instanceKlass org/eclipse/osgi/container/Module$StopOptions -instanceKlass org/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdateKind -instanceKlass org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment$CompleteTypeBindingsSteps -instanceKlass java/util/stream/MatchOps$MatchKind -instanceKlass org/eclipse/jdt/apt/core/internal/util/FactoryContainer$FactoryType -instanceKlass org/eclipse/jdt/internal/core/CompilationGroup -instanceKlass org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileMap$Flags -instanceKlass org/eclipse/sisu/inject/QualifyingStrategy -instanceKlass com/google/inject/internal/InjectorImpl$JitLimitation -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$ArchiveValidity -instanceKlass org/eclipse/sisu/bean/DeclaredMembers$View -instanceKlass com/google/inject/internal/Initializer$InjectableReferenceState -instanceKlass com/google/common/collect/MapMakerInternalMap$Strength -instanceKlass org/apache/maven/settings/building/SettingsProblem$Severity -instanceKlass org/eclipse/aether/metadata/Metadata$Nature -instanceKlass org/apache/maven/model/building/ModelProblem$Version -instanceKlass org/apache/maven/building/Problem$Severity -instanceKlass org/apache/maven/plugin/internal/DefaultPluginValidationManager$ValidationReportLevel -instanceKlass org/apache/maven/plugin/PluginValidationManager$IssueLocality -instanceKlass org/apache/maven/classrealm/ClassRealmRequest$RealmType -instanceKlass org/apache/maven/artifact/ArtifactScopeEnum -instanceKlass org/apache/maven/execution/ExecutionEvent$Type -instanceKlass org/eclipse/jdt/internal/compiler/parser/TerminalToken -instanceKlass java/nio/file/FileVisitResult -instanceKlass java/nio/file/FileTreeWalker$EventType -instanceKlass java/nio/file/FileVisitOption -instanceKlass com/google/inject/spi/InjectionPoint$Position -instanceKlass java/lang/annotation/ElementType -instanceKlass com/google/inject/internal/InternalFlags$ColorizeOption -instanceKlass com/google/inject/internal/InternalFlags$BytecodeGenOption -instanceKlass com/google/inject/internal/InternalFlags$NullableProvidesOption -instanceKlass com/google/inject/internal/InternalFlags$CustomClassLoadingOption -instanceKlass com/google/inject/internal/InternalFlags$IncludeStackTraceOption -instanceKlass com/google/inject/Key$NullAnnotationStrategy -instanceKlass sun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget -instanceKlass org/eclipse/jdt/ls/core/internal/BuildWorkspaceStatus -instanceKlass org/eclipse/jdt/ls/core/internal/javafx/FXVersion -instanceKlass com/google/inject/Stage -instanceKlass org/eclipse/sisu/space/BeanScanning -instanceKlass org/eclipse/jdt/ls/core/internal/ServiceStatus -instanceKlass com/google/gson/ReflectionAccessFilter$FilterResult -instanceKlass com/google/gson/stream/JsonToken -instanceKlass com/google/gson/Strictness -instanceKlass com/google/gson/ToNumberPolicy -instanceKlass com/google/gson/FieldNamingPolicy -instanceKlass com/google/gson/LongSerializationPolicy -instanceKlass org/eclipse/m2e/jdt/JreSystemVersion -instanceKlass ch/qos/logback/core/spi/FilterReply -instanceKlass org/eclipse/buildship/core/internal/util/gradle/PublishedGradleVersions$LookupStrategy -instanceKlass org/eclipse/buildship/core/internal/CoreTraceScopes -instanceKlass org/eclipse/jdt/ls/core/internal/DiagnosticsState$ErrorLevel -instanceKlass javax/xml/catalog/CatalogFeatures$State -instanceKlass jdk/xml/internal/XMLSecurityManager$NameMap -instanceKlass jdk/xml/internal/XMLSecurityManager$Processor -instanceKlass jdk/xml/internal/XMLSecurityManager$Limit -instanceKlass com/sun/org/apache/xalan/internal/utils/XMLSecurityPropertyManager$Property -instanceKlass com/sun/org/apache/xalan/internal/utils/FeaturePropertyBase$State -instanceKlass jdk/xml/internal/JdkProperty$ImplPropMap -instanceKlass jdk/xml/internal/JdkXmlFeatures$XmlFeature -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/CodeGenerationTemplate -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$SearchScope -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/ProjectEncodingMode -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/InlayHintsParameterMode -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CompletionGuessMethodArgumentsMode -instanceKlass org/eclipse/jdt/ls/core/internal/handlers/CompletionMatchCaseMode -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$FeatureStatus -instanceKlass org/eclipse/jdt/ls/core/internal/preferences/Preferences$Severity -instanceKlass lombok/eclipse/agent/PatchDelegate$DelegateReceiver -instanceKlass org/apache/maven/model/building/ModelProblem$Severity -instanceKlass com/google/common/cache/LocalCache$EntryFactory -instanceKlass com/google/common/cache/CacheBuilder$NullListener -instanceKlass com/google/common/cache/CacheBuilder$OneWeigher -instanceKlass com/google/common/cache/LocalCache$Strength -instanceKlass org/eclipse/m2e/core/internal/preferences/ProblemSeverity -instanceKlass org/eclipse/m2e/core/lifecyclemapping/model/PluginExecutionAction -instanceKlass org/slf4j/helpers/Reporter$Level -instanceKlass org/slf4j/helpers/Reporter$TargetChoice -instanceKlass ch/qos/logback/classic/spi/Configurator$ExecutionStatus -instanceKlass org/apache/felix/scr/impl/inject/field/FieldHandler$METHOD_TYPE -instanceKlass java/security/DrbgParameters$Capability -instanceKlass java/nio/file/StandardCopyOption -instanceKlass java/math/RoundingMode -instanceKlass java/time/format/TextStyle -instanceKlass java/time/format/DateTimeFormatterBuilder$SettingsParser -instanceKlass java/time/format/ResolverStyle -instanceKlass java/time/format/SignStyle -instanceKlass java/time/temporal/JulianFields$Field -instanceKlass java/time/temporal/IsoFields$Unit -instanceKlass java/time/temporal/IsoFields$Field -instanceKlass org/apache/felix/scr/impl/inject/ValueUtils$ValueType -instanceKlass org/apache/felix/scr/impl/manager/RegistrationManager$RegState -instanceKlass org/apache/felix/scr/impl/manager/AbstractComponentManager$State -instanceKlass org/osgi/util/promise/PromiseFactory$Option -instanceKlass org/apache/felix/scr/impl/metadata/ReferenceMetadata$ReferenceScope -instanceKlass org/apache/felix/scr/impl/metadata/ServiceMetadata$Scope -instanceKlass org/apache/felix/scr/impl/metadata/DSVersion -instanceKlass com/sun/org/apache/xerces/internal/impl/XMLScanner$NameType -instanceKlass com/sun/org/apache/xerces/internal/util/Status -instanceKlass javax/xml/catalog/CatalogFeatures$Feature -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$Property -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityPropertyManager$State -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$NameMap -instanceKlass jdk/xml/internal/JdkProperty$State -instanceKlass com/sun/org/apache/xerces/internal/utils/XMLSecurityManager$Limit -instanceKlass org/apache/felix/scr/impl/logger/InternalLogger$Level -instanceKlass sun/util/locale/provider/LocaleProviderAdapter$Type -instanceKlass java/util/Locale$Category -instanceKlass java/lang/StackStreamFactory$WalkerState -instanceKlass java/lang/StackWalker$ExtendedOption -instanceKlass java/lang/StackWalker$Option -instanceKlass aQute/bnd/header/Attrs$Type -instanceKlass org/apache/aries/spifly/ProviderBundleTrackerCustomizer$DiscoveryMode -instanceKlass org/eclipse/osgi/container/Module$StartOptions -instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$ContainerEvent -instanceKlass org/eclipse/osgi/report/resolution/ResolutionReport$Entry$Type -instanceKlass java/util/Comparators$NaturalOrderComparator -instanceKlass org/apache/felix/resolver/PermutationType -instanceKlass org/eclipse/osgi/container/ModuleDatabase$Sort -instanceKlass org/eclipse/osgi/container/Module$Settings -instanceKlass org/eclipse/osgi/container/ModuleContainerAdaptor$ModuleEvent -instanceKlass org/eclipse/osgi/storage/ContentProvider$Type -instanceKlass org/eclipse/osgi/container/Module$State -instanceKlass org/osgi/service/log/LogLevel -instanceKlass sun/util/logging/PlatformLogger$Level -instanceKlass jdk/internal/logger/BootstrapLogger$LoggingBackend -instanceKlass java/lang/reflect/ProxyGenerator$PrimitiveTypeInfo -instanceKlass java/lang/annotation/RetentionPolicy -instanceKlass java/nio/file/AccessMode -instanceKlass java/nio/file/attribute/PosixFilePermission -instanceKlass jdk/internal/icu/util/CodePointTrie$ValueWidth -instanceKlass jdk/internal/icu/util/CodePointTrie$Type -instanceKlass java/text/Normalizer$Form -instanceKlass java/time/temporal/ChronoUnit -instanceKlass java/time/temporal/ChronoField -instanceKlass sun/security/util/DisabledAlgorithmConstraints$Constraint$Operator -instanceKlass java/lang/System$Logger$Level -instanceKlass sun/security/rsa/RSAUtil$KeyType -instanceKlass sun/security/util/KnownOIDs -instanceKlass lombok/patcher/StackRequest -instanceKlass java/util/regex/Pattern$Qtype -instanceKlass java/lang/invoke/MethodHandleImpl$ArrayAccess -instanceKlass java/util/zip/ZipCoder$Comparison -instanceKlass java/nio/file/LinkOption -instanceKlass sun/nio/fs/WindowsPathType -instanceKlass java/nio/file/StandardOpenOption -instanceKlass java/util/stream/Collector$Characteristics -instanceKlass java/util/concurrent/TimeUnit -instanceKlass java/util/stream/StreamShape -instanceKlass java/lang/invoke/MethodHandles$Lookup$ClassOption -instanceKlass java/lang/invoke/VarHandle$AccessType -instanceKlass java/lang/invoke/VarHandle$AccessMode -instanceKlass java/lang/invoke/MethodHandleImpl$Intrinsic -instanceKlass java/lang/invoke/LambdaForm$BasicType -instanceKlass java/lang/invoke/LambdaForm$Kind -instanceKlass sun/invoke/util/Wrapper -instanceKlass java/util/stream/StreamOpFlag$Type -instanceKlass java/util/stream/StreamOpFlag -instanceKlass java/io/File$PathStatus -instanceKlass java/lang/module/ModuleDescriptor$Requires$Modifier -instanceKlass java/lang/reflect/AccessFlag$Location -instanceKlass java/lang/reflect/AccessFlag -instanceKlass java/lang/module/ModuleDescriptor$Modifier -instanceKlass java/lang/reflect/ClassFileFormatVersion -instanceKlass java/lang/Thread$State -ciInstanceKlass java/lang/Enum 1 1 204 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 7 1 10 10 7 12 1 1 10 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 1 100 1 8 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 100 1 8 1 10 10 12 1 1 10 100 12 1 1 1 7 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 100 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 15 10 100 12 1 1 1 1 1 100 1 100 1 1 -instanceKlass java/lang/ref/ReferenceQueue$Null -instanceKlass java/lang/ref/NativeReferenceQueue -ciInstanceKlass java/lang/ref/ReferenceQueue 1 1 183 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 9 7 12 1 1 1 11 12 1 10 7 12 1 1 9 12 1 1 7 1 10 9 12 1 1 10 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 1 100 1 10 9 12 1 1 9 12 1 7 1 10 100 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 5 0 10 10 12 10 12 1 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 11 100 12 1 1 1 10 7 12 1 1 7 1 10 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/ref/ReferenceQueue NULL Ljava/lang/ref/ReferenceQueue; java/lang/ref/ReferenceQueue$Null -staticfield java/lang/ref/ReferenceQueue ENQUEUED Ljava/lang/ref/ReferenceQueue; java/lang/ref/ReferenceQueue$Null -staticfield java/lang/ref/ReferenceQueue $assertionsDisabled Z 1 -ciInstanceKlass java/lang/reflect/Method 1 1 472 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 8 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 8 1 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 11 7 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 7 12 1 1 1 7 1 100 1 100 1 10 12 1 10 12 1 1 10 12 1 100 1 8 1 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/reflect/Method getName ()Ljava/lang/String; 294 0 147 0 -1 -ciMethod java/lang/reflect/Method getParameterTypes ()[Ljava/lang/Class; 4190 0 10863 0 -1 -ciMethod java/lang/reflect/Method getDeclaringClass ()Ljava/lang/Class; 270 0 135 0 0 -ciMethod java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 8902 1 -1 -ciMethod java/lang/reflect/Method isCallerSensitive ()Z 822 0 9702 0 208 -ciMethod java/lang/reflect/Method acquireMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 48 0 147 0 0 -ciMethod java/lang/reflect/Method getMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 264 0 132 0 -1 -ciMethod java/lang/reflect/Method setMethodAccessor (Ljdk/internal/reflect/MethodAccessor;)V 588 0 294 0 -1 -ciInstanceKlass java/lang/reflect/Field 1 1 457 9 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 1 10 7 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 10 12 1 8 1 8 1 10 11 7 1 9 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 1 11 7 1 10 12 1 7 1 10 100 12 1 1 1 10 7 12 1 1 1 9 12 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 1 -ciInstanceKlass java/lang/reflect/Parameter 1 1 243 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 11 7 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 9 100 12 1 1 1 10 100 12 1 1 1 10 12 1 8 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 100 1 10 11 12 1 1 11 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 -ciInstanceKlass java/lang/reflect/RecordComponent 1 1 196 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 100 12 1 1 10 100 12 1 1 9 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 10 9 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 10 100 12 1 1 1 10 12 1 1 11 7 12 1 1 10 7 12 1 1 7 1 9 12 1 9 12 1 1 9 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 9 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 100 1 1 -ciInstanceKlass java/lang/StringBuffer 1 1 483 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 100 12 1 1 1 10 10 12 1 1 9 12 1 1 10 100 12 1 1 10 100 1 8 10 100 12 1 1 1 8 10 12 1 8 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 7 1 10 12 100 1 8 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 9 7 12 1 1 1 9 7 1 9 12 1 1 7 1 7 1 7 1 7 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/StringBuffer serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; -instanceKlass jdk/internal/loader/BuiltinClassLoader -instanceKlass java/net/URLClassLoader -ciInstanceKlass java/security/SecureClassLoader 1 1 102 10 7 12 1 1 1 7 1 10 12 1 9 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 7 1 10 12 1 7 1 10 12 1 11 7 12 1 1 1 7 1 11 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 -instanceKlass jdk/internal/jrtfs/JrtFileSystemProvider$JrtFsLoader -instanceKlass org/codehaus/plexus/classworlds/realm/ClassRealm -instanceKlass org/eclipse/equinox/launcher/Main$StartupClassLoader -ciInstanceKlass java/net/URLClassLoader 1 1 600 10 7 12 1 1 1 7 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 7 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 100 1 10 7 12 1 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 11 7 12 1 1 10 12 1 11 12 1 11 12 1 1 11 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 7 1 100 1 10 12 1 1 7 1 10 10 12 1 1 10 7 12 1 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 8 1 10 12 1 1 10 10 12 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 100 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 1 11 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 1 7 1 10 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 9 7 12 1 1 1 10 12 1 8 1 100 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 100 1 8 1 10 100 1 10 12 1 10 7 12 1 100 1 10 12 1 10 12 1 100 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 100 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -ciInstanceKlass java/util/jar/Manifest 1 1 339 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 11 100 1 10 12 1 10 12 1 1 11 12 1 1 10 12 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 11 12 1 1 100 1 10 12 1 8 1 11 12 1 7 1 10 12 1 1 11 12 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 1 10 9 7 12 1 1 1 10 12 1 1 10 100 12 1 10 12 1 10 12 1 9 100 12 1 1 1 8 1 10 12 1 8 1 8 1 7 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 1 8 1 10 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 11 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 10 12 1 11 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/io/ByteArrayInputStream 1 1 117 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 12 1 1 3 10 100 1 10 100 12 1 1 1 9 12 1 1 100 1 10 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/io/ByteArrayInputStream $assertionsDisabled Z 1 -instanceKlass java/nio/DoubleBuffer -instanceKlass java/nio/FloatBuffer -instanceKlass java/nio/ShortBuffer -instanceKlass java/nio/CharBuffer -instanceKlass java/nio/IntBuffer -instanceKlass java/nio/LongBuffer -instanceKlass java/nio/ByteBuffer -ciInstanceKlass java/nio/Buffer 1 1 256 100 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 12 1 8 1 9 12 1 1 100 1 8 1 10 12 1 8 1 8 1 9 12 10 12 1 8 1 8 1 8 1 10 12 1 8 1 8 1 8 1 100 1 10 100 1 10 100 1 10 9 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 7 1 10 10 12 1 1 7 1 10 10 7 12 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 -staticfield java/nio/Buffer UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -staticfield java/nio/Buffer SCOPED_MEMORY_ACCESS Ljdk/internal/misc/ScopedMemoryAccess; jdk/internal/misc/ScopedMemoryAccess -staticfield java/nio/Buffer IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 -staticfield java/nio/Buffer $assertionsDisabled Z 1 -ciInstanceKlass java/util/Objects 1 1 184 10 7 12 1 1 1 100 1 8 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 7 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 11 100 12 1 1 1 100 1 10 10 12 1 8 1 10 12 1 8 1 100 1 11 12 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/util/Preconditions 1 1 194 10 7 12 1 1 1 11 7 12 1 1 1 11 100 12 1 1 1 7 1 100 1 10 7 12 1 1 1 10 12 1 8 1 7 1 10 7 12 1 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 7 1 10 12 1 8 1 10 7 12 1 1 1 8 1 10 12 1 1 10 12 1 1 11 12 1 8 1 8 1 11 12 1 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 7 1 10 10 12 1 1 9 12 1 1 7 1 10 9 12 1 7 1 10 9 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield jdk/internal/util/Preconditions SIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 -staticfield jdk/internal/util/Preconditions AIOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 -staticfield jdk/internal/util/Preconditions IOOBE_FORMATTER Ljava/util/function/BiFunction; jdk/internal/util/Preconditions$4 -ciMethod java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 636 0 531396 0 -1 -instanceKlass org/eclipse/aether/util/graph/visitor/Stack -instanceKlass org/apache/maven/model/merge/ModelMerger$MergingList -instanceKlass com/google/common/collect/Lists$TransformingRandomAccessList -instanceKlass java/util/Collections$CopiesList -instanceKlass org/eclipse/osgi/internal/container/InternalUtils$CopyOnFirstWriteList -instanceKlass org/eclipse/osgi/internal/weaving/DynamicImportList -instanceKlass java/util/AbstractSequentialList -instanceKlass java/util/Collections$SingletonList -instanceKlass java/util/Vector -instanceKlass sun/security/jca/ProviderList$ServiceList -instanceKlass sun/security/jca/ProviderList$3 -instanceKlass java/util/Arrays$ArrayList -instanceKlass java/util/ArrayList$SubList -instanceKlass java/util/Collections$EmptyList -instanceKlass java/util/ArrayList -ciInstanceKlass java/util/AbstractList 1 1 218 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 1 11 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 100 1 10 12 1 100 1 10 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 8 1 100 1 8 1 8 1 8 1 10 7 1 11 10 10 12 1 11 12 1 10 12 1 1 8 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/Iterable 1 1 62 10 7 12 1 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/util/Collection 1 1 115 11 7 12 1 1 1 7 1 11 7 12 1 1 1 10 7 12 1 1 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 11 100 12 1 1 1 11 12 1 1 10 100 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/util/SequencedCollection 1 1 109 100 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 1 8 1 -ciInstanceKlass java/util/List 1 1 251 10 100 12 1 1 1 11 100 12 1 1 1 11 100 12 1 1 1 11 12 1 1 11 100 12 1 1 11 12 1 1 11 12 1 1 10 100 12 1 1 1 100 1 100 1 10 12 1 1 100 1 10 100 12 1 1 1 11 12 1 1 11 12 1 11 12 1 100 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 7 12 1 1 1 7 1 10 12 10 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 -ciMethod java/util/List add (Ljava/lang/Object;)Z 0 0 1 0 -1 -instanceKlass java/util/Hashtable$ValueCollection -instanceKlass org/eclipse/sisu/inject/MildElements -instanceKlass org/eclipse/sisu/inject/MildValues$1 -instanceKlass com/google/common/collect/AbstractMapBasedMultimap$WrappedCollection -instanceKlass com/google/common/collect/Maps$Values -instanceKlass com/google/common/collect/AbstractMultimap$Values -instanceKlass com/google/common/collect/ImmutableCollection -instanceKlass org/apache/felix/resolver/util/ArrayMap$1 -instanceKlass com/sun/jna/Structure$StructureSet -instanceKlass java/util/AbstractMap$2 -instanceKlass java/util/TreeMap$Values -instanceKlass java/util/IdentityHashMap$Values -instanceKlass org/apache/felix/resolver/util/OpenHashMap$AbstractObjectCollection -instanceKlass org/eclipse/osgi/internal/container/NamespaceList$Builder -instanceKlass java/util/AbstractQueue -instanceKlass java/util/LinkedHashMap$LinkedValues -instanceKlass java/util/HashMap$Values -instanceKlass java/util/ArrayDeque -instanceKlass java/util/AbstractSet -instanceKlass java/util/ImmutableCollections$AbstractImmutableCollection -instanceKlass java/util/AbstractList -ciInstanceKlass java/util/AbstractCollection 1 1 160 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 100 1 10 11 12 1 11 7 1 10 12 1 10 12 1 10 100 12 1 1 1 11 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/AssertionStatusDirectives 0 0 24 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass org/eclipse/aether/named/support/LockUpgradeNotSupportedException -instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$1NotPertientToApplicability -instanceKlass org/eclipse/jdt/internal/compiler/ast/LambdaExpression$CopyFailureException -instanceKlass org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo$AssertionFailedException -instanceKlass javax/lang/model/UnknownEntityException -instanceKlass org/springframework/boot/configurationprocessor/metadata/InvalidConfigurationMetadataException -instanceKlass org/eclipse/jdt/internal/compiler/lookup/Scope$MethodClashException -instanceKlass lombok/core/AnnotationValues$AnnotationValueDecodeFail -instanceKlass org/eclipse/jdt/internal/core/builder/AbortIncrementalBuildException -instanceKlass org/eclipse/jdt/internal/core/search/matching/MatchLocator$WrappedCoreException -instanceKlass com/google/inject/internal/aop/GlueException -instanceKlass org/eclipse/jdt/internal/compiler/problem/ShouldNotImplement -instanceKlass org/apache/maven/artifact/InvalidArtifactRTException -instanceKlass com/google/inject/OutOfScopeException -instanceKlass java/nio/file/ProviderNotFoundException -instanceKlass java/nio/file/FileSystemAlreadyExistsException -instanceKlass java/nio/file/FileSystemNotFoundException -instanceKlass java/lang/annotation/IncompleteAnnotationException -instanceKlass org/eclipse/lsp4j/jsonrpc/JsonRpcException -instanceKlass org/eclipse/lsp4j/jsonrpc/MessageIssueException -instanceKlass com/google/inject/CreationException -instanceKlass com/google/inject/ConfigurationException -instanceKlass com/google/inject/ProvisionException -instanceKlass com/google/gson/JsonParseException -instanceKlass org/eclipse/lsp4j/jsonrpc/ResponseErrorException -instanceKlass java/io/UncheckedIOException -instanceKlass org/gradle/api/UncheckedIOException -instanceKlass org/eclipse/buildship/core/internal/GradlePluginsRuntimeException -instanceKlass com/sun/jna/LastErrorException -instanceKlass org/w3c/dom/DOMException -instanceKlass org/eclipse/text/edits/MalformedTreeException -instanceKlass org/eclipse/jdt/internal/codeassist/select/SelectionNodeFound -instanceKlass org/eclipse/jdt/internal/core/DeltaProcessor$1FoundRelevantDeltaException -instanceKlass org/eclipse/jdt/internal/codeassist/complete/InvalidCursorLocation -instanceKlass org/eclipse/jdt/internal/codeassist/complete/CompletionNodeFound -instanceKlass org/eclipse/jdt/internal/compiler/problem/AbortCompilation -instanceKlass org/eclipse/jdt/internal/compiler/lookup/SourceTypeCollisionException -instanceKlass org/eclipse/jdt/internal/core/builder/MissingSourceFileException -instanceKlass org/eclipse/jdt/internal/core/builder/ImageBuilderInternalException -instanceKlass java/lang/NegativeArraySizeException -instanceKlass org/eclipse/jdt/internal/core/ClasspathEntry$AssertionFailedException -instanceKlass com/google/common/cache/CacheLoader$InvalidCacheLoadException -instanceKlass com/google/common/util/concurrent/UncheckedExecutionException -instanceKlass java/time/DateTimeException -instanceKlass ch/qos/logback/core/LogbackException -instanceKlass org/objectweb/asm/tree/UnsupportedClassVersionException -instanceKlass java/lang/reflect/UndeclaredThrowableException -instanceKlass org/eclipse/core/internal/events/BuildManager$JobManagerSuspendedException -instanceKlass org/eclipse/core/internal/localstore/IsSynchronizedVisitor$ResourceChangedException -instanceKlass org/eclipse/core/internal/dtree/ObjectNotFoundException -instanceKlass org/eclipse/core/internal/utils/WrappedRuntimeException -instanceKlass org/eclipse/core/runtime/OperationCanceledException -instanceKlass org/eclipse/equinox/internal/provisional/frameworkadmin/FrameworkAdminRuntimeException -instanceKlass org/osgi/util/promise/FailedPromisesException -instanceKlass java/lang/IllegalCallerException -instanceKlass org/eclipse/core/runtime/InvalidRegistryObjectException -instanceKlass org/eclipse/core/runtime/AssertionFailedException -instanceKlass org/osgi/service/component/ComponentException -instanceKlass java/util/MissingResourceException -instanceKlass org/osgi/framework/hooks/weaving/WeavingException -instanceKlass java/util/concurrent/RejectedExecutionException -instanceKlass java/util/ConcurrentModificationException -instanceKlass org/osgi/framework/ServiceException -instanceKlass java/lang/TypeNotPresentException -instanceKlass java/lang/IndexOutOfBoundsException -instanceKlass org/eclipse/osgi/framework/util/ThreadInfoReport -instanceKlass org/eclipse/osgi/storage/Storage$StorageException -instanceKlass java/util/NoSuchElementException -instanceKlass java/lang/SecurityException -instanceKlass java/lang/invoke/WrongMethodTypeException -instanceKlass java/lang/UnsupportedOperationException -instanceKlass java/lang/IllegalStateException -instanceKlass java/lang/IllegalArgumentException -instanceKlass java/lang/ArithmeticException -instanceKlass java/lang/NullPointerException -instanceKlass java/lang/IllegalMonitorStateException -instanceKlass java/lang/ArrayStoreException -instanceKlass java/lang/ClassCastException -ciInstanceKlass java/lang/RuntimeException 1 1 40 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass org/eclipse/m2e/core/internal/project/registry/MavenProjectCache$CacheKey -instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SwitchTranslator$StringSwitchTranslator$StringCaseConstant -instanceKlass org/eclipse/jdt/internal/compiler/ast/SwitchStatement$SingletonBootstrap -instanceKlass org/eclipse/jdt/internal/compiler/parser/JavadocTagConstants$LevelTags -instanceKlass org/eclipse/jdt/internal/compiler/ast/Pattern$TestContextRecord -instanceKlass org/eclipse/jdt/internal/compiler/util/CharArray -instanceKlass org/eclipse/jdt/internal/core/builder/ClasspathJar$PackageCacheEntry -instanceKlass org/eclipse/core/internal/utils/Cache$Entry -instanceKlass org/eclipse/jdt/internal/compiler/CompilerConfiguration -instanceKlass org/eclipse/jdt/internal/core/JarPackageFragmentRootInfo$PackageContent -instanceKlass org/eclipse/jdt/internal/core/JrtPackageFragmentRoot$JrtModuleKey -instanceKlass java/lang/reflect/Executable$ParameterData -instanceKlass java/nio/DirectByteBuffer$Deallocator -instanceKlass org/eclipse/jdt/internal/core/JavaModelManager$SecondaryTypesCache -instanceKlass org/eclipse/m2e/core/project/configurator/ProjectConfigurationRequest -instanceKlass org/eclipse/m2e/core/embedder/ArtifactRepositoryRef -instanceKlass org/eclipse/m2e/core/embedder/ArtifactRef -instanceKlass org/eclipse/m2e/core/project/configurator/MojoExecutionKey -instanceKlass org/eclipse/m2e/core/internal/project/registry/VersionlessKey -instanceKlass org/eclipse/m2e/core/embedder/ArtifactKey -instanceKlass org/eclipse/m2e/core/embedder/MavenConfigurationChangeEvent -instanceKlass org/eclipse/m2e/core/embedder/MavenSettingsLocations -instanceKlass java/lang/reflect/Proxy$ProxyBuilder$ProxyClassContext -instanceKlass sun/security/pkcs/SignerInfo$AlgorithmInfo -instanceKlass jdk/internal/misc/ThreadTracker$ThreadRef -instanceKlass java/security/SecureClassLoader$CodeSourceKey -instanceKlass jdk/internal/module/ModuleReferenceImpl$CachedHash -instanceKlass java/util/stream/Collectors$CollectorImpl -instanceKlass jdk/internal/reflect/ReflectionFactory$Config -instanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs -instanceKlass jdk/internal/foreign/abi/VMStorage -ciInstanceKlass java/lang/Record 1 1 22 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/invoke/MethodType 1 1 780 7 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 7 12 1 1 8 1 10 100 12 1 1 1 9 7 1 9 7 1 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 7 1 8 1 10 12 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 9 12 1 11 12 1 1 7 10 12 1 1 10 12 1 1 7 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 10 12 1 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 12 1 11 12 1 1 11 12 1 10 100 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 9 12 1 1 7 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 1 11 12 1 1 9 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 100 1 10 12 1 1 11 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 11 12 1 100 1 11 100 12 1 1 10 12 1 100 1 10 12 1 10 100 12 1 1 10 12 1 1 9 12 1 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 10 100 12 1 1 10 12 1 100 10 12 1 1 10 12 1 7 1 10 10 12 1 1 7 1 7 1 9 12 1 1 7 1 7 1 7 1 1 1 5 0 1 1 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 7 1 1 7 1 1 100 1 100 1 1 -staticfield java/lang/invoke/MethodType internTable Ljdk/internal/util/ReferencedKeySet; jdk/internal/util/ReferencedKeySet -staticfield java/lang/invoke/MethodType NO_PTYPES [Ljava/lang/Class; 0 [Ljava/lang/Class; -staticfield java/lang/invoke/MethodType objectOnlyTypes [Ljava/lang/invoke/MethodType; 20 [Ljava/lang/invoke/MethodType; -staticfield java/lang/invoke/MethodType METHOD_HANDLE_ARRAY [Ljava/lang/Class; 1 [Ljava/lang/Class; -staticfield java/lang/invoke/MethodType serialPersistentFields [Ljava/io/ObjectStreamField; 0 [Ljava/io/ObjectStreamField; -staticfield java/lang/invoke/MethodType $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/TypeDescriptor$OfMethod 1 0 43 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -instanceKlass java/lang/InstantiationException -instanceKlass java/lang/IllegalAccessException -instanceKlass java/lang/reflect/InvocationTargetException -instanceKlass java/lang/NoSuchFieldException -instanceKlass java/lang/NoSuchMethodException -instanceKlass java/lang/ClassNotFoundException -ciInstanceKlass java/lang/ReflectiveOperationException 1 1 34 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/lang/invoke/DelegatingMethodHandle -instanceKlass java/lang/invoke/BoundMethodHandle -instanceKlass java/lang/invoke/DirectMethodHandle -ciInstanceKlass java/lang/invoke/MethodHandle 1 1 733 100 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 8 1 10 7 12 1 1 1 9 12 1 1 100 1 10 9 7 12 1 1 1 9 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 11 12 1 10 12 1 10 12 1 1 10 100 12 1 1 100 1 11 12 1 10 100 1 11 12 1 7 1 10 12 1 11 12 1 9 100 12 1 1 1 11 12 1 1 11 100 12 1 1 1 10 12 1 1 9 12 1 11 12 1 9 12 1 9 12 1 9 12 1 11 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 10 10 7 12 1 1 10 12 1 1 100 1 7 1 8 1 8 1 10 10 12 1 1 10 12 1 10 12 1 7 1 10 100 12 1 1 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 7 12 1 1 9 12 1 9 12 1 1 9 12 1 1 10 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 7 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 8 10 12 1 1 8 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 7 1 100 1 1 100 1 1 100 1 1 1 1 -staticfield java/lang/invoke/MethodHandle FORM_OFFSET J 20 -staticfield java/lang/invoke/MethodHandle UPDATE_OFFSET J 13 -staticfield java/lang/invoke/MethodHandle $assertionsDisabled Z 1 -ciMethod java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 328 0 164 0 0 -ciMethod java/lang/invoke/MethodHandle maybeCustomize ()V 974 0 11799 0 -1 -instanceKlass java/io/ObjectStreamClass$DeserializationConstructorsCache -ciInstanceKlass java/util/concurrent/ConcurrentHashMap 1 1 1210 7 1 7 1 3 10 12 1 1 3 7 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 100 1 11 12 1 1 11 12 1 11 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 4 10 12 1 9 12 1 10 12 1 1 100 1 10 5 0 10 12 1 10 12 1 1 5 0 10 12 1 1 10 12 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 1 100 1 10 100 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 100 1 10 12 1 1 7 1 100 1 8 1 10 12 1 10 12 1 1 10 12 1 1 11 7 12 1 1 10 12 1 1 11 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 7 1 11 12 1 11 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 9 10 12 1 1 9 12 1 10 12 1 1 5 0 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 7 1 10 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 11 100 1 10 12 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 8 1 10 12 1 8 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 9 10 12 1 9 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 100 1 10 12 11 100 12 1 1 10 11 7 12 1 10 12 1 100 1 10 12 1 100 1 10 10 9 7 12 1 1 1 10 12 3 10 7 12 1 1 9 12 1 10 12 1 1 9 12 1 1 9 12 1 10 12 1 1 10 7 12 1 1 9 12 1 9 7 12 1 1 10 12 1 1 10 12 1 3 9 12 1 9 12 1 10 12 1 1 7 1 9 3 9 12 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 100 12 1 1 1 100 10 12 1 7 1 5 0 10 100 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 100 1 10 12 1 10 100 1 100 1 10 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 7 1 10 12 1 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 10 12 1 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 10 100 1 10 10 100 1 10 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 100 1 10 12 1 10 10 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 10 12 1 9 12 1 1 9 12 1 1 10 12 1 1 8 10 12 1 1 8 8 8 8 7 10 12 1 1 10 12 1 100 1 8 1 10 7 1 7 1 7 1 1 1 5 0 1 1 3 1 3 1 1 1 1 3 1 3 1 3 1 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/util/concurrent/ConcurrentHashMap NCPU I 12 -staticfield java/util/concurrent/ConcurrentHashMap serialPersistentFields [Ljava/io/ObjectStreamField; 3 [Ljava/io/ObjectStreamField; -staticfield java/util/concurrent/ConcurrentHashMap U Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -staticfield java/util/concurrent/ConcurrentHashMap SIZECTL J 20 -staticfield java/util/concurrent/ConcurrentHashMap TRANSFERINDEX J 32 -staticfield java/util/concurrent/ConcurrentHashMap BASECOUNT J 24 -staticfield java/util/concurrent/ConcurrentHashMap CELLSBUSY J 36 -staticfield java/util/concurrent/ConcurrentHashMap CELLVALUE J 144 -staticfield java/util/concurrent/ConcurrentHashMap ABASE I 16 -staticfield java/util/concurrent/ConcurrentHashMap ASHIFT I 2 -instanceKlass org/apache/maven/project/DefaultProjectBuilder$1 -instanceKlass java/util/stream/Collectors$Partition -instanceKlass org/eclipse/sisu/wire/EntryMapAdapter -instanceKlass com/google/common/collect/Maps$ViewCachingAbstractMap -instanceKlass com/google/common/collect/MapMakerInternalMap -instanceKlass org/eclipse/sisu/wire/MergedProperties -instanceKlass com/google/gson/internal/LinkedTreeMap -instanceKlass com/google/common/cache/LocalCache -instanceKlass org/apache/felix/resolver/util/ArrayMap -instanceKlass java/util/concurrent/ConcurrentSkipListMap -instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$DictionaryMap -instanceKlass org/eclipse/osgi/internal/framework/FilterImpl$ServiceReferenceMap -instanceKlass org/eclipse/osgi/internal/serviceregistry/ShrinkableValueCollectionMap -instanceKlass java/util/Collections$SingletonMap -instanceKlass java/util/TreeMap -instanceKlass java/util/IdentityHashMap -instanceKlass java/util/EnumMap -instanceKlass java/util/WeakHashMap -instanceKlass java/util/Collections$EmptyMap -instanceKlass sun/util/PreHashedMap -instanceKlass java/util/HashMap -instanceKlass java/util/ImmutableCollections$AbstractImmutableMap -instanceKlass java/util/concurrent/ConcurrentHashMap -ciInstanceKlass java/util/AbstractMap 1 1 196 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 1 7 1 11 12 1 10 12 1 1 11 12 1 100 1 10 11 12 1 11 7 1 10 12 1 1 11 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 7 1 10 11 11 12 1 1 11 12 1 7 1 100 1 11 12 1 8 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 -ciInstanceKlass java/util/concurrent/ConcurrentMap 1 1 208 11 7 12 1 1 1 10 100 12 1 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 1 1 100 1 11 12 1 11 12 1 100 1 11 100 12 1 1 1 18 12 1 11 12 1 1 11 100 12 1 1 11 12 1 1 11 100 12 1 11 12 1 1 11 12 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 1 100 1 100 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 -ciInstanceKlass jdk/internal/loader/ClassLoaders 1 1 183 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 11 100 12 1 1 1 100 1 11 12 1 1 11 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 100 1 100 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 7 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield jdk/internal/loader/ClassLoaders JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 -staticfield jdk/internal/loader/ClassLoaders BOOT_LOADER Ljdk/internal/loader/ClassLoaders$BootClassLoader; jdk/internal/loader/ClassLoaders$BootClassLoader -staticfield jdk/internal/loader/ClassLoaders PLATFORM_LOADER Ljdk/internal/loader/ClassLoaders$PlatformClassLoader; jdk/internal/loader/ClassLoaders$PlatformClassLoader -staticfield jdk/internal/loader/ClassLoaders APP_LOADER Ljdk/internal/loader/ClassLoaders$AppClassLoader; jdk/internal/loader/ClassLoaders$AppClassLoader -instanceKlass jdk/internal/loader/ClassLoaders$BootClassLoader -instanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader -instanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader -ciInstanceKlass jdk/internal/loader/BuiltinClassLoader 1 1 737 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 7 1 10 12 1 9 12 1 10 12 1 9 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 7 12 1 1 1 7 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 7 1 10 12 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 7 1 8 1 8 1 10 9 12 1 1 10 7 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 11 7 12 1 1 1 10 7 12 1 1 7 1 10 7 12 1 1 1 10 12 1 100 1 8 1 10 12 1 1 10 8 1 10 12 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 11 12 1 7 1 10 11 12 1 1 11 10 12 1 1 7 1 10 12 1 10 7 12 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 100 1 10 12 1 1 11 12 1 7 1 100 1 10 12 1 10 12 1 1 100 1 100 1 10 12 1 10 12 1 18 12 1 1 10 12 1 10 12 1 1 18 100 1 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 18 12 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 11 12 1 7 1 10 12 1 7 1 100 1 10 12 1 10 12 1 11 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 10 12 1 100 1 8 1 8 1 10 10 12 1 8 1 8 1 10 7 12 1 1 1 11 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 10 7 12 1 1 1 8 1 10 12 1 7 1 10 12 1 1 10 12 1 7 1 10 11 12 1 1 10 12 10 12 1 10 12 1 100 1 10 12 1 10 12 1 10 10 12 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 15 10 12 16 15 10 12 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 100 1 1 1 1 1 100 1 100 1 1 -staticfield jdk/internal/loader/BuiltinClassLoader packageToModule Ljava/util/Map; java/util/concurrent/ConcurrentHashMap -staticfield jdk/internal/loader/BuiltinClassLoader $assertionsDisabled Z 1 -ciInstanceKlass jdk/internal/loader/ClassLoaders$AppClassLoader 1 1 119 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 8 1 10 12 10 7 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 -ciInstanceKlass jdk/internal/loader/ClassLoaders$PlatformClassLoader 1 1 42 8 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 100 1 1 -ciInstanceKlass java/lang/ArithmeticException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/ArrayStoreException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/ClassCastException 1 1 26 10 7 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/ClassNotFoundException 1 1 96 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/ClassNotFoundException serialPersistentFields [Ljava/io/ObjectStreamField; 1 [Ljava/io/ObjectStreamField; -instanceKlass java/nio/file/InvalidPathException -instanceKlass java/nio/file/ProviderMismatchException -instanceKlass org/apache/maven/cli/MavenCli$IllegalUseOfUndefinedProperty -instanceKlass java/nio/charset/UnsupportedCharsetException -instanceKlass java/nio/charset/IllegalCharsetNameException -instanceKlass java/lang/NumberFormatException -ciInstanceKlass java/lang/IllegalArgumentException 1 1 35 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/IllegalArgumentException (Ljava/lang/String;)V 0 0 40 0 -1 -ciInstanceKlass java/lang/IllegalMonitorStateException 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/BootstrapMethodError 0 0 45 10 100 12 1 1 1 10 12 1 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -instanceKlass java/lang/ExceptionInInitializerError -instanceKlass java/lang/ClassFormatError -instanceKlass java/lang/UnsatisfiedLinkError -instanceKlass java/lang/IncompatibleClassChangeError -instanceKlass java/lang/BootstrapMethodError -instanceKlass java/lang/NoClassDefFoundError -ciInstanceKlass java/lang/LinkageError 1 1 31 10 7 12 1 1 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/NullPointerException 1 1 52 10 7 12 1 1 1 10 12 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 -ciMethod java/lang/NullPointerException ()V 0 0 4 0 -1 -ciInstanceKlass java/lang/NoClassDefFoundError 1 1 26 10 7 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/StackOverflowError 1 1 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/StackTraceElement 1 1 235 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 9 12 1 8 1 10 100 12 1 1 1 7 1 9 12 1 8 1 9 12 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 8 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 10 12 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 1 1 1 1 1 1 3 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 -instanceKlass java/util/concurrent/locks/AbstractQueuedSynchronizer -ciInstanceKlass java/util/concurrent/locks/AbstractOwnableSynchronizer 1 1 32 10 7 12 1 1 1 9 7 12 1 1 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/vm/Continuation 0 0 549 9 100 12 1 1 1 9 12 1 9 12 1 100 1 7 1 10 12 1 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 11 100 12 1 1 1 10 7 1 9 12 1 1 9 12 1 1 10 8 1 10 12 1 9 12 1 1 10 11 12 1 1 100 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 100 1 10 12 1 11 100 12 1 1 1 10 12 1 9 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 1 9 12 1 1 11 12 1 1 9 12 1 1 8 1 10 11 12 1 1 11 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 10 12 1 8 1 10 12 1 8 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 9 12 1 11 12 1 7 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 9 12 1 1 10 12 1 10 12 1 11 7 12 1 1 10 7 1 10 12 1 8 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 8 1 10 7 12 1 1 1 10 12 1 8 1 100 1 8 1 10 9 12 1 1 8 1 10 7 12 1 1 10 100 12 1 1 8 1 8 1 10 12 10 100 12 1 1 1 10 7 1 10 7 12 1 1 1 18 11 100 12 1 1 1 18 12 1 11 12 1 1 7 1 10 7 12 1 1 10 12 1 1 8 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 8 1 10 12 1 7 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 16 1 15 10 12 16 15 11 7 12 1 1 1 16 1 16 1 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 -ciInstanceKlass jdk/internal/misc/UnsafeConstants 1 1 34 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 -staticfield jdk/internal/misc/UnsafeConstants ADDRESS_SIZE0 I 8 -staticfield jdk/internal/misc/UnsafeConstants PAGE_SIZE I 4096 -staticfield jdk/internal/misc/UnsafeConstants BIG_ENDIAN Z 0 -staticfield jdk/internal/misc/UnsafeConstants UNALIGNED_ACCESS Z 1 -staticfield jdk/internal/misc/UnsafeConstants DATA_CACHE_LINE_FLUSH_SIZE I 0 -ciInstanceKlass java/lang/invoke/MethodHandleImpl 1 1 1357 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 100 1 10 9 12 1 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 11 7 12 1 1 1 11 7 12 1 1 11 12 1 1 7 1 11 12 1 10 12 1 1 10 12 1 1 11 12 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 100 1 8 1 10 12 1 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 1 100 1 9 7 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 1 9 12 1 1 10 12 1 9 7 12 1 1 1 11 7 12 1 1 7 1 9 12 1 7 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 9 7 12 1 1 1 10 12 1 10 12 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 10 12 1 9 12 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 10 12 1 10 7 12 1 1 8 1 10 8 1 7 1 10 9 12 1 100 1 10 12 1 8 1 10 10 12 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 10 12 1 9 12 1 10 12 1 1 10 12 1 1 100 1 10 10 12 1 8 1 8 1 9 12 1 8 1 8 1 8 1 9 12 1 10 12 1 1 9 12 1 1 10 12 1 8 1 9 7 1 10 12 1 1 10 12 1 8 1 8 1 8 1 100 1 100 1 8 8 1 8 1 100 1 8 1 7 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 11 7 12 1 1 1 18 12 1 11 100 12 1 1 1 18 18 12 1 11 12 1 1 10 12 1 1 10 12 1 10 12 1 11 12 1 9 12 1 9 12 10 10 12 1 1 9 12 1 1 11 12 1 1 18 12 1 1 11 12 1 1 11 12 1 1 10 12 1 11 7 1 10 12 1 10 12 1 10 12 1 9 12 1 9 12 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 9 12 1 1 10 12 1 10 12 1 1 9 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 100 1 10 12 1 9 12 1 1 11 7 1 9 12 1 9 12 11 12 1 9 12 1 9 12 1 10 12 1 10 12 1 1 9 7 12 1 1 1 8 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 100 1 8 1 8 1 10 12 1 9 12 1 7 1 10 10 7 12 1 1 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 16 15 10 12 16 15 16 16 1 15 10 12 16 16 15 10 12 16 15 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/MethodHandleImpl ARRAYS [Ljava/lang/invoke/MethodHandle; 256 [Ljava/lang/invoke/MethodHandle; -staticfield java/lang/invoke/MethodHandleImpl NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 7 [Ljava/lang/invoke/LambdaForm$NamedFunction; -staticfield java/lang/invoke/MethodHandleImpl HANDLES [Ljava/lang/invoke/MethodHandle; 9 [Ljava/lang/invoke/MethodHandle; -staticfield java/lang/invoke/MethodHandleImpl $assertionsDisabled Z 1 -ciInstanceKlass java/lang/Void 1 1 31 10 7 12 1 1 1 8 1 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/Void TYPE Ljava/lang/Class; java/lang/Class -ciInstanceKlass java/lang/invoke/LambdaForm 1 1 1059 7 1 100 1 10 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 9 12 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 100 12 1 1 1 10 12 1 1 9 7 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 9 12 1 10 100 12 1 1 1 10 12 1 1 7 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 8 1 8 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 100 12 1 1 1 9 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 9 12 1 7 1 10 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 7 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 8 1 10 100 12 1 1 1 10 7 12 1 1 10 12 10 12 1 1 10 12 1 1 9 12 1 8 10 12 1 1 100 1 10 12 1 1 10 12 1 9 7 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 10 12 1 1 7 1 7 1 10 10 12 1 1 10 12 1 1 8 1 8 1 7 1 8 1 10 12 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 10 12 1 1 8 1 8 1 8 1 7 1 8 1 7 1 8 1 7 1 8 1 10 12 1 8 1 9 10 7 12 1 1 1 10 12 1 9 12 1 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 8 1 100 10 12 1 10 12 1 9 12 1 1 10 7 12 1 1 8 1 8 1 7 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 8 1 10 12 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 1 8 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 7 1 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 8 1 10 12 1 9 12 1 1 7 1 10 7 12 1 1 1 8 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 9 12 10 12 1 10 10 12 1 9 12 1 9 9 12 1 7 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 7 1 9 1 1 1 1 3 1 3 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 7 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/LambdaForm DEFAULT_CUSTOMIZED Ljava/lang/invoke/MethodHandle; null -staticfield java/lang/invoke/LambdaForm DEFAULT_KIND Ljava/lang/invoke/LambdaForm$Kind; java/lang/invoke/LambdaForm$Kind -staticfield java/lang/invoke/LambdaForm COMPILE_THRESHOLD I 0 -staticfield java/lang/invoke/LambdaForm INTERNED_ARGUMENTS [[Ljava/lang/invoke/LambdaForm$Name; 5 [[Ljava/lang/invoke/LambdaForm$Name; -staticfield java/lang/invoke/LambdaForm IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory -staticfield java/lang/invoke/LambdaForm LF_identity [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; -staticfield java/lang/invoke/LambdaForm LF_zero [Ljava/lang/invoke/LambdaForm; 6 [Ljava/lang/invoke/LambdaForm; -staticfield java/lang/invoke/LambdaForm NF_identity [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; -staticfield java/lang/invoke/LambdaForm NF_zero [Ljava/lang/invoke/LambdaForm$NamedFunction; 6 [Ljava/lang/invoke/LambdaForm$NamedFunction; -staticfield java/lang/invoke/LambdaForm createFormsLock Ljava/lang/Object; java/lang/Object -staticfield java/lang/invoke/LambdaForm DEBUG_NAME_COUNTERS Ljava/util/HashMap; null -staticfield java/lang/invoke/LambdaForm DEBUG_NAMES Ljava/util/HashMap; null -staticfield java/lang/invoke/LambdaForm TRACE_INTERPRETER Z 0 -staticfield java/lang/invoke/LambdaForm $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MemberName 1 1 724 7 1 7 1 100 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 7 12 1 1 10 12 1 7 1 7 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 8 1 10 100 12 1 1 1 7 1 10 10 12 1 1 100 1 100 1 10 12 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 8 1 8 1 10 12 1 8 1 9 12 1 1 3 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 8 10 12 1 1 10 12 1 1 8 1 9 7 1 8 9 7 1 10 12 1 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 8 1 8 1 7 1 10 12 1 10 100 12 1 1 1 100 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 3 10 12 1 3 10 12 1 3 3 3 3 3 3 10 12 1 3 9 12 1 10 12 1 1 3 10 12 1 10 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 10 12 1 1 10 12 1 10 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 10 10 12 100 1 10 10 10 12 1 1 10 12 1 1 10 10 12 1 8 10 7 1 10 12 1 10 7 1 10 12 1 10 12 1 10 12 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 100 1 10 12 1 1 100 1 8 1 10 7 1 10 12 1 10 12 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 7 12 1 1 1 8 1 8 1 10 12 1 8 1 10 10 10 12 1 10 12 1 8 1 8 1 10 10 12 1 8 1 10 100 12 1 1 1 8 1 100 1 10 12 1 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 100 1 10 8 1 8 1 8 1 8 1 10 12 1 7 1 100 1 7 1 10 100 1 10 7 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 7 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/MemberName $assertionsDisabled Z 1 -instanceKlass java/lang/invoke/VarHandleReferences$Array -instanceKlass java/lang/invoke/VarHandleLongs$FieldInstanceReadOnly -instanceKlass java/lang/invoke/VarHandleBooleans$FieldInstanceReadOnly -instanceKlass java/lang/invoke/VarHandleReferences$FieldInstanceReadOnly -instanceKlass java/lang/invoke/VarHandleByteArrayAsDoubles$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleByteArrayAsFloats$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleByteArrayAsChars$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleByteArrayAsShorts$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleInts$FieldInstanceReadOnly -instanceKlass java/lang/invoke/VarHandleByteArrayAsLongs$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleByteArrayAsInts$ByteArrayViewVarHandle -instanceKlass java/lang/invoke/VarHandleReferences$FieldStaticReadOnly -ciInstanceKlass java/lang/invoke/VarHandle 1 1 473 10 7 12 1 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 100 1 10 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 9 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 10 12 1 9 12 1 1 9 12 1 10 12 1 10 12 1 1 10 12 1 10 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 12 1 1 9 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 10 7 12 1 1 100 1 10 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 10 12 1 1 7 1 10 12 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 100 1 1 1 100 1 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 -staticfield java/lang/invoke/VarHandle VFORM_OFFSET J 16 -staticfield java/lang/invoke/VarHandle $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MethodHandleImpl$BindCaller 1 1 451 100 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 7 12 1 1 1 10 12 1 100 1 10 10 7 12 1 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 9 7 12 1 1 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 8 1 100 1 8 1 9 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 7 1 7 1 7 1 10 12 1 10 100 12 1 1 8 1 8 1 10 12 1 7 1 10 12 1 9 12 1 1 8 1 8 10 12 1 1 8 1 10 12 1 1 10 7 12 1 1 10 12 1 1 8 8 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 8 1 8 1 8 1 10 12 1 1 7 1 10 12 1 10 12 1 1 9 12 1 7 1 10 10 12 1 1 8 9 7 12 1 1 1 10 12 1 10 12 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/MethodHandleImpl$BindCaller MH_checkCallerClass Ljava/lang/invoke/MethodHandle; java/lang/invoke/DirectMethodHandle -staticfield java/lang/invoke/MethodHandleImpl$BindCaller INJECTED_INVOKER_TEMPLATE [B 504 -staticfield java/lang/invoke/MethodHandleImpl$BindCaller $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MethodHandles$Lookup 1 1 1151 7 1 7 1 100 1 10 12 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 100 1 7 1 10 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 8 1 10 12 10 12 1 7 1 8 1 10 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 7 12 1 1 1 100 1 8 10 10 7 12 1 1 1 8 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 9 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 11 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 8 1 10 7 12 1 1 1 8 1 10 100 12 1 1 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 7 1 10 12 1 10 12 1 8 1 10 12 1 1 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 10 100 12 1 1 1 10 12 1 1 7 1 8 1 10 100 1 8 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 8 1 8 1 10 12 1 1 10 100 12 1 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 9 12 1 1 10 10 12 1 10 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 10 7 1 10 10 12 1 10 12 1 10 12 1 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 8 1 7 1 10 12 1 10 12 1 9 12 1 1 10 12 1 10 12 1 7 1 10 7 12 1 1 10 12 1 1 10 12 1 10 10 12 1 7 1 10 12 1 1 8 1 10 12 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 10 100 12 1 1 9 100 12 1 1 1 10 12 9 12 1 8 1 8 1 8 1 8 1 10 12 1 8 1 8 1 10 12 1 10 12 1 8 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 10 12 8 1 10 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 7 1 10 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 8 1 10 12 1 9 12 1 1 10 7 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 1 10 7 12 1 1 10 12 1 10 12 100 1 10 12 1 8 1 10 12 1 8 8 11 12 1 10 7 12 1 1 1 8 1 8 1 10 7 12 1 1 1 9 12 1 10 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/MethodHandles$Lookup DEFAULT_DUMPER Ljdk/internal/util/ClassFileDumper; jdk/internal/util/ClassFileDumper -staticfield java/lang/invoke/MethodHandles$Lookup IMPL_LOOKUP Ljava/lang/invoke/MethodHandles$Lookup; java/lang/invoke/MethodHandles$Lookup -staticfield java/lang/invoke/MethodHandles$Lookup PUBLIC_LOOKUP Ljava/lang/invoke/MethodHandles$Lookup; java/lang/invoke/MethodHandles$Lookup -staticfield java/lang/invoke/MethodHandles$Lookup $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MethodHandleImpl$1 1 1 211 10 7 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 100 1 1 1 -ciInstanceKlass jdk/internal/access/JavaLangInvokeAccess 1 0 60 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod java/lang/invoke/MethodHandleImpl$1 reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 2 0 1 0 0 -ciMethod java/lang/invoke/MethodHandleImpl isCompileConstant (Ljava/lang/Object;)Z 258 0 31541 0 -1 -instanceKlass jdk/internal/reflect/FieldAccessorImpl -instanceKlass jdk/internal/reflect/ConstructorAccessorImpl -instanceKlass jdk/internal/reflect/MethodAccessorImpl -ciInstanceKlass jdk/internal/reflect/MagicAccessorImpl 1 1 16 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 -instanceKlass jdk/internal/reflect/DirectMethodHandleAccessor -ciInstanceKlass jdk/internal/reflect/MethodAccessorImpl 1 1 38 10 7 12 1 1 1 10 100 12 1 1 1 100 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/MethodAccessor 1 0 17 100 1 100 1 1 1 1 100 1 100 1 1 1 1 1 1 -ciMethod jdk/internal/reflect/MethodAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 -ciMethod jdk/internal/reflect/MethodAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 0 0 1 0 -1 -instanceKlass jdk/internal/reflect/SerializationConstructorAccessorImpl -instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor$NativeAccessor -instanceKlass jdk/internal/reflect/DirectConstructorHandleAccessor -instanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl -ciInstanceKlass jdk/internal/reflect/ConstructorAccessorImpl 1 1 27 10 7 12 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 -ciInstanceKlass jdk/internal/reflect/ConstructorAccessor 1 0 16 100 1 100 1 1 1 1 100 1 100 1 100 1 1 1 -ciInstanceKlass jdk/internal/reflect/DelegatingClassLoader 1 1 18 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/Reflection 1 1 385 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 100 12 1 1 1 11 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 12 1 11 7 12 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 7 1 10 12 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 7 1 7 1 11 7 12 1 1 8 1 11 12 1 1 10 7 12 1 1 1 7 1 11 12 1 10 7 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 1 11 100 12 1 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 10 12 1 1 8 1 8 1 8 1 100 1 10 8 1 8 1 8 1 10 12 8 1 11 12 1 1 9 12 1 1 7 1 8 1 8 1 11 12 1 7 1 7 1 7 1 8 1 11 12 1 11 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 -staticfield jdk/internal/reflect/Reflection ALL_MEMBERS Ljava/util/Set; java/util/ImmutableCollections$Set12 -ciInstanceKlass java/lang/reflect/Modifier 1 1 133 7 1 10 7 12 1 1 1 100 1 10 7 1 8 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 3 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 3 1 3 1 3 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/CallerSensitive 1 0 17 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 -ciMethod jdk/internal/reflect/Reflection getCallerClass ()Ljava/lang/Class; 256 0 128 0 -1 -ciMethod jdk/internal/reflect/Reflection verifyPublicMemberAccess (Ljava/lang/Class;I)Z 0 0 1 0 -1 -ciMethod jdk/internal/reflect/Reflection newIllegalAccessException (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Ljava/lang/IllegalAccessException; 0 0 1 0 -1 -ciMethod jdk/internal/reflect/Reflection verifyMemberAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 1024 0 2807 0 -1 -ciMethod jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 48 0 489 0 0 -ciInstanceKlass jdk/internal/reflect/NativeConstructorAccessorImpl 0 0 125 10 7 12 1 1 1 9 7 12 1 1 1 100 1 10 12 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 8 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/ConstantPool 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 100 12 1 1 1 8 11 7 12 1 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl 0 0 47 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 8 11 100 12 1 1 1 10 100 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/reflect/FieldAccessor 1 0 48 100 1 100 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass jdk/internal/reflect/MethodHandleFieldAccessorImpl -instanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl -ciInstanceKlass jdk/internal/reflect/FieldAccessorImpl 1 1 269 10 7 12 1 1 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 8 1 10 10 12 1 100 1 8 1 10 12 1 8 1 10 12 1 8 1 10 12 1 100 1 10 12 1 1 10 8 1 10 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 8 1 10 7 12 1 1 10 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 8 1 10 12 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 8 1 8 1 8 1 10 12 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass jdk/internal/reflect/UnsafeStaticFieldAccessorImpl -ciInstanceKlass jdk/internal/reflect/UnsafeFieldAccessorImpl 0 0 62 10 100 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 1 9 100 12 1 1 10 12 1 9 12 1 1 10 100 12 1 1 1 9 12 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/lang/invoke/VolatileCallSite -instanceKlass java/lang/invoke/MutableCallSite -instanceKlass java/lang/invoke/ConstantCallSite -ciInstanceKlass java/lang/invoke/CallSite 1 1 307 10 7 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 7 1 10 12 1 1 10 12 1 1 9 100 12 1 1 1 10 7 12 1 1 10 12 1 1 100 1 7 1 10 10 7 12 1 1 1 10 12 1 1 8 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 10 100 12 1 1 10 12 1 1 9 12 1 9 100 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 1 9 12 1 8 1 100 1 10 12 1 10 12 1 100 1 8 1 10 10 12 1 10 12 1 1 100 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 8 10 12 1 1 9 12 1 1 100 1 10 10 12 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 7 1 8 1 10 10 12 10 12 1 1 7 1 7 1 7 1 8 1 10 12 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 1 1 -staticfield java/lang/invoke/CallSite $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/ConstantCallSite 1 1 65 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 100 1 10 12 9 12 1 1 100 1 10 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/ConstantCallSite UNSAFE Ljdk/internal/misc/Unsafe; jdk/internal/misc/Unsafe -instanceKlass java/lang/invoke/DirectMethodHandle$Special -instanceKlass java/lang/invoke/DirectMethodHandle$StaticAccessor -instanceKlass java/lang/invoke/DirectMethodHandle$Interface -instanceKlass java/lang/invoke/DirectMethodHandle$Constructor -instanceKlass java/lang/invoke/DirectMethodHandle$Accessor -ciInstanceKlass java/lang/invoke/DirectMethodHandle 1 1 923 7 1 7 1 100 1 7 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 10 12 1 10 12 1 7 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 9 12 1 1 100 1 10 9 12 1 1 9 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 10 12 1 7 1 10 10 12 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 7 12 1 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 1 8 1 10 12 1 10 12 1 10 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 9 7 12 1 1 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 9 12 1 9 12 1 8 1 10 12 1 10 12 1 1 9 12 1 1 7 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 10 7 1 9 12 9 12 1 10 7 12 1 1 1 10 12 1 7 1 7 1 7 1 9 12 1 1 10 7 12 1 1 1 10 12 10 12 1 7 1 10 12 1 10 12 1 1 8 1 9 12 1 9 12 1 10 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 9 12 1 8 1 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 9 7 1 10 12 1 9 12 1 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 8 1 8 1 8 1 8 1 10 12 1 1 9 12 1 1 10 12 1 10 100 12 1 1 1 8 9 12 1 1 10 12 1 1 8 1 8 8 9 12 1 8 1 8 8 8 8 8 1 8 10 12 1 7 1 10 12 1 8 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 1 1 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 3 1 3 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/DirectMethodHandle IMPL_NAMES Ljava/lang/invoke/MemberName$Factory; java/lang/invoke/MemberName$Factory -staticfield java/lang/invoke/DirectMethodHandle FT_UNCHECKED_REF I 8 -staticfield java/lang/invoke/DirectMethodHandle ACCESSOR_FORMS [Ljava/lang/invoke/LambdaForm; 132 [Ljava/lang/invoke/LambdaForm; -staticfield java/lang/invoke/DirectMethodHandle ALL_WRAPPERS [Lsun/invoke/util/Wrapper; 10 [Lsun/invoke/util/Wrapper; -staticfield java/lang/invoke/DirectMethodHandle NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 12 [Ljava/lang/invoke/LambdaForm$NamedFunction; -staticfield java/lang/invoke/DirectMethodHandle OBJ_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType -staticfield java/lang/invoke/DirectMethodHandle LONG_OBJ_TYPE Ljava/lang/invoke/MethodType; java/lang/invoke/MethodType -staticfield java/lang/invoke/DirectMethodHandle $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MutableCallSite 0 0 63 10 100 12 1 1 1 10 12 1 9 100 12 1 1 1 10 12 1 10 12 1 1 9 12 1 1 10 100 12 1 1 1 10 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -ciInstanceKlass java/lang/invoke/VolatileCallSite 0 0 37 10 100 12 1 1 1 10 12 1 10 100 12 1 1 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/invoke/ResolvedMethodName 1 1 16 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/invoke/MethodHandleNatives 1 1 690 100 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 100 1 10 10 12 1 1 10 12 1 10 12 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 7 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 10 12 1 1 8 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 1 9 7 12 1 1 1 8 1 10 100 12 1 1 1 7 1 10 12 100 1 100 1 8 1 7 1 10 10 12 1 7 1 9 7 12 1 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 8 1 10 12 1 1 8 1 10 12 1 8 1 8 1 8 1 7 1 10 12 1 8 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 10 10 12 1 1 10 12 1 10 100 12 1 1 1 100 1 8 1 10 100 12 1 1 1 7 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 7 1 7 1 10 12 1 10 12 1 8 1 8 1 10 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 8 1 8 1 10 12 1 1 10 7 12 1 1 1 100 1 10 12 1 1 7 1 9 12 1 1 10 7 12 1 1 1 10 10 12 1 9 12 1 10 12 1 9 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 7 1 7 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 7 12 1 1 1 10 12 1 1 100 1 8 1 10 9 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 100 1 100 1 10 10 100 1 100 1 10 100 1 10 10 12 1 1 10 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 8 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 10 7 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 100 1 1 1 -staticfield java/lang/invoke/MethodHandleNatives $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/Invokers 1 1 786 100 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 9 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 7 1 10 12 1 10 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 10 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 8 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 7 1 7 1 10 12 1 1 10 12 1 1 100 1 9 12 1 1 10 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 9 12 1 10 7 12 1 1 9 7 12 1 1 1 8 1 10 12 1 1 7 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 7 1 10 12 1 1 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 8 1 10 7 12 1 1 10 7 1 8 1 10 12 1 9 12 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 10 10 12 1 1 9 12 1 10 12 1 1 10 12 1 1 7 1 10 7 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 1 10 100 12 1 1 10 12 1 1 10 12 1 9 12 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 9 12 1 8 1 8 1 10 12 1 10 12 1 9 12 10 12 1 1 9 12 1 10 12 1 1 9 12 1 10 12 1 9 12 1 10 12 1 100 1 8 1 8 1 10 10 12 1 1 10 12 1 7 1 10 7 12 1 1 1 9 12 1 9 12 1 10 12 1 10 7 12 1 1 9 12 1 10 12 1 10 12 9 12 1 1 10 12 1 7 1 10 100 12 1 1 1 8 1 9 7 12 1 1 1 10 12 1 1 10 12 1 1 8 1 8 1 10 12 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 7 1 10 7 12 1 1 10 12 1 10 12 1 9 12 1 9 12 1 1 7 1 10 7 12 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/Invokers VH_INV_GENERIC I 34 -staticfield java/lang/invoke/Invokers INV_LIMIT I 65 -staticfield java/lang/invoke/Invokers NFS [Ljava/lang/invoke/LambdaForm$NamedFunction; 7 [Ljava/lang/invoke/LambdaForm$NamedFunction; -staticfield java/lang/invoke/Invokers $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/MethodHandleNatives$CallSiteContext 1 1 49 10 7 12 1 1 1 7 1 10 10 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -ciInstanceKlass jdk/internal/foreign/abi/NativeEntryPoint 0 0 194 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 8 1 10 12 1 10 12 1 1 100 1 10 100 12 1 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 8 1 10 12 1 1 7 1 8 1 10 12 1 10 12 1 1 10 12 1 9 12 1 1 18 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 10 100 12 1 1 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 1 15 10 12 16 1 16 15 10 12 15 10 100 12 1 1 1 1 1 100 1 1 100 1 100 1 1 -ciInstanceKlass jdk/internal/foreign/abi/ABIDescriptor 0 0 55 10 100 12 1 1 1 9 100 12 1 1 1 9 12 1 1 9 12 1 9 12 1 9 12 1 1 9 12 1 9 12 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/foreign/abi/VMStorage 0 0 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 9 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 18 12 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 8 1 15 15 15 15 15 10 100 12 1 1 1 1 100 1 100 1 1 -ciInstanceKlass jdk/internal/foreign/abi/UpcallLinker$CallRegs 0 0 66 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 18 12 1 1 18 12 1 1 18 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 8 1 15 15 15 10 100 12 1 1 1 1 1 100 1 100 1 1 -ciInstanceKlass java/lang/StackWalker 1 1 271 9 7 12 1 1 1 7 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 11 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 10 12 1 10 7 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 11 12 1 1 100 1 8 1 10 10 7 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 18 12 1 1 100 1 8 1 10 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 9 7 12 1 1 11 100 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 16 15 10 12 16 1 15 10 100 12 1 1 1 1 1 1 1 1 1 100 1 100 1 1 -staticfield java/lang/StackWalker DEFAULT_EMPTY_OPTION Ljava/util/EnumSet; java/util/RegularEnumSet -staticfield java/lang/StackWalker DEFAULT_WALKER Ljava/lang/StackWalker; java/lang/StackWalker -ciInstanceKlass java/lang/StackWalker$StackFrame 1 1 41 100 1 10 12 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -instanceKlass java/lang/LiveStackFrameInfo -ciInstanceKlass java/lang/StackFrameInfo 1 1 142 10 7 12 1 1 1 9 7 12 1 1 1 9 7 1 9 12 1 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 11 12 1 11 12 1 1 11 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 1 11 12 1 1 9 12 1 1 10 7 1 10 12 1 9 12 1 1 10 12 1 1 100 1 8 1 10 12 1 10 7 12 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 7 1 1 1 1 1 1 -staticfield java/lang/StackFrameInfo JLIA Ljdk/internal/access/JavaLangInvokeAccess; java/lang/invoke/MethodHandleImpl$1 -ciInstanceKlass java/lang/LiveStackFrameInfo 0 0 97 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 9 12 1 9 12 1 9 12 1 1 7 1 10 12 1 1 10 12 1 8 1 10 12 1 1 8 1 8 1 8 1 10 100 1 10 12 1 100 1 10 12 1 7 1 7 1 1 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -ciInstanceKlass java/lang/LiveStackFrame 0 0 135 100 1 10 100 12 1 1 1 11 7 12 1 1 1 11 12 1 10 7 12 1 1 1 100 1 8 1 10 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 11 12 1 10 12 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 100 1 8 1 1 12 10 1 1 1 8 1 1 1 8 1 1 1 8 1 1 1 8 1 1 8 1 1 1 8 1 1 8 1 -instanceKlass java/lang/StackStreamFactory$StackFrameTraverser -ciInstanceKlass java/lang/StackStreamFactory$AbstractStackWalker 1 1 375 7 1 7 1 3 10 7 12 1 1 1 10 7 12 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 9 12 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 9 12 1 1 9 12 1 1 10 12 1 1 9 7 12 1 1 1 10 12 1 1 10 12 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 7 12 1 1 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 100 12 1 1 1 100 1 8 1 10 12 1 8 1 10 12 10 7 12 1 1 9 12 1 8 1 5 0 8 1 8 1 9 12 1 1 10 12 1 1 18 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 10 12 1 9 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 10 12 1 10 12 1 1 8 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 9 12 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 7 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 15 10 100 12 1 1 1 1 1 1 1 1 100 1 100 1 1 -ciInstanceKlass jdk/internal/module/Modules 1 1 504 10 7 12 1 1 1 9 7 12 1 1 1 11 7 12 1 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 11 12 1 11 12 1 11 12 1 1 10 7 12 1 1 1 10 100 12 1 1 1 18 12 1 1 10 7 12 1 1 1 7 1 10 7 12 1 1 1 10 100 12 1 1 1 10 100 12 1 1 10 12 1 1 11 12 1 9 12 1 1 11 7 12 1 1 1 10 12 1 1 10 10 12 1 10 9 12 1 1 10 100 12 1 1 10 12 1 1 10 100 12 1 1 100 1 11 100 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 10 12 1 1 10 100 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 11 12 1 1 18 12 1 1 11 100 12 1 1 10 100 12 1 1 1 11 100 12 1 1 1 7 1 11 12 1 1 11 7 12 1 1 1 11 12 1 1 10 12 1 1 10 100 12 1 1 18 12 1 1 11 12 1 1 18 12 1 1 11 12 1 1 10 12 1 18 18 10 12 1 1 9 12 1 1 11 7 12 1 1 1 100 1 10 11 12 1 11 12 1 1 11 12 1 1 10 100 1 10 12 1 1 10 100 12 1 1 10 12 1 1 11 12 10 12 1 1 7 1 10 18 12 1 10 12 1 1 7 1 8 1 10 12 1 10 100 12 1 1 18 12 1 11 11 12 10 12 1 10 10 100 1 18 12 1 10 10 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 10 12 1 16 16 15 10 12 1 16 1 16 1 15 10 12 1 16 1 16 1 15 10 12 16 1 15 10 16 1 15 10 12 16 1 15 10 12 16 15 10 12 16 15 10 12 15 10 100 12 1 1 1 1 1 1 100 1 100 1 1 -staticfield jdk/internal/module/Modules JLA Ljdk/internal/access/JavaLangAccess; java/lang/System$2 -staticfield jdk/internal/module/Modules JLMA Ljdk/internal/access/JavaLangModuleAccess; java/lang/module/ModuleDescriptor$1 -staticfield jdk/internal/module/Modules $assertionsDisabled Z 1 -ciInstanceKlass java/lang/invoke/Invokers$Holder 1 1 128 1 100 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 100 1 1 12 9 1 1 1 12 10 1 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 1 12 10 1 1 100 1 1 12 10 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 12 10 12 10 12 10 12 10 12 10 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 -ciMethod java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 90 0 2078 0 -1 -ciMethod java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 50 0 17077 0 -1 -instanceKlass org/eclipse/sisu/bean/BeanScheduler$Pending -instanceKlass org/apache/maven/artifact/versioning/ComparableVersion$ListItem -ciInstanceKlass java/util/ArrayList 1 1 509 10 7 12 1 1 1 7 1 9 7 12 1 1 1 9 12 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 9 12 1 11 7 12 1 1 1 9 12 1 1 11 12 1 1 7 10 7 12 1 1 1 9 12 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 100 1 7 1 10 12 1 10 10 7 12 1 1 1 10 7 12 1 1 10 12 1 100 1 10 10 12 10 12 1 1 10 12 1 1 10 12 1 10 12 10 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 11 12 1 1 11 7 12 1 1 1 11 12 1 10 12 1 10 12 1 10 12 1 1 100 1 10 12 1 1 10 10 12 1 1 10 12 1 8 1 8 1 8 1 8 1 10 12 1 1 10 12 1 1 11 12 1 7 1 10 100 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 10 7 12 1 1 1 11 7 12 1 1 1 10 12 1 100 1 8 1 10 7 1 10 12 1 7 1 10 12 1 10 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 7 1 10 12 1 10 12 1 1 11 7 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 11 100 12 1 1 10 12 1 1 7 1 7 1 7 1 1 1 1 5 0 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 -staticfield java/util/ArrayList EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; -staticfield java/util/ArrayList DEFAULTCAPACITY_EMPTY_ELEMENTDATA [Ljava/lang/Object; 0 [Ljava/lang/Object; -ciInstanceKlass java/util/RandomAccess 1 0 7 100 1 100 1 1 1 -ciMethod java/util/ArrayList ()V 182 0 110487 0 -1 -ciInstanceKlass jdk/internal/reflect/ReflectionFactory 1 1 622 7 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 9 100 12 1 1 1 10 7 12 1 1 1 9 12 1 1 11 7 12 1 1 1 7 1 10 12 1 1 10 7 12 1 1 1 11 12 1 1 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 7 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 1 7 1 10 10 12 1 1 10 12 1 1 10 12 1 10 10 12 1 1 7 1 10 7 1 10 10 12 1 100 1 10 12 1 8 1 10 12 1 1 7 1 10 100 12 1 1 1 100 1 10 12 1 10 10 10 12 1 1 7 1 10 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 1 100 1 10 12 1 1 10 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 9 12 1 1 7 1 100 1 10 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 11 12 1 1 11 12 1 1 11 12 1 1 11 12 1 10 10 8 1 100 1 10 12 1 1 8 1 8 1 100 1 10 12 1 1 9 100 12 1 1 1 10 12 1 10 12 1 10 10 100 12 1 1 1 10 100 12 1 1 1 100 1 7 1 8 1 10 12 1 8 1 10 12 1 1 8 1 10 12 1 10 12 1 9 12 1 1 100 1 8 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 100 1 8 1 100 1 9 8 1 10 12 1 1 9 7 12 1 1 1 9 12 9 12 1 9 12 1 9 12 9 12 1 10 7 12 1 1 9 12 1 10 12 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 100 1 7 1 8 1 10 8 1 8 1 8 1 8 1 8 1 8 1 10 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 -staticfield jdk/internal/reflect/ReflectionFactory soleInstance Ljdk/internal/reflect/ReflectionFactory; jdk/internal/reflect/ReflectionFactory -staticfield jdk/internal/reflect/ReflectionFactory DEFAULT_CONFIG Ljdk/internal/reflect/ReflectionFactory$Config; jdk/internal/reflect/ReflectionFactory$Config -staticfield jdk/internal/reflect/ReflectionFactory $assertionsDisabled Z 1 -ciMethod jdk/internal/reflect/ReflectionFactory newMethodAccessor (Ljava/lang/reflect/Method;Z)Ljdk/internal/reflect/MethodAccessor; 294 0 147 0 -1 -ciInstanceKlass java/lang/annotation/Annotation 1 0 17 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 -instanceKlass java/lang/ClassValue$ClassValueMap -ciInstanceKlass java/util/WeakHashMap 1 1 399 7 1 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 3 10 7 12 1 1 1 8 1 10 12 1 10 7 12 1 1 1 10 12 1 1 9 12 1 1 9 12 1 1 9 12 1 1 4 10 12 1 11 7 12 1 1 1 6 0 10 100 12 1 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 10 12 1 10 12 1 1 9 12 1 10 12 1 9 12 1 1 9 12 1 9 12 10 12 1 10 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 10 12 1 10 12 1 1 7 1 3 10 12 1 1 11 12 1 1 11 100 12 1 1 1 11 7 12 1 1 1 11 12 100 1 11 12 1 11 12 1 10 12 1 1 10 10 100 12 1 1 1 10 12 1 9 12 1 1 7 1 10 12 1 9 12 1 1 100 1 10 9 12 7 1 10 10 100 12 1 1 10 12 1 11 100 12 1 1 1 100 1 10 11 100 12 1 1 8 1 10 12 1 10 12 10 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/util/WeakHashMap NULL_KEY Ljava/lang/Object; java/lang/Object -ciMethod java/util/WeakHashMap get (Ljava/lang/Object;)Ljava/lang/Object; 5198 3906 13130 0 3120 -ciMethod java/util/WeakHashMap put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1024 254 8165 0 0 -ciMethod java/util/WeakHashMap resize (I)V 10 0 6 0 -1 -ciMethod java/util/WeakHashMap hash (Ljava/lang/Object;)I 512 0 5379 0 -1 -ciMethod java/util/WeakHashMap indexFor (II)I 768 0 39270 0 -1 -ciMethod java/util/WeakHashMap maskNull (Ljava/lang/Object;)Ljava/lang/Object; 512 0 39396 0 -1 -ciMethod java/util/WeakHashMap getTable ()[Ljava/util/WeakHashMap$Entry; 768 0 39404 0 -1 -ciMethod java/util/WeakHashMap matchesKey (Ljava/util/WeakHashMap$Entry;Ljava/lang/Object;)Z 458 0 11616 0 -1 -ciInstanceKlass java/util/Hashtable$Entry 1 1 98 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 1 10 12 1 1 10 12 1 100 1 10 7 1 11 12 1 10 12 1 1 11 12 1 10 100 12 1 1 1 7 1 10 10 12 1 1 10 12 1 1 8 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 1 1 7 1 -ciMethod java/util/Hashtable$Entry (ILjava/lang/Object;Ljava/lang/Object;Ljava/util/Hashtable$Entry;)V 1024 0 9045 0 -1 -ciInstanceKlass java/util/function/BiFunction 1 1 65 10 100 12 1 1 1 18 12 1 1 11 7 12 1 1 11 100 12 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 16 15 11 12 15 10 100 12 1 1 1 1 100 1 100 1 1 -ciInstanceKlass java/lang/invoke/DirectMethodHandle$Constructor 1 1 91 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 100 12 1 1 1 100 1 10 12 1 9 12 1 9 12 1 10 12 1 10 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/invoke/DirectMethodHandle$Constructor $assertionsDisabled Z 1 -ciInstanceKlass jdk/internal/reflect/DirectMethodHandleAccessor 1 1 290 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 100 1 10 12 1 1 10 12 1 10 100 12 1 1 1 100 1 10 12 1 1 10 12 1 10 12 1 10 7 1 10 12 1 1 9 12 1 1 10 12 1 9 12 1 1 10 12 1 9 12 1 9 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 1 7 1 7 1 10 12 1 1 100 1 8 1 10 12 1 7 1 10 12 1 7 1 10 7 1 10 12 1 10 7 12 1 1 1 10 12 1 10 12 1 10 12 1 10 12 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 9 7 12 1 1 1 11 7 12 1 1 1 10 12 1 10 100 12 1 1 10 7 12 1 1 10 7 12 1 1 1 8 1 7 1 10 8 1 10 12 1 1 10 12 1 8 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 10 12 1 1 100 1 10 12 1 1 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 100 1 1 1 100 1 1 1 -staticfield jdk/internal/reflect/DirectMethodHandleAccessor $assertionsDisabled Z 1 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 6681 1 -1 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 8 0 4 0 -1 -ciInstanceKlass jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder 1 1 32 10 100 12 1 1 1 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 -staticfield jdk/internal/reflect/MethodHandleAccessorFactory$LazyStaticHolder JLIA Ljdk/internal/access/JavaLangInvokeAccess; java/lang/invoke/MethodHandleImpl$1 -ciInstanceKlass java/lang/ref/ReferenceQueue$Null 1 1 29 10 7 12 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass jdk/internal/util/Preconditions$4 1 1 61 9 7 12 1 1 1 10 7 12 1 1 1 10 100 12 1 1 1 11 100 12 1 1 1 100 1 100 1 100 1 10 12 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 12 1 1 1 1 -ciInstanceKlass java/lang/CharacterData00 1 1 256 9 7 12 1 1 1 9 12 1 1 9 12 1 9 12 1 10 12 1 1 10 12 1 10 12 1 1 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 10 12 1 7 1 3 3 3 3 10 12 1 9 12 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 9 12 1 1 8 1 10 7 12 1 1 1 8 1 8 1 7 1 7 3 3 3 3 3 3 3 3 3 3 3 3 8 1 100 1 10 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield java/lang/CharacterData00 instance Ljava/lang/CharacterData00; java/lang/CharacterData00 -staticfield java/lang/CharacterData00 charMap [[[C 103 [[[C -staticfield java/lang/CharacterData00 X [C 2048 -staticfield java/lang/CharacterData00 Y [C 6048 -staticfield java/lang/CharacterData00 A [I 1056 -staticfield java/lang/CharacterData00 B [C 1056 -staticfield java/lang/CharacterData00 $assertionsDisabled Z 1 -ciInstanceKlass java/util/WeakHashMap$Entry 1 1 112 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 9 12 1 1 10 12 1 1 10 7 12 1 1 1 7 1 10 12 1 11 10 7 12 1 1 1 10 12 1 11 10 100 12 1 1 1 7 1 10 12 1 10 12 1 1 8 1 10 12 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 7 1 -ciMethod java/util/WeakHashMap$Entry (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;ILjava/util/WeakHashMap$Entry;)V 1020 0 7678 0 -1 -ciInstanceKlass java/lang/ThreadLocal$ThreadLocalMap$Entry 1 1 37 10 7 12 1 1 1 9 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 1 1 -ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_L 1 1 126 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 12 1 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 7 12 1 1 1 100 1 10 100 12 1 1 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 -ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_LL 1 1 73 1 7 1 7 1 1 1 1 1 1 1 1 12 9 1 1 1 12 10 12 9 12 9 1 1 12 10 1 1 1 100 1 7 1 1 12 10 1 7 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 1 -ciInstanceKlass java/lang/invoke/BoundMethodHandle$Species_LLL 1 1 76 1 7 1 7 1 1 1 1 1 1 1 1 1 12 9 1 1 1 12 10 12 9 12 9 12 9 1 1 12 10 1 1 1 100 1 7 1 1 12 10 1 7 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 12 10 1 1 1 1 -ciInstanceKlass java/util/zip/ZipFile$ZipFileInputStream 1 1 180 100 1 100 1 9 7 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 12 1 9 12 1 10 12 1 9 12 1 5 0 10 12 1 1 9 7 12 1 1 1 9 7 12 1 1 1 9 7 12 1 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 100 1 8 1 10 12 1 10 12 1 1 5 0 8 1 10 12 1 1 10 12 1 9 12 1 10 12 1 10 12 1 1 10 12 1 10 12 1 10 12 1 1 7 1 5 0 3 9 12 1 1 9 12 1 1 11 7 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 100 1 1 7 1 7 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/util/zip/ZipFile$ZipFileInflaterInputStream 1 1 155 10 7 12 1 1 1 10 7 12 1 1 1 9 12 1 1 10 7 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 10 7 12 1 1 1 9 12 1 1 9 12 1 10 12 1 1 9 7 12 1 1 1 9 12 1 1 11 7 12 1 1 1 11 7 12 1 1 100 1 8 1 10 12 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 9 12 1 1 9 12 1 1 10 7 12 1 1 1 7 1 10 12 1 1 10 12 1 7 1 5 0 3 1 1 1 1 1 1 1 1 1 1 7 1 7 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 1024 0 6960 0 0 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor isIllegalArgument (Ljava/lang/RuntimeException;)Z 0 0 1 0 0 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 1024 0 6681 1 -1 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 8 0 4 0 -1 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor hasCallerParameter ()Z 8 0 4 0 0 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 1024 0 4069 0 0 -ciMethod jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 1024 0 6685 0 0 -ciMethod java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 768 0 31796 0 -1 -ciMethod java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 768 0 31782 0 -1 -ciMethod java/lang/invoke/Invokers newWrongMethodTypeException (Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/WrongMethodTypeException; 0 0 1 0 -1 -ciMethod java/lang/invoke/Invokers maybeCustomize (Ljava/lang/invoke/MethodHandle;)V 944 0 11766 0 -1 -ciMethod java/lang/reflect/Modifier isProtected (I)Z 514 0 12177 0 -1 -ciMethod java/lang/reflect/Modifier isPublic (I)Z 518 0 10601 0 -1 -ciMethod java/lang/reflect/Modifier isStatic (I)Z 768 0 34740 0 88 -ciMethod jdk/internal/access/JavaLangInvokeAccess reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 0 0 1 0 -1 -ciMethod java/lang/invoke/MethodHandleImpl$BindCaller reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 2 0 1 0 -1 -ciMethod java/lang/ReflectiveOperationException (Ljava/lang/Throwable;)V 4 0 2 0 -1 -ciMethod jdk/internal/util/Preconditions outOfBoundsCheckFromToIndex (Ljava/util/function/BiFunction;III)Ljava/lang/RuntimeException; 0 0 1 0 -1 -ciMethod jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 774 0 114687 0 184 -ciMethod jdk/internal/util/Preconditions checkIndex (IILjava/util/function/BiFunction;)I 964 0 5492 0 -1 -ciMethod java/lang/OutOfMemoryError (Ljava/lang/String;)V 0 0 1 0 -1 -ciMethod java/util/Arrays checkLength (II)V 826 0 47216 0 -1 -ciMethod java/util/Arrays copyOfRangeByte ([BII)[B 818 0 46926 0 -1 -ciMethod java/util/Arrays copyOfRange ([BII)[B 1024 0 52861 0 1016 -ciMethod java/util/Arrays copyOf ([BI)[B 262 0 4912 0 0 -ciMethod java/lang/Character toTitleCase (I)I 772 0 9576 0 0 -ciMethod java/lang/Character toTitleCase (C)C 772 0 9574 0 0 -ciMethod java/lang/Character isJavaIdentifierPart (I)Z 538 0 41519 0 0 -ciMethod java/lang/Character isJavaIdentifierPart (C)Z 10 0 40574 0 0 -ciMethod java/lang/Character isJavaIdentifierStart (I)Z 1024 0 8099 0 0 -ciMethod java/lang/Character isJavaIdentifierStart (C)Z 776 0 7872 0 0 -ciMethod jdk/internal/util/ArraysSupport newLength (III)I 520 0 8299 0 -1 -ciMethod jdk/internal/util/ArraysSupport vectorizedHashCode (Ljava/lang/Object;IIII)I 828 0 35565 0 -1 -ciMethod java/lang/Math max (II)I 516 0 190896 0 -1 -ciMethod java/lang/Math min (II)I 512 0 226554 0 -1 -ciMethod java/lang/Math min (FF)F 512 0 2711 0 -1 -ciMethod java/lang/reflect/AccessibleObject checkAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)V 512 0 10231 0 5504 -ciMethod java/lang/reflect/AccessibleObject printStackTraceWhenAccessFails ()Z 0 0 1 0 -1 -ciMethod java/lang/reflect/AccessibleObject verifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 510 0 10230 0 -1 -ciMethod java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;)Z 512 0 10149 0 -1 -ciMethod java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;Ljava/lang/Class;)Z 0 0 1 0 -1 -ciMethod java/lang/reflect/AccessibleObject slowVerifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 136 0 2724 0 -1 -ciMethod java/lang/ClassLoader checkClassLoaderPermission (Ljava/lang/ClassLoader;Ljava/lang/Class;)V 0 0 1 0 -1 -ciMethod java/lang/ClassLoader getPlatformClassLoader ()Ljava/lang/ClassLoader; 12 0 1727 0 -1 -ciMethod jdk/internal/misc/VM isSystemDomainLoader (Ljava/lang/ClassLoader;)Z 222 0 2419 0 0 -ciMethod jdk/internal/misc/VM isJavaLangInvokeInited ()Z 1024 0 2898 0 -1 -ciMethod java/lang/String trim ()Ljava/lang/String; 1024 0 41091 0 1520 -ciMethod java/lang/String substring (II)Ljava/lang/String; 820 0 13784 0 1448 -ciMethod java/lang/String checkBoundsBeginEnd (III)V 772 0 68952 0 168 -ciMethod java/lang/String isLatin1 ()Z 920 0 4663338 0 88 -ciMethod java/lang/String coder ()B 670 0 2215317 0 88 -ciMethod java/lang/String indexOf (II)I 814 0 9113 0 0 -ciMethod java/lang/String indexOf (I)I 578 0 536421 0 560 -ciMethod java/lang/String checkIndex (II)V 964 0 4259491 0 0 -ciMethod java/lang/String value ()[B 258 0 129 0 0 -ciMethod java/lang/String ([BB)V 780 0 40320 0 112 -ciMethod java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 14 0 13848 0 1272 -ciMethod java/lang/String (Ljava/lang/StringBuilder;)V 14 0 215256 0 1232 -ciMethod java/util/Hashtable put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1024 506 9085 0 2112 -ciMethod java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 588 56 10686 0 1624 -ciMethod java/util/Hashtable ()V 740 0 810 0 0 -ciMethod java/util/Hashtable (IF)V 512 0 1035 0 0 -ciMethod java/util/Hashtable rehash ()V 210 31172 815 0 -1 -ciMethod java/util/Hashtable addEntry (ILjava/lang/Object;Ljava/lang/Object;I)V 1024 0 9045 0 -1 -ciMethod java/util/Dictionary ()V 512 0 2954 0 0 -ciMethod java/lang/CharSequence length ()I 0 0 1 0 -1 -ciMethod java/lang/CharSequence charAt (I)C 0 0 1 0 -1 -ciMethod java/lang/StringBuilder append (I)Ljava/lang/StringBuilder; 10 0 5778 0 -1 -ciMethod java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 762 0 799503 0 1304 -ciMethod java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 14 0 575957 0 1456 -ciMethod java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 104 0 41210 0 0 -ciMethod java/lang/StringBuilder ()V 12 0 150498 0 240 -ciMethod java/lang/StringBuilder (I)V 412 0 59310 0 392 -ciMethod java/lang/StringBuilder (Ljava/lang/String;)V 512 0 26631 0 -1 -ciMethod java/lang/AbstractStringBuilder length ()I 346 0 173 0 0 -ciMethod java/lang/AbstractStringBuilder (I)V 14 0 6200 0 392 -ciMethod java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 104 0 19536 0 1968 -ciMethod java/lang/AbstractStringBuilder append (Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; 14 0 18028 0 -1 -ciMethod java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 762 0 13495 0 1256 -ciMethod java/lang/AbstractStringBuilder inflate ()V 0 0 236 0 0 -ciMethod java/lang/AbstractStringBuilder isLatin1 ()Z 1024 0 83983 0 88 -ciMethod java/lang/AbstractStringBuilder getValue ()[B 346 0 173 0 0 -ciMethod java/lang/AbstractStringBuilder newCapacity (I)I 258 0 5252 0 200 -ciMethod java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 1024 0 6957 0 1040 -ciMethod java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 778 0 19541 0 0 -ciMethod java/lang/AbstractStringBuilder appendChars (Ljava/lang/CharSequence;II)V 0 0 1 0 -1 -ciMethod java/lang/reflect/AnnotatedElement getAnnotation (Ljava/lang/Class;)Ljava/lang/annotation/Annotation; 0 0 1 0 -1 -ciMethod java/lang/Class getMethods ()[Ljava/lang/reflect/Method; 612 0 306 0 -1 -ciMethod java/lang/Class copyMethods ([Ljava/lang/reflect/Method;)[Ljava/lang/reflect/Method; 228 4172 2525 0 -1 -ciMethod java/lang/Class privateGetPublicMethods ()[Ljava/lang/reflect/Method; 512 1560 389 0 -1 -ciMethod java/lang/Class checkMemberAccess (Ljava/lang/SecurityManager;ILjava/lang/Class;Z)V 0 0 1 0 -1 -ciMethod java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 588 0 41461 0 -1 -ciMethod java/lang/Class getModifiers ()I 256 0 128 0 -1 -ciMethod java/lang/Class isAssignableFrom (Ljava/lang/Class;)Z 256 0 128 0 -1 -ciMethod java/lang/Class getName ()Ljava/lang/String; 438 0 37799 0 -1 -ciMethod java/util/Map put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 -ciMethod java/util/Map get (Ljava/lang/Object;)Ljava/lang/Object; 0 0 1 0 -1 -ciMethod java/lang/Object getClass ()Ljava/lang/Class; 256 0 128 0 -1 -ciMethod java/lang/Object ()V 1024 0 2728514 0 136 -ciInstanceKlass @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; 1 1 47 1 7 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 7 1 1 12 10 1 7 12 9 1 1 1 1 -staticfield @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; _D_0 Ljava/lang/invoke/LambdaForm; java/lang/invoke/LambdaForm -ciInstanceKlass java/lang/reflect/InvocationTargetException 1 1 37 100 1 10 7 12 1 1 1 9 7 12 1 1 1 10 12 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/IllegalAccessException 0 0 26 10 100 12 1 1 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 -ciInstanceKlass java/lang/invoke/WrongMethodTypeException 0 0 34 10 100 12 1 1 1 10 12 1 10 12 1 10 12 1 100 1 1 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass sun/security/util/ObjectIdentifier 1 1 402 10 100 12 1 1 1 9 7 12 1 1 1 9 12 1 1 100 1 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 9 12 1 1 10 12 1 1 9 100 12 1 1 1 10 100 12 1 1 10 7 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 100 1 10 12 1 10 12 1 1 10 12 1 10 12 1 1 5 0 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 7 12 1 1 1 10 12 10 12 1 10 12 10 12 1 10 12 1 10 7 12 1 1 1 9 12 1 1 100 1 100 1 7 1 10 8 1 10 12 1 1 10 12 1 1 10 10 12 1 10 100 12 1 1 1 10 100 12 1 1 1 3 9 12 1 1 10 7 12 1 1 1 10 10 12 1 1 10 7 12 1 1 100 1 10 12 1 10 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 12 1 5 0 10 12 1 5 0 10 12 1 1 10 12 1 1 10 12 10 12 1 8 1 10 12 1 10 12 1 9 12 1 100 1 8 1 10 12 1 8 1 10 100 12 1 1 10 12 1 10 12 1 1 8 1 10 8 1 8 1 8 1 10 12 1 9 12 1 1 8 1 5 0 8 1 8 1 8 1 8 1 8 1 8 1 10 7 12 1 1 1 10 100 1 1 1 3 1 1 5 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield sun/security/util/ObjectIdentifier oidTable Ljava/util/concurrent/ConcurrentHashMap; java/util/concurrent/ConcurrentHashMap -staticfield sun/security/util/ObjectIdentifier $assertionsDisabled Z 1 -ciInstanceKlass @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; 1 1 47 1 7 1 100 1 1 1 1 1 1 1 7 1 7 1 7 1 1 12 10 1 1 12 10 1 1 12 10 1 1 1 1 1 7 1 1 12 10 1 7 12 9 1 1 1 1 -staticfield @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; _D_0 Ljava/lang/invoke/LambdaForm; java/lang/invoke/LambdaForm -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor 1 1 264 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 12 1 10 12 1 10 12 1 1 7 1 10 8 1 10 12 1 1 10 12 1 10 12 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 1 8 1 10 7 12 1 1 1 10 7 12 1 1 1 8 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 100 1 10 10 12 1 1 10 7 12 1 1 1 10 100 12 1 1 100 1 100 1 100 1 10 12 1 1 100 1 8 1 10 7 12 1 1 1 9 12 1 1 8 1 9 12 1 1 9 12 1 1 11 12 1 7 1 10 12 1 10 12 1 10 12 1 11 12 1 1 7 1 10 1 1 1 1 1 1 3 1 1 3 1 3 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor CLASS_ARGS [Ljava/lang/Class; 0 [Ljava/lang/Class; -staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor OBJECT_ARGS [Ljava/lang/Object; 0 [Ljava/lang/Object; -staticfield org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor classMaps Ljava/util/Map; java/util/WeakHashMap -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 1 1 66 100 1 10 7 12 1 1 1 9 7 12 1 1 1 9 12 1 1 10 7 12 1 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 8 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap 1 1 276 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 7 1 10 9 12 1 1 9 12 1 1 10 12 1 10 12 1 1 11 7 12 1 1 1 9 12 1 1 10 12 1 1 100 1 11 12 1 1 7 1 10 12 1 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 7 1 10 12 1 1 10 12 1 10 7 12 1 1 1 9 7 12 1 1 10 12 1 1 8 1 10 12 1 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 7 1 8 1 9 100 1 8 1 10 10 12 1 10 9 12 1 1 10 12 1 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 100 1 10 12 10 12 1 9 12 1 1 9 12 1 1 10 12 1 1 100 1 10 12 1 10 12 1 10 12 1 10 12 1 10 12 1 1 7 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 100 1 1 1 1 1 100 1 100 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 -staticfield org/codehaus/plexus/interpolation/reflection/ClassMap CACHE_MISS Lorg/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss; org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss -staticfield org/codehaus/plexus/interpolation/reflection/ClassMap OBJECT Ljava/lang/Object; java/lang/Object -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap$AmbiguousException 0 0 20 10 100 12 1 1 1 100 1 1 1 1 1 1 1 1 1 100 1 1 -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/ClassMap$CacheMiss 1 1 26 10 7 12 1 1 1 10 7 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 100 1 -ciInstanceKlass org/codehaus/plexus/interpolation/reflection/MethodMap 1 1 224 10 7 12 1 1 1 7 1 10 9 7 12 1 1 1 10 7 12 1 1 1 10 12 1 1 7 1 10 11 7 12 1 1 1 11 7 12 1 1 1 11 12 1 100 1 10 12 1 1 10 12 1 1 10 12 1 1 10 100 12 1 1 1 10 12 1 1 10 12 1 1 10 10 12 1 1 11 100 12 1 1 11 12 1 10 12 1 1 10 12 1 1 11 12 1 10 12 1 1 100 1 10 10 12 1 1 11 10 12 1 1 10 10 12 1 10 12 1 10 12 1 1 9 100 12 1 1 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 9 100 1 1 1 1 3 1 3 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 100 100 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciInstanceKlass org/codehaus/plexus/interpolation/util/StringUtils 1 1 78 10 100 12 1 1 1 10 7 12 1 1 1 10 7 12 1 1 1 7 1 10 12 1 10 12 1 1 10 12 1 1 10 12 1 10 12 1 1 10 12 1 1 10 7 12 1 1 1 10 12 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -ciMethodData java/lang/Object ()V 2 2728002 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 4 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/String isLatin1 ()Z 2 4662878 orig 80 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x4726a6 0x80000006000a0007 0x11 0x38 0x4726be 0xe0003 0x4726b5 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/String hashCode ()I 2 6432 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 42 0x60007 0x1491 0x108 0x490 0xd0007 0x3 0xe8 0x48d 0x110005 0x48d 0x0 0x0 0x0 0x0 0x0 0x140007 0x0 0x48 0x48d 0x1b0002 0x48d 0x1e0003 0x48d 0x28 0x250002 0x0 0x2a0007 0x48c 0x38 0x1 0x320003 0x1 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xe oops 0 methods 0 -ciMethodData java/lang/StringLatin1 hashCode ([B)I 2 5183 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 25 0x20008 0x6 0x143a 0x70 0x1 0x40 0x4 0x58 0x1d0003 0x1 0x40 0x270003 0x4 0x28 0x300002 0x143a 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder (I)V 2 6193 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x1831 0x70007 0x0 0x38 0x1831 0x160003 0x1831 0x28 0x1b0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 -ciMethodData java/lang/StringBuilder toString ()Ljava/lang/String; 2 214576 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0x34634 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/String (Ljava/lang/StringBuilder;)V 2 215279 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x30002 0x348ec 0x0 0x0 0x9 0x2 0xc 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 2 13841 orig 80 2 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0x10002 0x3611 0x50005 0x3610 0x0 0x0 0x0 0x0 0x0 0xa0005 0x1262 0x0 0x1e467115c48 0x2342 0x1e467115b08 0x6c 0x100005 0x3613 0x0 0x0 0x0 0x0 0x0 0x130007 0x7 0x48 0x360c 0x200002 0x360c 0x260003 0x360e 0x98 0x2c0007 0x0 0x70 0x7 0x330007 0x7 0x50 0x0 0x3a0002 0x0 0x410007 0x0 0x20 0x0 0x5c0002 0x7 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xc 0xffffffffffffffff 0x0 oops 2 12 java/lang/StringBuilder 14 java/lang/StringBuffer methods 0 -ciMethodData java/lang/String equals (Ljava/lang/Object;)Z 2 7640 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 49 0x20007 0x1a41 0x20 0x397 0x400080104 0xffffffffffffffff 0x0 0x1e467112bb8 0x1a40 0x1e467112b28 0x1 0xb0007 0x2 0xe0 0x1a40 0xf0004 0x0 0x0 0x1e467112bb8 0x1a40 0x0 0x0 0x160007 0x0 0x40 0x1a40 0x210007 0x0 0x68 0x1a40 0x2c0002 0x1a40 0x2f0007 0x1968 0x38 0xd8 0x330003 0xd8 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 7 java/lang/String 9 java/lang/Object 18 java/lang/String methods 0 -ciMethodData java/util/Objects requireNonNull (Ljava/lang/Object;)Ljava/lang/Object; 2 531187 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x10007 0x81af5 0x30 0x0 0x80002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/String coder ()B 2 2214982 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x30007 0x0 0x38 0x21cc0d 0xa0003 0x21cc59 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/String length ()I 2 2004601 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x60005 0x1e968c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/String charAt (I)C 2 4240732 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 25 0x10005 0x40b5a6 0x0 0x0 0x0 0x0 0x0 0x40007 0x1 0x30 0x40b3b3 0xc0002 0x40b4d2 0x150002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringLatin1 charAt ([BI)C 2 4240438 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x30002 0x40b433 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/String checkIndex (II)V 2 4259009 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x50002 0x40fd72 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 charAt ([BI)C 1 86 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x20002 0x56 0x70002 0x56 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 2 41167 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x60007 0x3881 0x20 0x684e 0xb0002 0x3881 0x100007 0x387e 0x40 0x0 0x140002 0x0 0x170002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 2 69702 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x2 0x11047 0x30007 0x1102a 0x20 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x0 oops 0 methods 0 -ciMethodData java/lang/System allowSecurityManager ()Z 2 69703 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40007 0x11028 0x38 0x20 0x80003 0x20 0x18 0x0 0x0 0x9 0x0 oops 0 methods 0 -ciMethodData java/lang/StringLatin1 canEncode (I)Z 2 156140 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x8000000600040007 0x57 0x38 0x26196 0x80003 0x26196 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/String ([BB)V 2 39930 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x9bfa 0x0 0x0 0x0 0x0 0x9 0x3 0xc 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 2 6445 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0xe0007 0x1702 0x68 0x22c 0x180005 0x22c 0x0 0x0 0x0 0x0 0x0 0x200002 0x22c 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder newCapacity (I)I 2 5123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x1d0002 0x1403 0x260007 0x1403 0x30 0x0 0x2f0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/Arrays copyOf ([BI)[B 2 4781 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 32 0x30007 0x1199 0x90 0x114 0x70005 0x0 0x0 0x1e467128588 0x114 0x0 0x0 0xa0004 0x0 0x0 0x1e467128588 0x114 0x0 0x0 0x190002 0x1199 0x1c0002 0x1199 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0x0 oops 2 7 [B 14 [B methods 0 -ciMethodData java/util/Arrays copyOfRangeByte ([BII)[B 2 46517 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20002 0xb5b5 0x180002 0xb5b4 0x1b0002 0xb5b6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/Arrays checkLength (II)V 2 46803 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x20007 0xb6d3 0x120 0x0 0xd0002 0x0 0x110005 0x0 0x0 0x0 0x0 0x0 0x0 0x170005 0x0 0x0 0x0 0x0 0x0 0x0 0x1b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/Arrays copyOfRange ([BII)[B 2 52349 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x10007 0x6d25 0x40 0x5f59 0x70007 0x16ef 0x30 0x486b 0xd0002 0xb590 0x120005 0x0 0x0 0x1e467128588 0x16ef 0x0 0x0 0x150004 0x0 0x0 0x1e467128588 0x16ef 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 2 13 [B 20 [B methods 0 -ciMethodData java/lang/AbstractStringBuilder isLatin1 ()Z 2 83471 orig 80 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x30007 0x0 0x58 0x1460f 0x80000006000a0007 0xc51 0x38 0x139c2 0xe0003 0x139c3 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 2 799180 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 9 0x20002 0xc322b 0x0 0x0 0x0 0x9 0x2 0xe 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 2 13114 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x70005 0x333a 0x0 0x0 0x0 0x0 0x0 0xb0005 0x333a 0x0 0x0 0x0 0x0 0x0 0xe0007 0x2f 0x68 0x330c 0x120002 0x330c 0x150007 0x4 0x38 0x3309 0x2a0003 0x3309 0xb8 0x2e0005 0x33 0x0 0x0 0x0 0x0 0x0 0x310007 0x2f 0x58 0x4 0x350005 0x4 0x0 0x0 0x0 0x0 0x0 0x480002 0x33 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xe 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder inflate ()V 1 236 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x10005 0xec 0x0 0x0 0x0 0x0 0x0 0x40007 0xd8 0x20 0x14 0xd0002 0xd8 0x1c0002 0xd8 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xc oops 0 methods 0 -ciMethodData java/lang/StringUTF16 putCharSB ([BII)V 2 1916 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 15 0x20002 0x77c 0x80002 0x1ad 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/String indexOf (I)I 2 536132 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x30005 0x82e45 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0x0 oops 0 methods 0 -ciMethodData java/lang/String indexOf (II)I 2 8706 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 43 0x10005 0x2202 0x0 0x0 0x0 0x0 0x0 0x40007 0x4 0x80 0x2200 0xe0005 0x2200 0x0 0x0 0x0 0x0 0x0 0x110002 0x2200 0x140003 0x2200 0x60 0x1e0005 0x4 0x0 0x0 0x0 0x0 0x0 0x210002 0x4 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringLatin1 indexOf ([BIII)I 2 8202 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 28 0x10002 0x200a 0x40007 0x200a 0x20 0x0 0xb0002 0x200a 0x120002 0x200a 0x180007 0x1fe7 0x20 0x23 0x210002 0x1fe7 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 indexOf ([BIII)I 1 10 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 28 0x20002 0xa 0xb0002 0xa 0x110007 0xa 0x20 0x0 0x190007 0x0 0x30 0xa 0x200002 0xa 0x280002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethod java/lang/reflect/InvocationTargetException (Ljava/lang/Throwable;)V 2 0 2 0 0 -ciMethodData jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 2 114300 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 26 0x10007 0x0 0x60 0x1be7d 0x60007 0x0 0x40 0x1be7e 0xb0007 0x1be7f 0x30 0x0 0x120002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/String checkBoundsBeginEnd (III)V 2 68566 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x60002 0x10bd6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/String substring (II)Ljava/lang/String; 2 13374 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x10005 0x343e 0x0 0x0 0x0 0x0 0x0 0x80002 0x343e 0xc0007 0x21b4 0x40 0x128a 0x110007 0x11ea 0x20 0xa0 0x1c0005 0x339e 0x0 0x0 0x0 0x0 0x0 0x80000006001f0007 0x2 0x48 0x339d 0x290002 0x339d 0x2c0003 0x339d 0x28 0x360002 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 2 7257 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 19 0x10007 0x1c54 0x20 0x5 0x100002 0x1c54 0x140002 0x1c54 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 newString ([BII)Ljava/lang/String; 1 11 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 31 0x10007 0xb 0x20 0x0 0xb0007 0x0 0x60 0xb 0x110002 0xb 0x160007 0x1 0x30 0xa 0x1f0002 0xa 0x320002 0x1 0x360002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringBuilder length ()I 2 79117 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0x1350d 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 compress ([BII)[B 1 11 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x90002 0xb 0xd0007 0x1 0x20 0xa 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 2 77309 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 20 0x10002 0x12dfb 0xb0007 0xc725 0x38 0x66d6 0x110003 0x66d6 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x6 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/CharacterData of (I)Ljava/lang/CharacterData; 2 27664 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 67 0x8000000600040007 0x3 0x20 0x6c0e 0xf0008 0x24 0x0 0x1c0 0x3 0x130 0x0 0x148 0x0 0x160 0x0 0x178 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x1c0 0x0 0x190 0x0 0x1a8 0x0 0x1a8 0x630003 0x3 0x90 0x690003 0x0 0x78 0x6f0003 0x0 0x60 0x750003 0x0 0x48 0x7b0003 0x0 0x30 0x810003 0x0 0x18 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/CharacterDataLatin1 getProperties (I)I 2 41877 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/WeakHashMap maskNull (Ljava/lang/Object;)Ljava/lang/Object; 2 39140 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10007 0x98e5 0x38 0x0 0x70003 0x0 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/util/WeakHashMap hash (Ljava/lang/Object;)I 2 5123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x10005 0x5be 0x0 0x1e478461088 0x981 0x1e478461138 0x4c4 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/util/zip/ZipFile$ZipFileInflaterInputStream 5 java/util/zip/ZipFile$ZipFileInputStream methods 0 -ciMethodData java/lang/StringBuilder (I)V 2 59136 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0xe701 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/Modifier isStatic (I)Z 2 34356 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40007 0x31fc 0x38 0x543b 0x80003 0x543b 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 2 41158 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x40002 0xa0c6 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 2 19484 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 67 0x10007 0x4c1c 0x20 0x0 0xa0005 0x0 0x0 0x1e467112bb8 0x4c1c 0x0 0x0 0x120002 0x4c1d 0x230005 0x4c20 0x0 0x0 0x0 0x0 0x0 0x270004 0x0 0x0 0x1e467112bb8 0x4c21 0x0 0x0 0x2a0007 0x0 0xa8 0x4c21 0x2f0004 0x0 0x0 0x1e467112bb8 0x4c21 0x0 0x0 0x340005 0x4c20 0x0 0x0 0x0 0x0 0x0 0x370003 0x4c27 0x50 0x3e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0xffffffffffffffff 0xffffffffffffffff 0x0 0x0 oops 3 7 java/lang/String 23 java/lang/String 34 java/lang/String methods 0 -ciMethodData java/lang/String trim ()Ljava/lang/String; 2 40579 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 34 0x10005 0x9e82 0x0 0x0 0x0 0x0 0x0 0x40007 0x5 0x48 0x9e7b 0xb0002 0x9e7d 0xe0003 0x9e81 0x28 0x150002 0x5 0x1a0007 0x17ff 0x38 0x868a 0x1e0003 0x868b 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/StringLatin1 trim ([B)Ljava/lang/String; 2 6465 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 44 0x70007 0x223 0x58 0x2b98 0x130007 0x171f 0x38 0x1479 0x190003 0x1479 0xffffffffffffffc0 0x1e0007 0x223 0x58 0x1725 0x2c0007 0x171f 0x38 0x6 0x320003 0x6 0xffffffffffffffc0 0x360007 0x858 0x40 0x10ea 0x3c0007 0x10e8 0x48 0x2 0x440002 0x85a 0x470003 0x85a 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 trim ([B)Ljava/lang/String; 1 19 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 50 0xb0007 0x0 0x68 0x14 0x100002 0x14 0x150007 0x13 0x38 0x1 0x1b0003 0x1 0xffffffffffffffb0 0x200007 0x0 0x68 0x13 0x270002 0x13 0x2c0007 0x13 0x38 0x0 0x320003 0x0 0xffffffffffffffb0 0x360007 0x1 0x40 0x12 0x3b0007 0x12 0x58 0x0 0x490002 0x1 0x4d0002 0x1 0x500003 0x1 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/ref/Reference refersTo (Ljava/lang/Object;)Z 2 246566 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x1cfc 0x0 0x1e467b51a38 0x377f2 0x1e46f262530 0x2e42 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 2 3 java/lang/ThreadLocal$ThreadLocalMap$Entry 5 java/util/WeakHashMap$Entry methods 0 -ciMethodData java/lang/Float isNaN (F)Z 2 10468 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x30007 0x28e5 0x38 0x0 0x70003 0x0 0x18 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 2 10392 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 39 0x60005 0x611 0x0 0x1e467112bb8 0x2269 0x1e479b44508 0x1e 0x1b0007 0xf15 0xb0 0x223d 0x240007 0x8ba 0x78 0x1983 0x2d0005 0x209 0x0 0x1e467112bb8 0x1771 0x1e479b44508 0x9 0x300007 0x0 0x20 0x1983 0x400003 0x8ba 0xffffffffffffff68 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 4 3 java/lang/String 5 sun/security/util/ObjectIdentifier 18 java/lang/String 20 sun/security/util/ObjectIdentifier methods 0 -ciMethodData java/util/Hashtable put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 8573 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 53 0x10007 0x217e 0x30 0x0 0x80002 0x0 0x120005 0x206 0x0 0x1e467112bb8 0x1f66 0x1e479b44508 0x12 0x290007 0x2156 0xb0 0xbb4 0x330007 0xb8c 0x78 0x28 0x3c0005 0x0 0x0 0x1e467112bb8 0x28 0x0 0x0 0x3f0007 0x0 0x20 0x28 0x590003 0xb8c 0xffffffffffffff68 0x630005 0x2156 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 3 9 java/lang/String 11 sun/security/util/ObjectIdentifier 24 java/lang/String methods 0 -ciMethodData java/util/Hashtable addEntry (ILjava/lang/Object;Ljava/lang/Object;I)V 2 8533 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0xe0007 0x2115 0x90 0x41 0x120005 0x0 0x0 0x1e4671142e8 0x41 0x0 0x0 0x1c0005 0xa 0x0 0x1e467112bb8 0x34 0x1e479b44508 0x3 0x3e0002 0x2156 0x410004 0x0 0x0 0x1e4785961c0 0x2156 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0xffffffffffffffff 0x0 0x0 0x0 0x0 oops 4 7 java/util/Hashtable 14 java/lang/String 16 sun/security/util/ObjectIdentifier 23 java/util/Hashtable$Entry methods 0 -ciMethodData java/util/Hashtable$Entry (ILjava/lang/Object;Ljava/lang/Object;Ljava/util/Hashtable$Entry;)V 2 8533 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0x10002 0x2156 0x0 0x0 0x0 0x0 0x9 0x5 0xe 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/WeakHashMap getTable ()[Ljava/util/WeakHashMap$Entry; 2 39020 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10005 0x986c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xc oops 0 methods 0 -ciMethodData java/lang/ref/Reference (Ljava/lang/Object;)V 2 27265 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x30002 0x6a81 0x0 0x0 0x9 0x2 0x6 0x0 oops 0 methods 0 -ciMethodData jdk/internal/misc/VM isSystemDomainLoader (Ljava/lang/ClassLoader;)Z 2 2308 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 22 0x10007 0x251 0x50 0x6b1 0x50002 0x6b1 0x80007 0x696 0x38 0x1d 0xc0003 0x26e 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 2 31398 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x10005 0x7475 0x0 0x1e46e721bd0 0x509 0x1e46e720a18 0x128 0x70007 0x7aa6 0x30 0x0 0xc0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 3 java/lang/invoke/DirectMethodHandle$Constructor 5 java/lang/invoke/BoundMethodHandle$Species_L methods 0 -ciMethodData java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 2 31412 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 21 0x10002 0x7ab4 0x40007 0x7ab4 0x20 0x0 0xf0007 0x4b3e 0x30 0x2f76 0x130002 0x2f76 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 17052 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 54 0x10004 0x0 0x0 0x1e46e720a18 0x3 0x1e479334958 0x315 0x70004 0x0 0x0 0x1e467115448 0x4d4 0x0 0x0 0xa000a 0x429c 0x4 0x0 0x2 0x1 0x1e467115448 0xe000a 0x429c 0x2 0x0 0x2 0x13000b 0x429c 0x0 0x0 0x0 0x0 0x0 0x3 0x1 0x3 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 4 3 java/lang/invoke/BoundMethodHandle$Species_L 5 java/lang/invoke/BoundMethodHandle$Species_LL 10 java/lang/invoke/MethodType 20 java/lang/invoke/MethodType methods 0 -ciMethodData java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 2033 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x10004 0x0 0x0 0x1e46e720a18 0x6 0x1e46e720ac8 0x155 0x70004 0x0 0x0 0x1e467115448 0x1f3 0x0 0x0 0xa000a 0x7f1 0x4 0x0 0x2 0x1 0x1e467115448 0xe000a 0x7f1 0x2 0x0 0x2 0x14000b 0x7f1 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x2 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 4 3 java/lang/invoke/BoundMethodHandle$Species_L 5 java/lang/invoke/BoundMethodHandle$Species_LLL 10 java/lang/invoke/MethodType 20 java/lang/invoke/MethodType methods 0 -ciMethodData java/lang/reflect/InvocationTargetException (Ljava/lang/Throwable;)V 1 1 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 19 0x20104 0x0 0x0 0x0 0x0 0x0 0x0 0x50002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x3c 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/AccessibleObject checkAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)V 2 9975 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 39 0x60005 0x26f7 0x0 0x0 0x0 0x0 0x0 0x90007 0x26f5 0x98 0x0 0x110002 0x0 0x160002 0x0 0x190007 0x0 0x58 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/AccessibleObject verifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 9975 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 60 0x20007 0x26a6 0x20 0x52 0x80007 0x114f 0xc8 0x1557 0xd0002 0x1556 0x100007 0x1557 0x98 0x0 0x150007 0x0 0x78 0x0 0x1b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0007 0x0 0x78 0x0 0x250005 0x26a6 0x0 0x0 0x0 0x0 0x0 0x280007 0xa69 0x20 0x1c3c 0x330005 0xa68 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;)Z 2 9893 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 35 0x60104 0x0 0x0 0x1e467113c28 0x1c3c 0x0 0x0 0x90007 0xa69 0x90 0x1c3c 0xd0004 0x0 0x0 0x1e467113c28 0x1c3c 0x0 0x0 0x130005 0x1c3c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/lang/ref/WeakReference 14 java/lang/ref/WeakReference methods 0 -ciMethodData java/util/WeakHashMap put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 7653 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 76 0x10002 0x1de7 0x70005 0x1de8 0x0 0x0 0x0 0x0 0x0 0xd0005 0x1de8 0x0 0x0 0x0 0x0 0x0 0x170002 0x1de7 0x250007 0x1c01 0xd0 0x2dd 0x2f0007 0xf8 0x98 0x1e5 0x360005 0x1e5 0x0 0x0 0x0 0x0 0x0 0x390007 0x0 0x40 0x1e4 0x460007 0x6 0x20 0x1de 0x590003 0xf8 0xffffffffffffff48 0x7f0002 0x1c01 0x820004 0x0 0x0 0x1e46f262530 0x1c01 0x0 0x0 0x920007 0x1c00 0x58 0x1 0x9b0005 0x0 0x0 0x1e46f260c98 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 2 49 java/util/WeakHashMap$Entry 60 java/util/WeakHashMap methods 0 -ciMethodData java/util/WeakHashMap get (Ljava/lang/Object;)Ljava/lang/Object; 2 10531 orig 80 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 50 0x10002 0x2923 0x70005 0x2923 0x0 0x0 0x0 0x0 0x0 0xc0005 0x2922 0x0 0x0 0x0 0x0 0x0 0x150002 0x2923 0x230007 0x196c 0xb0 0x18ee 0x2c0007 0x937 0x78 0xfb7 0x330005 0xfb6 0x0 0x0 0x0 0x0 0x0 0x360007 0x0 0x20 0xfbb 0x460003 0x937 0xffffffffffffff68 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xc 0x0 oops 0 methods 0 -ciMethodData java/lang/invoke/Invokers maybeCustomize (Ljava/lang/invoke/MethodHandle;)V 2 11294 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10005 0x7cd 0x0 0x1e46e720ac8 0x6d3 0x1e479334958 0x1d7e 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x6 oops 2 3 java/lang/invoke/BoundMethodHandle$Species_LLL 5 java/lang/invoke/BoundMethodHandle$Species_LL methods 0 -ciMethodData java/lang/reflect/AccessibleObject isAccessChecked (Ljava/lang/Class;Ljava/lang/Class;)Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x60004 0x0 0x0 0x0 0x0 0x0 0x0 0x90007 0x0 0x90 0x0 0xd0004 0x0 0x0 0x0 0x0 0x0 0x0 0x120005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0xffffffffffffffff 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/reflect/AccessibleObject slowVerifyAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 2656 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 46 0x10007 0xa61 0x30 0x0 0x70002 0x0 0x100002 0xa61 0x130007 0xa60 0x20 0x0 0x190007 0x694 0x98 0x3cd 0x1e0002 0x3cd 0x210007 0x3cd 0x68 0x0 0x260007 0x0 0x48 0x0 0x2b0002 0x0 0x2e0003 0x0 0x28 0x360002 0xa61 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x4 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/Method isCallerSensitive ()Z 2 9291 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 29 0x60007 0x2279 0x68 0x1d2 0xb0002 0x1d2 0xe0007 0x1cf 0x38 0x3 0x120003 0x3 0x18 0x1d0007 0x2446 0x38 0x4 0x210003 0x4 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 1 465 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x10005 0x1d2 0x0 0x0 0x0 0x0 0x0 0x40005 0x1d2 0x0 0x0 0x0 0x0 0x0 0x90002 0x1d2 0xc0007 0x1b2 0x58 0x20 0x120005 0x0 0x0 0x1e467114668 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 1 23 java/lang/reflect/Method methods 0 -ciMethodData java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 1 561 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0x231 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/reflect/AnnotatedElement isAnnotationPresent (Ljava/lang/Class;)Z 1 412 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x5b 0x0 0x1e467114668 0x20 0x1e467112c48 0x121 0x70007 0x18f 0x38 0xd 0xb0003 0xd 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0xffffffffffffffff 0xffffffffffffffff oops 2 3 java/lang/reflect/Method 5 java/lang/Class methods 0 -ciMethodData java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 8390 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 87 0x10005 0x20c7 0x0 0x0 0x0 0x0 0x0 0xc0007 0x1965 0x40 0x761 0x100007 0x761 0x30 0x0 0x130002 0x1965 0x1c0007 0x761 0xd8 0x1965 0x2a0002 0x1965 0x2d0007 0xfab 0x38 0x9bb 0x310003 0x9bb 0x50 0x350005 0xfab 0x0 0x0 0x0 0x0 0x0 0x3c0005 0x1966 0x0 0x0 0x0 0x0 0x0 0x470007 0x204b 0x58 0x7a 0x4b0005 0x7a 0x0 0x0 0x0 0x0 0x0 0x510007 0x20c3 0x70 0x3 0x5a0005 0x0 0x0 0x1e46e84b278 0x3 0x0 0x0 0x5f0003 0x3 0x50 0x660005 0x0 0x0 0x1e46e84b278 0x20c2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 2 62 jdk/internal/reflect/DirectMethodHandleAccessor 72 jdk/internal/reflect/DirectMethodHandleAccessor methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 2 6173 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0xb0007 0xdf3 0x38 0xa2b 0xf0003 0xa2b 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 2 6448 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 60 0x10007 0x4f 0x38 0x18e2 0x60003 0x18e2 0x18 0xd0007 0x1931 0x158 0x0 0x180002 0x0 0x1d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x260005 0x0 0x0 0x0 0x0 0x0 0x0 0x2a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x2d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x300002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 6169 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 70 0x10005 0x181a 0x0 0x0 0x0 0x0 0x0 0x40007 0xa28 0x58 0xdf2 0x90005 0xdf2 0x0 0x0 0x0 0x0 0x0 0x110002 0x181a 0x170005 0x181a 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210007 0x0 0x30 0x0 0x2a0002 0x0 0x330002 0x0 0x3a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x3d0007 0x0 0x30 0x0 0x450002 0x0 0x4e0002 0x0 0x580002 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 2 6169 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 98 0x40008 0xa 0x1 0x250 0xc19 0x60 0x5e6 0xd0 0x207 0x150 0x250 0x1d0 0x29000b 0xc19 0x0 0x0 0x0 0x0 0x0 0x3 0x1 0x3 0x3 0x2c0003 0xc19 0x200 0x37000b 0x5e6 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x0 0x3 0x3a0003 0x5e4 0x180 0x48000b 0x24b 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x0 0x3 0x4b0003 0x24b 0x100 0x5c000b 0x3cf 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x1e479332b39 0x2 0x0 0x2 0x5f0003 0x3cf 0x80 0x68000b 0x1 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x1 0x2 0x0 0x1 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 1 67 java/lang/invoke/MethodHandles$Lookup methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 2 3557 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x50005 0xde6 0x0 0x0 0x0 0x0 0x0 0x80005 0xde6 0x0 0x0 0x0 0x0 0x0 0xb0007 0xde6 0x30 0x0 0x140002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/Method acquireMethodAccessor ()Ljdk/internal/reflect/MethodAccessor; 1 123 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 57 0x60007 0x7b 0x38 0x0 0xa0003 0x0 0x50 0xe0005 0x7b 0x0 0x0 0x0 0x0 0x0 0x130007 0x7b 0x38 0x0 0x1b0003 0x0 0xf0 0x230005 0x7b 0x0 0x0 0x0 0x0 0x0 0x260005 0x0 0x0 0x1e46eb6f038 0x7b 0x0 0x0 0x2a0002 0x7b 0x2d0007 0x0 0x58 0x7b 0x320005 0x7b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 1 31 jdk/internal/reflect/ReflectionFactory methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor isIllegalArgument (Ljava/lang/RuntimeException;)Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 12 0x30002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/ref/WeakReference (Ljava/lang/Object;)V 2 15238 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x20002 0x3b86 0x0 0x0 0x9 0x2 0x6 0x0 oops 0 methods 0 -ciMethodData java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 2 19152 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 116 0x10005 0x4ad0 0x0 0x0 0x0 0x0 0x0 0x40007 0x2 0x228 0x4ace 0x80005 0x4ace 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x80 0x4ad2 0xf0005 0x4ad2 0x0 0x0 0x0 0x0 0x0 0x1e0002 0x4ad3 0x210003 0x4ad4 0x230 0x360007 0x0 0x138 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x430002 0x0 0x460007 0x0 0x38 0x0 0x540003 0x0 0x98 0x5e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x620005 0x0 0x0 0x0 0x0 0x0 0x0 0x770002 0x0 0x8b0003 0x0 0xfffffffffffffee0 0x8e0003 0x0 0xe0 0x920005 0x2 0x0 0x0 0x0 0x0 0x0 0x950007 0x0 0x48 0x2 0xa30002 0x2 0xa60003 0x2 0x60 0xaa0005 0x0 0x0 0x0 0x0 0x0 0x0 0xbf0002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/StringUTF16 putCharsSB ([BILjava/lang/CharSequence;II)V 1 2 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 31 0x80002 0x2 0x120007 0x2 0x80 0x0 0x1d0005 0x0 0x0 0x0 0x0 0x0 0x0 0x220002 0x0 0x280003 0x0 0xffffffffffffff98 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0xffffffffffffffff 0x0 0xffffffffffffffff 0x0 0x0 oops 0 methods 0 -ciMethod @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 10 0 592 1 -1 -ciMethodData @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 1 587 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 58 0x10004 0x0 0x0 0x0 0x0 0x0 0x0 0x80004 0x0 0x0 0x0 0x0 0x0 0x0 0xb000a 0x24b 0x4 0x0 0x2 0x1 0x1e467115448 0xf000a 0x24b 0x2 0x0 0x2 0x16000b 0x24b 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x3 0x2 0x3 0x3 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x5 0x0 0x0 0x0 0x0 0x0 0xc 0x4 0x0 0x2 0x1 0x3 oops 1 20 java/lang/invoke/MethodType methods 0 -ciMethod @bci java/lang/invoke/BootstrapMethodInvoker invoke (Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 462 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 2 0 980 0 -1 -ciMethodData java/util/Dictionary ()V 2 2698 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 7 0x10002 0xa8a 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/util/Hashtable (IF)V 1 779 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 83 0x10002 0x30b 0xa0007 0x30c 0xe8 0x0 0x150002 0x0 0x1a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x240002 0x0 0x2b0007 0x0 0x50 0x30c 0x2f0002 0x30d 0x320007 0x30d 0xe8 0x0 0x3d0002 0x0 0x420005 0x0 0x0 0x0 0x0 0x0 0x0 0x460005 0x0 0x0 0x0 0x0 0x0 0x0 0x490005 0x0 0x0 0x0 0x0 0x0 0x0 0x4c0002 0x0 0x510007 0x30c 0x20 0x0 0x6a0002 0x30c 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/Reflection verifyMemberAccess (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;I)Z 2 2295 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 131 0x10002 0x8f8 0x60002 0x8f8 0xc0007 0x8f5 0x20 0x3 0x120005 0x8f5 0x0 0x0 0x0 0x0 0x0 0x160002 0x8f5 0x190007 0x8f5 0x20 0x0 0x250002 0x8f5 0x280002 0x8f5 0x2b0007 0x8e4 0x50 0x11 0x300002 0x11 0x3a0007 0x11 0x20 0x0 0x400002 0x8f4 0x430007 0x0 0x20 0x8f4 0x490002 0x0 0x4c0007 0x0 0x50 0x0 0x510002 0x0 0x540007 0x0 0x20 0x0 0x5d0002 0x0 0x600007 0x0 0x50 0x0 0x650002 0x0 0x680007 0x0 0x20 0x0 0x700007 0x0 0xa0 0x0 0x740002 0x0 0x770007 0x0 0x70 0x0 0x7c0007 0x0 0x30 0x0 0x810002 0x0 0x8b0007 0x0 0x20 0x0 0x930007 0x0 0x20 0x0 0x990007 0x0 0xf0 0x0 0x9d0002 0x0 0xa00007 0x0 0xc0 0x0 0xa50007 0x0 0xa0 0x0 0xaa0007 0x0 0x30 0x0 0xaf0002 0x0 0xb90007 0x0 0x50 0x0 0xbe0002 0x0 0xc10007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/Character isJavaIdentifierPart (I)Z 2 41250 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0xa11d 0x50005 0x0 0x0 0x1e479342b60 0xa123 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 -ciMethodData java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 2 10822 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x0 0x0 0x1e479342b60 0x2a46 0x0 0x0 0xb0007 0x260 0x38 0x27e6 0xf0003 0x27e6 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 -ciMethodData java/lang/CharacterDataLatin1 toUpperCase (I)I 2 6823 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 36 0x30007 0x8e7 0x20 0x11c1 0x110007 0x8e7 0x80 0x0 0x180007 0x0 0x60 0x0 0x1f0007 0x0 0x40 0x0 0x260007 0x0 0x20 0x0 0x2f0007 0x0 0x20 0x0 0x3a0007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/lang/reflect/Method getParameterTypes ()[Ljava/lang/Class; 2 8768 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x40005 0x0 0x0 0x1e46ec2d280 0x2240 0x0 0x0 0x70004 0x0 0x0 0x1e46ec2d280 0x2240 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 2 3 [Ljava/lang/Class; 10 [Ljava/lang/Class; methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 71 0x10005 0x0 0x0 0x0 0x0 0x0 0x0 0x40007 0x0 0x58 0x0 0x90005 0x0 0x0 0x0 0x0 0x0 0x0 0x110002 0x0 0x180005 0x0 0x0 0x0 0x0 0x0 0x0 0x210005 0x0 0x0 0x0 0x0 0x0 0x0 0x240007 0x0 0x30 0x0 0x2d0002 0x0 0x370002 0x0 0x400005 0x0 0x0 0x0 0x0 0x0 0x0 0x430007 0x0 0x30 0x0 0x4c0002 0x0 0x560002 0x0 0x620002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 133 0x10005 0x0 0x0 0x0 0x0 0x0 0x0 0x40007 0x0 0x2e8 0x0 0xb0008 0xa 0x0 0x260 0x0 0x60 0x0 0xe0 0x0 0x160 0x0 0x1e0 0x2e000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x310003 0x0 0x200 0x3d000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x400003 0x0 0x180 0x4f000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x520003 0x0 0x100 0x64000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x670003 0x0 0x80 0x71000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x790005 0x0 0x0 0x0 0x0 0x0 0x0 0x88000b 0x0 0x0 0x0 0x0 0x0 0x0 0x5 0x1 0x0 0x2 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x4 0x0 0x0 0x0 0x0 oops 0 methods 0 -ciMethodData jdk/internal/reflect/DirectMethodHandleAccessor hasCallerParameter ()Z 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 13 0xb0007 0x0 0x38 0x0 0xf0003 0x0 0x18 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/invoke/MethodHandleImpl$1 reflectiveInvoker (Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle; 1 0 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 14 0x10002 0x0 0x60002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData java/util/Hashtable ()V 1 440 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 8 0x50002 0x1b8 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/Character isJavaIdentifierPart (C)Z 2 40569 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x9e7d 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/Character toTitleCase (C)C 2 9188 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x23e6 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/Character toTitleCase (I)I 2 9190 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0x23e7 0x50005 0x0 0x0 0x1e479342b60 0x23e6 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 -ciMethodData java/lang/CharacterDataLatin1 toTitleCase (I)I 2 10090 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 17 0x20005 0x0 0x0 0x1e479342b60 0x276b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 4102 4654 9515 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getMappedValue (Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getIndexedValue (Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 4134 0 10859 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 4134 0 10860 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 814 0 7863 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 1142 0 11132 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 4134 0 10321 0 248 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextToken (C)Ljava/lang/String; 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 4142 29620 7037 0 2064 -ciMethod org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 1706 0 16845 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 46 0 214 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 4144 0 12803 0 2336 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 256 17496 213 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/reflect/Method;)Ljava/lang/String; 852 510 8748 0 6552 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 4156 0 12408 0 128 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 256 0 214 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;[Lorg/codehaus/plexus/interpolation/reflection/ClassMap$MethodInfo;I)I 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method; 644 0 11307 0 168 -ciMethod org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method; 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap ()V 426 0 213 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap add (Ljava/lang/reflect/Method;)V 966 0 6001 0 5080 -ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap get (Ljava/lang/String;)Ljava/util/List; 664 0 6311 0 -1 -ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap find (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 40 0 310 0 0 -ciMethod org/codehaus/plexus/interpolation/reflection/MethodMap getMostSpecific (Ljava/util/List;[Ljava/lang/Class;)Ljava/lang/reflect/Method; 0 0 1 0 -1 -ciMethod org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 4134 0 10861 0 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap get (Ljava/lang/String;)Ljava/util/List; 2 5979 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x50005 0x0 0x0 0x1e4671142e8 0x175b 0x0 0x0 0xa0104 0x0 0x0 0x1e467116618 0x18b 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0xffffffffffffffff oops 2 3 java/util/Hashtable 10 java/util/ArrayList methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap getPublicMethod (Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method; 2 10985 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 43 0x10005 0x2ae9 0x0 0x0 0x0 0x0 0x0 0x60005 0x2ae9 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x20 0x2ae9 0x120005 0x0 0x0 0x0 0x0 0x0 0x0 0x160005 0x0 0x0 0x0 0x0 0x0 0x0 0x190002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/reflect/Method;)Ljava/lang/String; 2 8322 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 233 0x10005 0x2082 0x0 0x0 0x0 0x0 0x0 0xa0005 0x2082 0x0 0x0 0x0 0x0 0x0 0xd0002 0x2082 0x200007 0x2082 0x640 0x1335 0x2c0005 0x1335 0x0 0x0 0x0 0x0 0x0 0x2f0007 0x1194 0x560 0x1a1 0x370005 0x0 0x0 0x1e467112c48 0x1a1 0x0 0x0 0x3a0007 0x171 0x70 0x30 0x400005 0x30 0x0 0x0 0x0 0x0 0x0 0x440003 0x30 0x520 0x4c0005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x4f0007 0x171 0x70 0x0 0x550005 0x0 0x0 0x0 0x0 0x0 0x0 0x590003 0x0 0x478 0x610005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x640007 0x171 0x70 0x0 0x6a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x6e0003 0x0 0x3d0 0x760005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x790007 0x171 0x70 0x0 0x7f0005 0x0 0x0 0x0 0x0 0x0 0x0 0x830003 0x0 0x328 0x8b0005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0x8e0007 0x171 0x70 0x0 0x940005 0x0 0x0 0x0 0x0 0x0 0x0 0x980003 0x0 0x280 0xa00005 0x0 0x0 0x1e467112c48 0x171 0x0 0x0 0xa30007 0xf6 0x70 0x7b 0xa90005 0x7b 0x0 0x0 0x0 0x0 0x0 0xad0003 0x7b 0x1d8 0xb50005 0x0 0x0 0x1e467112c48 0xf6 0x0 0x0 0xb80007 0x0 0x70 0xf6 0xbe0005 0xf6 0x0 0x0 0x0 0x0 0x0 0xc20003 0xf6 0x130 0xca0005 0x0 0x0 0x0 0x0 0x0 0x0 0xcd0007 0x0 0xe0 0x0 0xd30005 0x0 0x0 0x0 0x0 0x0 0x0 0xd70003 0x0 0x88 0xdd0005 0x1194 0x0 0x0 0x0 0x0 0x0 0xe00005 0x1194 0x0 0x0 0x0 0x0 0x0 0xe70003 0x1335 0xfffffffffffff9d8 0xeb0005 0x2082 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 7 34 java/lang/Class 55 java/lang/Class 76 java/lang/Class 97 java/lang/Class 118 java/lang/Class 139 java/lang/Class 160 java/lang/Class methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap add (Ljava/lang/reflect/Method;)V 2 5518 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 44 0x10005 0x158e 0x0 0x0 0x0 0x0 0x0 0x70005 0x0 0x0 0x1e46f264960 0x158e 0x0 0x0 0xc0007 0x180 0x68 0x140e 0x130002 0x140e 0x1d0005 0x0 0x0 0x1e4671142e8 0x140e 0x0 0x0 0x250005 0x0 0x0 0x1e467116618 0x158e 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 3 10 org/codehaus/plexus/interpolation/reflection/MethodMap 23 java/util/Hashtable 30 java/util/ArrayList methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 15992 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 23 0x80005 0x3e7b 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x38 0x3e75 0x120003 0x3e76 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 2 10731 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 73 0x20002 0x29ec 0xb0005 0x0 0x0 0x1e4671142e8 0x29ef 0x0 0x0 0x170007 0x948 0x20 0x20ae 0x1e0007 0x8e0 0x150 0x68 0x270005 0x0 0x0 0x1e46f264960 0x68 0x0 0x0 0x2c0003 0x68 0x50 0x390005 0x0 0x0 0x0 0x0 0x0 0x0 0x440007 0x0 0x70 0x68 0x4f0005 0x0 0x0 0x1e4671142e8 0x68 0x0 0x0 0x550003 0x68 0x50 0x5f0005 0x0 0x0 0x0 0x0 0x0 0x0 0x670104 0x0 0x0 0x1e467114668 0x8e0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 4 5 java/util/Hashtable 20 org/codehaus/plexus/interpolation/reflection/MethodMap 41 java/util/Hashtable 58 java/lang/reflect/Method methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 2 10330 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 62 0x20007 0x0 0x20 0x285b 0xb0002 0x0 0xf0005 0x0 0x0 0x0 0x0 0x0 0x0 0x200007 0x0 0x100 0x0 0x2b0007 0x0 0x20 0x0 0x360005 0x0 0x0 0x0 0x0 0x0 0x0 0x390005 0x0 0x0 0x0 0x0 0x0 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x430003 0x0 0xffffffffffffff18 0x470005 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/MethodMap find (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 1 290 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 52 0x20005 0x0 0x0 0x1e46f264960 0x122 0x0 0x0 0x70007 0x0 0x20 0x122 0x1e0007 0x0 0xe0 0x0 0x2d0007 0x0 0x38 0x0 0x310003 0x0 0x50 0x360005 0x0 0x0 0x0 0x0 0x0 0x0 0x390004 0x0 0x0 0x0 0x0 0x0 0x0 0x3d0003 0x0 0xffffffffffffff38 0x430002 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 1 3 org/codehaus/plexus/interpolation/reflection/MethodMap methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 2 10561 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x80005 0x2943 0x0 0x0 0x0 0x0 0x0 0xb0007 0x7ee 0x70 0x215a 0x160005 0x215a 0x0 0x0 0x0 0x0 0x0 0x190003 0x215c 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 2 4966 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0xd0005 0x9d8a 0x0 0x0 0x0 0x0 0x0 0x100007 0xaa3 0xa0 0x92fd 0x1b0005 0x92fe 0x0 0x0 0x0 0x0 0x0 0x1e0002 0x92fe 0x210007 0x8c7 0x38 0x8a3d 0x2e0003 0x8a42 0xffffffffffffff40 0x360007 0x0 0x78 0x1367 0x410005 0x1368 0x0 0x0 0x0 0x0 0x0 0x440007 0x1368 0x20 0x0 0x520005 0x1368 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 2 8254 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 30 0x80005 0x2040 0x0 0x0 0x0 0x0 0x0 0xb0007 0x0 0x70 0x2041 0x1d0005 0x2041 0x0 0x0 0x0 0x0 0x0 0x200003 0x2040 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 2 8792 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 104 0x10007 0x0 0x40 0x225a 0x50007 0x225a 0x20 0x0 0xb0005 0x225b 0x0 0x0 0x0 0x0 0x0 0xe0002 0x225a 0x130002 0x225b 0x1b0002 0x2262 0x200005 0x225c 0x0 0x0 0x0 0x0 0x0 0x240005 0x2258 0x0 0x0 0x0 0x0 0x0 0x270005 0x225b 0x0 0x0 0x0 0x0 0x0 0x320005 0x0 0x0 0x1e46ec2cea0 0x2261 0x0 0x0 0x390007 0xc73 0x110 0x15f3 0x400002 0x15f3 0x450005 0x15f1 0x0 0x0 0x0 0x0 0x0 0x490005 0x15f2 0x0 0x0 0x0 0x0 0x0 0x4c0005 0x15f1 0x0 0x0 0x0 0x0 0x0 0x570005 0x0 0x0 0x1e46ec2cea0 0x15f2 0x0 0x0 0x5e0007 0xc73 0x20 0x15f3 0x690005 0xc73 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 2 45 org/codehaus/plexus/interpolation/reflection/ClassMap 79 org/codehaus/plexus/interpolation/reflection/ClassMap methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 2 8793 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 56 0x40005 0x0 0x0 0x1e46f260c98 0x2259 0x0 0x0 0x90004 0x0 0x0 0x1e467113c28 0x225a 0x0 0x0 0xe0007 0x0 0xb0 0x225a 0x120005 0x0 0x0 0x1e467113c28 0x225b 0x0 0x0 0x150104 0x0 0x0 0x1e46ec2cea0 0x21e8 0x0 0x0 0x1a0007 0x21e9 0x78 0x73 0x220002 0x73 0x2f0002 0x72 0x320005 0x0 0x0 0x1e46f260c98 0x73 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 5 3 java/util/WeakHashMap 10 java/lang/ref/WeakReference 21 java/lang/ref/WeakReference 28 org/codehaus/plexus/interpolation/reflection/ClassMap 43 java/util/WeakHashMap methods 0 -ciMethodData org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 2 8794 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 59 0x20005 0x225b 0x0 0x0 0x0 0x0 0x0 0x70002 0x225a 0xd0007 0x2258 0x20 0x0 0x170005 0x2258 0x0 0x0 0x0 0x0 0x0 0x1a0002 0x225b 0x200005 0x2258 0x0 0x0 0x0 0x0 0x0 0x280005 0x2258 0x0 0x0 0x0 0x0 0x0 0x2b0005 0x2259 0x0 0x0 0x0 0x0 0x0 0x300005 0x225c 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 1 191 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 16 0x10002 0xbe 0x90002 0xbe 0x140002 0xbf 0x200002 0xbf 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 2 7464 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 209 0x30007 0x0 0x118 0x1d28 0x90005 0x1d29 0x0 0x0 0x0 0x0 0x0 0xc0005 0x1d2a 0x0 0x0 0x0 0x0 0x0 0xf0007 0x0 0x88 0x1d2a 0x140005 0x1d2a 0x0 0x0 0x0 0x0 0x0 0x170002 0x1d29 0x1a0007 0x1d28 0x20 0x1 0x220005 0x1d29 0x0 0x0 0x0 0x0 0x0 0x250007 0xe57 0x38 0xed3 0x290003 0xed3 0x18 0x300007 0x1d28 0xe0 0x0 0x350007 0x0 0xc0 0x0 0x3d0002 0x0 0x440005 0x0 0x0 0x0 0x0 0x0 0x0 0x4a0005 0x0 0x0 0x0 0x0 0x0 0x0 0x4e0007 0x0 0xe8 0x0 0x5b0002 0x1d28 0x600005 0x1d21 0x0 0x0 0x0 0x0 0x0 0x640005 0x1d21 0x0 0x0 0x0 0x0 0x0 0x670005 0x1d22 0x0 0x0 0x0 0x0 0x0 0x6a0002 0x1d23 0x710005 0x0 0x0 0x1e47991a650 0x1d1d 0x0 0x0 0x770007 0x1540 0x2c8 0x2940 0x7c0005 0x0 0x0 0x1e47991a650 0x293c 0x0 0x0 0x800007 0x7ed 0x270 0x2159 0x850005 0x0 0x0 0x1e47991a650 0x215a 0x0 0x0 0x880008 0x8 0x0 0x218 0x0 0xe8 0x2159 0x180 0x0 0x50 0xb10005 0x0 0x0 0x0 0x0 0x0 0x0 0xb90005 0x0 0x0 0x0 0x0 0x0 0x0 0xbc0002 0x0 0xc00003 0x0 0xfffffffffffffe80 0xc80005 0x0 0x0 0x0 0x0 0x0 0x0 0xd00005 0x0 0x0 0x0 0x0 0x0 0x0 0xd30002 0x0 0xd70003 0x0 0xfffffffffffffde8 0xdc0005 0x0 0x0 0x1e47991a650 0x2159 0x0 0x0 0xe40005 0x0 0x0 0x1e47991a650 0x2157 0x0 0x0 0xe70002 0x2153 0xeb0003 0x215e 0xfffffffffffffd50 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x3 0x0 0x0 0x0 oops 5 105 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 116 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 127 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 182 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer 189 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 2 7456 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 10 0x10002 0x1d23 0x0 0x0 0x0 0x0 0x9 0x2 0x4 0x0 oops 0 methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 1 85 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 40 0x40002 0x55 0x130007 0x56 0xe8 0xdf3 0x1e0002 0xdf3 0x250007 0x0 0xa0 0xdf3 0x2e0005 0x0 0x0 0x1e46f264960 0xdf3 0x0 0x0 0x380002 0xdf2 0x3d0005 0x0 0x0 0x1e4671142e8 0xdec 0x0 0x0 0x460003 0xdf6 0xffffffffffffff30 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 2 15 org/codehaus/plexus/interpolation/reflection/MethodMap 24 java/util/Hashtable methods 0 -ciMethodData org/codehaus/plexus/interpolation/reflection/ClassMap getAccessibleMethods (Ljava/lang/Class;)[Ljava/lang/reflect/Method; 1 86 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 228 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 69 0x10005 0x54 0x0 0x0 0x0 0x0 0x0 0x60005 0x56 0x0 0x0 0x0 0x0 0x0 0x90002 0x54 0xc0007 0x0 0x20 0x56 0x1e0007 0x0 0x80 0x0 0x2a0002 0x0 0x2d0004 0x0 0x0 0x0 0x0 0x0 0x0 0x2e0003 0x0 0xffffffffffffff98 0x340002 0x0 0x3b0007 0x0 0x20 0x0 0x550007 0x0 0x90 0x0 0x640007 0x0 0x58 0x0 0x720004 0x0 0x0 0x0 0x0 0x0 0x0 0x760003 0x0 0xffffffffffffff88 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0xffffffffffffffff oops 0 methods 0 -ciMethodData java/lang/Character isJavaIdentifierStart (I)Z 2 7587 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 18 0x10002 0x1da4 0x50005 0x0 0x0 0x1e479342b60 0x1da5 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 1 5 java/lang/CharacterDataLatin1 methods 0 -ciMethodData java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 2 7256 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 24 0x20005 0x0 0x0 0x1e479342b60 0x1c5b 0x0 0x0 0xe0007 0x1 0x38 0x1c5a 0x120003 0x1c5a 0x18 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x2 0x0 0x0 oops 1 3 java/lang/CharacterDataLatin1 methods 0 -ciMethodData java/lang/Character isJavaIdentifierStart (C)Z 2 7484 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 11 0x10002 0x1d3b 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -ciMethodData java/lang/Class privateGetPublicMethods ()[Ljava/lang/reflect/Method; 1 133 orig 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 data 138 0x10005 0x85 0x0 0x0 0x0 0x0 0x0 0x60007 0x0 0x40 0x84 0xf0007 0x0 0x20 0x84 0x180002 0x0 0x1e0005 0x0 0x0 0x0 0x0 0x0 0x0 0x2f0007 0x0 0x70 0x0 0x3c0005 0x0 0x0 0x0 0x0 0x0 0x0 0x420003 0x0 0xffffffffffffffa8 0x460005 0x0 0x0 0x0 0x0 0x0 0x0 0x4d0007 0x0 0xc8 0x0 0x520005 0x0 0x0 0x0 0x0 0x0 0x0 0x630007 0x0 0x70 0x0 0x700005 0x0 0x0 0x0 0x0 0x0 0x0 0x760003 0x0 0xffffffffffffffa8 0x7b0005 0x0 0x0 0x0 0x0 0x0 0x0 0x8c0007 0x0 0x148 0x0 0x980005 0x0 0x0 0x0 0x0 0x0 0x0 0xa90007 0x0 0xd8 0x0 0xb50005 0x0 0x0 0x0 0x0 0x0 0x0 0xb80002 0x0 0xbb0007 0x0 0x58 0x0 0xc10005 0x0 0x0 0x0 0x0 0x0 0x0 0xc70003 0x0 0xffffffffffffff40 0xcd0003 0x0 0xfffffffffffffed0 0xd10005 0x0 0x0 0x0 0x0 0x0 0x0 0xd60007 0x0 0x20 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9 0x1 0x0 oops 0 methods 0 -compile org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; -1 4 inline 196 0 -1 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor evaluate (Ljava/lang/String;Ljava/lang/Object;Z)Ljava/lang/Object; 1 9 0 java/lang/String trim ()Ljava/lang/String; 2 1 0 java/lang/String isLatin1 ()Z 2 11 0 java/lang/StringLatin1 trim ([B)Ljava/lang/String; 3 68 0 java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 4 16 0 java/util/Arrays copyOfRange ([BII)[B 5 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 6 2 0 java/util/Arrays checkLength (II)V 4 20 0 java/lang/String ([BB)V 5 1 0 java/lang/Object ()V 1 12 0 java/lang/String equals (Ljava/lang/Object;)Z 1 20 0 java/lang/String charAt (I)C 2 1 0 java/lang/String isLatin1 ()Z 2 12 0 java/lang/StringLatin1 charAt ([BI)C 3 3 0 java/lang/String checkIndex (II)V 1 23 0 java/lang/Character isJavaIdentifierStart (C)Z 2 1 0 java/lang/Character isJavaIdentifierStart (I)Z 3 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 3 5 0 java/lang/CharacterDataLatin1 isJavaIdentifierStart (I)Z 4 2 0 java/lang/CharacterDataLatin1 getProperties (I)I 1 34 0 java/lang/String indexOf (I)I 2 3 0 java/lang/String indexOf (II)I 3 1 0 java/lang/String isLatin1 ()Z 3 14 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 17 0 java/lang/StringLatin1 indexOf ([BIII)I 4 1 0 java/lang/StringLatin1 canEncode (I)Z 1 91 0 java/lang/StringBuilder ()V 1 96 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1 100 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 1 103 0 java/lang/StringBuilder toString ()Ljava/lang/String; 1 106 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer (Ljava/lang/String;)V 2 1 0 java/lang/Object ()V 1 113 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 1 124 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer peekChar ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 22 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 1 133 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer skipChar ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 29 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 1 220 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer getPosition ()I 2 8 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 1 228 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor$Tokenizer nextPropertyName ()Ljava/lang/String; 2 13 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 27 0 java/lang/String charAt (I)C 3 1 0 java/lang/String isLatin1 ()Z 3 12 0 java/lang/StringLatin1 charAt ([BI)C 4 3 0 java/lang/String checkIndex (II)V 2 30 0 java/lang/Character isJavaIdentifierPart (C)Z 3 1 0 java/lang/Character isJavaIdentifierPart (I)Z 4 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 4 5 0 java/lang/CharacterDataLatin1 isJavaIdentifierPart (I)Z 5 2 0 java/lang/CharacterDataLatin1 getProperties (I)I 2 65 0 java/lang/String length ()I 3 6 0 java/lang/String coder ()B 2 82 0 java/lang/String substring (II)Ljava/lang/String; 3 1 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 8 0 java/lang/String checkBoundsBeginEnd (III)V 4 6 0 jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 3 28 0 java/lang/String isLatin1 ()Z 3 41 0 java/lang/StringLatin1 newString ([BII)Ljava/lang/String; 4 16 0 java/util/Arrays copyOfRange ([BII)[B 5 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 6 2 0 java/util/Arrays checkLength (II)V 4 20 0 java/lang/String ([BB)V 5 1 0 java/lang/Object ()V 1 231 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getPropertyValue (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object; 2 14 0 org/codehaus/plexus/interpolation/reflection/ReflectionValueExtractor getClassMap (Ljava/lang/Class;)Lorg/codehaus/plexus/interpolation/reflection/ClassMap; 3 34 0 org/codehaus/plexus/interpolation/reflection/ClassMap (Ljava/lang/Class;)V 4 1 0 java/lang/Object ()V 4 9 0 java/util/Hashtable ()V 5 5 0 java/util/Hashtable (IF)V 6 1 0 java/util/Dictionary ()V 7 1 0 java/lang/Object ()V 4 20 0 org/codehaus/plexus/interpolation/reflection/MethodMap ()V 5 1 0 java/lang/Object ()V 5 9 0 java/util/Hashtable ()V 6 5 0 java/util/Hashtable (IF)V 7 1 0 java/util/Dictionary ()V 8 1 0 java/lang/Object ()V 4 32 0 org/codehaus/plexus/interpolation/reflection/ClassMap populateMethodCache ()V 3 47 0 java/lang/ref/WeakReference (Ljava/lang/Object;)V 4 2 0 java/lang/ref/Reference (Ljava/lang/Object;)V 5 3 0 java/lang/ref/Reference (Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V 6 1 0 java/lang/Object ()V 2 19 0 org/codehaus/plexus/interpolation/util/StringUtils capitalizeFirstLetter (Ljava/lang/String;)Ljava/lang/String; 3 2 0 java/lang/String charAt (I)C 4 1 0 java/lang/String isLatin1 ()Z 4 12 0 java/lang/StringLatin1 charAt ([BI)C 5 3 0 java/lang/String checkIndex (II)V 3 7 0 java/lang/Character toTitleCase (C)C 4 1 0 java/lang/Character toTitleCase (I)I 5 1 0 java/lang/CharacterData of (I)Ljava/lang/CharacterData; 5 5 0 java/lang/CharacterDataLatin1 toTitleCase (I)I 6 2 0 java/lang/CharacterDataLatin1 toUpperCase (I)I 3 23 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 26 0 java/lang/StringBuilder (I)V 4 2 0 java/lang/AbstractStringBuilder (I)V 5 1 0 java/lang/Object ()V 3 32 0 java/lang/StringBuilder append (C)Ljava/lang/StringBuilder; 4 2 0 java/lang/AbstractStringBuilder append (C)Ljava/lang/AbstractStringBuilder; 5 7 0 java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 6 32 0 java/util/Arrays copyOf ([BI)[B 5 11 0 java/lang/AbstractStringBuilder isLatin1 ()Z 5 18 0 java/lang/StringLatin1 canEncode (I)Z 3 40 0 java/lang/String length ()I 4 6 0 java/lang/String coder ()B 3 43 0 java/lang/StringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder; 4 4 0 java/lang/AbstractStringBuilder append (Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; 5 10 0 java/lang/String length ()I 6 6 0 java/lang/String coder ()B 5 18 0 jdk/internal/util/Preconditions checkFromToIndex (IIILjava/util/function/BiFunction;)I 5 35 0 java/lang/AbstractStringBuilder ensureCapacityInternal (I)V 6 32 0 java/util/Arrays copyOf ([BI)[B 5 52 0 java/lang/AbstractStringBuilder appendChars (Ljava/lang/String;II)V 6 1 0 java/lang/AbstractStringBuilder isLatin1 ()Z 6 8 0 java/lang/String isLatin1 ()Z 6 15 0 java/lang/String value ()[B 6 170 0 java/lang/String value ()[B 3 48 0 java/lang/StringBuilder toString ()Ljava/lang/String; 4 5 0 java/lang/String (Ljava/lang/StringBuilder;)V 5 3 0 java/lang/String (Ljava/lang/AbstractStringBuilder;Ljava/lang/Void;)V 6 1 0 java/lang/Object ()V 6 5 0 java/lang/AbstractStringBuilder getValue ()[B 6 10 0 java/lang/StringBuilder length ()I 7 1 0 java/lang/AbstractStringBuilder length ()I 6 16 0 java/lang/AbstractStringBuilder isLatin1 ()Z 6 32 0 java/util/Arrays copyOfRange ([BII)[B 7 13 0 java/util/Arrays copyOfRangeByte ([BII)[B 8 2 0 java/util/Arrays checkLength (II)V 2 27 0 java/lang/StringBuilder ()V 2 32 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 36 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 39 0 java/lang/StringBuilder toString ()Ljava/lang/String; 2 50 0 org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 3 2 0 org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 3 11 0 java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 4 6 0 java/lang/String hashCode ()I 5 17 0 java/lang/String isLatin1 ()Z 4 45 0 java/lang/String equals (Ljava/lang/Object;)Z 2 64 0 java/lang/StringBuilder ()V 2 69 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 73 0 java/lang/StringBuilder append (Ljava/lang/String;)Ljava/lang/StringBuilder; 2 76 0 java/lang/StringBuilder toString ()Ljava/lang/String; 2 87 0 org/codehaus/plexus/interpolation/reflection/ClassMap findMethod (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/reflect/Method; 3 2 0 org/codehaus/plexus/interpolation/reflection/ClassMap makeMethodKey (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; 3 11 0 java/util/Hashtable get (Ljava/lang/Object;)Ljava/lang/Object; 4 6 0 java/lang/String hashCode ()I 5 17 0 java/lang/String isLatin1 ()Z 4 45 0 java/lang/String equals (Ljava/lang/Object;)Z 2 105 0 java/lang/reflect/Method invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 3 1 0 java/lang/reflect/Method isCallerSensitive ()Z 4 11 0 jdk/internal/reflect/Reflection isCallerSensitive (Ljava/lang/reflect/Method;)Z 5 1 0 java/lang/reflect/Method getDeclaringClass ()Ljava/lang/Class; 5 4 0 java/lang/Class getClassLoader ()Ljava/lang/ClassLoader; 6 11 0 java/lang/System getSecurityManager ()Ljava/lang/SecurityManager; 7 0 0 java/lang/System allowSecurityManager ()Z 5 18 0 java/lang/reflect/AccessibleObject isAnnotationPresent (Ljava/lang/Class;)Z 3 42 0 java/lang/reflect/Modifier isStatic (I)Z 3 90 0 jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 4 24 0 jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 5 46 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 5 136 0 @bci jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object; 136 ; invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 11 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 15 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 3 102 0 jdk/internal/reflect/DirectMethodHandleAccessor invoke (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 4 1 0 jdk/internal/reflect/DirectMethodHandleAccessor isStatic ()Z 4 9 0 jdk/internal/reflect/DirectMethodHandleAccessor checkReceiver (Ljava/lang/Object;)V 4 17 0 jdk/internal/reflect/DirectMethodHandleAccessor checkArgumentCount (I[Ljava/lang/Object;)V 4 23 0 jdk/internal/reflect/DirectMethodHandleAccessor invokeImpl (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 5 104 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V 5 41 0 java/lang/invoke/Invokers$Holder invokeExact_MT (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; 6 10 0 java/lang/invoke/Invokers checkExactType (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)V 7 1 0 java/lang/invoke/MethodHandle type ()Ljava/lang/invoke/MethodType; 6 14 0 java/lang/invoke/Invokers checkCustomized (Ljava/lang/invoke/MethodHandle;)V