- 15 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform. Reviewed-by: kvn, roland Contributed-by: shrinivas.joshi@oracle.com
-
- 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
-
- 07 2月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: Remove check for warning Reviewed-by: ctornqvi, hseigel, coleenp
-
- 31 1月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Add test case for the VerifySilently flag. Reviewed-by: brutisso
-
- 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
-
- 20 1月, 2014 1 次提交
-
-
由 tschatzl 提交于
8027455: Improve symbol table scan times during gc pauses Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set. Reviewed-by: mgerdin, coleenp, brutisso
-
- 21 1月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Return immediately if _prologue == NULL, instead of asserting Reviewed-by: ccheung, coleenp
-
- 08 1月, 2014 1 次提交
-
-
由 roland 提交于
Summary: May end up in uncommon trap blob/deopt blob with unguarded stack Reviewed-by: kvn, twisti
-
- 07 1月, 2014 2 次提交
- 31 12月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: twisti Contributed-by: anton.ivanov@oracle.com
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 20 12月, 2013 2 次提交
- 13 12月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 11 12月, 2013 3 次提交
-
-
由 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
-
由 iignatyev 提交于
8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException Reviewed-by: twisti
-
由 iignatyev 提交于
Reviewed-by: kvn, twisti
-
- 07 12月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 04 12月, 2013 1 次提交
-
-
由 acorn 提交于
Reviewed-by: coleenp, lfoltan, hseigel
-
- 27 11月, 2013 2 次提交
-
-
由 drchase 提交于
Summary: Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null. Reviewed-by: acorn, jrose, coleenp
-
由 hseigel 提交于
Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
-
- 22 11月, 2013 2 次提交
- 20 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs Reviewed-by: kvn, iveresov
-
- 14 11月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
-
- 13 11月, 2013 2 次提交
- 12 11月, 2013 2 次提交
- 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
-
- 07 11月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts. Reviewed-by: jmasa, tamao
-
- 06 11月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Uncommon trap blob did not bang all the stack shadow pages Reviewed-by: kvn, twisti, iveresov, jrose
-
- 05 11月, 2013 2 次提交
- 04 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-