Fri, 19 Jul 2013 13:32:53 -0700 Merge
kvn [Fri, 19 Jul 2013 13:32:53 -0700] rev 22821
Merge
Thu, 11 Jul 2013 12:56:29 -0700 Merge
kvn [Thu, 11 Jul 2013 12:56:29 -0700] rev 22820
Merge
Fri, 05 Jul 2013 22:17:47 +0200 8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX.
goetz [Fri, 05 Jul 2013 22:17:47 +0200] rev 22819
8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX. Summary: On AIX 7.1 systemcfg.h defines IA64 unconditionally, so test for !AIX where IA64 is used. Reviewed-by: dholmes, kvn
Wed, 10 Jul 2013 09:14:25 -0700 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
simonis [Wed, 10 Jul 2013 09:14:25 -0700] rev 22818
8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles Summary: HotSpot make changes to build the HotSpot on Linux/PPC64 Reviewed-by: dholmes, kvn
Tue, 09 Jul 2013 14:28:07 +0200 8020121: PPC64: fix build in cppInterpreter after 8019519
goetz [Tue, 09 Jul 2013 14:28:07 +0200] rev 22817
8020121: PPC64: fix build in cppInterpreter after 8019519 Reviewed-by: kvn
Wed, 03 Jul 2013 11:25:06 +0200 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.
goetz [Wed, 03 Jul 2013 11:25:06 +0200] rev 22816
8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return. Reviewed-by: sspitsyn, kvn
Wed, 03 Jul 2013 01:41:42 +0200 8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
goetz [Wed, 03 Jul 2013 01:41:42 +0200] rev 22815
8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops Reviewed-by: kvn, coleenp
Wed, 03 Jul 2013 01:29:13 +0200 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
goetz [Wed, 03 Jul 2013 01:29:13 +0200] rev 22814
8019517: PPC64 (part 102): cppInterpreter: implement G1 support Reviewed-by: kvn
Thu, 04 Jul 2013 10:51:31 +0200 8016696: PPC64 (part 4): add relocation for trampoline stubs
goetz [Thu, 04 Jul 2013 10:51:31 +0200] rev 22813
8016696: PPC64 (part 4): add relocation for trampoline stubs Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC. Reviewed-by: kvn, bdelsart, jrose
Wed, 03 Jul 2013 11:50:29 -0700 Merge
kvn [Wed, 03 Jul 2013 11:50:29 -0700] rev 22812
Merge
Wed, 26 Jun 2013 16:06:38 +0200 8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
goetz [Wed, 26 Jun 2013 16:06:38 +0200] rev 22811
8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking Reviewed-by: kvn, dholmes
Mon, 24 Jun 2013 17:11:47 +0200 8017313: PPC64 (part 6): stack handling improvements
goetz [Mon, 24 Jun 2013 17:11:47 +0200] rev 22810
8017313: PPC64 (part 6): stack handling improvements Summary: Precompute limit for stack overflow check. Reviewed-by: kvn, coleenp
Thu, 27 Jun 2013 13:04:51 -0700 Merge
kvn [Thu, 27 Jun 2013 13:04:51 -0700] rev 22809
Merge
Fri, 21 Jun 2013 15:56:24 -0700 Merge
kvn [Fri, 21 Jun 2013 15:56:24 -0700] rev 22808
Merge
Thu, 20 Jun 2013 16:30:44 -0700 8016586: PPC64 (part 3): basic changes for PPC64
goetz [Thu, 20 Jun 2013 16:30:44 -0700] rev 22807
8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
Wed, 19 Jun 2013 12:29:30 +0200 8016491: PPC64 (part 2): Clean up PPC defines.
goetz [Wed, 19 Jun 2013 12:29:30 +0200] rev 22806
8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
Wed, 19 Jun 2013 12:15:50 +0200 8016476: PPC64 (part 1): reenable CORE build
goetz [Wed, 19 Jun 2013 12:15:50 +0200] rev 22805
8016476: PPC64 (part 1): reenable CORE build Summary: reenable CORE build on PPC64 Reviewed-by: dholmes, kvn, coleenp
Fri, 24 Jan 2014 13:06:52 +0100 8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical
adlertz [Fri, 24 Jan 2014 13:06:52 +0100] rev 22804
8031498: Cleanup and re-factorize PhaseChaitin::build_ifg_physical Summary: Created sub-functions, added data structures, improved naming and removed unnecessary code Reviewed-by: kvn, roland, rbackman
Sun, 26 Jan 2014 23:01:57 -0800 Merge
anoll [Sun, 26 Jan 2014 23:01:57 -0800] rev 22803
Merge
Mon, 27 Jan 2014 07:54:25 +0100 8009738: compiler/6826736/Test.java times out on big machines
anoll [Mon, 27 Jan 2014 07:54:25 +0100] rev 22802
8009738: compiler/6826736/Test.java times out on big machines Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug. Reviewed-by: kvn
Fri, 24 Jan 2014 13:30:55 -0800 Merge
kvn [Fri, 24 Jan 2014 13:30:55 -0800] rev 22801
Merge
Fri, 24 Jan 2014 15:26:56 +0400 8032490: Remove -XX:+-UseOldInlining
shade [Fri, 24 Jan 2014 15:26:56 +0400] rev 22800
8032490: Remove -XX:+-UseOldInlining Summary: Move the option to obsolete options list, purge the redundant compiler code. Reviewed-by: kvn, jrose
Fri, 24 Jan 2014 09:31:53 +0100 8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
roland [Fri, 24 Jan 2014 09:31:53 +0100] rev 22799
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed Summary: type methods shouldn't always operate on speculative part Reviewed-by: kvn, twisti
Tue, 18 Feb 2014 09:54:24 -0500 8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
coleenp [Tue, 18 Feb 2014 09:54:24 -0500] rev 22798
8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option Summary: add IgnoreUnrecognizedVMOptions for product mode run Reviewed-by: ctornqvi, dholmes
Tue, 18 Feb 2014 06:19:49 -0800 8034249: need more workarounds for suspend equivalent condition issue
sspitsyn [Tue, 18 Feb 2014 06:19:49 -0800] rev 22797
8034249: need more workarounds for suspend equivalent condition issue Summary: Collect data at safepoint, do not rely on thread suspension Reviewed-by: dcubed, dholmes Contributed-by: serguei.spitsyn@oracle.com
Tue, 18 Feb 2014 09:15:40 +0100 8034080: Remove the USDT1 dtrace code from Hotspot
sla [Tue, 18 Feb 2014 09:15:40 +0100] rev 22796
8034080: Remove the USDT1 dtrace code from Hotspot Reviewed-by: dholmes, coleenp
Sat, 15 Feb 2014 14:41:04 -0500 Merge
hseigel [Sat, 15 Feb 2014 14:41:04 -0500] rev 22795
Merge
Sat, 15 Feb 2014 13:03:38 -0500 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
coleenp [Sat, 15 Feb 2014 13:03:38 -0500] rev 22794
8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on Summary: Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list. Reviewed-by: dcubed, acorn
Fri, 14 Feb 2014 16:17:22 +0100 8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
sjiang [Fri, 14 Feb 2014 16:17:22 +0100] rev 22793
8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed Reviewed-by: sla, jbachorik, sspitsyn
Fri, 14 Feb 2014 09:50:17 -0800 8034860: Fatal error due to incorrect thread state during nightly testing
ccheung [Fri, 14 Feb 2014 09:50:17 -0800] rev 22792
8034860: Fatal error due to incorrect thread state during nightly testing Summary: use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros Reviewed-by: dholmes, coleenp, dcubed
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip