- 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
-
- 22 4月, 2009 1 次提交
-
-
由 coleenp 提交于
Summary: Making VirtualAlloc/VirtualProtect two calls for PAGE_EXECUTE_READWRITE doesn't work for MEM_LARGE_PAGES. Reviewed-by: xlu, kvn, jcoomes
-
- 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
-
- 12 3月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: A similar function to getisax(2) should be used to determine all possible instruction set extensions. Reviewed-by: never, kvn
-
- 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
-
- 20 12月, 2008 1 次提交
-
-
由 xlu 提交于
Summary: Get rid of the CAS loop in getTimeNanos to reduce coherence traffic on Solaris. Reviewed-by: acorn, kvn, ysr
-
- 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
-
- 05 12月, 2008 1 次提交
-
-
由 poonam 提交于
Summary: Fix adds support for verifying arguments with -Xcheck:jni. Reviewed-by: coleenp
-
- 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
-
- 12 11月, 2008 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: xlu
-
- 22 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 15 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus Reviewed-by: rasbold
-
- 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
-
- 07 10月, 2008 1 次提交
-
-
由 xlu 提交于
6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist Reviewed-by: acorn, dholmes
-
- 03 10月, 2008 2 次提交
- 02 8月, 2008 2 次提交
- 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
-
- 18 7月, 2008 1 次提交
-
-
由 iveresov 提交于
6723229: NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group") Summary: The fix takes care of the assertion triggered during TLAB resizing after reconfiguration. Also it now handles a defect in the topology graph, in which a single leaf node doesn't have memory. Reviewed-by: jmasa
-
- 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
-
- 09 5月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: Don't move tops of the chunks in ensure_parsibility(). Handle the situation with Solaris when a machine has a locality group with no memory. Reviewed-by: apetrusenko, jcoomes, 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
-
- 14 4月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
-
- 04 4月, 2008 1 次提交
-
-
由 xlu 提交于
Summary: Corrected the wrong memory access problem and made some minor clean ups Reviewed-by: dholmes, jcoomes
-
- 29 3月, 2008 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: apetrusenko
-