Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swing Application crashes / hangs since update from 8.275.01.1 to 8.282.08.1 #305

Open
nrmnrm opened this issue May 19, 2021 · 29 comments
Open
Labels
bug Something isn't working

Comments

@nrmnrm
Copy link

nrmnrm commented May 19, 2021

Hi,

we found a bug that appears to be corretto specific since 8.282.08.1 (32bit for Windows).
The build https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u282b08.zip is working fine corretto 8.282.08.1 is not

Unfortunantely it is hard for you to reproduce. When we are within our rich client swing application the client hangs or closes completely from time to time. This seems to be a timing issue, so you have to click around the application rather quickly. We could provide a video if needed. But maybe you already have a suspect candidate when you compare
Corretto 8.282.08.1 with AdoptOpenJDK jdk8u282-b08 where this is not happening.

Latest Corretto build 8.292.10.1 has the same issue

hs_err_pid65924.log is attached (complete crash of jvm)

@nrmnrm nrmnrm added the bug Something isn't working label May 19, 2021
@nrmnrm
Copy link
Author

nrmnrm commented May 19, 2021

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03992546, pid=65924, tid=0x0000d55c
#
# JRE version: OpenJDK Runtime Environment (8.0_282-b08) (build 1.8.0_282-b08)
# Java VM: OpenJDK Server VM (25.282-b08 mixed mode windows-x86 )
# Problematic frame:
# J 8442 C2 javax.swing.text.BoxView.layoutMajorAxis(II[I[I)V (283 bytes) @ 0x03992546 [0x03991f20+0x626]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://github.com/corretto/corretto-8/issues/
#

---------------  T H R E A D  ---------------

Current thread (0x35a25800):  JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=54620, stack(0x37540000,0x37640000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000010

Registers:
EAX=0x7fffffff, EBX=0x8000000c, ECX=0x00000004, EDX=0x00000000
ESP=0x3763dc80, EBP=0x2bf5016c, ESI=0x00000001, EDI=0x8000000c
EIP=0x03992546, EFLAGS=0x00010257

Top of Stack: (sp=0x3763dc80)
0x3763dc80:   7ffffff2 00000000 00000002 00000002
0x3763dc90:   7fffffff 00000000 0000000d 00000000
0x3763dca0:   7ffffff2 8000000c 00000001 00000000
0x3763dcb0:   2bf52660 00000002 00000001 0000000f
0x3763dcc0:   00000000 00000000 29ff6d60 026648e4
0x3763dcd0:   00000001 2bf50150 2bf50168 00000000
0x3763dce0:   00000002 00000001 00000000 401e8000
0x3763dcf0:   00000000 29ff6d60 29ff6d60 29ff6d60 

Instructions: (pc=0x03992546)
0x03992526:   cd 0f 4c df 8b d9 c5 f9 6e c6 c5 f9 7e d9 89 59
0x03992536:   0c c5 f9 7e d5 8b 7d 0c 89 7c 24 24 c5 f9 7e f1
0x03992546:   8b 49 0c c5 e2 2a d9 c5 e2 59 d4 c5 f9 7e d1 c1
0x03992556:   e9 17 81 e1 ff 00 00 00 bf 95 00 00 00 2b f9 8b 


Register to memory mapping:

EAX=0x7fffffff is an unknown value
EBX=0x8000000c is an unknown value
ECX=0x00000004 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x3763dc80 is pointing into the stack for thread: 0x35a25800
EBP=0x2bf5016c is an unknown value
ESI=0x00000001 is an unknown value
EDI=0x8000000c is an unknown value


Stack: [0x37540000,0x37640000],  sp=0x3763dc80,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 8442 C2 javax.swing.text.BoxView.layoutMajorAxis(II[I[I)V (283 bytes) @ 0x03992546 [0x03991f20+0x626]
J 7700 C2 javax.swing.text.BoxView.layout(II)V (15 bytes) @ 0x026648e4 [0x02664240+0x6a4]
J 7320 C2 javax.swing.text.BoxView.setSize(FF)V (41 bytes) @ 0x035e4424 [0x035e4340+0xe4]
J 7804 C1 javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension; (241 bytes) @ 0x0377eaec [0x0377e220+0x8cc]
J 7831 C2 javax.swing.JComponent.getPreferredSize()Ljava/awt/Dimension; (43 bytes) @ 0x037bdef4 [0x037bdea0+0x54]
J 7993 C1 javax.swing.JEditorPane.getPreferredSize()Ljava/awt/Dimension; (158 bytes) @ 0x02c79d70 [0x02c79d00+0x70]
J 7277 C1 de.eeconsultants.escriba.client.designer.realmelement.swing.RealmProtocolTable.getCellRenderer(II)Ljavax/swing/table/TableCellRenderer; (112 bytes) @ 0x035cf76c [0x035cefe0+0x78c]
J 6547 C1 javax.swing.plaf.basic.BasicTableUI.paintCell(Ljava/awt/Graphics;Ljava/awt/Rectangle;II)V (114 bytes) @ 0x028469b0 [0x02846640+0x370]
j  javax.swing.plaf.basic.BasicTableUI.paintCells(Ljava/awt/Graphics;IIII)V+133
j  javax.swing.plaf.basic.BasicTableUI.paint(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+249
J 5669 C1 javax.swing.plaf.ComponentUI.update(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V (36 bytes) @ 0x02e125e0 [0x02e12000+0x5e0]
J 5375 C1 javax.swing.JComponent.paintComponent(Ljava/awt/Graphics;)V (44 bytes) @ 0x02ecf410 [0x02ecf220+0x1f0]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c41b0 [0x030c2ea0+0x1310]
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
j  javax.swing.JViewport.paint(Ljava/awt/Graphics;)V+205
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
J 5343 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x02ed3474 [0x02ed0d00+0x2774]
J 5222 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x030c4570 [0x030c2ea0+0x16d0]
J 7496 C1 javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V (108 bytes) @ 0x03697bbc [0x03697900+0x2bc]
J 7729 C1 javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Image;Ljava/awt/Graphics;IIII)V (294 bytes) @ 0x02bc8618 [0x02bc8060+0x5b8]
J 7494 C1 javax.swing.RepaintManager$PaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z (189 bytes) @ 0x03693740 [0x03692d60+0x9e0]
J 6817 C1 javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V (93 bytes) @ 0x033feca0 [0x033fe8c0+0x3e0]
J 7234 C1 javax.swing.JComponent._paintImmediately(IIII)V (891 bytes) @ 0x035b06b8 [0x035adce0+0x29d8]
J 6690 C1 javax.swing.JComponent.paintImmediately(IIII)V (155 bytes) @ 0x033bba48 [0x033baf60+0xae8]
J 7179 C1 javax.swing.RepaintManager$4.run()Ljava/lang/Void; (278 bytes) @ 0x03580378 [0x0357fe00+0x578]
J 6684 C1 javax.swing.RepaintManager$4.run()Ljava/lang/Object; (5 bytes) @ 0x033af2d0 [0x033af260+0x70]
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150e52]
V  [jvm.dll+0x231d9b]
V  [jvm.dll+0x150b4a]
V  [jvm.dll+0xf38fc]
C  [java.dll+0x102f]
J 7024 C1 javax.swing.RepaintManager.paintDirtyRegions(Ljava/util/Map;)V (196 bytes) @ 0x034d9a84 [0x034d8920+0x1164]
J 7733 C1 javax.swing.RepaintManager.paintDirtyRegions()V (50 bytes) @ 0x02fcbb90 [0x02fcb980+0x210]
J 7732 C1 javax.swing.RepaintManager.prePaintDirtyRegions()V (91 bytes) @ 0x02689738 [0x02689220+0x518]
J 7121 C1 javax.swing.RepaintManager$ProcessingRunnable.run()V (41 bytes) @ 0x034fa188 [0x034f9fa0+0x1e8]
J 5779 C1 java.awt.event.InvocationEvent.dispatch()V (69 bytes) @ 0x031f73d0 [0x031f7220+0x1b0]
J 5597 C1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V (149 bytes) @ 0x0318cff8 [0x0318bae0+0x1518]
J 5595 C1 java.awt.EventQueue$3.run()Ljava/lang/Void; (60 bytes) @ 0x0318b138 [0x0318afa0+0x198]
J 5594 C1 java.awt.EventQueue$3.run()Ljava/lang/Object; (5 bytes) @ 0x0318ad50 [0x0318ace0+0x70]
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150e52]
V  [jvm.dll+0x231d9b]
V  [jvm.dll+0x150b4a]
V  [jvm.dll+0xf38fc]
C  [java.dll+0x102f]
J 5354 C1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V (80 bytes) @ 0x02f13b98 [0x02f13420+0x778]
J 5390 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (190 bytes) @ 0x02ec64ec [0x02ec5760+0xd8c]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150e52]
V  [jvm.dll+0x231d9b]
V  [jvm.dll+0x150b4a]
V  [jvm.dll+0x1514dc]
V  [jvm.dll+0x151436]
V  [jvm.dll+0xef9c2]
V  [jvm.dll+0x17860a]
V  [jvm.dll+0x1ba70b]
C  [MSVCR120.dll+0x2c01d]
C  [MSVCR120.dll+0x2c001]
C  [KERNEL32.DLL+0x1fa29]
C  [ntdll.dll+0x676b4]
C  [ntdll.dll+0x67684]
C  0x00000000


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x39b35400 JavaThread "Thread-14" [_thread_blocked, id=32516, stack(0x3b530000,0x3b630000)]
  0x39b36c00 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=109836, stack(0x38d30000,0x38e30000)]
  0x39b38000 JavaThread "MessageDispatcher" [_thread_in_native, id=155372, stack(0x3f930000,0x3fa30000)]
  0x39b36000 JavaThread "AsynchronousFinalizer" [_thread_blocked, id=2584, stack(0x3b840000,0x3b940000)]
  0x39b35800 JavaThread "Thread-10" [_thread_in_native, id=59864, stack(0x3fb30000,0x3fc30000)]
  0x36446c00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=70600, stack(0x387a0000,0x388a0000)]
  0x36617800 JavaThread "TimerQueue" daemon [_thread_blocked, id=32432, stack(0x385a0000,0x386a0000)]
  0x36025800 JavaThread "Image Animator 2" daemon [_thread_blocked, id=159088, stack(0x37800000,0x37900000)]
