- 13 6月, 2014 1 次提交
-
-
由 dsamersoff 提交于
Summary: Better parsing of /proc/pid/maps in sa Reviewed-by: sspitsyn, sla
-
- 29 5月, 2019 1 次提交
-
-
由 adinn 提交于
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
-
- 19 6月, 2019 1 次提交
-
-
由 ysuenaga 提交于
Reviewed-by: sspitsyn, cjplummer
-
- 09 12月, 2015 1 次提交
-
-
由 ysuenaga 提交于
Reviewed-by: jbachorik
-
- 16 1月, 2018 2 次提交
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 07 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Summary: Ignore error of intialization of C2 only variables Reviewed-by: sla, dholmes
-
- 23 8月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: sla, dholmes
-
- 15 2月, 2017 1 次提交
-
-
由 ysuenaga 提交于
Reviewed-by: aph, dsamersoff
-
- 24 7月, 2018 1 次提交
-
-
由 sgehwolf 提交于
Summary: Be sure to use the same register index in native and Java code. Reviewed-by: sballal, cjplummer, tbell
-
- 02 10月, 2018 1 次提交
-
-
由 fmatte 提交于
Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12. Reviewed-by: sspitsyn
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 08 2月, 2016 2 次提交
- 10 12月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Improve the thread and threads commands in CLHSDB Reviewed-by: dsamersoff
-
- 19 12月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Added include of asm/ptrace.h to libproc.h Reviewed-by: dcubed, mikael
-
- 10 12月, 2015 1 次提交
-
-
由 sla 提交于
Reviewed-by: jbachorik, stuefe
-
- 10 4月, 2015 1 次提交
-
-
由 dsamersoff 提交于
8044416: serviceability/sa/jmap-hashcode/Test8028623.java fails with AssertionFailure: can not get class data for java/lang/UNIXProcess$Platform$$Lambda Summary: Lambda object is not counted when SA builds class data cache but is reached inside live region. Reviewed-by: sla, jbachorik
-
- 03 4月, 2015 1 次提交
-
-
由 dsamersoff 提交于
Summary: fixed java programming style nit Reviewed-by: dholmes, jbachorik, sspitsyn
-
- 05 3月, 2015 1 次提交
-
-
由 dsamersoff 提交于
Summary: Cast arguments on printing Reviewed-by: dholmes, sspitsyn, jbachorik
-
- 04 3月, 2015 2 次提交
-
-
由 dsamersoff 提交于
Summary: move free call few lines down Reviewed-by: dholmes, sspitsyn
-
由 kevinw 提交于
Reviewed-by: dsamersoff, sla
-
- 18 2月, 2015 1 次提交
-
-
由 poonam 提交于
8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 07 4月, 2015 1 次提交
-
-
由 dsamersoff 提交于
Summary: Fixed java programmint style nit Reviewed-by: jbachorik, sspitsyn
-
- 05 9月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context. Reviewed-by: mgerdin, brutisso
-
- 02 2月, 2016 1 次提交
-
-
由 shade 提交于
Reviewed-by: coleenp, dholmes, sla
-
- 19 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Let HeapRegionSeq manage the heap region and auxiliary data to decrease the amount of responsibilities of G1CollectedHeap, and encapsulate this work from other code. Reviewed-by: jwilhelm, jmasa, mgerdin, brutisso
-
- 26 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Reviewed-by: jwilhelm, jmasa
-
- 14 6月, 2014 2 次提交
- 26 6月, 2014 1 次提交
-
-
由 mgerdin 提交于
Summary: Change parent of G1OffsetTableContigSpace to CompactibleSpace, reimplement missing functionality Reviewed-by: stefank, jmasa, tschatzl
-
- 29 5月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register. Reviewed-by: kvn, roland, dlong, enevill, shade
-
- 30 4月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: twisti, kvn
-
- 14 3月, 2014 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, pliden
-
- 12 9月, 2014 1 次提交
-
-
由 dsamersoff 提交于
Summary: implement constant pool lookup for invokedynamic Reviewed-by: sla, sspitsyn
-
- 17 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: SA used the wrong type for the indexedFreeList in CompactibleFreeListSpace. Reviewed-by: coleenp, dsamersoff
-
- 03 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: use PTRACE_GETREGSET if other options are not available Reviewed-by: sla, dholmes
-
- 13 2月, 2014 1 次提交
-
-
由 dsamersoff 提交于
Summary: Better handle SA_ALTROOT Reviewed-by: sla, sspitsyn
-