Posted by
Predrag Boksic on
Dec 30, 2017; 7:32pm
URL: https://forum.jogamp.org/Jogl-Jogamp-on-Java-9-tp4038012p4038458.html
Thank you for considering my small contribution to the project. (...)
I ran your program now and it works well initially. The rendering is very fast. However, the JVM 9 crashes when the program exits.
Lets have a look at the two different outputs.
<< 1 >>
/Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/bin/java "-javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=49272:/Applications/IntelliJ IDEA CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Users/gamma/Documents/ClassyReflection/out/production/project5-test:/Users/gamma/Documents/ClassyReflection/lib/reflections-0.9.11.jar:/Users/gamma/Documents/ClassyReflection/lib/guava-20.0.jar:/Users/gamma/Documents/ClassyReflection/lib/javassist-3.21.0-GA.jar:/Applications/IntelliJ IDEA CE.app/Contents/redist/annotations-java8.jar:/Users/gamma/Documents/gluegen/build/gluegen-rt-natives-macosx-universal.jar:/Users/gamma/Documents/gluegen/build/gluegen-rt.jar:/Users/gamma/Documents/j3d/j3d-core/build/jars/j3dcore.jar:/Users/gamma/Documents/j3d/j3d-core/build/jars/j3dutils.jar:/Users/gamma/Documents/j3d/vecmath/build/jars/vecmath.jar:/Users/gamma/Documents/jogl/build/jar/jogl-all-natives-macosx-universal.jar:/Users/gamma/Documents/jogl/build/jar/jogl-all.jar" top_package.JOGLQuad
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/gamma/Documents/gluegen/build/gluegen-rt.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001093c80cc, pid=1406, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (9.0+11) (build 9.0.1+11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9.0.1+11, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C [libosxapp.dylib+0x20cc] -[NSApplicationAWT sendEvent:]+0x179
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
<< 2 >>
/Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/bin/java "-javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=49295:/Applications/IntelliJ IDEA CE.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath /Users/gamma/Documents/jogl-test-only/out/production/jogl-test-only:/Users/gamma/Documents/jogl-test-only/lib/jogamp-fat.jar JOGLQuad
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/gamma/Documents/jogl-test-only/lib/jogamp-fat.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001267530cc, pid=1917, tid=775
#
# JRE version: Java(TM) SE Runtime Environment (9.0+11) (build 9.0.1+11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (9.0.1+11, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C [libosxapp.dylib+0x20cc] -[NSApplicationAWT sendEvent:]+0x179
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
--------------- S U M M A R Y ------------
Command Line: -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=49295:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 JOGLQuad
Host: iMac11,3 x86_64 4000 MHz, 4 cores, 4G, Darwin 17.0.0
Time: Sat Dec 30 11:20:09 2017 PST elapsed time: 6 seconds (0d 0h 0m 6s)
--------------- T H R E A D ---------------
Current thread (0x00007fe91a968800): JavaThread "AppKit Thread" daemon [_thread_in_native, id=775, stack(0x00007ffee9841000,0x00007ffeea041000)]
Stack: [0x00007ffee9841000,0x00007ffeea041000], sp=0x00007ffeea03e670, free space=8181k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libosxapp.dylib+0x20cc] -[NSApplicationAWT sendEvent:]+0x179
C [AppKit+0x3728d] -[NSApplication run]+0x32c
C [libosxapp.dylib+0x1d3a] +[NSApplicationAWT runAWTLoopWithApp:]+0x9d
C [libawt_lwawt.dylib+0x3a544] +[AWTStarter starter:headless:]+0x342
C [JavaNativeFoundation+0x6f4a] +[JNFRunLoop _performCopiedBlock:]+0x11
C [Foundation+0x68985] __NSThreadPerformPerform+0x14e
C [CoreFoundation+0x9f941] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x11
C [CoreFoundation+0x15733c] __CFRunLoopDoSource0+0x6c
C [CoreFoundation+0x82930] __CFRunLoopDoSources0+0xd0
C [CoreFoundation+0x81dad] __CFRunLoopRun+0x50d
C [CoreFoundation+0x81607] CFRunLoopRunSpecific+0x1e7
C [java+0x6b2e] CreateExecutionEnvironment+0x35c
C [java+0x2c65] JLI_Launch+0x5a9
C [java+0x1b62] main+0x186
C [java+0x19d4] start+0x34
C 0x0000000000000006
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000010
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x000000000021e000 is an unknown value
RDX=0x000000000021e000 is an unknown value
RSP=0x00007ffeea03e670 is pointing into the stack for thread: 0x00007fe91a968800
RBP=0x00007ffeea03e6a0 is pointing into the stack for thread: 0x00007fe91a968800
RSI=0x00007fff4280f55b: .str.41.llvm.37CD9362+0x4a029 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x00007fff41b31000
RDI=0x0000000000000000 is an unknown value
R8 =0x000000000000003f is an unknown value
R9 =0x00007fe919eaf9c0 is an unknown value
R10=0x006d1801006d4600 is an unknown value
R11=0x00007fff41cde487: -[NSEvent data1]+0 in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit at 0x00007fff41b31000
R12=0x00007fe919eaf9c0 is an unknown value
R13=0x00007fe919c72490 is an unknown value
R14=0x00007fff6af67e80: objc_msgSend+0 in /usr/lib/libobjc.A.dylib at 0x00007fff6af61000
R15=0x00007fe919c5d120 is an unknown value
Registers:
RAX=0x0000000000000000, RBX=0x0000000000000000, RCX=0x000000000021e000, RDX=0x000000000021e000
RSP=0x00007ffeea03e670, RBP=0x00007ffeea03e6a0, RSI=0x00007fff4280f55b, RDI=0x0000000000000000
R8 =0x000000000000003f, R9 =0x00007fe919eaf9c0, R10=0x006d1801006d4600, R11=0x00007fff41cde487
R12=0x00007fe919eaf9c0, R13=0x00007fe919c72490, R14=0x00007fff6af67e80, R15=0x00007fe919c5d120
RIP=0x00000001267530cc, EFLAGS=0x0000000000010246, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007ffeea03e670)
0x00007ffeea03e670: 00007ffeea03e690 ffff8016e6150640
0x00007ffeea03e680: 00007fff6af67e80 00007fff6af67e80
0x00007ffeea03e690: 0000000000000001 00007fe919c5d120
0x00007ffeea03e6a0: 00007ffeea03e750 00007fff41b6828d
0x00007ffeea03e6b0: 00007fff42808587 00007fe919c5d120
0x00007ffeea03e6c0: 00007fff42801256 00007fff42809474
0x00007ffeea03e6d0: 00007fff9e896158 00007fff427ffeb3
0x00007ffeea03e6e0: 00007fff427ffb89 0000000000000010
0x00007ffeea03e6f0: 00007fff427ff379 00007fff4280f561
0x00007ffeea03e700: 00007fff427ff207 00007fff427ffba3
0x00007ffeea03e710: 00007fff427ffbcf 0000000000000062
0x00007ffeea03e720: 00007fff427ffcad 00007fe919c5d120
0x00007ffeea03e730: 00007fff6af67e80 0000000126757690
0x00007ffeea03e740: 00007fff42808587 00000001267576b0
0x00007ffeea03e750: 00007ffeea03e790 0000000126752d3a
0x00007ffeea03e760: 0000000000000000 00007fe919e62a40
0x00007ffeea03e770: 00007fff6af67e80 00007fe919c5d120
0x00007ffeea03e780: 00007fe919e2aeb0 0000000000000000
0x00007ffeea03e790: 00007ffeea03e7e0 00000001266cb544
0x00007ffeea03e7a0: 00007fe919c5d120 0000000000000000
0x00007ffeea03e7b0: 00007fe919e2aeb0 00007fe919e53710
0x00007ffeea03e7c0: 00007fe919f01c10 00007fff427ff207
0x00007ffeea03e7d0: 00007fe919e53940 0000000000000000
0x00007ffeea03e7e0: 00007ffeea03e800 00007fff480d5f4a
0x00007ffeea03e7f0: 0000000000000018 0000000000000001
0x00007ffeea03e800: 00007ffeea03e880 00007fff4666e985
0x00007ffeea03e810: 0000000000000001 00007fff427ff2e6
0x00007ffeea03e820: 00007fe919f01c10 00007fe919e47530
0x00007ffeea03e830: 00007fff428066e8 00007fff4285967c
0x00007ffeea03e840: 00007fff428066ed 00007fff427ff379
0x00007ffeea03e850: 00007ffeea03e890 00007fff4666e837
0x00007ffeea03e860: 0000000300002e88 0000000000000000
Instructions: (pc=0x00000001267530cc)
0x00000001267530ac: 41 5f 5d c3 48 8b 35 51 58 00 00 4c 8b 35 ca 3f
0x00000001267530bc: 00 00 48 89 df 41 ff d6 48 89 c3 31 c0 48 89 df
0x00000001267530cc: ff 53 10 48 8b 35 1a 56 00 00 48 89 df 4c 89 f0
0x00000001267530dc: 48 83 c4 18 5b 41 5e 41 5f 5d ff e0 55 48 89 e5
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007fe91acb1800 JavaThread "DestroyJavaVM" [_thread_blocked, id=6915, stack(0x000070000230b000,0x000070000240b000)]
0x00007fe91bafb800 JavaThread "main-AWTAnimator#00" [_thread_blocked, id=1623, stack(0x00007000041ee000,0x00007000042ee000)]
0x00007fe91a23c000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=62723, stack(0x00007000040eb000,0x00007000041eb000)]
0x00007fe91a23f800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=62243, stack(0x0000700003fe8000,0x00007000040e8000)]
0x00007fe91b157000 JavaThread "Java2D Queue Flusher" daemon [_thread_blocked, id=52095, stack(0x0000700003ee5000,0x0000700003fe5000)]
0x00007fe91a225800 JavaThread "AWT-Shutdown" [_thread_blocked, id=37675, stack(0x0000700003bd6000,0x0000700003cd6000)]
=>0x00007fe91a968800 JavaThread "AppKit Thread" daemon [_thread_in_native, id=775, stack(0x00007ffee9841000,0x00007ffeea041000)]
0x00007fe91a0a8800 JavaThread "Service Thread" daemon [_thread_blocked, id=24835, stack(0x000070000394d000,0x0000700003a4d000)]
0x00007fe91b01e000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=24323, stack(0x000070000384a000,0x000070000394a000)]
0x00007fe91a810000 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=23811, stack(0x0000700003747000,0x0000700003847000)]
0x00007fe91b824800 JavaThread "Sweeper thread" daemon [_thread_blocked, id=23299, stack(0x0000700003644000,0x0000700003744000)]
0x00007fe91b01b800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=22787, stack(0x0000700003541000,0x0000700003641000)]
0x00007fe91b80b800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=22275, stack(0x000070000343e000,0x000070000353e000)]
0x00007fe91a0a7800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=21763, stack(0x000070000333b000,0x000070000343b000)]
0x00007fe91a06e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=21255, stack(0x0000700003238000,0x0000700003338000)]
0x00007fe91b019800 JavaThread "Finalizer" daemon [_thread_blocked, id=17923, stack(0x0000700003135000,0x0000700003235000)]
0x00007fe91a805800 JavaThread "Reference Handler" daemon [_thread_blocked, id=17411, stack(0x0000700003032000,0x0000700003132000)]
Other Threads:
0x00007fe91b809000 VMThread "VM Thread" [stack: 0x0000700002f2f000,0x000070000302f000] [id=16899]
0x00007fe91b06a800 WatcherThread [stack: 0x0000700003a50000,0x0000700003b50000] [id=25347]
0x00007fe91a01a000 GCTaskThread "GC Thread#0" [stack: 0x000070000240e000,0x000070000250e000] [id=10755]
0x00007fe91a01a800 GCTaskThread "GC Thread#1" [stack: 0x0000700002511000,0x0000700002611000] [id=11267]
0x00007fe91a01b800 GCTaskThread "GC Thread#2" [stack: 0x0000700002614000,0x0000700002714000] [id=11779]
0x00007fe91b807000 GCTaskThread "GC Thread#3" [stack: 0x0000700002717000,0x0000700002817000] [id=12291]
0x00007fe91b018000 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000700002d29000,0x0000700002e29000] [id=15363]
0x00007fe91b018800 ConcurrentGCThread "G1 Marker#0" [stack: 0x0000700002e2c000,0x0000700002f2c000] [id=16387]
0x00007fe91b003800 ConcurrentGCThread "G1 Refine#0" [stack: 0x0000700002b23000,0x0000700002c23000] [id=14339]
0x00007fe91b001800 ConcurrentGCThread "G1 Refine#1" [stack: 0x0000700002a20000,0x0000700002b20000] [id=13827]
0x00007fe91b808000 ConcurrentGCThread "G1 Refine#2" [stack: 0x000070000291d000,0x0000700002a1d000] [id=13315]
0x00007fe91b807800 ConcurrentGCThread "G1 Refine#3" [stack: 0x000070000281a000,0x000070000291a000] [id=12803]
0x00007fe91a01c000 ConcurrentGCThread "G1 Young RemSet Sampling" [stack: 0x0000700002c26000,0x0000700002d26000] [id=14851]
Threads with active compile tasks:
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x0000000780000000, size: 1024 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
garbage-first heap total 65536K, used 28372K [0x0000000780000000, 0x0000000780100200, 0x00000007c0000000)
region size 1024K, 26 young (26624K), 2 survivors (2048K)
Metaspace used 18333K, capacity 18864K, committed 18944K, reserved 1067008K
class space used 1670K, capacity 1769K, committed 1792K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, A=archive, TS=gc time stamp, AC=allocation context, TAMS=top-at-mark-start (previous, next)
| 0|0x0000000780000000, 0x00000007800b5000, 0x0000000780100000| 70%| O| |TS 1|AC 0|TAMS 0x0000000780000000, 0x0000000780000000|
| 1|0x0000000780100000, 0x0000000780200000, 0x0000000780200000|100%|HS| |TS 0|AC 0|TAMS 0x0000000780100000, 0x0000000780100000|
| 2|0x0000000780200000, 0x0000000780300000, 0x0000000780300000|100%|HS| |TS 0|AC 0|TAMS 0x0000000780200000, 0x0000000780200000|
| 3|0x0000000780300000, 0x0000000780300000, 0x0000000780400000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780300000, 0x0000000780300000|
| 4|0x0000000780400000, 0x0000000780400000, 0x0000000780500000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780400000, 0x0000000780400000|
| 5|0x0000000780500000, 0x0000000780500000, 0x0000000780600000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780500000, 0x0000000780500000|
| 6|0x0000000780600000, 0x0000000780600000, 0x0000000780700000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780600000, 0x0000000780600000|
| 7|0x0000000780700000, 0x0000000780700000, 0x0000000780800000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780700000, 0x0000000780700000|
| 8|0x0000000780800000, 0x0000000780800000, 0x0000000780900000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780800000, 0x0000000780800000|
| 9|0x0000000780900000, 0x0000000780900000, 0x0000000780a00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780900000, 0x0000000780900000|
| 10|0x0000000780a00000, 0x0000000780a00000, 0x0000000780b00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780a00000, 0x0000000780a00000|
| 11|0x0000000780b00000, 0x0000000780b00000, 0x0000000780c00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780b00000, 0x0000000780b00000|
| 12|0x0000000780c00000, 0x0000000780c00000, 0x0000000780d00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780c00000, 0x0000000780c00000|
| 13|0x0000000780d00000, 0x0000000780d00000, 0x0000000780e00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780d00000, 0x0000000780d00000|
| 14|0x0000000780e00000, 0x0000000780e00000, 0x0000000780f00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780e00000, 0x0000000780e00000|
| 15|0x0000000780f00000, 0x0000000780f00000, 0x0000000781000000| 0%| F| |TS 0|AC 0|TAMS 0x0000000780f00000, 0x0000000780f00000|
| 16|0x0000000781000000, 0x0000000781000000, 0x0000000781100000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781000000, 0x0000000781000000|
| 17|0x0000000781100000, 0x0000000781100000, 0x0000000781200000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781100000, 0x0000000781100000|
| 18|0x0000000781200000, 0x0000000781200000, 0x0000000781300000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781200000, 0x0000000781200000|
| 19|0x0000000781300000, 0x0000000781300000, 0x0000000781400000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781300000, 0x0000000781300000|
| 20|0x0000000781400000, 0x0000000781400000, 0x0000000781500000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781400000, 0x0000000781400000|
| 21|0x0000000781500000, 0x0000000781500000, 0x0000000781600000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781500000, 0x0000000781500000|
| 22|0x0000000781600000, 0x0000000781600000, 0x0000000781700000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781600000, 0x0000000781600000|
| 23|0x0000000781700000, 0x0000000781700000, 0x0000000781800000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781700000, 0x0000000781700000|
| 24|0x0000000781800000, 0x0000000781800000, 0x0000000781900000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781800000, 0x0000000781800000|
| 25|0x0000000781900000, 0x0000000781900000, 0x0000000781a00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781900000, 0x0000000781900000|
| 26|0x0000000781a00000, 0x0000000781a00000, 0x0000000781b00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781a00000, 0x0000000781a00000|
| 27|0x0000000781b00000, 0x0000000781b00000, 0x0000000781c00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781b00000, 0x0000000781b00000|
| 28|0x0000000781c00000, 0x0000000781c00000, 0x0000000781d00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781c00000, 0x0000000781c00000|
| 29|0x0000000781d00000, 0x0000000781d00000, 0x0000000781e00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781d00000, 0x0000000781d00000|
| 30|0x0000000781e00000, 0x0000000781e00000, 0x0000000781f00000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781e00000, 0x0000000781e00000|
| 31|0x0000000781f00000, 0x0000000781f00000, 0x0000000782000000| 0%| F| |TS 0|AC 0|TAMS 0x0000000781f00000, 0x0000000781f00000|
| 32|0x0000000782000000, 0x0000000782000000, 0x0000000782100000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782000000, 0x0000000782000000|
| 33|0x0000000782100000, 0x0000000782100000, 0x0000000782200000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782100000, 0x0000000782100000|
| 34|0x0000000782200000, 0x0000000782200000, 0x0000000782300000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782200000, 0x0000000782200000|
| 35|0x0000000782300000, 0x0000000782300000, 0x0000000782400000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782300000, 0x0000000782300000|
| 36|0x0000000782400000, 0x0000000782400000, 0x0000000782500000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782400000, 0x0000000782400000|
| 37|0x0000000782500000, 0x0000000782500000, 0x0000000782600000| 0%| F| |TS 0|AC 0|TAMS 0x0000000782500000, 0x0000000782500000|
| 38|0x0000000782600000, 0x000000078263df28, 0x0000000782700000| 24%| E| |TS 0|AC 0|TAMS 0x0000000782600000, 0x0000000782600000|
| 39|0x0000000782700000, 0x0000000782800000, 0x0000000782800000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782700000, 0x0000000782700000|
| 40|0x0000000782800000, 0x0000000782900000, 0x0000000782900000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782800000, 0x0000000782800000|
| 41|0x0000000782900000, 0x0000000782a00000, 0x0000000782a00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782900000, 0x0000000782900000|
| 42|0x0000000782a00000, 0x0000000782b00000, 0x0000000782b00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782a00000, 0x0000000782a00000|
| 43|0x0000000782b00000, 0x0000000782c00000, 0x0000000782c00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782b00000, 0x0000000782b00000|
| 44|0x0000000782c00000, 0x0000000782d00000, 0x0000000782d00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782c00000, 0x0000000782c00000|
| 45|0x0000000782d00000, 0x0000000782e00000, 0x0000000782e00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782d00000, 0x0000000782d00000|
| 46|0x0000000782e00000, 0x0000000782f00000, 0x0000000782f00000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782e00000, 0x0000000782e00000|
| 47|0x0000000782f00000, 0x0000000783000000, 0x0000000783000000|100%| E|CS|TS 0|AC 0|TAMS 0x0000000782f00000, 0x0000000782f00000|
| 48|0x0000000783000000, 0x0000000783100000, 0x0000000783100000|100%| S|CS|TS 1|AC 0|TAMS 0x0000000783000000, 0x0000000783000000|
| 49|0x0000000783100000, 0x0000000783200000, 0x0000000783200000|100%| S|CS|TS 1|AC 0|TAMS 0x0000000783100000, 0x0000000783100000|
| 50|0x0000000783200000, 0x0000000783300000, 0x0000000783300000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783200000, 0x0000000783200000|
| 51|0x0000000783300000, 0x0000000783400000, 0x0000000783400000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783300000, 0x0000000783300000|
| 52|0x0000000783400000, 0x0000000783500000, 0x0000000783500000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783400000, 0x0000000783400000|
| 53|0x0000000783500000, 0x0000000783600000, 0x0000000783600000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783500000, 0x0000000783500000|
| 54|0x0000000783600000, 0x0000000783700000, 0x0000000783700000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783600000, 0x0000000783600000|
| 55|0x0000000783700000, 0x0000000783800000, 0x0000000783800000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783700000, 0x0000000783700000|
| 56|0x0000000783800000, 0x0000000783900000, 0x0000000783900000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783800000, 0x0000000783800000|
| 57|0x0000000783900000, 0x0000000783a00000, 0x0000000783a00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783900000, 0x0000000783900000|
| 58|0x0000000783a00000, 0x0000000783b00000, 0x0000000783b00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783a00000, 0x0000000783a00000|
| 59|0x0000000783b00000, 0x0000000783c00000, 0x0000000783c00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783b00000, 0x0000000783b00000|
| 60|0x0000000783c00000, 0x0000000783d00000, 0x0000000783d00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783c00000, 0x0000000783c00000|
| 61|0x0000000783d00000, 0x0000000783e00000, 0x0000000783e00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783d00000, 0x0000000783d00000|
| 62|0x0000000783e00000, 0x0000000783f00000, 0x0000000783f00000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783e00000, 0x0000000783e00000|
| 63|0x0000000783f00000, 0x0000000784000000, 0x0000000784000000|100%| E|CS|TS 1|AC 0|TAMS 0x0000000783f00000, 0x0000000783f00000|
Card table byte_map: [0x000000011232c000,0x000000011252c000] byte_map_base: 0x000000010e72c000
Marking Bits (Prev, Next): (CMBitMap*) 0x00007fe91b017470, (CMBitMap*) 0x00007fe91b0174a8
Prev Bits: [0x000000011272c000, 0x000000011372c000)
Next Bits: [0x000000011372c000, 0x000000011472c000)
Polling page: 0x00000001068d6000
CodeHeap 'non-profiled nmethods': size=120032Kb used=744Kb max_used=744Kb free=119287Kb
bounds [0x000000011c7e4000, 0x000000011ca54000, 0x0000000123d1c000]
CodeHeap 'profiled nmethods': size=120032Kb used=3307Kb max_used=3307Kb free=116724Kb
bounds [0x00000001152ac000, 0x00000001155ec000, 0x000000011c7e4000]
CodeHeap 'non-nmethods': size=5696Kb used=1498Kb max_used=1537Kb free=4197Kb
bounds [0x0000000114d1c000, 0x0000000114f8c000, 0x00000001152ac000]
total_blobs=2880 nmethods=1651 adapters=759
compilation: enabled
Compilation events (10 events):
Event: 6.261 Thread 0x00007fe91b01b800 1643 3 sun.net.www.protocol.jar.Handler::indexOfBangSlash (52 bytes)
Event: 6.262 Thread 0x00007fe91b01b800 nmethod 1643 0x00000001155dda90 code [0x00000001155ddd00, 0x00000001155deaf8]
Event: 6.262 Thread 0x00007fe91b01b800 1644 3 java.net.URLStreamHandler::setURL (159 bytes)
Event: 6.263 Thread 0x00007fe91b01b800 nmethod 1644 0x00000001155dee90 code [0x00000001155df220, 0x00000001155e1008]
Event: 6.263 Thread 0x00007fe91b01b800 1645 3 java.net.URL::toString (5 bytes)
Event: 6.263 Thread 0x00007fe91b01b800 nmethod 1645 0x00000001155e1810 code [0x00000001155e19c0, 0x00000001155e1ca8]
Event: 6.263 Thread 0x00007fe91b01b800 1646 3 java.net.URL::toExternalForm (9 bytes)
Event: 6.263 Thread 0x00007fe91b01b800 nmethod 1646 0x00000001155e1d90 code [0x00000001155e1f40, 0x00000001155e2168]
Event: 6.263 Thread 0x00007fe91b01b800 1647 3 java.net.URLStreamHandler::toExternalForm (219 bytes)
Event: 6.265 Thread 0x00007fe91b01b800 nmethod 1647 0x00000001155e2210 code [0x00000001155e25e0, 0x00000001155e5338]
GC Heap History (2 events):
Event: 0.760 GC heap before
{Heap before GC invocations=0 (full 0):
garbage-first heap total 65536K, used 14336K [0x0000000780000000, 0x0000000780100200, 0x00000007c0000000)
region size 1024K, 14 young (14336K), 0 survivors (0K)
Metaspace used 10103K, capacity 10444K, committed 10496K, reserved 1058816K
class space used 938K, capacity 1010K, committed 1024K, reserved 1048576K
}
Event: 0.765 GC heap after
{Heap after GC invocations=1 (full 0):
garbage-first heap total 65536K, used 2772K [0x0000000780000000, 0x0000000780100200, 0x00000007c0000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 10103K, capacity 10444K, committed 10496K, reserved 1058816K
class space used 938K, capacity 1010K, committed 1024K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 0.738 Thread 0x00007fe91a003800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011c81a77c method=java.util.regex.Pattern$Start.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 44 c2
Event: 0.738 Thread 0x00007fe91a003800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c818520 method=java.util.regex.Pattern$Start.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 10 c2
Event: 4.438 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c86d444 method=sun.awt.PostEventQueue.flush()V @ 37 c2
Event: 4.438 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c86cce0 method=java.security.AccessControlContext.optimize()Ljava/security/AccessControlContext; @ 206 c2
Event: 5.049 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c85f600 method=java.util.concurrent.locks.ReentrantLock$Sync.nonfairTryAcquire(I)Z @ 19 c2
Event: 6.252 Thread 0x00007fe91a23c000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011c8836a8 method=java.awt.EventQueue.coalesceEvent(Ljava/awt/AWTEvent;I)Z @ 32 c2
Event: 6.252 Thread 0x00007fe91a23c000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000011c896ad4 method=java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V @ 30 c2
Event: 6.252 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c88e248 method=java.awt.EventQueue.setCurrentEventAndMostRecentTimeImpl(Ljava/awt/AWTEvent;)V @ 131 c2
Event: 6.253 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c8899e0 method=java.security.AccessController.getContext()Ljava/security/AccessControlContext; @ 5 c2
Event: 6.253 Thread 0x00007fe91a23c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000011c89a034 method=java.security.AccessController.getContext()Ljava/security/AccessControlContext; @ 5 c2
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 3.159 Thread 0x00007fe91a968800 Exception
(0x0000000783c5de88) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38393/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/8b85
Event: 3.159 Thread 0x00007fe91a968800 Exception (0x0000000783c61df8) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38393/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/8b85
Event: 3.181 Thread 0x00007fe91a003800 Exception (0x0000000782ff4140) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38393/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/8b85
Event: 3.232 Thread 0x00007fe91a003800 Exception (0x0000000782d32370) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S3
Event: 3.233 Thread 0x00007fe91a003800 Exception (0x0000000782d37fb0) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38393/frameworks/17
Event: 3.233 Thread 0x00007fe91a003800 Exception (0x0000000782d3d3c0) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S383
Event: 3.233 Thread 0x00007fe91a003800 Exception (0x0000000782d40b30) thrown at [/scratch/mesos/slaves/5af44a71-976a-41b7-81de-5773b84ec572-S38393/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/8b85
Event: 4.438 Thread 0x00007fe91a23c000 Implicit null exception at 0x000000011c86cb12 to 0x000000011c86ccc1
Event: 6.253 Thread 0x00007fe91a23c000 Implicit null exception at 0x000000011c889551 to 0x000000011c8899cb
Event: 6.253 Thread 0x00007fe91a23c000 Implicit null exception at 0x000000011c8996e5 to 0x000000011c89a003
Events (10 events):
Event: 6.253 Thread 0x00007fe91a23c000 DEOPT UNPACKING pc=0x0000000114d6981f sp=0x00007000041e5728 mode 2
Event: 6.253 loading class sun/awt/SunToolkit$1
Event: 6.253 loading class sun/awt/SunToolkit$1 done
Event: 6.253 Thread 0x00007fe91a23c000 Uncommon trap: trap_request=0xffffff5d fr.pc=0x000000011c89a034 relative=0x0000000000000a54
Event: 6.253 Thread 0x00007fe91a23c000 DEOPT PACKING pc=0x000000011c89a034 sp=0x00007000041e56a0
Event: 6.253 Thread 0x00007fe91a23c000 DEOPT UNPACKING pc=0x0000000114d6981f sp=0x00007000041e5590 mode 2
Event: 6.259 loading class jogamp/opengl/macosx/cgl/MacOSXCGLContext$NSOpenGLImpl$DetachGLLayerCmd
Event: 6.259 loading class jogamp/opengl/macosx/cgl/MacOSXCGLContext$NSOpenGLImpl$DetachGLLayerCmd done
Event: 6.265 loading class com/jogamp/nativewindow/awt/JAWTWindow$JAWTComponentListener$2
Event: 6.265 loading class com/jogamp/nativewindow/awt/JAWTWindow$JAWTComponentListener$2 done
Dynamic libraries:
0x00007fff43d3d000 /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x00007fff500bb000 /System/Library/Frameworks/Security.framework/Versions/A/Security
0x00007fff429de000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x00007fff6b94c000 /usr/lib/libz.1.dylib
0x00007fff698ef000 /usr/lib/libSystem.B.dylib
0x00007fff444df000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x00007fff46606000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x00007fff6af61000 /usr/lib/libobjc.A.dylib
0x00007fff41b31000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x00007fff440b3000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x00007fff633a7000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x00007fff679ad000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x00007fff58554000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x00007fff48a42000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x00007fff586f6000 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x00007fff6a565000 /usr/lib/libenergytrace.dylib
0x00007fff65ae8000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x00007fff44979000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x00007fff698ea000 /usr/lib/libScreenReader.dylib
0x00007fff4087c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x00007fff46d7a000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x00007fff42f28000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x00007fff431b3000 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x00007fff585f1000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x00007fff43846000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x00007fff6a6bf000 /usr/lib/libicucore.A.dylib
0x00007fff4f642000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x00007fff43c2b000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x00007fff69acd000 /usr/lib/libauto.dylib
0x00007fff6b83b000 /usr/lib/libxml2.2.dylib
0x00007fff581e0000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x00007fff43f8f000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x00007fff46440000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x00007fff6a932000 /usr/lib/liblangid.dylib
0x00007fff5f96b000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x00007fff46cdd000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x00007fff69587000 /usr/lib/libDiagnosticMessagesClient.dylib
0x00007fff45634000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x00007fff613ba000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x00007fff4e7e0000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x00007fff43d4b000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x00007fff44fa5000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x00007fff45fb3000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x00007fff46dd5000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x00007fff54ab9000 /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x00007fff6999b000 /usr/lib/libarchive.2.dylib
0x00007fff434c9000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x00007fff50835000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x00007fff694b0000 /usr/lib/libCRFSuite.dylib
0x00007fff69b9d000 /usr/lib/libc++.1.dylib
0x00007fff69bf4000 /usr/lib/libc++abi.dylib
0x00007fff6b9fb000 /usr/lib/system/libcache.dylib
0x00007fff6ba00000 /usr/lib/system/libcommonCrypto.dylib
0x00007fff6ba0b000 /usr/lib/system/libcompiler_rt.dylib
0x00007fff6ba13000 /usr/lib/system/libcopyfile.dylib
0x00007fff6ba1c000 /usr/lib/system/libcorecrypto.dylib
0x00007fff6bb27000 /usr/lib/system/libdispatch.dylib
0x00007fff6bb61000 /usr/lib/system/libdyld.dylib
0x00007fff6bb7f000 /usr/lib/system/libkeymgr.dylib
0x00007fff6bb8d000 /usr/lib/system/liblaunch.dylib
0x00007fff6bb8e000 /usr/lib/system/libmacho.dylib
0x00007fff6bb93000 /usr/lib/system/libquarantine.dylib
0x00007fff6bb96000 /usr/lib/system/libremovefile.dylib
0x00007fff6bb98000 /usr/lib/system/libsystem_asl.dylib
0x00007fff6bbb0000 /usr/lib/system/libsystem_blocks.dylib
0x00007fff6bbb1000 /usr/lib/system/libsystem_c.dylib
0x00007fff6bc3b000 /usr/lib/system/libsystem_configuration.dylib
0x00007fff6bc3f000 /usr/lib/system/libsystem_coreservices.dylib
0x00007fff6bc43000 /usr/lib/system/libsystem_darwin.dylib
0x00007fff6bc45000 /usr/lib/system/libsystem_dnssd.dylib
0x00007fff6bc4c000 /usr/lib/system/libsystem_info.dylib
0x00007fff6bcbc000 /usr/lib/system/libsystem_m.dylib
0x00007fff6bd08000 /usr/lib/system/libsystem_malloc.dylib
0x00007fff6bd28000 /usr/lib/system/libsystem_network.dylib
0x00007fff6bdcc000 /usr/lib/system/libsystem_networkextension.dylib
0x00007fff6bdd7000 /usr/lib/system/libsystem_notify.dylib
0x00007fff6bdf5000 /usr/lib/system/libsystem_sandbox.dylib
0x00007fff6bdf9000 /usr/lib/system/libsystem_secinit.dylib
0x00007fff6bc96000 /usr/lib/system/libsystem_kernel.dylib
0x00007fff6bde1000 /usr/lib/system/libsystem_platform.dylib
0x00007fff6bde9000 /usr/lib/system/libsystem_pthread.dylib
0x00007fff6bdfb000 /usr/lib/system/libsystem_symptoms.dylib
0x00007fff6be03000 /usr/lib/system/libsystem_trace.dylib
0x00007fff6be18000 /usr/lib/system/libunwind.dylib
0x00007fff6be1e000 /usr/lib/system/libxpc.dylib
0x00007fff693de000 /usr/lib/closure/libclosured.dylib
0x00007fff69b7e000 /usr/lib/libbsm.0.dylib
0x00007fff6bb80000 /usr/lib/system/libkxld.dylib
0x00007fff697c1000 /usr/lib/libOpenScriptingUtil.dylib
0x00007fff69ee7000 /usr/lib/libcoretls.dylib
0x00007fff69f00000 /usr/lib/libcoretls_cfhelpers.dylib
0x00007fff6b365000 /usr/lib/libpam.2.dylib
0x00007fff6b48c000 /usr/lib/libsqlite3.dylib
0x00007fff6b82a000 /usr/lib/libxar.1.dylib
0x00007fff69b8f000 /usr/lib/libbz2.1.0.dylib
0x00007fff6a934000 /usr/lib/liblzma.5.dylib
0x00007fff6ae15000 /usr/lib/libnetwork.dylib
0x00007fff69984000 /usr/lib/libapple_nghttp2.dylib
0x00007fff6b36c000 /usr/lib/libpcap.A.dylib
0x00007fff69ace000 /usr/lib/libboringssl.dylib
0x00007fff6b7ec000 /usr/lib/libusrtcp.dylib
0x00007fff69983000 /usr/lib/libapple_crypto.dylib
0x00007fff459b7000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x00007fff456aa000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x00007fff45b78000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x00007fff45c28000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x00007fff45c86000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x00007fff45635000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x00007fff459c0000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x00007fff45982000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x00007fff45cf5000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x00007fff49bff000 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x00007fff5fbf7000 /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x00007fff69278000 /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x00007fff67634000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x00007fff6aa15000 /usr/lib/libmecabra.dylib
0x00007fff429df000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x00007fff42d8d000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x00007fff42e31000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x00007fff42e84000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x00007fff42e93000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x00007fff42ee0000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x00007fff42f1b000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x00007fff44413000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x00007fff40895000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x00007fff41847000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x00007fff41629000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x00007fff41186000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x00007fff415b1000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x00007fff41791000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x00007fff411c0000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x00007fff40fe4000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x00007fff4159a000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x00007fff415b7000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x00007fff41616000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x00007fff5e33c000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x00007fff5e347000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x00007fff58566000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x00007fff4dc63000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x00007fff46101000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x00007fff5d9a1000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x00007fff48bf4000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x00007fff695bf000 /usr/lib/libFosl_dynamic.dylib
0x00007fff59573000 /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x00007fff4ca6b000 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x00007fff69c2b000 /usr/lib/libcompression.dylib
0x00007fff42ade000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x00007fff42c01000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x00007fff47038000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x00007fff47362000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x00007fff47338000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x00007fff46f4b000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x00007fff46f50000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x00007fff4735f000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x00007fff54247000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x00007fff5f6ee000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x00007fff48adc000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x00007fff48af2000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x00007fff48b5d000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x00007fff48b7d000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x00007fff4de2a000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x00007fff4dc6c000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x00007fff4dc75000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x00007fff4dc81000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x00007fff4dc60000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x00007fff4dc67000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x00007fff6a3d1000 /usr/lib/libcups.2.dylib
0x00007fff480e6000 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x00007fff46a39000 /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x00007fff6b420000 /usr/lib/libresolv.9.dylib
0x00007fff6a5cd000 /usr/lib/libiconv.2.dylib
0x00007fff5da28000 /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x00007fff6a59c000 /usr/lib/libheimdal-asn1.dylib
0x00007fff4cad6000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x00007fff56496000 /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x00007fff4cab9000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x00007fff503d6000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x00007fff53469000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x00007fff6b826000 /usr/lib/libutil.dylib
0x00007fff542ca000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x00007fff5eb0e000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x00007fff6a94e000 /usr/lib/libmarisa.dylib
0x00007fff5eac8000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x00007fff694ea000 /usr/lib/libChineseTokenizer.dylib
0x00007fff69c1a000 /usr/lib/libcmph.dylib
0x00007fff5e9d2000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x00007fff56ea3000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x00007fff5048e000 /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x00007fff54ab1000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x00007fff6b923000 /usr/lib/libxslt.1.dylib
0x00007fff43b55000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x00007fff67841000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x00007fff699c6000 /usr/lib/libate.dylib
0x00007fff584c8000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x00007fff64ccb000 /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x00007fff5e71c000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x00007fff631b9000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x00007fff540d4000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x00007fff4613c000 /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x00007fff58315000 /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x00007fff46b7a000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x00007fff58463000 /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x00007fff44089000 /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x00007fff64dee000 /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
0x00007fff586b5000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x00007fff580cc000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x00007fff670c5000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x00007fff540fe000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x00007fff6652c000 /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x0000000105bf2000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/server/libjvm.dylib
0x00007fff6b71e000 /usr/lib/libstdc++.6.0.9.dylib
0x0000000106894000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libverify.dylib
0x00000001068a1000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libjava.dylib
0x00000001068d7000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libinstrument.dylib
0x000000010696c000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libzip.dylib
0x0000000106974000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libjimage.dylib
0x0000000114bfd000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libnio.dylib
0x0000000114c0d000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/./libnet.dylib
0x000000012657e000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libawt.dylib
0x0000000126623000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/./libmlib_image.dylib
0x00007fff480cf000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
0x00007fff480d8000 /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
0x00007fff480e1000 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x00007fff5e8d6000 /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
0x00007fff43841000 /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x00007fff43842000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x00007fff43b4b000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x00007fff43b4f000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x00007fff43beb000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x00007fff43c26000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x00007fff43c28000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x0000000126691000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libawt_lwawt.dylib
0x0000000126751000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/./libosxapp.dylib
0x00007fff465df000 /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x00000001069f9000 /private/var/folders/t8/70n33sq567q0j301t4_8db700000gn/T/jogamp_0000/file_cache/jln8538823887597628012/jln16300897041939048420/natives/macosx-universal/libgluegen-rt.jnilib
0x0000000126b05000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libfontmanager.dylib
0x00007fff57d76000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x00007fff3ccfe000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x00007fff5f75d000 /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x00007fff669ce000 /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x00007fff48444000 /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x00007fff56b0e000 /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x00007fff483b1000 /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x00007fff5f323000 /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x00007fff45509000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x00007fff50a5a000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x00007fff5672d000 /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x00007fff6b48a000 /usr/lib/libspindump.dylib
0x00007fff6a4a9000 /usr/lib/libdscsym.dylib
0x00007fff543bf000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x00007fff4087d000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x00007fff42cf0000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x00007fff4ca62000 /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x00007fff6a09a000 /usr/lib/libcrypto.35.dylib
0x00007fff679a6000 /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x000000012a50d000 cl_kernels
0x00007fff4ba8f000 /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x00007fff4be20000 /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgx.dylib
0x0000000128a57000 /private/var/folders/t8/70n33sq567q0j301t4_8db700000gn/T/jogamp_0000/file_cache/jln8538823887597628012/jln16300897041939048420/natives/macosx-universal/libnativewindow_awt.jnilib
0x0000000128a5c000 /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home/lib/libjawt.dylib
0x00007fff4e7ef000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x00007fff4dcbd000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x00007fff4e987000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x000000012a4fb000 /private/var/folders/t8/70n33sq567q0j301t4_8db700000gn/T/jogamp_0000/file_cache/jln8538823887597628012/jln16300897041939048420/natives/macosx-universal/libnativewindow_macosx.jnilib
0x0000000129cb7000 /private/var/folders/t8/70n33sq567q0j301t4_8db700000gn/T/jogamp_0000/file_cache/jln8538823887597628012/jln16300897041939048420/natives/macosx-universal/libjogl_desktop.jnilib
0x0000000129d8b000 /private/var/folders/t8/70n33sq567q0j301t4_8db700000gn/T/jogamp_0000/file_cache/jln8538823887597628012/jln16300897041939048420/natives/macosx-universal/libjogl_mobile.jnilib
VM Arguments:
jvm_args: -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=49295:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8
java_command: JOGLQuad
java_class_path (initial): /Users/gamma/Documents/jogl-test-only/out/production/jogl-test-only:/Users/gamma/Documents/jogl-test-only/lib/jogamp-fat.jar
Launcher Type: SUN_STANDARD
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home
PATH=/Users/gamma/.jenv/shims:/Users/gamma/.jenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHELL=/bin/bash
Signal Handlers:
SIGSEGV: [libjvm.dylib+0x73e2dc], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_ONSTACK|SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.dylib+0x73e2dc], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.dylib+0x73e2dc], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.dylib+0x5f15ac], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.dylib+0x5f15ac], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.dylib+0x73e2dc], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR2: [libjvm.dylib+0x5f1e3c], sa_mask[0]=00100000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.dylib+0x5f0679], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.dylib+0x5f0679], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.dylib+0x5f0679], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.dylib+0x5f0679], sa_mask[0]=11111111011111110111111111111111, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:uname:Darwin 17.0.0 Darwin Kernel Version 17.0.0: Thu Aug 24 21:48:19 PDT 2017; root:xnu-4570.1.46~2/RELEASE_X86_64 x86_64
rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
load average:2.62 2.08 1.99
CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit
Memory: 4k page, physical 4194304k(29396k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (9.0.1+11) for bsd-amd64 JRE (9.0.1+11), built on Sep 28 2017 03:49:57 by "mach5one" with gcc 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.49)
END.