vlivanov [Mon, 14 Jul 2014 03:24:35 -0700] rev 25640
8049528: Method marked w/ @ForceInline isn't inlined with "executed < MinInliningThreshold times" message
Reviewed-by: roland, jrose
mduigou [Mon, 14 Jul 2014 18:24:08 +0000] rev 25639
8046765: makefiles should use parameterized $(CP) and $(MV) rather than explicit commands
Reviewed-by: kvn, dholmes
drchase [Fri, 11 Jul 2014 23:54:16 +0000] rev 25638
Merge
drchase [Fri, 11 Jul 2014 19:51:36 -0400] rev 25637
8036588: VerifyFieldClosure fails instanceKlass:3133
Summary: Changed deopt live-pointer test to use returns-object instead of live-and-returns-object
Reviewed-by: iveresov, kvn, jrose
kvn [Fri, 11 Jul 2014 14:32:02 -0700] rev 25636
Merge
roland [Thu, 10 Jul 2014 15:12:48 +0200] rev 25635
8040237: nsk/jvmti/RetransformClasses/retransform001 crashed the VM on all platforms when run with with -server -Xcomp
Summary: class redefinition may cause speculative trap clean up code to dereference dead method
Reviewed-by: kvn, coleenp
sspitsyn [Wed, 16 Jul 2014 15:59:46 -0700] rev 25634
Merge
dcubed [Tue, 15 Jul 2014 07:33:49 -0700] rev 25633
8049717: expose L1_data_cache_line_size for diagnostic/sanity checks
Summary: Add support for VM_Version::L1_data_cache_line_size().
Reviewed-by: dsimms, kvn, dholmes
dholmes [Mon, 14 Jul 2014 21:48:47 +0000] rev 25632
Merge
simonis [Mon, 14 Jul 2014 11:41:20 +0200] rev 25631
8049715: PPC64: First steps to enable SA on Linux/PPC64
Reviewed-by: dholmes, kvn
dsimms [Mon, 14 Jul 2014 10:52:52 +0200] rev 25630
8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
Summary: Increase the previous limit from 4k to 64k, added "-XX:MaxJNILocalCapacity=<capacity>" flag
Reviewed-by: hseigel, fparain
dsimms [Mon, 14 Jul 2014 10:50:20 +0200] rev 25629
8046668: Excessive checked JNI warnings from Java startup
Summary: Removed pedantic checked exception warnings for AIOOBException, add to current handle capacity
Reviewed-by: hseigel, lfoltan
mikael [Fri, 11 Jul 2014 13:49:15 -0700] rev 25628
8049071: Add jtreg jobs to JPRT for hotspot
Reviewed-by: dholmes, iveresov
sspitsyn [Sat, 12 Jul 2014 01:26:13 -0700] rev 25627
Merge
sspitsyn [Thu, 10 Jul 2014 17:46:35 -0700] rev 25626
8013942: JSR 292: assert(type() == T_OBJECT) failed: type check
Summary: A dead scope of the local needs to be identified
Reviewed-by: coleenp, vlivanov, mgronlun
Contributed-by: serguei.spitsyn@oracle.com