=>0x35a25800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=54620, stack(0x37540000,0x37640000)]
  0x359ea400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=112584, stack(0x37170000,0x37270000)]
  0x359e9c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=114864, stack(0x37030000,0x37130000)]
  0x359e9400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=112560, stack(0x36ef0000,0x36ff0000)]
  0x34af8400 JavaThread "Service Thread" daemon [_thread_blocked, id=138744, stack(0x34f20000,0x35020000)]
  0x33fca400 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=58560, stack(0x349c0000,0x34ac0000)]
  0x33f9b800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=130584, stack(0x34880000,0x34980000)]
  0x33f96400 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=135124, stack(0x34740000,0x34840000)]
  0x33f9d800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=101964, stack(0x34600000,0x34700000)]
  0x33f90800 JavaThread "Attach Listener" daemon [_thread_blocked, id=66844, stack(0x344c0000,0x345c0000)]
  0x33f8d800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=83632, stack(0x34380000,0x34480000)]
  0x33f7c000 JavaThread "Finalizer" daemon [_thread_blocked, id=147808, stack(0x34110000,0x34210000)]
  0x33f76800 JavaThread "Reference Handler" daemon [_thread_blocked, id=89920, stack(0x34010000,0x34110000)]
  0x0067d400 JavaThread "main" [_thread_blocked, id=103760, stack(0x000a0000,0x001a0000)]

Other Threads:
  0x33f61400 VMThread [stack: 0x33b70000,0x33c70000] [id=73184]
  0x3400c800 WatcherThread [stack: 0x35060000,0x35160000] [id=11180]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 114944K, used 86296K [0x26f80000, 0x2f4c0000, 0x31a00000)
  eden space 98560K, 85% used [0x26f80000,0x2c22d570,0x2cfc0000)
  from space 16384K, 9% used [0x2e4c0000,0x2e658c68,0x2f4c0000)
  to   space 18944K, 0% used [0x2cfc0000,0x2cfc0000,0x2e240000)
 ParOldGen       total 79616K, used 39967K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 50% used [0x11a00000,0x14107d98,0x167c0000)
 Metaspace       used 29210K, capacity 29632K, committed 29696K, reserved 30080K

Card table byte_map: [0x31a00000,0x31b10000] byte_map_base: 0x31973000

Marking Bits: (ParMarkBitMap*) 0x699e9780
 Begin Bits: [0x324d0000, 0x32cd0000)
 End Bits:   [0x32cd0000, 0x334d0000)

Polling page: 0x02500000

CodeCache: size=245760Kb used=20761Kb max_used=20774Kb free=224998Kb
 bounds [0x02540000, 0x039a8000, 0x11540000]
 total_blobs=7362 nmethods=7065 adapters=207
 compilation: enabled

Compilation events (10 events):
Event: 62.446 Thread 0x33f9d800 nmethod 8458 0x03995a08 code [0x03995b20, 0x03995c5c]
Event: 62.447 Thread 0x33fca400 nmethod 8459 0x0399bcc8 code [0x0399c0c0, 0x0399df0c]
Event: 62.447 Thread 0x33fca400 8454       3       sun.java2d.pipe.PixelToShapeConverter::fillRect (24 bytes)
Event: 62.448 Thread 0x33fca400 nmethod 8454 0x03995388 code [0x039954c0, 0x039957cc]
Event: 62.448 Thread 0x33fca400 8455   !   3       sun.java2d.pipe.SpanShapeRenderer::fill (90 bytes)
Event: 62.448 Thread 0x33fca400 nmethod 8455 0x0399aa88 code [0x0399ac80, 0x0399b818]
Event: 62.448 Thread 0x33fca400 8456       3       sun.java2d.pipe.SpanShapeRenderer::renderRect (357 bytes)
Event: 62.449 Thread 0x33fca400 nmethod 8456 0x0399f148 code [0x0399f3c0, 0x039a0728]
Event: 62.449 Thread 0x33fca400 8457       3       sun.java2d.pipe.Region::clipBoxToBounds (69 bytes)
Event: 62.449 Thread 0x33fca400 nmethod 8457 0x03994e88 code [0x03994fa0, 0x03995200]

GC Heap History (10 events):
Event: 11.953 GC heap before
{Heap before GC invocations=18 (full 1):
 PSYoungGen      total 73216K, used 72872K [0x26f80000, 0x2c140000, 0x31a00000)
  eden space 65280K, 100% used [0x26f80000,0x2af40000,0x2af40000)
  from space 7936K, 95% used [0x2b880000,0x2bfea018,0x2c040000)
  to   space 9216K, 0% used [0x2af40000,0x2af40000,0x2b840000)
 ParOldGen       total 39424K, used 17946K [0x11a00000, 0x14080000, 0x26f80000)
  object space 39424K, 45% used [0x11a00000,0x12b86968,0x14080000)
 Metaspace       used 24783K, capacity 25148K, committed 25216K, reserved 25984K
Event: 11.964 GC heap after
Heap after GC invocations=18 (full 1):
 PSYoungGen      total 74496K, used 7920K [0x26f80000, 0x2d9c0000, 0x31a00000)
  eden space 65280K, 0% used [0x26f80000,0x26f80000,0x2af40000)
  from space 9216K, 85% used [0x2af40000,0x2b6fc058,0x2b840000)
  to   space 10240K, 0% used [0x2cfc0000,0x2cfc0000,0x2d9c0000)
 ParOldGen       total 39424K, used 24397K [0x11a00000, 0x14080000, 0x26f80000)
  object space 39424K, 61% used [0x11a00000,0x131d3730,0x14080000)
 Metaspace       used 24783K, capacity 25148K, committed 25216K, reserved 25984K
}
Event: 13.862 GC heap before
{Heap before GC invocations=19 (full 1):
 PSYoungGen      total 74496K, used 73200K [0x26f80000, 0x2d9c0000, 0x31a00000)
  eden space 65280K, 100% used [0x26f80000,0x2af40000,0x2af40000)
  from space 9216K, 85% used [0x2af40000,0x2b6fc058,0x2b840000)
  to   space 10240K, 0% used [0x2cfc0000,0x2cfc0000,0x2d9c0000)
 ParOldGen       total 39424K, used 24397K [0x11a00000, 0x14080000, 0x26f80000)
  object space 39424K, 61% used [0x11a00000,0x131d3730,0x14080000)
 Metaspace       used 26492K, capacity 26878K, committed 27008K, reserved 27008K
Event: 13.877 GC heap after
Heap after GC invocations=19 (full 1):
 PSYoungGen      total 88832K, used 10229K [0x26f80000, 0x2ec00000, 0x31a00000)
  eden space 78592K, 0% used [0x26f80000,0x26f80000,0x2bc40000)
  from space 10240K, 99% used [0x2cfc0000,0x2d9bd5b0,0x2d9c0000)
  to   space 19968K, 0% used [0x2bc40000,0x2bc40000,0x2cfc0000)
 ParOldGen       total 46592K, used 46254K [0x11a00000, 0x14780000, 0x26f80000)
  object space 46592K, 99% used [0x11a00000,0x1472b878,0x14780000)
 Metaspace       used 26492K, capacity 26878K, committed 27008K, reserved 27008K
}
Event: 13.877 GC heap before
{Heap before GC invocations=20 (full 2):
 PSYoungGen      total 88832K, used 10229K [0x26f80000, 0x2ec00000, 0x31a00000)
  eden space 78592K, 0% used [0x26f80000,0x26f80000,0x2bc40000)
  from space 10240K, 99% used [0x2cfc0000,0x2d9bd5b0,0x2d9c0000)
  to   space 19968K, 0% used [0x2bc40000,0x2bc40000,0x2cfc0000)
 ParOldGen       total 46592K, used 46254K [0x11a00000, 0x14780000, 0x26f80000)
  object space 46592K, 99% used [0x11a00000,0x1472b878,0x14780000)
 Metaspace       used 26492K, capacity 26878K, committed 27008K, reserved 27008K
Event: 13.960 GC heap after
Heap after GC invocations=20 (full 2):
 PSYoungGen      total 88832K, used 0K [0x26f80000, 0x2ec00000, 0x31a00000)
  eden space 78592K, 0% used [0x26f80000,0x26f80000,0x2bc40000)
  from space 10240K, 0% used [0x2cfc0000,0x2cfc0000,0x2d9c0000)
  to   space 19968K, 0% used [0x2bc40000,0x2bc40000,0x2cfc0000)
 ParOldGen       total 79616K, used 38922K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 48% used [0x11a00000,0x14002bd8,0x167c0000)
 Metaspace       used 26492K, capacity 26878K, committed 27008K, reserved 27008K
}
Event: 29.597 GC heap before
{Heap before GC invocations=21 (full 2):
 PSYoungGen      total 88832K, used 78592K [0x26f80000, 0x2ec00000, 0x31a00000)
  eden space 78592K, 100% used [0x26f80000,0x2bc40000,0x2bc40000)
  from space 10240K, 0% used [0x2cfc0000,0x2cfc0000,0x2d9c0000)
  to   space 19968K, 0% used [0x2bc40000,0x2bc40000,0x2cfc0000)
 ParOldGen       total 79616K, used 38922K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 48% used [0x11a00000,0x14002bd8,0x167c0000)
 Metaspace       used 27939K, capacity 28322K, committed 28416K, reserved 29056K
Event: 29.599 GC heap after
Heap after GC invocations=21 (full 2):
 PSYoungGen      total 98560K, used 2224K [0x26f80000, 0x2f7c0000, 0x31a00000)
  eden space 78592K, 0% used [0x26f80000,0x26f80000,0x2bc40000)
  from space 19968K, 11% used [0x2bc40000,0x2be6c210,0x2cfc0000)
  to   space 19456K, 0% used [0x2e4c0000,0x2e4c0000,0x2f7c0000)
 ParOldGen       total 79616K, used 38926K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 48% used [0x11a00000,0x14003bd8,0x167c0000)
 Metaspace       used 27939K, capacity 28322K, committed 28416K, reserved 29056K
}
Event: 43.822 GC heap before
{Heap before GC invocations=22 (full 2):
 PSYoungGen      total 98560K, used 80816K [0x26f80000, 0x2f7c0000, 0x31a00000)
  eden space 78592K, 100% used [0x26f80000,0x2bc40000,0x2bc40000)
  from space 19968K, 11% used [0x2bc40000,0x2be6c210,0x2cfc0000)
  to   space 19456K, 0% used [0x2e4c0000,0x2e4c0000,0x2f7c0000)
 ParOldGen       total 79616K, used 38926K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 48% used [0x11a00000,0x14003bd8,0x167c0000)
 Metaspace       used 28767K, capacity 29174K, committed 29312K, reserved 30080K
Event: 43.824 GC heap after
Heap after GC invocations=22 (full 2):
 PSYoungGen      total 114944K, used 1635K [0x26f80000, 0x2f4c0000, 0x31a00000)
  eden space 98560K, 0% used [0x26f80000,0x26f80000,0x2cfc0000)
  from space 16384K, 9% used [0x2e4c0000,0x2e658c68,0x2f4c0000)
  to   space 18944K, 0% used [0x2cfc0000,0x2cfc0000,0x2e240000)
 ParOldGen       total 79616K, used 39967K [0x11a00000, 0x167c0000, 0x26f80000)
  object space 79616K, 50% used [0x11a00000,0x14107d98,0x167c0000)
 Metaspace       used 28767K, capacity 29174K, committed 29312K, reserved 30080K
}

