twisti [Mon, 17 Dec 2012 11:00:22 -0800] rev 14827
8004548: remove unused AbstractAssembler::print(Label&)
Reviewed-by: kvn, twisti
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
twisti [Fri, 14 Dec 2012 12:11:17 -0800] rev 14826
Merge
twisti [Fri, 14 Dec 2012 12:06:42 -0800] rev 14825
8003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSiteTest.java
Reviewed-by: jrose, kvn
stefank [Wed, 12 Dec 2012 22:41:13 +0100] rev 14824
8005002: Crash because of a raw oop in ClassLoaderData::add_dependency
Summary: Move the handelization of 'last' to a point before the GC might enter.
Reviewed-by: dholmes, sspitsyn, coleenp
kvn [Thu, 13 Dec 2012 17:27:55 -0800] rev 14823
8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000
Summary: use unsigned comparison when checking for stack overflow
Reviewed-by: kvn, twisti
Contributed-by: paul.nauman@oracle.com
bharadwaj [Fri, 07 Dec 2012 18:13:23 -0800] rev 14822
8004668: Build failure for Zero target
Summary: fixed build failure for Zero target
Reviewed-by: twisti, kvn
minqi [Wed, 19 Dec 2012 16:10:19 -0800] rev 14821
Merge
zgu [Mon, 17 Dec 2012 10:40:52 -0800] rev 14820
Merge
zgu [Mon, 17 Dec 2012 13:14:02 -0500] rev 14819
8004802: jcmd VM.native_memory baseline=false crashes VM
Summary: NMT has to check option's value also to determine which command to execute
Reviewed-by: acorn, coleenp, hseigel
coleenp [Fri, 14 Dec 2012 16:43:37 -0800] rev 14818
Merge
rkennke [Wed, 12 Dec 2012 21:40:04 -0500] rev 14817
8004898: library_call.cpp build error after 7172640 with GCC 4.7.2
Summary: fix opto/library_call.cpp compilation errors
Reviewed-by: twisti, coleenp
coleenp [Wed, 12 Dec 2012 11:39:29 -0500] rev 14816
8004883: NPG: clean up anonymous class fix
Summary: Add klass_holder() to return either mirror or class_loader depending on if the class is anonymous or not.
Reviewed-by: stefank, jrose
dcubed [Fri, 14 Dec 2012 10:06:52 -0800] rev 14815
7153050: remove crufty '_g' support from HotSpot repo makefiles
Summary: Phase 1 is removing '_g' support from the Makefiles.
Reviewed-by: dcubed, sspitsyn, coleenp, tbell
Contributed-by: ron.durbin@oracle.com
amurillo [Fri, 14 Dec 2012 14:27:40 -0800] rev 14814
8005036: new hotspot build - hs25-b14
Reviewed-by: jcoomes