Coder Social home page Coder Social logo

corretto / corretto-11 Goto Github PK

View Code? Open in Web Editor NEW
670.0 670.0 105.0 384.37 MB

Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11

License: GNU General Public License v2.0

Makefile 0.02% Shell 0.20% JavaScript 1.04% HTML 0.36% Java 77.27% M4 0.11% sed 0.01% Roff 0.76% CSS 0.01% Python 0.07% C++ 13.75% XSLT 0.25% Perl 0.01% C 5.81% Assembly 0.03% DTrace 0.01% GDB 0.01% Objective-C 0.30% Awk 0.01% Batchfile 0.01%

corretto-11's People

Contributors

chrishegarty avatar cl4es avatar coleenp avatar edvbld avatar erikj79 avatar goelin avatar hns avatar iignatev avatar jddarcy avatar jesperirl avatar joewang-java avatar jonathan-gibbons avatar lahodaj avatar magicus avatar mbaesken avatar mcimadamore avatar mrserb avatar prrace avatar realclanger avatar rwestrel avatar seanjmullan avatar shipilev avatar stefank avatar sundararajana avatar szegedi avatar therealmdoerr avatar tobihartmann avatar wangweij avatar xueleifan avatar zhengyu123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

corretto-11's Issues

Corretto-11 JRE download?

Are there plans to produce a 11 JRE? I can find it for corretto-8, but looks like there hasn't been one created for 11, only JDK builds.

jlink fails with 'Invalid JMOD file' on macOS 10.15.2

Describe the bug

Unable to run jlink to create a modular JRE using the latest release 11.0.6.10.1-1 for macOS.

Error: java.io.IOException: Invalid JMOD file: [redacted]/amazon-corretto-11.jdk/Contents/Home/jmods/jdk.jartool.jmod

To Reproduce

  1. Download the 11.0.6.10.1-1 build of Corretto JDK for macOS
  2. tar xzf amazon-corretto-11.0.6.10.1-1-macosx-x64.tar.gz
  3. cd amazon-corretto-11.jdk/Contents/Home/bin
  4. ./jlink --no-header-files --no-man-pages --compress=2 --strip-debug --add-modules java.datatransfer,java.desktop,java.instrument,java.logging,java.management,java.naming,java.prefs,java.scripting,java.security.jgss,java.sql,java.xml,java.xml.crypto --output my-jre

Expected behavior

JRE should be created in directory amazon-corretto-11.jdk/Contents/Home/bin/my-jre

Platform information

OS: macOS 10.15.2 (Also reproduced on macOS 10.13.6)
Version:
    openjdk 11.0.6 2020-01-14 LTS
    OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
    OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode)

Additional context

This appears to affect only macOS. Creating a JRE with Windows and Linux works as expected.

Please release a headless edition

While the performance of Corretto is impressive, I have been unable to understand the need to have to download the whole UI toolkit and associated libraries along with the Corretto distribution while working with server-end systems.

Could you please think along the lines of also releasing a headless edition of the respective versions?

Request to prepend ubuntu and debian directories to Apt archive at apt.corretto.aws

Is your feature request related to a problem?

Yes, when attempting to mirror apt.corretto.aws with debmirror [1], requests fail as the Corretto archive is not prepended with ubuntu or debian directories. Furthermore, debmirror currently does not support an empty archive root option [2], which is currently how apt.corretto.aws is setup without a root directory.

Per debmirror manpage in Ubuntu:

-r, --root=directory
           Specifies the directory on the remote host that is the root of the Ubuntu archive. Defaults to ubuntu, which will work for most mirrors. The root directory has a dists subdirectory.

And the directory is debian for Debian.

Describe a solution you would like

This request is to add a root directory of ubuntu and debian to apt.corretto.aws to allow the debmirror tool to sync, as it currently does not support empty roots per this bug report [2].

Example error output of debmirror run:

$ debmirror --verbose --debug --no-check-gpg --rsync-extra=none --host=apt.corretto.aws --method=http --dist=stable --section=main --arch=amd64 --nosource  --getcontents  --diff=none  --timeout=100  --nocleanup  /var/corretto 

< -- SNIP --> 
http://apt.corretto.aws/ubuntu/dists/stable/Release => [  0%] Getting: ubuntu/dists/stable/Release... 403 Forbidden
failed 403 Forbidden
Errors:
 Download of ubuntu/dists/stable/Release failed: 403 Forbidden
Failed to download some Release or Release.gpg files!

[1] https://manpages.debian.org/testing/debmirror/debmirror.1.en.html
[2] https://bugs.launchpad.net/ubuntu/+source/debmirror/+bug/1702059

Thank you for your consideration.

debian package doesn't provide java8-runtime like openjdk-11-jre from debian does

Describe the bug

Installing tomcat8 or tomcat9 in debian only works with the openjdk packages provided by debian.

E.g. tomcat9-common depends on default-jre-headless | java8-runtime-headless | java8-runtime.

(Sadly the tomcat init script additionally fails to find the corretto jdk as it only checks /usr/lib/jvm/default-java for possible JAVA_HOME values)

To Reproduce

Purge openjdk, install coretto 11 debian package, then install tomcat - openjdk will be installed again, and tomcat will use it by default.

Expected behavior

java-11-amazon-corretto-jdk should provide java8-runtime in addition to java11-runtime to be compatible with the debian packaging.

Platform information

OS: debian stretch

Additional context

The following in /etc/default/tomcat8 should help tomcat finding corretto (or whatever is configured in debian alternatives for java):

JAVA_HOME=$(dirname "$(dirname "$(readlink -f "$(which java)")")")

Inconsistent zip packaging across OS downloads

Describe the bug

The download zips of the JDK distributions on https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html are inconsistent with each other across operating systems in terms of the top folder name in each one.
Eg. Windows zip expands to jdk11.0.5_10, while linux and mac use amazon-corretto-11.0.5.10-linux-x64 and amazon-coretto-11.jdk as their folder respectively.
While this is a minor cosmetic issue it would be nice to have a consistent structure such that any scripts that use these don't have to be aware of these inconsistencies.

To Reproduce

Steps and (source) code to reproduce the behavior.
Download each zip and look at top folder

Screenshots

image

Platform information

OS: All
Version 11.0.5 

JRE packages are missed in Corretto11.

Thank you for taking the time to help improve OpenJDK and Corretto 11.

If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)

Otherwise, if your idea concerns OpenJDK 11
and is not specific to Corretto 11
we ask that you propose it to the OpenJDK community.
Depending on your contributor status for OpenJDK,
please use the JDK bug system or
the appropriate mailing list
for the given problem area or update project).

If your proposal is specific to Corretto 11,
then you are in the right place.
Please proceed with the following.

Is your feature request related to a problem?

Please provide a clear and concise description of what the problem is.

Describe a solution you would like

Please provide a clear and concise description of what you want to happen.

Describe alternatives you have considered

Please provide a clear and concise description
of any alternative solutions or features you have considered.

Additional context

Add any other context or screenshots about the feature request here.

Exception while creating an excel sheet through amazon corretto jdk 11 in linux

Thank you for taking the time to help improve OpenJDK and Corretto 11.

If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)

Otherwise, if your issue concerns OpenJDK 11
and is not specific to Corretto 11
we ask that you raise it to the OpenJDK community.
Depending on your contributor status for OpenJDK,
please use the JDK bug system or
the appropriate mailing list
for the given problem area or update project.

If your issue is specific to Corretto 11,
then you are in the right place.
Please proceed with the following.

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps and (source) code to reproduce the behavior.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Platform information

OS: [e.g. Amazon Linux 2]
Version [e.g. "11.0.1+13-1" (output from "java -version")]

Additional context

Add any other context about the problem here.

Exception in thread "main" java.lang.InternalError: java.lang.reflect.InvocationTargetException
at java.desktop/sun.font.FontManagerFactory$1.run(FontManagerFactory.java:86)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/sun.font.FontManagerFactory.getInstance(FontManagerFactory.java:74)
at java.desktop/java.awt.Font.getFont2D(Font.java:497)
at java.desktop/java.awt.Font.canDisplayUpTo(Font.java:2246)
at java.desktop/java.awt.font.TextLayout.singleFont(TextLayout.java:469)
at java.desktop/java.awt.font.TextLayout.(TextLayout.java:530)
at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:273)
at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.(AutoSizeColumnTracker.java:117)
at org.apache.poi.xssf.streaming.SXSSFSheet.(SXSSFSheet.java:82)
at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:674)
at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:695)
at com.toc.olc.rap.monthend.MonthEnd.OperationHNA(MonthEnd.java:753)
at com.toc.olc.rap.monthend.MonthEnd.execute(MonthEnd.java:300)
at com.toc.olc.rap.monthend.MonthEnd.main(MonthEnd.java:230)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at java.desktop/sun.font.FontManagerFactory$1.run(FontManagerFactory.java:84)
... 14 more
Caused by: java.lang.NullPointerException
at java.desktop/sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1262)
at java.desktop/sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:225)
at java.desktop/sun.awt.FontConfiguration.init(FontConfiguration.java:107)
at java.desktop/sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:719)
at java.desktop/sun.font.SunFontManager$2.run(SunFontManager.java:367)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/sun.font.SunFontManager.(SunFontManager.java:312)
at java.desktop/sun.awt.FcFontManager.(FcFontManager.java:35)
at java.desktop/sun.awt.X11FontManager.(X11FontManager.java:56)
... 19 more

Hi,
Recently, we have upgraded our java version to oracle jdk 1.8 to amazon corretto 11 jdk.
In the code, while we are creating an row in excel sheet from java 11. The above exception is thrown. I am getting this exception only when I am running in linux . In windows it is running fine.

Can you help me with these issue?
Thanks

Corretto And Web-Start

Are there any plans of adding the Java web-start browser plug-in into Corretto?

Is this something the customer can request?

If not, does Amazon have any recommendations or guidelines for this? I have noticed some people online who have leveraged IcedTea with Corretto, but it would be more ideal if we could avoid additional layers.

thanks!

Java2D Queue Flusher crash when closing lid and/or switching away from external monitors

Closing the lid on my Macbook and/or switching between different monitors on different Java11 apps with AWS Corretto ends up in this... only sometimes though. Also seen in igvteam/igv#673:

Process:               java [40922]
Path:                  /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/bin/java
Identifier:            net.java.openjdk.cmd
Version:               1.0 (1.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [40920]
Responsible:           java [40922]
User ID:               501

Date/Time:             2019-09-17 16:23:52.818 +1000
OS Version:            Mac OS X 10.14.6 (18G95)
Report Version:        12
Anonymous UUID:        D9114DF3-8A5A-9729-E9B0-A280B7D6232D

Sleep/Wake UUID:       34756FD9-27D8-4F67-8814-6254096EB187

Time Awake Since Boot: 310000 seconds
Time Since Wake:       16 seconds

System Integrity Protection: enabled

Crashed Thread:        25  Java: Java2D Queue Flusher

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000003450
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x3450:
--> 
    __TEXT                 000000010caee000-000000010cafa000 [   48K] r-x/rwx SM=COW  /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/bin/java

Application Specific Information:
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x00000001264cae64 0 + 4937526884

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff737a09de __ulock_wait + 10
1   libsystem_pthread.dylib       	0x00007fff738616de _pthread_join + 358
2   java                          	0x000000010caf4797 ContinueInNewThread0 + 142
3   java                          	0x000000010caf3459 ContinueInNewThread + 164
4   java                          	0x000000010caf158c JLI_Launch + 6648
5   java                          	0x000000010caeefc0 main + 384
6   java                          	0x000000010caf4e07 apple_main + 84
7   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
8   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
9   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf788 Monitor::wait(bool, long, bool) + 246
6   libjvm.dylib                  	0x000000010db0181d Threads::destroy_vm() + 69
7   libjvm.dylib                  	0x000000010d7f29f4 jni_DestroyJavaVM + 211
8   java                          	0x000000010caf24b4 JavaMain + 2828
9   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 3:: Java: GC Thread#0
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010db75b66 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                  	0x000000010db755f9 GangWorker::loop() + 39
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 4:: Java: G1 Main Marker
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010db75b3a SemaphoreGangTaskDispatcher::coordinator_execute_on_workers(AbstractGangTask*, unsigned int) + 44
3   libjvm.dylib                  	0x000000010db75452 WorkGang::run_task(AbstractGangTask*, unsigned int) + 158
4   libjvm.dylib                  	0x000000010d709a73 G1ConcurrentMark::mark_from_roots() + 163
5   libjvm.dylib                  	0x000000010d710282 G1ConcurrentMarkThread::run_service() + 658
6   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
7   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
8   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
9   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 5:: Java: G1 Conc#0
0   libjvm.dylib                  	0x000000010d70c34d G1CMBitMap::iterate(G1CMBitMapClosure*, MemRegion) + 415
1   libjvm.dylib                  	0x000000010d70bc91 G1CMTask::do_marking_step(double, bool, bool) + 483
2   libjvm.dylib                  	0x000000010d70d158 G1CMConcurrentMarkingTask::work(unsigned int) + 166
3   libjvm.dylib                  	0x000000010db75615 GangWorker::loop() + 67
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 6:: Java: G1 Refine#0
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
6   libjvm.dylib                  	0x000000010d711c3d G1ConcurrentRefineThread::wait_for_completed_buffers() + 95
7   libjvm.dylib                  	0x000000010d711d7b G1ConcurrentRefineThread::run_service() + 65
8   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 7:: Java: G1 Young RemSet Sampling
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
4   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                  	0x000000010d73ee4d G1YoungRemSetSamplingThread::sleep_before_next_cycle() + 59
6   libjvm.dylib                  	0x000000010d73ee7f G1YoungRemSetSamplingThread::run_service() + 37
7   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
8   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
9   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
10  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
11  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
12  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 8:: Java: VM Thread
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
4   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                  	0x000000010db58bd0 VMThread::loop() + 314
6   libjvm.dylib                  	0x000000010db589a8 VMThread::run() + 110
7   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
8   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
9   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 9:: Java: Reference Handler
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf7c4 Monitor::wait(bool, long, bool) + 306
6   libjvm.dylib                  	0x000000010d8228d4 JVM_WaitForReferencePendingList + 100
7   ???                           	0x00000001250bf7ff 0 + 4916508671
8   ???                           	0x000000012559d854 0 + 4921612372
9   ???                           	0x000000011d2c4849 0 + 4784408649
10  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
11  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
12  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
13  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
14  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
15  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
16  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
17  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
18  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
19  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
20  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 10:: Java: Finalizer
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9e300a ObjectMonitor::wait(long, bool, Thread*) + 806
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403

Thread 11:: Java: Signal Dispatcher
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010d9f5a03 os::signal_wait() + 183
3   libjvm.dylib                  	0x000000010d9f064c signal_thread_entry(JavaThread*, Thread*) + 57
4   libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
5   libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
6   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
7   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
8   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 12:: Java: C2 CompilerThread0
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
4   libjvm.dylib                  	0x000000010d9cf7c4 Monitor::wait(bool, long, bool) + 306
5   libjvm.dylib                  	0x000000010d62bc03 CompileQueue::get() + 103
6   libjvm.dylib                  	0x000000010d62e801 CompileBroker::compiler_thread_loop() + 279
7   libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
8   libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 13:: Java: C1 CompilerThread0
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
4   libjvm.dylib                  	0x000000010d9cf7c4 Monitor::wait(bool, long, bool) + 306
5   libjvm.dylib                  	0x000000010d62bc03 CompileQueue::get() + 103
6   libjvm.dylib                  	0x000000010d62e801 CompileBroker::compiler_thread_loop() + 279
7   libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
8   libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 14:: Java: Sweeper thread
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
4   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
5   libjvm.dylib                  	0x000000010daca10d NMethodSweeper::sweeper_loop() + 97
6   libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
7   libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
8   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
9   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
10  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
11  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
12  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 15:: Java: Common-Cleaner
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9e2fa9 ObjectMonitor::wait(long, bool, Thread*) + 709
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x0000000125dc41bc 0 + 4930159036

Thread 16:: Java: Service Thread
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
6   libjvm.dylib                  	0x000000010da69ecb ServiceThread::service_thread_entry(JavaThread*, Thread*) + 193
7   libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
8   libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 17:: Java: VM Periodic Task Thread
0   libsystem_kernel.dylib        	0x00007fff737a1f32 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff7372d914 nanosleep + 199
2   libjvm.dylib                  	0x000000010d9f647c os::naked_short_sleep(long) + 88
3   libjvm.dylib                  	0x000000010dafc3d2 WatcherThread::run() + 190
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 18:: Java: GC Thread#1
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010db75b66 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                  	0x000000010db755f9 GangWorker::loop() + 39
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 19:: Java: GC Thread#2
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010db75b66 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                  	0x000000010db755f9 GangWorker::loop() + 39
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 20:: Java: GC Thread#3
0   libsystem_kernel.dylib        	0x00007fff7379e266 semaphore_wait_trap + 10
1   libjvm.dylib                  	0x000000010da692b4 OSXSemaphore::wait() + 16
2   libjvm.dylib                  	0x000000010db75b66 SemaphoreGangTaskDispatcher::worker_wait_for_task() + 22
3   libjvm.dylib                  	0x000000010db755f9 GangWorker::loop() + 39
4   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
5   libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 21:: Java: Log4j2-TF-3-Scheduled-1
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd225 Parker::park(bool, long) + 277
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125ab7d94 0 + 4926963092

Thread 22:: Java: AWT-Shutdown
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9e300a ObjectMonitor::wait(long, bool, Thread*) + 806
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x000000011e0539a4 0 + 4798626212
8   ???                           	0x000000011d2cdcec 0 + 4784446700
9   ???                           	0x000000011d2c4849 0 + 4784408649
10  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
11  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
12  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
13  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
14  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
15  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
16  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
17  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
18  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
19  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
20  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 23:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7379e22a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7379e76c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff477111ee __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff4771075c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff4770febe CFRunLoopRunSpecific + 455
5   com.apple.AppKit              	0x00007fff44d0f4c2 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 24:: Java: AWT-EventQueue-0
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x00000001264cae64 0 + 4937526884

Thread 25 Crashed:: Java: Java2D Queue Flusher
0   libsystem_kernel.dylib        	0x00007fff737a42c6 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff7385fbf1 pthread_kill + 284
2   libsystem_c.dylib             	0x00007fff7370e6a6 abort + 127
3   libjvm.dylib                  	0x000000010d9f4df6 os::abort(bool, void*, void const*) + 22
4   libjvm.dylib                  	0x000000010db50f2b VMError::report_and_die(int, char const*, char const*, __va_list_tag*, Thread*, unsigned char*, void*, void*, char const*, int, unsigned long) + 2799
5   libjvm.dylib                  	0x000000010db50426 VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*, char const*, ...) + 166
6   libjvm.dylib                  	0x000000010db50f79 VMError::report_and_die(Thread*, unsigned int, unsigned char*, void*, void*) + 33
7   libjvm.dylib                  	0x000000010d9f8e16 JVM_handle_bsd_signal + 816
8   libjvm.dylib                  	0x000000010d9f685b signalHandler(int, __siginfo*, void*) + 45
9   libsystem_platform.dylib      	0x00007fff73854b5d _sigtramp + 29
10  ???                           	0x00007fffa28b7a80 __kCFAllocatorMalloc + 208
11  libawt_lwawt.dylib            	0x0000000132616a8a Java_sun_java2d_opengl_OGLRenderQueue_flushBuffer + 1602
12  ???                           	0x0000000124ec097d 0 + 4914415997
13  ???                           	0x000000012630d2f4 0 + 4935701236

Thread 26:: Java: Java2D Disposer
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9e300a ObjectMonitor::wait(long, bool, Thread*) + 806
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x0000000125b17250 0 + 4927353424

Thread 27:: Java: TimerQueue
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd225 Parker::park(bool, long) + 277
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125ab7d94 0 + 4926963092

Thread 28:: Java: SwingWorker-pool-4-thread-1
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 29:: Java: SwingWorker-pool-4-thread-2
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 30:: Java: GhidraSwinglessTimer
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9e2fa9 ObjectMonitor::wait(long, bool, Thread*) + 709
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x000000011d2cdca7 0 + 4784446631
8   ???                           	0x000000011d2cdca7 0 + 4784446631
9   ???                           	0x000000011d2c4849 0 + 4784408649
10  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
11  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
12  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
13  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
14  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
15  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
16  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
17  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
18  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
19  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
20  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 31:: Java: File System Listener
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9e300a ObjectMonitor::wait(long, bool, Thread*) + 806
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x000000011e0539a4 0 + 4798626212
8   ???                           	0x000000011d2cdca7 0 + 4784446631
9   ???                           	0x000000011d2c4849 0 + 4784408649
10  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
11  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
12  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
13  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
14  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
15  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
16  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
17  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
18  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
19  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
20  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 32:: Java: GTimer
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fbc6c os::PlatformEvent::park(long) + 202
3   libjvm.dylib                  	0x000000010d9e2fa9 ObjectMonitor::wait(long, bool, Thread*) + 709
4   libjvm.dylib                  	0x000000010dace3e3 ObjectSynchronizer::wait(Handle, long, Thread*) + 249
5   libjvm.dylib                  	0x000000010d817449 JVM_MonitorWait + 195
6   ???                           	0x0000000124e5b5fb 0 + 4914001403
7   ???                           	0x000000011d2cdca7 0 + 4784446631
8   ???                           	0x000000011d2cdca7 0 + 4784446631
9   ???                           	0x000000011d2c4849 0 + 4784408649
10  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
11  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
12  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
13  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
14  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
15  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
16  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
17  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
18  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
19  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
20  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 33:: Java: SwingWorker-pool-4-thread-3
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x000000011d90a5e4 0 + 4790986212
6   ???                           	0x000000011d2cdae2 0 + 4784446178
7   ???                           	0x000000011d2cda00 0 + 4784445952
8   ???                           	0x000000011d2cdca7 0 + 4784446631
9   ???                           	0x000000011d2cdcec 0 + 4784446700
10  ???                           	0x000000011d2c4849 0 + 4784408649
11  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
12  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
13  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
14  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
15  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
16  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
17  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
18  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
19  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
20  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
21  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 34:: Java: SwingWorker-pool-4-thread-4
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x000000011d90a5e4 0 + 4790986212
6   ???                           	0x000000011d2cdae2 0 + 4784446178
7   ???                           	0x000000011d2cda00 0 + 4784445952
8   ???                           	0x000000011d2cdca7 0 + 4784446631
9   ???                           	0x000000011d2cdcec 0 + 4784446700
10  ???                           	0x000000011d2c4849 0 + 4784408649
11  libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
12  libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
13  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
14  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
15  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
16  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
17  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
18  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
19  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
20  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
21  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 35:: Java: G1 Refine#1
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
6   libjvm.dylib                  	0x000000010d711c3d G1ConcurrentRefineThread::wait_for_completed_buffers() + 95
7   libjvm.dylib                  	0x000000010d711d7b G1ConcurrentRefineThread::run_service() + 65
8   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 36:: Java: G1 Refine#2
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
6   libjvm.dylib                  	0x000000010d711c3d G1ConcurrentRefineThread::wait_for_completed_buffers() + 95
7   libjvm.dylib                  	0x000000010d711d7b G1ConcurrentRefineThread::run_service() + 65
8   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 37:: Java: G1 Refine#3
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fce96 os::PlatformEvent::park() + 126
3   libjvm.dylib                  	0x000000010d9cf0a6 ParkCommon(ParkEvent*, long) + 19
4   libjvm.dylib                  	0x000000010d9cf2a0 Monitor::IWait(Thread*, long) + 126
5   libjvm.dylib                  	0x000000010d9cf707 Monitor::wait(bool, long, bool) + 117
6   libjvm.dylib                  	0x000000010d711c3d G1ConcurrentRefineThread::wait_for_completed_buffers() + 95
7   libjvm.dylib                  	0x000000010d711d7b G1ConcurrentRefineThread::run_service() + 65
8   libjvm.dylib                  	0x000000010d63cf60 ConcurrentGCThread::run() + 48
9   libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
10  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
11  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
13  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 38:: Java: process reaper
0   libsystem_kernel.dylib        	0x00007fff737a3356 __wait4 + 10
1   libjava.dylib                 	0x000000010cb6c00a Java_java_lang_ProcessHandleImpl_waitForProcessExit0 + 49
2   ???                           	0x000000011d2d3950 0 + 4784470352
3   ???                           	0x000000011d2cd6c0 0 + 4784445120
4   ???                           	0x000000011d2cdcec 0 + 4784446700
5   ???                           	0x000000011d2cdca7 0 + 4784446631
6   ???                           	0x000000011d2cdcec 0 + 4784446700
7   ???                           	0x000000011d2c4849 0 + 4784408649
8   libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
9   libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
10  libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
11  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
12  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
13  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
14  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
15  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
16  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
17  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
18  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 39:: Java: process reaper
0   libsystem_kernel.dylib        	0x00007fff737a3356 __wait4 + 10
1   libjava.dylib                 	0x000000010cb6c00a Java_java_lang_ProcessHandleImpl_waitForProcessExit0 + 49
2   ???                           	0x000000011d2d3950 0 + 4784470352
3   ???                           	0x000000011d2cd6c0 0 + 4784445120
4   ???                           	0x000000011ebe10e4 0 + 4810739940
5   ???                           	0x000000011d2cdcec 0 + 4784446700
6   ???                           	0x000000011d2c4849 0 + 4784408649
7   libjvm.dylib                  	0x000000010d7a3008 JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*) + 544
8   libjvm.dylib                  	0x000000010d7a23ec JavaCalls::call_virtual(JavaValue*, Klass*, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 296
9   libjvm.dylib                  	0x000000010d7a24b0 JavaCalls::call_virtual(JavaValue*, Handle, Klass*, Symbol*, Symbol*, Thread*) + 106
10  libjvm.dylib                  	0x000000010d8210b5 thread_entry(JavaThread*, Thread*) + 119
11  libjvm.dylib                  	0x000000010dafd2aa JavaThread::thread_main_inner() + 126
12  libjvm.dylib                  	0x000000010dafd0f8 JavaThread::run() + 416
13  libjvm.dylib                  	0x000000010dafb092 Thread::call_run() + 96
14  libjvm.dylib                  	0x000000010d9f47a0 thread_native_entry(Thread*) + 312
15  libsystem_pthread.dylib       	0x00007fff7385d2eb _pthread_body + 126
16  libsystem_pthread.dylib       	0x00007fff73860249 _pthread_start + 66
17  libsystem_pthread.dylib       	0x00007fff7385c40d thread_start + 13

Thread 40:: Java: SwingWorker-pool-4-thread-5
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 41:: Java: SwingWorker-pool-4-thread-6
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 42:: Java: SwingWorker-pool-4-thread-7
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 43:: Java: SwingWorker-pool-4-thread-8
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 44:: Java: SwingWorker-pool-4-thread-9
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 45:: Java: SwingWorker-pool-4-thread-10
0   libsystem_kernel.dylib        	0x00007fff737a186a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff7386056e _pthread_cond_wait + 722
2   libjvm.dylib                  	0x000000010d9fd23f Parker::park(bool, long) + 303
3   libjvm.dylib                  	0x000000010db1aad0 Unsafe_Park(JNIEnv_*, _jobject*, unsigned char, long) + 144
4   ???                           	0x0000000124e641fd 0 + 4914037245
5   ???                           	0x0000000125a95834 0 + 4926822452

Thread 46:
0   libsystem_pthread.dylib       	0x00007fff7385c3f0 start_wqthread + 0

Thread 47:
0   libsystem_pthread.dylib       	0x00007fff7385c3f0 start_wqthread + 0

Thread 48:
0   libsystem_pthread.dylib       	0x00007fff7385c3f0 start_wqthread + 0

Thread 25 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007000025c5000  rcx: 0x00007000025c3f38  rdx: 0x0000000000000000
  rdi: 0x000000000000d303  rsi: 0x0000000000000006  rbp: 0x00007000025c3f70  rsp: 0x00007000025c3f38
   r8: 0x00000000000130a8   r9: 0x00007fffa9ef7f78  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x000000000000d303  r13: 0x00007000025c41a0  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff737a42c6  rfl: 0x0000000000000206  cr2: 0xffffff803958b000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10caee000 -        0x10caf9ff7 +java (1.0 - 1.0) <45EF825A-56C4-3544-8032-6B99D6135440> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/bin/java
       0x10cb5b000 -        0x10cb62ff3 +libverify.dylib (0) <C0C4FE25-FCD1-3CD2-AEF1-3566530CC280> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libverify.dylib
       0x10cb67000 -        0x10cb83ff3 +libjava.dylib (0) <4B2B0B12-BF77-3FC4-BF81-95DE5DDF12EA> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libjava.dylib
       0x10cbb4000 -        0x10cbb7fff +libzip.dylib (0) <AA8D25EF-C361-3369-B816-2EEC85A48C97> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libzip.dylib
       0x10cbbb000 -        0x10cbbdfff +libjimage.dylib (0) <B163529A-A6C3-3B13-A190-072E6B5EF13A> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libjimage.dylib
       0x10cbee000 -        0x10cbeffff +libmanagement.dylib (0) <58EBA9BC-54D2-3B1A-881B-FCD628911E00> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libmanagement.dylib
       0x10cbf3000 -        0x10cbf5fff +libmanagement_ext.dylib (0) <5EBB2160-547A-337B-883B-71D7F17C2752> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libmanagement_ext.dylib
       0x10d400000 -        0x10dc33ff7 +libjvm.dylib (0) <C14CE801-66D4-3501-99D5-AB11293EE34B> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/server/libjvm.dylib
       0x114c0a000 -        0x114c7470f  dyld (655.1.1) <DFC3C4AF-6F97-3B34-B18D-7DCB23F2A83A> /usr/lib/dyld
       0x1323f8000 -        0x1323fefff +libnio.dylib (0) <9F791535-83FD-307D-A918-40D3C9642B01> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libnio.dylib
       0x132406000 -        0x132413ffb +libnet.dylib (0) <C6F4A106-E505-3DEB-8AE9-6F4C193EE507> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libnet.dylib
       0x1324cf000 -        0x13252bff3 +libawt.dylib (0) <6E8EB9B8-6945-3717-9B78-2181210C061D> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libawt.dylib
       0x13256b000 -        0x1325d1ff7 +libmlib_image.dylib (0) <E09AF44C-B055-3174-B8FF-28A57F4CA62B> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libmlib_image.dylib
       0x1325d6000 -        0x13263aff3 +libawt_lwawt.dylib (0) <20EA3582-5AC9-3F34-894B-6107534C3F9E> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libawt_lwawt.dylib
       0x132684000 -        0x132689ffb +libosxapp.dylib (0) <A8B693DC-7ED5-3072-840C-E72FB38C0BA6> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libosxapp.dylib
       0x132827000 -        0x13289bff7 +libfontmanager.dylib (0) <AC81D006-999E-3E29-BD2F-AEC832FE842F> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libfontmanager.dylib
       0x132b19000 -        0x132b1dfff +libosxui.dylib (0) <8C6024E9-9AE6-317F-A4A2-1568F46C424E> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libosxui.dylib
       0x132b7a000 -        0x132be2ff3 +libfreetype.dylib (0) <4DDC36A2-6BB7-3A4D-ADC8-867284456E71> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libfreetype.dylib
       0x136843000 -        0x136843fff +libextnet.dylib (0) <442068C0-8726-35A5-B678-A495191E6547> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libextnet.dylib
       0x165c14000 -        0x165c17047  libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
       0x165d97000 -        0x165db3ffb +libjavajpeg.dylib (0) <A04F443E-30D4-36BA-A328-C0F64BFAE788> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libjavajpeg.dylib
       0x1667d3000 -        0x1667edff3 +libsunec.dylib (0) <446FCC3E-67E2-38D5-8D48-C1D0CE61A651> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home/lib/libsunec.dylib
       0x16b9df000 -        0x16b9eafff +jffi6811129237714758229.dylib (0) <CEE0AD9E-F928-350B-9565-6C628C6AE89C> /private/var/folders/*/jffi6811129237714758229.dylib
    0x7fff3be37000 -     0x7fff3c190fff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <AB6E8A8F-0BFE-37EE-A135-44ABA4FCB559> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3fea5000 -     0x7fff40c79ff7  com.apple.driver.AppleIntelKBLGraphicsGLDriver (12.10.12 - 12.1.0) <F966EA02-0252-3B4F-888B-C0FCCA888A76> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff40c7a000 -     0x7fff40facfff  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.10.12 - 12.1.0) <F44A2087-008C-30CB-9E33-A94DFF197E68> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff43ab9000 -     0x7fff43ab9fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff43aba000 -     0x7fff43ad0ff7  libCGInterfaces.dylib (506.22) <1B6C92D9-F4B8-37BA-9635-94C4A56098CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff43ad1000 -     0x7fff4416afef  com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4416b000 -     0x7fff443e4ff3  libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff443e5000 -     0x7fff44457ffb  libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff44458000 -     0x7fff44801ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff44802000 -     0x7fff44817feb  libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff44818000 -     0x7fff4481dff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4481e000 -     0x7fff4489aff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4489b000 -     0x7fff448aefe3  libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff448af000 -     0x7fff44a96ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff44a97000 -     0x7fff44b4aff7  libvMisc.dylib (671.250.4) <D5BA4812-BFFC-3CD0-B382-905CD8555DA6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff44b4b000 -     0x7fff44b4bfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff44ced000 -     0x7fff45aa2ffb  com.apple.AppKit (6.9 - 1671.60.107) <2F7E5984-E89A-3451-A3DF-FAAA509CF884> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff45af4000 -     0x7fff45af4fff  com.apple.ApplicationServices (50.1 - 50.1) <84097DEB-E2FC-3901-8DD7-A670EA2274E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff45af5000 -     0x7fff45b60fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff45bf9000 -     0x7fff45d10fff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff45d11000 -     0x7fff45d53fff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff45dad000 -     0x7fff45ddffff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff45e44000 -     0x7fff45e48ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <C0D9E23C-ABA0-39DE-A4EB-5A41C5499056> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff45ee3000 -     0x7fff45f35ff7  com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff45f36000 -     0x7fff45f45fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff45f46000 -     0x7fff45f8fff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff45f90000 -     0x7fff45fc9ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff45fca000 -     0x7fff45fd6fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff45fd7000 -     0x7fff4624eff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <04F482F1-E1C1-3955-8A6C-8AA152AA06F3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff46250000 -     0x7fff46250fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABC54269-002D-310D-9654-46CF960F863E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff465a9000 -     0x7fff4694afff  com.apple.CFNetwork (978.0.7 - 978.0.7) <B2133D0D-1399-3F17-80F0-313E3A241C89> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4695f000 -     0x7fff4695ffff  com.apple.Carbon (158 - 158) <56AD06AA-7BB4-3F0B-AEF7-9768D0BC1C98> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff46960000 -     0x7fff46963ffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff46964000 -     0x7fff46c5bfff  com.apple.HIToolbox (2.1.1 - 918.7) <13F69D4C-D19F-3E09-9231-1978D783A556> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff46c5c000 -     0x7fff46c5fff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff46c60000 -     0x7fff46c65ff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff46c66000 -     0x7fff46cfbff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff46cfc000 -     0x7fff46d14ff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff46d34000 -     0x7fff46d35ff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff46d36000 -     0x7fff46d38ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff46d39000 -     0x7fff46d3fff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff46e61000 -     0x7fff46e61fff  com.apple.Cocoa (6.11 - 23) <8D092DD2-0CA4-34C9-872C-8BBFAE1995A4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff46e6f000 -     0x7fff46fbeff7  com.apple.ColorSync (4.13.0 - 3345.6) <31648BB6-7239-3D0E-81B1-BCF51FEF557F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4714a000 -     0x7fff471d0fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff47234000 -     0x7fff4725effb  com.apple.CoreBluetooth (1.0 - 1) <A73F1709-DD18-3052-9F22-C0015278834B> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4725f000 -     0x7fff475e4fef  com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff475e5000 -     0x7fff476d5ff7  com.apple.CoreDisplay (101.3 - 110.18) <0EB2A997-FCAD-3D17-B140-9829961E5327> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff476d6000 -     0x7fff47b1afe7  com.apple.CoreFoundation (6.9 - 1575.19) <B2850F42-CE01-3156-B121-FD4777290C8F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff47b1c000 -     0x7fff481abfff  com.apple.CoreGraphics (2.0 - 1265.9) <BC95B558-EF77-3A57-A0BC-11606C778991> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff481ad000 -     0x7fff484cdfff  com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff487ca000 -     0x7fff488cefff  com.apple.CoreMedia (1.0 - 2290.13) <A739B93D-23C2-3A34-8D61-6AC924B9634F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff4892b000 -     0x7fff4892bfff  com.apple.CoreServices (946 - 946) <6EC9F377-EBD8-3358-92D1-6586F6F1E8E9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4892c000 -     0x7fff489a8ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff489a9000 -     0x7fff48c80fff  com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) <CB87F0C7-2CD6-3983-8E32-B6A2EC925352> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff48c81000 -     0x7fff48cc9ff7  com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff48cca000 -     0x7fff48cd2ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff48cd3000 -     0x7fff48e84ff7  com.apple.LaunchServices (946 - 946) <A0C91634-9410-38E8-BC11-7A5A369E6BA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff48e85000 -     0x7fff48f23ff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff48f24000 -     0x7fff48f6eff7  com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff48f6f000 -     0x7fff48fd6ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff48fd7000 -     0x7fff48ff8ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff49303000 -     0x7fff49465ff3  com.apple.CoreText (352.0 - 584.26.3.2) <59919B0C-CBD5-3877-8D6F-D6048F1E5F42> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff49466000 -     0x7fff494a6ff3  com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff494a7000 -     0x7fff49536fff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <BF4B29F7-FBC8-3299-98E8-C3F8C04B7C92> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff4978d000 -     0x7fff49792ffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff49931000 -     0x7fff49933ffb  com.apple.ExceptionHandling (1.5 - 13) <3CAD8B5B-14E6-3B9B-BD03-2E106E7AFADD> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
    0x7fff49958000 -     0x7fff49d05ffb  com.apple.Foundation (6.9 - 1575.19) <A85BF812-B784-36B9-89BB-E29772B0708C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff49d74000 -     0x7fff49da3ffb  com.apple.GSS (4.0 - 2.0) <E2B90D08-3857-3155-9FCC-07D778988EC9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff49ea3000 -     0x7fff49fadfff  com.apple.Bluetooth (6.0.14 - 6.0.14d3) <C2D1A774-2390-363D-8215-BF51FFCB6CCA> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff4a010000 -     0x7fff4a09ffff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff4a0a1000 -     0x7fff4a0b0ffb  com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff4a104000 -     0x7fff4a28ffef  com.apple.ImageIO.framework (3.3.0 - 1850.2) <75E46A31-D87D-35CE-86A4-96A50971FDB2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff4a290000 -     0x7fff4a294ffb  libGIF.dylib (1850.2) <4774EBDF-583B-3DDD-A0E1-9F427CB6A074> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff4a295000 -     0x7fff4a371fef  libJP2.dylib (1850.2) <697BB77F-A682-339F-8659-35432962432D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff4a372000 -     0x7fff4a397feb  libJPEG.dylib (1850.2) <171A8AC4-AADA-376F-9F2C-B9C978DB1007> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff4a65a000 -     0x7fff4a680feb  libPng.dylib (1850.2) <FBCEE909-F573-3AD6-A45F-AF32612BF8A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff4a681000 -     0x7fff4a683ffb  libRadiance.dylib (1850.2) <56907025-D5CE-3A9E-ACCB-A376C2599853> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff4a684000 -     0x7fff4a6d1fe7  libTIFF.dylib (1850.2) <F59557C9-C761-3E6F-85D1-0FBFFD53ED5C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff4b82d000 -     0x7fff4b835ffb  JavaNativeFoundation (74) <54F56A23-15A5-3919-AAFF-790CEA317368> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
    0x7fff4b836000 -     0x7fff4b83eff3  com.apple.java.JavaRuntimeSupport (15.0.1 - 15.0.1) <17B9819D-DD79-3C8C-B6DD-E1A97E9250F1> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
    0x7fff4b83f000 -     0x7fff4b843fff  com.apple.JavaVM (15.0.2 - 15.0.2) <76407D42-9E95-3C52-B902-4C4D3FFF4784> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7fff4b844000 -     0x7fff4b85dfff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff4bb17000 -     0x7fff4bb21fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff4bbd1000 -     0x7fff4c277fff  com.apple.MediaToolbox (1.0 - 2290.13) <71BB5D76-34CA-3A30-AECF-24BE29FCC275> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff4c279000 -     0x7fff4c321ff7  com.apple.Metal (162.2 - 162.2) <FFF7DFF3-7C4E-32C6-A0B5-C356079D3B7C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff4c33d000 -     0x7fff4c35cff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff4c35d000 -     0x7fff4c3d9fe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <EE8440DA-66DF-3923-ABBC-E0543211C069> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff4c3da000 -     0x7fff4c401fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E64450DF-2B96-331E-B7F4-666E00571C70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff4c402000 -     0x7fff4c52dff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F2CF26B6-73F1-3644-8FE9-CDB9B2C4501F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff4c52e000 -     0x7fff4c548fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B33A35C3-0393-366B-ACFB-F4BB6A5F7B4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff4c549000 -     0x7fff4c54aff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4d341000 -     0x7fff4d34dff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff4fde2000 -     0x7fff4fdeafe3  libcldcpuengine.dylib (2.11) <AAE49359-EB53-3FD4-ADBF-C60498BD0B34> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff4fdeb000 -     0x7fff4fe42ff7  com.apple.opencl (2.15.3 - 2.15.3) <056BAD8A-23BC-3F74-9E2C-3AC81E7DEA5A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4fe43000 -     0x7fff4fe5eff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4fe5f000 -     0x7fff4fe6affb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff507ba000 -     0x7fff507bcfff  libCVMSPluginSupport.dylib (17.7.3) <8E051EA7-55B6-3DF1-9821-72C391DE953B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff507bd000 -     0x7fff507c2ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff507c3000 -     0x7fff507c7fff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff507c8000 -     0x7fff507d0ff7  libGFXShared.dylib (17.7.3) <8C50BF27-B525-3B23-B86C-F444ADF97851> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff507d1000 -     0x7fff507dcfff  libGL.dylib (17.7.3) <2AC457EA-1BD3-3C8E-AFAB-7EA6234EB749> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff507dd000 -     0x7fff50817fef  libGLImage.dylib (17.7.3) <AA027AFA-C115-3861-89B2-0AE946838952> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff50818000 -     0x7fff5098aff7  libGLProgrammability.dylib (17.7.3) <5BB795C6-97AB-37AC-954C-145E3216AC3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff5098b000 -     0x7fff509c9fff  libGLU.dylib (17.7.3) <CB3B0579-D9A2-3CA5-8942-0C8344FAD054> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff51366000 -     0x7fff51375ffb  com.apple.opengl (17.7.3 - 17.7.3) <94B5CF34-5BD6-3652-9A8C-E9C56E0A9FB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff51376000 -     0x7fff5150dff7  GLEngine (17.7.3) <B2CB8E1E-4AD3-3CE4-ACB0-89A6749603D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff5150e000 -     0x7fff51537ff3  GLRendererFloat (17.7.3) <A656F9C6-AB06-33C6-842A-600CB8B060C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff52178000 -     0x7fff523cfff7  com.apple.QuartzCore (1.11 - 701.14) <33E846BE-1794-3186-9BF2-6ADF62C782A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff52c04000 -     0x7fff52f04fff  com.apple.security (7.0 - 58286.270.3.0.1) <DF7677A7-9765-3B6A-9D1C-3589145E4B65> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff52f05000 -     0x7fff52f91fff  com.apple.securityfoundation (6.0 - 55185.260.1) <1EE899E6-222A-3526-B505-B0D0B6FA042A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff52fc3000 -     0x7fff52fc7fff  com.apple.xpc.ServiceManagement (1.0 - 1) <FCF7BABA-DDDD-3770-8DAC-7069850203C2> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff53360000 -     0x7fff533cdfff  com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5362c000 -     0x7fff5398dfff  com.apple.VideoToolbox (1.0 - 2290.13) <7FCB2FC0-EFB8-37C2-B0D3-60AE9FDFE230> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff56609000 -     0x7fff566aefeb  com.apple.APFS (1.0 - 1) <2D22485D-552D-3CB6-9FE1-38547597918F> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff570c3000 -     0x7fff570c4ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff576c5000 -     0x7fff576f1ff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <16F093EF-370B-3B90-8DB4-E94624431D15> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff57819000 -     0x7fff57828fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff57924000 -     0x7fff5792ffff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff57970000 -     0x7fff579b9ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff57c0d000 -     0x7fff57c2ffff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff57cf3000 -     0x7fff57d43ff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <3399D678-8741-3B70-B8D0-7C63C8ACF7DF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff57d8e000 -     0x7fff57da2ffb  com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff58171000 -     0x7fff5825dff7  com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff5841f000 -     0x7fff58427fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff58428000 -     0x7fff584bdfff  com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff584be000 -     0x7fff5852bff3  com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff5a196000 -     0x7fff5a19fffb  com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff5a638000 -     0x7fff5aa1bfef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff5aa1c000 -     0x7fff5aa4aff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff5ae78000 -     0x7fff5ae89ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff5b433000 -     0x7fff5b499ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff5b746000 -     0x7fff5b74eff7  com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5b8ca000 -     0x7fff5b8fbff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5bcc2000 -     0x7fff5bd46fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5bdd6000 -     0x7fff5bf01ff7  com.apple.coreui (2.1 - 499.10) <A80F4B09-F940-346F-A9DF-4EFADD9220A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5bf02000 -     0x7fff5c0a2fff  com.apple.CoreUtils (5.9 - 590.16) <66CC50F7-766D-33E2-A388-4DE22840ADFB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5c0f6000 -     0x7fff5c159ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <CA4B835A-27AC-3FAB-9F44-E48548EA2442> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff5c15a000 -     0x7fff5c16bff7  com.apple.CrashReporterSupport (10.13 - 938.26) <E93D84A6-891D-38EE-BB4F-E9CD681189B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5c1fb000 -     0x7fff5c20afff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5c20b000 -     0x7fff5c20fff7  com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5c290000 -     0x7fff5c305ffb  com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5c351000 -     0x7fff5c38eff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5c38f000 -     0x7fff5c4caff7  com.apple.desktopservices (1.13.5 - ???) <265C0E94-B8BF-3F58-8D68-EA001EEA0B15> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5d411000 -     0x7fff5d82cfff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff610e0000 -     0x7fff610e1fff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff62775000 -     0x7fff62780ff7  libGPUSupportMercury.dylib (17.7.3) <36E3C5B1-15EB-3713-BC3A-31A3B074DD24> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff62781000 -     0x7fff62786fff  com.apple.GPUWrangler (3.50.12 - 3.50.12) <6C820ED9-F306-3978-B5B8-432AD97BBDAF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff63592000 -     0x7fff635a1fff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff63707000 -     0x7fff6377bffb  com.apple.Heimdal (4.0 - 2.0) <D97FCF19-EAD6-3E2F-BE88-F817E45CAE96> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff64a81000 -     0x7fff64a88ffb  com.apple.IOAccelerator (404.14 - 404.14) <11A50171-C8AE-3BBC-9FB9-2A3313FFBD31> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff64a8c000 -     0x7fff64aa4fff  com.apple.IOPresentment (1.0 - 42.6) <6DFD9A6E-BF95-3A27-89E7-ACAA9E30D90A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff64e4c000 -     0x7fff64e79ff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6502b000 -     0x7fff6502ffff  JavaLaunching (42) <7C1FED6B-2AA3-3EA8-BA5A-8667FABA4D45> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x7fff6510c000 -     0x7fff6511eff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <30CFE05C-4108-3879-AFAA-5BB02CBE190B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff65139000 -     0x7fff65214ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff65215000 -     0x7fff65251ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff65258000 -     0x7fff6525dfff  com.apple.LinguisticData (1.0 - 238.25) <F529B961-098C-3E4C-A3E9-9DA9BFA1B3F0> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff65a7b000 -     0x7fff65a7efff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff65f52000 -     0x7fff65f7aff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff65f7b000 -     0x7fff66008ff7  com.apple.gpusw.MetalTools (1.0 - 1) <CBE2176A-8048-3A9C-AFE4-13973D44C704> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6601f000 -     0x7fff66038ffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff661b3000 -     0x7fff661ceffb  com.apple.MobileKeyBag (2.0 - 1.0) <C7C5DD21-66DE-31D1-92D9-BBEEAAE156FB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff66257000 -     0x7fff66281ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff664bd000 -     0x7fff664c7fff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff66d28000 -     0x7fff66d79ff3  com.apple.OTSVG (1.0 - ???) <5BF1A9EB-2694-3267-9514-A4EB3BEF4081> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff67f11000 -     0x7fff67f20ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff69db2000 -     0x7fff69dd0ff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff69f68000 -     0x7fff69fb8fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff6a116000 -     0x7fff6a138fff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6b942000 -     0x7fff6ba60fff  com.apple.Sharing (1288.62 - 1288.62) <48B1F247-7910-3C16-814C-B99DE231F7F0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6c874000 -     0x7fff6cb23fff  com.apple.SkyLight (1.600.0 - 340.54) <90EB1C2E-B264-3EC4-AF7F-CDE7E7585746> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6d2c6000 -     0x7fff6d2d2fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6d971000 -     0x7fff6d9adff3  com.apple.StreamingZip (1.0 - 1) <046FAD5C-E0C5-3013-B1FE-24C018A0DDCF> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6da23000 -     0x7fff6daaefc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6df96000 -     0x7fff6dfa2ffb  com.apple.TCC (1.0 - 1) <73CF6FA9-44CE-30C9-887F-235940976585> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6e208000 -     0x7fff6e2d0ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6e386000 -     0x7fff6e387fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6e38d000 -     0x7fff6e544ffb  com.apple.UIFoundation (1.0 - 551.2) <917480B5-14BE-30E0-ABE6-9702336CC35A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6f1c0000 -     0x7fff6f299fff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6fa71000 -     0x7fff6fa74fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6fe75000 -     0x7fff6fe77ffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6fe78000 -     0x7fff6fe8dfff  com.apple.login (3.0 - 3.0) <E168F05D-A5DF-3848-8686-DF5015EA4BA4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff70141000 -     0x7fff70175fff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff70178000 -     0x7fff70182ff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff70210000 -     0x7fff70211ffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff70248000 -     0x7fff7049fff3  libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
    0x7fff704f0000 -     0x7fff7050ffff  libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
    0x7fff70510000 -     0x7fff70510fff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff70650000 -     0x7fff70651ffb  libSystem.B.dylib (1252.250.1) <B1006948-7AD0-3CA9-81E0-833F4DD6BFB4> /usr/lib/libSystem.B.dylib
    0x7fff706cd000 -     0x7fff706cefff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff706e0000 -     0x7fff706f6ffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff706f7000 -     0x7fff70720ffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff70721000 -     0x7fff707a0fff  libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
    0x7fff707a4000 -     0x7fff707a4ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff70874000 -     0x7fff70884ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff70885000 -     0x7fff70892fff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff70893000 -     0x7fff708e6ff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff708e7000 -     0x7fff708fcff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff708fd000 -     0x7fff708fdff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff708fe000 -     0x7fff7090effb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff7090f000 -     0x7fff70927ffb  libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
    0x7fff70b9c000 -     0x7fff70bb2fff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff70bb3000 -     0x7fff70bb4ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff70d52000 -     0x7fff70e4aff7  libcrypto.35.dylib (22.260.1) <91C3D71A-4D1D-331D-89CC-67863DF10574> /usr/lib/libcrypto.35.dylib
    0x7fff71060000 -     0x7fff710b6ff3  libcups.2.dylib (462.12) <095619DC-9233-3937-9E50-5F10D917A40D> /usr/lib/libcups.2.dylib
    0x7fff711ea000 -     0x7fff711eafff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff7121c000 -     0x7fff71221ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff71222000 -     0x7fff71227ff7  libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
    0x7fff71252000 -     0x7fff71342fff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff71343000 -     0x7fff715a4ffb  libicucore.A.dylib (62141.0.1) <A0D63918-76E9-3C1B-B255-46F4C1DA7FE8> /usr/lib/libicucore.A.dylib
    0x7fff715f1000 -     0x7fff715f2fff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff715f3000 -     0x7fff7160bff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff71623000 -     0x7fff716c7ff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff716c8000 -     0x7fff718ccfff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff71aa4000 -     0x7fff71df5ff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff71e87000 -     0x7fff7260cfdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff7261e000 -     0x7fff72622ffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff72625000 -     0x7fff7265afff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff72773000 -     0x7fff7278bffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff727dc000 -     0x7fff727ddff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff727de000 -     0x7fff729bbfff  libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
    0x7fff72bd4000 -     0x7fff72bd7ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff72bd8000 -     0x7fff72be5fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff72bea000 -     0x7fff72cccff3  libxml2.2.dylib (32.10) <AA4E1B1F-0FDE-3274-9FA5-75446298D1AC> /usr/lib/libxml2.2.dylib
    0x7fff72ccd000 -     0x7fff72cf5ff3  libxslt.1.dylib (16.5) <E330D3A2-E32B-378A-973E-A8D245C0F712> /usr/lib/libxslt.1.dylib
    0x7fff72cf6000 -     0x7fff72d08ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff734ec000 -     0x7fff734f0ff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff734f1000 -     0x7fff734fbff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff734fc000 -     0x7fff73503ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff73504000 -     0x7fff7350dff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff7350e000 -     0x7fff73592fc3  libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
    0x7fff73619000 -     0x7fff73652ff7  libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
    0x7fff73653000 -     0x7fff7367fff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff73680000 -     0x7fff73680ffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff73681000 -     0x7fff7368dff3  libkxld.dylib (4903.271.2) <FBF128C8-D3F0-36B6-983A-A63B8A3E0E52> /usr/lib/system/libkxld.dylib
    0x7fff7368e000 -     0x7fff7368eff7  liblaunch.dylib (1336.261.2) <2B07E27E-D404-3E98-9D28-BCA641E5C479> /usr/lib/system/liblaunch.dylib
    0x7fff7368f000 -     0x7fff73694fff  libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
    0x7fff73695000 -     0x7fff73697ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff73698000 -     0x7fff73699ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff7369a000 -     0x7fff736b1ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff736b2000 -     0x7fff736b2ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff736b3000 -     0x7fff7373afff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff7373b000 -     0x7fff7373effb  libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7373f000 -     0x7fff73742ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff73743000 -     0x7fff73749fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7374a000 -     0x7fff73750ff7  libsystem_dnssd.dylib (878.270.2) <E9A5ACCF-E35F-3909-AF0A-2A37CD217276> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff73751000 -     0x7fff7379cffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff7379d000 -     0x7fff737c5ff7  libsystem_kernel.dylib (4903.271.2) <EA204E3C-870B-30DD-B4AF-D1BB66420D14> /usr/lib/system/libsystem_kernel.dylib
    0x7fff737c6000 -     0x7fff73811ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff73812000 -     0x7fff7383cfff  libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7383d000 -     0x7fff73847ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff73848000 -     0x7fff7384ffff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff73850000 -     0x7fff73859fef  libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
    0x7fff7385a000 -     0x7fff73864ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff73865000 -     0x7fff73868ff7  libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff73869000 -     0x7fff7386bff3  libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7386c000 -     0x7fff73873ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff73874000 -     0x7fff73889fff  libsystem_trace.dylib (906.260.1) <FC761C3B-5434-3A52-912D-F1B15FAA8EB2> /usr/lib/system/libsystem_trace.dylib
    0x7fff7388b000 -     0x7fff73890ffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff73891000 -     0x7fff738c0fff  libxpc.dylib (1336.261.2) <7DEE2300-6D8E-3C00-9C63-E3E80D56B0C4> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 41
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 193411
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=424.7M resident=0K(0%) swapped_out_or_unallocated=424.7M(100%)
Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 2712K       12 
CG image                          5124K       54 
CoreAnimation                      304K       27 
CoreGraphics                         8K        1 
CoreImage                           32K        4 
CoreUI image data                 4240K       56 
CoreUI image file                  724K        7 
Dispatch continuations            8192K        1 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           264.3M      432 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)            256K        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
OpenGL GLSL                        128K        2 
STACK GUARD                        568K       49 
Stack                             51.7M       49 
Stack Guard                       56.1M       30 
VM_ALLOCATE                        5.5G      139 
VM_ALLOCATE (reserved)            32.0M        2         reserved VM address space (unallocated)
__DATA                            29.0M      282 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       226.8M       24 
__TEXT                           197.8M      283 
__UNICODE                          564K        1 
mapped file                      919.9M      259 
shared memory                      712K       19 
===========                     =======  ======= 
TOTAL                              7.3G     1751 
TOTAL, minus reserved VM space     7.2G     1751 

Model: MacBook10,1, BootROM 178.0.0.0.0, 2 processors, Intel Core i7, 1,4 GHz, 16 GB, SMC 2.42f10
Graphics: kHW_IntelHDGraphics615Item, Intel HD Graphics 615, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 1867 MHz, 0x80CE, 0x4B33514641464130434D2D41474346202020
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 1867 MHz, 0x80CE, 0x4B33514641464130434D2D41474346202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x168), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.14d3, 3 services, 18 devices, 1 incoming serial ports
Network Service: Apple USB Ethernet Adapter, Ethernet, en2
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: Hub
USB Device: SiliconWin mouse
USB Device: 4-Port USB 2.0 Hub
USB Device: Naturalยฎ Ergonomic Keyboard 4000
USB Device: TUSB3410 EECode Ser
USB Device: Texas Instruments USB Billboard Device
Thunderbolt Bus: 

Please backport JDK-8215396: JTabbedPane preferred size calculation is wrong for SCROLL_TAB_LAYOUT

We would like to use JDK 11 in production, but we think that JDK-8215396 might disturb our users. The problem was fixed in JDK 13 but not backported, therefore please backport it to JDK 11.

Appologies if this is the wrong place to open such a request.
I tried requesting this at https://bugs.java.com/bugdatabase/, but I didn't get any reaction so far, so I'm trying it here.
Also, if you can point me to a better place for requesting backports, please do so.

JAVA_HOME remains on uninstall of MSI package

Description

When uninstalling the MSI package on Windows, the variable JAVA_HOME remains with the path that now no longer exists.

To Reproduce

  • install the MSI package (with standard settings)
  • uninstall the MSI

Expected behavior

  • the JAVA_HOME system variable should be removed
  • the Coretto path should be removed from the PATH variable (this works)

Platform information

OS: Windows 7 Enterprise
Version: Corretto 11.0.2.9.3

Additional context

Corretto 8.202.08.2 is affected too

AWS Corretto Open JDK with Apache Maven to compile java Code

Thank you for taking the time to help improve OpenJDK and Corretto 11.

If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)

Otherwise, if your idea concerns OpenJDK 11
and is not specific to Corretto 11
we ask that you propose it to the OpenJDK community.
Depending on your contributor status for OpenJDK,
please use the JDK bug system or
the appropriate mailing list
for the given problem area or update project).

If your proposal is specific to Corretto 11,
then you are in the right place.
Please proceed with the following.

Is your feature request related to a problem?

Please provide a clear and concise description of what the problem is.

Describe a solution you would like

Please provide a clear and concise description of what you want to happen.

Describe alternatives you have considered

Please provide a clear and concise description
of any alternative solutions or features you have considered.

Additional context

Add any other context or screenshots about the feature request here.

Please offer .xz compression for Corretto release tarballs

For the tarballs on https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html, please provide them with xz compression in addition to (or instead of) gzip. The xz format provides materially better compression ratios at the cost of increased compression time.

For example, amazon-corretto-11.0.3.7.1-macosx-x64.tar.gz recompressed with xz -4e is reduced from 185 MB to 159 MB, a 14% reduction:

$ gzip -d --keep amazon-corretto-11.0.3.7.1-macosx-x64.tar.gz
$ xz --keep --compress -4e amazon-corretto-11.0.3.7.1-macosx-x64.tar
$ ls -o amazon-corretto-11.0.3.7.1-*
-rw-r--r--@ 1 john  306257920 Apr 29 22:47 amazon-corretto-11.0.3.7.1-macosx-x64.tar
-rw-r--r--@ 1 john  184892496 Apr 29 22:47 amazon-corretto-11.0.3.7.1-macosx-x64.tar.gz
-rw-r--r--@ 1 john  158906996 Apr 29 22:47 amazon-corretto-11.0.3.7.1-macosx-x64.tar.xz

This request also applies to Corretto 8, which xz -4e reduces from 115 MB to 97 MB (15.6% reduction):

$ gzip -d --keep amazon-corretto-8.212.04.2-macosx-x64.tar.gz
$ xz --keep --compress -4e amazon-corretto-8.212.04.2-macosx-x64.tar
$ ls -o amazon-corretto-8.212.04.2-*
-rw-r--r--@ 1 john  214241280 Apr 29 23:05 amazon-corretto-8.212.04.2-macosx-x64.tar
-rw-r--r--@ 1 john  114842259 Apr 29 23:05 amazon-corretto-8.212.04.2-macosx-x64.tar.gz
-rw-r--r--@ 1 john   96845064 Apr 29 23:05 amazon-corretto-8.212.04.2-macosx-x64.tar.xz

SSL handshake error with 11.0.6.10.1 Windows JDK. Cacerts truststore seems to be corrupt.

Describe the bug

When using Windows x64 11.0.6.10.1 Windows x64 JDK version with eclipse or ant during eclipse update and ant build an error occurs then trying to access https URLs or web sites.

java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

To Reproduce

Download Eclipse 2019-12 Developer EE windows x64. Set Corretto 11.0.6.10.1 as standard in Windows (added first to Path variable) and extract and start eclipse. Try to install Enhanced Class Decompiler via marketplace.

Workarround

The cacerts truststore seems to be corrupt in this version. Its size is only 160 kB. Linux version the size is 252kB similar to all Corretto 11.0.5.x versions. Using the linux cacerts truststore fix the problem. In MacOS build the cacerts truststore is also 160kB. Using the old 11.0.5.x cacerts truststore also fixes the problem.

Expected behavior

SSL handshake should work with delivered cacerts truststore.

Platform information

OS: Windows 10 x64 1809
Version: OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)

jlink error Hash of java.rmi differs to expected hash ...

In corretto 11.0.7.1 for Mac creating a bundle with jlink fails with this error:
Error: Hash of java.rmi (4cc1ac5e8101df5395fe563a75352d78ba1ec338c06d6530b543aa74a6f598ec) differs to expected hash (9759c6a753d163dd7b248aea295a06e9f5f7725c07477c9ee4fc6e236c76c5f1) recorded in java.base

The build worked with corretto 11.0.6. Another OpenJDK release (adoptOpenJDK 11.0.7) works as well.
OS: MacOS 10.14.6

gvw:~ gvw$ $JAVA_HOME/bin/jlink -v --module-path $JAVA_HOME/jmods --add-modules java.base,java.rmi --output tmp/PlugIns/Java.runtime/Contents/Home
Error: Hash of java.rmi (4cc1ac5e8101df5395fe563a75352d78ba1ec338c06d6530b543aa74a6f598ec) differs to expected hash (9759c6a753d163dd7b248aea295a06e9f5f7725c07477c9ee4fc6e236c76c5f1) recorded in java.base
gvw:~ gvw$ $JAVA_HOME/bin/java -version
openjdk version "11.0.7" 2020-04-14 LTS
OpenJDK Runtime Environment Corretto-11.0.7.10.1 (build 11.0.7+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.7.10.1 (build 11.0.7+10-LTS, mixed mode)

JLink produced JRE - missing certificates (in cacerts)

Describe the bug

JRE produced via JLink has a much smaller "cacerts" file than the regular JDK, which is causing certificate errors.

To Reproduce

Raised from this StackOverflow question - https://stackoverflow.com/questions/60507256/jre-created-via-jlink-missing-some-security-certificates-cacerts

I've created a minified JRE using the JLink tool:
jlink --add-modules java.base,jdk.crypto.ec --output jre
I've created a very basic application that connects to https://www.example.com

When I run this application using the JDK, everything works fine. When I run this using the minified JRE, I get the following:

Exception in thread "main" javax.net.ssl.SSLException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:133) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:258) at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1313) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:408) at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515) at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334) at URLTest.printResponseCode(URLTest.java:68) at URLTest.main(URLTest.java:47) Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:102) at java.base/sun.security.validator.Validator.getInstance(Validator.java:181) at java.base/sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:300) at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrustedInit(X509TrustManagerImpl.java:176) at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:189) at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1316) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1207) at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1150) at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443) at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421) at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:177) at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164) at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1151) at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1062) at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402) ... 8 more Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at java.base/java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200) at java.base/java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120) at java.base/java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104) at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:99) ... 24 more
I've noticed the lib\security\cacerts file in the JDK is much larger than in the minified JRE (246KB vs 156KB). When I copy this file into the minified JRE, then my application works correctly.

I've tried this on OpenJDK 13 and it works fine.

Expected behavior

I would expect the above to complete normally, without any exceptions, and the cacerts to be the same size.

Platform information

Windows 10
Amazon Corretto 11.0.6.10.1

`/usr/libexec/java_home` unable to find Corretto 11

Thank you for taking the time to help improve OpenJDK and Corretto 11.

Describe the bug

After installing Corretto-11.0.2.3, /usr/libexec/java_home is unable to detect it as a JDK package.

To Reproduce

  1. Install amazon-corretto-11.0.2.9.3-macosx-x64.pkg
  2. /usr/libexec/java_home -V
  3. Cannot see "Amazon Corretto 11".

Expected behavior

Expect to see:

    11.0.2, x86_64:	"Amazon Corretto 11"	/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home

Screenshots

If applicable, add screenshots to help explain your problem.

Platform information

Platform: MacOS High Sierra

openjdk version "11.0.2" 2019-01-15 LTS
OpenJDK Runtime Environment Corretto-11.0.2.9.3 (build 11.0.2+9-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.2.9.3 (build 11.0.2+9-LTS, mixed mode)

Corretto JRE 11 doesn't seem to run on Server 2008

Describe the bug

running JAVA.exe on Server 2008 results in error: "The procedure entry point K32GetModuleFileNameExA could not be located in the dynamic link library KERNEL32.dll."

To Reproduce

on a patched build of Server 2008, run java.exe -version

Expected behavior

Java should run as normal

Screenshots

image

Platform information

OS: Windows Server 2008 Datacenter, version 6.0 (build 6003: Service Pack 2)
Version 11.0.6.10.1

Additional context

Add any other context about the problem here.

Change in behaviour of java.util.TimeZone

Describe the bug

TimeZone.getDefault() returns different results between 11.0.3 and 11.0.6. I am on a Mac, so not sure if other OS's are also affected.

To Reproduce

Run the following code:
...
TimeZone timeZone = TimeZone.getDefault();
System.out.println(timeZone);
...

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Running with 11.0.3 and earlier(e.g Java 8):
sun.util.calendar.ZoneInfo[id="Africa/Windhoek",offset=7200000,dstSavings=0,useDaylight=false,transitions=54,lastRule=null]

Running with 11.0.6:
sun.util.calendar.ZoneInfo[id="Africa/Windhoek",offset=3600000,dstSavings=0,useDaylight=false,transitions=54,lastRule=null]

Platform information

OS: Mac OSX - 10.14.6 
Version: 11.0.6+10-LTS

Additional context

Add any other context about the problem here.

Issue with corretto 8 jdk (updated from oracel JDK)

ava.lang.NullPointerException
at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
at sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:219)
at sun.awt.FontConfiguration.init(FontConfiguration.java:107)
at sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:774)
at sun.font.SunFontManager$2.run(SunFontManager.java:431)
at java.security.AccessController.doPrivileged(Native Method)
at sun.font.SunFontManager.(SunFontManager.java:376)
at sun.awt.FcFontManager.(FcFontManager.java:35)
at sun.awt.X11FontManager.(X11FontManager.java:57)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at java.lang.Class.newInstance(Class.java:442)
at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:83)
at java.security.AccessController.doPrivileged(Native Method)
at sun.font.FontManagerFactory.getInstance(FontManagerFactory.java:74)
at java.awt.Font.getFont2D(Font.java:491)
at java.awt.Font.canDisplayUpTo(Font.java:2064)
at java.awt.font.TextLayout.singleFont(TextLayout.java:470)
at java.awt.font.TextLayout.(TextLayout.java:531)
at org.apache.poi.ss.util.SheetUtil.getColumnWidth(SheetUtil.java:208)
at org.apache.poi.hssf.usermodel.HSSFSheet.autoSizeColumn(HSSFSheet.java:1954)
at org.apache.poi.hssf.usermodel.HSSFSheet.autoSizeColumn(HSSFSheet.java:1937)
at com.mettl.excelGenerator.writers.TestSummarySheetWriter.createHeaders(TestSummarySheetWriter.java:289)

Please quit breaking symantic versioning

Thank you for taking the time to help improve OpenJDK and Corretto 11.

If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)

Otherwise, if your issue concerns OpenJDK 11
and is not specific to Corretto 11
we ask that you raise it to the OpenJDK community.
Depending on your contributor status for OpenJDK,
please use the JDK bug system or
the appropriate mailing list
for the given problem area or update project.

If your issue is specific to Corretto 11,
then you are in the right place.
Please proceed with the following.

Describe the bug

The Corretto team has released several updates in the past with -1 at the end of the release number. This breaks most auto patch loading software (such as AutoPkg)

To Reproduce

Use any release using a -1 tag.

Expected behavior

If it's a new item, it should be using a dot release form OR better yet, a higher build number.

Screenshots

If applicable, add screenshots to help explain your problem.

Platform information

OS: [e.g. Amazon Linux 2]
Version [e.g. "11.0.1+13-1" (output from "java -version")]

Additional context

This really breaks anyone who's trying to do industry standard versioning patching automated.

AWT Graphics report font size of zero when printing in landscape

Describe the bug

When printing in landscape orientation using AWT, Graphics report a font size of zero.

To Reproduce

The following code submits a print job which, when executed, logs the font size to the console and returns without actually printing anything.

import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.print.PageFormat;
import java.awt.print.Paper;
import java.awt.print.Printable;
import java.awt.print.PrinterException;
import java.awt.print.PrinterJob;

/**
 * PrintTest.
 * @author Matthias Perktold
 * @author Dietmar Hechensteiner
 * @since  2019-05-02
 */
public class PrintTest {

    private static String getOrientation(PageFormat pageFormat) {
        switch (pageFormat.getOrientation()) {
        case PageFormat.LANDSCAPE:
            return "Landscape";
        case PageFormat.PORTRAIT:
            return "Portrait";
        case PageFormat.REVERSE_LANDSCAPE:
            return "Reverse Landscape";
        default:
            return "???";
        }
    }

    private static int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException {
        FontMetrics fm = graphics.getFontMetrics();
        System.out.println("Font height on " + getOrientation(pageFormat) + " is " + fm.getHeight());
        return Printable.NO_SUCH_PAGE;
    }

    /** Main entry point. */
    public static void main(String s[]) {
        System.out.println("Java version " + System.getProperty("java.version") + " from "
            + System.getProperty("java.vendor") + " " + System.getProperty("java.vm.name"));
        for (int orientation = PageFormat.LANDSCAPE; orientation <= PageFormat.REVERSE_LANDSCAPE; orientation++) {
            // Create European A4 format
            final double width = 595;
            final double height = 841;
            final double margin = 28;
            Paper paper = new Paper();
            paper.setSize(width, height);
            paper.setImageableArea(margin, margin, width - 2 * margin, height - 2 * margin);

            PageFormat pageFormat = new PageFormat();
            pageFormat.setPaper(paper);
            pageFormat.setOrientation(orientation);

            PrinterJob job = PrinterJob.getPrinterJob();
            job.setPrintable(PrintTest::print, pageFormat);
            try {
                job.print();
            }
            catch (PrinterException ptexc) {
                ptexc.printStackTrace();
            }
        }
    }
}

We tested this with several JDK's, both from Amazon and Oracle, and got the following outputs:

Amazon:

Java version 11.0.3 from Amazon.com Inc. OpenJDK 64-Bit Server VM
Font height on Landscape is 0
Font height on Portrait is 16
Font height on Reverse Landscape is 0

Java version 1.8.0_212 from Amazon.com Inc. OpenJDK 64-Bit Server VM
Font height on Landscape is 0
Font height on Portrait is 16
Font height on Reverse Landscape is 0

Oracle:

Java version 12.0.1 from Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
Font height on Landscape is 16
Font height on Portrait is 16
Font height on Reverse Landscape is 16

Java version 1.8.0_192 from Oracle Corporation Java HotSpot(TM) 64-Bit Server VM
Font height on Landscape is 16
Font height on Portrait is 16
Font height on Reverse Landscape is 16

As you can see, the Orace JDKs correctly report the same font size for all orientations, while Amazon incorrectly reports zero for both Landscape and Reverse Landscape.

Expected behavior

FontMetrics.getHeight() should report the correct value (16 in the example above), independently of the page's orientation.

Platform information

OS: Windows 10
Version 11.0.3, but also 1.8.0_212

Additional context

It would be great this could be backported to 1.8, as we are still using that version.
Given that it works in 1.8 distributions from Oracle, it probably also makes sense from your perspective.

Console access to allow mismatched certificates

There are many situations where JAVA launches an HTTPS web page and that is using a certificate for a device with a certain IP or URL that is not mached to the IP or URL being used by the launcher. (Cisco ASDM, Eaton IPM, various VMware products etc) and to get around this you go into the JAVA console, create an exception for the certificate and then allow it to launch normally. Corretto does not seem to have any function to support this. Can this be added? Even it was a config file that has to be added to the root folder to populate the IP or URL would be a valid work around. Thanks,

brew installation for MacOS?

For MacOS users, the preferred way to install Corretto (and keep it up-to-date) would be through the brew package installer. All other JDKs can be installed with brew. Please consider developing a brew cask for Corretto.

You can take a look at AdoptOpenJDK brew integration or even join efforts with them!

Default system timezone is Etc/UCT

Describe the bug

The java system default timezone on an Amazon Linux 2 system shows as Etc/UCT.

Expected was any variant of UTC. This propagates to the user.timezone system property of the running jvm.

Google does not seem to know a lot about UCT as a timezone. Given it's rarity it seems to me to be dangerous to select this as the java default system timezone representation, even if it is equivalent to UTC.

To Reproduce

On our Amazon Linux 2 system running Corretto 11

import java.time.ZoneId;
public class TZ {
public static void main(String[] args)
{
System.out.println(ZoneId.systemDefault());
}
}

$ java -cp . TZ
Etc/UCT

Expected behavior

Expected to see Etc/UTC or UTC

Platform information

OS: Amazon Linux 2

$ uname -a
Linux ip-10-93-1-82.us-west-2.compute.internal 4.14.146-120.181.amzn2.x86_64 #1 SMP Fri Oct 18 17:01:06 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

$ java -version
openjdk version "11.0.5" 2019-10-15 LTS
OpenJDK Runtime Environment Corretto-11.0.5.10.1 (build 11.0.5+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.5.10.1 (build 11.0.5+10-LTS, mixed mode)

$ cat /etc/sysconfig/clock
ZONE="UTC"
UTC=true
$ date
Wed Dec 4 02:03:24 UTC 2019

How to track new releases?

Question is what is the recommended way to track/get notified of new releases?
Current latest version is 11.0.2.9.2 (cfr https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/change-log.html)
But 2 places I could find to automatically get updated of new releases are not updated:

Can you provide pointers what is the best approach? I don't want to monitor the releases page manually.

Corretto 11 with OpenJFX

This issue is just a question for now.

I have tried Corretto 8 and it includes JavaFX(OpenJFX).
https://stackoverflow.com/questions/53375201/is-javafx-supported-by-corretto

But, when I try to use Corretto 11, I noticed it doesn't include OpenJFX.
Is it by design?

Platform information

OS: Windows 10
Version:
openjdk version "11.0.2" 2019-01-15 LTS
OpenJDK Runtime Environment Corretto-11.0.2.9.1 (build 11.0.2+9-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.2.9.1 (build 11.0.2+9-LTS, mixed mode)

P.S. If Corretto 11 doesn't include OpenJFX, I can use other distributions with OpenJFX like Azul ZuluFX or Bellsoft Liberica JDK.
https://www.azul.com/downloads/zulu/zulufx/
https://www.bell-sw.com/java.html

Add the ability to upgrade Corretto JDK 11 through command line

Is your feature request related to a problem?

Please add the ability to update the JDK through command line. It is painful to download, install the package and update the path for every new release

Describe a solution you would like

Provide an alternate way to install and upgrade Corretto JDK either through HomeBrew, AWS SDK or NPM

amazon-corretto-11.0.3.7.1-linux-x64.tar.gz contains duplicate file

Describe the bug

The file amazon-corretto-11.0.3.7.1-linux-x64.tar.gz contains 2 amazon-corretto-11.0.3.7.1-linux-x64/lib/security/cacert files.

To Reproduce

List all files contained in the amazon-corretto-11.0.3.7.1-linux-x64.tar.gz and grep for cacert.

Expected behavior

A tar.gz file should only one file for one specific path.

Screenshots

If applicable, add screenshots to help explain your problem.

Platform information

OS: any orderinary Linux

Additional context

Add any other context about the problem here.

Wrong version inside package? | Problem with RSASSA-PSS

Hello,

On our project we try use Corretto11 with Jboss Eap 7.2, after migration we have face issues with 'ERR_SSL_PROTOCOL_ERROR' while trying access page by Chrome/Firefox browser (on IE11 works fine)

After analysing we have found there is a bug - https://bugs.openjdk.java.net/browse/JDK-8216039 , which should be already fixed, but we have found that latest version of Windows Corretto11 package on https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html with name "amazon-corretto-11.0.4.11.1-windows-x64.zip" indeed contains folder jdk11.0.4._10 (same for msi) while for Linux it's correct as 'amazon-correto-11.0.4.11.1-linux-x64'

Is that correct?

I'm asking because so far we are use workaround by adding ' RSASSA-PSS' to jdk.tls.disabledAlgorithms inside java.security file.

Maybe in newest version it's already fixed?

Big thanks in advance for any response.

Swing: Windows L&F font spacing and metrics do not match

When using Windows L&F in Swing, font metrics do not match actual dimensions of text on screen.

The following code can be used to reproduce the problem:

import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Insets;
import java.awt.RenderingHints;

import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.UIManager;
import javax.swing.border.EmptyBorder;

public class RightAlignedText extends JComponent {

    private RightAlignedText() {
        setBorder(new EmptyBorder(0, 4, 0, 4));
        setPreferredSize(new Dimension(480, 240));
    }

    /** @see javax.swing.JComponent#paintComponent(java.awt.Graphics) */
    @Override
    protected void paintComponent(Graphics g) {
        Graphics2D g2d = (Graphics2D)g;
        Object oldTextAntiAliasingHint = g2d.getRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING);
        g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_LCD_HRGB);
        Insets ins = getInsets();
        FontMetrics fm = getFontMetrics(getFont());
        int x = ins.left;
        int y = fm.getHeight();
        g.drawString("Java version " + System.getProperty("java.version") + " from "
            + System.getProperty("java.vendor") + " " + System.getProperty("java.vm.name"), x, y);
        y += fm.getHeight();
        StringBuilder sb = new StringBuilder();
        for (int i = 10; i <= 35; i += 5) {
            sb.setLength(0);
            sb.append(i);
            sb.append(' ');
            for (int j = 0; j < i; j++)
                sb.append(". ");
            sb.append(':');
            String str = sb.toString();
            x = getWidth() - ins.right - fm.stringWidth(str);
            g.drawString(str, x, y);
            y += fm.getHeight();
        }
        g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, oldTextAntiAliasingHint);
    }

    public static void main(String s[]) {
        try {
            UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
            //UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
        }
        catch (Exception ignore) {
        }
        JFrame frame = new JFrame("Right aligned text under Windows L&F");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.getContentPane().add(new RightAlignedText(), BorderLayout.CENTER);
        frame.pack();
        frame.setVisible(true);
    }
}

