jwilhelm [Wed, 03 Oct 2012 20:31:41 +0200] rev 13925
8000351: Tenuring threshold should be unsigned
Summary: Change the flags and variables related to tenuring threshold to be unsigned
Reviewed-by: jmasa, johnc
jmasa [Wed, 03 Oct 2012 08:08:52 -0700] rev 13924
7199349: NPG: PS: Crash seen in jprt
Reviewed-by: johnc
stefank [Mon, 01 Oct 2012 13:29:11 +0200] rev 13923
8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
Reviewed-by: brutisso, neliasso
stefank [Mon, 01 Oct 2012 13:29:11 +0200] rev 13922
8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream
Reviewed-by: brutisso, sla, jmasa, coleenp
stefank [Fri, 28 Sep 2012 15:34:32 +0200] rev 13921
8000230: Change os::print_location to be more descriptive when a location is pointing into an object
Reviewed-by: mgerdin, twisti
stefank [Mon, 01 Oct 2012 11:07:31 +0200] rev 13920
Merge
johnc [Thu, 27 Sep 2012 15:44:01 -0700] rev 13919
7200261: G1: Liveness counting inconsistencies during marking verification
Summary: The clipping code in the routine that sets the bits for a range of cards, in the liveness accounting verification code was incorrect. It set all the bits in the card bitmap from the given starting index which would lead to spurious marking verification failures.
Reviewed-by: brutisso, jwilhelm, jmasa
amurillo [Fri, 28 Sep 2012 14:36:20 -0700] rev 13918
8000251: new hotspot build - hs25-b04
Reviewed-by: jcoomes
katleman [Thu, 04 Oct 2012 14:34:51 -0700] rev 13917
Added tag jdk8-b59 for changeset 22fa34424aa9
katleman [Wed, 10 Oct 2012 14:47:07 -0700] rev 13916
Merge
dholmes [Tue, 09 Oct 2012 02:08:54 -0400] rev 13915
8000461: Top level build doesn't pass OPENJDK=true through to the hotspot build
Summary: Add OPENJDK to the COMMON_BUILD_ARGUMENTS
Reviewed-by: tbell
katleman [Thu, 04 Oct 2012 14:34:31 -0700] rev 13914
Added tag jdk8-b59 for changeset ba9e9ff8d8ef
duke [Wed, 05 Jul 2017 18:24:38 +0200] rev 13913
Added tag jdk8-b59 for changeset 3bd874584fc0
duke [Wed, 05 Jul 2017 18:24:37 +0200] rev 13912
Merge
duke [Wed, 05 Jul 2017 18:24:33 +0200] rev 13911
Merge
katleman [Thu, 27 Sep 2012 11:26:04 -0700] rev 13910
Added tag jdk8-b58 for changeset a54f29461808
duke [Wed, 05 Jul 2017 18:24:29 +0200] rev 13909
Merge
katleman [Thu, 27 Sep 2012 11:25:01 -0700] rev 13908
Added tag jdk8-b58 for changeset e033f1ff319a
duke [Wed, 05 Jul 2017 18:24:25 +0200] rev 13907
Merge
katleman [Thu, 27 Sep 2012 11:24:55 -0700] rev 13906
Added tag jdk8-b58 for changeset 63e6a7c76188
duke [Wed, 05 Jul 2017 18:24:21 +0200] rev 13905
Merge
katleman [Thu, 27 Sep 2012 11:24:19 -0700] rev 13904
Added tag jdk8-b58 for changeset 84521b7fdb66
duke [Wed, 05 Jul 2017 18:24:16 +0200] rev 13903
Merge
katleman [Thu, 27 Sep 2012 11:25:26 -0700] rev 13902
Added tag jdk8-b58 for changeset 17beb247c83a
duke [Wed, 05 Jul 2017 18:24:12 +0200] rev 13901
Merge
katleman [Wed, 03 Oct 2012 15:31:59 -0700] rev 13900
Merge
katleman [Thu, 27 Sep 2012 11:24:35 -0700] rev 13899
Added tag jdk8-b58 for changeset f75a1b3efb69
amurillo [Fri, 28 Sep 2012 13:39:41 -0700] rev 13898
Added tag hs25-b03 for changeset 4d2ca6fb1285
kvn [Fri, 28 Sep 2012 10:16:29 -0700] rev 13897
Merge
kvn [Thu, 27 Sep 2012 15:49:48 -0700] rev 13896
7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp()
Summary: use long branches in test_invocation_counter_for_mdp()
Reviewed-by: twisti
kvn [Thu, 27 Sep 2012 09:38:42 -0700] rev 13895
7193318: C2: remove number of inputs requirement from Node's new operator
Summary: Deleted placement new operator of Node - node(size_t, Compile *, int).
Reviewed-by: kvn, twisti
Contributed-by: bharadwaj.yadavalli@oracle.com
kvn [Tue, 25 Sep 2012 15:48:17 -0700] rev 13894
7200264: 7192963 changes disabled shift vectors
Summary: Replaced is_vector_use() call with explicit check for vector shift's count.
Reviewed-by: twisti, roland, dlong, vlivanov