- 19 12月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Implement Diagnostic Commands for heap and finalizerinfo Reviewed-by: mchung
-
- 25 7月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: NMT detail allocation site comparison should compare sites with the same memory type Reviewed-by: shade, coleenp
-
- 08 11月, 2017 1 次提交
-
-
由 zgu 提交于
Summary: Show memory types of malloc site in detail report Reviewed-by: dholmes, shade
-
- 20 6月, 2017 1 次提交
-
-
由 poonam 提交于
Summary: Clear the pending OOM exception in SensorInfo::trigger() Reviewed-by: mchung, dcubed
-
- 08 12月, 2016 1 次提交
-
-
由 dsamersoff 提交于
Summary: Uninitialised memory in set_uintx_flag of attachListener.cpp Reviewed-by: dholmes, sspitsyn
-
- 21 4月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: dsamersoff, sspitsyn, sla
-
- 04 3月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: dsamersoff, dcubed
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 16 4月, 2015 1 次提交
-
-
由 lfoltan 提交于
Summary: Removed the Solaris specific conditionalization for casting to void * within calls to HS_DTRACE_PROBE* to enable successful compilation with gcc Red Hat 4.4.6-4. Reviewed-by: hseigel, stefank
-
- 03 4月, 2015 1 次提交
-
-
由 jbachorik 提交于
Reviewed-by: mchung
-
- 15 11月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
-
- 12 11月, 2014 1 次提交
-
-
由 ctornqvi 提交于
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java Summary: Fixed an issue when overflowing the MallocSite hash table bucket Reviewed-by: coleenp, gtriantafill
-
- 28 10月, 2014 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: dholmes, brutisso
-
- 25 9月, 2014 1 次提交
-
-
由 coleenp 提交于
8058818: Allocation of more then 1G of memory using Unsafe.allocateMemory is still causing a fatal error on 32bit platforms Summary: The assert was firing for NMT_Off and minimal too even though the size isn't used. Reviewed-by: gtriantafill, dholmes
-
- 18 12月, 2015 1 次提交
-
-
由 sgehwolf 提交于
Reviewed-by: jbachorik, dfuchs
-
- 20 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena. Reviewed-by: coleenp, minqi
-
- 19 8月, 2014 2 次提交
-
-
由 zgu 提交于
8055061: assert at share/vm/services/virtualMemoryTracker.cpp:332 Error: ShouldNotReachHere() when running NMT tests Summary: Handled CDS mapping region and added test for the scenario Reviewed-by: coleenp, ctornqvi
-
由 zgu 提交于
Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build. Reviewed-by: coleenp, dholmes
-
- 14 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Dynamic allocate _reserved_regions instead of static object to avoid racing during process exit Reviewed-by: dholmes, coleenp
-
- 04 9月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: mgerdin, bdelsart, jcoomes
-
- 27 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 11 9月, 2014 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: mikael, jmasa, tschatzl
-
- 31 5月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: dcubed, mgronlun
-
- 31 3月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, coleenp
-
- 30 1月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallelGC. Reviewed-by: sla, mgerdin, brutisso
-
- 29 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: dholmes, kvn, stefank, twisti
-
- 09 1月, 2014 1 次提交
-
-
由 bpittore 提交于
8027914: Client JVM silently exit with fail exit code when running in compact(1,2) with options -Dcom.sun.management and -XX:+ManagementServer Summary: Check for sun.management.Agent class and print message and exit VM if not found at startup. Reviewed-by: dholmes, mchung
-
- 11 10月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Disallow increasing native memory tracking level Reviewed-by: hseigel, ctornqvi, gtriantafill
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 24 12月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, dholmes
-
- 01 4月, 2014 1 次提交
-
-
由 minqi 提交于
Summary: GC log rotation can be set via java command line, but customer sometime need to sync with OS level rotation setting. Reviewed-by: sla, minqi, ehelin Contributed-by: suenaga.yasumasa@lab.ntt.co.jp
-
- 18 11月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, sspitsyn, mgronlun
-
- 25 10月, 2013 1 次提交
-
-
由 jbachorik 提交于
Summary: Use HR timer when available for os::elapsed_counter() on linux/bsd. Add a new counter for the JVM uptime. Reviewed-by: dholmes, sla
-
- 20 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
8026930: In ManagementAgent.start it should be possible to set the jdp.name parameter (hotspot part) Summary: Pass one more property from Agent to JdpController Reviewed-by: jbachorik, sla
-
- 12 10月, 2013 1 次提交
-
-
由 hseigel 提交于
8026041: JVM crashes with assert "assert(is_updated()) failed: must not be clear" with -XX:+PrintGCApplicationConcurrentTime in -Xcomp mode Summary: Prior to printing the time interval in RuntimeService::record_safepoint_begin(), check first that VM initialization is complete. Reviewed-by: coleenp, dholmes, sla, ctornqvi Contributed-by: lois.foltan@oracle.com
-
- 11 10月, 2013 1 次提交
-
-
由 sla 提交于
Summary: Switched from using SystemDictionary to using ClassLoaderDataGraph to get the anonymous classes included. Reviewed-by: sla, sspitsyn Contributed-by: fredrik.arvidsson@oracle.com
-
- 07 10月, 2013 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, ehelin
-
- 27 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: dholmes, kvn
-
- 26 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
-