Deoptimization events (10 events):
Event: 36.711 Thread 0x35a25800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x02a7e2c8 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 36.711 Thread 0x35a25800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x02a7e2c8 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 36.711 Thread 0x35a25800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x02a7e2c8 method=java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; @ 119
Event: 37.701 Thread 0x39b36c00 Uncommon trap: reason=unloaded action=reinterpret pc=0x02f7e548 method=de.eeconsultants.escriba.client.designer.model.domain.DesignerElementVMFactory.createElementVM(Lde/eeconsultants/escriba/common/enumtypes/ItemType;)Lde/eeconsultants/escriba/client/com
Event: 37.752 Thread 0x35a25800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x036c4b68 method=java.util.Arrays.fill([Ljava/lang/Object;IILjava/lang/Object;)V @ 16
Event: 43.841 Thread 0x35a25800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0324fb88 method=javax.swing.text.GlyphPainter1.sync(Ljavax/swing/text/GlyphView;)V @ 38
Event: 45.055 Thread 0x39b36800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x02e743a4 method=java.util.Arrays.fill([Ljava/lang/Object;IILjava/lang/Object;)V @ 20
Event: 53.294 Thread 0x35a25800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x035bc19c method=java.awt.Container.adjustListeningChildren(JI)V @ 57
Event: 54.578 Thread 0x359ea400 Uncommon trap: reason=unstable_if action=reinterpret pc=0x02f777e4 method=java.util.LinkedList.node(I)Ljava/util/LinkedList$Node; @ 19
Event: 54.623 Thread 0x35a25800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x037b915c method=java.awt.KeyboardFocusManager.clearMostRecentFocusOwner(Ljava/awt/Component;)V @ 88

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 60.842 Thread 0x35a25800 Exception <a 'java/io/IOException'> (0x2ba2e9e0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 61.140 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2bedbd60) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 61.140 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2bedbfb0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 61.140 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2bedddd0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 61.140 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2bede020) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 62.442 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2c1d7c00) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 62.442 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2c1d7e50) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 62.442 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2c1d9c98) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 62.442 Thread 0x39b35400 Exception <a 'java/io/IOException'> (0x2c1d9ee8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 62.450 Thread 0x35a25800 Implicit null exception at 0x03992546 to 0x00000000

Events (10 events):
Event: 62.217 loading class sun/java2d/pipe/hw/AccelSurface
Event: 62.218 loading class sun/java2d/pipe/hw/AccelSurface done
Event: 62.218 loading class sun/java2d/d3d/D3DSurfaceData done
Event: 62.218 Executing VM operation: Deoptimize
Event: 62.218 Executing VM operation: Deoptimize done
Event: 62.218 loading class sun/java2d/d3d/D3DSurfaceData$D3DWindowSurfaceData done
Event: 62.218 loading class sun/java2d/opengl/OGLSurfaceData
Event: 62.219 loading class sun/java2d/opengl/OGLSurfaceData done
Event: 62.434 Thread 0x39b35400 DEOPT PACKING pc=0x03009a41 sp=0x3b62f550
Event: 62.434 Thread 0x39b35400 DEOPT UNPACKING pc=0x0257c5f5 sp=0x3b62f40c mode 0


Dynamic libraries:
0x00400000 - 0x00444000 	D:\daily\escriba-client-N1.7.0b58796\designer\bin\escriba-designer.exe
0x776b0000 - 0x77853000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x75ed0000 - 0x75fc0000 	C:\WINDOWS\System32\KERNEL32.DLL
0x75c70000 - 0x75e84000 	C:\WINDOWS\System32\KERNELBASE.dll
0x754e0000 - 0x75569000 	C:\WINDOWS\System32\SYSFER.DLL
0x69a60000 - 0x69ac8000 	C:\ProgramData\Symantec\Symantec Endpoint Protection\14.3.1148.0100.105\Data\Definitions\BASHDefs\20210324.011\UMEngx86.dll
0x77420000 - 0x775b6000 	C:\WINDOWS\System32\USER32.dll
0x76190000 - 0x761a8000 	C:\WINDOWS\System32\win32u.dll
0x762b0000 - 0x762d3000 	C:\WINDOWS\System32\GDI32.dll
0x75570000 - 0x7564c000 	C:\WINDOWS\System32\gdi32full.dll
0x75b50000 - 0x75bcb000 	C:\WINDOWS\System32\msvcp_win.dll
0x76070000 - 0x76190000 	C:\WINDOWS\System32\ucrtbase.dll
0x761b0000 - 0x7622a000 	C:\WINDOWS\System32\ADVAPI32.dll
0x76d00000 - 0x76dbf000 	C:\WINDOWS\System32\msvcrt.dll
0x762e0000 - 0x76356000 	C:\WINDOWS\System32\sechost.dll
0x76dc0000 - 0x76e80000 	C:\WINDOWS\System32\RPCRT4.dll
0x76360000 - 0x76914000 	C:\WINDOWS\System32\SHELL32.dll
0x77180000 - 0x77186000 	C:\WINDOWS\System32\psapi.dll
0x77670000 - 0x77695000 	C:\WINDOWS\System32\IMM32.DLL
0x69430000 - 0x69a53000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\server\jvm.dll
0x75010000 - 0x75018000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x73e90000 - 0x73e98000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x6a1a0000 - 0x6a1c8000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x76e80000 - 0x76ee3000 	C:\WINDOWS\System32\WS2_32.dll
0x78c50000 - 0x78d3e000 	C:\WINDOWS\SYSTEM32\MSVCR120.dll
0x720c0000 - 0x720cd000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\verify.dll
0x6a100000 - 0x6a124000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\java.dll
0x6a180000 - 0x6a194000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\zip.dll
0x73020000 - 0x73629000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
0x77190000 - 0x77412000 	C:\WINDOWS\System32\combase.dll
0x72fb0000 - 0x72fd4000 	C:\WINDOWS\SYSTEM32\Wldp.dll
0x775e0000 - 0x77667000 	C:\WINDOWS\System32\SHCORE.dll
0x75a90000 - 0x75ad5000 	C:\WINDOWS\System32\shlwapi.dll
0x72f90000 - 0x72fad000 	C:\WINDOWS\SYSTEM32\profapi.dll
0x68240000 - 0x6838a000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\awt.dll
0x75bd0000 - 0x75c66000 	C:\WINDOWS\System32\OLEAUT32.dll
0x693b0000 - 0x69421000 	C:\WINDOWS\SYSTEM32\MSVCP120.dll
0x66040000 - 0x660df000 	C:\WINDOWS\SYSTEM32\apphelp.dll
0x5a170000 - 0x5a1fd000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll
0x72170000 - 0x721e4000 	C:\WINDOWS\system32\uxtheme.dll
0x76b20000 - 0x76bf4000 	C:\WINDOWS\System32\MSCTF.dll
0x76a30000 - 0x76b13000 	C:\WINDOWS\System32\ole32.dll
0x74900000 - 0x7490f000 	C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x75af0000 - 0x75b4d000 	C:\WINDOWS\System32\bcryptPrimitives.dll
0x69390000 - 0x693a6000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\net.dll
0x74870000 - 0x748c2000 	C:\WINDOWS\system32\mswsock.dll
0x72b20000 - 0x72b31000 	C:\WINDOWS\system32\napinsp.dll
0x72950000 - 0x72966000 	C:\WINDOWS\system32\pnrpnsp.dll
0x72940000 - 0x72950000 	C:\WINDOWS\system32\wshbth.dll
0x72920000 - 0x72936000 	C:\WINDOWS\system32\NLAapi.dll
0x74220000 - 0x74252000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x72830000 - 0x728c2000 	C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x76ef0000 - 0x76ef7000 	C:\WINDOWS\System32\NSI.dll
0x72590000 - 0x7259e000 	C:\WINDOWS\System32\winrnr.dll
0x721f0000 - 0x721f8000 	C:\Windows\System32\rasadhlp.dll
0x72110000 - 0x72168000 	C:\WINDOWS\System32\fwpuclnt.dll
0x775c0000 - 0x775d9000 	C:\WINDOWS\System32\bcrypt.dll
0x6a130000 - 0x6a156000 	C:\WINDOWS\system32\DWMAPI.DLL
0x53ac0000 - 0x53bc3000 	C:\WINDOWS\system32\opengl32.dll
0x53a80000 - 0x53abf000 	C:\WINDOWS\SYSTEM32\GLU32.dll
0x692c0000 - 0x69342000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\freetype.dll
0x69210000 - 0x692bf000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\fontmanager.dll
0x71f10000 - 0x71f1f000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\nio.dll
0x66540000 - 0x665f9000 	C:\WINDOWS\SYSTEM32\textinputframework.dll
0x66220000 - 0x6649e000 	C:\WINDOWS\System32\CoreUIComponents.dll
0x664a0000 - 0x6653b000 	C:\WINDOWS\System32\CoreMessaging.dll
0x74aa0000 - 0x74ac9000 	C:\WINDOWS\SYSTEM32\ntmarta.dll
0x66ad0000 - 0x66bab000 	C:\WINDOWS\SYSTEM32\wintypes.dll
0x76230000 - 0x762ae000 	C:\WINDOWS\System32\clbcatq.dll
0x6fc00000 - 0x6fe12000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.746_none_11afeb8d2fff49aa\comctl32.dll
0x64fb0000 - 0x65120000 	C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x5afb0000 - 0x5afe1000 	C:\WINDOWS\system32\dataexchange.dll
0x69f00000 - 0x6a0e0000 	C:\WINDOWS\system32\d3d11.dll
0x69ca0000 - 0x69d62000 	C:\WINDOWS\system32\dxgi.dll
0x5beb0000 - 0x5c015000 	C:\WINDOWS\system32\dcomp.dll
0x64830000 - 0x649bf000 	C:\WINDOWS\system32\twinapi.appcore.dll
0x75e90000 - 0x75ecb000 	C:\WINDOWS\System32\CFGMGR32.dll
0x72e90000 - 0x72f53000 	C:\WINDOWS\system32\propsys.dll
0x52790000 - 0x527a3000 	C:\WINDOWS\system32\NetworkExplorer.dll
0x73840000 - 0x73859000 	C:\WINDOWS\SYSTEM32\MPR.dll
0x53780000 - 0x53789000 	C:\WINDOWS\System32\drprov.dll
0x719e0000 - 0x71a27000 	C:\WINDOWS\System32\WINSTA.dll
0x53760000 - 0x53773000 	C:\WINDOWS\System32\ntlanman.dll
0x53740000 - 0x53759000 	C:\WINDOWS\System32\davclnt.dll
0x53730000 - 0x5373a000 	C:\WINDOWS\System32\DAVHLPR.dll
0x737a0000 - 0x737b0000 	C:\WINDOWS\System32\wkscli.dll
0x6d750000 - 0x6d75e000 	C:\WINDOWS\SYSTEM32\cscapi.dll
0x747c0000 - 0x747cb000 	C:\WINDOWS\System32\netutils.dll
0x5b2a0000 - 0x5b2e6000 	C:\Windows\System32\dlnashext.dll
0x5b250000 - 0x5b299000 	C:\Windows\System32\PlayToDevice.dll
0x5d650000 - 0x5d66b000 	C:\Windows\System32\DevDispItemProvider.dll
0x66100000 - 0x6616b000 	C:\WINDOWS\System32\MMDevApi.dll
0x71940000 - 0x71964000 	C:\WINDOWS\System32\DEVOBJ.dll
0x64f60000 - 0x64fa2000 	C:\WINDOWS\SYSTEM32\rdpendp.dll
0x73830000 - 0x7383f000 	C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x5a930000 - 0x5a9bc000 	C:\WINDOWS\system32\wpdshext.dll
0x6a410000 - 0x6a57a000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.789_none_429ddec08a8f10c1\gdiplus.dll
0x5a8a0000 - 0x5a923000 	C:\Windows\System32\PortableDeviceApi.dll
0x75650000 - 0x75a84000 	C:\WINDOWS\System32\SETUPAPI.dll
0x76020000 - 0x76067000 	C:\WINDOWS\System32\WINTRUST.dll
0x76c00000 - 0x76cfa000 	C:\WINDOWS\System32\CRYPT32.dll
0x747a0000 - 0x747ae000 	C:\WINDOWS\System32\MSASN1.dll
0x5a860000 - 0x5a8a0000 	C:\WINDOWS\system32\audiodev.dll
0x5a650000 - 0x5a85d000 	C:\WINDOWS\system32\WMVCore.DLL
0x5a610000 - 0x5a64d000 	C:\WINDOWS\system32\WMASF.DLL
0x64de0000 - 0x64ee6000 	C:\WINDOWS\system32\mfperfhelper.dll
0x53890000 - 0x5389b000 	C:\WINDOWS\SYSTEM32\LINKINFO.dll
0x52c30000 - 0x52c79000 	C:\Windows\System32\thumbcache.dll
0x684d0000 - 0x684f3000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\sunec.dll
0x74850000 - 0x74863000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x74800000 - 0x7482f000 	C:\WINDOWS\system32\rsaenh.dll
0x746e0000 - 0x74705000 	C:\WINDOWS\SYSTEM32\USERENV.dll
0x747d0000 - 0x747da000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x71920000 - 0x71934000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x71970000 - 0x71986000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x6a850000 - 0x6a856000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\uwinapi.dll
0x684c0000 - 0x684c6000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\jawt.dll
0x684b0000 - 0x684b6000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\officebean.dll
0x684a0000 - 0x684a6000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\jpipe.dll
0x68490000 - 0x68497000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\jpipx.dll
0x68420000 - 0x68483000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\sal3.dll
0x74910000 - 0x74a98000 	C:\WINDOWS\SYSTEM32\dbghelp.dll
0x615e0000 - 0x61670000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\mlib_image.dll

VM Arguments:
jvm_args: -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dorg.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB -Djavax.accessibility.assistive_technologies= -Dlog4j.configuration=log4j_client.xml -Dcall.watch.multiplier=5000 -Xmx512m -Dopenoffice.user.pipe.name.suffix=_Office_1620868393598 -Dde.eeconsultants.escriba.client.designer.editor.swing.SwingElementEditorView.initialZoomSetting=100 -Dproxy_vole_lib_dir=D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib -Duser.home=C:\Users\deckerl\AppData\Roaming -Dcommon.bin.dir=D:\daily\escriba-client-N1.7.0b58796\designer\..\common\bin -DUNO_JAVA_JFW_JREHOME=D:\daily\escriba-client-N1.7.0b58796\designer\..\common\jre -Djava.library.path=D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib/endorsed;D:\daily\escriba-client-N1.7.0b58796\designer/../common/jre/bin;D:\daily\escriba-client-N1.7.0b58796\designer/lib;D:\daily\escriba-client-N1.7.0b58796\designer/bin 
java_command: <unknown>
java_class_path (initial): D:\daily\escriba-client-N1.7.0b58796\designer/conf;D:\daily\escriba-client-N1.7.0b58796\designer/oo;D:\daily\escriba-client-N1.7.0b58796\designer/../common/conf;D:\daily\escriba-client-N1.7.0b58796\designer/../common/graphics;D:\daily\escriba-client-N1.7.0b58796\designer/../common/jre/lib/jsse.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/unoil.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/juh.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/jurt.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/ridl.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\aopalliance-repackaged-2.2.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\avalon-framework-4.2.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\barcode4j-1.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\bcmail-jdk15on-1.46.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\bcprov-jdk15on-1.46.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\common-pdf.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-beanutils-1.8.3.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-cli-1.2.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-codec-1.10.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-codec-1.11.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-collections-3.2.1.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-collections4-4.1.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-digester-1.8.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-io-2.4.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-lang-2.5.jar;
Launcher Type: generic

Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_75
PATH=D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\Basis\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\common\jre\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Java\jdk1.7.0_75\bin;C:\apache-ant-1.9.2\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files\Git\bin;C:\Program Files\TortoiseSVN\bin;c:\apache-maven-3.5.0\bin\;C:\Program Files\nodejs\;C:\apache-maven-3.5.0\bin;c:\gradle-4.7\bin\;C:\Program Files\SourceGear\Common\DiffMerge\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Perforce\;C:\Users\deckerl\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
USERNAME=deckerl
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.804)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 16683088k(5490696k free), swap 49188944k(13754568k free)

