- 12 3月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: Add code to unmap stack guard area when thread is detached. Reviewed-by: coleenp, kamg
-
- 17 12月, 2009 1 次提交
-
-
由 phh 提交于
Summary: Source changes for older compilers plus makefile changes. Reviewed-by: xlu
-
- 02 12月, 2009 1 次提交
-
-
由 dholmes 提交于
6822370: ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock (Netra x4450) Summary: This day one bug is caused by missing memory barriers in various Parker::park() paths that can result in lost wakeups and hangs. Reviewed-by: dice, acorn
-
- 14 10月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: never Contributed-by: gbenson@redhat.com
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 13 5月, 2009 1 次提交
-
-
由 iveresov 提交于
Summary: With libnuma >1.2 explicity use 1.1 symbols Reviewed-by: ysr
-
- 09 5月, 2009 1 次提交
-
-
由 iveresov 提交于
Summary: Restored os::free_memory() semantics Reviewed-by: apetrusenko
-
- 02 4月, 2009 1 次提交
-
-
由 phh 提交于
Summary: Support multiplex and mutable sun.boot.library.path Reviewed-by: acorn, dcubed, xlu
-
- 26 3月, 2009 1 次提交
-
-
由 coleenp 提交于
Summary: Add executable parameters to reserve_memory and commit_memory to reduce executable memory to only the Code Heap. Reviewed-by: xlu, kvn, acorn
-
- 13 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Use zero based compressed oops if java heap is below 32gb and unscaled compressed oops if java heap is below 4gb. Reviewed-by: never, twisti, jcoomes, coleenp
-
- 10 3月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
-
- 28 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
-
- 10 2月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: replaced localtime() with localtime_r() on Solaris and Linux. Reviewed-by: apetrusenko, dholmes, jmasa
-
- 25 12月, 2008 1 次提交
-
-
由 xlu 提交于
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2 Reviewed-by: jcoomes, acorn, phh, never
-
- 23 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fixes 64-bits libraries directory search paths. Reviewed-by: never Contributed-by: langel@redhat.com
-
- 16 12月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
-
- 11 12月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Make reguard_stack change access to RW, not execute and use os::protect_memory with the new parameter when change needed to X. Reviewed-by: acorn, jcoomes
-
- 04 12月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: In os::Linux::rebuild_cpu_to_node_map() fix the size of the CPU bitmap. Fixed arithmetic in MutableNUMASpace::adaptive_chunk_size() that could cause overflows and underflows of the chunk_size variable. Reviewed-by: apetrusenko
-
- 08 10月, 2008 1 次提交
-
-
由 ksrini 提交于
Summary: Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test. Reviewed-by: dholmes, xlu
-
- 03 10月, 2008 1 次提交
-
-
由 jmasa 提交于
Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
-
- 29 7月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
-
- 20 7月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: allocate alignment-sized page(s) below java heap so that memory accesses at heap_base+1page give signal and cause an implicit null check Reviewed-by: kvn, jmasa, phh, jcoomes
-
- 14 7月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: Search for libnuma.so.1 on Linux and liblgrp.so.1 on Solaris. Reviewed-by: jmasa
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 25 6月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 18 6月, 2008 1 次提交
-
-
由 xlu 提交于
Summary: Fixed the cast from char* to const char* and tried to use const char* as much as possible Reviewed-by: never, kamg Contributed-by: xiaobin.lu@sun.com
-
- 06 6月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
-
- 29 4月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: NUMA-aware allocator port to Linux Reviewed-by: jmasa, apetrusenko
-
- 18 4月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
-
- 29 3月, 2008 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: apetrusenko
-
- 19 3月, 2008 1 次提交
-
-
由 sbohne 提交于
Summary: Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
-
- 13 3月, 2008 1 次提交
-
-
由 dcubed 提交于
Summary: (for Serguei) Allow for Linux builds with Sun Studio Linux compilers Reviewed-by: sspitsyn, ohair
-
- 06 12月, 2007 1 次提交
-
-
由 phh 提交于
Reviewed-by: jmasa, sbohne, ikrylov, xlu
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-