- 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
-
- 26 10月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops Reviewed-by: stefank, hseigel, goetz
-
- 23 10月, 2013 2 次提交
-
-
由 hseigel 提交于
Summary: Created simple regression test for the bug Reviewed-by: hseigel, lfoltan, zgu Contributed-by: mikhailo.seledtsov@oracle.com
-
由 hseigel 提交于
Summary: If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object. With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE. Reviewed-by: acorn, dholmes Contributed-by: lois.foltan@oracle.com
-
- 20 10月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: dcubed, kamg
-
- 17 10月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Added check for NULL prior to continuation of method look up to avoid runtime crash during look up of Object's superclass' methods. Reviewed-by: coleenp, hseigel Contributed-by: lois.foltan@oracle.com
-
- 06 10月, 2013 1 次提交
-
-
由 mseledtsov 提交于
Summary: added -XX:-TransmitErrorReport to the test Reviewed-by: stefank, ctornqvi
-
- 05 10月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: Don't turn on transparent huge pages (-XX:+UseTransparentHugePages) unless explicitly specified on the command line. This has the effect that large pages are never turned on Linux unless the user has explicitly enabled any of the large pages flags: -XX:+UseLargePages, -XX:+UseTransparentHugePages, -XX:+UseHugeTLBFS, and -XX:+UseSHM. Reviewed-by: jwilhelm, tschatzl, brutisso
-
- 19 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Make sure CDS is off by default when running server compiler. Reviewed-by: dholmes, coleenp
-
- 18 9月, 2013 2 次提交
-
-
由 mseledtsov 提交于
Summary: Re-wrote in Java, this also eliminated temporary result file; set upper limit on malloc'd memory Reviewed-by: dcubed, dholmes, ccheung
-
由 mseledtsov 提交于
Summary: Rewrote test in Java; updated the test condition to reflect latest changes in the source Reviewed-by: dholmes, ctornqvi
-
- 11 9月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: on some macines gcc not able to link cxx program Reviewed-by: dholmes
-
- 01 9月, 2013 1 次提交
-
-
由 hseigel 提交于
8023381: VM fails to initialize in runtime/CDSCompressedKPtrs/XShareAuto.java runtime/SharedArchiveFile/CdsSameObjectAlignment.java Summary: Improve handling when CDS archive cannot be mapped Reviewed-by: kvn, dholmes, mseledtsov
-
- 30 8月, 2013 1 次提交
-
-
由 dsamersoff 提交于
Summary: don't re-evaluate stack bounds for main thread before install guard page Reviewed-by: coleenp, dholmes, dlong
-
- 27 8月, 2013 1 次提交
-
-
由 ccheung 提交于
Summary: removed offending EXCEPTION_MARK calls and code cleanup Reviewed-by: dholmes, iklam, coleenp, mseledtsov
-
- 26 8月, 2013 1 次提交
-
-
由 shade 提交于
Summary: Add the relevant test and proofread the VM messages as well Reviewed-by: coleenp, mseledtsov, dcubed
-
- 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
-
- 22 8月, 2013 1 次提交
-
-
由 hseigel 提交于
8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX Summary: Rewrite 7051189 test in Java, port Linux fix for 7051189 to Mac OSX. Reviewed-by: coleenp, dholmes, mseledtsov, ccheung
-
- 16 8月, 2013 1 次提交
-
-
由 hseigel 提交于
8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops 8005933: The -Xshare:auto option is ignored for -server Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs. Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
-
- 13 8月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: ActiveMethodOopsCache was used to keep track of old versions of some methods that are cached in Universe but is buggy with permgen removal and not needed anymore Reviewed-by: sspitsyn, dcubed, mseledtsov
-
- 12 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: coleenp, mgerdin, hseigel
-
- 09 8月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable. Reviewed-by: coleenp, dholmes, iklam Contributed-by: yumin.qi@oracle.com
-
- 03 8月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: test/runtime/7196045 times out Reviewed-by: dholmes, mseledtsov
-
- 02 8月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: runtime/8000968/Test8000968.sh has incorrect check for proper config Reviewed-by: coleenp, mseledtsov, sspitsyn, hseigel
-
- 31 7月, 2013 1 次提交
-
-
由 ccheung 提交于
Summary: Added checking for gcc and simplified the sig_handler() in the test case Reviewed-by: dcubed, coleenp, minqi, dlong
-
- 20 7月, 2013 1 次提交
-
-
由 ccheung 提交于
Summary: Added -DLINUX to the gcc command and improved the .sh script Reviewed-by: dcubed, dholmes, minqi
-
- 18 7月, 2013 1 次提交
-
-
由 ccheung 提交于
Summary: Added (sig < MAXSIGNUM) check in jsig.c Reviewed-by: dholmes, acorn
-
- 12 7月, 2013 1 次提交
-
-
由 katleman 提交于
Reviewed-by: darcy, lancea, iris
-
- 05 7月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test Reviewed-by: dsamersoff, zgu, hseigel, coleenp
-
- 02 7月, 2013 2 次提交
-
-
由 jiangli 提交于
Summary: Added -XX:+UsePerfData to Test7196045.java. Reviewed-by: dholmes, collins
-
由 kvn 提交于
Summary: added regression test Reviewed-by: kvn, coleenp Contributed-by: NFilipp Zhinkin <filipp.zhinkin@oracle.com>
-
- 14 6月, 2013 2 次提交
-
-
由 ctornqvi 提交于
Summary: Wrote tests for use of CDS with ObjectAlignmentInBytes CL option Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: NMikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
-
由 ctornqvi 提交于
Summary: Regression tests written for both test cases (.hotspotrc and .hotspot_compiler). Also reviewed by mikhailo.seledtsov@oracle.com Reviewed-by: zgu, coleenp
-
- 01 6月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Using CHECK_NULL when calling multi_allocate() from the corresponding reflection code; added test for this condition Reviewed-by: dholmes, minqi Contributed-by: NMikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
-
- 31 5月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: stefank, rbackman Contributed-by: NJoel Borggren-Franck <joel.franck@oracle.com>
-
- 28 5月, 2013 2 次提交
- 23 5月, 2013 1 次提交
-
-
由 ctornqvi 提交于
Summary: Small classpath fix and move tests into open Reviewed-by: mgerdin, zgu
-
- 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
-
- 20 5月, 2013 1 次提交
-
-
由 shade 提交于
Summary: Move the missing test to appropriate location. Reviewed-by: dholmes, sla
-