vm_info: OpenJDK Server VM (25.282-b08) for windows-x86 JRE (1.8.0_282-b08), built on Jan 15 2021 06:57:56 by "Administrator" with MS VC++ 12.0 (VS2013)

time: Wed May 19 11:45:27 2021
timezone: Mitteleuropäische Sommerzeit
elapsed time: 62.858784 seconds (0d 0h 1m 2s)

@cliveverghese
Copy link
Contributor

Hi @nrmnrm

Thank you for reaching out, We are investigating this issue and we will keep you updated.

@nrmnrm
Copy link
Author

nrmnrm commented May 20, 2021

Thanks, let me know if I can do any testing with a new version as we cen reproduce it rarther quickly.

@cliveverghese
Copy link
Contributor

Hi @nrmnrm ,

It's hard to know for certain if this build will fix your issue, However, Please let us know if this works.

amazon-corretto-8.292.10.1-windows-x86-jdk.zip test build

In addition, does the JVM always crash at javax.swing.text.BoxView.layoutMajorAxis?

@nrmnrm
Copy link
Author

nrmnrm commented May 20, 2021

Unfortunately it still either freezes or closes. Not sure where the freezing occurs, the closing happend again in the layoutMajorAxis area.
See log file below.

@nrmnrm
Copy link
Author

nrmnrm commented May 20, 2021

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x034bbb35, pid=147160, tid=0x0001a580
#
# JRE version: OpenJDK Runtime Environment (8.0_292-b10) (build 1.8.0_292-b10)
# Java VM: OpenJDK Server VM (25.292-b10 mixed mode windows-x86 )
# Problematic frame:
# J 7964 C2 javax.swing.text.BoxView.layoutMajorAxis(II[I[I)V (283 bytes) @ 0x034bbb35 [0x034bb520+0x615]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   https://github.com/corretto/corretto-8/issues/
#

---------------  T H R E A D  ---------------

