Thu, 28 Feb 2013 15:31:03 -0800 Merge
vlivanov [Thu, 28 Feb 2013 15:31:03 -0800] rev 15818
Merge
Wed, 27 Feb 2013 08:03:10 -0800 Merge
vlivanov [Wed, 27 Feb 2013 08:03:10 -0800] rev 15817
Merge
Wed, 27 Feb 2013 05:58:48 -0800 8007439: C2: adding successful message of inlining
iignatyev [Wed, 27 Feb 2013 05:58:48 -0800] rev 15816
8007439: C2: adding successful message of inlining Reviewed-by: kvn, vlivanov
Tue, 26 Feb 2013 15:38:24 -0800 8007776: Test6852078.java timeouts
drchase [Tue, 26 Feb 2013 15:38:24 -0800] rev 15815
8007776: Test6852078.java timeouts Summary: if more than 100 seconds and more than 100 iterations have both passed, then exit is allowed. Reviewed-by: kvn
Tue, 26 Feb 2013 12:18:30 +0100 8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
roland [Tue, 26 Feb 2013 12:18:30 +0100] rev 15814
8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376 Summary: GetAndSetP's MachNode should capture bottom type. Reviewed-by: kvn
Mon, 25 Feb 2013 14:13:04 +0100 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
roland [Mon, 25 Feb 2013 14:13:04 +0100] rev 15813
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution Summary: InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store. Reviewed-by: kvn
Thu, 28 Feb 2013 09:01:08 +0100 Merge
brutisso [Thu, 28 Feb 2013 09:01:08 +0100] rev 15812
Merge
Wed, 06 Feb 2013 07:48:02 +0100 8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value
ehelin [Wed, 06 Feb 2013 07:48:02 +0100] rev 15811
8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value Reviewed-by: stefank, mgerdin
Tue, 26 Feb 2013 22:31:35 +0100 Merge
ehelin [Tue, 26 Feb 2013 22:31:35 +0100] rev 15810
Merge
Wed, 20 Feb 2013 16:41:23 +0100 8008536: Add HotSpot support for printing class loader statistics for JMap
ehelin [Wed, 20 Feb 2013 16:41:23 +0100] rev 15809
8008536: Add HotSpot support for printing class loader statistics for JMap Reviewed-by: sla, brutisso
Tue, 26 Feb 2013 08:58:20 -0800 Merge
poonam [Tue, 26 Feb 2013 08:58:20 -0800] rev 15808
Merge
Sat, 23 Feb 2013 17:40:33 -0800 Merge
poonam [Sat, 23 Feb 2013 17:40:33 -0800] rev 15807
Merge
Thu, 21 Feb 2013 23:58:05 -0800 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
poonam [Thu, 21 Feb 2013 23:58:05 -0800] rev 15806
8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED Reviewed-by: brutisso, johnc Contributed-by: vladimir.kempik@oracle.com
Tue, 26 Feb 2013 11:52:06 +0100 Merge
brutisso [Tue, 26 Feb 2013 11:52:06 +0100] rev 15805
Merge
Fri, 22 Feb 2013 11:01:01 -0800 8007221: G1: concurrent phase durations do not state the time units ("secs")
johnc [Fri, 22 Feb 2013 11:01:01 -0800] rev 15804
8007221: G1: concurrent phase durations do not state the time units ("secs") Summary: Add timer units to concurrent marking phases where the units were missing. Reviewed-by: jmasa, ysr
Thu, 21 Feb 2013 11:16:50 +0100 8008314: Unimplemented() Atomic::load breaks the applications
jwilhelm [Thu, 21 Feb 2013 11:16:50 +0100] rev 15803
8008314: Unimplemented() Atomic::load breaks the applications Summary: jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed. Reviewed-by: dholmes, dlong
Wed, 27 Feb 2013 12:20:34 -0800 Merge
sspitsyn [Wed, 27 Feb 2013 12:20:34 -0800] rev 15802
Merge
Tue, 26 Feb 2013 14:09:52 +0100 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman [Tue, 26 Feb 2013 14:09:52 +0100] rev 15801
8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity Reviewed-by: kvn, sla
Fri, 22 Feb 2013 10:16:51 -0800 Merge
sspitsyn [Fri, 22 Feb 2013 10:16:51 -0800] rev 15800
Merge
Fri, 22 Feb 2013 08:36:42 -0500 8000797: NPG: is_pseudo_string_at() doesn't work
coleenp [Fri, 22 Feb 2013 08:36:42 -0500] rev 15799
8000797: NPG: is_pseudo_string_at() doesn't work Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags. Reviewed-by: sspitsyn, jrose
Fri, 22 Feb 2013 10:03:02 +0100 7165259: Remove BugSpot
sla [Fri, 22 Feb 2013 10:03:02 +0100] rev 15798
7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
Thu, 21 Feb 2013 07:50:48 -0500 8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
zgu [Thu, 21 Feb 2013 07:50:48 -0500] rev 15797
8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days Summary: Added NULL pointer check for arena size record Reviewed-by: sspitsyn, dholmes
Wed, 20 Feb 2013 19:36:25 -0800 6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly
dcubed [Wed, 20 Feb 2013 19:36:25 -0800] rev 15796
6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly Summary: report_vm_out_of_memory() should allow VMError.report_and_die() to handle multiple out of native memory errors. Reviewed-by: dcubed, dholmes, coleenp, acorn Contributed-by: ron.durbin@oracle.com
Wed, 20 Feb 2013 07:42:01 -0500 Merge
hseigel [Wed, 20 Feb 2013 07:42:01 -0500] rev 15795
Merge
Wed, 20 Feb 2013 07:16:23 -0500 8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp
hseigel [Wed, 20 Feb 2013 07:16:23 -0500] rev 15794
8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp Summary: Delete the questionable source code because it is for no-longer supported versions of Linux. Reviewed-by: mikael, coleenp
Tue, 19 Feb 2013 18:45:49 +0100 8006753: fix failed for JDK-8002415 White box testing API for HotSpot
mgerdin [Tue, 19 Feb 2013 18:45:49 +0100] rev 15793
8006753: fix failed for JDK-8002415 White box testing API for HotSpot Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
Fri, 22 Feb 2013 10:12:00 -0800 8008692: new hotspot build - hs25-b21
amurillo [Fri, 22 Feb 2013 10:12:00 -0800] rev 15792
8008692: new hotspot build - hs25-b21 Reviewed-by: jcoomes
Thu, 28 Feb 2013 10:42:09 -0800 Added tag jdk8-b79 for changeset f2f591a26d5f
katleman [Thu, 28 Feb 2013 10:42:09 -0800] rev 15791
Added tag jdk8-b79 for changeset f2f591a26d5f
Mon, 04 Mar 2013 16:45:07 +0100 8004352: build-infra: Limit JOBS on large machines
erikj [Mon, 04 Mar 2013 16:45:07 +0100] rev 15790
8004352: build-infra: Limit JOBS on large machines Reviewed-by: mduigou
Thu, 28 Feb 2013 20:29:19 -0800 Merge
katleman [Thu, 28 Feb 2013 20:29:19 -0800] rev 15789
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip