Fri, 28 Aug 2015 11:10:57 +0200 Merge
erikj [Fri, 28 Aug 2015 11:10:57 +0200] rev 32594
Merge
Fri, 28 Aug 2015 09:57:54 +0200 8134157: adlc fails to compile with SS12u4
erikj [Fri, 28 Aug 2015 09:57:54 +0200] rev 32593
8134157: adlc fails to compile with SS12u4 Reviewed-by: dholmes, kbarrett, ihse
Fri, 28 Aug 2015 09:05:46 +0200 8134509: G1ParCopyClosure does not need a ReferenceProcessor
ehelin [Fri, 28 Aug 2015 09:05:46 +0200] rev 32592
8134509: G1ParCopyClosure does not need a ReferenceProcessor Reviewed-by: stefank, mgerdin
Thu, 27 Aug 2015 16:28:05 +0200 8134504: Remove usage of EvacuationInfo from G1CollectorPolicy
ehelin [Thu, 27 Aug 2015 16:28:05 +0200] rev 32591
8134504: Remove usage of EvacuationInfo from G1CollectorPolicy Reviewed-by: mgerdin, jwilhelm
Wed, 26 Aug 2015 18:59:08 -0400 8133646: Internal Error: x86/vm/macroAssembler_x86.cpp:886 DEBUG MESSAGE: StubRoutines::call_stub: threads must correspond
dholmes [Wed, 26 Aug 2015 18:59:08 -0400] rev 32590
8133646: Internal Error: x86/vm/macroAssembler_x86.cpp:886 DEBUG MESSAGE: StubRoutines::call_stub: threads must correspond Reviewed-by: kvn, coleenp, dcubed
Tue, 25 Aug 2015 17:22:56 -0400 8131734: assert(!is_null(v)) failed: narrow klass value can never be zero with -Xshared:auto
jiangli [Tue, 25 Aug 2015 17:22:56 -0400] rev 32589
8131734: assert(!is_null(v)) failed: narrow klass value can never be zero with -Xshared:auto Summary: Handle shared string mapping failures. Reviewed-by: tschatzl, kbarrett, ddmitriev, hseigel Contributed-by: tom.benson@oracle.com, jiangli.zhou@oracle.com
Tue, 25 Aug 2015 21:05:26 +0200 Merge
iignatyev [Tue, 25 Aug 2015 21:05:26 +0200] rev 32588
Merge
Fri, 07 Aug 2015 17:58:01 +0300 8132708: Add tests for Humongous objects allocation threshold
kzhaldyb [Fri, 07 Aug 2015 17:58:01 +0300] rev 32587
8132708: Add tests for Humongous objects allocation threshold Summary: Added the test which checks that Humongous objects allocation threshold works as expected Reviewed-by: tschatzl, dfazunen
Tue, 25 Aug 2015 19:06:55 +0200 Merge
coleenp [Tue, 25 Aug 2015 19:06:55 +0200] rev 32586
Merge
Mon, 24 Aug 2015 16:17:15 -0500 8134239: compiler/arguments/CheckCICompilerCount.java still fails
gziemski [Mon, 24 Aug 2015 16:17:15 -0500] rev 32585
8134239: compiler/arguments/CheckCICompilerCount.java still fails Summary: Compiler team updated the test by adding a new test case, but due to merging timing it was still using the old constraint error message format, which needed updating Reviewed-by: ctornqvi, hseigel
Tue, 25 Aug 2015 17:30:14 +0200 Merge
coleenp [Tue, 25 Aug 2015 17:30:14 +0200] rev 32584
Merge
Mon, 24 Aug 2015 15:41:56 -0400 8133561: linux thread id should be reported in decimal in the error reports now
coleenp [Mon, 24 Aug 2015 15:41:56 -0400] rev 32583
8133561: linux thread id should be reported in decimal in the error reports now Summary: linux thread id error reports changed back to decimal Reviewed-by: hseigel, ctornqvi, coleenp Contributed-by: rachel.protacio@oracle.com
Fri, 04 Sep 2015 12:47:57 +0200 8135067: Preparatory refactorings for compiler control
neliasso [Fri, 04 Sep 2015 12:47:57 +0200] rev 32582
8135067: Preparatory refactorings for compiler control Summary: Extract CompileTask and clean up Reviewed-by: roland
Thu, 03 Sep 2015 15:03:12 -0700 8132081: C2 support for Adler32 on SPARC
kvn [Thu, 03 Sep 2015 15:03:12 -0700] rev 32581
8132081: C2 support for Adler32 on SPARC Summary: Add C2 instrinsic support for Adler32 checksum on SPARC. Reviewed-by: kvn Contributed-by: ahmed.khawaja@oracle.com
Thu, 03 Sep 2015 14:29:08 -0700 8135035: Reverse changes from 8075093
iveresov [Thu, 03 Sep 2015 14:29:08 -0700] rev 32580
8135035: Reverse changes from 8075093 Summary: 8075093 turn on FPU spilling that need to be stabilized first Reviewed-by: kvn
Mon, 31 Aug 2015 17:20:08 +0200 8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
roland [Mon, 31 Aug 2015 17:20:08 +0200] rev 32579
8134031: Incorrect JIT compilation of complex code with inlining and escape analysis Summary: Bad rewiring of memory edges when we split unique types during EA Reviewed-by: kvn
Wed, 02 Sep 2015 15:11:22 -0700 8075093: Enable UseFPUForSpilling support on SPARC
kvn [Wed, 02 Sep 2015 15:11:22 -0700] rev 32578
8075093: Enable UseFPUForSpilling support on SPARC Summary: Use single-cycle MOV instructions (MOVdTOx, MOVxTOd) for spills on SPARC which have them. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
Wed, 02 Sep 2015 22:05:47 +0200 Merge
roland [Wed, 02 Sep 2015 22:05:47 +0200] rev 32577
Merge
Wed, 02 Sep 2015 10:00:27 +0200 8134468: Lucene test failures with 32 bit JDK 9b78, Server compiler
roland [Wed, 02 Sep 2015 10:00:27 +0200] rev 32576
8134468: Lucene test failures with 32 bit JDK 9b78, Server compiler Summary: test that checks whether an array load falls into the range of an arraycopy is incorrect on 32bits Reviewed-by: iveresov, kvn
Wed, 02 Sep 2015 11:03:20 -0700 8134898: Small fixes found during JVMCI work
kvn [Wed, 02 Sep 2015 11:03:20 -0700] rev 32575
8134898: Small fixes found during JVMCI work Summary: Removed jre/ from jdk paths in makefiles. Add Thread::_unhandled_oops field for debug and fastdebug builds. Fix doc. Reviewed-by: coleenp, bdelsart
Wed, 02 Sep 2015 13:23:59 +0000 8134869: AARCH64: GHASH intrinsic is not optimal
aph [Wed, 02 Sep 2015 13:23:59 +0000] rev 32574
8134869: AARCH64: GHASH intrinsic is not optimal Summary: Rewrite intrinsic to make better use of SIMD instructions Reviewed-by: kvn
Tue, 01 Sep 2015 19:48:10 +0300 8134758: Final String field values should be trusted as stable
shade [Tue, 01 Sep 2015 19:48:10 +0300] rev 32573
8134758: Final String field values should be trusted as stable Reviewed-by: kvn, thartmann
Wed, 26 Aug 2015 17:13:59 +0100 8134322: AArch64: Fix several errors in C2 biased locking implementation
adinn [Wed, 26 Aug 2015 17:13:59 +0100] rev 32572
8134322: AArch64: Fix several errors in C2 biased locking implementation Summary: Several errors in C2 biased locking require fixing Reviewed-by: kvn Contributed-by: hui.shi@linaro.org
Fri, 18 Sep 2015 10:46:35 -0700 Added tag jdk9-b82 for changeset f4a20c54ec40
lana [Fri, 18 Sep 2015 10:46:35 -0700] rev 32571
Added tag jdk9-b82 for changeset f4a20c54ec40
Fri, 18 Sep 2015 14:19:53 -0700 Merge
lana [Fri, 18 Sep 2015 14:19:53 -0700] rev 32570
Merge
Fri, 18 Sep 2015 09:21:07 -0700 Merge
prr [Fri, 18 Sep 2015 09:21:07 -0700] rev 32569
Merge
Mon, 14 Sep 2015 10:56:55 -0700 8136397: Build should recognise .cc file extension
prr [Mon, 14 Sep 2015 10:56:55 -0700] rev 32568
8136397: Build should recognise .cc file extension Reviewed-by: ihse
Mon, 14 Sep 2015 09:33:37 -0700 Merge
prr [Mon, 14 Sep 2015 09:33:37 -0700] rev 32567
Merge
Tue, 08 Sep 2015 14:40:19 -0700 Merge
prr [Tue, 08 Sep 2015 14:40:19 -0700] rev 32566
Merge
Wed, 12 Aug 2015 13:10:16 -0700 8130929: Enable deployment tests in build system
ddehaven [Wed, 12 Aug 2015 13:10:16 -0700] rev 32565
8130929: Enable deployment tests in build system Reviewed-by: erikj, tbell, dtitov
Thu, 17 Sep 2015 08:55:39 -0700 8136656: Check in blessed-modifier-order.sh
martin [Thu, 17 Sep 2015 08:55:39 -0700] rev 32564
8136656: Check in blessed-modifier-order.sh Reviewed-by: ihse, chegar
Wed, 16 Sep 2015 16:54:22 +0200 8135251: Use Unsafe.defineAnonymousClass for loading Nashorn script code
attila [Wed, 16 Sep 2015 16:54:22 +0200] rev 32563
8135251: Use Unsafe.defineAnonymousClass for loading Nashorn script code Reviewed-by: alanb, lagergren, sundar
Wed, 16 Sep 2015 09:49:36 +0200 8136378: Build test libs using properly integrated makefile
ihse [Wed, 16 Sep 2015 09:49:36 +0200] rev 32562
8136378: Build test libs using properly integrated makefile Summary: Use 'make build-test-lib' in top repo instead Reviewed-by: erikj
Tue, 15 Sep 2015 11:47:50 -0700 Merge
amurillo [Tue, 15 Sep 2015 11:47:50 -0700] rev 32561
Merge
Tue, 15 Sep 2015 07:47:44 -0700 Merge
amurillo [Tue, 15 Sep 2015 07:47:44 -0700] rev 32560
Merge
Thu, 10 Sep 2015 14:55:18 -0700 Merge
amurillo [Thu, 10 Sep 2015 14:55:18 -0700] rev 32559
Merge
Tue, 08 Sep 2015 16:10:09 +0200 Merge
jwilhelm [Tue, 08 Sep 2015 16:10:09 +0200] rev 32558
Merge
Tue, 01 Sep 2015 21:12:52 +0300 8081317: [NEWTEST] documented GC ratio tuning and new size options should be covered by regression tests
mchernov [Tue, 01 Sep 2015 21:12:52 +0300] rev 32557
8081317: [NEWTEST] documented GC ratio tuning and new size options should be covered by regression tests Reviewed-by: iignatyev, dfazunen
Fri, 04 Sep 2015 10:11:20 -0300 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey [Fri, 04 Sep 2015 10:11:20 -0300] rev 32556
8087181: Move native jimage code to its own library (maybe libjimage) Reviewed-by: alanb, lfoltan, hseigel, acorn Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, roger.riggs@oracle.com
Mon, 31 Aug 2015 21:43:28 +0300 Merge
dsamersoff [Mon, 31 Aug 2015 21:43:28 +0300] rev 32555
Merge
Fri, 21 Aug 2015 13:34:07 +0200 8043937: Drop support for the IIOP transport from the JMX RMIConnector
jbachorik [Fri, 21 Aug 2015 13:34:07 +0200] rev 32554
8043937: Drop support for the IIOP transport from the JMX RMIConnector Reviewed-by: alanb, erikj
Tue, 15 Sep 2015 18:00:21 +0200 8136383: Improve make utilities containing and not-containing
erikj [Tue, 15 Sep 2015 18:00:21 +0200] rev 32553
8136383: Improve make utilities containing and not-containing Reviewed-by: ihse
Fri, 18 Sep 2015 10:46:33 -0700 Added tag jdk9-b82 for changeset 57f442b702f2
lana [Fri, 18 Sep 2015 10:46:33 -0700] rev 32552
Added tag jdk9-b82 for changeset 57f442b702f2
Wed, 05 Jul 2017 20:49:25 +0200 Added tag jdk9-b82 for changeset 6521875cb63e
duke [Wed, 05 Jul 2017 20:49:25 +0200] rev 32551
Added tag jdk9-b82 for changeset 6521875cb63e
Wed, 05 Jul 2017 20:49:25 +0200 Merge jdk9-b82
duke [Wed, 05 Jul 2017 20:49:25 +0200] rev 32550
Merge
Wed, 05 Jul 2017 20:49:21 +0200 Merge
duke [Wed, 05 Jul 2017 20:49:21 +0200] rev 32549
Merge
Fri, 11 Sep 2015 13:01:23 -0700 Merge
lana [Fri, 11 Sep 2015 13:01:23 -0700] rev 32548
Merge
Fri, 11 Sep 2015 16:27:20 +0100 8135246: CheckAttributedTree silently generates spurious compiler error
mcimadamore [Fri, 11 Sep 2015 16:27:20 +0100] rev 32547
8135246: CheckAttributedTree silently generates spurious compiler error Summary: cyclic inheritance errors should cause shared combo context to be thrown away Reviewed-by: jlahoda
Thu, 10 Sep 2015 21:10:20 +0200 8132885: langtools/test/tools/javac/sym/ElementStructureTest.java is also searching default classpath
jlahoda [Thu, 10 Sep 2015 21:10:20 +0200] rev 32546
8132885: langtools/test/tools/javac/sym/ElementStructureTest.java is also searching default classpath Summary: Explicitly setting classpath when inspecting the platform classes; using the java.util.ServiceLoader instead of the javac's copy Reviewed-by: jjg
Tue, 08 Sep 2015 11:59:25 -0700 8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out
vromero [Tue, 08 Sep 2015 11:59:25 -0700] rev 32545
8073594: javac, before calling rawInstantiate from selectBest the warner should be cleared out Reviewed-by: jlahoda
Tue, 08 Sep 2015 11:53:17 -0700 8135203: javac, patch intended for an issue was pushed with wrong id and message
vromero [Tue, 08 Sep 2015 11:53:17 -0700] rev 32544
8135203: javac, patch intended for an issue was pushed with wrong id and message Reviewed-by: jjg
Tue, 08 Sep 2015 10:36:44 -0700 8132806: javac does a naive implementation of some incorporation steps
vromero [Tue, 08 Sep 2015 10:36:44 -0700] rev 32543
8132806: javac does a naive implementation of some incorporation steps Reviewed-by: jlahoda
Fri, 04 Sep 2015 13:24:15 +0200 8129114: Sjavac should stream back compiler output to the client as soon as it becomes available
alundblad [Fri, 04 Sep 2015 13:24:15 +0200] rev 32542
8129114: Sjavac should stream back compiler output to the client as soon as it becomes available Summary: Protocol revised, javac output sent back to client slightly earlier. Reviewed-by: jlahoda
Fri, 11 Sep 2015 10:26:41 -0700 Added tag jdk9-b81 for changeset 98687c25039e
lana [Fri, 11 Sep 2015 10:26:41 -0700] rev 32541
Added tag jdk9-b81 for changeset 98687c25039e
Wed, 05 Jul 2017 20:49:14 +0200 Merge
duke [Wed, 05 Jul 2017 20:49:14 +0200] rev 32540
Merge
Fri, 11 Sep 2015 10:26:35 -0700 Added tag jdk9-b81 for changeset f036508e86e7
lana [Fri, 11 Sep 2015 10:26:35 -0700] rev 32539
Added tag jdk9-b81 for changeset f036508e86e7
Wed, 05 Jul 2017 20:49:11 +0200 Merge
duke [Wed, 05 Jul 2017 20:49:11 +0200] rev 32538
Merge
Fri, 11 Sep 2015 10:26:35 -0700 Added tag jdk9-b81 for changeset 46bc210b1240
lana [Fri, 11 Sep 2015 10:26:35 -0700] rev 32537
Added tag jdk9-b81 for changeset 46bc210b1240
Wed, 05 Jul 2017 20:49:07 +0200 Merge
duke [Wed, 05 Jul 2017 20:49:07 +0200] rev 32536
Merge
Fri, 11 Sep 2015 12:59:54 -0700 Merge
lana [Fri, 11 Sep 2015 12:59:54 -0700] rev 32535
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip