jbachorik [Fri, 24 Jul 2015 20:45:07 +0200] rev 31989
Merge
ecaspole [Fri, 24 Jul 2015 10:32:00 -0400] rev 31988
8132148: G1 hs_err region dump legend out of sync with region values
Summary: Use E for Eden, S for Survivor, O for Old
Reviewed-by: tschatzl, tbenson
coleenp [Fri, 24 Jul 2015 03:50:48 +0000] rev 31987
Merge
coleenp [Thu, 23 Jul 2015 22:31:10 -0400] rev 31986
Merge
coleenp [Thu, 23 Jul 2015 15:18:56 -0400] rev 31985
8087315: SIGBUS error in nsk/jvmti/RedefineClasses/StressRedefine
Summary: Need to get source_file_name from the_class's constant pool not previous version constant pool
Reviewed-by: dcubed, sspitsyn
dcubed [Fri, 24 Jul 2015 02:57:59 +0200] rev 31984
Merge
dcubed [Thu, 23 Jul 2015 14:48:23 -0700] rev 31983
8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
Reviewed-by: coleenp
coleenp [Thu, 23 Jul 2015 21:33:29 +0200] rev 31982
Merge
coleenp [Thu, 23 Jul 2015 15:17:58 -0400] rev 31981
8082782: vm crash on StressRedefineWithoutBytecodeCorruption fails with assert(((Metadata*)obj)->is_valid()) failed: obj is valid
Summary: Walk compile task for Method* to not deallocate, store methods in methodHandle while compile task is being taken off compile queue
Reviewed-by: dcubed, sspitsyn
dsamersoff [Thu, 23 Jul 2015 16:36:36 +0000] rev 31980
Merge
dsamersoff [Thu, 23 Jul 2015 15:25:28 +0000] rev 31979
Merge
dsamersoff [Thu, 23 Jul 2015 18:17:09 +0300] rev 31978
8059038: Create new launcher for SA tools
Summary: Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
goetz [Thu, 23 Jul 2015 05:48:26 -0700] rev 31977
8130676: [TESTBUG] aix: Port CreateCoreDumpOnCrash added in 8078121
Reviewed-by: simonis, ctornqvi
tschatzl [Thu, 23 Jul 2015 11:14:47 +0200] rev 31976
8004687: G1: Parallelize object self-forwarding and scanning during an evacuation failure
Summary: Use the regular task queue during evacuation failure and allow per-thread preserved header queues to remove the global lock during evacuation failure.
Reviewed-by: mgerdin, jmasa
Contributed-by: Walter Florian Gugenberger <walter.gugenberger@gmail.com>
ehelin [Thu, 23 Jul 2015 11:14:24 +0200] rev 31975
8131319: Move G1Allocator::_summary_bytes_used back to G1CollectedHeap
Summary: G1Allocator::_summary_bytes_used fits better in G1CollectedHeap since we added the archive allocator. Move it back to the original location.
Reviewed-by: mgerdin, tbenson
brutisso [Thu, 23 Jul 2015 08:45:25 +0200] rev 31974
8131600: heapdump/JMapHeap EXCEPTION_ACCESS_VIOLATION
Reviewed-by: mgerdin, kbarrett, tschatzl
dsamersoff [Wed, 22 Jul 2015 18:01:11 +0000] rev 31973
Merge
dsamersoff [Wed, 22 Jul 2015 13:55:15 +0300] rev 31972
8129971: TestStackTrace.java: ArrayIndexOutOfBoundsException thrown by AARCH64ThreadContext.setRegister
Summary: Added missed AARCH64 register
Reviewed-by: jbachorik, ykantser
kevinw [Wed, 22 Jul 2015 18:16:55 +0200] rev 31971
Merge
vkempik [Mon, 20 Jul 2015 18:57:07 +0300] rev 31970
8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
Reviewed-by: coleenp, dcubed
tschatzl [Wed, 22 Jul 2015 16:46:36 +0200] rev 31969
Merge
goetz [Wed, 22 Jul 2015 16:25:20 +0200] rev 31968
8130434: [TESTBUG] Harden TestLargePageUseForAuxMemory for more page size combinations
Reviewed-by: tschatzl
goetz [Wed, 22 Jul 2015 16:25:06 +0200] rev 31967
8131761: Fix merge error adding code that was removed in 8077936
Reviewed-by: tschatzl
hseigel [Wed, 22 Jul 2015 08:00:38 -0400] rev 31966
8129895: New verifier fails to reject erroneous cast from int[] to other arrays of small integer types
Summary: Only allow assignability of arrays of primitive types if the types are identical
Reviewed-by: dholmes, gtriantafill
kbarrett [Wed, 22 Jul 2015 07:47:34 +0200] rev 31965
Merge
kbarrett [Wed, 22 Jul 2015 00:37:01 -0400] rev 31964
8130931: Refactor CardTableModRefBS[ForCTRS]
Summary: Remove friends and push CTRS-specific code down from base to derived
Reviewed-by: tschatzl, mgerdin
coleenp [Wed, 22 Jul 2015 00:03:45 -0400] rev 31963
8026324: hs_err improvement: Add summary section to hs_err file
8026333: hs_err improvement: Print GC Strategy
8026336: hs_err improvement: Print compilation mode, server, client or tiered
Summary: Added command line, summary cpu and os information to summary section. Moved time of crash and duration in summary section. Add GC strategy and compiler setting (tiered) to enhanced version string in error report. Moved the stack trace sooner in hs_err file.
Reviewed-by: dholmes, ctornqvi, ddmitriev
zmajo [Tue, 28 Jul 2015 19:20:42 +0200] rev 31962
8130832: Extend the WhiteBox API to provide information about the availability of compiler intrinsics
Summary: Add a new method, sun.hotspot.WhiteBox.isIntrinsicAvailable, that can be used to determine if an intrinsic is available.
Reviewed-by: kvn, jrose
enevill [Tue, 21 Jul 2015 13:36:28 +0000] rev 31961
8131062: aarch64: add support for GHASH acceleration
Summary: Add support for GHASH using pmull
Reviewed-by: kvn, goetz, aph
Contributed-by: alexander.alexeev@caviumnetworks.com
enevill [Tue, 21 Jul 2015 14:23:08 +0000] rev 31960
8132010: aarch64: regression test fails compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnSupportedCPU.java
Summary: Fix type in SHA flag setting code
Reviewed-by: kvn, goetz, aph, zmajo
Contributed-by: alexander.alexeev@caviumnetworks.com
roland [Mon, 27 Jul 2015 13:44:07 +0200] rev 31959
8130858: CICompilerCount=1 when tiered is off is not allowed any more
Summary: 8122937 broke handling of CICompilerCount
Reviewed-by: kvn, vlivanov, gziemski
roland [Mon, 27 Jul 2015 09:42:23 +0200] rev 31958
Merge