Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8096814

WebView crashes when you attempt to stop loading a large image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: P3 P3
    • 9
    • 8u25
    • javafx
    • None
    • web

      I have a reproducible test case for crashing a vm:

      1) Have WebView load a large image like this url:
      "http://chamorrobible.org/images/photos/gpw-200905-UnitedStatesAirForce-090414-F-6911G-003-Pacific-Ocean-B-2-Spirit-stealth-bomber-F-22A-Raptor-stealth-fighters-Guam-April-2009-huge.jpg

      2) while the page is loading, right click below the loading image and hit "stop loading"

      3) vm will natively crash every time so far and we checked two different pcs

      here is the native crash log:

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000c5b1731, pid=7480, tid=7068
      #
      # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
      # Problematic frame:
      # C [jfxwebkit.dll+0x531731]
      #
      # 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:
      # http://bugreport.sun.com/bugreport/crash.jsp
      # The crash happened outside the Java Virtual Machine in native code.
      # See problematic frame for where to report the bug.
      #

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

      Current thread (0x0000000006528800): JavaThread "JavaFX Application Thread" [_thread_in_native, id=7068, stack(0x000000000a440000,0x000000000a4c0000)]

      siginfo: ExceptionCode=0xc0000005, reading address 0x00000000000001d8

      Registers:
      RAX=0x0000000000000000, RBX=0x0000000006b68280, RCX=0x00000000084d1990, RDX=0x0000000006b682f0
      RSP=0x000000000a4bd4c0, RBP=0x000000000000a000, RSI=0x00000000075a50b0, RDI=0x00000000084d1990
      R8 =0x000000006176a040, R9 =0x000000000000a000, R10=0x0000000000000000, R11=0x00000000708087c7
      R12=0x000000006176a040, R13=0x000000000794f4d0, R14=0x000000006176a040, R15=0x000000000000a000
      RIP=0x000000000c5b1731, EFLAGS=0x0000000000010206

      Top of Stack: (sp=0x000000000a4bd4c0)
      0x000000000a4bd4c0: 0000000000000000 000000000c30b888
      0x000000000a4bd4d0: 0000000006b68648 0000000006b68280
      0x000000000a4bd4e0: 0000000006b68280 000000000c68e48f
      0x000000000a4bd4f0: 0000000006b68280 00000000075a50b0
      0x000000000a4bd500: 00000000075a50b0 000000000cba0c55
      0x000000000a4bd510: fffffffffffffffe 0000000065428c47
      0x000000000a4bd520: 000000006176a040 000000000794f4d0
      0x000000000a4bd530: 000000006176a040 000000000c679bfd
      0x000000000a4bd540: 0000000006b68280 0000000006b68648
      0x000000000a4bd550: 000000006176a040 0000000006b68280
      0x000000000a4bd560: 00000000075a50b0 000000000c68e720
      0x000000000a4bd570: 0000000000000000 00000000075a5040
      0x000000000a4bd580: 000000000000a000 000000000cba0ec9
      0x000000000a4bd590: fffffffffffffffe 000000000c67ccde
      0x000000000a4bd5a0: 0000000006a44d98 0000000000000000
      0x000000000a4bd5b0: 000000000000a000 000000000c68e84e

      Instructions: (pc=0x000000000c5b1731)
      0x000000000c5b1711: 30 5f e9 28 78 59 00 cc cc cc cc cc cc cc cc 48
      0x000000000c5b1721: 89 74 24 18 57 48 83 ec 20 48 8b 41 18 48 8b f9
      0x000000000c5b1731: 48 8b b0 d8 01 00 00 48 8b ce e8 30 d1 14 00 48
      0x000000000c5b1741: 85 c0 74 0d f6 80 8a 01 00 00 08 75 04 33 d2 eb


      Register to memory mapping:

      RAX=0x0000000000000000 is an unknown value
      RBX=0x0000000006b68280 is an unknown value
      RCX=0x00000000084d1990 is an unknown value
      RDX=0x0000000006b682f0 is an unknown value
      RSP=0x000000000a4bd4c0 is pointing into the stack for thread: 0x0000000006528800
      RBP=0x000000000000a000 is an unknown value
      RSI=0x00000000075a50b0 is an unknown value
      RDI=0x00000000084d1990 is an unknown value
      R8 =0x000000006176a040 is an unknown value
      R9 =0x000000000000a000 is an unknown value
      R10=0x0000000000000000 is an unknown value
      R11=0x00000000708087c7 is an unknown value
      R12=0x000000006176a040 is an unknown value
      R13=0x000000000794f4d0 is an unknown value
      R14=0x000000006176a040 is an unknown value
      R15=0x000000000000a000 is an unknown value


      Stack: [0x000000000a440000,0x000000000a4c0000], sp=0x000000000a4bd4c0, free space=501k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      C [jfxwebkit.dll+0x531731]
      C [jfxwebkit.dll+0x60e48f]
      C [jfxwebkit.dll+0x60e720]
      C [jfxwebkit.dll+0x60e84e]
      C [jfxwebkit.dll+0x601520]
      C [jfxwebkit.dll+0x638a8d]
      C [jfxwebkit.dll+0x638b7e]
      C [jfxwebkit.dll+0x638de4]
      C [jfxwebkit.dll+0x632b92]
      C [jfxwebkit.dll+0x722732]
      C 0x000000000f025b54

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j com.sun.webkit.network.URLLoader.twkDidReceiveData(Ljava/nio/ByteBuffer;IIJ)V+0
      j com.sun.webkit.network.URLLoader.notifyDidReceiveData(Ljava/nio/ByteBuffer;II)V+65
      j com.sun.webkit.network.URLLoader.lambda$didReceiveData$91(Ljava/nio/ByteBuffer;Lcom/sun/webkit/network/ByteBufferAllocator;)V+17
      j com.sun.webkit.network.URLLoader$$Lambda$188.run()V+12
      J 3246 C1 com.sun.javafx.application.PlatformImpl$$Lambda$97.run()Ljava/lang/Object; (8 bytes) @ 0x000000000f3cd604 [0x000000000f3cd4c0+0x144]
      v ~StubRoutines::call_stub
      J 2575 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x000000000f8490e6 [0x000000000f849080+0x66]
      J 3248 C1 com.sun.javafx.application.PlatformImpl.lambda$runLater$165(Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V (38 bytes) @ 0x000000000f50514c [0x000000000f504f20+0x22c]
      J 2999 C1 com.sun.javafx.application.PlatformImpl$$Lambda$95.run()V (12 bytes) @ 0x000000000f76e804 [0x000000000f76e780+0x84]
      J 2861 C1 com.sun.glass.ui.InvokeLaterDispatcher$Future.run()V (91 bytes) @ 0x000000000f1d258c [0x000000000f1d2480+0x10c]
      v ~StubRoutines::call_stub
      j com.sun.glass.ui.win.WinApplication._runLoop(Ljava/lang/Runnable;)V+0
      j com.sun.glass.ui.win.WinApplication.lambda$null$141(Ljava/lang/Runnable;)V+7
      j com.sun.glass.ui.win.WinApplication$$Lambda$87.run()V+8
      j java.lang.Thread.run()V+11
      v ~StubRoutines::call_stub

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

      Java Threads: ( => current thread )
        0x000000000756b000 JavaThread "Thread-49" daemon [_thread_blocked, id=7156, stack(0x000000000ee20000,0x000000000eea0000)]
        0x000000000756c800 JavaThread "Thread-48" daemon [_thread_blocked, id=2904, stack(0x000000000ef60000,0x000000000efe0000)]
        0x0000000007570800 JavaThread "Thread-47" daemon [_thread_blocked, id=7868, stack(0x000000000df80000,0x000000000e000000)]
        0x000000000756d800 JavaThread "Thread-46" daemon [_thread_blocked, id=8156, stack(0x000000005fd30000,0x000000005fdb0000)]
        0x000000000756f800 JavaThread "Thread-45" daemon [_thread_blocked, id=3532, stack(0x000000000eea0000,0x000000000ef20000)]
        0x000000000756c000 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=6140, stack(0x000000000ed90000,0x000000000ee10000)]
        0x000000000756a800 JavaThread "URL-Loader-1" daemon [_thread_in_native, id=6008, stack(0x0000000009e70000,0x0000000009ef0000)]
        0x0000000006b8e800 JavaThread "Disposer" daemon [_thread_blocked, id=3464, stack(0x0000000006140000,0x00000000061c0000)]
        0x0000000006b47000 JavaThread "Thread-4" daemon [_thread_in_native, id=9056, stack(0x000000000bc50000,0x000000000bd50000)]
      =>0x0000000006528800 JavaThread "JavaFX Application Thread" [_thread_in_native, id=7068, stack(0x000000000a440000,0x000000000a4c0000)]
        0x0000000007ad1800 JavaThread "Thread-3" daemon [_thread_blocked, id=4472, stack(0x0000000007c50000,0x0000000007cd0000)]
        0x0000000007540000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=7464, stack(0x0000000007bd0000,0x0000000007c50000)]
        0x0000000007abc000 JavaThread "JavaFX-Launcher" [_thread_blocked, id=8344, stack(0x0000000007ce0000,0x0000000007d60000)]
        0x000000000652a000 JavaThread "tCryptoFileMonitor-d:\niagara\r40\niagara_user_home\security" daemon [_thread_blocked, id=7272, stack(0x00000000092e0000,0x0000000009360000)]
        0x000000000695a000 JavaThread "Nre:Lease" daemon [_thread_blocked, id=5292, stack(0x0000000007b30000,0x0000000007bb0000)]
        0x0000000006765000 JavaThread "Nre:Engine" daemon [_thread_blocked, id=8348, stack(0x0000000005f20000,0x0000000005fa0000)]
        0x000000000466f800 JavaThread "Service Thread" daemon [_thread_blocked, id=3720, stack(0x00000000060b0000,0x0000000006130000)]
        0x000000000566b800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=8268, stack(0x0000000005fa0000,0x00000000060a0000)]
        0x0000000005669800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7316, stack(0x0000000005dc0000,0x0000000005ec0000)]
        0x0000000005666000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7576, stack(0x0000000005c20000,0x0000000005d20000)]
        0x0000000004665800 JavaThread "Attach Listener" daemon [_thread_blocked, id=8668, stack(0x0000000002ea0000,0x0000000002f20000)]
        0x0000000004664800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2356, stack(0x0000000005a80000,0x0000000005b00000)]
        0x0000000004608000 JavaThread "Finalizer" daemon [_thread_blocked, id=6516, stack(0x00000000055e0000,0x0000000005660000)]
        0x00000000045ff000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5976, stack(0x0000000002cd0000,0x0000000002d50000)]
        0x000000000236a800 JavaThread "main" [_thread_blocked, id=5960, stack(0x00000000001e0000,0x00000000002e0000)]

      Other Threads:
        0x00000000045f9800 VMThread [stack: 0x0000000005440000,0x0000000005540000] [id=8980]
        0x00000000056e8800 WatcherThread [stack: 0x0000000006210000,0x0000000006310000] [id=2328]

      VM state:not at safepoint (normal execution)

      VM Mutex/Monitor currently owned by a thread: None

      Heap:
       PSYoungGen total 56320K, used 29270K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 57% used [0x00000000fab00000,0x00000000fc795b08,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 23983K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 13% used [0x00000000f0000000,0x00000000f176bdb8,0x00000000fab00000)
       Metaspace used 24061K, capacity 25246K, committed 25344K, reserved 1071104K
        class space used 3273K, capacity 3546K, committed 3584K, reserved 1048576K

      Card table byte_map: [0x0000000002b40000,0x0000000002bd0000] byte_map_base: 0x00000000023c0000

      Marking Bits: (ParMarkBitMap*) 0x00000000612cd490
       Begin Bits: [0x0000000003470000, 0x0000000003870000)
       End Bits: [0x0000000003870000, 0x0000000003c70000)

      Polling page: 0x0000000002210000

      CodeCache: size=245760Kb used=8014Kb max_used=8649Kb free=237745Kb
       bounds [0x000000000f010000, 0x000000000f8a0000, 0x000000001e010000]
       total_blobs=3488 nmethods=2758 adapters=642
       compilation: enabled

      Compilation events (10 events):
      Event: 13.045 Thread 0x000000000566b800 3257 3 java.util.ArrayList::remove (69 bytes)
      Event: 13.045 Thread 0x000000000566b800 nmethod 3257 0x000000000f2c3450 code [0x000000000f2c3600, 0x000000000f2c3be8]
      Event: 13.082 Thread 0x000000000566b800 3258 3 com.sun.prism.GraphicsPipeline::getPipeline (4 bytes)
      Event: 13.082 Thread 0x000000000566b800 nmethod 3258 0x000000000f822510 code [0x000000000f822660, 0x000000000f822790]
      Event: 13.084 Thread 0x000000000566b800 3259 3 com.sun.javafx.event.EventHandlerManager::dispatchBubblingEvent (23 bytes)
      Event: 13.085 Thread 0x000000000566b800 nmethod 3259 0x000000000f485490 code [0x000000000f485660, 0x000000000f485fc8]
      Event: 13.085 Thread 0x000000000566b800 3260 3 com.sun.javafx.event.CompositeEventDispatcher::dispatchBubblingEvent (35 bytes)
      Event: 13.085 Thread 0x000000000566b800 nmethod 3260 0x000000000f80f190 code [0x000000000f80f320, 0x000000000f80f818]
      Event: 13.085 Thread 0x000000000566b800 3261 3 java.util.ArrayDeque::isEmpty (17 bytes)
      Event: 13.085 Thread 0x000000000566b800 nmethod 3261 0x000000000f503ed0 code [0x000000000f504020, 0x000000000f5041d0]

      GC Heap History (10 events):
      Event: 7.437 GC heap before
      {Heap before GC invocations=11 (full 4):
       PSYoungGen total 56320K, used 33559K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 65% used [0x00000000fab00000,0x00000000fcbc5f80,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 29% used [0x00000000fdd00000,0x00000000fe220020,0x00000000fee80000)
       ParOldGen total 175104K, used 163115K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 93% used [0x00000000f0000000,0x00000000f9f4ac08,0x00000000fab00000)
       Metaspace used 22146K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      Event: 7.499 GC heap after
      Heap after GC invocations=11 (full 4):
       PSYoungGen total 56320K, used 0K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 21006K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 11% used [0x00000000f0000000,0x00000000f1483b30,0x00000000fab00000)
       Metaspace used 22146K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      }
      Event: 8.810 GC heap before
      {Heap before GC invocations=12 (full 5):
       PSYoungGen total 56320K, used 30805K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 60% used [0x00000000fab00000,0x00000000fc915408,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 164620K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 94% used [0x00000000f0000000,0x00000000fa0c32a8,0x00000000fab00000)
       Metaspace used 22179K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      Event: 8.853 GC heap after
      Heap after GC invocations=12 (full 5):
       PSYoungGen total 56320K, used 0K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 21016K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 12% used [0x00000000f0000000,0x00000000f14862b0,0x00000000fab00000)
       Metaspace used 22179K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      }
      Event: 10.061 GC heap before
      {Heap before GC invocations=13 (full 6):
       PSYoungGen total 56320K, used 35436K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 69% used [0x00000000fab00000,0x00000000fcd9b1c8,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 164630K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 94% used [0x00000000f0000000,0x00000000fa0c5a28,0x00000000fab00000)
       Metaspace used 22213K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      Event: 10.102 GC heap after
      Heap after GC invocations=13 (full 6):
       PSYoungGen total 56320K, used 0K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 23566K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 13% used [0x00000000f0000000,0x00000000f1703ac0,0x00000000fab00000)
       Metaspace used 22213K, capacity 23202K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      }
      Event: 11.422 GC heap before
      {Heap before GC invocations=14 (full 7):
       PSYoungGen total 56320K, used 30650K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 59% used [0x00000000fab00000,0x00000000fc8ee838,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 167180K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 95% used [0x00000000f0000000,0x00000000fa343238,0x00000000fab00000)
       Metaspace used 22246K, capacity 23274K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      Event: 11.463 GC heap after
      Heap after GC invocations=14 (full 7):
       PSYoungGen total 56320K, used 0K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 23574K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 13% used [0x00000000f0000000,0x00000000f1705b38,0x00000000fab00000)
       Metaspace used 22246K, capacity 23274K, committed 23424K, reserved 1069056K
        class space used 2938K, capacity 3190K, committed 3200K, reserved 1048576K
      }
      Event: 12.817 GC heap before
      {Heap before GC invocations=15 (full 8):
       PSYoungGen total 56320K, used 35427K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 69% used [0x00000000fab00000,0x00000000fcd98e60,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 167188K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 95% used [0x00000000f0000000,0x00000000fa3452b0,0x00000000fab00000)
       Metaspace used 24053K, capacity 25246K, committed 25344K, reserved 1071104K
        class space used 3273K, capacity 3546K, committed 3584K, reserved 1048576K
      Event: 12.868 GC heap after
      Heap after GC invocations=15 (full 8):
       PSYoungGen total 56320K, used 0K [0x00000000fab00000, 0x0000000100000000, 0x0000000100000000)
        eden space 51200K, 0% used [0x00000000fab00000,0x00000000fab00000,0x00000000fdd00000)
        from space 5120K, 0% used [0x00000000ffb00000,0x00000000ffb00000,0x0000000100000000)
        to space 17920K, 0% used [0x00000000fdd00000,0x00000000fdd00000,0x00000000fee80000)
       ParOldGen total 175104K, used 23983K [0x00000000f0000000, 0x00000000fab00000, 0x00000000fab00000)
        object space 175104K, 13% used [0x00000000f0000000,0x00000000f176bdb8,0x00000000fab00000)
       Metaspace used 24053K, capacity 25246K, committed 25344K, reserved 1071104K
        class space used 3273K, capacity 3546K, committed 3584K, reserved 1048576K
      }

      Deoptimization events (10 events):
      Event: 3.413 Thread 0x0000000006528800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000f2b5758 method=java.lang.AbstractStringBuilder.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder; @ 1
      Event: 3.843 Thread 0x0000000006528800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000f48df54 method=java.lang.StringCoding.deref(Ljava/lang/ThreadLocal;)Ljava/lang/Object; @ 4
      Event: 11.943 Thread 0x0000000006528800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000f86cc6c method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
      Event: 11.943 Thread 0x0000000006528800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000f86cc6c method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
      Event: 11.943 Thread 0x0000000006528800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000f86cc6c method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
      Event: 11.943 Thread 0x0000000006528800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000f86cc6c method=javafx.beans.property.ObjectPropertyBase.get()Ljava/lang/Object; @ 23
      Event: 11.954 Thread 0x0000000006528800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000f75eda8 method=java.io.DataInputStream.readByte()B @ 4
      Event: 11.954 Thread 0x0000000006528800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000f75eda8 method=java.io.DataInputStream.readByte()B @ 4
      Event: 11.954 Thread 0x0000000006528800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000f75eda8 method=java.io.DataInputStream.readByte()B @ 4
      Event: 11.954 Thread 0x0000000006528800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000f75eda8 method=java.io.DataInputStream.readByte()B @ 4

      Internal exceptions (10 events):
      Event: 3.124 Thread 0x0000000006528800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fccde4f0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
      Event: 3.394 Thread 0x0000000006528800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000fab20fe0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jni.cpp, line 716]
      Event: 3.395 Thread 0x0000000006528800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000fab229a8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jni.cpp, line 716]
      Event: 3.399 Thread 0x0000000006528800 Implicit null exception at 0x000000000f307006 to 0x000000000f30733d
      Event: 3.409 Thread 0x000000000756a800 Implicit null exception at 0x000000000f51ee40 to 0x000000000f51f525
      Event: 3.413 Thread 0x0000000006528800 Implicit null exception at 0x000000000f2b5406 to 0x000000000f2b5741
      Event: 3.843 Thread 0x0000000006528800 Implicit null exception at 0x000000000f48d820 to 0x000000000f48df39
      Event: 5.532 Thread 0x000000000695a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fc922ba8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
      Event: 11.885 Thread 0x0000000006528800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fc8537e0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
      Event: 11.887 Thread 0x0000000006528800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000fc8b12f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]

      Events (10 events):
      Event: 12.872 Executing VM operation: RevokeBias done
      Event: 12.874 Thread 0x000000000566b800 flushing nmethod 0x000000000f307950
      Event: 12.884 Executing VM operation: RevokeBias
      Event: 12.884 Executing VM operation: RevokeBias done
      Event: 12.884 Thread 0x000000000756f000 Thread exited: 0x000000000756f000
      Event: 13.045 Thread 0x000000000566b800 flushing nmethod 0x000000000f80f190
      Event: 13.045 Thread 0x000000000566b800 flushing nmethod 0x000000000f821650
      Event: 13.045 Thread 0x000000000566b800 flushing nmethod 0x000000000f821990
      Event: 13.045 Thread 0x000000000566b800 flushing nmethod 0x000000000f822510
      Event: 13.045 Thread 0x000000000566b800 flushing nmethod 0x000000000f822f50


      Dynamic libraries:
      0x000000013fc00000 - 0x000000013fc07000 d:\niagara\r40\niagara_home\bin\nre.exe
      0x0000000077c60000 - 0x0000000077e09000 C:\Windows\SYSTEM32\ntdll.dll
      0x0000000077a40000 - 0x0000000077b5f000 C:\Windows\system32\kernel32.dll
      0x000007fefdac0000 - 0x000007fefdb2b000 C:\Windows\system32\KERNELBASE.dll
      0x000007fefb4e0000 - 0x000007fefb4f8000 d:\niagara\r40\niagara_home\bin\nre.dll
      0x000007feeecf0000 - 0x000007feeed30000 d:\niagara\r40\niagara_home\bin\common.dll
      0x000007feffce0000 - 0x000007feffdbb000 C:\Windows\system32\ADVAPI32.dll
      0x000007feffad0000 - 0x000007feffb6f000 C:\Windows\system32\msvcrt.dll
      0x000007fefde60000 - 0x000007fefde7f000 C:\Windows\SYSTEM32\sechost.dll
      0x000007fefe450000 - 0x000007fefe57d000 C:\Windows\system32\RPCRT4.dll
      0x000007fefa4d0000 - 0x000007fefa4e6000 C:\Windows\system32\NETAPI32.dll
      0x000007fefce70000 - 0x000007fefce7c000 C:\Windows\system32\netutils.dll
      0x000007fefd510000 - 0x000007fefd533000 C:\Windows\system32\srvcli.dll
      0x000007fefa4b0000 - 0x000007fefa4c5000 C:\Windows\system32\wkscli.dll
      0x000007fefaee0000 - 0x000007fefaeec000 C:\Windows\system32\DSROLE.DLL
      0x000007fefa490000 - 0x000007fefa4a4000 C:\Windows\system32\SAMCLI.DLL
      0x000007fefd080000 - 0x000007fefd0b0000 C:\Windows\system32\LOGONCLI.DLL
      0x000007feff460000 - 0x000007feff4ad000 C:\Windows\system32\WS2_32.dll
      0x000007feff340000 - 0x000007feff348000 C:\Windows\system32\NSI.dll
      0x0000000077b60000 - 0x0000000077c5a000 C:\Windows\system32\USER32.dll
      0x000007fefe3e0000 - 0x000007fefe447000 C:\Windows\system32\GDI32.dll
      0x000007feff840000 - 0x000007feff84e000 C:\Windows\system32\LPK.dll
      0x000007feffea0000 - 0x000007fefff69000 C:\Windows\system32\USP10.dll
      0x000007feec1d0000 - 0x000007feec2bf000 d:\niagara\r40\niagara_home\bin\MSVCR120.dll
      0x000007fefdc80000 - 0x000007fefddec000 C:\Windows\system32\CRYPT32.dll
      0x000007fefdaa0000 - 0x000007fefdaaf000 C:\Windows\system32\MSASN1.dll
      0x000007fefe580000 - 0x000007feff308000 C:\Windows\system32\SHELL32.dll
      0x000007feff7c0000 - 0x000007feff831000 C:\Windows\system32\SHLWAPI.dll
      0x000007fefe1d0000 - 0x000007fefe3d3000 C:\Windows\system32\ole32.dll
      0x000007feff310000 - 0x000007feff33e000 C:\Windows\system32\IMM32.DLL
      0x000007feff350000 - 0x000007feff459000 C:\Windows\system32\MSCTF.dll
      0x000007fefd9c0000 - 0x000007fefda04000 C:\Windows\system32\nvinitx.dll
      0x000000000f000000 - 0x000000000f006000 C:\Program Files\NVIDIA Corporation\CoProcManager\_etoured.dll
      0x000007fef85c0000 - 0x000007fef8605000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
      0x000007feff850000 - 0x000007feffa27000 C:\Windows\system32\SETUPAPI.dll
      0x000007fefde10000 - 0x000007fefde46000 C:\Windows\system32\CFGMGR32.dll
      0x000007feffdc0000 - 0x000007feffe97000 C:\Windows\system32\OLEAUT32.dll
      0x000007fefdbb0000 - 0x000007fefdbca000 C:\Windows\system32\DEVOBJ.dll
      0x000007fef8580000 - 0x000007fef85b7000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
      0x000007fefad40000 - 0x000007fefad67000 C:\Windows\system32\iphlpapi.dll
      0x000007fefad30000 - 0x000007fefad3b000 C:\Windows\system32\WINNSI.DLL
      0x0000000060af0000 - 0x000000006134a000 d:\niagara\r40\niagara_home\jre\bin\server\jvm.dll
      0x000007fef9e20000 - 0x000007fef9e29000 C:\Windows\system32\WSOCK32.dll
      0x000007fefbef0000 - 0x000007fefbf2b000 C:\Windows\system32\WINMM.dll
      0x0000000077e30000 - 0x0000000077e37000 C:\Windows\system32\PSAPI.DLL
      0x00000000653c0000 - 0x0000000065491000 d:\niagara\r40\niagara_home\bin\MSVCR100.dll
      0x0000000071c60000 - 0x0000000071c6f000 d:\niagara\r40\niagara_home\jre\bin\verify.dll
      0x00000000716e0000 - 0x0000000071708000 d:\niagara\r40\niagara_home\jre\bin\java.dll
      0x0000000071840000 - 0x0000000071856000 d:\niagara\r40\niagara_home\jre\bin\zip.dll
      0x0000000002470000 - 0x000000000247f000 C:\Windows\system32\profapi.dll
      0x000000006e4b0000 - 0x000000006e4ca000 D:\niagara\r40\niagara_home\jre\bin\net.dll
      0x000007fefd230000 - 0x000007fefd285000 C:\Windows\system32\mswsock.dll
      0x000007fefd220000 - 0x000007fefd227000 C:\Windows\System32\wship6.dll
      0x000007fefab30000 - 0x000007fefab41000 C:\Windows\system32\dhcpcsvc6.DLL
      0x000007fefab10000 - 0x000007fefab28000 C:\Windows\system32\dhcpcsvc.DLL
      0x000007fefd0b0000 - 0x000007fefd10b000 C:\Windows\system32\DNSAPI.dll
      0x0000000074670000 - 0x0000000074696000 C:\Program Files\Bonjour\mdnsNSP.dll
      0x000007fefcb60000 - 0x000007fefcb67000 C:\Windows\System32\wshtcpip.dll
      0x000007fef9e90000 - 0x000007fef9e98000 C:\Windows\system32\rasadhlp.dll
      0x000007fefabd0000 - 0x000007fefac23000 C:\Windows\System32\fwpuclnt.dll
      0x000007fefd480000 - 0x000007fefd497000 C:\Windows\system32\CRYPTSP.dll
      0x000007fefcf90000 - 0x000007fefcfd7000 C:\Windows\system32\rsaenh.dll
      0x000007fefddf0000 - 0x000007fefde0e000 C:\Windows\system32\USERENV.dll
      0x000007fefd8f0000 - 0x000007fefd8ff000 C:\Windows\system32\CRYPTBASE.dll
      0x0000000068b50000 - 0x0000000068b61000 D:\niagara\r40\niagara_home\jre\bin\nio.dll
      0x0000000065390000 - 0x00000000653b4000 D:\niagara\r40\niagara_home\jre\bin\sunec.dll
      0x0000000071c50000 - 0x0000000071c5b000 D:\niagara\r40\niagara_home\jre\bin\sunmscapi.dll
      0x000007fefb070000 - 0x000007fefb085000 C:\Windows\system32\NLAapi.dll
      0x000007fef9e40000 - 0x000007fef9e55000 C:\Windows\system32\napinsp.dll
      0x000007fef9e00000 - 0x000007fef9e19000 C:\Windows\system32\pnrpnsp.dll
      0x000007fef9e30000 - 0x000007fef9e3b000 C:\Windows\System32\winrnr.dll
      0x0000000064f70000 - 0x0000000064f9c000 D:\niagara\r40\niagara_home\jre\bin\prism_d3d.dll
      0x000007fef8c50000 - 0x000007fef8e4f000 C:\Windows\system32\d3d9.dll
      0x000007fefca90000 - 0x000007fefca9c000 C:\Windows\system32\VERSION.dll
      0x000007fef9880000 - 0x000007fef9887000 C:\Windows\system32\d3d8thk.dll
      0x000007fefbb10000 - 0x000007fefbb28000 C:\Windows\system32\dwmapi.dll
      0x000007fefc540000 - 0x000007fefc596000 C:\Windows\system32\uxtheme.dll
      0x000007fef2c10000 - 0x000007fef2d02000 C:\Windows\system32\nvumdshimx.dll
      0x000007fef2f90000 - 0x000007fef3247000 C:\Windows\system32\nvapi64.dll
      0x000007fee62b0000 - 0x000007fee73a2000 C:\Windows\system32\nvd3dumx.dll
      0x0000000180000000 - 0x00000001807ff000 C:\Windows\system32\igdumd64.dll
      0x000007fefdb30000 - 0x000007fefdb69000 C:\Windows\system32\WINTRUST.dll
      0x0000000063bc0000 - 0x0000000063c92000 D:\niagara\r40\niagara_home\jre\bin\msvcr100.dll
      0x0000000064e00000 - 0x0000000064e42000 D:\niagara\r40\niagara_home\jre\bin\glass.dll
      0x000007feffa30000 - 0x000007feffac7000 C:\Windows\system32\COMDLG32.dll
      0x000007fef9060000 - 0x000007fef9100000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\COMCTL32.dll
      0x000007fef8610000 - 0x000007fef862d000 C:\Program Files (x86)\McAfee\SiteAdvisor Enterprise\x64\saHook.dll
      0x000007fefc2c0000 - 0x000007fefc2ec000 C:\Windows\system32\powrprof.dll
      0x000000000c080000 - 0x000000000d458000 D:\niagara\r40\niagara_home\jre\bin\jfxwebkit.dll
      0x0000000068af0000 - 0x0000000068b05000 D:\niagara\r40\niagara_home\jre\bin\javafx_font.dll
      0x000007feeba80000 - 0x000007feebc16000 C:\Windows\system32\dwrite.dll
      0x000007fefe110000 - 0x000007fefe1a9000 C:\Windows\system32\CLBCatQ.DLL
      0x000007fefc5a0000 - 0x000007fefc794000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll
      0x000007fefb960000 - 0x000007fefbac1000 C:\Windows\system32\WindowsCodecs.dll
      0x000007fefd890000 - 0x000007fefd8e7000 C:\Windows\system32\apphelp.dll
      0x0000000068b10000 - 0x0000000068b26000 C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll
      0x0000000008040000 - 0x00000000080bb000 C:\Program Files\TortoiseHg\ThgShellx64.dll
      0x000007fef9100000 - 0x000007fef941d000 C:\Windows\system32\msi.dll
      0x000007fef1eb0000 - 0x000007fef1ee5000 C:\Windows\system32\EhStorShell.dll
      0x000007fefc140000 - 0x000007fefc26c000 C:\Windows\system32\PROPSYS.dll
      0x000007fef1690000 - 0x000007fef170e000 C:\Windows\System32\cscui.dll
      0x000007fef2bd0000 - 0x000007fef2bdc000 C:\Windows\System32\CSCDLL.dll
      0x000007fef8ef0000 - 0x000007fef8eff000 C:\Windows\system32\CSCAPI.dll
      0x000007feee730000 - 0x000007feee75d000 C:\Program Files\Common Files\Microsoft Shared\Ink\rtscom.dll
      0x0000000064da0000 - 0x0000000064dc5000 D:\niagara\r40\niagara_home\jre\bin\javafx_iio.dll
      0x000007fef9a20000 - 0x000007fef9b45000 C:\Windows\system32\dbghelp.dll

      VM Arguments:
      jvm_args: -Xmx256M -Dfile.encoding=UTF-8 -Xss512K -XX:CompileCommand=exclude,java/lang/invoke/LambdaForm$*.invoke* -Djava.library.path=d:/niagara/r40\niagara_home\bin;d:/niagara/r40\niagara_dev_home\jdk\jdk\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;c:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Windows\system32\windowspowershell\v1.0\;c:\program files (x86)\borland\starteam sdk 11.0\lib;c:\program files (x86)\borland\starteam sdk 11.0\bin;c:\program files (x86)\microsoft sql server\110\tools\binn\;c:\program files\microsoft sql server\110\tools\binn\;c:\program files\microsoft sql server\110\dts\binn\;c:\program files (x86)\microsoft sql server\110\tools\binn\managementstudio\;c:\program files (x86)\microsoft sql server\110\dts\binn\;c:\program files\ibm\gsk8\lib64;c:\program files (x86)\ibm\gsk8\lib;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\TortoiseHg\;C:\Program Files\nodejs\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\SMLNJ\bin\;c:\Apps\nsh; d:\niagara\adm; D:\gradle\bin;C:\Users\e333930\AppData\Roaming\npm -Dniagara.home=d:/niagara/r40\niagara_home -Dniagara.user.home=d:/niagara/r40\niagara_user_home -Dniagara.platform.provider=com.tridium.nre.platform.NativePlatformProviderTridium -Dniagara.supported.runtime.profiles=rt,ux,wb,se,doc -Dniagara.required.runtime.profiles=rt,ux,wb,se -Djava.security.properties==d:/niagara/r40\niagara_home\security\policy\java.security -Djava.security.policy==d:/niagara/r40\niagara_home\security\policy\wb.policy exit
      java_command: <unknown>
      java_class_path (initial): d:/niagara/r40\niagara_home\modules\baja.jar;d:/niagara/r40\niagara_home\bin\ext\activation-111.jar;d:/niagara/r40\niagara_home\bin\ext\bcpkix-jdk15on-149.jar;d:/niagara/r40\niagara_home\bin\ext\bcprov-jdk15on-149.jar;d:/niagara/r40\niagara_home\bin\ext\cryptoCore.jar;d:/niagara/r40\niagara_home\bin\ext\daemonCrypto.jar;d:/niagara/r40\niagara_home\bin\ext\jettyWrapper.jar;d:/niagara/r40\niagara_home\bin\ext\jxbrowser-4.3.jar;d:/niagara/r40\niagara_home\bin\ext\mail-145.jar;d:/niagara/r40\niagara_home\bin\ext\niagarad.jar;d:/niagara/r40\niagara_home\bin\ext\nre.jar;d:/niagara/r40\niagara_home\bin\ext\org.json-chargebee-1.0.jar;d:/niagara/r40\niagara_home\bin\ext\orient;d:/niagara/r40\niagara_home\bin\ext\orient\activation-1.1.jar;d:/niagara/r40\niagara_home\bin\ext\orient\ant-1.8.3.jar;d:/niagara/r40\niagara_home\bin\ext\orient\ant-launcher-1.8.3.jar;d:/niagara/r40\niagara_home\bin\ext\orient\antlr-2.7.7.jar;d:/niagara/r40\niagara_home\bin\ext\orient\asm-3.2.jar;d:/niagara/r40\niagara_home\bin\ext\orient\asm-analysis-3.2.jar;d:/niagara/r40\niagara_home\bin\ext\orient\asm-commons-3.2.jar;d:/niagara/r40\niagara_home\bin\ext\orient\asm-tree-3.2.jar;d:/niagara/r40\niagara_home\bin\ext\orient\asm-util-3.2.jar;d:/niagara/r40\niagara_home\bin\ext\orient\blueprints-core-2.5.0-SNAPSHOT.jar;d:/niagara/r40\niagara_home\bin\ext\orient\blueprints-test-2.5.0-SNAPSHOT.jar;d:/niagara/r40\niagara_home\bin\ext\orient\colt-1.2.0.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-beanutils-1.7.0.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-beanutils-core-1.8.0.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-collections-3.2.1.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-configuration-1.6.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-digester-1.8.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-lang-2.4.jar;d:/niagara/r40\niagara_home\bin\ext\orient\commons-logging-1.1.1.jar;d:/niagara/r40\niagara_home\bin\ext\orie
      Launcher Type: generic

      Environment Variables:
      JAVA_HOME=d:/niagara/r40\niagara_dev_home\jdk\jdk\jre
      CLASSPATH=C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
      PATH=d:/niagara/r40\niagara_home\bin;d:/niagara/r40\niagara_dev_home\jdk\jdk\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;c:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Windows\system32\windowspowershell\v1.0\;c:\program files (x86)\borland\starteam sdk 11.0\lib;c:\program files (x86)\borland\starteam sdk 11.0\bin;c:\program files (x86)\microsoft sql server\110\tools\binn\;c:\program files\microsoft sql server\110\tools\binn\;c:\program files\microsoft sql server\110\dts\binn\;c:\program files (x86)\microsoft sql server\110\tools\binn\managementstudio\;c:\program files (x86)\microsoft sql server\110\dts\binn\;c:\program files\ibm\gsk8\lib64;c:\program files (x86)\ibm\gsk8\lib;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\TortoiseHg\;C:\Program Files\nodejs\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\SMLNJ\bin\;c:\Apps\nsh; d:\niagara\adm; D:\gradle\bin;C:\Users\e333930\AppData\Roaming\npm
      USERNAME=e333930
      OS=Windows_NT
      PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



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

      OS: Windows 7 , 64 bit Build 7601 Service Pack 1

      CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, ht, tsc, tscinvbit

      Memory: 4k page, physical 8266776k(3517572k free), swap 16531692k(9946776k free)

      vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for windows-amd64 JRE (1.8.0_25-b18), built on Oct 7 2014 14:25:37 by "java_re" with MS VC++ 10.0 (VS2010)

      time: Thu Nov 13 15:33:06 2014
      elapsed time: 13 seconds (0d 0h 0m 13s)


            loneid Leonid Popov (Inactive)
            jfrankovijfx JJ Frankovich (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: