- 16 9月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: jmasa, ysr, kvn
-
- 12 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 28 6月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates. Reviewed-by: never, coleenp, ysr
-
- 14 6月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Some optimizations to improve the concurrent marking phase: specialize the main oop closure, make sure a few methods in the fast path are properly inlined, a few more bits and pieces, and some cosmetic fixes. Reviewed-by: stefank, johnc
-
- 11 6月, 2011 1 次提交
-
-
由 minqi 提交于
Summary: supply optinal flags to realize gc log rotation Reviewed-by: ysr, jwilhelm
-
- 03 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 27 4月, 2011 2 次提交
-
-
由 zgu 提交于
Summary: Created new "new" operator for CHeapObj that allows malloc to fail without causing fatal error. Also replaced "HeapAllocate" with "os::malloc" in decoder code to allow decoder to handle low memory scenario. Reviewed-by: coleenp, dholmes
-
由 coleenp 提交于
Summary: Handle stack overflow before the first frame is called, by printing out the called method and not walking the stack. Reviewed-by: dholmes, phh, dsamersoff
-
- 26 5月, 2011 1 次提交
-
-
由 katleman 提交于
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims
-
- 08 4月, 2011 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
- 06 4月, 2011 1 次提交
-
-
由 trims 提交于
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: ohair
-
- 04 4月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 01 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Initialize the time stamp on ostream used for hs_err dumping. Reviewed-by: never
-
- 26 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: coleenp, jrose
-
- 18 3月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Use _max_num_q = max(discovery_degree, processing_degree), and let balance_queues() redistribute from discovery_degree to processing_degree of queues. This should also allow a more dynamic and flexible parallelism policy in the future. Reviewed-by: jmasa, johnc
-
- 05 3月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Some G1 code cleanup. Reviewed-by: johnc, jcoomes, jwilhelm
-
- 02 3月, 2011 1 次提交
-
-
由 kamg 提交于
Summary: Added overflow detection in arena Amalloc methods Reviewed-by: coleenp, phh
-
- 28 2月, 2011 2 次提交
- 23 2月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 17 2月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: fix hashtable.hpp to qualify non-dependant name with "this" Reviewed-by: phh, never, poonam Contributed-by: volker.simonis@gmail.com
-
- 12 2月, 2011 2 次提交
- 09 2月, 2011 2 次提交
-
-
由 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
-
由 kamg 提交于
Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
-
- 04 2月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Use os::malloc() to allocate buffer to read elf symbols and check for null Reviewed-by: zgu, phh, dsamersoff, dholmes, dcubed
-
- 03 2月, 2011 2 次提交
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 20 1月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: This changeset removes the zero-filling thread from G1 and collapses the two free region lists we had before (the "free" and "unclean" lists) into one. The new free list uses the new heap region sets / lists abstractions that we'll ultimately use it to keep track of all regions in the heap. A heap region set was also introduced for the humongous regions. Finally, this change increases the concurrency between the thread that completes freeing regions (after a cleanup pause) and the rest of the system (before we'd have to wait for said thread to complete before allocating a new region). The changest also includes a lot of refactoring and code simplification. Reviewed-by: jcoomes, johnc
-
- 13 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Change get_temp_directory() back to /tmp and %TEMP% like it always was and where the tools expect it to be. Reviewed-by: phh, dcubed, kamg, alanb
-
- 04 1月, 2011 1 次提交
-
-
由 coleenp 提交于
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
-
- 12 12月, 2010 1 次提交
-
-
由 zgu 提交于
Summary: Implemented in-process C native stack frame decoding when symbols are available. Reviewed-by: coleenp, never
-
- 04 12月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
- 03 12月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: oops should be loaded from the constant table of an nmethod instead of materializing them with a long code sequence. Reviewed-by: never, kvn
-
- 02 12月, 2010 1 次提交
-
-
由 ikrylov 提交于
Summary: move functions from hpi library to hotspot, communicate with licensees and open source community, check jdk for dependency, file CCC request Reviewed-by: coleenp, acorn, dsamersoff
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 31 10月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
-
- 22 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose, dholmes, coleenp
-