Thu, 24 Nov 2016 09:33:54 +0000 Merge
tschatzl [Thu, 24 Nov 2016 09:33:54 +0000] rev 42596
Merge
Thu, 24 Nov 2016 10:05:47 +0100 8169703: G1 crashes with guarantee(pretouch_gang != NULL) failed: No pretouch gang specified
tschatzl [Thu, 24 Nov 2016 10:05:47 +0100] rev 42595
8169703: G1 crashes with guarantee(pretouch_gang != NULL) failed: No pretouch gang specified Summary: Allow use of AlwaysPreTouch without passing a WorkGang. Reviewed-by: kbarrett, dfazunen, ddmitriev
Wed, 23 Nov 2016 14:36:32 +0100 8169931: 8k class metaspace chunks misallocated from 4k chunk freelist​
stefank [Wed, 23 Nov 2016 14:36:32 +0100] rev 42594
8169931: 8k class metaspace chunks misallocated from 4k chunk freelist​ Reviewed-by: mgerdin, coleenp, ehelin, stuefe
Wed, 23 Nov 2016 14:33:45 +0100 8167650: NMT should check for invalid MEMFLAGS
stuefe [Wed, 23 Nov 2016 14:33:45 +0100] rev 42593
8167650: NMT should check for invalid MEMFLAGS Reviewed-by: dholmes, mockner, cjplummer
Wed, 23 Nov 2016 12:01:57 +0300 8168492: Convert CollectedHeap_test to GTest
kzhaldyb [Wed, 23 Nov 2016 12:01:57 +0300] rev 42592
8168492: Convert CollectedHeap_test to GTest Reviewed-by: iignatyev, tschatzl
Tue, 01 Nov 2016 16:23:29 +0300 8168493: Convert TestBitMap_test to GTest
kzhaldyb [Tue, 01 Nov 2016 16:23:29 +0300] rev 42591
8168493: Convert TestBitMap_test to GTest Reviewed-by: kbarrett, tschatzl
Wed, 23 Nov 2016 12:08:37 +0530 8169232: SA: TestCpoolForInvokeDynamic.java fails with sun.jvm.hotspot.debugger.DebuggerException: binary search bug: should have found entry 1
vtewari [Wed, 23 Nov 2016 12:08:37 +0530] rev 42590
8169232: SA: TestCpoolForInvokeDynamic.java fails with sun.jvm.hotspot.debugger.DebuggerException: binary search bug: should have found entry 1 Summary: Avoid potential data loss by avoiding the long-to-int cast of the return value of minus() Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
Tue, 22 Nov 2016 20:50:31 -0500 8166811: Missing memory fences between memory allocation and refinement
kbarrett [Tue, 22 Nov 2016 20:50:31 -0500] rev 42589
8166811: Missing memory fences between memory allocation and refinement Summary: Refactored to have needed barrier Reviewed-by: tschatzl, ehelin
Tue, 22 Nov 2016 20:24:47 -0500 8166607: G1 needs klass_or_null_acquire
kbarrett [Tue, 22 Nov 2016 20:24:47 -0500] rev 42588
8166607: G1 needs klass_or_null_acquire Summary: Use acquire where needed, split refinment humongous and non to simplify. Reviewed-by: tschatzl, ehelin
Tue, 22 Nov 2016 13:59:45 -0800 8165287: fix compress intrinsics to produce correct results with avx512
vdeshpande [Tue, 22 Nov 2016 13:59:45 -0800] rev 42587
8165287: fix compress intrinsics to produce correct results with avx512 Reviewed-by: kvn
Tue, 22 Nov 2016 11:34:11 -0800 8170039: Change UseAVX < 3 on SKX/KNL to not emit evex vector check
mcberg [Tue, 22 Nov 2016 11:34:11 -0800] rev 42586
8170039: Change UseAVX < 3 on SKX/KNL to not emit evex vector check Reviewed-by: kvn
Tue, 22 Nov 2016 16:13:13 +0300 8168396: Unexpected OOME in GcCauseTest02 and GcTest02
mchernov [Tue, 22 Nov 2016 16:13:13 +0300] rev 42585
8168396: Unexpected OOME in GcCauseTest02 and GcTest02 Reviewed-by: tschatzl, dfazunen
Mon, 21 Nov 2016 21:07:45 -0500 8169870: CDS: "assert(partition_size <= size()) failed: partition failed" on 32 bit JVM
jiangli [Mon, 21 Nov 2016 21:07:45 -0500] rev 42584
8169870: CDS: "assert(partition_size <= size()) failed: partition failed" on 32 bit JVM Summary: Exit the VM and report error if the second ReservedSpace() call also fails. Reviewed-by: cjplummer, sspitsyn, iklam
Mon, 21 Nov 2016 17:38:13 +0000 8170100: AArch64: Crash in C1-compiled code accessing References
aph [Mon, 21 Nov 2016 17:38:13 +0000] rev 42583
8170100: AArch64: Crash in C1-compiled code accessing References Reviewed-by: roland
Mon, 21 Nov 2016 17:29:17 +0000 8170098: AArch64: VM is extremely slow with JVMTI debugging enabled
aph [Mon, 21 Nov 2016 17:29:17 +0000] rev 42582
8170098: AArch64: VM is extremely slow with JVMTI debugging enabled Reviewed-by: roland
Mon, 21 Nov 2016 09:33:06 +0100 8169941: CodeBlob::is_frame_complete_at() does not honor CodeOffsets::frame_never_safe
thartmann [Mon, 21 Nov 2016 09:33:06 +0100] rev 42581
8169941: CodeBlob::is_frame_complete_at() does not honor CodeOffsets::frame_never_safe Summary: CodeBlob::is_frame_complete_at() should always return false if _frame_complete_offset is set to CodeOffsets::frame_never_safe (-1). Reviewed-by: kvn, dlong
Mon, 21 Nov 2016 08:27:10 +0100 8169711: CDS does not patch entry trampoline if intrinsic method is disabled
thartmann [Mon, 21 Nov 2016 08:27:10 +0100] rev 42580
8169711: CDS does not patch entry trampoline if intrinsic method is disabled Summary: Always create interpreter method entries for intrinsified methods but replace them with vanilla entries if the intrinsic is disabled at runtime. Reviewed-by: kvn, iklam
Fri, 18 Nov 2016 19:04:48 +0000 8169901: AArch64: CompareAndExchange intrinsics clobber address register
rkennke [Fri, 18 Nov 2016 19:04:48 +0000] rev 42579
8169901: AArch64: CompareAndExchange intrinsics clobber address register Reviewed-by: aph
Fri, 18 Nov 2016 18:46:08 +0300 8166719: gc/stress/TestStressG1Humongous.java fails with OOME
mchernov [Fri, 18 Nov 2016 18:46:08 +0300] rev 42578
8166719: gc/stress/TestStressG1Humongous.java fails with OOME Reviewed-by: tschatzl, dfazunen
Fri, 18 Nov 2016 03:40:56 -0800 8169529: AArch64: Revert old JDK-8167595 changes after JDK-8159035 fix is pushed
rraghavan [Fri, 18 Nov 2016 03:40:56 -0800] rev 42577
8169529: AArch64: Revert old JDK-8167595 changes after JDK-8159035 fix is pushed Summary: Removed the zero check Reviewed-by: adinn, aph, thartmann
Thu, 17 Nov 2016 21:59:52 +0000 Merge
rprotacio [Thu, 17 Nov 2016 21:59:52 +0000] rev 42576
Merge
Thu, 17 Nov 2016 16:28:45 -0500 8165550: Add class loader names to ClassCastException message
rprotacio [Thu, 17 Nov 2016 16:28:45 -0500] rev 42575
8165550: Add class loader names to ClassCastException message Summary: Adds new format of class loader names to VM ClassCastException messages Reviewed-by: dholmes, mchung, lfoltan
Thu, 17 Nov 2016 14:23:29 -0500 8166304: Skipping access check for classes generated by core reflection
hseigel [Thu, 17 Nov 2016 14:23:29 -0500] rev 42574
8166304: Skipping access check for classes generated by core reflection Summary: Only allow boot and reflection class loader to load sub-types of jdk.internal.reflect Reviewed-by: acorn, lfoltan, rehn
Thu, 17 Nov 2016 15:54:48 +0300 8169638: serviceability/sa/TestInstanceKlassSize.java and serviceability/sa/TestInstanceKlassSizeForInterface.java fail compilation
dsamersoff [Thu, 17 Nov 2016 15:54:48 +0300] rev 42573
8169638: serviceability/sa/TestInstanceKlassSize.java and serviceability/sa/TestInstanceKlassSizeForInterface.java fail compilation Summary: Modified the jtreg tests to use @modules Reviewed-by: dsamersoff, rehn Contributed-by: jini.george@oracle.com
Wed, 16 Nov 2016 18:57:42 +0300 8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent
mchernov [Wed, 16 Nov 2016 18:57:42 +0300] rev 42572
8165955: TestFullGCCount test failed with CMS and -XX:+ExplicitGCInvokesConcurrent Reviewed-by: dfazunen, tschatzl
Wed, 16 Nov 2016 14:11:30 +0300 7107013: sun.jvm.hotspot.runtime.Bytes.swapLong conversion to long mishandled
dsamersoff [Wed, 16 Nov 2016 14:11:30 +0300] rev 42571
7107013: sun.jvm.hotspot.runtime.Bytes.swapLong conversion to long mishandled Summary: Cast to long to avoid truncation in swapLong() Reviewed-by: dsamersoff Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Tue, 15 Nov 2016 19:39:51 -0500 8169423: Infinite loop in G1's ConcurrentMarkThread
kbarrett [Tue, 15 Nov 2016 19:39:51 -0500] rev 42570
8169423: Infinite loop in G1's ConcurrentMarkThread Summary: Also terminate loop if has_aborted flag is set. Reviewed-by: tschatzl, sjohanss
Tue, 15 Nov 2016 08:34:56 -0500 8169551: Segfaults in error traces when module version is null
hseigel [Tue, 15 Nov 2016 08:34:56 -0500] rev 42569
8169551: Segfaults in error traces when module version is null Summary: Make sure module->version() is not null before dereferencing it. Reviewed-by: coleenp, gtriantafill, lfoltan
Tue, 15 Nov 2016 15:30:03 +0300 Merge
mchernov [Tue, 15 Nov 2016 15:30:03 +0300] rev 42568
Merge
Tue, 15 Nov 2016 14:04:39 +0300 8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed
mchernov [Tue, 15 Nov 2016 14:04:39 +0300] rev 42567
8168934: [TESTBUG] gc/g1/logging/TestG1LoggingFailure.java failed Reviewed-by: tschatzl, dfazunen
Mon, 14 Nov 2016 19:24:14 -0500 Merge
jiangli [Mon, 14 Nov 2016 19:24:14 -0500] rev 42566
Merge
Mon, 14 Nov 2016 18:03:44 -0500 8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check.
jiangli [Mon, 14 Nov 2016 18:03:44 -0500] rev 42565
8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check. Summary: Change the assert to check the current delta is less than 0x7FFFFFFF. Reviewed-by: iklam, ddmitriev
Mon, 14 Nov 2016 19:21:18 +0000 Merge
ccheung [Mon, 14 Nov 2016 19:21:18 +0000] rev 42564
Merge
Mon, 14 Nov 2016 10:42:13 -0800 8168796: relax vm options checking during CDS dump time
ccheung [Mon, 14 Nov 2016 10:42:13 -0800] rev 42563
8168796: relax vm options checking during CDS dump time Summary: warning instead of exit for the following vm options specified during CDS dump time: --module-path, --upgrade-module-path, --add-modules Reviewed-by: hseigel, jiangli, sspitsyn
Mon, 14 Nov 2016 10:10:10 -0800 8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux
kvn [Mon, 14 Nov 2016 10:10:10 -0800] rev 42562
8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux Reviewed-by: kvn, drwhite Contributed-by: yang.zhang@linaro.org
Fri, 11 Nov 2016 16:52:44 +0100 8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42561
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved Reviewed-by: egahlin, gtriantafill
Fri, 11 Nov 2016 16:44:36 +0100 Merge
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42560
Merge
Mon, 14 Nov 2016 11:15:43 +0100 8169625: Libjsig build doesn't set flags for ppc64/s390 builds
simonis [Mon, 14 Nov 2016 11:15:43 +0100] rev 42559
8169625: Libjsig build doesn't set flags for ppc64/s390 builds Reviewed-by: erikj
Fri, 11 Nov 2016 12:27:22 +0100 Merge
ehelin [Fri, 11 Nov 2016 12:27:22 +0100] rev 42558
Merge
Mon, 07 Nov 2016 10:38:42 +0100 8167679: G1 phase logging is messy
ehelin [Mon, 07 Nov 2016 10:38:42 +0100] rev 42557
8167679: G1 phase logging is messy Reviewed-by: sjohanss, tschatzl
Mon, 07 Nov 2016 12:37:28 +0100 8169317: [s390] Various minor bug fixes and adaptions.
goetz [Mon, 07 Nov 2016 12:37:28 +0100] rev 42556
8169317: [s390] Various minor bug fixes and adaptions. Reviewed-by: mdoerr
Thu, 10 Nov 2016 23:26:56 -0800 8169201: Montgomery multiply intrinsic should use correct name
rraghavan [Thu, 10 Nov 2016 23:26:56 -0800] rev 42555
8169201: Montgomery multiply intrinsic should use correct name Summary: Corrected stubName to montgomery_multiply for inline_montgomeryMultiply() Reviewed-by: aph, thartmann, zmajo
Thu, 10 Nov 2016 13:08:02 -0800 8169554: [JVMCI] expose missing StubRoutines for intrinsics
never [Thu, 10 Nov 2016 13:08:02 -0800] rev 42554
8169554: [JVMCI] expose missing StubRoutines for intrinsics Reviewed-by: kvn
Thu, 10 Nov 2016 18:08:31 +0100 8167656: Unstable MethodHandle inlining causing huge performance variations
neliasso [Thu, 10 Nov 2016 18:08:31 +0100] rev 42553
8167656: Unstable MethodHandle inlining causing huge performance variations Summary: Profile calls without a reciever Reviewed-by: jrose, vlivanov, kvn
Wed, 09 Nov 2016 10:21:56 -0800 8167067: Fix x86 SHA instructions to be non Vex encoded
kvn [Wed, 09 Nov 2016 10:21:56 -0800] rev 42552
8167067: Fix x86 SHA instructions to be non Vex encoded Reviewed-by: kvn Contributed-by: razvan.a.lupusoru@intel.com
Fri, 07 Oct 2016 15:59:38 +0200 8169497: Aarch64: Improve internal array handling
roland [Fri, 07 Oct 2016 15:59:38 +0200] rev 42551
8169497: Aarch64: Improve internal array handling Reviewed-by: aph
Wed, 09 Nov 2016 08:45:51 +0000 Merge
dsamersoff [Wed, 09 Nov 2016 08:45:51 +0000] rev 42550
Merge
Wed, 09 Nov 2016 10:56:32 +0300 8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
dsamersoff [Wed, 09 Nov 2016 10:56:32 +0300] rev 42549
8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c Summary: Use access() instead of open() to check for the existence of a file Reviewed-by: dsamersoff, dholmes Contributed-by: jini.george@oracle.com
Wed, 09 Nov 2016 13:38:52 +0530 7107014: sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach infinite loop
vtewari [Wed, 09 Nov 2016 13:38:52 +0530] rev 42548
7107014: sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach infinite loop Summary: Avoid infinite loop in sun.jvm.hotspot.HSDB.FindObjectByTypeCleanupThunk.showConsole.attach Reviewed-by: rehn, dsamersoff Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Wed, 09 Nov 2016 09:30:27 +0300 7107018: sun.jvm.hotspot.utilities.soql.JSJavaHeap.forEachClass incorrect test
dsamersoff [Wed, 09 Nov 2016 09:30:27 +0300] rev 42547
7107018: sun.jvm.hotspot.utilities.soql.JSJavaHeap.forEachClass incorrect test Summary: Correction for incorrect double checking of ‘k’ not being null. Reviewed-by: dsamersoff, rehn Contributed-by: jini.george@oracle.com
Mon, 07 Nov 2016 17:02:46 +0100 8169331: [JVMCI] incomplete API to MethodParameters attribute
dnsimon [Mon, 07 Nov 2016 17:02:46 +0100] rev 42546
8169331: [JVMCI] incomplete API to MethodParameters attribute Reviewed-by: kvn
Fri, 28 Oct 2016 15:50:09 +0200 8168904: Initialize and reset G1 phase times to zero
ehelin [Fri, 28 Oct 2016 15:50:09 +0200] rev 42545
8168904: Initialize and reset G1 phase times to zero Reviewed-by: sjohanss, jprovino
Tue, 01 Nov 2016 14:22:38 +0100 8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests
neliasso [Tue, 01 Nov 2016 14:22:38 +0100] rev 42544
8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests Summary: C1 must use unverified entry point for unloaded methods. Reviewed-by: vlivanov, goetz
Mon, 31 Oct 2016 11:36:45 +0100 8166837: [TESTBUG] Fix tests on Linux/s390x
goetz [Mon, 31 Oct 2016 11:36:45 +0100] rev 42543
8166837: [TESTBUG] Fix tests on Linux/s390x Reviewed-by: kvn, simonis
Mon, 07 Nov 2016 10:12:14 +0100 8169255: Link gtestLauncher statically if libjvm is configured for static linking
erikj [Mon, 07 Nov 2016 10:12:14 +0100] rev 42542
8169255: Link gtestLauncher statically if libjvm is configured for static linking Reviewed-by: tbell, dholmes
Tue, 13 Dec 2016 12:36:13 -0800 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
bchristi [Tue, 13 Dec 2016 12:36:13 -0800] rev 42541
8169389: Use a bitmap to control StackTraceElement::toString format and save footprint Reviewed-by: dfuchs, mchung
Wed, 14 Dec 2016 20:23:23 +0000 Added tag jdk-9+149 for changeset a91250ba2c70
lana [Wed, 14 Dec 2016 20:23:23 +0000] rev 42540
Added tag jdk-9+149 for changeset a91250ba2c70
Tue, 20 Dec 2016 13:44:04 -0800 8170195: jshell tool (make): update javadoc generation for jdk.jshell
rfield [Tue, 20 Dec 2016 13:44:04 -0800] rev 42539
8170195: jshell tool (make): update javadoc generation for jdk.jshell Reviewed-by: jjg
Mon, 19 Dec 2016 12:39:00 -0500 8168503: JEP 297: Unified arm32/arm64 Port
bobv [Mon, 19 Dec 2016 12:39:00 -0500] rev 42538
8168503: JEP 297: Unified arm32/arm64 Port Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
Mon, 19 Dec 2016 16:04:49 +0000 Merge
prappo [Mon, 19 Dec 2016 16:04:49 +0000] rev 42537
Merge
Mon, 19 Dec 2016 16:00:21 +0000 8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url
prappo [Mon, 19 Dec 2016 16:00:21 +0000] rev 42536
8164907: Eliminate dependency on java.naming/com.sun.jndi.toolkit.url Reviewed-by: chegar, rriggs
Mon, 19 Dec 2016 10:47:26 +0100 8171366: macOS: Do not run failure handler commands that require Developer mode access
sla [Mon, 19 Dec 2016 10:47:26 +0100] rev 42535
8171366: macOS: Do not run failure handler commands that require Developer mode access Reviewed-by: erikj, iignatyev
Sun, 18 Dec 2016 15:57:40 +0100 Merge
jwilhelm [Sun, 18 Dec 2016 15:57:40 +0100] rev 42534
Merge
Tue, 13 Dec 2016 02:04:18 +0100 Merge
jwilhelm [Tue, 13 Dec 2016 02:04:18 +0100] rev 42533
Merge
Sun, 11 Dec 2016 18:50:18 -0800 8171008: Integrate AOT compiler into JDK
kvn [Sun, 11 Dec 2016 18:50:18 -0800] rev 42532
8171008: Integrate AOT compiler into JDK Reviewed-by: erikj, mchung, twisti, simonis
Sun, 11 Dec 2016 12:09:13 -0800 8166417: Integrate Graal-core into JDK for AOT compiler
kvn [Sun, 11 Dec 2016 12:09:13 -0800] rev 42531
8166417: Integrate Graal-core into JDK for AOT compiler Reviewed-by: iveresov, erikj, ihse, mchung
Thu, 08 Dec 2016 17:13:07 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 17:13:07 +0100] rev 42530
Merge
Thu, 08 Dec 2016 16:18:03 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 16:18:03 +0100] rev 42529
Merge
Mon, 05 Dec 2016 17:55:59 +0100 8066474: Remove the lib/ directory from Linux and Solaris images
erikj [Mon, 05 Dec 2016 17:55:59 +0100] rev 42528
8066474: Remove the lib/ directory from Linux and Solaris images Reviewed-by: tbell, ihse
Fri, 16 Dec 2016 11:58:14 -0800 Merge
ddehaven [Fri, 16 Dec 2016 11:58:14 -0800] rev 42527
Merge
Mon, 12 Dec 2016 20:54:39 -0800 Merge
ddehaven [Mon, 12 Dec 2016 20:54:39 -0800] rev 42526
Merge
Mon, 05 Dec 2016 08:36:14 -0800 Merge
ddehaven [Mon, 05 Dec 2016 08:36:14 -0800] rev 42525
Merge
Thu, 01 Dec 2016 10:35:19 -0800 Merge
prr [Thu, 01 Dec 2016 10:35:19 -0800] rev 42524
Merge
Tue, 29 Nov 2016 15:20:30 -0800 8170428: Move src.zip to JDK/lib/src.zip
mchung [Tue, 29 Nov 2016 15:20:30 -0800] rev 42523
8170428: Move src.zip to JDK/lib/src.zip Reviewed-by: prr, billyh, pbhat
Tue, 29 Nov 2016 11:17:08 -0800 Merge
prr [Tue, 29 Nov 2016 11:17:08 -0800] rev 42522
Merge
Tue, 22 Nov 2016 11:45:55 -0800 Merge
prr [Tue, 22 Nov 2016 11:45:55 -0800] rev 42521
Merge
Wed, 16 Nov 2016 14:27:23 -0800 8167182: Exported elements referring to inaccessible types in jdk.accessibility
prr [Wed, 16 Nov 2016 14:27:23 -0800] rev 42520
8167182: Exported elements referring to inaccessible types in jdk.accessibility Reviewed-by: serb, ssadetsky
Fri, 16 Dec 2016 10:17:03 +0100 8171249: modules_legal from imported modules are not read by the build
erikj [Fri, 16 Dec 2016 10:17:03 +0100] rev 42519
8171249: modules_legal from imported modules are not read by the build Reviewed-by: alanb, mchung
Fri, 16 Dec 2016 08:17:37 +0000 Merge
alanb [Fri, 16 Dec 2016 08:17:37 +0000] rev 42518
Merge
Fri, 16 Dec 2016 05:46:45 +0000 8170859: Run time and tool support for ModuleResolution
alanb [Fri, 16 Dec 2016 05:46:45 +0000] rev 42517
8170859: Run time and tool support for ModuleResolution Reviewed-by: alanb, mchung Contributed-by: chris.hegarty@oracle.com
Thu, 15 Dec 2016 22:00:30 +0530 8171316: Add IMPLEMENTOR property to the release file
sundar [Thu, 15 Dec 2016 22:00:30 +0530] rev 42516
8171316: Add IMPLEMENTOR property to the release file Reviewed-by: jlaskey, erikj, mchung
Wed, 14 Dec 2016 20:33:31 +0000 Merge
lana [Wed, 14 Dec 2016 20:33:31 +0000] rev 42515
Merge
Wed, 14 Dec 2016 10:50:31 -0800 8171201: Drop java.compact$N aggregator modules
mchung [Wed, 14 Dec 2016 10:50:31 -0800] rev 42514
8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters Reviewed-by: alanb, erikj
Tue, 13 Dec 2016 22:17:05 +0100 Merge
jwilhelm [Tue, 13 Dec 2016 22:17:05 +0100] rev 42513
Merge
Fri, 25 Nov 2016 11:55:33 +0300 8170226: Implement setting jtreg @requires property vm.jvmci
iignatyev [Fri, 25 Nov 2016 11:55:33 +0300] rev 42512
8170226: Implement setting jtreg @requires property vm.jvmci Reviewed-by: kvn
Wed, 23 Nov 2016 12:25:21 +0300 8170228: register closed @requires property setter
iignatyev [Wed, 23 Nov 2016 12:25:21 +0300] rev 42511
8170228: register closed @requires property setter Reviewed-by: vlivanov, dfazunen
Thu, 24 Nov 2016 15:27:33 +0100 8170284: Move fine granular hotspot make targets to top level
erikj [Thu, 24 Nov 2016 15:27:33 +0100] rev 42510
8170284: Move fine granular hotspot make targets to top level Reviewed-by: tbell
Wed, 09 Nov 2016 15:32:39 +0100 Merge
jwilhelm [Wed, 09 Nov 2016 15:32:39 +0100] rev 42509
Merge
Mon, 31 Oct 2016 11:43:07 +0100 8166837: [TESTBUG] Fix tests on Linux/s390x
goetz [Mon, 31 Oct 2016 11:43:07 +0100] rev 42508
8166837: [TESTBUG] Fix tests on Linux/s390x Reviewed-by: kvn, simonis
Tue, 13 Dec 2016 16:19:20 +0100 8171167: Build fails in Mach 5 with "File name too long."
erikj [Tue, 13 Dec 2016 16:19:20 +0100] rev 42507
8171167: Build fails in Mach 5 with "File name too long." Reviewed-by: tbell
Tue, 13 Dec 2016 12:31:43 +0100 8170878: JDK 9 fails to build when enabling Hotspot code coverage
erikj [Tue, 13 Dec 2016 12:31:43 +0100] rev 42506
8170878: JDK 9 fails to build when enabling Hotspot code coverage Reviewed-by: ihse
Mon, 12 Dec 2016 18:56:32 -0800 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung [Mon, 12 Dec 2016 18:56:32 -0800] rev 42505
8169925: Organize licenses by module in source, JMOD file, and run-time image Reviewed-by: alanb, erikj, ihse, naoto, prr Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
Wed, 14 Dec 2016 20:23:22 +0000 Added tag jdk-9+149 for changeset 2c48c5ffb581
lana [Wed, 14 Dec 2016 20:23:22 +0000] rev 42504
Added tag jdk-9+149 for changeset 2c48c5ffb581
Wed, 05 Jul 2017 22:34:06 +0200 Added tag jdk-9+149 for changeset cf139f925da0
duke [Wed, 05 Jul 2017 22:34:06 +0200] rev 42503
Added tag jdk-9+149 for changeset cf139f925da0
Wed, 05 Jul 2017 22:34:05 +0200 Merge jdk-9+149
duke [Wed, 05 Jul 2017 22:34:05 +0200] rev 42502
Merge
Wed, 05 Jul 2017 22:33:58 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:58 +0200] rev 42501
Merge
Mon, 12 Dec 2016 17:00:30 +0100 8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change
jlahoda [Mon, 12 Dec 2016 17:00:30 +0100] rev 42500
8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change Summary: Using Path.equals instead of Files.isSameFile to speed up Filer checks Reviewed-by: jjg
Mon, 12 Dec 2016 13:27:39 +0100 8147527: Wrong code generated for postfix unary operators
jlahoda [Mon, 12 Dec 2016 13:27:39 +0100] rev 42499
8147527: Wrong code generated for postfix unary operators Summary: Avoiding use of duplicated tree nodes when these may be changed in place. Reviewed-by: mcimadamore, jlahoda Contributed-by: bsrbnd@gmail.com
Fri, 09 Dec 2016 16:24:50 -0800 8170251: Add javax.tools.Tool.name()
jjg [Fri, 09 Dec 2016 16:24:50 -0800] rev 42498
8170251: Add javax.tools.Tool.name() Reviewed-by: darcy, mchung
Fri, 09 Dec 2016 18:06:48 +0100 8170667: ClassReader assigns method parameters from MethodParameters incorrectly when long/double parameters are present
cushon [Fri, 09 Dec 2016 18:06:48 +0100] rev 42497
8170667: ClassReader assigns method parameters from MethodParameters incorrectly when long/double parameters are present Summary: MethodParameters attribute does not skip a slot for long/double. Reviewed-by: vromero, jlahoda
Thu, 08 Dec 2016 16:52:38 -0800 8170953: CheckResourceKeys tests should declare the resource package to be open
jjg [Thu, 08 Dec 2016 16:52:38 -0800] rev 42496
8170953: CheckResourceKeys tests should declare the resource package to be open Reviewed-by: mchung
Thu, 08 Dec 2016 21:21:48 +0000 Merge
lana [Thu, 08 Dec 2016 21:21:48 +0000] rev 42495
Merge
Thu, 08 Dec 2016 12:46:59 -0800 8168688: javadoc top left frame should display all modules while in module mode
bpatel [Thu, 08 Dec 2016 12:46:59 -0800] rev 42494
8168688: javadoc top left frame should display all modules while in module mode Reviewed-by: jjg
Wed, 07 Dec 2016 05:58:43 -0800 8169618: JDK9 message drop interim resource updates - OpenJDK
lana [Wed, 07 Dec 2016 05:58:43 -0800] rev 42493
8169618: JDK9 message drop interim resource updates - OpenJDK Reviewed-by: rfield, peytoia, joehw, weijun Contributed-by: li.jiang@oracle.com
Thu, 08 Dec 2016 18:03:37 +0000 Added tag jdk-9+148 for changeset 8e1573096052
lana [Thu, 08 Dec 2016 18:03:37 +0000] rev 42492
Added tag jdk-9+148 for changeset 8e1573096052
Wed, 05 Jul 2017 22:33:47 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:47 +0200] rev 42491
Merge
Thu, 08 Dec 2016 18:03:35 +0000 Added tag jdk-9+148 for changeset bd7790c39ad8
lana [Thu, 08 Dec 2016 18:03:35 +0000] rev 42490
Added tag jdk-9+148 for changeset bd7790c39ad8
Wed, 05 Jul 2017 22:33:39 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:39 +0200] rev 42489
Merge
Thu, 08 Dec 2016 21:21:34 +0000 Merge
lana [Thu, 08 Dec 2016 21:21:34 +0000] rev 42488
Merge
Wed, 07 Dec 2016 06:01:07 -0800 8169618: JDK9 message drop interim resource updates - OpenJDK
lana [Wed, 07 Dec 2016 06:01:07 -0800] rev 42487
8169618: JDK9 message drop interim resource updates - OpenJDK Reviewed-by: rfield, peytoia, joehw, weijun Contributed-by: li.jiang@oracle.com
Thu, 08 Dec 2016 11:26:31 +0800 8169948: Update ServiceProviderTest for newDefaultInstance() methods in JAXP factories
fyuan [Thu, 08 Dec 2016 11:26:31 +0800] rev 42486
8169948: Update ServiceProviderTest for newDefaultInstance() methods in JAXP factories Reviewed-by: dfuchs, joehw, lana
Wed, 07 Dec 2016 09:48:42 +0100 8170629: Remove code duplication in test makefiles
ihse [Wed, 07 Dec 2016 09:48:42 +0100] rev 42485
8170629: Remove code duplication in test makefiles Reviewed-by: erikj, dholmes
Thu, 08 Dec 2016 18:03:35 +0000 Added tag jdk-9+148 for changeset 285ea8081752
lana [Thu, 08 Dec 2016 18:03:35 +0000] rev 42484
Added tag jdk-9+148 for changeset 285ea8081752
Wed, 05 Jul 2017 22:33:29 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:29 +0200] rev 42483
Merge
Thu, 08 Dec 2016 21:22:02 +0000 Merge
lana [Thu, 08 Dec 2016 21:22:02 +0000] rev 42482
Merge
Wed, 07 Dec 2016 09:48:24 +0100 8170629: Remove code duplication in test makefiles
ihse [Wed, 07 Dec 2016 09:48:24 +0100] rev 42481
8170629: Remove code duplication in test makefiles Reviewed-by: erikj, dholmes
Thu, 08 Dec 2016 18:03:37 +0000 Added tag jdk-9+148 for changeset 9d129b38aaaf
lana [Thu, 08 Dec 2016 18:03:37 +0000] rev 42480
Added tag jdk-9+148 for changeset 9d129b38aaaf
Wed, 05 Jul 2017 22:33:19 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:19 +0200] rev 42479
Merge
Thu, 08 Dec 2016 18:03:34 +0000 Added tag jdk-9+148 for changeset 20b598516784
lana [Thu, 08 Dec 2016 18:03:34 +0000] rev 42478
Added tag jdk-9+148 for changeset 20b598516784
Wed, 05 Jul 2017 22:33:12 +0200 Merge
duke [Wed, 05 Jul 2017 22:33:12 +0200] rev 42477
Merge
Mon, 12 Dec 2016 16:45:08 -0800 8171131: Problem list ModuleNamesOrderTest.java until JDK-8171070 is fixed
darcy [Mon, 12 Dec 2016 16:45:08 -0800] rev 42476
8171131: Problem list ModuleNamesOrderTest.java until JDK-8171070 is fixed Reviewed-by: mchung
Mon, 12 Dec 2016 14:40:56 +0000 8170920: SO_RCVBUF and SO_SNDBUF options problem for network channels on MacOS
michaelm [Mon, 12 Dec 2016 14:40:56 +0000] rev 42475
8170920: SO_RCVBUF and SO_SNDBUF options problem for network channels on MacOS Reviewed-by: chegar, clanger
Mon, 12 Dec 2016 15:33:46 +0100 8164057: Fix @since for java.net.Inet[46]Address
clanger [Mon, 12 Dec 2016 15:33:46 +0100] rev 42474
8164057: Fix @since for java.net.Inet[46]Address Reviewed-by: chegar
Mon, 12 Dec 2016 13:34:10 +0000 8171081: Put TimeoutOrderingTest in ProblemList for solaris-all
dfuchs [Mon, 12 Dec 2016 13:34:10 +0000] rev 42473
8171081: Put TimeoutOrderingTest in ProblemList for solaris-all Reviewed-by: chegar
Sun, 11 Dec 2016 21:55:03 -0800 8171062: Problem list ServerIdentityTest.java on window
darcy [Sun, 11 Dec 2016 21:55:03 -0800] rev 42472
8171062: Problem list ServerIdentityTest.java on window Reviewed-by: xuelei
Mon, 12 Dec 2016 11:31:39 +0530 8168925: MODULES property should be topologically ordered and space-separated list
sundar [Mon, 12 Dec 2016 11:31:39 +0530] rev 42471
8168925: MODULES property should be topologically ordered and space-separated list Reviewed-by: mchung, jlaskey
Sun, 11 Dec 2016 17:39:27 -0800 7195382: TEST_BUG: java/rmi/activation/CommandEnvironment/SetChildEnv.java can fail
mli [Sun, 11 Dec 2016 17:39:27 -0800] rev 42470
7195382: TEST_BUG: java/rmi/activation/CommandEnvironment/SetChildEnv.java can fail Reviewed-by: rriggs
Sun, 11 Dec 2016 12:20:45 +0100 8170595: Optimize Class.isAnonymousClass, isLocalClass, and isMemberClass
redestad [Sun, 11 Dec 2016 12:20:45 +0100] rev 42469
8170595: Optimize Class.isAnonymousClass, isLocalClass, and isMemberClass Reviewed-by: mchung, darcy Contributed-by: claes.redestad@oracle.com, christoph.dreis@freenet.de
Sat, 10 Dec 2016 14:19:53 +0000 8166568: Add jmod extract subcommand
chegar [Sat, 10 Dec 2016 14:19:53 +0000] rev 42468
8166568: Add jmod extract subcommand 8169492: jdk.internal.jmod.JmodFile.JMOD_MAGIC_NUMBER is a mutable array Reviewed-by: alanb, anazarov, dfuchs, mchung
Fri, 09 Dec 2016 16:38:34 -0800 8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
mchung [Fri, 09 Dec 2016 16:38:34 -0800] rev 42467
8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently Reviewed-by: dfuchs, naoto
Fri, 09 Dec 2016 21:25:54 +0000 8171003: A couple of JSSE tests have been failing after JDK-8170329
xuelei [Fri, 09 Dec 2016 21:25:54 +0000] rev 42466
8171003: A couple of JSSE tests have been failing after JDK-8170329 Reviewed-by: ascarpino, mullan
Fri, 09 Dec 2016 14:14:37 -0500 8069128: Fix deprecation warnings in jdk.deploy.osx module
mullan [Fri, 09 Dec 2016 14:14:37 -0500] rev 42465
8069128: Fix deprecation warnings in jdk.deploy.osx module Reviewed-by: mullan Contributed-by: adam.petcher@oracle.com
Fri, 09 Dec 2016 17:21:50 +0000 8170329: New SSLSocket testing template
xuelei [Fri, 09 Dec 2016 17:21:50 +0000] rev 42464
8170329: New SSLSocket testing template Reviewed-by: asmotrak, mullan
Fri, 09 Dec 2016 08:49:42 -0800 8170952: jar's usage message output need some cleanup
sherman [Fri, 09 Dec 2016 08:49:42 -0800] rev 42463
8170952: jar's usage message output need some cleanup Reviewed-by: chegar
Fri, 09 Dec 2016 15:48:48 +0000 8170984: java.util.logging might force the initialization of ResourceBundle class too early.
dfuchs [Fri, 09 Dec 2016 15:48:48 +0000] rev 42462
8170984: java.util.logging might force the initialization of ResourceBundle class too early. Reviewed-by: alanb
Fri, 09 Dec 2016 10:17:27 -0500 8153882: rmid emits warning about security policy with obsolete URL
rriggs [Fri, 09 Dec 2016 10:17:27 -0500] rev 42461
8153882: rmid emits warning about security policy with obsolete URL Summary: Remove absolute link to rmid documentation Reviewed-by: smarks
Fri, 09 Dec 2016 11:35:02 +0000 8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm [Fri, 09 Dec 2016 11:35:02 +0000] rev 42460
8170648: Move java.net.http package out of Java SE to incubator namespace Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>, Sergey Kuksenko <sergey.kuksenko@oracle.com>, anthony.vanelverdinghe@gmail.com
Fri, 09 Dec 2016 17:01:03 +0530 8170316: (tz) Support tzdata2016j
rpatil [Fri, 09 Dec 2016 17:01:03 +0530] rev 42459
8170316: (tz) Support tzdata2016j Reviewed-by: martin, okutsu
Thu, 08 Dec 2016 23:21:54 -0800 8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java
tidu [Thu, 08 Dec 2016 23:21:54 -0800] rev 42458
8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java Reviewed-by: asmotrak Contributed-by: Tim Du <tiantian.du@oracle.com>
Fri, 09 Dec 2016 02:26:48 +0000 8079898: Resolve disabled warnings for libj2ucrypto
valeriep [Fri, 09 Dec 2016 02:26:48 +0000] rev 42457
8079898: Resolve disabled warnings for libj2ucrypto Summary: Updated header/code to address the E_MACRO_REDEFINED warning Reviewed-by: ascarpino, ihse
Thu, 08 Dec 2016 21:21:39 +0000 Merge
lana [Thu, 08 Dec 2016 21:21:39 +0000] rev 42456
Merge
Wed, 30 Nov 2016 13:51:41 +0100 8170525: Fix minor issues in AWT/ECC/PKCS11 coding
goetz [Wed, 30 Nov 2016 13:51:41 +0100] rev 42455
8170525: Fix minor issues in AWT/ECC/PKCS11 coding Reviewed-by: vinnie, clanger, prr, ssadetsky
Thu, 08 Dec 2016 07:21:50 -0800 8169115: java/net/InetAddress/ptr/lookup.sh failed intermittently
xiaofeya [Thu, 08 Dec 2016 07:21:50 -0800] rev 42454
8169115: java/net/InetAddress/ptr/lookup.sh failed intermittently Reviewed-by: dsamersoff
Thu, 08 Dec 2016 15:35:56 +0300 8170664: SystemLoggerInPlatformLoader.java failing in case of module limitation
skovalev [Thu, 08 Dec 2016 15:35:56 +0300] rev 42453
8170664: SystemLoggerInPlatformLoader.java failing in case of module limitation Reviewed-by: dfuchs, mchung
Thu, 08 Dec 2016 12:35:18 +0530 8170840: java/util/Locale/LocaleTest.java failed with "Uncaught exception thrown in test method TestGetLangsAndCountries"
rgoel [Thu, 08 Dec 2016 12:35:18 +0530] rev 42452
8170840: java/util/Locale/LocaleTest.java failed with "Uncaught exception thrown in test method TestGetLangsAndCountries" Reviewed-by: naoto
Wed, 07 Dec 2016 05:57:23 -0800 8169618: JDK9 message drop interim resource updates - OpenJDK
lana [Wed, 07 Dec 2016 05:57:23 -0800] rev 42451
8169618: JDK9 message drop interim resource updates - OpenJDK Reviewed-by: rfield, peytoia, joehw, weijun Contributed-by: li.jiang@oracle.com
Wed, 30 Nov 2016 07:51:40 -0800 7037368: Currency names missing in some locales
lana [Wed, 30 Nov 2016 07:51:40 -0800] rev 42450
7037368: Currency names missing in some locales Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Wed, 07 Dec 2016 17:15:03 -0800 8043838: Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly
xiaofeya [Wed, 07 Dec 2016 17:15:03 -0800] rev 42449
8043838: Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly Reviewed-by: chegar, dfuchs
Wed, 07 Dec 2016 17:08:21 -0800 8170839: failed test case is not checked in java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java
mli [Wed, 07 Dec 2016 17:08:21 -0800] rev 42448
8170839: failed test case is not checked in java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java Reviewed-by: rriggs
Fri, 02 Dec 2016 13:22:16 -0800 8168628: (fc) SIGBUS when extending file size to map it
bpb [Fri, 02 Dec 2016 13:22:16 -0800] rev 42447
8168628: (fc) SIGBUS when extending file size to map it Summary: Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64(). Reviewed-by: rehn, simonis, alanb
Wed, 07 Dec 2016 15:32:31 -0500 8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter
rriggs [Wed, 07 Dec 2016 15:32:31 -0500] rev 42446
8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter Reviewed-by: dfuchs
Wed, 07 Dec 2016 12:47:19 -0800 8170875: Problem list LocaleTest.java until JDK-8170840 is fixed
darcy [Wed, 07 Dec 2016 12:47:19 -0800] rev 42445
8170875: Problem list LocaleTest.java until JDK-8170840 is fixed Reviewed-by: rriggs, naoto
Wed, 07 Dec 2016 11:53:26 -0800 8170831: ZipFile implementation no longer caches the last accessed entry/pos
sherman [Wed, 07 Dec 2016 11:53:26 -0800] rev 42444
8170831: ZipFile implementation no longer caches the last accessed entry/pos Reviewed-by: psandoz
Wed, 30 Nov 2016 19:40:36 -0800 8170560: Improve code samples in Collectors javadoc
martin [Wed, 30 Nov 2016 19:40:36 -0800] rev 42443
8170560: Improve code samples in Collectors javadoc Reviewed-by: psandoz
Wed, 07 Dec 2016 08:54:56 -0800 8170465: JNI exception pending in jni_util.c:190
naoto [Wed, 07 Dec 2016 08:54:56 -0800] rev 42442
8170465: JNI exception pending in jni_util.c:190 8170466: JNI exception pending in jni_util.c:190 Reviewed-by: dholmes
Wed, 07 Dec 2016 10:55:13 -0500 8158517: Minor optimizations to ISO10126PADDING
mullan [Wed, 07 Dec 2016 10:55:13 -0500] rev 42441
8158517: Minor optimizations to ISO10126PADDING Reviewed-by: mullan Contributed-by: adam.petcher@oracle.com, ecki@zusammenkunft.net
Wed, 07 Dec 2016 09:32:32 +0000 8169653: Restore ObjectInputStream::resolveClass call stack default search order
chegar [Wed, 07 Dec 2016 09:32:32 +0000] rev 42440
8169653: Restore ObjectInputStream::resolveClass call stack default search order Reviewed-by: dfuchs, mchung
Wed, 07 Dec 2016 09:48:31 +0100 8170629: Remove code duplication in test makefiles
ihse [Wed, 07 Dec 2016 09:48:31 +0100] rev 42439
8170629: Remove code duplication in test makefiles Reviewed-by: erikj, dholmes
Wed, 07 Dec 2016 11:35:12 +0530 8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes.
rgoel [Wed, 07 Dec 2016 11:35:12 +0530] rev 42438
8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes. Reviewed-by: naoto
Tue, 06 Dec 2016 17:49:44 -0800 8081390: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java may leave orphaned processes
xiaofeya [Tue, 06 Dec 2016 17:49:44 -0800] rev 42437
8081390: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java may leave orphaned processes Reviewed-by: rriggs
Tue, 06 Dec 2016 17:53:22 -0800 8170704: java/rmi/activation/Activatable/* tests fails intermittently with "output improperly annotated"
mli [Tue, 06 Dec 2016 17:53:22 -0800] rev 42436
8170704: java/rmi/activation/Activatable/* tests fails intermittently with "output improperly annotated" Reviewed-by: dfuchs, rriggs
Tue, 06 Dec 2016 17:26:43 -0800 8166446: SingletonIterator.forEachRemaining doesn't advance before calling action
smarks [Tue, 06 Dec 2016 17:26:43 -0800] rev 42435
8166446: SingletonIterator.forEachRemaining doesn't advance before calling action Reviewed-by: martin
Tue, 06 Dec 2016 14:44:12 -0800 8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible()
sherman [Tue, 06 Dec 2016 14:44:12 -0800] rev 42434
8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible() Reviewed-by: martin, rriggs
Thu, 08 Dec 2016 18:03:36 +0000 Added tag jdk-9+148 for changeset 2625312d491c
lana [Thu, 08 Dec 2016 18:03:36 +0000] rev 42433
Added tag jdk-9+148 for changeset 2625312d491c
Wed, 05 Jul 2017 22:32:59 +0200 Merge
duke [Wed, 05 Jul 2017 22:32:59 +0200] rev 42432
Merge
Thu, 08 Dec 2016 21:21:56 +0000 Merge
lana [Thu, 08 Dec 2016 21:21:56 +0000] rev 42431
Merge
Wed, 07 Dec 2016 16:08:23 +0100 8141590: Cannot build Zero with devkit
erikj [Wed, 07 Dec 2016 16:08:23 +0100] rev 42430
8141590: Cannot build Zero with devkit Reviewed-by: ihse
Wed, 07 Dec 2016 09:48:57 +0100 8170629: Remove code duplication in test makefiles
ihse [Wed, 07 Dec 2016 09:48:57 +0100] rev 42429
8170629: Remove code duplication in test makefiles Reviewed-by: erikj, dholmes
Thu, 08 Dec 2016 18:03:34 +0000 Added tag jdk-9+148 for changeset bb4ec5bdb5d8
lana [Thu, 08 Dec 2016 18:03:34 +0000] rev 42428
Added tag jdk-9+148 for changeset bb4ec5bdb5d8
Fri, 09 Dec 2016 11:34:44 +0000 8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm [Fri, 09 Dec 2016 11:34:44 +0000] rev 42427
8170648: Move java.net.http package out of Java SE to incubator namespace Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>, Sergey Kuksenko <sergey.kuksenko@oracle.com>, anthony.vanelverdinghe@gmail.com
Thu, 08 Dec 2016 21:21:16 +0000 Merge
lana [Thu, 08 Dec 2016 21:21:16 +0000] rev 42426
Merge
Wed, 07 Dec 2016 16:08:23 +0100 8141590: Cannot build Zero with devkit
erikj [Wed, 07 Dec 2016 16:08:23 +0100] rev 42425
8141590: Cannot build Zero with devkit Reviewed-by: ihse
Wed, 07 Dec 2016 09:47:57 +0100 8170629: Remove code duplication in test makefiles
ihse [Wed, 07 Dec 2016 09:47:57 +0100] rev 42424
8170629: Remove code duplication in test makefiles Reviewed-by: erikj, dholmes
Wed, 07 Dec 2016 09:46:39 +0100 8170632: Stop modifying VERSION_OPT for adhoc builds on reconfigure
ihse [Wed, 07 Dec 2016 09:46:39 +0100] rev 42423
8170632: Stop modifying VERSION_OPT for adhoc builds on reconfigure Reviewed-by: erikj
Wed, 07 Dec 2016 09:23:37 +0100 8170530: bash configure output contains a typo in a suggested library name
stsmirno [Wed, 07 Dec 2016 09:23:37 +0100] rev 42422
8170530: bash configure output contains a typo in a suggested library name Reviewed-by: ihse
Thu, 08 Dec 2016 18:03:34 +0000 Added tag jdk-9+148 for changeset ca14b2e72cab
lana [Thu, 08 Dec 2016 18:03:34 +0000] rev 42421
Added tag jdk-9+148 for changeset ca14b2e72cab
Wed, 05 Jul 2017 22:32:39 +0200 Added tag jdk-9+148 for changeset 5c71ea43933b
duke [Wed, 05 Jul 2017 22:32:39 +0200] rev 42420
Added tag jdk-9+148 for changeset 5c71ea43933b
Wed, 05 Jul 2017 22:32:37 +0200 Merge jdk-9+148
duke [Wed, 05 Jul 2017 22:32:37 +0200] rev 42419
Merge
Wed, 05 Jul 2017 22:32:29 +0200 Merge
duke [Wed, 05 Jul 2017 22:32:29 +0200] rev 42418
Merge
Mon, 05 Dec 2016 15:08:24 -0800 8139101: javadoc emits "specified by" clause when class has a method that matches a static interface method
bpatel [Mon, 05 Dec 2016 15:08:24 -0800] rev 42417
8139101: javadoc emits "specified by" clause when class has a method that matches a static interface method Reviewed-by: jjg, ksrini
Mon, 05 Dec 2016 19:00:56 +0000 8170410: inference: javac doesn't implement 18.2.5 correctly
mcimadamore [Mon, 05 Dec 2016 19:00:56 +0000] rev 42416
8170410: inference: javac doesn't implement 18.2.5 correctly Summary: javac does not generate constraints of the kind 'throws alpha' as described in the spec Reviewed-by: vromero, dlsmith
Mon, 05 Dec 2016 19:42:42 +0100 8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows
jlahoda [Mon, 05 Dec 2016 19:42:42 +0100] rev 42415
8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows Summary: Ignoring non-existent default FileSystem roots. Reviewed-by: rfield
Fri, 02 Dec 2016 14:15:43 -0800 8162712: StandardJavaFileManager.getModuleLocation() can't find a module
jjg [Fri, 02 Dec 2016 14:15:43 -0800] rev 42414
8162712: StandardJavaFileManager.getModuleLocation() can't find a module Reviewed-by: jlahoda
Fri, 02 Dec 2016 10:48:37 -0800 8167185: JShell API: Exported elements referring to inaccessible types in jdk.jshell
rfield [Fri, 02 Dec 2016 10:48:37 -0800] rev 42413
8167185: JShell API: Exported elements referring to inaccessible types in jdk.jshell Reviewed-by: jlahoda
Fri, 02 Dec 2016 10:17:03 -0800 8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
rfield [Fri, 02 Dec 2016 10:17:03 -0800] rev 42412
8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform 8170015: jshell tool: /help output looks terrible on a 100 column wide terminal 8170368: jshell tool: post setting not properly applied, line-ends not prefixed correctly Reviewed-by: jlahoda
Fri, 02 Dec 2016 14:39:00 +0100 8166628: Compiling with annotation processing, access error in specific situation
jlahoda [Fri, 02 Dec 2016 14:39:00 +0100] rev 42411
8166628: Compiling with annotation processing, access error in specific situation Summary: Ensure member classes inside anonymous classes have a correct owner. Reviewed-by: mcimadamore
Thu, 01 Dec 2016 21:40:58 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:58 +0000] rev 42410
Merge
Thu, 01 Dec 2016 15:10:32 +0100 8168607: langtools/test/Makefile should set -retain:fail,error by default
erikj [Thu, 01 Dec 2016 15:10:32 +0100] rev 42409
8168607: langtools/test/Makefile should set -retain:fail,error by default Reviewed-by: tbell, ihse
Thu, 01 Dec 2016 11:16:45 +0000 Merge
alanb [Thu, 01 Dec 2016 11:16:45 +0000] rev 42408
Merge
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 09:02:42 +0000] rev 42407
8169069: Module system implementation refresh (11/2016) Reviewed-by: mcimadamore, jjg, mchung, anazarov Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com, bhavesh.x.patel@oracle.com, andrey.x.nazarov@oracle.com
Tue, 29 Nov 2016 11:51:01 +0100 8166737: default langtools make test settings result in no ouput
erikj [Tue, 29 Nov 2016 11:51:01 +0100] rev 42406
8166737: default langtools make test settings result in no ouput Reviewed-by: tbell
Mon, 28 Nov 2016 18:05:09 -0800 8170424: back out src.zip change from JDK-8170424
mchung [Mon, 28 Nov 2016 18:05:09 -0800] rev 42405
8170424: back out src.zip change from JDK-8170424 Reviewed-by: prr
Mon, 28 Nov 2016 11:36:43 -0800 8169816: Move src.zip and jrt-fs.jar under the lib directory
mchung [Mon, 28 Nov 2016 11:36:43 -0800] rev 42404
8169816: Move src.zip and jrt-fs.jar under the lib directory Reviewed-by: alanb, erikj, jjg
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42403
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:54 +0000 Added tag jdk-9+147 for changeset 2668b0bc7ad7
lana [Thu, 01 Dec 2016 21:01:54 +0000] rev 42402
Added tag jdk-9+147 for changeset 2668b0bc7ad7
Wed, 05 Jul 2017 22:32:17 +0200 Merge
duke [Wed, 05 Jul 2017 22:32:17 +0200] rev 42401
Merge
Thu, 01 Dec 2016 21:40:21 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:21 +0000] rev 42400
Merge
Thu, 01 Dec 2016 11:15:32 +0000 Merge
alanb [Thu, 01 Dec 2016 11:15:32 +0000] rev 42399
Merge
Thu, 01 Dec 2016 08:57:43 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:57:43 +0000] rev 42398
8169069: Module system implementation refresh (11/2016) Reviewed-by: alanb, mchung Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42397
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:53 +0000 Added tag jdk-9+147 for changeset 1993291760e9
lana [Thu, 01 Dec 2016 21:01:53 +0000] rev 42396
Added tag jdk-9+147 for changeset 1993291760e9
Wed, 05 Jul 2017 22:32:06 +0200 Merge
duke [Wed, 05 Jul 2017 22:32:06 +0200] rev 42395
Merge
Fri, 02 Dec 2016 10:52:51 -0800 8167340: XMLStreamReader.getElementText return corrupt content when size of element is > 8192
joehw [Fri, 02 Dec 2016 10:52:51 -0800] rev 42394
8167340: XMLStreamReader.getElementText return corrupt content when size of element is > 8192 Reviewed-by: dfuchs, lancea, clanger
Thu, 01 Dec 2016 21:40:31 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:31 +0000] rev 42393
Merge
Thu, 01 Dec 2016 11:15:12 +0000 Merge
alanb [Thu, 01 Dec 2016 11:15:12 +0000] rev 42392
Merge
Thu, 01 Dec 2016 08:57:38 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:57:38 +0000] rev 42391
8169069: Module system implementation refresh (11/2016) Reviewed-by: alanb, mchung Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com
Tue, 29 Nov 2016 13:19:23 +0000 8169778: Add new public methods to get new instances of the JAXP factories builtin system-default implementations
dfuchs [Tue, 29 Nov 2016 13:19:23 +0000] rev 42390
8169778: Add new public methods to get new instances of the JAXP factories builtin system-default implementations Summary: A new public static method is added to each of the JAXP factories. The new method will create and return a new instance of the system-default builtin implementation, without going through the lookup process. Reviewed-by: rriggs, joehw, lancea, alanb
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42389
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:53 +0000 Added tag jdk-9+147 for changeset cddf48cf96e9
lana [Thu, 01 Dec 2016 21:01:53 +0000] rev 42388
Added tag jdk-9+147 for changeset cddf48cf96e9
Wed, 05 Jul 2017 22:31:58 +0200 Merge
duke [Wed, 05 Jul 2017 22:31:58 +0200] rev 42387
Merge
Fri, 02 Dec 2016 05:39:13 -0800 8168663: Nashorn: ant testng tests doesn't support external java options
sundar [Fri, 02 Dec 2016 05:39:13 -0800] rev 42386
8168663: Nashorn: ant testng tests doesn't support external java options Summary: added new run.test.jvmargs.external property Reviewed-by: sundar, hannesw Contributed-by: srinivas.dama@oracle.com
Thu, 01 Dec 2016 08:12:06 -0800 8130351: JDK-8130127.js fails under cygwin: cygwin path pased to Java
sundar [Thu, 01 Dec 2016 08:12:06 -0800] rev 42385
8130351: JDK-8130127.js fails under cygwin: cygwin path pased to Java Summary: jjs uses jline which expects newline character to terminate interactive input Reviewed-by: sundar, jlaskey Contributed-by: srinivas.dama@oracle.com
Thu, 01 Dec 2016 21:40:33 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:33 +0000] rev 42384
Merge
Thu, 01 Dec 2016 14:37:39 +0100 8170594: >>>=0 generates invalid bytecode for BaseNode LHS
attila [Thu, 01 Dec 2016 14:37:39 +0100] rev 42383
8170594: >>>=0 generates invalid bytecode for BaseNode LHS Reviewed-by: jlaskey, sundar
Thu, 01 Dec 2016 18:53:51 +0530 8170565: JSObject call() is passed undefined for the argument 'thiz'
sundar [Thu, 01 Dec 2016 18:53:51 +0530] rev 42382
8170565: JSObject call() is passed undefined for the argument 'thiz' Reviewed-by: hannesw, jlaskey, attila
Thu, 01 Dec 2016 11:17:05 +0000 Merge
alanb [Thu, 01 Dec 2016 11:17:05 +0000] rev 42381
Merge
Thu, 01 Dec 2016 09:04:29 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 09:04:29 +0000] rev 42380
8169069: Module system implementation refresh (11/2016) Reviewed-by: alanb, mchung, sundar Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, sundararajan.athijegannathan@oracle.com
Mon, 28 Nov 2016 21:13:52 +0530 8170402: Compilation warning with NashornException
sundar [Mon, 28 Nov 2016 21:13:52 +0530] rev 42379
8170402: Compilation warning with NashornException Reviewed-by: hannesw, jlaskey
Mon, 28 Nov 2016 09:57:40 +0100 8161579: Array-like AbstractJSObject-based instance not treated as array by native array functions
hannesw [Mon, 28 Nov 2016 09:57:40 +0100] rev 42378
8161579: Array-like AbstractJSObject-based instance not treated as array by native array functions Reviewed-by: jlaskey, attila
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42377
8031567: Better model for storing source revision information Reviewed-by: erikj
Fri, 25 Nov 2016 14:20:24 +0100 8170322: Specialized functions convert booleans to numbers
hannesw [Fri, 25 Nov 2016 14:20:24 +0100] rev 42376
8170322: Specialized functions convert booleans to numbers Reviewed-by: jlaskey, attila
Thu, 01 Dec 2016 21:01:55 +0000 Added tag jdk-9+147 for changeset abc849d57c6c
lana [Thu, 01 Dec 2016 21:01:55 +0000] rev 42375
Added tag jdk-9+147 for changeset abc849d57c6c
Wed, 05 Jul 2017 22:31:47 +0200 Merge
duke [Wed, 05 Jul 2017 22:31:47 +0200] rev 42374
Merge
Thu, 01 Dec 2016 21:40:37 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:37 +0000] rev 42373
Merge
Thu, 01 Dec 2016 11:15:02 +0000 Merge
alanb [Thu, 01 Dec 2016 11:15:02 +0000] rev 42372
Merge
Thu, 01 Dec 2016 08:56:35 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:56:35 +0000] rev 42371
8169069: Module system implementation refresh (11/2016) Reviewed-by: alanb, mchung Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42370
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:52 +0000 Added tag jdk-9+147 for changeset 29a0c1a888f2
lana [Thu, 01 Dec 2016 21:01:52 +0000] rev 42369
Added tag jdk-9+147 for changeset 29a0c1a888f2
Wed, 05 Jul 2017 22:31:37 +0200 Merge
duke [Wed, 05 Jul 2017 22:31:37 +0200] rev 42368
Merge
Tue, 29 Nov 2016 21:58:29 -0800 8037111: space before percent is inconsistent between sv and sv_SE
lana [Tue, 29 Nov 2016 21:58:29 -0800] rev 42367
8037111: space before percent is inconsistent between sv and sv_SE 8081643: wrong number format for Serbian locale with Latin script Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Mon, 05 Dec 2016 19:06:55 -0800 8170523: Some PKCS11 test cases are ignored with security manager
mli [Mon, 05 Dec 2016 19:06:55 -0800] rev 42366
8170523: Some PKCS11 test cases are ignored with security manager Summary: Get OS distro before enabling security manager Reviewed-by: mullan Contributed-by: John Jiang <sha.jiang@oracle.com>
Mon, 05 Dec 2016 17:04:02 -0800 8170157: Enable unlimited cryptographic policy by default in OracleJDK
wetmore [Mon, 05 Dec 2016 17:04:02 -0800] rev 42365
8170157: Enable unlimited cryptographic policy by default in OracleJDK 8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist Reviewed-by: erikj, ihse, weijun, xuelei, coffeys
Mon, 05 Dec 2016 16:27:50 -0800 8170644: java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use"
mli [Mon, 05 Dec 2016 16:27:50 -0800] rev 42364
8170644: java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use" Reviewed-by: dfuchs
Mon, 05 Dec 2016 16:16:05 -0800 8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
mli [Mon, 05 Dec 2016 16:16:05 -0800] rev 42363
8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916 Reviewed-by: rriggs
Mon, 05 Dec 2016 23:23:27 +0000 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
valeriep [Mon, 05 Dec 2016 23:23:27 +0000] rev 42362
8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy Summary: Updated the failed cipher tests to work under unlimited policy Reviewed-by: xuelei
Mon, 05 Dec 2016 13:00:32 -0800 8170733: HashMap.HashIterator.remove method does not use cached value for the hash code.
psandoz [Mon, 05 Dec 2016 13:00:32 -0800] rev 42361
8170733: HashMap.HashIterator.remove method does not use cached value for the hash code. Reviewed-by: martin, dl, shade
Mon, 05 Dec 2016 12:53:53 +0530 8075577: java.time does not support HOST provider
rgoel [Mon, 05 Dec 2016 12:53:53 +0530] rev 42360
8075577: java.time does not support HOST provider Reviewed-by: okutsu, rriggs
Fri, 02 Dec 2016 18:03:46 -0800 8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669
darcy [Fri, 02 Dec 2016 18:03:46 -0800] rev 42359
8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669 Reviewed-by: smarks
Fri, 02 Dec 2016 14:24:10 -0500 Merge
mullan [Fri, 02 Dec 2016 14:24:10 -0500] rev 42358
Merge
Fri, 02 Dec 2016 14:22:19 -0500 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
mullan [Fri, 02 Dec 2016 14:22:19 -0500] rev 42357
8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property Reviewed-by: ascarpino
Fri, 02 Dec 2016 11:05:59 -0800 8170660: RMI regression test failures due to missing @build TestLibrary
mchung [Fri, 02 Dec 2016 11:05:59 -0800] rev 42356
8170660: RMI regression test failures due to missing @build TestLibrary Reviewed-by: lancea Contributed-by: Abdul Kolarkunnu <abdul.kolarkunnu@oracle.com>
Fri, 02 Dec 2016 11:00:59 -0800 8170633: backslashes in gensrc/module-info.java comments need escaping
mchung [Fri, 02 Dec 2016 11:00:59 -0800] rev 42355
8170633: backslashes in gensrc/module-info.java comments need escaping Reviewed-by: alanb, psandoz, wetmore
Fri, 02 Dec 2016 10:05:53 -0800 8166914: URLClassLoader spec needs to mention that it's MR-aware
psandoz [Fri, 02 Dec 2016 10:05:53 -0800] rev 42354
8166914: URLClassLoader spec needs to mention that it's MR-aware Reviewed-by: mchung, alanb
Mon, 28 Nov 2016 11:13:38 -0500 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
gromero [Mon, 28 Nov 2016 11:13:38 -0500] rev 42353
8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation Reviewed-by: mdoerr, erikj, simonis, aph
Fri, 02 Dec 2016 16:18:10 +0100 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse [Fri, 02 Dec 2016 16:18:10 +0100] rev 42352
8039103: "explicitly" is misspelled as "explicitely" in configure scripts Reviewed-by: erikj, tbell
Fri, 02 Dec 2016 13:18:50 +0000 8169495: Add a method to set an Authenticator on a HttpURLConnection.
dfuchs [Fri, 02 Dec 2016 13:18:50 +0000] rev 42351
8169495: Add a method to set an Authenticator on a HttpURLConnection. Summary: new public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection. Reviewed-by: chegar
Fri, 02 Dec 2016 02:01:40 -0800 8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use
mli [Fri, 02 Dec 2016 02:01:40 -0800] rev 42350
8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use Reviewed-by: chegar
Fri, 02 Dec 2016 01:11:33 -0800 8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently
mli [Fri, 02 Dec 2016 01:11:33 -0800] rev 42349
8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently Reviewed-by: chegar
Fri, 02 Dec 2016 00:47:00 -0800 8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
mli [Fri, 02 Dec 2016 00:47:00 -0800] rev 42348
8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException Reviewed-by: chegar
Fri, 02 Dec 2016 10:56:46 +0800 8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
amlu [Fri, 02 Dec 2016 10:56:46 +0800] rev 42347
8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList Reviewed-by: darcy
Thu, 01 Dec 2016 17:52:59 -0800 8170155: StringBuffer and StringBuilder stream methods are not late-binding
psandoz [Thu, 01 Dec 2016 17:52:59 -0800] rev 42346
8170155: StringBuffer and StringBuilder stream methods are not late-binding Reviewed-by: sherman
Thu, 01 Dec 2016 15:42:22 -0800 8167328: jar -d m.jar hangs
sherman [Thu, 01 Dec 2016 15:42:22 -0800] rev 42345
8167328: jar -d m.jar hangs Reviewed-by: alanb, mchung, chegar
Thu, 01 Dec 2016 21:39:49 +0000 Merge
lana [Thu, 01 Dec 2016 21:39:49 +0000] rev 42344
Merge
Thu, 01 Dec 2016 19:03:11 +0100 8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
redestad [Thu, 01 Dec 2016 19:03:11 +0100] rev 42343
8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection Reviewed-by: rriggs, alanb
Thu, 01 Dec 2016 06:54:01 -0800 8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException
xiaofeya [Thu, 01 Dec 2016 06:54:01 -0800] rev 42342
8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException Reviewed-by: dfuchs
Thu, 01 Dec 2016 06:38:46 -0800 8170559: Incorrect bug id in problem list
xiaofeya [Thu, 01 Dec 2016 06:38:46 -0800] rev 42341
8170559: Incorrect bug id in problem list Reviewed-by: rriggs
Thu, 01 Dec 2016 14:52:48 +0100 8056215: AWT source dirs should only point to java2d, not below
ihse [Thu, 01 Dec 2016 14:52:48 +0100] rev 42340
8056215: AWT source dirs should only point to java2d, not below Reviewed-by: erikj
Thu, 01 Dec 2016 11:16:23 +0000 Merge
alanb [Thu, 01 Dec 2016 11:16:23 +0000] rev 42339
Merge
Thu, 01 Dec 2016 08:57:53 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:57:53 +0000] rev 42338
8169069: Module system implementation refresh (11/2016) Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, claes.redestad@oracle.com, mark.reinhold@oracle.com
Wed, 30 Nov 2016 18:25:07 -0800 8049316: java/nio/channels/Selector/Wakeup.java failing
mli [Wed, 30 Nov 2016 18:25:07 -0800] rev 42337
8049316: java/nio/channels/Selector/Wakeup.java failing Reviewed-by: rriggs, alanb
Wed, 30 Nov 2016 17:43:18 -0800 8019538: TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail
mli [Wed, 30 Nov 2016 17:43:18 -0800] rev 42336
8019538: TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail Reviewed-by: rriggs, chegar
Wed, 30 Nov 2016 17:15:58 -0800 8168745: Iterator.forEachRemaining vs. Iterator.remove
psandoz [Wed, 30 Nov 2016 17:15:58 -0800] rev 42335
8168745: Iterator.forEachRemaining vs. Iterator.remove Reviewed-by: martin, smarks
Wed, 30 Nov 2016 17:11:25 -0800 8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use"
mli [Wed, 30 Nov 2016 17:11:25 -0800] rev 42334
8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use" Reviewed-by: chegar
Tue, 29 Nov 2016 01:06:10 -0800 8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller
srastogi [Tue, 29 Nov 2016 01:06:10 -0800] rev 42333
8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller Reviewed-by: psandoz
Wed, 30 Nov 2016 19:52:20 +0100 8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser
plevart [Wed, 30 Nov 2016 19:52:20 +0100] rev 42332
8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser Reviewed-by: redestad
Wed, 30 Nov 2016 15:52:50 +0000 8170539: Test clashes with another test with a similar name
alanb [Wed, 30 Nov 2016 15:52:50 +0000] rev 42331
8170539: Test clashes with another test with a similar name Reviewed-by: rriggs, chegar
Wed, 30 Nov 2016 19:28:10 +0530 8160359: Improve jlink logging for cases when a plugin throws exception
sundar [Wed, 30 Nov 2016 19:28:10 +0530] rev 42330
8160359: Improve jlink logging for cases when a plugin throws exception Reviewed-by: jlaskey, redestad
Wed, 30 Nov 2016 03:49:55 -0800 8170247: java/security/SecureRandom/ApiTest fails when run with unlimited policy
ssahoo [Wed, 30 Nov 2016 03:49:55 -0800] rev 42329
8170247: java/security/SecureRandom/ApiTest fails when run with unlimited policy Summary: Test was failing to handle expected exception in case of unlimited policy Reviewed-by: weijun
Tue, 29 Nov 2016 19:02:53 -0800 8170248: Problem list javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
xiaofeya [Tue, 29 Nov 2016 19:02:53 -0800] rev 42328
8170248: Problem list javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java Reviewed-by: rriggs
Wed, 30 Nov 2016 08:02:39 +0800 8170408: LogGeneratedClassesTest.java fails with recent changes
weijun [Wed, 30 Nov 2016 08:02:39 +0800] rev 42327
8170408: LogGeneratedClassesTest.java fails with recent changes Reviewed-by: dfuchs
Tue, 29 Nov 2016 13:58:00 -0500 8169527: Typo in getCalendarType() method of Chronology class
rriggs [Tue, 29 Nov 2016 13:58:00 -0500] rev 42326
8169527: Typo in getCalendarType() method of Chronology class Reviewed-by: bpb
Tue, 29 Nov 2016 11:58:47 -0500 8165765: Unexpected ID for RMI connection
rriggs [Tue, 29 Nov 2016 11:58:47 -0500] rev 42325
8165765: Unexpected ID for RMI connection Reviewed-by: rriggs Contributed-by: ujwal.vangapally@oracle.com
Tue, 29 Nov 2016 16:27:19 +0100 8170467: (reflect) Optimize SignatureParser's use of StringBuilders
redestad [Tue, 29 Nov 2016 16:27:19 +0100] rev 42324
8170467: (reflect) Optimize SignatureParser's use of StringBuilders Reviewed-by: shade, redestad Contributed-by: mkanat@google.com
Tue, 29 Nov 2016 14:55:56 +0300 8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
skovalev [Tue, 29 Nov 2016 14:55:56 +0300] rev 42323
8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies Reviewed-by: weijun
Mon, 28 Nov 2016 23:47:23 -0800 8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
dl [Mon, 28 Nov 2016 23:47:23 -0800] rev 42322
8166646: Miscellaneous changes imported from jsr166 CVS 2016-10 Reviewed-by: martin, smarks, psandoz
Mon, 28 Nov 2016 23:43:39 -0800 8169272: Clarify Semaphore.drainPermits behavior when current permits are negative
dl [Mon, 28 Nov 2016 23:43:39 -0800] rev 42321
8169272: Clarify Semaphore.drainPermits behavior when current permits are negative Reviewed-by: martin, smarks, psandoz
Mon, 28 Nov 2016 23:39:54 -0800 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
dl [Mon, 28 Nov 2016 23:39:54 -0800] rev 42320
8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state Reviewed-by: martin, smarks, psandoz
Mon, 28 Nov 2016 23:36:11 -0800 8143577: optimize ArrayList.removeIf
dl [Mon, 28 Nov 2016 23:36:11 -0800] rev 42319
8143577: optimize ArrayList.removeIf 8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error 8167202: ArrayDeque improvements 8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1) 8169739: LinkedBlockingDeque spliterator needs to support node self-linking 8169738: CopyOnWriteArrayList subList needs more synchronization Reviewed-by: martin, smarks, psandoz, forax
Mon, 28 Nov 2016 23:33:25 -0800 8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently
dl [Mon, 28 Nov 2016 23:33:25 -0800] rev 42318
8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently Reviewed-by: martin, smarks, psandoz, amlu
Mon, 28 Nov 2016 17:32:49 -0800 8170429: Problem list LogGeneratedClassesTest.java until JDK-8170408 is fixed
darcy [Mon, 28 Nov 2016 17:32:49 -0800] rev 42317
8170429: Problem list LogGeneratedClassesTest.java until JDK-8170408 is fixed Reviewed-by: smarks
Mon, 28 Nov 2016 11:37:00 -0800 8169816: Move src.zip and jrt-fs.jar under the lib directory
mchung [Mon, 28 Nov 2016 11:37:00 -0800] rev 42316
8169816: Move src.zip and jrt-fs.jar under the lib directory Reviewed-by: alanb, erikj
Mon, 28 Nov 2016 17:48:53 +0000 8170401: JConsole might use System.Logger
dfuchs [Mon, 28 Nov 2016 17:48:53 +0000] rev 42315
8170401: JConsole might use System.Logger Reviewed-by: mchung
Mon, 28 Nov 2016 22:32:17 +0800 8170364: FilePermission path modified during merge
weijun [Mon, 28 Nov 2016 22:32:17 +0800] rev 42314
8170364: FilePermission path modified during merge Reviewed-by: alanb
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42313
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:53 +0000 Added tag jdk-9+147 for changeset 3bffdeb6c8d9
lana [Thu, 01 Dec 2016 21:01:53 +0000] rev 42312
Added tag jdk-9+147 for changeset 3bffdeb6c8d9
Wed, 05 Jul 2017 22:31:19 +0200 Merge
duke [Wed, 05 Jul 2017 22:31:19 +0200] rev 42311
Merge
Thu, 01 Dec 2016 21:40:08 +0000 Merge
lana [Thu, 01 Dec 2016 21:40:08 +0000] rev 42310
Merge
Thu, 01 Dec 2016 15:54:39 +0000 8170599: compiler/** tests using ToolProvider.getSystemClassLoader failing
alanb [Thu, 01 Dec 2016 15:54:39 +0000] rev 42309
8170599: compiler/** tests using ToolProvider.getSystemClassLoader failing Reviewed-by: hseigel
Thu, 01 Dec 2016 11:16:11 +0000 Merge
alanb [Thu, 01 Dec 2016 11:16:11 +0000] rev 42308
Merge
Thu, 01 Dec 2016 08:56:41 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:56:41 +0000] rev 42307
8169069: Module system implementation refresh (11/2016) Reviewed-by: lfoltan, acorn, ctornqvi, mchung Contributed-by: lois.foltan@oracle.com, harold.seigel@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com, serguei.spitsyn@oracle.com, george.triantafillou@oracle.com
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42306
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:52 +0000 Added tag jdk-9+147 for changeset ef1c0c184790
lana [Thu, 01 Dec 2016 21:01:52 +0000] rev 42305
Added tag jdk-9+147 for changeset ef1c0c184790
Tue, 06 Dec 2016 11:38:05 +0100 8170784: JDK-8038957 broke cross compilation
erikj [Tue, 06 Dec 2016 11:38:05 +0100] rev 42304
8170784: JDK-8038957 broke cross compilation Reviewed-by: dholmes, ihse
Mon, 05 Dec 2016 17:03:52 -0800 8170157: Enable unlimited cryptographic policy by default in OracleJDK
wetmore [Mon, 05 Dec 2016 17:03:52 -0800] rev 42303
8170157: Enable unlimited cryptographic policy by default in OracleJDK 8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist Reviewed-by: erikj, ihse, weijun, xuelei, coffeys
Fri, 02 Dec 2016 11:18:44 -0800 8170406: JShell (root repo): remove exports exclusion from -Xlint for jdk.jshell
rfield [Fri, 02 Dec 2016 11:18:44 -0800] rev 42302
8170406: JShell (root repo): remove exports exclusion from -Xlint for jdk.jshell Reviewed-by: jlahoda
Mon, 28 Nov 2016 11:13:20 -0500 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
gromero [Mon, 28 Nov 2016 11:13:20 -0500] rev 42301
8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation Reviewed-by: mdoerr, erikj, simonis, aph
Fri, 02 Dec 2016 16:17:52 +0100 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
ihse [Fri, 02 Dec 2016 16:17:52 +0100] rev 42300
8039103: "explicitly" is misspelled as "explicitely" in configure scripts Reviewed-by: erikj, tbell
Fri, 02 Dec 2016 16:15:41 +0100 8038957: DEBUG_BINARIES can be removed
ihse [Fri, 02 Dec 2016 16:15:41 +0100] rev 42299
8038957: DEBUG_BINARIES can be removed Reviewed-by: erikj, tbell
Fri, 02 Dec 2016 15:57:02 +0100 8076577: Do not allow ccache prior to 3.2 on macosx
ihse [Fri, 02 Dec 2016 15:57:02 +0100] rev 42298
8076577: Do not allow ccache prior to 3.2 on macosx Reviewed-by: erikj
Fri, 02 Dec 2016 14:19:32 +0100 8170666: Test for microsoft compiler minimum version
ihse [Fri, 02 Dec 2016 14:19:32 +0100] rev 42297
8170666: Test for microsoft compiler minimum version Reviewed-by: erikj
Fri, 02 Dec 2016 12:33:53 +0100 8170651: Remove legacy hotspot compiler setup
ihse [Fri, 02 Dec 2016 12:33:53 +0100] rev 42296
8170651: Remove legacy hotspot compiler setup Reviewed-by: erikj
Thu, 01 Dec 2016 21:39:43 +0000 Merge
lana [Thu, 01 Dec 2016 21:39:43 +0000] rev 42295
Merge
Thu, 01 Dec 2016 15:12:23 +0100 8164304: JDK should build with Oracle Developer Studio
erikj [Thu, 01 Dec 2016 15:12:23 +0100] rev 42294
8164304: JDK should build with Oracle Developer Studio Reviewed-by: tbell, ihse
Thu, 01 Dec 2016 15:08:43 +0100 8168924: Add jdk.unsupported to the compact profile builds
erikj [Thu, 01 Dec 2016 15:08:43 +0100] rev 42293
8168924: Add jdk.unsupported to the compact profile builds Reviewed-by: alanb, chegar, mchung
Thu, 01 Dec 2016 14:40:06 +0100 8170528: Race condition with release file creation
erikj [Thu, 01 Dec 2016 14:40:06 +0100] rev 42292
8170528: Race condition with release file creation Reviewed-by: dholmes, ihse, tbell
Thu, 01 Dec 2016 11:20:22 +0000 Merge
alanb [Thu, 01 Dec 2016 11:20:22 +0000] rev 42291
Merge
Thu, 01 Dec 2016 11:14:50 +0000 Merge
alanb [Thu, 01 Dec 2016 11:14:50 +0000] rev 42290
Merge
Thu, 01 Dec 2016 08:56:28 +0000 8169069: Module system implementation refresh (11/2016)
alanb [Thu, 01 Dec 2016 08:56:28 +0000] rev 42289
8169069: Module system implementation refresh (11/2016) Reviewed-by: alanb, mchung Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com
Thu, 01 Dec 2016 10:43:59 +0100 8170576: Silence error message in compare.sh when selecting images
ihse [Thu, 01 Dec 2016 10:43:59 +0100] rev 42288
8170576: Silence error message in compare.sh when selecting images Reviewed-by: erikj
Wed, 30 Nov 2016 19:28:45 +0530 8160359: Improve jlink logging for cases when a plugin throws exception
sundar [Wed, 30 Nov 2016 19:28:45 +0530] rev 42287
8160359: Improve jlink logging for cases when a plugin throws exception Reviewed-by: jlaskey, redestad
Mon, 28 Nov 2016 18:04:52 -0800 8170424: back out src.zip change from JDK-8170424
mchung [Mon, 28 Nov 2016 18:04:52 -0800] rev 42286
8170424: back out src.zip change from JDK-8170424 Reviewed-by: prr
Mon, 28 Nov 2016 11:36:15 -0800 8169816: Move src.zip and jrt-fs.jar under the lib directory
mchung [Mon, 28 Nov 2016 11:36:15 -0800] rev 42285
8169816: Move src.zip and jrt-fs.jar under the lib directory Reviewed-by: alanb, erikj
Mon, 28 Nov 2016 15:19:08 +0100 8170392: JDK-8031567 broke builds from source bundles
erikj [Mon, 28 Nov 2016 15:19:08 +0100] rev 42284
8170392: JDK-8031567 broke builds from source bundles Reviewed-by: sla
Mon, 28 Nov 2016 10:13:18 +0100 8170385: JDK-8031567 broke source bundles
ihse [Mon, 28 Nov 2016 10:13:18 +0100] rev 42283
8170385: JDK-8031567 broke source bundles Reviewed-by: erikj
Mon, 28 Nov 2016 09:20:13 +0100 8031567: Better model for storing source revision information
ihse [Mon, 28 Nov 2016 09:20:13 +0100] rev 42282
8031567: Better model for storing source revision information Reviewed-by: erikj
Thu, 01 Dec 2016 21:01:51 +0000 Added tag jdk-9+147 for changeset 06c697759688
lana [Thu, 01 Dec 2016 21:01:51 +0000] rev 42281
Added tag jdk-9+147 for changeset 06c697759688
Wed, 05 Jul 2017 22:30:53 +0200 Added tag jdk-9+147 for changeset f4e854a77aa3
duke [Wed, 05 Jul 2017 22:30:53 +0200] rev 42280
Added tag jdk-9+147 for changeset f4e854a77aa3
Wed, 05 Jul 2017 22:30:52 +0200 Merge jdk-9+147
duke [Wed, 05 Jul 2017 22:30:52 +0200] rev 42279
Merge
Wed, 05 Jul 2017 22:30:46 +0200 Merge
duke [Wed, 05 Jul 2017 22:30:46 +0200] rev 42278
Merge
Thu, 24 Nov 2016 20:48:52 -0800 8164316: Refine the Doclet APIs
ksrini [Thu, 24 Nov 2016 20:48:52 -0800] rev 42277
8164316: Refine the Doclet APIs Reviewed-by: jjg
Thu, 24 Nov 2016 11:44:37 +0100 8170279: Langtools test/Makefile ignores failed tests
erikj [Thu, 24 Nov 2016 11:44:37 +0100] rev 42276
8170279: Langtools test/Makefile ignores failed tests Reviewed-by: alanb, tbell, mchung
Wed, 23 Nov 2016 19:31:41 -0800 8170301: remove debug print statement
jjg [Wed, 23 Nov 2016 19:31:41 -0800] rev 42275
8170301: remove debug print statement Reviewed-by: ksrini
Wed, 23 Nov 2016 19:15:26 +0000 Merge
lana [Wed, 23 Nov 2016 19:15:26 +0000] rev 42274
Merge
Tue, 22 Nov 2016 20:27:42 -0800 8170249: Problem list 2 jdk/jshell tests
xiaofeya [Tue, 22 Nov 2016 20:27:42 -0800] rev 42273
8170249: Problem list 2 jdk/jshell tests Reviewed-by: darcy
Tue, 22 Nov 2016 19:24:02 -0800 8169519: JShell: Handle start-up failures and hangs gracefully
rfield [Tue, 22 Nov 2016 19:24:02 -0800] rev 42272
8169519: JShell: Handle start-up failures and hangs gracefully 8166581: JShell: locks forever if -R options is wrong 8169234: JShell: hangs on startup on some computers caused by hostname Reviewed-by: jlahoda
Tue, 22 Nov 2016 16:31:03 -0800 Merge
jjg [Tue, 22 Nov 2016 16:31:03 -0800] rev 42271
Merge
Tue, 22 Nov 2016 16:29:24 -0800 8155765: javax.tools.ToolProvider::getSystemToolClassLoader returns app class loader even if no tool is available
jjg [Tue, 22 Nov 2016 16:29:24 -0800] rev 42270
8155765: javax.tools.ToolProvider::getSystemToolClassLoader returns app class loader even if no tool is available Reviewed-by: mchung
Tue, 22 Nov 2016 15:57:32 -0800 8164590: javac --inherit-runtime-environment fails with "cannot find modules: ALL-DEFAULT"
jjg [Tue, 22 Nov 2016 15:57:32 -0800] rev 42269
8164590: javac --inherit-runtime-environment fails with "cannot find modules: ALL-DEFAULT" Reviewed-by: mchung
Tue, 22 Nov 2016 07:04:43 -0800 8170170: Problem list ExternalEditorTest.java on all platforms
fyuan [Tue, 22 Nov 2016 07:04:43 -0800] rev 42268
8170170: Problem list ExternalEditorTest.java on all platforms Reviewed-by: darcy
Mon, 21 Nov 2016 12:28:56 -0800 8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
rfield [Mon, 21 Nov 2016 12:28:56 -0800] rev 42267
8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly Reviewed-by: jlahoda
Mon, 21 Nov 2016 07:13:21 -0800 8170110: Problem list ExternalEditorTest.java
darcy [Mon, 21 Nov 2016 07:13:21 -0800] rev 42266
8170110: Problem list ExternalEditorTest.java Reviewed-by: ksrini
Fri, 18 Nov 2016 09:41:51 -0800 8153402: jshell tool: completion provider for /help
rfield [Fri, 18 Nov 2016 09:41:51 -0800] rev 42265
8153402: jshell tool: completion provider for /help 8169818: jshell tool: completion provider for /vars /methods /types gives -history Reviewed-by: jlahoda
Thu, 17 Nov 2016 22:18:50 +0000 Merge
lana [Thu, 17 Nov 2016 22:18:50 +0000] rev 42264
Merge
Wed, 16 Nov 2016 17:22:08 -0800 8147890: Javadoc search does not work with Enums
bpatel [Wed, 16 Nov 2016 17:22:08 -0800] rev 42263
8147890: Javadoc search does not work with Enums Reviewed-by: jjg, ksrini
Wed, 16 Nov 2016 13:47:25 -0800 8169659: (jdeps) missing messages for localization
reinhapa [Wed, 16 Nov 2016 13:47:25 -0800] rev 42262
8169659: (jdeps) missing messages for localization Reviewed-by: mchung
Wed, 16 Nov 2016 12:12:02 -0800 8163190: Clarify JavaFileManager use of \"module location\"
jjg [Wed, 16 Nov 2016 12:12:02 -0800] rev 42261
8163190: Clarify JavaFileManager use of \"module location\" Reviewed-by: jlahoda
Wed, 16 Nov 2016 11:53:24 -0800 8169676: boolean result of Option.process is often ignored
jjg [Wed, 16 Nov 2016 11:53:24 -0800] rev 42260
8169676: boolean result of Option.process is often ignored Reviewed-by: ksrini, jlahoda
Wed, 16 Nov 2016 10:45:23 -0800 8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell
rfield [Wed, 16 Nov 2016 10:45:23 -0800] rev 42259
8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell 8163816: JShell tests: jdk/jshell/ExternalEditorTest.java -- unexpected results EditorTestBase.testEditClass1() and .testEditMethod1() Reviewed-by: jlahoda
Wed, 16 Nov 2016 17:48:43 +0100 8169561: jshell tool: double shift-tab on variable crashes tool
jlahoda [Wed, 16 Nov 2016 17:48:43 +0100] rev 42258
8169561: jshell tool: double shift-tab on variable crashes tool Summary: Avoid crashe for unknown HTML tags; avoid crash for non-existing documentation; fix signature for JShell variables Reviewed-by: rfield
Wed, 23 Nov 2016 16:16:36 +0000 Added tag jdk-9+146 for changeset 6003e36b56df
lana [Wed, 23 Nov 2016 16:16:36 +0000] rev 42257
Added tag jdk-9+146 for changeset 6003e36b56df
Wed, 05 Jul 2017 22:30:33 +0200 Merge
duke [Wed, 05 Jul 2017 22:30:33 +0200] rev 42256
Merge
Wed, 23 Nov 2016 19:15:28 +0000 Merge
lana [Wed, 23 Nov 2016 19:15:28 +0000] rev 42255
Merge
Thu, 17 Nov 2016 22:18:57 +0000 Merge
lana [Thu, 17 Nov 2016 22:18:57 +0000] rev 42254
Merge
Wed, 23 Nov 2016 16:16:35 +0000 Added tag jdk-9+146 for changeset 17e6a319acd1
lana [Wed, 23 Nov 2016 16:16:35 +0000] rev 42253
Added tag jdk-9+146 for changeset 17e6a319acd1
Wed, 05 Jul 2017 22:30:23 +0200 Merge
duke [Wed, 05 Jul 2017 22:30:23 +0200] rev 42252
Merge
Fri, 25 Nov 2016 11:16:51 +0800 8170192: [JAXP] [TESTBUG] test/javax/xml/jaxp/libs/jaxp/library/JAXPPolicyManager.java should grant permissions to jtreg, javatest, and testng jars
fyuan [Fri, 25 Nov 2016 11:16:51 +0800] rev 42251
8170192: [JAXP] [TESTBUG] test/javax/xml/jaxp/libs/jaxp/library/JAXPPolicyManager.java should grant permissions to jtreg, javatest, and testng jars Reviewed-by: dfuchs, clanger, joehw, jjg, lana
Wed, 23 Nov 2016 19:15:33 +0000 Merge
lana [Wed, 23 Nov 2016 19:15:33 +0000] rev 42250
Merge
Wed, 23 Nov 2016 08:58:15 +0100 8169772: [JAXP] XALAN: Transformation of DOM with null valued text node causes NPE
clanger [Wed, 23 Nov 2016 08:58:15 +0100] rev 42249
8169772: [JAXP] XALAN: Transformation of DOM with null valued text node causes NPE Reviewed-by: joehw
Tue, 22 Nov 2016 14:48:16 +0100 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42248
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip Reviewed-by: erikj
Thu, 17 Nov 2016 21:49:07 -0800 8158619: Very large CDATA section in XML document causes OOME
joehw [Thu, 17 Nov 2016 21:49:07 -0800] rev 42247
8158619: Very large CDATA section in XML document causes OOME Reviewed-by: dfuchs, lancea, clanger
Fri, 18 Nov 2016 10:34:56 +0800 8169829: ProblemList update for javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
fyuan [Fri, 18 Nov 2016 10:34:56 +0800] rev 42246
8169829: ProblemList update for javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh Reviewed-by: joehw, lana
Thu, 17 Nov 2016 22:19:19 +0000 Merge
lana [Thu, 17 Nov 2016 22:19:19 +0000] rev 42245
Merge
Wed, 23 Nov 2016 16:16:35 +0000 Added tag jdk-9+146 for changeset 0b97f62b6064
lana [Wed, 23 Nov 2016 16:16:35 +0000] rev 42244
Added tag jdk-9+146 for changeset 0b97f62b6064
Wed, 05 Jul 2017 22:30:12 +0200 Merge
duke [Wed, 05 Jul 2017 22:30:12 +0200] rev 42243
Merge
Wed, 23 Nov 2016 19:14:47 +0000 Merge
lana [Wed, 23 Nov 2016 19:14:47 +0000] rev 42242
Merge
Tue, 22 Nov 2016 14:48:16 +0100 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42241
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip Reviewed-by: erikj
Fri, 18 Nov 2016 15:26:24 +0100 8169886: Add test for JDK-8162839 that runs with SecurityManager
hannesw [Fri, 18 Nov 2016 15:26:24 +0100] rev 42240
8169886: Add test for JDK-8162839 that runs with SecurityManager Reviewed-by: sundar
Thu, 17 Nov 2016 22:19:05 +0000 Merge
lana [Thu, 17 Nov 2016 22:19:05 +0000] rev 42239
Merge
Thu, 17 Nov 2016 13:39:30 +0100 8162839: JavaAdapters do not work with ScriptObjectMirror objects
hannesw [Thu, 17 Nov 2016 13:39:30 +0100] rev 42238
8162839: JavaAdapters do not work with ScriptObjectMirror objects Reviewed-by: sundar, jlaskey
Wed, 16 Nov 2016 12:35:19 -0800 8163190: Clarify JavaFileManager use of \"module location\"
jjg [Wed, 16 Nov 2016 12:35:19 -0800] rev 42237
8163190: Clarify JavaFileManager use of \"module location\" Reviewed-by: jlahoda
Wed, 23 Nov 2016 16:16:37 +0000 Added tag jdk-9+146 for changeset e9aa3423c897
lana [Wed, 23 Nov 2016 16:16:37 +0000] rev 42236
Added tag jdk-9+146 for changeset e9aa3423c897
Wed, 05 Jul 2017 22:30:01 +0200 Merge
duke [Wed, 05 Jul 2017 22:30:01 +0200] rev 42235
Merge
Wed, 23 Nov 2016 16:16:33 +0000 Added tag jdk-9+146 for changeset d139f0e91e7e
lana [Wed, 23 Nov 2016 16:16:33 +0000] rev 42234
Added tag jdk-9+146 for changeset d139f0e91e7e
Wed, 05 Jul 2017 22:29:56 +0200 Merge
duke [Wed, 05 Jul 2017 22:29:56 +0200] rev 42233
Merge
Wed, 23 Nov 2016 18:13:51 -0800 8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
mli [Wed, 23 Nov 2016 18:13:51 -0800] rev 42232
8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java Summary: Change the associated issue from JDK-8141370 to JDK-8169942 Reviewed-by: dfuchs Contributed-by: John Jiang <sha.jiang@oracle.com>
Tue, 22 Nov 2016 22:27:20 -0800 8065555: Remove incorrect locale data for inexistent language German (Greece)
lana [Tue, 22 Nov 2016 22:27:20 -0800] rev 42231
8065555: Remove incorrect locale data for inexistent language German (Greece) Reviewed-by: naoto Contributed-by: li.jiang@oracle.com
Wed, 23 Nov 2016 11:53:40 -0800 8170242: jdk.desktop needs package access to sun.awt.
prr [Wed, 23 Nov 2016 11:53:40 -0800] rev 42230
8170242: jdk.desktop needs package access to sun.awt. Reviewed-by: ihse, mullan
Wed, 23 Nov 2016 19:15:15 +0000 Merge
lana [Wed, 23 Nov 2016 19:15:15 +0000] rev 42229
Merge
Wed, 23 Nov 2016 11:05:10 -0800 8169479: java.lang.reflect.Constructor class has wrong api documentation
darcy [Wed, 23 Nov 2016 11:05:10 -0800] rev 42228
8169479: java.lang.reflect.Constructor class has wrong api documentation Reviewed-by: bpb, psandoz
Wed, 23 Nov 2016 10:41:25 -0800 8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
bchristi [Wed, 23 Nov 2016 10:41:25 -0800] rev 42227
8136831: Undefined null behavior in ClassLoader.getResourceXXXX() Reviewed-by: alanb, mchung, psandoz
Wed, 23 Nov 2016 10:35:44 -0800 8132964: Spliterator documentation on Priority(Blocking)Queue
psandoz [Wed, 23 Nov 2016 10:35:44 -0800] rev 42226
8132964: Spliterator documentation on Priority(Blocking)Queue Reviewed-by: martin, dl, chegar
Wed, 23 Nov 2016 10:35:43 -0800 8169808: Stream returning methods should specify if they are late binding
psandoz [Wed, 23 Nov 2016 10:35:43 -0800] rev 42225
8169808: Stream returning methods should specify if they are late binding Reviewed-by: martin
Wed, 23 Nov 2016 10:34:10 -0800 8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError
bchristi [Wed, 23 Nov 2016 10:34:10 -0800] rev 42224
8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError Reviewed-by: acorn, dholmes, mchung
Wed, 23 Nov 2016 11:47:29 -0500 8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
rriggs [Wed, 23 Nov 2016 11:47:29 -0500] rev 42223
8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties Reviewed-by: bpb
Wed, 23 Nov 2016 10:20:05 -0500 8169416: SSLSessionImpl finalize overhead
rriggs [Wed, 23 Nov 2016 10:20:05 -0500] rev 42222
8169416: SSLSessionImpl finalize overhead Reviewed-by: xuelei, bpb
Tue, 22 Nov 2016 20:54:32 -0800 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites.
jnimeh [Tue, 22 Nov 2016 20:54:32 -0800] rev 42221
8170035: When determining the ciphersuite lists, there is no debug output for disabled suites. Summary: Provide extra debugging output for JSSE that displays disabled cipher suites Reviewed-by: vinnie, wetmore
Wed, 23 Nov 2016 10:12:01 +0800 8170158: Remove ClassLoader/platformClassLoader/DefinePlatformClass.java from ProblemList
amlu [Wed, 23 Nov 2016 10:12:01 +0800] rev 42220
8170158: Remove ClassLoader/platformClassLoader/DefinePlatformClass.java from ProblemList Reviewed-by: dfuchs
Tue, 22 Nov 2016 10:45:48 -0800 Merge
prr [Tue, 22 Nov 2016 10:45:48 -0800] rev 42219
Merge
Tue, 22 Nov 2016 10:43:49 -0800 8169887: javax/swing/JEditorPane/8080972/TestJEditor.java, javax/swing/text/View/8080972/TestObjectView.java are failing
prr [Tue, 22 Nov 2016 10:43:49 -0800] rev 42218
8169887: javax/swing/JEditorPane/8080972/TestJEditor.java, javax/swing/text/View/8080972/TestObjectView.java are failing Reviewed-by: serb, alexsch
Tue, 15 Nov 2016 12:52:24 +0530 6334602: Animated GIFs created from opaque PNG image frames appear transparent when loaded with Toolkit APIs
jdv [Tue, 15 Nov 2016 12:52:24 +0530] rev 42217
6334602: Animated GIFs created from opaque PNG image frames appear transparent when loaded with Toolkit APIs Reviewed-by: serb, prr
Mon, 14 Nov 2016 09:59:36 -0800 8169518: Suppress Deprecation warnings for deprecated Swing APIs
prr [Mon, 14 Nov 2016 09:59:36 -0800] rev 42216
8169518: Suppress Deprecation warnings for deprecated Swing APIs Reviewed-by: alexsch, ssadetsky
Mon, 14 Nov 2016 09:03:07 -0800 Merge
prr [Mon, 14 Nov 2016 09:03:07 -0800] rev 42215
Merge
Fri, 11 Nov 2016 17:07:33 +0300 8169332: The fix JDK-8083664 in AudioFileWriter can be reverted
serb [Fri, 11 Nov 2016 17:07:33 +0300] rev 42214
8169332: The fix JDK-8083664 in AudioFileWriter can be reverted Reviewed-by: prr, amenkov
Fri, 11 Nov 2016 15:33:57 +0530 8165212: VolatileImage should not be compatible with GraphicsConfiguration which transform is changed
pnarayanan [Fri, 11 Nov 2016 15:33:57 +0530] rev 42213
8165212: VolatileImage should not be compatible with GraphicsConfiguration which transform is changed Reviewed-by: prr, serb
Fri, 11 Nov 2016 15:30:22 +0530 8166003: [PIT][TEST_BUG] missing helper for javax/swing/text/GlyphPainter2/6427244/bug6427244.java
pnarayanan [Fri, 11 Nov 2016 15:30:22 +0530] rev 42212
8166003: [PIT][TEST_BUG] missing helper for javax/swing/text/GlyphPainter2/6427244/bug6427244.java Reviewed-by: prr, psadhukhan
Fri, 11 Nov 2016 13:58:42 +0530 8165680: [macosx] Enhance handling of UTF-8 characters in CDataTransfer.java
mhalder [Fri, 11 Nov 2016 13:58:42 +0530] rev 42211
8165680: [macosx] Enhance handling of UTF-8 characters in CDataTransfer.java Reviewed-by: serb, aniyogi Contributed-by: manajit.halder@oracle.com
Fri, 11 Nov 2016 12:40:59 +0530 8169043: The task bar icon color is not blue
aghaisas [Fri, 11 Nov 2016 12:40:59 +0530] rev 42210
8169043: The task bar icon color is not blue Reviewed-by: serb, arapte Contributed-by: ajit.ghaisas@oracle.com
Thu, 10 Nov 2016 12:23:14 +0530 8160888: [PIT] What to expect of updated java/awt/print/PrinterJob/Margins.java
psadhukhan [Thu, 10 Nov 2016 12:23:14 +0530] rev 42209
8160888: [PIT] What to expect of updated java/awt/print/PrinterJob/Margins.java Reviewed-by: prr
Wed, 09 Nov 2016 11:28:13 -0800 8155874: Fix java.desktop deprecation warnings about Class.newInstance
prr [Wed, 09 Nov 2016 11:28:13 -0800] rev 42208
8155874: Fix java.desktop deprecation warnings about Class.newInstance Reviewed-by: serb, alexsch
Wed, 09 Nov 2016 10:26:29 -0800 8169339: Provide internal API to JavaFX to locate JDK fonts
prr [Wed, 09 Nov 2016 10:26:29 -0800] rev 42207
8169339: Provide internal API to JavaFX to locate JDK fonts Reviewed-by: serb, kcr
Wed, 09 Nov 2016 10:04:43 -0800 Merge
prr [Wed, 09 Nov 2016 10:04:43 -0800] rev 42206
Merge
Wed, 09 Nov 2016 15:20:30 +0300 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
dmarkov [Wed, 09 Nov 2016 15:20:30 +0300] rev 42205
8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used Reviewed-by: ssadetsky
Tue, 08 Nov 2016 20:11:13 +0300 8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit
mcherkas [Tue, 08 Nov 2016 20:11:13 +0300] rev 42204
8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit Reviewed-by: serb
Tue, 08 Nov 2016 17:10:12 +0300 8004693: TEST_BUG: java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java fails
kshefov [Tue, 08 Nov 2016 17:10:12 +0300] rev 42203
8004693: TEST_BUG: java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java fails Reviewed-by: azvegint, avstepan
Tue, 08 Nov 2016 13:45:06 +0300 8166594: Taskbar.setWindowProgressValue() spec does not specify expected visual behavior of setWindowProgressValue()
azvegint [Tue, 08 Nov 2016 13:45:06 +0300] rev 42202
8166594: Taskbar.setWindowProgressValue() spec does not specify expected visual behavior of setWindowProgressValue() Reviewed-by: serb, ssadetsky
Mon, 07 Nov 2016 14:35:21 +0530 7153700: [macosx] add support for MouseMotionListener to the TrayIcon
mhalder [Mon, 07 Nov 2016 14:35:21 +0530] rev 42201
7153700: [macosx] add support for MouseMotionListener to the TrayIcon Reviewed-by: serb, aniyogi Contributed-by: manajit.halder@oracle.com
Mon, 07 Nov 2016 11:22:53 +0300 8168992: Add floating point implementation for new BasicGraphicsUtils text related methods use floating point API
alexsch [Mon, 07 Nov 2016 11:22:53 +0300] rev 42200
8168992: Add floating point implementation for new BasicGraphicsUtils text related methods use floating point API Reviewed-by: serb, ssadetsky
Mon, 07 Nov 2016 10:36:52 +0300 8153522: Update JLightweightFrame to allow non-integer (and X/Y) scales
ssadetsky [Mon, 07 Nov 2016 10:36:52 +0300] rev 42199
8153522: Update JLightweightFrame to allow non-integer (and X/Y) scales Reviewed-by: alexsch
Fri, 04 Nov 2016 15:59:59 -0700 8168316: Suppress deprecation warnings for Applet classes in java.desktop
prr [Fri, 04 Nov 2016 15:59:59 -0700] rev 42198
8168316: Suppress deprecation warnings for Applet classes in java.desktop Reviewed-by: serb, psadhukhan
Fri, 04 Nov 2016 15:31:38 -0700 8154093: [TIFF] NPE when reading LZW-compressed image
bpb [Fri, 04 Nov 2016 15:31:38 -0700] rev 42197
8154093: [TIFF] NPE when reading LZW-compressed image Summary: LZW decompressor was ignoring the value of the FillOrder field. Reviewed-by: prr
Fri, 04 Nov 2016 21:55:19 +0530 8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
arapte [Fri, 04 Nov 2016 21:55:19 +0530] rev 42196
8160766: [TEST_BUG] java/awt/Focus/DisposedWindow Reviewed-by: serb, aghaisas
Fri, 04 Nov 2016 17:27:56 +0530 8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
psadhukhan [Fri, 04 Nov 2016 17:27:56 +0530] rev 42195
8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X Reviewed-by: prr, jdv
Fri, 04 Nov 2016 14:03:33 +0530 8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
aghaisas [Fri, 04 Nov 2016 14:03:33 +0530] rev 42194
8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt Reviewed-by: erikj, serb
Thu, 03 Nov 2016 18:43:55 +0300 8164032: JViewport backing store image is not scaled on HiDPI display
alexsch [Thu, 03 Nov 2016 18:43:55 +0300] rev 42193
8164032: JViewport backing store image is not scaled on HiDPI display Reviewed-by: serb
Thu, 03 Nov 2016 12:13:59 +0300 8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel".
ssadetsky [Thu, 03 Nov 2016 12:13:59 +0300] rev 42192
8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel". Reviewed-by: serb
Thu, 03 Nov 2016 11:51:31 +0300 8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
ssadetsky [Thu, 03 Nov 2016 11:51:31 +0300] rev 42191
8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest Reviewed-by: serb, azvegint
Thu, 03 Nov 2016 03:49:42 +0300 8143914: Provide Mac-specific fullscreen support
azvegint [Thu, 03 Nov 2016 03:49:42 +0300] rev 42190
8143914: Provide Mac-specific fullscreen support Reviewed-by: serb, ssadetsky
Wed, 02 Nov 2016 23:05:52 +0300 8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
serb [Wed, 02 Nov 2016 23:05:52 +0300] rev 42189
8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails Reviewed-by: prr
Wed, 02 Nov 2016 11:07:16 -0700 8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
bpb [Wed, 02 Nov 2016 11:07:16 -0700] rev 42188
8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed Summary: Disallow not adding to metadata fields which are critical to reading the image data even when the BaselineTIFFTagSet has been removed from the TIFFImageReadParam and the ignoreMetadata flag is set. Reviewed-by: prr
Wed, 02 Nov 2016 09:44:01 -0700 8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c
ptbrunet [Wed, 02 Nov 2016 09:44:01 -0700] rev 42187
8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c Summary: Remove AccessBridgeCalls.c from the include directory Reviewed-by: prr, erikj, mchung, alexsch
Wed, 02 Nov 2016 17:14:57 +0300 8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
serb [Wed, 02 Nov 2016 17:14:57 +0300] rev 42186
8168998: Incorrect implementation of equals in Encoding and Type in JavaSound Reviewed-by: prr, amenkov
Wed, 02 Nov 2016 08:46:41 +0530 8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
pkbalakr [Wed, 02 Nov 2016 08:46:41 +0530] rev 42185
8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails Reviewed-by: alexsch, aghaisas
Tue, 22 Nov 2016 14:48:16 +0100 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42184
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip Reviewed-by: erikj
Tue, 22 Nov 2016 01:37:18 -0800 8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently
mli [Tue, 22 Nov 2016 01:37:18 -0800] rev 42183
8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently Reviewed-by: chegar
Tue, 22 Nov 2016 08:22:57 +0000 8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
bgopularam [Tue, 22 Nov 2016 08:22:57 +0000] rev 42182
8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale Summary: Set locale explicitly in the test Reviewed-by: rriggs, naoto
Tue, 22 Nov 2016 13:02:12 +0530 8168906: Tighten permissions granted to the jdk.localedata module
rgoel [Tue, 22 Nov 2016 13:02:12 +0530] rev 42181
8168906: Tighten permissions granted to the jdk.localedata module Reviewed-by: okutsu, naoto, alanb, mullan
Mon, 21 Nov 2016 22:50:22 -0800 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
amjiang [Mon, 21 Nov 2016 22:50:22 -0800] rev 42180
8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304 Reviewed-by: weijun
Mon, 21 Nov 2016 17:17:21 -0800 8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows
mli [Mon, 21 Nov 2016 17:17:21 -0800] rev 42179
8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows Reviewed-by: rriggs
Mon, 07 Nov 2016 12:46:23 -0800 8169289: JavaFX application in named module fails to launch if no main method
ddehaven [Mon, 07 Nov 2016 12:46:23 -0800] rev 42178
8169289: JavaFX application in named module fails to launch if no main method Reviewed-by: mchung, ksrini
Mon, 21 Nov 2016 12:06:10 -0800 8170139: OpenNonIntegralNumberOfSampleframes.java still fails
darcy [Mon, 21 Nov 2016 12:06:10 -0800] rev 42177
8170139: OpenNonIntegralNumberOfSampleframes.java still fails Reviewed-by: smarks
Mon, 21 Nov 2016 19:18:22 +0300 8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module
skovalev [Mon, 21 Nov 2016 19:18:22 +0300] rev 42176
8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module Reviewed-by: rriggs, dfuchs
Mon, 21 Nov 2016 07:54:42 -0800 8170112: Problem list failing jimage tests until JDK-8169713 is fixed
darcy [Mon, 21 Nov 2016 07:54:42 -0800] rev 42175
8170112: Problem list failing jimage tests until JDK-8169713 is fixed Reviewed-by: jlaskey
Mon, 21 Nov 2016 10:08:20 -0400 8168256: Plugin alias options in jlink --help output seems to be in an arbitrary order
jlaskey [Mon, 21 Nov 2016 10:08:20 -0400] rev 42174
8168256: Plugin alias options in jlink --help output seems to be in an arbitrary order Reviewed-by: sundar, mchung
Sun, 20 Nov 2016 23:19:54 -0800 8170062: Problem list java/lang/ClassLoader/platformClassLoader/DefinePlatformClass.java
mchung [Sun, 20 Nov 2016 23:19:54 -0800] rev 42173
8170062: Problem list java/lang/ClassLoader/platformClassLoader/DefinePlatformClass.java Reviewed-by: darcy
Mon, 21 Nov 2016 06:04:25 +0000 8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser
bgopularam [Mon, 21 Nov 2016 06:04:25 +0000] rev 42172
8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser Summary: Cache the available zones to speed up parsing Reviewed-by: rriggs, scolebourne
Sun, 20 Nov 2016 17:39:09 -0800 8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
mli [Sun, 20 Nov 2016 17:39:09 -0800] rev 42171
8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart() Reviewed-by: rriggs, chegar, darcy
Sun, 20 Nov 2016 07:57:57 -0800 8169909: java agent fails to add to class path when the initial module is a named module
mchung [Sun, 20 Nov 2016 07:57:57 -0800] rev 42170
8169909: java agent fails to add to class path when the initial module is a named module Reviewed-by: alanb
Sat, 19 Nov 2016 12:22:35 +0100 8169993: Class::desiredAssertionStatus should call getClassLoader0
redestad [Sat, 19 Nov 2016 12:22:35 +0100] rev 42169
8169993: Class::desiredAssertionStatus should call getClassLoader0 Reviewed-by: psandoz
Fri, 18 Nov 2016 15:33:30 +0300 8169658: TESTBUG: javax/rmi tests have undeclared dependencies
skovalev [Fri, 18 Nov 2016 15:33:30 +0300] rev 42168
8169658: TESTBUG: javax/rmi tests have undeclared dependencies Reviewed-by: rriggs
Wed, 16 Nov 2016 18:11:56 +0300 8167240: Write new tests to cover functionality of existing 'jimage' options
dkononenko [Wed, 16 Nov 2016 18:11:56 +0300] rev 42167
8167240: Write new tests to cover functionality of existing 'jimage' options Summary: New tests were implemented Reviewed-by: jlaskey, anazarov, shurailine Contributed-by: denis.kononenko@oracle.com
Fri, 18 Nov 2016 14:39:03 +0800 8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh
amlu [Fri, 18 Nov 2016 14:39:03 +0800] rev 42166
8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh Reviewed-by: mchung
Fri, 18 Nov 2016 12:11:32 +0800 8169826: ProblemList update for tools/pack200/CommandLineTests.java
amlu [Fri, 18 Nov 2016 12:11:32 +0800] rev 42165
8169826: ProblemList update for tools/pack200/CommandLineTests.java Reviewed-by: mchung
Thu, 17 Nov 2016 22:18:31 +0000 Merge
lana [Thu, 17 Nov 2016 22:18:31 +0000] rev 42164
Merge
Thu, 17 Nov 2016 12:24:51 -0800 8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
psandoz [Thu, 17 Nov 2016 12:24:51 -0800] rev 42163
8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently Reviewed-by: martin
Thu, 17 Nov 2016 19:38:14 +0100 8169880: Remove the sun.reflect.noCaches option
redestad [Thu, 17 Nov 2016 19:38:14 +0100] rev 42162
8169880: Remove the sun.reflect.noCaches option Reviewed-by: shade, psandoz, mchung
Thu, 17 Nov 2016 21:02:39 +0800 7004967: SecureRandom should be more explicit about threading
weijun [Thu, 17 Nov 2016 21:02:39 +0800] rev 42161
7004967: SecureRandom should be more explicit about threading 8169312: SecureRandom::getSeed(num) not specified if num is negative Reviewed-by: mullan, xuelei
Thu, 17 Nov 2016 11:55:59 +0000 8167618: DateTimeFormatter.format() uses exceptions for flow control
ameena [Thu, 17 Nov 2016 11:55:59 +0000] rev 42160
8167618: DateTimeFormatter.format() uses exceptions for flow control Summary: Removed flow control in exception catch Reviewed-by: rriggs, scolebourne
Thu, 17 Nov 2016 11:40:50 +0530 8165296: update existing i18n test cases of test/java/util
nishjain [Thu, 17 Nov 2016 11:40:50 +0530] rev 42159
8165296: update existing i18n test cases of test/java/util Reviewed-by: okutsu Contributed-by: nancy.nigam@oracle.com
Wed, 16 Nov 2016 17:29:14 -0800 8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
mli [Wed, 16 Nov 2016 17:29:14 -0800] rev 42158
8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails Reviewed-by: alanb
Wed, 16 Nov 2016 14:26:14 -0800 8072784: Better spliterator implementation for BitSet.stream()
psandoz [Wed, 16 Nov 2016 14:26:14 -0800] rev 42157
8072784: Better spliterator implementation for BitSet.stream() Reviewed-by: martin
Wed, 16 Nov 2016 14:26:12 -0800 8132097: Stream.generate should use a covariant Supplier as parameter
psandoz [Wed, 16 Nov 2016 14:26:12 -0800] rev 42156
8132097: Stream.generate should use a covariant Supplier as parameter Reviewed-by: forax, martin
Wed, 16 Nov 2016 12:50:29 -0800 8168969: Merge SSLSocketSample and SSLSocketTemplate
asmotrak [Wed, 16 Nov 2016 12:50:29 -0800] rev 42155
8168969: Merge SSLSocketSample and SSLSocketTemplate Reviewed-by: xuelei
Wed, 16 Nov 2016 11:20:34 -0800 8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list
darcy [Wed, 16 Nov 2016 11:20:34 -0800] rev 42154
8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list Reviewed-by: serb
Wed, 16 Nov 2016 08:29:58 -0800 8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
jnimeh [Wed, 16 Nov 2016 08:29:58 -0800] rev 42153
8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain Summary: Protect against null return value from Permission.getActions in ProtectionDomain's toString method. Reviewed-by: weijun, mullan
Wed, 16 Nov 2016 15:40:06 +0000 8169068: Add a new method: java.net.Authenticator.getDefault()
dfuchs [Wed, 16 Nov 2016 15:40:06 +0000] rev 42152
8169068: Add a new method: java.net.Authenticator.getDefault() Reviewed-by: chegar
Wed, 16 Nov 2016 10:52:08 -0400 8169505: Update changes by JDK-8159393 to reflect CCC review
jlaskey [Wed, 16 Nov 2016 10:52:08 -0400] rev 42151
8169505: Update changes by JDK-8159393 to reflect CCC review Reviewed-by: sundar
Wed, 16 Nov 2016 19:52:20 +0530 8153038: The set of jlink plugins enabled by default should be the same via CLI or jlink API
sundar [Wed, 16 Nov 2016 19:52:20 +0530] rev 42150
8153038: The set of jlink plugins enabled by default should be the same via CLI or jlink API Reviewed-by: jlaskey
Tue, 15 Nov 2016 15:52:27 +0300 8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
skovalev [Tue, 15 Nov 2016 15:52:27 +0300] rev 42149
8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module Reviewed-by: dfuchs, chegar
Wed, 23 Nov 2016 16:16:35 +0000 Added tag jdk-9+146 for changeset f7a57d034f22
lana [Wed, 23 Nov 2016 16:16:35 +0000] rev 42148
Added tag jdk-9+146 for changeset f7a57d034f22
Wed, 05 Jul 2017 22:29:32 +0200 Merge
duke [Wed, 05 Jul 2017 22:29:32 +0200] rev 42147
Merge
Wed, 23 Nov 2016 19:15:01 +0000 Merge
lana [Wed, 23 Nov 2016 19:15:01 +0000] rev 42146
Merge
Tue, 22 Nov 2016 15:04:19 +0100 8170184: Remove incorrect comments about generated jvmt.h
ihse [Tue, 22 Nov 2016 15:04:19 +0100] rev 42145
8170184: Remove incorrect comments about generated jvmt.h Reviewed-by: alanb, erikj
Tue, 22 Nov 2016 14:48:16 +0100 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse [Tue, 22 Nov 2016 14:48:16 +0100] rev 42144
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip Reviewed-by: erikj
Thu, 17 Nov 2016 22:19:25 +0000 Merge
lana [Thu, 17 Nov 2016 22:19:25 +0000] rev 42143
Merge
Wed, 23 Nov 2016 16:16:34 +0000 Added tag jdk-9+146 for changeset 296b6f1ad81e
lana [Wed, 23 Nov 2016 16:16:34 +0000] rev 42142
Added tag jdk-9+146 for changeset 296b6f1ad81e
Thu, 24 Nov 2016 15:32:14 +0100 7164925: Change -KPIC to -xcode=pic32 on sparc
ihse [Thu, 24 Nov 2016 15:32:14 +0100] rev 42141
7164925: Change -KPIC to -xcode=pic32 on sparc Reviewed-by: erikj
Thu, 24 Nov 2016 11:50:26 +0100 8170280: Enable -g for all java compilation in the build
erikj [Thu, 24 Nov 2016 11:50:26 +0100] rev 42140
8170280: Enable -g for all java compilation in the build Reviewed-by: simonis, tbell, dholmes, ihse
Wed, 23 Nov 2016 19:14:43 +0000 Merge
lana [Wed, 23 Nov 2016 19:14:43 +0000] rev 42139
Merge
Tue, 22 Nov 2016 10:48:24 -0800 Merge
prr [Tue, 22 Nov 2016 10:48:24 -0800] rev 42138
Merge
Mon, 14 Nov 2016 10:00:15 -0800 8169518: Suppress Deprecation warnings for deprecated Swing APIs
prr [Mon, 14 Nov 2016 10:00:15 -0800] rev 42137
8169518: Suppress Deprecation warnings for deprecated Swing APIs Reviewed-by: alexsch, ssadetsky
Tue, 22 Nov 2016 14:47:52 +0100 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
ihse [Tue, 22 Nov 2016 14:47:52 +0100] rev 42136
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip Reviewed-by: erikj
Tue, 22 Nov 2016 13:44:41 +0100 8170077: Properly parallelize javadoc generation
ihse [Tue, 22 Nov 2016 13:44:41 +0100] rev 42135
8170077: Properly parallelize javadoc generation Reviewed-by: erikj
Fri, 18 Nov 2016 15:50:43 +0100 8169860: Clean up and unify the refactored Javadoc generation
ihse [Fri, 18 Nov 2016 15:50:43 +0100] rev 42134
8169860: Clean up and unify the refactored Javadoc generation Reviewed-by: erikj
Thu, 17 Nov 2016 22:18:22 +0000 Merge
lana [Thu, 17 Nov 2016 22:18:22 +0000] rev 42133
Merge
Wed, 23 Nov 2016 16:16:33 +0000 Added tag jdk-9+146 for changeset 89406c257bc9
lana [Wed, 23 Nov 2016 16:16:33 +0000] rev 42132
Added tag jdk-9+146 for changeset 89406c257bc9
Wed, 05 Jul 2017 22:29:12 +0200 Added tag jdk-9+146 for changeset 581331db696a
duke [Wed, 05 Jul 2017 22:29:12 +0200] rev 42131
Added tag jdk-9+146 for changeset 581331db696a
Wed, 05 Jul 2017 22:29:11 +0200 Merge jdk-9+146
duke [Wed, 05 Jul 2017 22:29:11 +0200] rev 42130
Merge
Wed, 05 Jul 2017 22:29:04 +0200 Merge
duke [Wed, 05 Jul 2017 22:29:04 +0200] rev 42129
Merge
Thu, 17 Nov 2016 17:50:09 +0000 Added tag jdk-9+145 for changeset 8b7412f7eecd
lana [Thu, 17 Nov 2016 17:50:09 +0000] rev 42128
Added tag jdk-9+145 for changeset 8b7412f7eecd
Wed, 05 Jul 2017 22:28:55 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:55 +0200] rev 42127
Merge
Mon, 21 Nov 2016 18:48:16 +0000 Merge
lana [Mon, 21 Nov 2016 18:48:16 +0000] rev 42126
Merge
Wed, 16 Nov 2016 00:55:48 +0300 8160999: GPL header missing comma in year
aefimov [Wed, 16 Nov 2016 00:55:48 +0300] rev 42125
8160999: GPL header missing comma in year Reviewed-by: mchung
Tue, 15 Nov 2016 23:43:38 +0300 8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
aefimov [Tue, 15 Nov 2016 23:43:38 +0300] rev 42124
8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT) Reviewed-by: alanb, joehw, lancea, mchung Contributed-by: roman.grigoriadi@oracle.com
Thu, 17 Nov 2016 17:50:07 +0000 Added tag jdk-9+145 for changeset 5fce5ec624c7
lana [Thu, 17 Nov 2016 17:50:07 +0000] rev 42123
Added tag jdk-9+145 for changeset 5fce5ec624c7
Wed, 05 Jul 2017 22:28:45 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:45 +0200] rev 42122
Merge
Mon, 21 Nov 2016 18:48:57 +0000 Merge
lana [Mon, 21 Nov 2016 18:48:57 +0000] rev 42121
Merge
Tue, 15 Nov 2016 23:28:01 +0300 8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
aefimov [Tue, 15 Nov 2016 23:28:01 +0300] rev 42120
8164479: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT) Reviewed-by: alanb, joehw, lancea, mchung Contributed-by: roman.grigoriadi@oracle.com
Tue, 15 Nov 2016 17:45:29 +0000 8169723: remove jaxp/src/java.xml/share/classes/org/w3c/dom/xpath/COPYRIGHT.html
dfuchs [Tue, 15 Nov 2016 17:45:29 +0000] rev 42119
8169723: remove jaxp/src/java.xml/share/classes/org/w3c/dom/xpath/COPYRIGHT.html Reviewed-by: rriggs
Thu, 17 Nov 2016 17:50:07 +0000 Added tag jdk-9+145 for changeset 6ffe7113ca30
lana [Thu, 17 Nov 2016 17:50:07 +0000] rev 42118
Added tag jdk-9+145 for changeset 6ffe7113ca30
Wed, 05 Jul 2017 22:28:35 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:35 +0200] rev 42117
Merge
Mon, 21 Nov 2016 18:48:19 +0000 Merge
lana [Mon, 21 Nov 2016 18:48:19 +0000] rev 42116
Merge
Wed, 09 Nov 2016 13:37:21 +0100 Merge
jwilhelm [Wed, 09 Nov 2016 13:37:21 +0100] rev 42115
Merge
Mon, 24 Oct 2016 09:07:57 +0200 8168483: Remove jtreg timeout handler timeout
sla [Mon, 24 Oct 2016 09:07:57 +0200] rev 42114
8168483: Remove jtreg timeout handler timeout Reviewed-by: dholmes, tbell
Thu, 17 Nov 2016 17:50:09 +0000 Added tag jdk-9+145 for changeset eb674141ab03
lana [Thu, 17 Nov 2016 17:50:09 +0000] rev 42113
Added tag jdk-9+145 for changeset eb674141ab03
Wed, 05 Jul 2017 22:28:24 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:24 +0200] rev 42112
Merge
Thu, 17 Nov 2016 17:50:06 +0000 Added tag jdk-9+145 for changeset 4a046fdccd54
lana [Thu, 17 Nov 2016 17:50:06 +0000] rev 42111
Added tag jdk-9+145 for changeset 4a046fdccd54
Wed, 05 Jul 2017 22:28:16 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:16 +0200] rev 42110
Merge
Mon, 21 Nov 2016 18:48:31 +0000 Merge
lana [Mon, 21 Nov 2016 18:48:31 +0000] rev 42109
Merge
Wed, 16 Nov 2016 12:55:42 +0800 8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris
weijun [Wed, 16 Nov 2016 12:55:42 +0800] rev 42108
8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris Reviewed-by: xuelei
Wed, 09 Nov 2016 13:37:19 +0100 Merge
jwilhelm [Wed, 09 Nov 2016 13:37:19 +0100] rev 42107
Merge
Thu, 03 Nov 2016 12:04:40 +0530 8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
vtewari [Thu, 03 Nov 2016 12:04:40 +0530] rev 42106
8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects Summary: Cloned the array before returning to caller. Reviewed-by: dholmes, fparain Contributed-by: amit.sapre@oracle.com
Tue, 01 Nov 2016 17:20:45 -0700 8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
psandoz [Tue, 01 Nov 2016 17:20:45 -0700] rev 42105
8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java Reviewed-by: redestad
Fri, 28 Oct 2016 11:18:54 +0300 8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
dsamersoff [Fri, 28 Oct 2016 11:18:54 +0300] rev 42104
8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build Summary: Remove BasicLauncherTest.java and HeapDumpTest.java from quarantine list. Reviewed-by: sla, dsamersoff Contributed-by: sharath.ballal@oracle.com
Fri, 14 Oct 2016 14:47:27 -0700 8166974: invokedynamic implementation should not wrap Errors
psandoz [Fri, 14 Oct 2016 14:47:27 -0700] rev 42103
8166974: invokedynamic implementation should not wrap Errors Reviewed-by: smarks, jrose
Wed, 26 Oct 2016 15:08:29 +0530 8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present.
vtewari [Wed, 26 Oct 2016 15:08:29 +0530] rev 42102
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present. Summary: Removed dependency of java.management over jdk.management. Reviewed-by: mchung, dfuchs, dholmes Contributed-by: amit.sapre@oracle.com
Tue, 25 Oct 2016 14:49:35 +0300 8165500: TestJpsJar shouldn't jar all test.classpath directories
dsamersoff [Tue, 25 Oct 2016 14:49:35 +0300] rev 42101
8165500: TestJpsJar shouldn't jar all test.classpath directories Summary: Refactor test to better handle errors Reviewed-by: sspitsyn
Mon, 24 Oct 2016 14:52:07 +0300 8160376: DebuggerException: Can't attach symbolicator to the process
dsamersoff [Mon, 24 Oct 2016 14:52:07 +0300] rev 42100
8160376: DebuggerException: Can't attach symbolicator to the process Summary: Make SA link to JavaRuntimeSupport in MacOS X Reviewed-by: dsamersoff, dcubed Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
Mon, 24 Oct 2016 11:47:56 +0200 Merge
rehn [Mon, 24 Oct 2016 11:47:56 +0200] rev 42099
Merge
Mon, 24 Oct 2016 09:07:26 +0200 8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c
rehn [Mon, 24 Oct 2016 09:07:26 +0200] rev 42098
8164501: Uninitialised memory in byteArrayToPacket of SharedMemoryConnection.c Reviewed-by: sla, dsamersoff
Mon, 24 Oct 2016 09:07:24 +0200 8168483: Remove jtreg timeout handler timeout
sla [Mon, 24 Oct 2016 09:07:24 +0200] rev 42097
8168483: Remove jtreg timeout handler timeout Reviewed-by: dholmes, tbell
Thu, 20 Oct 2016 17:05:27 -0700 Merge
amurillo [Thu, 20 Oct 2016 17:05:27 -0700] rev 42096
Merge
Thu, 20 Oct 2016 15:07:06 +0530 8167294: MXBean javadoc should be updated to take modules into account
vtewari [Thu, 20 Oct 2016 15:07:06 +0530] rev 42095
8167294: MXBean javadoc should be updated to take modules into account Summary: Updated MXBean class javadoc to take modules into account Reviewed-by: alanb Contributed-by: amit.sapre@oracle.com
Tue, 15 Nov 2016 13:31:52 -0800 8169736: Mark RmiIiopReturnValueTest.java as intermittently failing
darcy [Tue, 15 Nov 2016 13:31:52 -0800] rev 42094
8169736: Mark RmiIiopReturnValueTest.java as intermittently failing Reviewed-by: lancea
Thu, 17 Nov 2016 17:50:08 +0000 Added tag jdk-9+145 for changeset fb4ce696b742
lana [Thu, 17 Nov 2016 17:50:08 +0000] rev 42093
Added tag jdk-9+145 for changeset fb4ce696b742
Wed, 05 Jul 2017 22:28:01 +0200 Merge
duke [Wed, 05 Jul 2017 22:28:01 +0200] rev 42092
Merge
Mon, 21 Nov 2016 18:47:57 +0000 Merge
lana [Mon, 21 Nov 2016 18:47:57 +0000] rev 42091
Merge
Fri, 11 Nov 2016 16:52:44 +0100 8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
jwilhelm [Fri, 11 Nov 2016 16:52:44 +0100] rev 42090
8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved Reviewed-by: egahlin, gtriantafill
Fri, 11 Nov 2016 16:44:36 +0100 Merge
jwilhelm [Fri, 11 Nov 2016 16:44:36 +0100] rev 42089
Merge
Thu, 03 Nov 2016 10:44:17 -0400 8167501: ARMv7 Linux C2 compiler crashes running jtreg harness on MP systems
bobv [Thu, 03 Nov 2016 10:44:17 -0400] rev 42088
8167501: ARMv7 Linux C2 compiler crashes running jtreg harness on MP systems Reviewed-by: dcubed
Thu, 03 Nov 2016 11:53:20 +0530 8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
vtewari [Thu, 03 Nov 2016 11:53:20 +0530] rev 42087
8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure Summary: Do the special handling for invokedynamic bytecodes while printing out the bytecodes in a method Reviewed-by: dsamersoff, sundar Contributed-by: jini.george@oracle.com
Thu, 06 Oct 2016 18:51:24 +0200 8159611: C2: ArrayCopy elimination skips required parameter checks
simonis [Thu, 06 Oct 2016 18:51:24 +0200] rev 42086
8159611: C2: ArrayCopy elimination skips required parameter checks Reviewed-by: kvn, zmajo, thartmann
Tue, 01 Nov 2016 09:19:14 +0100 8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException
zmajo [Tue, 01 Nov 2016 09:19:14 +0100] rev 42085
8167578: C1: compiler.escapeAnalysis.TestArrayCopy fails to throw ArrayStoreException Summary: Remove code that causes C1's arraycopy to skip type checks if the length argument is 0 Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -512 +512 +1000 +3000 +10000 tip