- 06 5月, 2013 1 次提交
-
-
由 zgu 提交于
8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it Reviewed-by: acorn, coleenp
-
- 01 5月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Do not treat static methods as miranda methods. Reviewed-by: dholmes, acorn
-
- 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
-
- 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
-
- 28 3月, 2013 1 次提交
-
-
由 collins 提交于
Summary: Added a new test_env.txt file to capture common shell variable. Added concept of COMPILEJAVA for use when TESTJAVA is a JRE. If COMPILEJAVA not set then TESTJAVA will be the default with assumption it is a JDK. Reviewed-by: kvn, brutisso, coleenp
-
- 27 3月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Update test to recognize that non-zero pad bytes for lookupswitch/tablewsitch opcodes are now valid. Reviewed-by: dcubed, twisti, kvn, coleenp, dholmes
-
- 26 3月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Remove support for verification of class files with version 52 and above from type inference verifier. Reviewed-by: acorn, hseigel
-
- 24 3月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Added @run tag so that it actually runs the test, also fixed broken command line and incorrect parsing. Also reviewed by gerard.ziemski@oracle.com Reviewed-by: mgerdin, zgu
-
- 22 3月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Call dlerror() in VM thread as necessary. Reviewed-by: coleenp, dholmes
-
- 21 3月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Changed tests to use platform independent flags Reviewed-by: collins, hseigel, zgu
-
- 20 3月, 2013 2 次提交
-
-
由 ctornqvi 提交于
Summary: Added a waitFor() on the process Reviewed-by: mgerdin, sla, zgu
-
由 rdurbin 提交于
7123945: runtime/6878713/Test6878713.sh require about 2G of native memory, swaps and times out Summary: Add new diagnostic option -XX:MallocMaxTestWords=NNN and fix Test6878713.sh. Reviewed-by: dcubed, coleenp, dholmes, iklam
-
- 12 3月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Disable @Contended support for static fields Reviewed-by: coleenp, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 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
-
- 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
-
- 15 2月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dholmes, acorn Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 08 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Four tests written for 8006298 Reviewed-by: mgerdin, coleenp
-
- 05 2月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: Fix off-by-one error Reviewed-by: coleenp, hseigel
-
- 04 2月, 2013 1 次提交
-
-
由 hseigel 提交于
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops Summary: Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment. Reviewed-by: kvn, roland
-
- 03 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Removed unnecessary shell script in the test. Reviewed-by: coleenp, sla
-
- 02 2月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Add tests for the Native Memory Tracking feature, includes regression tests for 8005936 and 8004802 Reviewed-by: zgu, coleenp
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 30 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: kvn, jrose
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Summary: Pass down a closure during root scanning to keep the class of the method alive. Reviewed-by: coleenp, jcoomes
-
- 05 10月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, twisti
-
- 01 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, dsamersoff
-
- 27 9月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: coleenp
-
- 19 9月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sspitsyn, dholmes
-
- 17 9月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, sla, fparain Contributed-by: NDmytro Sheyko <dmytro_sheyko@hotmail.com>
-
- 30 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
-
- 15 10月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kamg, kvn
-
- 07 8月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
-
- 02 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
-
- 24 7月, 2012 1 次提交
-
-
由 asaha 提交于
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
-
- 18 7月, 2012 1 次提交
-
-
由 asaha 提交于
Reviewed-by: kamg
-
- 16 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: kamg, coleenp, ctornqvi
-
- 09 7月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: sspitsyn, dholmes, coleenp, kamg
-
- 15 6月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: forgot to hg add it Reviewed-by: pbk, kamg, dlong, kvn, fparain
-