It opens a JFrame with some lines of text and uses font metrics to align them to the right.

The expected result looks like this:
Amazon1 8 0_202

This works on version 13 and on verison 1.8.0 until including update 202.

On version 11 and 1.8.0 revision 212 or later, you get the following:
Amazon11 0 4

Interestingly, with 11.0.5 it works if high-DPI scaling is enabled, otherwise it doesn't.

This issue is not specific to Corretto.
Instead, I think it could be related to JDK-8217731, which is fixed in 13 and backported to 11.0.6.
If that fix really also fixes this issue, I would like to request an earlier backport to Corretto, so we don't have to wait three months until 11.0.6 will be released.

java.awt.TextLayout class not working with corretto 8, in linux

Thank you for taking the time to help improve OpenJDK and Corretto 11.

If your request concerns a security vulnerability then please report it by email to [email protected] instead of here.
(You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)

Otherwise, if your issue concerns OpenJDK 11
and is not specific to Corretto 11
we ask that you raise it to the OpenJDK community.
Depending on your contributor status for OpenJDK,
please use the JDK bug system or
the appropriate mailing list
for the given problem area or update project.

If your issue is specific to Corretto 11,
then you are in the right place.
Please proceed with the following.

Describe the bug

A clear and concise description of what the bug is.
I am unable to draw text using TextLayout after upgrading from sun/oracle jdk1.8 to corretto 8( jdk8.202.08.2_64bit and jdk8.212.04.2_64bit)

