- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 14 4月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified. Reviewed-by: hseigel, ctornqvi, coleenp, kamg
-
- 11 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
-
- 07 2月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: Remove check for warning Reviewed-by: ctornqvi, hseigel, coleenp
-
- 24 1月, 2014 1 次提交
-
-
由 hseigel 提交于
8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. Summary: Check if method is static before throwing exception. Reviewed-by: kamg, coleenp, lfoltan, fparain
-
- 21 1月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Return immediately if _prologue == NULL, instead of asserting Reviewed-by: ccheung, coleenp
-
- 14 2月, 2014 1 次提交
-
-
由 sjiang 提交于
8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed Reviewed-by: sla, jbachorik, sspitsyn
-
- 17 1月, 2014 1 次提交
-
-
由 ccheung 提交于
8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message Summary: clarifying the error messages associated with vm options of type diagnostic, experimental, develop, and notproduct Reviewed-by: kvn, twisti, ctornqvi
-
- 06 2月, 2014 1 次提交
-
-
由 ccheung 提交于
Summary: removing a check in LinkResolver::resolve_method() to conform with a change in JVMS-8 5.4.3.3. Method Resolution Reviewed-by: coleenp, lfoltan
-
- 08 2月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option. Reviewed-by: twisti, hseigel
-
- 18 1月, 2014 1 次提交
-
-
由 coleenp 提交于
8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change Summary: Test didn't get hg added with original bug fix Reviewed-by: jrose, hseigel, lfoltan
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 11 12月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution. Reviewed-by: acorn, coleenp Contributed-by: lois.foltan@oracle.com
-
- 04 12月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: coleenp, lfoltan, hseigel
-
- 27 11月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
-
- 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
-