- 22 1月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Restrict loadI2L_imm optimizations to positive values of mask Reviewed-by: kvn, dlong
-
- 17 1月, 2014 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, iveresov
-
- 14 1月, 2014 1 次提交
-
-
由 roland 提交于
8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a Summary: C1 generates code to encode compressed oop into tmp register before runtime call for patching where GC may happen Reviewed-by: iveresov, twisti, kvn Contributed-by: Nmgerdin <mikael.gerdin@oracle.com>
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 05 12月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: kvn, sspitsyn
-
- 04 12月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Use non-relocatable code to load byte_map_base Reviewed-by: kvn, roland
-
- 20 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: rbp not restored when stack overflow is thrown from deopt/uncommon trap blobs Reviewed-by: kvn, iveresov
-
- 06 11月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Uncommon trap blob did not bang all the stack shadow pages Reviewed-by: kvn, twisti, iveresov, jrose
-
- 31 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Pass correct new value to post_barrer() in Unsafe.getAndSetObject() C1 intrinsic Reviewed-by: kvn, roland
-
- 30 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Use 2-byte loads to load indexes from the byte code stream to avoid out of bounds reads. Reviewed-by: coleenp, sspitsyn
-
- 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
-
- 25 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, roland
-
- 22 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
-
- 19 10月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA Reviewed-by: kvn, twisti
-
- 18 10月, 2013 2 次提交
- 24 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator Reviewed-by: twisti, jrose
-
- 12 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
-
- 09 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
-
- 08 10月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Add a StoreLoad barrier in the G1 post-barrier to fix a race with concurrent refinement. Also-reviewed-by: martin.doerr@sap.com Reviewed-by: iveresov, tschatzl, brutisso, roland, kvn
-
- 28 9月, 2013 1 次提交
-
-
由 drchase 提交于
8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME) Summary: Copied null-checks from templateInterpreter_CPU into methodHandles_CPU Reviewed-by: jrose, twisti
-
- 29 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov
-
- 27 9月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 26 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
-
- 24 9月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Allocation in the code cache returns NULL instead of failing the entire VM Reviewed-by: kvn, iveresov
-
- 19 9月, 2013 1 次提交
-
-
由 iveresov 提交于
8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running Summary: Move null check before klass reference materialization in checkcast Reviewed-by: kvn, roland
-
- 17 9月, 2013 1 次提交
-
-
由 anoll 提交于
8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation Summary: Increase interpreter size for x86 template interpreter Reviewed-by: kvn, iveresov
-
- 11 9月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Lowered the MinJumpTableSize for each platform Reviewed-by: kvn
-
- 21 8月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Do patching rather bailing out for unlinked call with appendix Reviewed-by: twisti, kvn
-
- 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
-
- 12 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: coleenp, mgerdin, hseigel
-
- 16 8月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Corrected details Reviewed-by: kvn, twisti, rbackman Contributed-by: david.r.chase@oracle.com
-
- 07 8月, 2013 1 次提交
-
-
由 sspitsyn 提交于
Summary: Restore the appendix argument after PopFrame() call Reviewed-by: twisti, coleenp Contributed-by: serguei.spitsyn@oracle.com
-
- 27 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: switch on TieredCompilation by default Reviewed-by: twisti
-
- 16 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std Reviewed-by: jrose
-
- 03 7月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
-
- 02 7月, 2013 1 次提交
-
-
由 anoll 提交于
8014972: Crash with specific values for -XX:InitialCodeCacheSize=500K -XX:ReservedCodeCacheSize=500k Summary: Introduce a minimum code cache size that guarantees that the VM can startup. Reviewed-by: kvn, twisti
-
- 25 6月, 2013 2 次提交
- 20 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Implement Safefetch as stub routines. This reduces compiler and os dependencies. Reviewed-by: twisti, kvn
-