Wed, 01 Feb 2017 09:52:46 -0800 8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException
henryjen [Wed, 01 Feb 2017 09:52:46 -0800] rev 43498
8173758: tools/javac/Paths/wcMineField.sh failing with java.lang.ClassNotFoundException Reviewed-by: ksrini
Wed, 01 Feb 2017 16:31:38 +0300 8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
skovalev [Wed, 01 Feb 2017 16:31:38 +0300] rev 43497
8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module Reviewed-by: dfuchs
Wed, 01 Feb 2017 18:18:59 +0530 8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized
rpatil [Wed, 01 Feb 2017 18:18:59 +0530] rev 43496
8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized Reviewed-by: alanb, ksrini
Wed, 01 Feb 2017 15:12:03 +0530 8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle
sundar [Wed, 01 Feb 2017 15:12:03 +0530] rev 43495
8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle Reviewed-by: mchung, alanb
Tue, 31 Jan 2017 20:06:32 -0800 8173608: Separate JDK management agent from java.management module
mchung [Tue, 31 Jan 2017 20:06:32 -0800] rev 43494
8173608: Separate JDK management agent from java.management module Reviewed-by: dfuchs, dholmes, erikj
Thu, 02 Feb 2017 21:20:38 +0000 Added tag jdk-9+155 for changeset 4d25acf48a0b
lana [Thu, 02 Feb 2017 21:20:38 +0000] rev 43493
Added tag jdk-9+155 for changeset 4d25acf48a0b
Wed, 05 Jul 2017 22:47:12 +0200 Merge
duke [Wed, 05 Jul 2017 22:47:12 +0200] rev 43492
Merge
Sat, 04 Feb 2017 03:29:40 +0100 Merge
jwilhelm [Sat, 04 Feb 2017 03:29:40 +0100] rev 43491
Merge
Thu, 26 Jan 2017 10:17:06 -0800 8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
ccheung [Thu, 26 Jan 2017 10:17:06 -0800] rev 43490
8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code Summary: use the highest versioned entry if the specified version is higher than the current jdk version Reviewed-by: iklam, sspitsyn, jiangli
Thu, 26 Jan 2017 05:53:14 -0800 8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
dnsimon [Thu, 26 Jan 2017 05:53:14 -0800] rev 43489
8173278: [JVMCI] query_update_method_data might write outside _trap_hist array Reviewed-by: kvn
Sun, 22 Jan 2017 16:33:54 +0800 8172881: AArch64: assertion failure: the int pressure is incorrect
njian [Sun, 22 Jan 2017 16:33:54 +0800] rev 43488
8172881: AArch64: assertion failure: the int pressure is incorrect Summary: Change the dst register type of get_and_setI/L/N/P from any register to non-special register. Reviewed-by: aph Contributed-by: yang.zhang@linaro.org
Thu, 26 Jan 2017 08:35:17 +0100 Merge
rbackman [Thu, 26 Jan 2017 08:35:17 +0100] rev 43487
Merge
Tue, 24 Jan 2017 13:40:46 +0100 8167519: [AOT] Failed compilation: java.math.MutableBigInteger.divide3n2n
gdub [Tue, 24 Jan 2017 13:40:46 +0100] rev 43486
8167519: [AOT] Failed compilation: java.math.MutableBigInteger.divide3n2n Reviewed-by: never, davleopo
Tue, 24 Jan 2017 00:30:28 +0100 Merge
jwilhelm [Tue, 24 Jan 2017 00:30:28 +0100] rev 43485
Merge
Wed, 25 Jan 2017 19:18:43 -0800 8173309: jvmtiDeferredLocalVariableSet may update the wrong frame
never [Wed, 25 Jan 2017 19:18:43 -0800] rev 43484
8173309: jvmtiDeferredLocalVariableSet may update the wrong frame Reviewed-by: kvn
Tue, 24 Jan 2017 09:40:05 +0100 8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable"
roland [Tue, 24 Jan 2017 09:40:05 +0100] rev 43483
8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable" Summary: Loads generated at uncommon trap from eliminated arraycopy have incorrect memory state Reviewed-by: thartmann
Wed, 25 Jan 2017 07:05:38 +0100 8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling
thartmann [Wed, 25 Jan 2017 07:05:38 +0100] rev 43482
8172850: Anti-dependency on membar causes crash in register allocator due to invalid instruction scheduling Summary: Regression test and additional asserts. The problem is fixed by 8087341. Reviewed-by: kvn
Wed, 25 Jan 2017 07:03:26 +0100 8173195: [BACKOUT] 8087341: C2 doesn't optimize redundant memory operations with G1
thartmann [Wed, 25 Jan 2017 07:03:26 +0100] rev 43481
8173195: [BACKOUT] 8087341: C2 doesn't optimize redundant memory operations with G1 Summary: Backing out 8087341 due to 8172850. Will be re-implemented with 8173196. Reviewed-by: kvn
Tue, 24 Jan 2017 20:47:24 -0800 8173300: [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled
jcm [Tue, 24 Jan 2017 20:47:24 -0800] rev 43480
8173300: [TESTBUG]compiler/tiered/NonTieredLevelsTest.java fails with compiler.whitebox.SimpleTestCaseHelper(int) must be compiled Summary: Corrected available compilation levels for client builds. Reviewed-by: kvn
Tue, 24 Jan 2017 17:19:01 -0800 8173158: [AOT] fix typo in jaotc --help output
kvn [Tue, 24 Jan 2017 17:19:01 -0800] rev 43479
8173158: [AOT] fix typo in jaotc --help output Reviewed-by: rbackman
Tue, 24 Jan 2017 08:51:07 +0000 8171173: EXCEPTION_ACCESS_VIOLATION running VirtualObjectDebugInfoTest.java
never [Tue, 24 Jan 2017 08:51:07 +0000] rev 43478
8171173: EXCEPTION_ACCESS_VIOLATION running VirtualObjectDebugInfoTest.java Reviewed-by: kvn
Mon, 23 Jan 2017 23:01:32 +0000 Merge
dnsimon [Mon, 23 Jan 2017 23:01:32 +0000] rev 43477
Merge
Sun, 22 Jan 2017 21:40:59 +0100 8172733: [JVMCI] add ResolvedJavaMethod.hasNeverInlineDirective
dnsimon [Sun, 22 Jan 2017 21:40:59 +0100] rev 43476
8172733: [JVMCI] add ResolvedJavaMethod.hasNeverInlineDirective Reviewed-by: kvn
Mon, 23 Jan 2017 23:49:16 +0300 8173054: [AOT] Avoid zero-shift for compressed oops
iveresov [Mon, 23 Jan 2017 23:49:16 +0300] rev 43475
8173054: [AOT] Avoid zero-shift for compressed oops Summary: AOT compiler should be pessimistic about heap size Reviewed-by: kvn
Mon, 23 Jan 2017 09:53:27 +0100 8172844: Assert fails in deoptimization due to original PC at the end of code section
zmajo [Mon, 23 Jan 2017 09:53:27 +0100] rev 43474
8172844: Assert fails in deoptimization due to original PC at the end of code section Summary: Change assert to accept end of code section as well. Reviewed-by: rbackman, kvn, dlong
Sun, 22 Jan 2017 22:18:49 -0800 8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c
jcm [Sun, 22 Jan 2017 22:18:49 -0800] rev 43473
8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c Summary: Disabled WB Compilaton at unsupported levels. Reviewed-by: kvn
Sat, 21 Jan 2017 15:08:53 -0800 8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures'
kvn [Sat, 21 Jan 2017 15:08:53 -0800] rev 43472
8173135: compiler/aot/fingerprint/SelfChangedCDS.java fails with: Unrecognized VM option 'UnlockCommercialFeatures' Summary: Move aot/fingerprint tests to closed since they use commercial feature. Reviewed-by: iveresov
Fri, 20 Jan 2017 16:09:56 -0500 8171971: Fix timing bug in JVM management of package export lists
hseigel [Fri, 20 Jan 2017 16:09:56 -0500] rev 43471
8171971: Fix timing bug in JVM management of package export lists Summary: Reduce the number of fields that maintain export state and use Module_lock to access these fields Reviewed-by: acorn, sspitsyn, lfoltan
Thu, 19 Jan 2017 21:52:51 -0800 8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode
jcm [Thu, 19 Jan 2017 21:52:51 -0800] rev 43470
8173038: [TESTBUG] compiler/loopopts/UseCountedLoopSafepointsTest.java fails with TESTBUG: Not server mode Summary: remove wrong extra check that got added as part of JDK-8166002 emulated client on win32. Reviewed-by: kvn
Thu, 19 Jan 2017 18:16:20 -0800 8173081: VM no longer prints "Picked up _JAVA_OPTONS: " message
dcubed [Thu, 19 Jan 2017 18:16:20 -0800] rev 43469
8173081: VM no longer prints "Picked up _JAVA_OPTONS: " message Summary: Restore lost line from JDK-8061999. Reviewed-by: hseigel, mchung, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip