- 22 8月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
-
- 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 2 次提交
- 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
-
- 26 2月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: dcubed, mgronlun
-
- 01 10月, 2014 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: jmasa, stefank
-
- 14 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 11 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 13 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length Reviewed-by: lfoltan, sla, mseledtsov
-
- 05 6月, 2014 1 次提交
-
-
由 ykantser 提交于
Reviewed-by: sla, allwin
-
- 11 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
-
- 22 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 20 3月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Added tests for Min/MaxHeapFreeRatio flags Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
-
- 28 1月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Only c2 compiles counts toward cutoff Reviewed-by: kvn, roland
-
- 11 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: anton.ivanov@oracle.com
-
- 20 5月, 2014 1 次提交
-
-
由 dfazunen 提交于
Reviewed-by: jmasa, ehelin, jwilhelm
-
- 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
-
- 23 10月, 2013 1 次提交
-
-
由 farvidsson 提交于
Summary: Fixes a bug with vmArgs when using JDKToolLauncher Reviewed-by: sla, dholmes
-
- 15 10月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: After a method rename in JDK-8014905 the mentioned test did not compile any more. Fix the uses of the affected method. Reviewed-by: jwilhelm, mgerdin, jmasa
-
- 11 10月, 2013 1 次提交
-
-
由 sla 提交于
Summary: Fixed a compilation failure due to changed method name Reviewed-by: sla, jbachorik Contributed-by: fredrik.arvidsson@oracle.com
-
- 04 10月, 2013 1 次提交
-
-
由 sla 提交于
Summary: Adds support for large(>4G) heap dumps in hprof format. Adds tests and updates testlibrary. Reviewed-by: sla, allwin Contributed-by: fredrik.arvidsson@oracle.com
-
- 28 9月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: twisti
-
- 25 9月, 2013 2 次提交
-
-
由 ctornqvi 提交于
8024492: [TESTBUG] Test library class Platform.java needs to include methods for missing OS's and architectures Summary: Added methods for 32bit, arm, ppc, x64 and x86 Reviewed-by: zgu, hseigel, mseledtsov
-
由 ctornqvi 提交于
Summary: Moved the tests to /testlibrary_tests and updated TEST.groups Reviewed-by: dholmes, sla
-
- 18 9月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: stefank, dholmes, coleenp
-
- 17 9月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Change JDKToolFinder to look in compile.jdk if the executable cannot be found in test.jdk Reviewed-by: dholmes, hseigel
-
- 14 9月, 2013 1 次提交
-
-
由 stefank 提交于
Reviewed-by: jwilhelm, brutisso, tschatzl
-
- 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
-
- 05 9月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: vlivanov, kvn, twisti
-
- 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
-
- 07 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: mgerdin, coleenp, hseigel, jmasa, ctornqvi
-
- 05 8月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Added a x86 64-bit Solaris shared library and rewrote test in Java Reviewed-by: dholmes, ctornqvi
-