- 25 3月, 2016 1 次提交
-
-
由 iklam 提交于
Reviewed-by: acorn, hseigel, mschoene
-
- 02 12月, 2015 1 次提交
-
-
由 kevinw 提交于
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 19 5月, 2015 1 次提交
-
-
由 azakharov 提交于
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before Summary: added WhiteBox methods to count regions and exact aux data sizes Reviewed-by: jwilhelm, brutisso
-
- 01 5月, 2015 1 次提交
-
-
由 bmoloden 提交于
Reviewed-by: kvn, iignatyev
-
- 07 4月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
-
- 27 11月, 2014 1 次提交
-
-
由 minqi 提交于
Summary: Unsafe is not recommended and may deprecated in future. Added a WhiteBox API to get VM page size. Reviewed-by: dholmes, ccheung, mseledtsov Contributed-by: yumin.qi@oracle.com
-
- 08 11月, 2014 1 次提交
-
-
由 minqi 提交于
Reviewed-by: coleenp, iklam, mseledtsov Contributed-by: yumin.qi@oracle.com
-
- 06 11月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Reviewed-by: ctornqvi, coleenp
-
- 18 11月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Added API to track bootclasspath modification Reviewed-by: jiangli, dholmes, minqi
-
- 14 10月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Implemented the interface in sun.misc.URLClassPath and corresponding JVM_XXX APIs Reviewed-by: mchung, acorn, jiangli, dholmes
-
- 21 8月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Extend the WhiteBox API to provide information about the size and age of objects. Further add a mechanism to trigger a young GC. Reviewed-by: tschatzl, sjohanss Contributed-by: NLeonid Mesnik <leonid.mesnik@oracle.com>
-
- 13 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Reserved WhiteBox.java pushed by JDK-8044140 Reviewed-by: ccheung, hseigel
-
- 27 8月, 2014 2 次提交
-
-
由 zgu 提交于
Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: NGeorge Triantafillou <george.triantafillou@oracle.com>
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
- 30 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: vlivanov, sla
-
- 07 7月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
-
- 27 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: morris, kvn
-
- 08 9月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: Refactored parts of whitebox.cpp to enable registration of whitebox methods defined outside this file. Reviewed-by: mikael, ctornqvi, jmasa
-
- 01 10月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank
-
- 22 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 11 10月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Disallow increasing native memory tracking level Reviewed-by: hseigel, ctornqvi, gtriantafill
-
- 08 11月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Three tests added: 1) test stressing VirtualSpace by resizing it constantly 2) test running unit tests in several threads 3) test checking protected area in ReservedHeapSpace class Reviewed-by: stefank, zgu Contributed-by: aleksey.timofeev@oracle.com
-
- 11 9月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Use conservative assumptions of required alignment for the various garbage collector components into account when determining the maximum heap size that supports compressed oops. Using this conservative value avoids several circular dependencies in the calculation. Reviewed-by: stefank, dholmes
-
- 24 8月, 2013 1 次提交
-
-
由 cjplummer 提交于
Summary: Make tests query a new WhiteBox API to see if NMT detail is supported, and behave properly if it is not supported. Reviewed-by: dholmes, coleenp
-
- 15 8月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn
-
- 22 5月, 2013 1 次提交
-
-
由 mikael 提交于
8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size' Summary: Fix regression test to work on all platforms Reviewed-by: ctornqvi, dholmes
-
- 06 5月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
-
- 30 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE. Reviewed-by: dholmes, ctornqvi
-
- 13 4月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: iris, mduigou, jjg
-
- 17 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 10 4月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 02 4月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test Reviewed-by: mgerdin, zgu Contributed-by: leonid.mesnik@oracle.com
-
- 04 4月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Tests added for Reserve/Commit/Uncommit/Unreserve operations Reviewed-by: zgu, mgerdin
-
- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-