Current thread (0x364a8c00):  JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=107904, stack(0x37530000,0x37630000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000010

Registers:
EAX=0x7fffffff, EBX=0x8000000c, ECX=0x00000004, EDX=0x00000000
ESP=0x3762ded0, EBP=0x2ac44fa4, ESI=0x00000001, EDI=0x8000000c
EIP=0x034bbb35, EFLAGS=0x00010257

Top of Stack: (sp=0x3762ded0)
0x3762ded0:   7ffffff2 00000000 00000002 00000002
0x3762dee0:   7fffffff 00000000 0000000d 00000000
0x3762def0:   7ffffff2 8000000c 00000001 00000000
0x3762df00:   2ac48480 00000002 29e5f9a8 00000000
0x3762df10:   00000000 00000000 2ac44f88 037b0e50
0x3762df20:   00000001 2ac44f88 2ac44fa0 00000002
0x3762df30:   00003fff 00000001 29c23220 00000000
0x3762df40:   00000000 00000000 00000000 401e8000 

Instructions: (pc=0x034bbb35)
0x034bbb15:   cd 0f 4c df 8b d9 c5 f9 6e c6 c5 f9 7e e9 89 59
0x034bbb25:   0c c5 f9 7e dd 8b 7d 0c 89 7c 24 24 c5 f9 7e e1
0x034bbb35:   8b 49 0c c5 da 2a e1 c5 da 59 da c5 f9 7e d9 c1
0x034bbb45:   e9 17 81 e1 ff 00 00 00 bf 95 00 00 00 2b f9 8b 


Register to memory mapping:

EAX=0x7fffffff is an unknown value
EBX=0x8000000c is an unknown value
ECX=0x00000004 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x3762ded0 is pointing into the stack for thread: 0x364a8c00
EBP=0x2ac44fa4 is an unknown value
ESI=0x00000001 is an unknown value
EDI=0x8000000c is an unknown value


Stack: [0x37530000,0x37630000],  sp=0x3762ded0,  free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 7964 C2 javax.swing.text.BoxView.layoutMajorAxis(II[I[I)V (283 bytes) @ 0x034bbb35 [0x034bb520+0x615]
J 7033 C2 javax.swing.text.BoxView.setSpanOnAxis(IF)V (131 bytes) @ 0x037b0e50 [0x037b0d20+0x130]
J 7567 C2 javax.swing.text.BoxView.layout(II)V (15 bytes) @ 0x03915898 [0x03915860+0x38]
J 7364 C2 javax.swing.text.BoxView.setSize(FF)V (41 bytes) @ 0x0386c764 [0x0386c680+0xe4]
J 7683 C1 javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension; (241 bytes) @ 0x0321d5ec [0x0321cd20+0x8cc]
J 7883 C2 javax.swing.JComponent.getPreferredSize()Ljava/awt/Dimension; (43 bytes) @ 0x031bbd74 [0x031bbd20+0x54]
j  javax.swing.JEditorPane.getPreferredSize()Ljava/awt/Dimension;+1
J 7325 C1 de.eeconsultants.escriba.client.designer.realmelement.swing.RealmProtocolTable.getCellRenderer(II)Ljavax/swing/table/TableCellRenderer; (112 bytes) @ 0x03836be4 [0x03836460+0x784]
J 7116 C1 javax.swing.plaf.basic.BasicTableUI.paintCell(Ljava/awt/Graphics;Ljava/awt/Rectangle;II)V (114 bytes) @ 0x032d70b0 [0x032d6d40+0x370]
j  javax.swing.plaf.basic.BasicTableUI.paintCells(Ljava/awt/Graphics;IIII)V+133
j  javax.swing.plaf.basic.BasicTableUI.paint(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+249
J 5424 C1 javax.swing.plaf.ComponentUI.update(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V (36 bytes) @ 0x02b24960 [0x02b24380+0x5e0]
J 5230 C1 javax.swing.JComponent.paintComponent(Ljava/awt/Graphics;)V (44 bytes) @ 0x0333a450 [0x0333a260+0x1f0]
J 5213 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x0332d630 [0x0332c320+0x1310]
J 5215 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x03334fb4 [0x03332840+0x2774]
J 5213 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x0332d9f0 [0x0332c320+0x16d0]
j  javax.swing.JViewport.paint(Ljava/awt/Graphics;)V+205
J 5215 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x03334fb4 [0x03332840+0x2774]
J 5213 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x0332d9f0 [0x0332c320+0x16d0]
J 5215 C1 javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V (669 bytes) @ 0x03334fb4 [0x03332840+0x2774]
J 5213 C1 javax.swing.JComponent.paint(Ljava/awt/Graphics;)V (409 bytes) @ 0x0332d9f0 [0x0332c320+0x16d0]
J 7160 C1 javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V (108 bytes) @ 0x037f4a3c [0x037f4780+0x2bc]
J 6834 C1 javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Image;Ljava/awt/Graphics;IIII)V (294 bytes) @ 0x02a91c18 [0x02a91660+0x5b8]
J 7300 C1 javax.swing.RepaintManager$PaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z (189 bytes) @ 0x038258c0 [0x03824ee0+0x9e0]
J 6952 C1 javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V (93 bytes) @ 0x037768a0 [0x037764c0+0x3e0]
J 7132 C1 javax.swing.JComponent._paintImmediately(IIII)V (891 bytes) @ 0x037e72b8 [0x037e48e0+0x29d8]
J 6746 C1 javax.swing.JComponent.paintImmediately(IIII)V (155 bytes) @ 0x03717e48 [0x03717360+0xae8]
J 7114 C1 javax.swing.RepaintManager$4.run()Ljava/lang/Void; (278 bytes) @ 0x037ceab8 [0x037ce540+0x578]
J 6737 C1 javax.swing.RepaintManager$4.run()Ljava/lang/Object; (5 bytes) @ 0x036f5450 [0x036f53e0+0x70]
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150ab2]
V  [jvm.dll+0x2319eb]
V  [jvm.dll+0x1507aa]
V  [jvm.dll+0xf36ec]
C  [java.dll+0x102f]
J 7076 C1 javax.swing.RepaintManager.paintDirtyRegions(Ljava/util/Map;)V (196 bytes) @ 0x037be444 [0x037bd2e0+0x1164]
J 7692 C1 javax.swing.RepaintManager.paintDirtyRegions()V (50 bytes) @ 0x037f7ad0 [0x037f78c0+0x210]
J 7691 C1 javax.swing.RepaintManager.prePaintDirtyRegions()V (91 bytes) @ 0x032562b8 [0x03255da0+0x518]
J 7133 C1 javax.swing.RepaintManager$ProcessingRunnable.run()V (41 bytes) @ 0x02c9b848 [0x02c9b660+0x1e8]
J 5845 C1 java.awt.event.InvocationEvent.dispatch()V (69 bytes) @ 0x03488f90 [0x03488de0+0x1b0]
J 5680 C1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V (149 bytes) @ 0x0342abf8 [0x034296e0+0x1518]
J 5678 C1 java.awt.EventQueue$3.run()Ljava/lang/Void; (60 bytes) @ 0x03428d38 [0x03428ba0+0x198]
J 5677 C1 java.awt.EventQueue$3.run()Ljava/lang/Object; (5 bytes) @ 0x03428950 [0x034288e0+0x70]
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150ab2]
V  [jvm.dll+0x2319eb]
V  [jvm.dll+0x1507aa]
V  [jvm.dll+0xf36ec]
C  [java.dll+0x102f]
J 5429 C1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V (80 bytes) @ 0x031d3198 [0x031d2a20+0x778]
J 5434 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (190 bytes) @ 0x031d11ec [0x031d0460+0xd8c]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub
V  [jvm.dll+0x150ab2]
V  [jvm.dll+0x2319eb]
V  [jvm.dll+0x1507aa]
V  [jvm.dll+0x15113c]
V  [jvm.dll+0x151096]
V  [jvm.dll+0xef7d2]
V  [jvm.dll+0x17818a]
V  [jvm.dll+0x1ba28b]
C  [MSVCR120.dll+0x2c01d]
C  [MSVCR120.dll+0x2c001]
C  [KERNEL32.DLL+0x1fa29]
C  [ntdll.dll+0x676b4]
C  [ntdll.dll+0x67684]
C  0x00000000


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x3b27cc00 JavaThread "Image Animator 3" daemon [_thread_blocked, id=66892, stack(0x008a0000,0x009a0000)]
  0x3acac400 JavaThread "MessageDispatcher" [_thread_in_native, id=140544, stack(0x3fb80000,0x3fc80000)]
  0x3acac000 JavaThread "AsynchronousFinalizer" [_thread_blocked, id=84532, stack(0x3fa80000,0x3fb80000)]
  0x35e96000 JavaThread "Swing-Shell" daemon [_thread_blocked, id=64116, stack(0x387a0000,0x388a0000)]
  0x36607c00 JavaThread "TimerQueue" daemon [_thread_blocked, id=124072, stack(0x385a0000,0x386a0000)]
=>0x364a8c00 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=107904, stack(0x37530000,0x37630000)]
  0x36479400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=86892, stack(0x371d0000,0x372d0000)]
  0x3637b000 JavaThread "AWT-Shutdown" [_thread_blocked, id=138008, stack(0x370d0000,0x371d0000)]
  0x36522400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=109900, stack(0x36fd0000,0x370d0000)]
  0x34b18400 JavaThread "Service Thread" daemon [_thread_blocked, id=91556, stack(0x34f40000,0x35040000)]
  0x33fca000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=143708, stack(0x349e0000,0x34ae0000)]
  0x33fc9800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=16516, stack(0x348a0000,0x349a0000)]
  0x33fc4800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=39128, stack(0x34760000,0x34860000)]
  0x33fc3800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=126092, stack(0x34620000,0x34720000)]
  0x33fb2c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=32276, stack(0x344e0000,0x345e0000)]
  0x33fb0000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=132004, stack(0x343a0000,0x344a0000)]
  0x33f9b400 JavaThread "Finalizer" daemon [_thread_blocked, id=28248, stack(0x34130000,0x34230000)]
  0x33f95c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=90244, stack(0x34030000,0x34130000)]
  0x006d9800 JavaThread "main" [_thread_blocked, id=47364, stack(0x000a0000,0x001a0000)]

Other Threads:
  0x33e28c00 VMThread [stack: 0x33ba0000,0x33ca0000] [id=137636]
  0x34007800 WatcherThread [stack: 0x35080000,0x35180000] [id=93020]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 156160K, used 66452K [0x27180000, 0x31a00000, 0x31c00000)
  eden space 143872K, 44% used [0x27180000,0x2b007008,0x2fe00000)
  from space 12288K, 19% used [0x30e00000,0x3105e048,0x31a00000)
  to   space 14336K, 0% used [0x2fe00000,0x2fe00000,0x30c00000)
 ParOldGen       total 81920K, used 39194K [0x11c00000, 0x16c00000, 0x27180000)
  object space 81920K, 47% used [0x11c00000,0x14246ab8,0x16c00000)
 Metaspace       used 28777K, capacity 29184K, committed 29312K, reserved 30080K

Card table byte_map: [0x02580000,0x02690000] byte_map_base: 0x024f2000

Marking Bits: (ParMarkBitMap*) 0x5f669728
 Begin Bits: [0x32500000, 0x32d00000)
 End Bits:   [0x32d00000, 0x33500000)

Polling page: 0x024f0000

CodeCache: size=245760Kb used=19022Kb max_used=19027Kb free=226737Kb
 bounds [0x02770000, 0x03a20000, 0x11770000]
 total_blobs=6935 nmethods=6639 adapters=206
 compilation: enabled

Compilation events (10 events):
Event: 95.073 Thread 0x33fca000 nmethod 7973 0x02c70e48 code [0x02c70f60, 0x02c7108c]
Event: 95.073 Thread 0x33fca000 7972       1       org.apache.http.client.config.RequestConfig::isAuthenticationEnabled (5 bytes)
Event: 95.073 Thread 0x33fca000 nmethod 7972 0x0359adc8 code [0x0359aec0, 0x0359af60]
Event: 95.073 Thread 0x33fca000 7974       1       org.apache.http.impl.cookie.RFC2965Spec::getVersion (2 bytes)
Event: 95.073 Thread 0x33fca000 nmethod 7974 0x0359abc8 code [0x0359acc0, 0x0359ad60]
Event: 95.073 Thread 0x33fca000 7975       1       org.apache.http.client.methods.HttpRequestWrapper::getOriginal (5 bytes)
Event: 95.074 Thread 0x33fca000 nmethod 7975 0x0359a9c8 code [0x0359aac0, 0x0359ab60]
Event: 95.074 Thread 0x33fca000 7976       1       org.glassfish.jersey.client.ClientRequest::getUri (5 bytes)
Event: 95.074 Thread 0x33fca000 nmethod 7976 0x0359a7c8 code [0x0359a8c0, 0x0359a960]
Event: 95.079 Thread 0x33fc4800 nmethod 7964 0x034bb3c8 code [0x034bb520, 0x034bbe30]

GC Heap History (10 events):
Event: 13.915 GC heap before
{Heap before GC invocations=12 (full 1):
 PSYoungGen      total 85760K, used 79806K [0x27180000, 0x2cf40000, 0x31c00000)
  eden space 75776K, 100% used [0x27180000,0x2bb80000,0x2bb80000)
  from space 9984K, 40% used [0x2c500000,0x2c8efb18,0x2cec0000)
  to   space 9728K, 0% used [0x2bb80000,0x2bb80000,0x2c500000)
 ParOldGen       total 41728K, used 15663K [0x11c00000, 0x144c0000, 0x27180000)
  object space 41728K, 37% used [0x11c00000,0x12b4beb0,0x144c0000)
 Metaspace       used 24500K, capacity 24880K, committed 24960K, reserved 24960K
Event: 13.922 GC heap after
Heap after GC invocations=12 (full 1):
 PSYoungGen      total 85504K, used 8339K [0x27180000, 0x2edc0000, 0x31c00000)
  eden space 75776K, 0% used [0x27180000,0x27180000,0x2bb80000)
  from space 9728K, 85% used [0x2bb80000,0x2c3a4ca8,0x2c500000)
  to   space 10496K, 0% used [0x2e380000,0x2e380000,0x2edc0000)
 ParOldGen       total 41728K, used 18367K [0x11c00000, 0x144c0000, 0x27180000)
  object space 41728K, 44% used [0x11c00000,0x12defd80,0x144c0000)
 Metaspace       used 24500K, capacity 24880K, committed 24960K, reserved 24960K
}
Event: 14.178 GC heap before
{Heap before GC invocations=13 (full 1):
 PSYoungGen      total 85504K, used 84115K [0x27180000, 0x2edc0000, 0x31c00000)
  eden space 75776K, 100% used [0x27180000,0x2bb80000,0x2bb80000)
  from space 9728K, 85% used [0x2bb80000,0x2c3a4ca8,0x2c500000)
  to   space 10496K, 0% used [0x2e380000,0x2e380000,0x2edc0000)
 ParOldGen       total 41728K, used 18367K [0x11c00000, 0x144c0000, 0x27180000)
  object space 41728K, 44% used [0x11c00000,0x12defd80,0x144c0000)
 Metaspace       used 24826K, capacity 25200K, committed 25344K, reserved 25984K
Event: 14.189 GC heap after
Heap after GC invocations=13 (full 1):
 PSYoungGen      total 113664K, used 10486K [0x27180000, 0x2f9c0000, 0x31c00000)
  eden space 103168K, 0% used [0x27180000,0x27180000,0x2d640000)
  from space 10496K, 99% used [0x2e380000,0x2edbdb78,0x2edc0000)
  to   space 13568K, 0% used [0x2d640000,0x2d640000,0x2e380000)
 ParOldGen       total 41728K, used 22877K [0x11c00000, 0x144c0000, 0x27180000)
  object space 41728K, 54% used [0x11c00000,0x13257640,0x144c0000)
 Metaspace       used 24826K, capacity 25200K, committed 25344K, reserved 25984K
}
Event: 19.455 GC heap before
{Heap before GC invocations=14 (full 1):
 PSYoungGen      total 113664K, used 104010K [0x27180000, 0x2f9c0000, 0x31c00000)
  eden space 103168K, 90% used [0x27180000,0x2ccd4e88,0x2d640000)
  from space 10496K, 99% used [0x2e380000,0x2edbdb78,0x2edc0000)
  to   space 13568K, 0% used [0x2d640000,0x2d640000,0x2e380000)
 ParOldGen       total 41728K, used 22877K [0x11c00000, 0x144c0000, 0x27180000)
  object space 41728K, 54% used [0x11c00000,0x13257640,0x144c0000)
 Metaspace       used 26909K, capacity 27288K, committed 27308K, reserved 28032K
Event: 19.466 GC heap after
Heap after GC invocations=14 (full 1):
 PSYoungGen      total 116736K, used 10679K [0x27180000, 0x31c00000, 0x31c00000)
  eden space 103168K, 0% used [0x27180000,0x27180000,0x2d640000)
  from space 13568K, 78% used [0x2d640000,0x2e0adfb0,0x2e380000)
  to   space 14336K, 0% used [0x30e00000,0x30e00000,0x31c00000)
 ParOldGen       total 48896K, used 47080K [0x11c00000, 0x14bc0000, 0x27180000)
  object space 48896K, 96% used [0x11c00000,0x149fa158,0x14bc0000)
 Metaspace       used 26909K, capacity 27288K, committed 27308K, reserved 28032K
}
Event: 19.466 GC heap before
{Heap before GC invocations=15 (full 2):
 PSYoungGen      total 116736K, used 10679K [0x27180000, 0x31c00000, 0x31c00000)
  eden space 103168K, 0% used [0x27180000,0x27180000,0x2d640000)
  from space 13568K, 78% used [0x2d640000,0x2e0adfb0,0x2e380000)
  to   space 14336K, 0% used [0x30e00000,0x30e00000,0x31c00000)
 ParOldGen       total 48896K, used 47080K [0x11c00000, 0x14bc0000, 0x27180000)
  object space 48896K, 96% used [0x11c00000,0x149fa158,0x14bc0000)
 Metaspace       used 26909K, capacity 27288K, committed 27308K, reserved 28032K
Event: 19.540 GC heap after
Heap after GC invocations=15 (full 2):
 PSYoungGen      total 116736K, used 0K [0x27180000, 0x31c00000, 0x31c00000)
  eden space 103168K, 0% used [0x27180000,0x27180000,0x2d640000)
  from space 13568K, 0% used [0x2d640000,0x2d640000,0x2e380000)
  to   space 14336K, 0% used [0x30e00000,0x30e00000,0x31c00000)
 ParOldGen       total 81920K, used 39190K [0x11c00000, 0x16c00000, 0x27180000)
  object space 81920K, 47% used [0x11c00000,0x14245ab8,0x16c00000)
 Metaspace       used 26909K, capacity 27288K, committed 27308K, reserved 28032K
}
Event: 78.689 GC heap before
{Heap before GC invocations=16 (full 2):
 PSYoungGen      total 116736K, used 103168K [0x27180000, 0x31c00000, 0x31c00000)
  eden space 103168K, 100% used [0x27180000,0x2d640000,0x2d640000)
  from space 13568K, 0% used [0x2d640000,0x2d640000,0x2e380000)
  to   space 14336K, 0% used [0x30e00000,0x30e00000,0x31c00000)
 ParOldGen       total 81920K, used 39190K [0x11c00000, 0x16c00000, 0x27180000)
  object space 81920K, 47% used [0x11c00000,0x14245ab8,0x16c00000)
 Metaspace       used 28556K, capacity 28984K, committed 29056K, reserved 29056K
Event: 78.692 GC heap after
Heap after GC invocations=16 (full 2):
 PSYoungGen      total 156160K, used 2424K [0x27180000, 0x31a00000, 0x31c00000)
  eden space 143872K, 0% used [0x27180000,0x27180000,0x2fe00000)
  from space 12288K, 19% used [0x30e00000,0x3105e048,0x31a00000)
  to   space 14336K, 0% used [0x2fe00000,0x2fe00000,0x30c00000)
 ParOldGen       total 81920K, used 39194K [0x11c00000, 0x16c00000, 0x27180000)
  object space 81920K, 47% used [0x11c00000,0x14246ab8,0x16c00000)
 Metaspace       used 28556K, capacity 28984K, committed 29056K, reserved 29056K
}

Deoptimization events (10 events):
Event: 86.462 Thread 0x364a8c00 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02bc5670 method=javax.swing.text.View.getEndOffset()I @ 4
Event: 86.462 Thread 0x364a8c00 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02bc5670 method=javax.swing.text.View.getEndOffset()I @ 4
Event: 86.462 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0366d0d0 method=javax.swing.text.View.getMaximumSpan(I)F @ 2
Event: 86.467 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0369f6c0 method=javax.swing.text.AbstractDocument$BranchElement.getStartOffset()I @ 6
Event: 86.467 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x031ba5fc method=javax.swing.text.AbstractDocument$BranchElement.getEndOffset()I @ 29
Event: 86.472 Thread 0x364a8c00 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0344e448 method=javax.swing.text.CompositeView.getViewIndexAtPosition(I)I @ 7
Event: 86.472 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0369f6c0 method=javax.swing.text.AbstractDocument$BranchElement.getStartOffset()I @ 6
Event: 86.472 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x031ba5fc method=javax.swing.text.AbstractDocument$BranchElement.getEndOffset()I @ 29
Event: 86.473 Thread 0x364a8c00 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0344e448 method=javax.swing.text.CompositeView.getViewIndexAtPosition(I)I @ 7
Event: 86.473 Thread 0x364a8c00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x034c2f00 method=javax.swing.text.AbstractDocument$BranchElement.getStartOffset()I @ 6

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 93.619 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2a83a608) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 93.619 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2a83a858) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 93.619 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2a83c828) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 93.619 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2a83ca78) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 95.045 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2ae22810) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 95.045 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2ae22a60) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 95.045 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2ae24880) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 95.045 Thread 0x3b278800 Exception <a 'java/io/IOException'> (0x2ae24ad0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 95.074 Thread 0x3b278800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x2afc3e30) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 3315]
Event: 95.081 Thread 0x364a8c00 Implicit null exception at 0x034bbb35 to 0x00000000

Events (10 events):
Event: 95.065 Thread 0x33fca000 flushing nmethod 0x032de648
Event: 95.065 Thread 0x33fca000 flushing nmethod 0x03328b08
Event: 95.065 Thread 0x33fca000 flushing nmethod 0x033a2a48
Event: 95.065 Thread 0x33fca000 flushing nmethod 0x03432908
Event: 95.065 Thread 0x33fca000 flushing nmethod 0x03441108
Event: 95.066 Thread 0x33fca000 flushing nmethod 0x0359a408
Event: 95.066 Thread 0x33fca000 flushing nmethod 0x036bf308
Event: 95.074 Executing VM operation: RevokeBias
Event: 95.074 Executing VM operation: RevokeBias done
Event: 95.074 Thread 0x3b278800 Thread exited: 0x3b278800


Dynamic libraries:
0x00400000 - 0x00444000 	D:\daily\escriba-client-N1.7.0b58796\designer\bin\escriba-designer.exe
0x776b0000 - 0x77853000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x75ed0000 - 0x75fc0000 	C:\WINDOWS\System32\KERNEL32.DLL
0x75c70000 - 0x75e84000 	C:\WINDOWS\System32\KERNELBASE.dll
0x754e0000 - 0x75569000 	C:\WINDOWS\System32\SYSFER.DLL
0x66f20000 - 0x66f88000 	C:\ProgramData\Symantec\Symantec Endpoint Protection\14.3.1148.0100.105\Data\Definitions\BASHDefs\20210324.011\UMEngx86.dll
0x77420000 - 0x775b6000 	C:\WINDOWS\System32\USER32.dll
0x76190000 - 0x761a8000 	C:\WINDOWS\System32\win32u.dll
0x762b0000 - 0x762d3000 	C:\WINDOWS\System32\GDI32.dll
0x75570000 - 0x7564c000 	C:\WINDOWS\System32\gdi32full.dll
0x75b50000 - 0x75bcb000 	C:\WINDOWS\System32\msvcp_win.dll
0x76070000 - 0x76190000 	C:\WINDOWS\System32\ucrtbase.dll
0x761b0000 - 0x7622a000 	C:\WINDOWS\System32\ADVAPI32.dll
0x76d00000 - 0x76dbf000 	C:\WINDOWS\System32\msvcrt.dll
0x762e0000 - 0x76356000 	C:\WINDOWS\System32\sechost.dll
0x76dc0000 - 0x76e80000 	C:\WINDOWS\System32\RPCRT4.dll
0x76360000 - 0x76914000 	C:\WINDOWS\System32\SHELL32.dll
0x77180000 - 0x77186000 	C:\WINDOWS\System32\psapi.dll
0x77670000 - 0x77695000 	C:\WINDOWS\System32\IMM32.DLL
0x5f0b0000 - 0x5f6d3000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\server\jvm.dll
0x6a1a0000 - 0x6a1c8000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x73e90000 - 0x73e98000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x78c50000 - 0x78d3e000 	C:\WINDOWS\SYSTEM32\MSVCR120.dll
0x76e80000 - 0x76ee3000 	C:\WINDOWS\System32\WS2_32.dll
0x75010000 - 0x75018000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x66f10000 - 0x66f1d000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\verify.dll
0x66ee0000 - 0x66f04000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\java.dll
0x66ec0000 - 0x66ed4000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\zip.dll
0x73020000 - 0x73629000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
0x77190000 - 0x77412000 	C:\WINDOWS\System32\combase.dll
0x72fb0000 - 0x72fd4000 	C:\WINDOWS\SYSTEM32\Wldp.dll
0x775e0000 - 0x77667000 	C:\WINDOWS\System32\SHCORE.dll
0x75a90000 - 0x75ad5000 	C:\WINDOWS\System32\shlwapi.dll
0x72f90000 - 0x72fad000 	C:\WINDOWS\SYSTEM32\profapi.dll
0x66c00000 - 0x66d4a000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\awt.dll
0x75bd0000 - 0x75c66000 	C:\WINDOWS\System32\OLEAUT32.dll
0x69990000 - 0x69a01000 	C:\WINDOWS\SYSTEM32\MSVCP120.dll
0x66040000 - 0x660df000 	C:\WINDOWS\SYSTEM32\apphelp.dll
0x5a170000 - 0x5a1fd000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.488_none_89e6152f0b32762e\COMCTL32.dll
0x72170000 - 0x721e4000 	C:\WINDOWS\system32\uxtheme.dll
0x76b20000 - 0x76bf4000 	C:\WINDOWS\System32\MSCTF.dll
0x76a30000 - 0x76b13000 	C:\WINDOWS\System32\ole32.dll
0x74900000 - 0x7490f000 	C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x75af0000 - 0x75b4d000 	C:\WINDOWS\System32\bcryptPrimitives.dll
0x66ea0000 - 0x66eb6000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\net.dll
0x74870000 - 0x748c2000 	C:\WINDOWS\system32\mswsock.dll
0x72b20000 - 0x72b31000 	C:\WINDOWS\system32\napinsp.dll
0x72950000 - 0x72966000 	C:\WINDOWS\system32\pnrpnsp.dll
0x72940000 - 0x72950000 	C:\WINDOWS\system32\wshbth.dll
0x72920000 - 0x72936000 	C:\WINDOWS\system32\NLAapi.dll
0x74220000 - 0x74252000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x72830000 - 0x728c2000 	C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x76ef0000 - 0x76ef7000 	C:\WINDOWS\System32\NSI.dll
0x72590000 - 0x7259e000 	C:\WINDOWS\System32\winrnr.dll
0x721f0000 - 0x721f8000 	C:\Windows\System32\rasadhlp.dll
0x72110000 - 0x72168000 	C:\WINDOWS\System32\fwpuclnt.dll
0x775c0000 - 0x775d9000 	C:\WINDOWS\System32\bcrypt.dll
0x6a130000 - 0x6a156000 	C:\WINDOWS\system32\DWMAPI.DLL
0x53ac0000 - 0x53bc3000 	C:\WINDOWS\system32\opengl32.dll
0x53a80000 - 0x53abf000 	C:\WINDOWS\SYSTEM32\GLU32.dll
0x66e10000 - 0x66e92000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\freetype.dll
0x651d0000 - 0x6527f000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\fontmanager.dll
0x66bf0000 - 0x66bff000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\nio.dll
0x66540000 - 0x665f9000 	C:\WINDOWS\SYSTEM32\textinputframework.dll
0x66220000 - 0x6649e000 	C:\WINDOWS\System32\CoreUIComponents.dll
0x664a0000 - 0x6653b000 	C:\WINDOWS\System32\CoreMessaging.dll
0x74aa0000 - 0x74ac9000 	C:\WINDOWS\SYSTEM32\ntmarta.dll
0x66ad0000 - 0x66bab000 	C:\WINDOWS\SYSTEM32\wintypes.dll
0x76230000 - 0x762ae000 	C:\WINDOWS\System32\clbcatq.dll
0x6fc00000 - 0x6fe12000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.746_none_11afeb8d2fff49aa\comctl32.dll
0x64fb0000 - 0x65120000 	C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x5afb0000 - 0x5afe1000 	C:\WINDOWS\system32\dataexchange.dll
0x69f00000 - 0x6a0e0000 	C:\WINDOWS\system32\d3d11.dll
0x5beb0000 - 0x5c015000 	C:\WINDOWS\system32\dcomp.dll
0x69ca0000 - 0x69d62000 	C:\WINDOWS\system32\dxgi.dll
0x64830000 - 0x649bf000 	C:\WINDOWS\system32\twinapi.appcore.dll
0x75e90000 - 0x75ecb000 	C:\WINDOWS\System32\CFGMGR32.dll
0x72e90000 - 0x72f53000 	C:\WINDOWS\system32\propsys.dll
0x52790000 - 0x527a3000 	C:\WINDOWS\system32\NetworkExplorer.dll
0x73840000 - 0x73859000 	C:\WINDOWS\SYSTEM32\MPR.dll
0x53780000 - 0x53789000 	C:\WINDOWS\System32\drprov.dll
0x719e0000 - 0x71a27000 	C:\WINDOWS\System32\WINSTA.dll
0x53760000 - 0x53773000 	C:\WINDOWS\System32\ntlanman.dll
0x53740000 - 0x53759000 	C:\WINDOWS\System32\davclnt.dll
0x53730000 - 0x5373a000 	C:\WINDOWS\System32\DAVHLPR.dll
0x737a0000 - 0x737b0000 	C:\WINDOWS\System32\wkscli.dll
0x6d750000 - 0x6d75e000 	C:\WINDOWS\SYSTEM32\cscapi.dll
0x747c0000 - 0x747cb000 	C:\WINDOWS\System32\netutils.dll
0x5b2a0000 - 0x5b2e6000 	C:\Windows\System32\dlnashext.dll
0x5b250000 - 0x5b299000 	C:\Windows\System32\PlayToDevice.dll
0x5d650000 - 0x5d66b000 	C:\Windows\System32\DevDispItemProvider.dll
0x66100000 - 0x6616b000 	C:\WINDOWS\System32\MMDevApi.dll
0x71940000 - 0x71964000 	C:\WINDOWS\System32\DEVOBJ.dll
0x64f60000 - 0x64fa2000 	C:\WINDOWS\SYSTEM32\rdpendp.dll
0x73830000 - 0x7383f000 	C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x5a930000 - 0x5a9bc000 	C:\WINDOWS\system32\wpdshext.dll
0x6a410000 - 0x6a57a000 	C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.789_none_429ddec08a8f10c1\gdiplus.dll
0x5a8a0000 - 0x5a923000 	C:\Windows\System32\PortableDeviceApi.dll
0x75650000 - 0x75a84000 	C:\WINDOWS\System32\SETUPAPI.dll
0x76020000 - 0x76067000 	C:\WINDOWS\System32\WINTRUST.dll
0x76c00000 - 0x76cfa000 	C:\WINDOWS\System32\CRYPT32.dll
0x747a0000 - 0x747ae000 	C:\WINDOWS\System32\MSASN1.dll
0x5a860000 - 0x5a8a0000 	C:\WINDOWS\system32\audiodev.dll
0x5a650000 - 0x5a85d000 	C:\WINDOWS\system32\WMVCore.DLL
0x5a610000 - 0x5a64d000 	C:\WINDOWS\system32\WMASF.DLL
0x64de0000 - 0x64ee6000 	C:\WINDOWS\system32\mfperfhelper.dll
0x53890000 - 0x5389b000 	C:\WINDOWS\SYSTEM32\LINKINFO.dll
0x52c30000 - 0x52c79000 	C:\Windows\System32\thumbcache.dll
0x53800000 - 0x53883000 	C:\WINDOWS\SYSTEM32\policymanager.dll
0x53790000 - 0x537f5000 	C:\WINDOWS\SYSTEM32\msvcp110_win.dll
0x66bc0000 - 0x66be3000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\sunec.dll
0x74850000 - 0x74863000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x74800000 - 0x7482f000 	C:\WINDOWS\system32\rsaenh.dll
0x746e0000 - 0x74705000 	C:\WINDOWS\SYSTEM32\USERENV.dll
0x747d0000 - 0x747da000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x71920000 - 0x71934000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x71970000 - 0x71986000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x66170000 - 0x66176000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\uwinapi.dll
0x66bb0000 - 0x66bb6000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\jawt.dll
0x651c0000 - 0x651c6000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\officebean.dll
0x651b0000 - 0x651b6000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\jpipe.dll
0x651a0000 - 0x651a7000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\jpipx.dll
0x65130000 - 0x65193000 	D:\daily\escriba-client-N1.7.0b58796\LibreOffice\program\sal3.dll
0x74910000 - 0x74a98000 	C:\WINDOWS\SYSTEM32\dbghelp.dll
0x5d440000 - 0x5d4d0000 	D:\daily\escriba-client-N1.7.0b58796\common\jre\bin\mlib_image.dll

