I'm wondering if it possible to build Webkit on Windows anyway? Just by build openJDK? Also, according to [1] JDK 8u152 has been already released.
1. http://jdk.java.net/8/ 2. http://openjdk.java.net/projects/jdk8u/ Regards 2017-09-26 22:59 GMT+02:00 Kevin Rushforth <kevin.rushfo...@oracle.com>: > I presume you aren't building WebKit? If not, then you will have a > mismatch between the Java .class files and the native library. Possible > solutions are: > > 1) Build WebKit yourself > > 2) Avoid running WebView tests > > 3) Wait for 3 weeks until JDK 8u152 is released (at which time the .class > files and native libraries will be in sync again) > > -- Kevin > > > David Bimamisa wrote: > >> Now I'm having issues when running unit tests of the webkit module. >> >> :web:test >> # >> # A fatal error has been detected by the Java Runtime Environment: >> # >> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000069c6f73d, >> pid=8240, tid=0x000000000000337c >> # >> # JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build >> 1.8.0_144-b01) >> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode >> windows-amd64 compressed oops) >> # Problematic frame: >> # V [jvm.dll+0x14f73d] >> # >> # Failed to write core dump. Minidumps are not enabled by default on >> client >> versions of Windows >> # >> # An error report file with more information is saved as: >> # >> C:\Users\~\Documents\projects-shaka-in_process\rt\modules\we >> b\hs_err_pid8240.log >> # >> # If you would like to submit a bug report, please visit: >> # http://bugreport.java.com/bugreport/crash.jsp >> # >> Exception in thread "JavaFX Application Thread" Unexpected exception >> thrown. >> org.gradle.messaging.remote.internal.MessageIOException: Could not write >> message [EndOfStream] to '/127.0.0.1:64074'. >> at >> org.gradle.messaging.remote.internal.inet.SocketConnection. >> dispatch(SocketConnection.java:115) >> at >> org.gradle.messaging.remote.internal.hub.MessageHub$Connecti >> onDispatch.run(MessageHub.java:279) >> at >> org.gradle.internal.concurrent.DefaultExecutorFactory$Stoppa >> bleExecutorImpl$1.run(DefaultExecutorFactory.java:66) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool >> Executor.java:1149) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo >> lExecutor.java:624) >> at java.lang.Thread.run(Thread.java:748) >> >> And the corresponding report file: >> >> # >> # A fatal error has been detected by the Java Runtime Environment: >> # >> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000069c6f73d, >> pid=4728, tid=0x0000000000002690 >> # >> # JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build >> 1.8.0_144-b01) >> # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode >> windows-amd64 compressed oops) >> # Problematic frame: >> # V [jvm.dll+0x14f73d] >> # >> # 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.java.com/bugreport/crash.jsp >> # >> >> --------------- T H R E A D --------------- >> >> Current thread (0x000000001ec34800): JavaThread "JavaFX Application >> Thread" [_thread_in_vm, id=9872, >> stack(0x0000000021800000,0x0000000021900000)] >> >> siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000 >> >> Registers: >> RAX=0x0000000000000000, RBX=0x000000001ec34800, RCX=0x0000000000000480, >> RDX=0x000000001dd9dd68 >> RSP=0x00000000218fcca0, RBP=0x00000000218fcd98, RSI=0x0000000000000000, >> RDI=0x000000001ec349f8 >> R8 =0x0000000000000000, R9 =0x00000000218fcd98, R10=0x000000001b25bc60, >> R11=0x000000000262a970 >> R12=0x000000001dd9dd68, R13=0x0000000000000000, R14=0x000000001ec349f8, >> R15=0x0000000020f915a0 >> RIP=0x0000000069c6f73d, EFLAGS=0x0000000000010246 >> >> Top of Stack: (sp=0x00000000218fcca0) >> 0x00000000218fcca0: 00000000218fcc89 0000000800000001 >> 0x00000000218fccb0: 0000000000000000 00000006c53eff70 >> 0x00000000218fccc0: 000036cea0d95ca8 0000000000000001 >> 0x00000000218fccd0: 000000006b322620 0000000069c648fd >> 0x00000000218fcce0: 000000001e5bc888 000000006a126ee0 >> 0x00000000218fccf0: 000000001ec34800 0000000000000000 >> 0x00000000218fcd00: 000000000262a6d0 000000001ec34800 >> 0x00000000218fcd10: 000000000000000e 0000000069c64a0b >> 0x00000000218fcd20: 0000000020f915a0 000000001ec349f8 >> 0x00000000218fcd30: 0000000000000000 0000000000000000 >> 0x00000000218fcd40: 0000000000000000 0000000067c2b55c >> 0x00000000218fcd50: 000000001ec349f8 00000000685f7ae0 >> 0x00000000218fcd60: 00000000009d5450 000000001f247978 >> 0x00000000218fcd70: 000000001ec349f8 0000000067c4ee80 >> 0x00000000218fcd80: 00000000685f7ae0 000000001ec349f8 >> 0x00000000218fcd90: 0000000000000000 000000001f247978 >> >> Instructions: (pc=0x0000000069c6f73d) >> 0x0000000069c6f71d: 00 48 83 7b 08 00 48 89 5c 24 50 48 c7 44 24 58 >> 0x0000000069c6f72d: 00 00 00 00 74 0a 48 8d 4c 24 50 e8 63 c6 12 00 >> 0x0000000069c6f73d: 48 8b 06 c7 44 24 40 0e 00 00 00 48 8d 4c 24 70 >> 0x0000000069c6f74d: 48 8b 50 08 0f b7 42 24 48 8b 52 08 48 8b 54 c2 >> >> >> Register to memory mapping: >> >> RAX=0x0000000000000000 is an unknown value >> RBX=0x000000001ec34800 is a thread >> RCX=0x0000000000000480 is an unknown value >> RDX=0x000000001dd9dd68 is a global jni handle >> RSP=0x00000000218fcca0 is pointing into the stack for thread: >> 0x000000001ec34800 >> RBP=0x00000000218fcd98 is pointing into the stack for thread: >> 0x000000001ec34800 >> RSI=0x0000000000000000 is an unknown value >> RDI=0x000000001ec349f8 is an unknown value >> R8 =0x0000000000000000 is an unknown value >> R9 =0x00000000218fcd98 is pointing into the stack for thread: >> 0x000000001ec34800 >> R10={method} {0x000000001b25bc68} 'printStackTrace' '()V' in >> 'java/lang/Throwable' >> R11=0x000000000262a970 is an unknown value >> R12=0x000000001dd9dd68 is a global jni handle >> R13=0x0000000000000000 is an unknown value >> R14=0x000000001ec349f8 is an unknown value >> R15=0x0000000020f915a0 is an unknown value >> >> >> Stack: [0x0000000021800000,0x0000000021900000], sp=0x00000000218fcca0, >> free space=1011k >> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native >> code) >> V [jvm.dll+0x14f73d] >> C [jfxwebkit.dll+0x8cb55c] >> C [jfxwebkit.dll+0x8eee80] >> C [jfxwebkit.dll+0x5a80e8] >> C [jfxwebkit.dll+0x8e6371] >> C [jfxwebkit.dll+0x8ee37e] >> C [jfxwebkit.dll+0x4eae04] >> C [jfxwebkit.dll+0x4ebacf] >> C [jfxwebkit.dll+0x6cf2ac] >> C [jfxwebkit.dll+0x6cd2c6] >> C [jfxwebkit.dll+0x6cfcd5] >> C [jfxwebkit.dll+0x3bf35c] >> C [jfxwebkit.dll+0x7e3a54] >> C [jfxwebkit.dll+0x7e3514] >> C [jfxwebkit.dll+0x7e39fd] >> C [jfxwebkit.dll+0x7e3514] >> C [jfxwebkit.dll+0x7e39fd] >> C [jfxwebkit.dll+0x7e6021] >> C [jfxwebkit.dll+0x7e5804] >> C [jfxwebkit.dll+0x7e5340] >> C [jfxwebkit.dll+0x2894d6] >> C [jfxwebkit.dll+0x290755] >> C [jfxwebkit.dll+0x283698] >> C [jfxwebkit.dll+0x4b4847] >> C [jfxwebkit.dll+0x4f2d92] >> C [jfxwebkit.dll+0x4da3e9] >> C [jfxwebkit.dll+0x4d968c] >> C [jfxwebkit.dll+0x4d5d46] >> C [jfxwebkit.dll+0x8f419f] >> C [jfxwebkit.dll+0x8f5801] >> C 0x00000000027d7f74 >> >> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) >> j >> com.sun.webkit.network.URLLoader.twkDidFail(ILjava/lang/ >> String;Ljava/lang/String;J)V+0 >> j >> com.sun.webkit.network.URLLoader.notifyDidFail(ILjava/lang/ >> String;Ljava/lang/String;)V+102 >> j >> com.sun.webkit.network.URLLoader.lambda$didFail$6(ILjava/ >> lang/String;Ljava/lang/String;)V+11 >> j com.sun.webkit.network.URLLoader$$Lambda$273.run()V+16 >> j >> com.sun.javafx.application.PlatformImpl.lambda$null$5(Ljava/ >> lang/Runnable;)Ljava/lang/Void;+1 >> j >> com.sun.javafx.application.PlatformImpl$$Lambda$54.run()Ljav >> a/lang/Object;+4 >> v ~StubRoutines::call_stub >> J 2338 >> java.security.AccessController.doPrivileged(Ljava/security/P >> rivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; >> (0 bytes) @ 0x0000000002f57066 [0x0000000002f57000+0x66] >> j >> com.sun.javafx.application.PlatformImpl.lambda$runLater$6( >> Ljava/lang/Runnable;Ljava/security/AccessControlContext;)V+7 >> j com.sun.javafx.application.PlatformImpl$$Lambda$53.run()V+8 >> j com.sun.glass.ui.monocle.RunnableProcessor.runLoop()Ljava/ >> lang/Object;+36 >> j com.sun.glass.ui.monocle.RunnableProcessor.run()V+1 >> j java.lang.Thread.run()V+11 >> v ~StubRoutines::call_stub >> >> --------------- P R O C E S S --------------- >> >> Java Threads: ( => current thread ) >> 0x000000001e8b9800 JavaThread "URL-Loader-14" daemon [_thread_blocked, >> id=11888, stack(0x0000000066e80000,0x0000000066f80000)] >> 0x000000001ec33000 JavaThread "URL-Loader-13" daemon [_thread_blocked, >> id=3596, stack(0x0000000066d80000,0x0000000066e80000)] >> 0x000000001ec31800 JavaThread "URL-Loader-12" daemon [_thread_blocked, >> id=7936, stack(0x0000000066c80000,0x0000000066d80000)] >> 0x000000001ec32800 JavaThread "Prism Font Disposer" daemon >> [_thread_blocked, id=11704, stack(0x0000000063010000,0x0000000063110000)] >> 0x000000001ec36000 JavaThread "Disposer" daemon [_thread_blocked, >> id=8516, stack(0x0000000061c10000,0x0000000061d10000)] >> 0x000000001ec35800 JavaThread "Timer-0" daemon [_thread_blocked, >> id=5244, >> stack(0x0000000021900000,0x0000000021a00000)] >> =>0x000000001ec34800 JavaThread "JavaFX Application Thread" >> [_thread_in_vm, >> id=9872, stack(0x0000000021800000,0x0000000021900000)] >> 0x000000001ec30000 JavaThread "QuantumRenderer-0" daemon >> [_thread_blocked, id=11256, stack(0x00000000211c0000,0x00000000212c0000)] >> 0x000000001ec2f800 JavaThread "Test worker" [_thread_blocked, id=12732, >> stack(0x000000001fbc0000,0x000000001fcc0000)] >> 0x000000001e7cc000 JavaThread "socket connection at /127.0.0.1:63555 >> with >> /127.0.0.1:63554 workers Thread 2" [_thread_in_native, id=220, >> stack(0x000000001f8c0000,0x000000001f9c0000)] >> 0x000000001e378800 JavaThread "socket connection at /127.0.0.1:63555 >> with >> /127.0.0.1:63554 workers" [_thread_blocked, id=2340, >> stack(0x000000001f7c0000,0x000000001f8c0000)] >> 0x000000001d0fb800 JavaThread "Service Thread" daemon [_thread_blocked, >> id=6244, stack(0x000000001dab0000,0x000000001dbb0000)] >> 0x000000001bc27000 JavaThread "C1 CompilerThread2" daemon >> [_thread_blocked, id=9788, stack(0x000000001d9b0000,0x000000001dab0000)] >> 0x000000001bc1d800 JavaThread "C2 CompilerThread1" daemon >> [_thread_in_native, id=12764, stack(0x000000001d8b0000,0x000 >> 000001d9b0000)] >> 0x000000001bc1b000 JavaThread "C2 CompilerThread0" daemon >> [_thread_blocked, id=10040, stack(0x000000001d7b0000,0x000000001d8b0000)] >> 0x000000001bc19000 JavaThread "Attach Listener" daemon [_thread_blocked, >> id=8576, stack(0x000000001d6b0000,0x000000001d7b0000)] >> 0x000000001bbfe000 JavaThread "Signal Dispatcher" daemon >> [_thread_blocked, id=6112, stack(0x000000001d5b0000,0x000000001d6b0000)] >> 0x000000001bbca800 JavaThread "Finalizer" daemon [_thread_blocked, >> id=7616, stack(0x000000001ce30000,0x000000001cf30000)] >> 0x00000000026d1000 JavaThread "Reference Handler" daemon >> [_thread_blocked, id=1768, stack(0x000000001cd30000,0x000000001ce30000)] >> 0x00000000027be000 JavaThread "main" [_thread_blocked, id=7848, >> stack(0x00000000024c0000,0x00000000025c0000)] >> >> Other Threads: >> 0x000000001bba8000 VMThread [stack: >> 0x000000001cc30000,0x000000001cd30000] [id=11656] >> 0x000000001d12a800 WatcherThread [stack: >> 0x000000001dbb0000,0x000000001dcb0000] [id=12444] >> >> VM state:not at safepoint (normal execution) >> >> VM Mutex/Monitor currently owned by a thread: None >> >> Heap: >> PSYoungGen total 243200K, used 33029K [0x000000076c300000, >> 0x000000077f400000, 0x00000007c0000000) >> eden space 237056K, 13% used >> [0x000000076c300000,0x000000076e341780,0x000000077aa80000) >> from space 6144K, 0% used >> [0x000000077c500000,0x000000077c500000,0x000000077cb00000) >> to space 27136K, 0% used >> [0x000000077aa80000,0x000000077aa80000,0x000000077c500000) >> ParOldGen total 132096K, used 39085K [0x00000006c4800000, >> 0x00000006cc900000, 0x000000076c300000) >> object space 132096K, 29% used >> [0x00000006c4800000,0x00000006c6e2b6b8,0x00000006cc900000) >> Metaspace used 21147K, capacity 22320K, committed 22400K, reserved >> 1069056K >> class space used 2831K, capacity 3123K, committed 3200K, reserved >> 1048576K >> >> Card table byte_map: [0x0000000011b80000,0x0000000012360000] >> byte_map_base: >> 0x000000000e55c000 >> >> Marking Bits: (ParMarkBitMap*) 0x000000006a33d850 >> Begin Bits: [0x0000000012ca0000, 0x0000000016b80000) >> End Bits: [0x0000000016b80000, 0x000000001aa60000) >> >> Polling page: 0x0000000000cd0000 >> >> CodeCache: size=245760Kb used=8377Kb max_used=8377Kb free=237382Kb >> bounds [0x00000000027c0000, 0x0000000003010000, 0x00000000117c0000] >> total_blobs=3204 nmethods=2570 adapters=546 >> compilation: enabled >> >> Compilation events (10 events): >> Event: 65.613 Thread 0x000000001bc27000 nmethod 3018 0x0000000002d5c110 >> code [0x0000000002d5c260, 0x0000000002d5c3f0] >> Event: 65.613 Thread 0x000000001bc27000 3019 3 >> com.sun.javafx.iio.png.PNGImageLoader2::paethPr (56 bytes) >> Event: 65.613 Thread 0x000000001bc27000 nmethod 3019 0x0000000002d824d0 >> code [0x0000000002d82660, 0x0000000002d82a70] >> Event: 65.615 Thread 0x000000001bc27000 3021 3 >> org.gradle.util.LineBufferingOutputStream::endsWithLineSeparator (61 >> bytes) >> Event: 65.615 Thread 0x000000001bc27000 nmethod 3021 0x0000000002d81f10 >> code [0x0000000002d82080, 0x0000000002d82370] >> Event: 65.615 Thread 0x000000001bc27000 3020 3 >> org.gradle.util.LineBufferingOutputStream::write (97 bytes) >> Event: 65.616 Thread 0x000000001bc27000 nmethod 3020 0x0000000002d716d0 >> code [0x0000000002d71880, 0x0000000002d71d58] >> Event: 65.616 Thread 0x000000001bc27000 3022 1 >> sun.nio.cs.SingleByte$Decoder::decode (11 bytes) >> Event: 65.616 Thread 0x000000001bc27000 nmethod 3022 0x0000000002d71350 >> code [0x0000000002d714a0, 0x0000000002d715f0] >> Event: 65.616 Thread 0x000000001bc27000 3023 3 >> java.nio.ByteBuffer::arrayOffset (35 bytes) >> >> GC Heap History (10 events): >> Event: 1.965 GC heap before >> {Heap before GC invocations=3 (full 0): >> PSYoungGen total 75264K, used 67890K [0x000000076c300000, >> 0x0000000775600000, 0x00000007c0000000) >> eden space 64512K, 99% used >> [0x000000076c300000,0x00000007701e5008,0x0000000770200000) >> from space 10752K, 32% used >> [0x0000000770c80000,0x0000000770fe7a50,0x0000000771700000) >> to space 10752K, 0% used >> [0x0000000770200000,0x0000000770200000,0x0000000770c80000) >> ParOldGen total 172032K, used 24K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c4806000,0x00000006cf000000) >> Metaspace used 10666K, capacity 10994K, committed 11264K, reserved >> 1058816K >> class space used 1346K, capacity 1457K, committed 1536K, reserved >> 1048576K >> Event: 1.969 GC heap after >> Heap after GC invocations=3 (full 0): >> PSYoungGen total 75264K, used 3525K [0x000000076c300000, >> 0x0000000775600000, 0x00000007c0000000) >> eden space 64512K, 0% used >> [0x000000076c300000,0x000000076c300000,0x0000000770200000) >> from space 10752K, 32% used >> [0x0000000770200000,0x0000000770571788,0x0000000770c80000) >> to space 10752K, 0% used >> [0x0000000774b80000,0x0000000774b80000,0x0000000775600000) >> ParOldGen total 172032K, used 32K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c4808000,0x00000006cf000000) >> Metaspace used 10666K, capacity 10994K, committed 11264K, reserved >> 1058816K >> class space used 1346K, capacity 1457K, committed 1536K, reserved >> 1048576K >> } >> Event: 1.986 GC heap before >> {Heap before GC invocations=4 (full 0): >> PSYoungGen total 75264K, used 68000K [0x000000076c300000, >> 0x0000000775600000, 0x00000007c0000000) >> eden space 64512K, 99% used >> [0x000000076c300000,0x00000007701f69f0,0x0000000770200000) >> from space 10752K, 32% used >> [0x0000000770200000,0x0000000770571788,0x0000000770c80000) >> to space 10752K, 0% used >> [0x0000000774b80000,0x0000000774b80000,0x0000000775600000) >> ParOldGen total 172032K, used 32K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c4808000,0x00000006cf000000) >> Metaspace used 10666K, capacity 10994K, committed 11264K, reserved >> 1058816K >> class space used 1346K, capacity 1457K, committed 1536K, reserved >> 1048576K >> Event: 1.990 GC heap after >> Heap after GC invocations=4 (full 0): >> PSYoungGen total 139776K, used 3570K [0x000000076c300000, >> 0x0000000775600000, 0x00000007c0000000) >> eden space 129024K, 0% used >> [0x000000076c300000,0x000000076c300000,0x0000000774100000) >> from space 10752K, 33% used >> [0x0000000774b80000,0x0000000774efc958,0x0000000775600000) >> to space 10752K, 0% used >> [0x0000000774100000,0x0000000774100000,0x0000000774b80000) >> ParOldGen total 172032K, used 40K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c480a000,0x00000006cf000000) >> Metaspace used 10666K, capacity 10994K, committed 11264K, reserved >> 1058816K >> class space used 1346K, capacity 1457K, committed 1536K, reserved >> 1048576K >> } >> Event: 4.018 GC heap before >> {Heap before GC invocations=5 (full 0): >> PSYoungGen total 139776K, used 132594K [0x000000076c300000, >> 0x0000000775600000, 0x00000007c0000000) >> eden space 129024K, 100% used >> [0x000000076c300000,0x0000000774100000,0x0000000774100000) >> from space 10752K, 33% used >> [0x0000000774b80000,0x0000000774efc958,0x0000000775600000) >> to space 10752K, 0% used >> [0x0000000774100000,0x0000000774100000,0x0000000774b80000) >> ParOldGen total 172032K, used 40K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c480a000,0x00000006cf000000) >> Metaspace used 10916K, capacity 11256K, committed 11520K, reserved >> 1058816K >> class space used 1362K, capacity 1458K, committed 1536K, reserved >> 1048576K >> Event: 4.024 GC heap after >> Heap after GC invocations=5 (full 0): >> PSYoungGen total 139776K, used 3991K [0x000000076c300000, >> 0x000000077cb00000, 0x00000007c0000000) >> eden space 129024K, 0% used >> [0x000000076c300000,0x000000076c300000,0x0000000774100000) >> from space 10752K, 37% used >> [0x0000000774100000,0x00000007744e5de8,0x0000000774b80000) >> to space 6144K, 0% used >> [0x000000077c500000,0x000000077c500000,0x000000077cb00000) >> ParOldGen total 172032K, used 48K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c480c000,0x00000006cf000000) >> Metaspace used 10916K, capacity 11256K, committed 11520K, reserved >> 1058816K >> class space used 1362K, capacity 1458K, committed 1536K, reserved >> 1048576K >> } >> Event: 6.305 GC heap before >> {Heap before GC invocations=6 (full 0): >> PSYoungGen total 139776K, used 88628K [0x000000076c300000, >> 0x000000077cb00000, 0x00000007c0000000) >> eden space 129024K, 65% used >> [0x000000076c300000,0x00000007715a7218,0x0000000774100000) >> from space 10752K, 37% used >> [0x0000000774100000,0x00000007744e5de8,0x0000000774b80000) >> to space 6144K, 0% used >> [0x000000077c500000,0x000000077c500000,0x000000077cb00000) >> ParOldGen total 172032K, used 48K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 0% used >> [0x00000006c4800000,0x00000006c480c000,0x00000006cf000000) >> Metaspace used 20354K, capacity 21286K, committed 21296K, reserved >> 1067008K >> class space used 2728K, capacity 2937K, committed 2944K, reserved >> 1048576K >> Event: 6.330 GC heap after >> Heap after GC invocations=6 (full 0): >> PSYoungGen total 243200K, used 6143K [0x000000076c300000, >> 0x000000077f400000, 0x00000007c0000000) >> eden space 237056K, 0% used >> [0x000000076c300000,0x000000076c300000,0x000000077aa80000) >> from space 6144K, 99% used >> [0x000000077c500000,0x000000077caffce0,0x000000077cb00000) >> to space 27136K, 0% used >> [0x000000077aa80000,0x000000077aa80000,0x000000077c500000) >> ParOldGen total 172032K, used 36077K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 20% used >> [0x00000006c4800000,0x00000006c6b3b7d8,0x00000006cf000000) >> Metaspace used 20354K, capacity 21286K, committed 21296K, reserved >> 1067008K >> class space used 2728K, capacity 2937K, committed 2944K, reserved >> 1048576K >> } >> Event: 6.330 GC heap before >> {Heap before GC invocations=7 (full 1): >> PSYoungGen total 243200K, used 6143K [0x000000076c300000, >> 0x000000077f400000, 0x00000007c0000000) >> eden space 237056K, 0% used >> [0x000000076c300000,0x000000076c300000,0x000000077aa80000) >> from space 6144K, 99% used >> [0x000000077c500000,0x000000077caffce0,0x000000077cb00000) >> to space 27136K, 0% used >> [0x000000077aa80000,0x000000077aa80000,0x000000077c500000) >> ParOldGen total 172032K, used 36077K [0x00000006c4800000, >> 0x00000006cf000000, 0x000000076c300000) >> object space 172032K, 20% used >> [0x00000006c4800000,0x00000006c6b3b7d8,0x00000006cf000000) >> Metaspace used 20354K, capacity 21286K, committed 21296K, reserved >> 1067008K >> class space used 2728K, capacity 2937K, committed 2944K, reserved >> 1048576K >> Event: 6.387 GC heap after >> Heap after GC invocations=7 (full 1): >> PSYoungGen total 243200K, used 0K [0x000000076c300000, >> 0x000000077f400000, 0x00000007c0000000) >> eden space 237056K, 0% used >> [0x000000076c300000,0x000000076c300000,0x000000077aa80000) >> from space 6144K, 0% used >> [0x000000077c500000,0x000000077c500000,0x000000077cb00000) >> to space 27136K, 0% used >> [0x000000077aa80000,0x000000077aa80000,0x000000077c500000) >> ParOldGen total 132096K, used 39085K [0x00000006c4800000, >> 0x00000006cc900000, 0x000000076c300000) >> object space 132096K, 29% used >> [0x00000006c4800000,0x00000006c6e2b6b8,0x00000006cc900000) >> Metaspace used 20354K, capacity 21286K, committed 21296K, reserved >> 1067008K >> class space used 2728K, capacity 2937K, committed 2944K, reserved >> 1048576K >> } >> >> Deoptimization events (10 events): >> Event: 65.470 Thread 0x000000001e378800 Uncommon trap: reason=unstable_if >> action=reinterpret pc=0x0000000002b8fde0 >> method=java.io.ObjectOutputStream$BlockDataOutputStream.getU >> TFLength(Ljava/lang/String;)J >> @ 73 >> Event: 65.470 Thread 0x000000001e378800 Uncommon trap: reason=unstable_if >> action=reinterpret pc=0x0000000002dfcbe8 >> method=java.io.ObjectOutputStream$BlockDataOutputStream.writ >> eUTF(Ljava/lang/String;J)V >> @ 29 >> Event: 65.590 Thread 0x000000001ec34800 Uncommon trap: reason=bimorphic >> action=maybe_recompile pc=0x0000000002de4958 >> method=java.util.regex.Pattern$Curly.match0(Ljava/util/ >> regex/Matcher;IILjava/lang/CharSequence;)Z >> @ 141 >> Event: 65.590 Thread 0x000000001ec34800 Uncommon trap: reason=unstable_if >> action=reinterpret pc=0x0000000002ff5550 >> method=java.util.Formatter$Flags.parse(Ljava/lang/String;) >> Ljava/util/Formatter$Flags; >> @ 19 >> Event: 65.590 Thread 0x000000001ec34800 Uncommon trap: reason=class_check >> action=maybe_recompile pc=0x0000000002f61ba0 >> method=java.util.Formatter$FormatSpecifier.printInteger(Ljav >> a/lang/Object;Ljava/util/Locale;)V >> @ 58 >> Event: 65.612 Thread 0x000000001ec34800 Uncommon trap: reason=unstable_if >> action=reinterpret pc=0x0000000002c3332c >> method=java.io.ByteArrayInputStream.read()I @ 8 >> Event: 65.612 Thread 0x000000001ec34800 Uncommon trap: reason=class_check >> action=maybe_recompile pc=0x0000000002c3b630 >> method=java.io.FilterInputStream.read()I @ 4 >> Event: 65.612 Thread 0x000000001ec34800 Uncommon trap: reason=class_check >> action=maybe_recompile pc=0x0000000002c3b630 >> method=java.io.FilterInputStream.read()I @ 4 >> Event: 65.612 Thread 0x000000001ec34800 Uncommon trap: reason=class_check >> action=maybe_recompile pc=0x0000000002c3b630 >> method=java.io.FilterInputStream.read()I @ 4 >> Event: 65.612 Thread 0x000000001ec34800 Uncommon trap: reason=class_check >> action=maybe_recompile pc=0x0000000002c3b630 >> method=java.io.FilterInputStream.read()I @ 4 >> >> Internal exceptions (10 events): >> Event: 65.561 Thread 0x000000001ec34800 Exception <a >> 'sun/nio/fs/WindowsException'> (0x000000076ca68530) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.568 Thread 0x000000001ec34800 Exception <a >> 'java/lang/reflect/InvocationTargetException'> (0x000000076ca6a7f0) >> thrown >> at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\runtime\reflection.cpp, >> line 1092] >> Event: 65.568 Thread 0x000000001ec34800 Exception <a >> 'java/security/PrivilegedActionException'> (0x000000076ca6ac10) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jvm.cpp, >> line 1390] >> Event: 65.568 Thread 0x000000001ec34800 Exception <a >> 'netscape/javascript/JSException'> (0x000000076ca6aeb0) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.575 Thread 0x000000001ec34800 Exception <a >> 'sun/nio/fs/WindowsException'> (0x000000076ca70f10) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.578 Thread 0x000000001ec34800 Exception <a >> 'sun/nio/fs/WindowsException'> (0x000000076ca71c38) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.588 Thread 0x000000001e8b9800 Exception <a >> 'java/io/FileNotFoundException'> (0x000000076decde80) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.588 Thread 0x000000001e8b9800 Exception <a >> 'java/io/FileNotFoundException'> (0x000000076dece590) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 709] >> Event: 65.596 Thread 0x000000001e378800 Exception <a >> 'java/lang/NoSuchMethodError': <clinit>> (0x000000076d0e8c68) thrown at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 1613] >> Event: 65.614 Thread 0x000000001ec34800 Exception <a >> 'java/lang/NoSuchMethodError': getImageSize> (0x000000076e0eaf80) thrown >> at >> [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\941 >> 7\hotspot\src\share\vm\prims\jni.cpp, >> line 1613] >> >> Events (10 events): >> Event: 65.612 loading class com/sun/javafx/iio/ImageMetadata >> Event: 65.612 loading class com/sun/javafx/iio/ImageMetadata done >> Event: 65.613 loading class com/sun/javafx/iio/ImageFrame >> Event: 65.613 loading class com/sun/javafx/iio/ImageFrame done >> Event: 65.614 loading class com/sun/javafx/iio/ImageStorage$ImageType >> Event: 65.614 loading class com/sun/javafx/iio/ImageStorage$ImageType >> done >> Event: 65.614 loading class java/lang/Throwable$WrappedPrintStream >> Event: 65.614 loading class java/lang/Throwable$WrappedPrintStream done >> Event: 65.614 loading class java/util/IdentityHashMap$KeySet >> Event: 65.614 loading class java/util/IdentityHashMap$KeySet done >> >> >> Dynamic libraries: >> 0x00007ff600290000 - 0x00007ff6002c7000 C:\Program >> Files\Java\jdk1.8.0_144\bin\java.exe >> 0x00007ffc2b5f0000 - 0x00007ffc2b7cb000 C:\WINDOWS\SYSTEM32\ntdll.dll >> 0x00007ffc2a0a0000 - 0x00007ffc2a14e000 C:\WINDOWS\System32\KERNEL32.DLL >> 0x00007ffc28050000 - 0x00007ffc28299000 C:\WINDOWS\System32\KERNELBASE >> .dll >> 0x00007ffc26110000 - 0x00007ffc2618e000 C:\WINDOWS\SYSTEM32\apphelp.dll >> 0x00007ffc29740000 - 0x00007ffc297e1000 C:\WINDOWS\System32\ADVAPI32.dll >> 0x00007ffc28e40000 - 0x00007ffc28edd000 C:\WINDOWS\System32\msvcrt.dll >> 0x00007ffc2a150000 - 0x00007ffc2a1a9000 C:\WINDOWS\System32\sechost.dll >> 0x00007ffc28b50000 - 0x00007ffc28c75000 C:\WINDOWS\System32\RPCRT4.dll >> 0x00007ffc29910000 - 0x00007ffc29a5a000 C:\WINDOWS\System32\USER32.dll >> 0x00007ffc27ce0000 - 0x00007ffc27cfe000 C:\WINDOWS\System32\win32u.dll >> 0x00007ffc29fb0000 - 0x00007ffc29fd7000 C:\WINDOWS\System32\GDI32.dll >> 0x00007ffc27d70000 - 0x00007ffc27ef8000 C:\WINDOWS\System32\gdi32full.dll >> 0x00007ffc27fb0000 - 0x00007ffc2804a000 C:\WINDOWS\System32\msvcp_win.dll >> 0x00007ffc28a50000 - 0x00007ffc28b46000 C:\WINDOWS\System32\ucrtbase.dll >> 0x00007ffc1a7e0000 - 0x00007ffc1aa47000 >> C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_ >> 6595b64144ccf1df_6.0.15063.483_none_26002d27e7c744a2\COMCTL32.dll >> 0x00007ffc29a60000 - 0x00007ffc29d59000 C:\WINDOWS\System32\combase.dll >> 0x00007ffc27d00000 - 0x00007ffc27d6a000 >> C:\WINDOWS\System32\bcryptPrimitives.dll >> 0x00007ffc29080000 - 0x00007ffc290ad000 C:\WINDOWS\System32\IMM32.DLL >> 0x000000006b270000 - 0x000000006b342000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\msvcr100.dll >> 0x0000000069b20000 - 0x000000006a3bd000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\server\jvm.dll >> 0x00007ffc29900000 - 0x00007ffc29908000 C:\WINDOWS\System32\PSAPI.DLL >> 0x00007ffc16500000 - 0x00007ffc16509000 C:\WINDOWS\SYSTEM32\WSOCK32.dll >> 0x00007ffc290b0000 - 0x00007ffc2911c000 C:\WINDOWS\System32\WS2_32.dll >> 0x00007ffc24890000 - 0x00007ffc248b3000 C:\WINDOWS\SYSTEM32\WINMM.dll >> 0x00007ffc197c0000 - 0x00007ffc197ca000 C:\WINDOWS\SYSTEM32\VERSION.dll >> 0x00007ffc24830000 - 0x00007ffc2485b000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll >> 0x00007ffc28300000 - 0x00007ffc28349000 C:\WINDOWS\System32\cfgmgr32.dll >> 0x000000006b260000 - 0x000000006b26f000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\verify.dll >> 0x000000006b230000 - 0x000000006b259000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\java.dll >> 0x000000006b210000 - 0x000000006b226000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\zip.dll >> 0x00007ffc2a1b0000 - 0x00007ffc2b5e6000 C:\WINDOWS\System32\SHELL32.dll >> 0x00007ffc29ed0000 - 0x00007ffc29f7a000 C:\WINDOWS\System32\shcore.dll >> 0x00007ffc28350000 - 0x00007ffc28a43000 >> C:\WINDOWS\System32\windows.storage.dll >> 0x00007ffc29fe0000 - 0x00007ffc2a031000 C:\WINDOWS\System32\shlwapi.dll >> 0x00007ffc27aa0000 - 0x00007ffc27ab1000 >> C:\WINDOWS\System32\kernel.appcore.dll >> 0x00007ffc27ac0000 - 0x00007ffc27b0c000 C:\WINDOWS\System32\powrprof.dll >> 0x00007ffc27a80000 - 0x00007ffc27a95000 C:\WINDOWS\System32\profapi.dll >> 0x000000006b1f0000 - 0x000000006b20a000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\net.dll >> 0x00007ffc27370000 - 0x00007ffc273cc000 C:\WINDOWS\system32\mswsock.dll >> 0x000000006b1d0000 - 0x000000006b1e1000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\nio.dll >> 0x00007ffc27510000 - 0x00007ffc27527000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll >> 0x00007ffc26f90000 - 0x00007ffc26fc4000 C:\WINDOWS\system32\rsaenh.dll >> 0x00007ffc27620000 - 0x00007ffc27645000 C:\WINDOWS\SYSTEM32\bcrypt.dll >> 0x00007ffc27990000 - 0x00007ffc279b9000 C:\WINDOWS\SYSTEM32\USERENV.dll >> 0x00007ffc27530000 - 0x00007ffc2753b000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll >> 0x00007ffc27110000 - 0x00007ffc27147000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL >> 0x00007ffc29f80000 - 0x00007ffc29f88000 C:\WINDOWS\System32\NSI.dll >> 0x00007ffc1cb80000 - 0x00007ffc1cb96000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL >> 0x00007ffc1d550000 - 0x00007ffc1d56a000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL >> 0x0000000067360000 - 0x0000000069b14000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\jfxwebkit.dll >> 0x00007ffc18480000 - 0x00007ffc18526000 C:\WINDOWS\SYSTEM32\MSVCP120.dll >> 0x00007ffc23cb0000 - 0x00007ffc23d9f000 C:\WINDOWS\SYSTEM32\MSVCR120.dll >> 0x0000000002750000 - 0x0000000002753000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-console-l1-1-0.dll >> 0x0000000002760000 - 0x0000000002763000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-datetime-l1-1-0.dll >> 0x0000000002770000 - 0x0000000002773000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-debug-l1-1-0.dll >> 0x0000000002780000 - 0x0000000002783000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-errorhandling-l1-1-0.dll >> 0x0000000002790000 - 0x0000000002794000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-file-l1-1-0.dll >> 0x00000000027a0000 - 0x00000000027a3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-file-l1-2-0.dll >> 0x000000001fdc0000 - 0x000000001fdc3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-file-l2-1-0.dll >> 0x000000001fdd0000 - 0x000000001fdd3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-handle-l1-1-0.dll >> 0x000000001fde0000 - 0x000000001fde3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-heap-l1-1-0.dll >> 0x00000000212e0000 - 0x00000000212e3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-interlocked-l1-1-0.dll >> 0x00000000212f0000 - 0x00000000212f3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-libraryloader-l1-1-0.dll >> 0x0000000021300000 - 0x0000000021303000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-localization-l1-2-0.dll >> 0x0000000021310000 - 0x0000000021313000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-memory-l1-1-0.dll >> 0x0000000021320000 - 0x0000000021323000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-namedpipe-l1-1-0.dll >> 0x0000000021330000 - 0x0000000021333000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-processenvironment-l1-1-0.dll >> 0x0000000021340000 - 0x0000000021343000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-processthreads-l1-1-0.dll >> 0x0000000021350000 - 0x0000000021353000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-processthreads-l1-1-1.dll >> 0x0000000021360000 - 0x0000000021363000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-profile-l1-1-0.dll >> 0x0000000021370000 - 0x0000000021373000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-rtlsupport-l1-1-0.dll >> 0x0000000021380000 - 0x0000000021383000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-string-l1-1-0.dll >> 0x00000000212d0000 - 0x00000000212d3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-synch-l1-1-0.dll >> 0x0000000021510000 - 0x0000000021513000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-synch-l1-2-0.dll >> 0x0000000021520000 - 0x0000000021523000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-sysinfo-l1-1-0.dll >> 0x0000000021530000 - 0x0000000021533000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-timezone-l1-1-0.dll >> 0x0000000021540000 - 0x0000000021543000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-core-util-l1-1-0.dll >> 0x0000000021550000 - 0x0000000021553000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-conio-l1-1-0.dll >> 0x0000000021560000 - 0x0000000021564000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-convert-l1-1-0.dll >> 0x0000000021570000 - 0x0000000021573000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-environment-l1-1-0.dll >> 0x0000000021580000 - 0x0000000021583000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-filesystem-l1-1-0.dll >> 0x0000000021590000 - 0x0000000021593000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-heap-l1-1-0.dll >> 0x00000000215a0000 - 0x00000000215a3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-locale-l1-1-0.dll >> 0x00000000215b0000 - 0x00000000215b5000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-math-l1-1-0.dll >> 0x00000000215c0000 - 0x00000000215c5000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-multibyte-l1-1-0.dll >> 0x00000000215d0000 - 0x00000000215e0000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-private-l1-1-0.dll >> 0x00000000215e0000 - 0x00000000215e3000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-process-l1-1-0.dll >> 0x00000000215f0000 - 0x00000000215f4000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-runtime-l1-1-0.dll >> 0x0000000021600000 - 0x0000000021604000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-stdio-l1-1-0.dll >> 0x0000000021610000 - 0x0000000021614000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-string-l1-1-0.dll >> 0x0000000021620000 - 0x0000000021623000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-time-l1-1-0.dll >> 0x0000000021630000 - 0x0000000021633000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\api-ms-win-crt-utility-l1-1-0.dll >> 0x00007ffbfe070000 - 0x00007ffbfe166000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\ucrtbase.dll >> 0x00007ffc1d750000 - 0x00007ffc1d7a1000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\concrt140.dll >> 0x00007ffc015b0000 - 0x00007ffc0164f000 C:\WINDOWS\SYSTEM32\MSVCP140.dll >> 0x00007ffc19750000 - 0x00007ffc19766000 C:\WINDOWS\SYSTEM32\VCRUNTIME1 >> 40.dll >> 0x00007ffc1ea00000 - 0x00007ffc1ea16000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\vcruntime140.dll >> 0x00007ffc09790000 - 0x00007ffc0982c000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\msvcp140.dll >> 0x00007ffc1e9e0000 - 0x00007ffc1e9fc000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\prism_sw.dll >> 0x00007ffc1d6e0000 - 0x00007ffc1d6f4000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\javafx_font.dll >> 0x00007ffc291a0000 - 0x00007ffc292e5000 C:\WINDOWS\System32\ole32.dll >> 0x00007ffc1de50000 - 0x00007ffc1e10f000 C:\WINDOWS\SYSTEM32\dwrite.dll >> 0x00007ffc1aaf0000 - 0x00007ffc1ab02000 >> C:\Users\username\Documents\projects-username-in_process\rt\ >> build\sdk\rt\bin\prism_common.dll >> 0x00007ffc26250000 - 0x00007ffc262e5000 C:\WINDOWS\system32\uxtheme.dll >> 0x000000006b1c0000 - 0x000000006b1cd000 C:\Program >> Files\Java\jdk1.8.0_144\jre\bin\management.dll >> 0x00007ffc0cbd0000 - 0x00007ffc0cd79000 C:\WINDOWS\SYSTEM32\dbghelp.dll >> >> VM Arguments: >> jvm_args: >> -DWEB_ARCHIVE_JAR_TEST_DIR=C:\Users\username\Documents\proje >> cts-username-in_process\rt\modules\web\build\testing\resources >> -Dglass.platform=Monocle -Djava.ext.dirs >> -Djava.security.manager=jarjar.org.gradle.process.internal. >> child.BootstrapSecurityManager >> -Dmonocle.platform=Headless -Dprism.order=sw -Dfile.encoding=windows-1252 >> -ea >> java_command: jarjar.org.gradle.process.inte >> rnal.launcher.GradleWorkerMain >> java_class_path (initial): >> C:\Users\username\.gradle\caches\1.8\workerMain\gradle-worker.jar >> Launcher Type: SUN_STANDARD >> >> Environment Variables: >> JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144 >> PATH=C:\Tools\cygwin64\usr\local\bin;C:\Tools\cygwin64\bin; >> C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32; >> C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\ >> System32\WindowsPowerShell\v1.0;C:\Program >> Files\Git\cmd;C:\Tools\gradle\bin;C:\Users\username\AppData\ >> Local\Android\sdk\android-ndk-r10c;C:\Program >> Files\nodejs;C:\Program Files (x86)\Yarn\bin;C:\Program Files >> (x86)\Skype\Phone;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common >> Files\Intel\WirelessCommon;C:\Program >> Files\TortoiseHg;C:\Tools\ant-1.9.9\bin;C:\Program Files\Microsoft >> Windows >> Performance Toolkit;C:\Program Files\Microsoft SQL >> Server\110\Tools\Binn;C:\Program Files\Microsoft SQL >> Server\120\Tools\Binn;C:\Program Files\Microsoft SQL >> Server\130\Tools\Binn;C:\Program Files (x86)\Windows Kits\10\Windows >> Performance >> Toolkit;C:\Users\username\AppData\Local\Microsoft\WindowsApp >> s;C:\Users\username\AppData\Roaming\npm;C:\Users\username\ >> AppData\Local\Yarn\.bin;C:\Users\username\AppData\Local\ >> atom\bin;C:\Users\username\AppData\Local\Microsoft\WindowsApps >> SHELL=/bin/bash >> OS=Windows_NT >> PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 61 Stepping 4, GenuineIntel >> >> >> >> --------------- S Y S T E M --------------- >> >> OS: Windows 10.0 , 64 bit Build 15063 (10.0.15063.296) >> >> CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) >> family >> 6 model 61 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, >> sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, >> tsc, tscinvbit, bmi1, bmi2, adx >> >> Memory: 4k page, physical 16478140k(7207344k free), swap >> 18968508k(6267284k >> free) >> >> vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for windows-amd64 >> JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with MS >> VC++ 10.0 (VS2010) >> >> time: Tue Sep 26 15:40:58 2017 >> elapsed time: 65 seconds (0d 0h 1m 5s) >> >> >> 2017-09-26 15:37 GMT+02:00 David Bimamisa <ketch...@googlemail.com>: >> >> >> >>> Hi all, >>> >>> I solve this problem after stumbling over the following comments in the >>> *buildSrc/genVSproperties.bat* file: >>> *"The current officially supported Visual Studio version is 15.0 * >>> *Handling of 11.0 and 14.0 is excluded here"* >>> >>> Thus, installing Visual Studio 2017 (VS 15.0) on the Windows 10 machine >>> -- >>> instead of VS 2010 Express as recommended in the wiki >>> <https://wiki.openjdk.java.net/display/OpenJFX/Building+Open >>> JFX#BuildingOpenJFX-BuildingOpenJFX-IntegrationwithOpenJD> -- >>> works for me. >>> Maybe the comments above should be added to the wiki. >>> >>> Regards >>> David >>> >>> >>> 2017-09-25 14:18 GMT+02:00 David Bimamisa <ketch...@googlemail.com>: >>> >>> >>> >>>> Hi all, >>>> >>>> I'm trying to build OpenJFX-8u on a Windows 10 machine and I stuck in >>>> the >>>> test task of the fxpackager module. I'm getting the following exception: >>>> >>>> com.oracle.tools.packager.APITest > testRuntimes FAILED >>>> java.lang.RuntimeException: Not found MSVC dlls at >>>> com.oracle.tools.packager.windows.WinAppBundler.copyMSVCDLLs >>>> (WinAppBundler.java:320) >>>> at com.oracle.tools.packager.windows.WinAppBundler.doBundle( >>>> WinAppBundler.java:277) >>>> at com.oracle.tools.packager.windows.WinAppBundler.execute(WinA >>>> ppBundler.java:586) >>>> at com.oracle.tools.packager.APITest.testRuntimes(APITest.java: >>>> 135) >>>> >>>> It seems that some DLLs (e.g. file:/[..]/modules/fxpackager/ >>>> build/classes/test/com/oracle/tools/packager/windows//vcruntime100.dll) >>>> are missing. >>>> >>>> Can you give some hints on how to solve this problem? >>>> >>>> Best regards >>>> David >>>> >>>> >>>> >>> >>> >>