To Reproduce

Steps and (source) code to reproduce the behavior:-
My app uses activiti, which calls java awt classes to draw its bpmn modelling diagram.
Initially I was getting following NPE :
java.lang.NullPointerException
sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:219)
sun.awt.FontConfiguration.init(FontConfiguration.java:107)
sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:774)
sun.font.SunFontManager$2.run(SunFontManager.java:431)

Then I figured out it was the missing font libraries.

Just for the sake of investigation, I created my own fontconfig.properties in corretto jre/lib

I also find the fontmanager rpm package, needed by fontconfig, is also installed in my servers:
rpm -qa |grep -i font
fontconfig-2.10.95-10.el7.x86_64
fontpackages-filesystem-1.44-8.el7.noarch

And I copied the following fonts from jdk1.8/jre/lib to corretto jre/lib:
LucidaSansDemiBold.ttf, LucidaBrightDemiBold.ttf, LucidaSansRegular.ttf,LucidaBrightDemiItalic.ttf ,LucidaTypewriterBold.ttf,LucidaBrightItalic.ttf,LucidaTypewriterRegular.ttf,LucidaBrightRegular.ttf
LucidaTypewriterBoldOblique.ttf,LucidaSansDemiOblique.ttf,LucidaTypewriterOblique.ttf,LucidaSansOblique.ttf