VM Arguments:
jvm_args: -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dorg.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB -Djavax.accessibility.assistive_technologies= -Dlog4j.configuration=log4j_client.xml -Dcall.watch.multiplier=5000 -Xmx512m -Dopenoffice.user.pipe.name.suffix=_Office_1620868393598 -Dde.eeconsultants.escriba.client.designer.editor.swing.SwingElementEditorView.initialZoomSetting=100 -Dproxy_vole_lib_dir=D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib -Duser.home=C:\Users\deckerl\AppData\Roaming -Dcommon.bin.dir=D:\daily\escriba-client-N1.7.0b58796\designer\..\common\bin -DUNO_JAVA_JFW_JREHOME=D:\daily\escriba-client-N1.7.0b58796\designer\..\common\jre -Djava.library.path=D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib/endorsed;D:\daily\escriba-client-N1.7.0b58796\designer/../common/jre/bin;D:\daily\escriba-client-N1.7.0b58796\designer/lib;D:\daily\escriba-client-N1.7.0b58796\designer/bin 
java_command: <unknown>
java_class_path (initial): D:\daily\escriba-client-N1.7.0b58796\designer/conf;D:\daily\escriba-client-N1.7.0b58796\designer/oo;D:\daily\escriba-client-N1.7.0b58796\designer/../common/conf;D:\daily\escriba-client-N1.7.0b58796\designer/../common/graphics;D:\daily\escriba-client-N1.7.0b58796\designer/../common/jre/lib/jsse.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/unoil.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/juh.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/jurt.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program/classes/ridl.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../LibreOffice/program;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\aopalliance-repackaged-2.2.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\avalon-framework-4.2.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\barcode4j-1.0.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\bcmail-jdk15on-1.46.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\bcprov-jdk15on-1.46.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\common-pdf.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-beanutils-1.8.3.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-cli-1.2.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-codec-1.10.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-codec-1.11.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-collections-3.2.1.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-collections4-4.1.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-digester-1.8.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-io-2.4.jar;D:\daily\escriba-client-N1.7.0b58796\designer/../common/lib\commons-lang-2.5.jar;
Launcher Type: generic

Environment Variables:
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_75
PATH=D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\Basis\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\LibreOffice\program;D:\daily\escriba-client-N1.7.0b58796\designer\..\common\jre\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Java\jdk1.7.0_75\bin;C:\apache-ant-1.9.2\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files\Git\bin;C:\Program Files\TortoiseSVN\bin;c:\apache-maven-3.5.0\bin\;C:\Program Files\nodejs\;C:\apache-maven-3.5.0\bin;c:\gradle-4.7\bin\;C:\Program Files\SourceGear\Common\DiffMerge\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Perforce\;C:\Users\deckerl\AppData\Roaming\npm;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
USERNAME=deckerl
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.804)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 16683088k(5505820k free), swap 49188944k(14388536k free)

vm_info: OpenJDK Server VM (25.292-b10) for windows-x86 JRE (1.8.0_292-b10), built on May 19 2021 22:37:57 by "Administrator" with MS VC++ 12.0 (VS2013)

time: Thu May 20 21:26:08 2021
timezone: Mitteleuropäische Sommerzeit
elapsed time: 95.472103 seconds (0d 0h 1m 35s)

@cliveverghese
Copy link
Contributor

Thank you for testing the build.

Would it be possible to share a reproducer for this issue?. It would speed up the investigation on our end.

@nrmnrm
Copy link
Author

nrmnrm commented May 20, 2021

You mean a video? Otherwise its a really complex client, server, DB setup..

@cliveverghese
Copy link
Contributor

Could you isolate the UI failure into a separate program and share that?.

@nrmnrm
Copy link
Author

nrmnrm commented May 20, 2021

That would mean a lot of effort, it is a really huge swing application. I was hoping the difference to the working AdoptOpenJDK would help. Must be something from the 8.282.08.1 build.

@cliveverghese
Copy link
Contributor

cliveverghese commented May 20, 2021

Could you try running with this jvm parameter?

-X:CompileCommand='exclude,javax.swing.text.BoxView::layoutMajorAxis'

@nrmnrm
Copy link
Author

nrmnrm commented May 21, 2021

I guess you mean
-XX:CompileCommand='exclude,javax.swing.text.BoxView::layoutMajorAxis'

(double X)

Yes, that seems to fix it as I am not able to reproduce

@cliveverghese
Copy link
Contributor

Could you try this fastdebug build.

amazon-corretto-8.292.10.1-windows-x86-jdk-fastdebug.zip

@nrmnrm
Copy link
Author

nrmnrm commented May 22, 2021

Now I get this from time to time:
image
Then it crashed totally
hs_err_pid21764.log

there was a mdmp file created (500mb), need that too?

I removed that -XX flag again for that test, correct?!

@navyxliu
Copy link
Contributor

When you removed -XX:CompileCommand='exclude,javax.swing.text.BoxView::layoutMajorAxis', you application again crashed at C2-compiled layoutMajorAxis. That's a sign that c2 has problem on that method on Windows x86.

If the workaround works for you, we believe it has unblocked you, right?

If you'd love to contribute openjdk and Corretto, you can help us in any of those ways.

  1. generate replay file, which may reproduce the compilation.
    -XX:CompileCommand='option,javax.swing.text.BoxView::layoutMajorAxis,DumpReplay'
  2. provide a core dump file on windows
  3. dump the assembly code of that method with hsdis-i386.
    -XX:CompileCommand='option,javax.swing.text.BoxView::layoutMajorAxis,PrintAssembly'
    http://classparser.blogspot.com/2010/03/hsdis-i386dll.html

@nrmnrm
Copy link
Author

nrmnrm commented May 26, 2021

Hi,

regarding "If the workaround works for you, we believe it has unblocked you, right?":
Yes in theory, although we will have to have this in mind all the time that we need this parameter. The thing that is really confusing me is that other OpenJDK variants (like AdoptOpenJDK, same build number as Corretto) don't have this issue. So I hoped pointing in that direction might make it easier to fix the issue in Corretto by looking at changes from 8.275.01.1 to 8.282.08.1?

@navyxliu
Copy link
Contributor

Hello, @nrmnrm

This query shows the difference between 8.275.01 and 8.282.08.1 /
git log --pretty=oneline --no-merges 8.275.01.1..8.282.08.1

No big change made in c2 compiler, however, we did upgrade vc++ in this commit.
c34e5b8c94 Update windows build toolchain to vs2013
we are investigating. stay tuned.

@navyxliu
Copy link
Contributor

navyxliu commented Jun 1, 2021

hi, @nrmnrm,

I check our CI records. c34e5b8 passed all tests like others. Now my guess is that it may run faster than prior binary and happens to unveil a bug in C2. I can confirm that there's no difference of C2 between 8.275.01.1 and 8.282.08.1

It's hard to say why other distributions don't have this issue. We still need your help to pinpoint the root cause.
#305 (comment)

Are you a subscriber of AWS premium support? If so , please contact your customer support representatives. They will provide you a channel to share binaries with us. If we get a reproducible, it's easier to analyze the problem.

@nrmnrm
Copy link
Author

nrmnrm commented Jun 4, 2021

Hi,

would you be able to build with your old vc++ environment that you were using before 8.282.08.1 and let me test that?
If this doesn't help I will put more work in making it reproducible.

Thanks and best regards

@nrmnrm
Copy link
Author

nrmnrm commented Jun 16, 2021

Hi,

just checking again, would it be possible to build with the older VC++ environment so i could test that?
Thanks for the effort

@earthling-amzn
Copy link

Is this still an issue with the most recent release? Have you tried JDK11?

@nrmnrm
Copy link
Author

nrmnrm commented Oct 6, 2021

we cant switch to JDK11 unfortunately
as said it's only an issue on the java 8 32 bit version (and only on corretto), 64bit is fine. the proposed workaround is working tot but leaves me wondering why it fails only on corretto 32bit

if there were any changes to latest build that could have fixed the issue i can retest!?

EDIT: i just retested, still freezes immediately (currently I cannot reproduce complete crashes, so I can not provide debug info as requested above via XX:CompileCommand)

Additionally I found out that the workaround
-XX:CompileCommand='exclude,javax.swing.text.BoxView::layoutMajorAxis'
is not working with excessive testing (freezes the swing app as well at some point)

So 8.275.01.1 is the last 32bit Java 8 that works for us.
Anything else I can do to help?

@nrmnrm
Copy link
Author

nrmnrm commented Oct 6, 2021

I have created a dump file of the hanging application, it is compressed around 100mb which I cannot upload here, where can I put it for you?

@lwahonen
Copy link

lwahonen commented Oct 6, 2021

Could you try this fastdebug build.

amazon-corretto-8.292.10.1-windows-x86-jdk-fastdebug.zip

Could you post a new link to a fastdebug build? I'm trying to sort through another Swing crash that has similar symptoms, but a different stack trace.

@navyxliu
Copy link
Contributor

navyxliu commented Oct 8, 2021

hi, @nrmnrm,

Application freezing may be a different issue from c2-generated code crash like you post above. When it happens, you can use external tool such as jstack to investigate why it is hanging.

I have created a dump file of the hanging application, it is compressed around 100mb which I cannot upload here, where can I put it for you?

If your application contains sensitive data in memory, please don't share the coredump file on the internet.

@nrmnrm
Copy link
Author

nrmnrm commented Oct 8, 2021

A mentioned in my initial report:
"the client hangs or closes completely from time to time"
Hanging and closing were there all the time, always in the same area of the swing application. Attaching a jstack here

and there is no hanging or closing with 8.275.01.1

stack is from 8.302 now

@nrmnrm
Copy link
Author

nrmnrm commented Oct 8, 2021

stack.txt

@navyxliu
Copy link
Contributor

@nrmnrm,
we made some progress in the neighbor. Could you try -XX:-UseFPUForSpilling and see if it mitigate your problem?
#331 (comment)

@nrmnrm
Copy link
Author

nrmnrm commented Oct 26, 2021

@navyxliu yes, I can confirm -XX:-UseFPUForSpilling fixes it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants