duke [Wed, 05 Jul 2017 17:31:26 +0200] rev 7728
Merge
trims [Fri, 07 Jan 2011 22:56:35 -0800] rev 7727
Merge
dcubed [Fri, 07 Jan 2011 15:54:32 -0800] rev 7726
Merge
dcubed [Fri, 07 Jan 2011 13:59:48 -0800] rev 7725
Merge
phh [Fri, 07 Jan 2011 10:42:32 -0500] rev 7724
7003271: Hotspot should track cumulative Java heap bytes allocated on a per-thread basis
Summary: Track allocated bytes in Thread's, update on TLAB retirement and direct allocation in Eden and tenured, add JNI methods for ThreadMXBean.
Reviewed-by: coleenp, kvn, dholmes, ysr
bobv [Fri, 07 Jan 2011 15:57:02 -0500] rev 7723
Merge
bobv [Fri, 07 Jan 2011 12:44:54 -0500] rev 7722
7009268: guarantee(middle - slop > start) failed: need enough space to divide up
Summary: Codebuffer can overflow on test with large number of calls
Reviewed-by: dholmes, collins
alanb [Fri, 07 Jan 2011 03:38:19 -0800] rev 7721
7009975: Large file support broken in hs20-b04
Reviewed-by: phh, acorn, kamg
coleenp [Wed, 05 Jan 2011 21:23:15 -0500] rev 7720
6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling
Summary: Call get_thread_slow() in vm_perform_shutdown actions and add null check.
Reviewed-by: kvn, dholmes, jcoomes
coleenp [Mon, 03 Jan 2011 14:09:11 -0500] rev 7719
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
Summary: enhance the error reporting mechanism to help user to fix the problem rather than making it look like a VM error.
Reviewed-by: kvn, kamg
twisti [Fri, 07 Jan 2011 03:41:07 -0800] rev 7718
Merge
iveresov [Thu, 30 Dec 2010 23:44:45 -0800] rev 7717
7009849: C1: Incorrect frame size computation
Summary: Fix frame size computation
Reviewed-by: phh, kvn
kvn [Thu, 30 Dec 2010 09:36:03 -0800] rev 7716
6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark")
Summary: reset NoHandleMark before going into VM.
Reviewed-by: iveresov
kvn [Wed, 29 Dec 2010 10:41:43 -0800] rev 7715
7008325: CodeCache exhausted on sparc starting from hs20b04
Summary: remove clear_scratch_buffer_blob and let init_scratch_buffer_blob free and allocate a new blob if required.
Reviewed-by: twisti
kvn [Tue, 28 Dec 2010 17:34:02 -0800] rev 7714
7009359: HS with -XX:+AggressiveOpts optimize new StringBuffer(null) so it does not throw NPE as expected
Summary: Bailout StringConcat optimization if null is passed to StringBuffer constructor.
Reviewed-by: iveresov
iveresov [Mon, 27 Dec 2010 21:51:31 -0800] rev 7713
7009231: C1: Incorrect CAS code for longs on SPARC 32bit
Summary: Fix CAS of longs on SPARC 32bit and cmove on SPARC 64bit.
Reviewed-by: kvn
twisti [Wed, 22 Dec 2010 02:02:53 -0800] rev 7712
7007377: JSR 292 MethodHandlesTest.testCastFailure fails on SPARC with -Xcomp +DeoptimizeALot
Reviewed-by: kvn, jrose
iveresov [Tue, 21 Dec 2010 22:57:17 -0800] rev 7711
7008466: Tiered: Enable testing of tiered compilation in JPRT
Summary: Add running specjvm98 and specjbb2005 with tiered compilation enabled with JPRT.
Reviewed-by: kvn
kvn [Tue, 21 Dec 2010 13:56:40 -0800] rev 7710
7003130: assert(iterations<CG_BUILD_ITER_LIMIT) failed: infinite EA connection graph
Summary: bump CG_BUILD_ITER_LIMIT to 20
Reviewed-by: iveresov
twisti [Tue, 21 Dec 2010 04:37:30 -0800] rev 7709
7008165: Garbage in ClassFormatError message
Summary: When bootstrap_method_ref in BootstrapMethods attribute points to a wrong CP entry (non-MethodHandle), JVM throws ClassFormatError with a message, where method index and class file name is garbage.
Reviewed-by: iveresov
twisti [Sat, 18 Dec 2010 08:38:07 -0800] rev 7708
Merge
twisti [Sat, 18 Dec 2010 01:15:01 -0800] rev 7707
6990933: assert(sender_cb) failed: sanity in frame::sender_for_interpreter_frame
Reviewed-by: never
never [Sat, 18 Dec 2010 06:40:56 -0800] rev 7706
Merge
never [Fri, 17 Dec 2010 15:55:32 -0800] rev 7705
6579789: Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM
Reviewed-by: kvn, iveresov
kvn [Thu, 16 Dec 2010 14:15:12 -0800] rev 7704
7006505: Use kstat info to identify SPARC processor
Summary: read Solaris kstat data to get more precise CPU information
Reviewed-by: iveresov, never, twisti, dholmes
never [Thu, 16 Dec 2010 12:47:52 -0800] rev 7703
6839888: Array overrun in vm adlc
Reviewed-by: kvn, iveresov
iveresov [Thu, 16 Dec 2010 01:46:02 -0800] rev 7702
Merge
never [Tue, 14 Dec 2010 23:17:00 -0800] rev 7701
6765546: Wrong sscanf used to parse CompilerOracle command >= 32 characters could lead to crash
Reviewed-by: kvn, iveresov
twisti [Tue, 14 Dec 2010 12:44:30 -0800] rev 7700
7006044: materialize cheap non-oop pointers on 64-bit SPARC
Summary: After 6961690 we load non-oop pointers for the constant table which could easily be materialized in a few instructions.
Reviewed-by: never, kvn
coleenp [Tue, 28 Dec 2010 09:54:09 -0500] rev 7699
Merge
zgu [Mon, 27 Dec 2010 09:56:29 -0500] rev 7698
Merge
zgu [Mon, 27 Dec 2010 09:30:20 -0500] rev 7697
6975480: VS2010 says _STATIC_CPPLIB is deprecated, may need to change this usage
Summary: Disabled the warning message during compiling.
Reviewed-by: coleenp, dholmes
dcubed [Thu, 23 Dec 2010 07:58:35 -0800] rev 7696
6987812: 2/3 SAJDI: "gHotSpotVMTypes was not initialized properly in the remote process"
Summary: Change ExportDirectoryTableImpl to return the 'Export RVA' field without modification. Read 'Base Of Data' field in optional header when PE32 format COFF file is read. Refine search for dbgeng.dll and dbghelp.dll. Other cleanups.
Reviewed-by: swamyv, poonam
coleenp [Wed, 22 Dec 2010 16:52:02 -0500] rev 7695
Merge
coleenp [Wed, 22 Dec 2010 12:24:40 -0500] rev 7694
Merge
zgu [Wed, 22 Dec 2010 11:52:12 -0500] rev 7693
Merge
zgu [Wed, 22 Dec 2010 11:24:21 -0500] rev 7692
6961186: Better VM handling of unexpected exceptions from application native code
Summary: Trap uncaught C++ exception on Windows and Solaris and generate hs_err report.
Reviewed-by: coleenp, bobv, dholmes
dholmes [Tue, 21 Dec 2010 23:39:42 -0500] rev 7691
7008444: Remove unnecessary include of stdint.h in java_md.c
Summary: Remove unnecessary include of stdint.h in java_md.c
Reviewed-by: brutisso, kvn
bobv [Mon, 20 Dec 2010 14:30:24 -0500] rev 7690
7007769: VM crashes with SIGBUS writing PerfData if tmp space is full
Summary: Fill perfdata file with zeros to verify available disk space
Reviewed-by: coleenp, kamg
kevinw [Fri, 17 Dec 2010 12:14:48 +0000] rev 7689
7003487: clhsdbproc stacktrace fails on x64
Reviewed-by: phh
trims [Fri, 07 Jan 2011 22:42:10 -0800] rev 7688
7011125: Bump the HS20 build number to 06
Summary: Update the HS20 build number to 06
Reviewed-by: jcoomes
trims [Fri, 07 Jan 2011 19:09:02 -0800] rev 7687
Added tag hs20-b05 for changeset 5f31baaff55b
cl [Thu, 06 Jan 2011 20:10:19 -0800] rev 7686
Added tag jdk7-b124 for changeset 5f31baaff55b
cl [Thu, 06 Jan 2011 20:10:13 -0800] rev 7685
Added tag jdk7-b124 for changeset a8d5f59bbae6
duke [Wed, 05 Jul 2017 17:31:10 +0200] rev 7684
Added tag jdk7-b124 for changeset aa894c225b1a
duke [Wed, 05 Jul 2017 17:31:10 +0200] rev 7683
Merge
duke [Wed, 05 Jul 2017 17:31:07 +0200] rev 7682
Merge
ohair [Tue, 28 Dec 2010 15:54:52 -0800] rev 7681
6962318: Update copyright year
Reviewed-by: xdono
cl [Wed, 22 Dec 2010 15:57:38 -0800] rev 7680
Added tag jdk7-b123 for changeset 00e80d00deea
duke [Wed, 05 Jul 2017 17:31:03 +0200] rev 7679
Merge
ohair [Tue, 28 Dec 2010 15:53:15 -0800] rev 7678
6962318: Update copyright year
Reviewed-by: xdono
cl [Wed, 22 Dec 2010 15:57:20 -0800] rev 7677
Added tag jdk7-b123 for changeset 06df97f9d413
duke [Wed, 05 Jul 2017 17:30:59 +0200] rev 7676
Merge
ohair [Tue, 28 Dec 2010 15:52:56 -0800] rev 7675
6962318: Update copyright year
Reviewed-by: xdono
cl [Wed, 22 Dec 2010 15:57:19 -0800] rev 7674
Added tag jdk7-b123 for changeset 0fe786c062f0
duke [Wed, 05 Jul 2017 17:30:56 +0200] rev 7673
Merge
ohair [Tue, 28 Dec 2010 15:52:36 -0800] rev 7672
6962318: Update copyright year
Reviewed-by: xdono
cl [Wed, 22 Dec 2010 15:57:09 -0800] rev 7671
Added tag jdk7-b123 for changeset c7ae8ae2340b
duke [Wed, 05 Jul 2017 17:30:53 +0200] rev 7670
Merge
ohair [Tue, 28 Dec 2010 16:12:31 -0800] rev 7669
6991482: Add global jdk makefile options to silence some VS2010 warnings
Reviewed-by: prr
ohair [Tue, 28 Dec 2010 15:53:50 -0800] rev 7668
6962318: Update copyright year
Reviewed-by: xdono
ohair [Fri, 24 Dec 2010 11:17:10 -0800] rev 7667
Merge
ohair [Thu, 23 Dec 2010 18:50:21 -0800] rev 7666
7008723: Remove binary plugs creation and use from openjdk
Reviewed-by: mchung, andrew, aph, dholmes
ohair [Tue, 21 Dec 2010 18:21:26 -0800] rev 7665
6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location
Reviewed-by: ksrini