Now I see the rectangles and lines in the diagram alright, but the text is not getting displayed.
This is how the awt classes are called to write the text within the rectangles:
AttributedString attributedString = new AttributedString(text);
attributedString.addAttribute(TextAttribute.FONT, g.getFont());
attributedString.addAttribute(TextAttribute.FOREGROUND, Color.black);
AttributedCharacterIterator characterIterator = attributedString.getIterator();
int currentHeight = 0;
List layouts = new ArrayList();
String lastLine = null;
LineBreakMeasurer measurer = new LineBreakMeasurer(characterIterator, g.getFontRenderContext());
TextLayout layout = null;
while (measurer.getPosition() < characterIterator.getEndIndex() && currentHeight <= boxHeight) {
int previousPosition = measurer.getPosition();
layout = measurer.nextLayout(boxWidth);
int height = ((Float)(layout.getDescent() + layout.getAscent() + layout.getLeading())).intValue();

layouts.add(layout);
currentHeight += height;

}
int currentY = y + (centered ? ((boxHeight - currentHeight) /2) : 0);
int currentX = 0;
for(TextLayout textLayout : layouts) {
currentY += textLayout.getAscent();
currentX = x + (centered ? ((boxWidth - ((Double)textLayout.getBounds().getWidth()).intValue()) /2) : 0);
textLayout.draw(g, currentX, currentY);
I see layout.getDescent(), layout.getAscent(), layout.getLeading() are returning huge numbers(always 240 in my case, whereas with oracle java 1.8, these used to be like getDescent()= 2.347168 layout.getAscent()= 10.45752)

Do these not work with corretto 8?

Expected behavior

A clear and concise description of what you expected to happen.
It should have painted text properly in the boxes like below:
image

Instead it shows empty box and line like below:
image

Screenshots

If applicable, add screenshots to help explain your problem.
It should have painted text properly in the boxes like below:
image

Instead it shows empty box and line like below:
image

Platform information

OS: [e.g. Amazon Linux 2]
Version [e.g. "11.0.1+13-1" (output from "java -version")]
my OS is Linux 3.10.0-514.10.2.el7.x86_64

Additional context

Add any other context about the problem here.

Debian jinfo file

The same as for corretto8 so I copy the complete description here.

Unlike most other java distributions for debian, corretto does not provide a .jinfo file.
This file is used by update-java-alternatives to switch all java related symlinks to another distribution.

It also means that update-java-alternatives --list does not show corretto.

The jinfo files are installed in /usr/lib/jvm/.${package-name}.jinfo.
I do not think the format is somewhere specifically documented. I think the source of the update-java-alternatives script is the best reference together with other packaging scripts.

It would be nice if we could just type update-java-alternatives -s java-11-amazon-corretto to switch to corretto.

JRE load error

bash-3.2$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home

Downloaded and tried to run pwsafe application and got a JRELoad error.

http://jpwsafe.sourceforge.net

System: macOS Mojave 10.14.6

The Windows Installer does not set file association for jar files

Is your feature request related to a problem?

Jar files cannot be double clicked in Windows to open them like they can be with Oracle's JRE.

Describe a solution you would like

For the installer to automatically set the file association to jar files to run like an executable when double clicked

Describe alternatives you have considered

Not applicable.

Additional context

It appears this was already fixed in Corretto 8 according to this issue: https://github.com/corretto/corretto-8/issues/43

The tool jlink didn't preserve the signatures of files

Describe the bug

the corretto jdk 11 jlink tool didn't preserve the digital signatures for java.exe and some other dll files on windows. but the oracle jlink tool is reserved.

To Reproduce

Steps and (source) code to reproduce the behavior.

  1. download amazon jdk 11, I'm using version 11.0.3.7.1.
  2. run below jlink command to generate a new customized base runtime image:
    bin\jlink.exe --module-path jmods\ --output gen --add-modules java.base
  3. open the output folder "gen" and check the new generated java.exe. the digital signatures are missing.

Expected behavior

  1. it should be same with oracle jlink and the digital signatures should be there.

Screenshots

  1. amazon jlink output file vs raw file:
    image
  2. oracle jlink output file:
    image

Platform information

OS: Windows
Version:

openjdk 11.0.3 2019-04-16 LTS
OpenJDK Runtime Environment Corretto-11.0.3.7.1 (build 11.0.3+7-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.3.7.1 (build 11.0.3+7-LTS, mixed mode)

Additional context

  1. some dll files signatures are reserved, some are not. eg: jvm.dll is not reserved.

SSL handshake error with 11.0.6.10.1-1 Windows JDK

Describe the bug

When using Windows x64 11.0.6.10.1-1 Windows x64 JDK version, we are using JLink to create a JRE to deploy. When launching using the JRE we see the following error.
javax.net.ssl.SSLException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:133)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:320)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)...Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty at java.base/sun.security.validator.PKIXValidator.(PKIXValidator.java:102) at java.base/sun.security.validator.Validator.getInstance(Validator.java:181) at java.base/sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:300)

When looking at the cacerts under /lib/security it is now around 157KB where before version 11.0.6.10.1 it was around 254kb

To Reproduce

Use JLink to produce a JRE. and use that JRE to launch an application that uses SSL.

Expected behavior

Use JLink to produce a JRE that when used to run does not cause an SSL exception.
SSL handshake should work with delivered cacerts truststore.

Workaround

Copy the CACERT file from the JDK into the directory created for the JRE that was created.

Platform information

Microsoft Windows [Version 10.0.18362.592]
openjdk version "11.0.6" 2020-01-14 LTS
OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
I installed the 11.0.6.10.1-1 version but it does not look like the version changed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.