- 28 3月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
-
- 22 3月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Call dlerror() in VM thread as necessary. Reviewed-by: coleenp, dholmes
-
- 08 3月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Corrected virtual memory recording and tagging code when large pages are used Reviewed-by: coleenp, ccheung
-
- 06 3月, 2013 1 次提交
-
-
由 iklam 提交于
7107135: Stack guard pages are no more protected after loading a shared library with executable stack Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op. Reviewed-by: dholmes, zgu Contributed-by: ioi.lam@oracle.com
-
- 27 2月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
-
- 20 2月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Delete the questionable source code because it is for no-longer supported versions of Linux. Reviewed-by: mikael, coleenp
-
- 19 2月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Save errno before processing signal, then restore it. Reviewed-by: acorn, sspitsyn
-
- 26 1月, 2013 1 次提交
-
-
由 morris 提交于
Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
-
- 22 1月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: misc correctness fixes Reviewed-by: acorn, dholmes, dice, sspitsyn Contributed-by: dave.dice@oracle.com
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 20 12月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Phase 2 is removing '_g' support from the Runtime code. Reviewed-by: dcubed, coleenp, hseigel Contributed-by: ron.durbin@oracle.com
-
- 01 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
- 08 11月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: dll_dir can contain multiple paths, need to parse them correctly when loading agents Reviewed-by: dholmes, dlong Contributed-by: bill.pittore@oracle.com
-
- 20 10月, 2012 1 次提交
-
-
由 zgu 提交于
Summary: Enhanced virtual memory tracking to track committed regions as well as reserved regions, so NMT now can generate virtual memory map. Reviewed-by: acorn, coleenp
-
- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 06 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
-
- 04 10月, 2012 1 次提交
-
-
由 neliasso 提交于
Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files. Reviewed-by: kvn Contributed-by: nils.eliasson@oracle.com
-
- 30 8月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: Add inline directives to os::Linux::supports_monotonic_clock() and os::Bsd::supports_monotonic_clock(). Reviewed-by: johnc, azeemj, mikael Contributed-by: NBrandon Mitchell <brandon@twitter.com>
-
- 04 7月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Updated core path location to reflect macosx default Reviewed-by: dholmes, kamg
-
- 29 6月, 2012 1 次提交
-
-
由 zgu 提交于
7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
-
- 22 5月, 2012 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: dholmes, kamg
-
- 10 5月, 2012 1 次提交
-
-
由 nloodin 提交于
Reviewed-by: sla, dholmes
-
- 13 3月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: Don't attempt to uncommit SHM-based large pages Reviewed-by: kvn
-
- 06 3月, 2012 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: sla, never
-
- 01 3月, 2012 1 次提交
-
-
由 dlong 提交于
Summary: map read-only pages MAP_PRIVATE instead of MAP_SHARED Reviewed-by: dcubed, dholmes Contributed-by: dean.long@oracle.com
-
- 27 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Add CriticalPriority == MaxPriority+1 and enable scheduling class as well as thread priority to change on Solaris. Reviewed-by: dholmes, dcubed
-
- 18 1月, 2012 1 次提交
-
-
由 zgu 提交于
Summary: Made decoder thread-safe Reviewed-by: coleenp, kamg
-
- 28 12月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: In os::free_memory() use mmap with the same attributes as for the heap space Reviewed-by: kvn Contributed-by: NAleksey Ignatenko <aleksey.v.ignatenko@intel.com>
-
- 22 12月, 2011 1 次提交
-
-
由 phh 提交于
Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp. Reviewed-by: coleenp, dholmes Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
-
- 20 12月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp. Reviewed-by: dholmes, ysr
-
- 17 11月, 2011 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, dsamersoff Contributed-by: NChris Hegarty <chris.hegarty@oracle.com>
-
- 14 10月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: NChristos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
-
- 26 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti, jrose Contributed-by: NKurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
-
- 22 9月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, minqi
-
- 07 9月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Try using small pages when transparent huge pages allocation fails Reviewed-by: ysr
-
- 30 8月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Move syscall ids definitions into os_linux.cpp Reviewed-by: johnc
-
- 25 8月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Support interleaving on NUMA systems for collectors that don't have NUMA-awareness. Reviewed-by: iveresov, ysr Contributed-by: NTom Deneau <tom.deneau@amd.com>
-
- 06 8月, 2011 2 次提交
-
-
由 iveresov 提交于
Summary: Add a wrapper for sched_getcpu() for systems where libc lacks it Reviewed-by: ysr Contributed-by: NAndrew John Hughes <ahughes@redhat.com>
-
由 iveresov 提交于
Summary: Use mmap() instead of madvise(MADV_DONTNEED) to uncommit pages Reviewed-by: ysr
-