- 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
-
- 03 2月, 2011 1 次提交
-
-
由 bobv 提交于
Reviewed-by: dholmes, bdelsart
-
- 02 2月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Add option for gcc 4 and above, define JNIEXPORT and JNIIMPORT to visibility=default, add for jio_snprintf and others since -fvisibility=hidden overrides --version-script definitions. Reviewed-by: kamg, never
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 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
-
- 07 1月, 2011 2 次提交
- 04 1月, 2011 1 次提交
-
-
由 trims 提交于
7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: jcoomes
-
- 23 12月, 2010 1 次提交
-
-
由 zgu 提交于
Summary: Trap uncaught C++ exception on Windows and Solaris and generate hs_err report. Reviewed-by: coleenp, bobv, dholmes
-
- 22 12月, 2010 1 次提交
-
-
由 dholmes 提交于
Summary: Remove unnecessary include of stdint.h in java_md.c Reviewed-by: brutisso, kvn
-
- 21 12月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: Fill perfdata file with zeros to verify available disk space Reviewed-by: coleenp, kamg
-
- 17 12月, 2010 2 次提交
- 15 12月, 2010 1 次提交
-
-
由 sla 提交于
Summary: Updates to Visual Studio project creation and development launcher Reviewed-by: stefank, coleenp
-
- 12 12月, 2010 1 次提交
-
-
由 zgu 提交于
Summary: Implemented in-process C native stack frame decoding when symbols are available. Reviewed-by: coleenp, never
-
- 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 2 次提交
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 19 11月, 2010 2 次提交
- 23 10月, 2010 1 次提交
-
-
由 acorn 提交于
Summary: reduce complexity by factoring synchronizer.cpp Reviewed-by: dholmes, never, coleenp
-
- 08 10月, 2010 1 次提交
-
-
由 bobv 提交于
Reviewed-by: vladidan, dholmes
-
- 07 10月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable Reviewed-by: dholmes, kvn
-
- 05 10月, 2010 1 次提交
-
-
由 acorn 提交于
Summary: Absolute time 0 needs to return immediately. Reviewed-by: phh, dcubed, dholmes
-
- 26 8月, 2010 1 次提交
-
-
由 dholmes 提交于
Summary: Disable stack bounds checks in product mode other than for the initial thread Reviewed-by: coleenp, jcoomes, aph
-
- 25 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 03 8月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
-
- 29 7月, 2010 1 次提交
-
-
由 aph 提交于
Reviewed-by: dcubed, dholmes
-
- 16 7月, 2010 1 次提交
-
-
由 alanb 提交于
Reviewed-by: dcubed, dholmes
-
- 09 7月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 08 7月, 2010 1 次提交
-
-
由 mchung 提交于
Summary: Add hotspot support for modules image Reviewed-by: acorn
-
- 22 6月, 2010 1 次提交
-
-
由 zgu 提交于
Summary: Minor source code adjustments for parfait compilation, since it uses different compiler vs. JDK Reviewed-by: never, kamg
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 20 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This moves the oops from Codeblob to nmethod. Reviewed-by: kvn, never
-
- 18 5月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Use req_addr when attaching shared memory segment. Reviewed-by: twisti
-
- 23 4月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
-
- 20 4月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Make tmpdir buffer sizes MAX_PATH+1 Reviewed-by: dholmes, coleenp Contributed-by: andreas.kohn@fredhopper.com
-
- 01 4月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Get java.io.tmpdir property in os::get_temp_directory() and call this instead of harcoding "/tmp". Don't assume trailing file_separator either. Reviewed-by: dholmes, kamg
-
- 19 3月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Add close to returns (fix for 6929067 also contributed by aph) Reviewed-by: aph, dcubed, andrew, acorn Contributed-by: aph@redhat.com, andreas.kohn@fredhopper.com
-