- 02 3月, 2011 4 次提交
-
-
由 kamg 提交于
Summary: Added overflow detection in arena Amalloc methods Reviewed-by: coleenp, phh
-
由 sla 提交于
Summary: #define _WIN32_WINNT 0x500 Reviewed-by: ohrstrom, hosterda, coleenp
-
由 iveresov 提交于
Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases. Reviewed-by: jrose, kvn, never
-
由 never 提交于
6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized" Reviewed-by: kvn, iveresov
-
- 01 3月, 2011 3 次提交
-
-
由 never 提交于
Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
-
由 kamg 提交于
Summary: Add special rule to allow assignment of frames with uninit flags set. Reviewed-by: never, coleenp
-
由 johnc 提交于
Summary: Make the G1 specific version of is_in_closed_subset() available in all builds. Reviewed-by: tonyp, jcoomes
-
- 28 2月, 2011 2 次提交
- 27 2月, 2011 2 次提交
-
-
由 kvn 提交于
Summary: copy small (<8) strings on stack if str+16 crosses a page boundary and load from stack into XMM. Back up pointer when loading string's tail. Reviewed-by: never
-
由 kamg 提交于
Summary: Dynamic-code generated events should be deferred and processed by service thread Reviewed-by: dsamersoff, dcubed
-
- 25 2月, 2011 3 次提交
- 24 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 23 2月, 2011 2 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
由 iveresov 提交于
Summary: Rearranged the pre-barrier placement in arraycopy stubs so that they are properly called in case of chained calls. Also refactored the code a little bit so that it looks uniform across the platforms and is more readable. Reviewed-by: never, kvn
-
- 21 2月, 2011 1 次提交
-
-
由 stefank 提交于
Summary: Allocate ordinary object arrays Reviewed-by: ysr, never, mchung
-
- 19 2月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg
-
- 17 2月, 2011 3 次提交
-
-
由 kamg 提交于
Summary: see synopsis Reviewed-by: acorn, coleenp
-
由 coleenp 提交于
Summary: fix hashtable.hpp to qualify non-dependant name with "this" Reviewed-by: phh, never, poonam Contributed-by: volker.simonis@gmail.com
-
由 coleenp 提交于
Summary: Turn off biased locking if !UseFastLocking or UseHeavyMonitors options are requested. Reviewed-by: phh, never, dcubed, dholmes
-
- 16 2月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Make sure the backing store file is flushed in create_sharedmem_resources() and get_user_name_slow() no longer checks the size of the backing store file. Reviewed-by: briand, swamyv, acorn, poonam
-
- 12 2月, 2011 2 次提交
- 11 2月, 2011 2 次提交
-
-
由 stefank 提交于
Summary: Don't allocate in permgen Reviewed-by: ysr, sla
-
由 ysr 提交于
7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes Summary: 6912621 used a raw oop in the newly added assert following an allocation attempt that could result in a GC. Reviewed-by: jmasa
-
- 10 2月, 2011 3 次提交
-
-
由 sla 提交于
Summary: Updated create.bat and ProjectCreator Reviewed-by: brutisso, stefank, ohair
-
由 ctornqvi 提交于
Summary: Looking at API_VERSION_NUMBER define to see what version of dbghelp.h/imagehlp.h is included to determine what MINIDUMP_TYPEs are defined in the header file Reviewed-by: acorn, brutisso, sla
-
由 never 提交于
Reviewed-by: kvn
-
- 16 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 15 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: acorn, kvn, dsamersoff
-
- 14 2月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 12 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov, coleenp
-
- 11 2月, 2011 3 次提交
- 10 2月, 2011 2 次提交
-
-
由 iveresov 提交于
Summary: Tiered needs to support proper method reprofiling after deopts. Reviewed-by: kvn
-
由 johnc 提交于
Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt. Reviewed-by: jcoomes, brutisso, tonyp
-
- 09 2月, 2011 1 次提交
-
-
由 ctornqvi 提交于
Summary: Added Minidump support on Windows, enabled large page core dumps when coredump_filter is present and writing out path/rlimit for core dumps. Reviewed-by: poonam, dsamersoff, sla, coleenp
-