- 28 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix initialization of a newly-allocated array with arraycopy Reviewed-by: never
-
- 04 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Remove control from loads in String.equals intrinsic and cast argument to not-null. Reviewed-by: never
-
- 21 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: memory slices should be always created for non-static fields after allocation Reviewed-by: never
-
- 16 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Missing parentheses around a casted expression and some missing casts were causing build failures with the jdk6 build tools. Reviewed-by: kvn, brutisso
-
- 14 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Allow long type for offset in G1 code in compiler implementations of Unsafe.getObject Reviewed-by: never, iveresov
-
- 08 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer. Reviewed-by: kvn, iveresov, never, tonyp, dholmes
-
- 03 4月, 2011 2 次提交
- 28 3月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, kvn
-
- 23 3月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: never, coleenp, ysr, jwilhelm
-
- 22 3月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add predicates when loop head bytecode is parsed instead of when back branch bytecode is parsed. Reviewed-by: never
-
- 02 3月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases. Reviewed-by: jrose, kvn, never
-
- 27 2月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: copy small (<8) strings on stack if str+16 crosses a page boundary and load from stack into XMM. Back up pointer when loading string's tail. Reviewed-by: never
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 08 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 25 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 21 8月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: kvn
-
- 16 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: check that raw loads have control edge Reviewed-by: never, twisti
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 11 5月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 30 4月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Disable the use of pcmpestri until it can be guaranteed that the load doesn't cross in to the uncommited space. See 6942326. Reviewed-by: never, kvn
-
- 27 4月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: never, twisti Contributed-by: NHiroshi Yamauchi <yamauchi@google.com>
-
- 08 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler. Reviewed-by: kvn, never, jrose
-
- 16 10月, 2009 1 次提交
-
-
由 ysr 提交于
6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks) Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers(). Reviewed-by: jcoomes, kvn, never
-
- 15 9月, 2009 1 次提交
-
-
由 kvn 提交于
6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2 Summary: Modify String intrinsic methods to pass char[] pointers instead of string oops. Reviewed-by: never
-
- 11 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Removed second CheckCastPP and use MembarCPUOrder after arraycopy to cloned object. Reviewed-by: never
-
- 29 8月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix do_null_check to check for unloaded klass for all oop pointers. Reviewed-by: never, cfang
-
- 05 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Improvement on reexecute implementation to fix the assertion failure Reviewed-by: kvn, never
-
- 01 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: developed a reexecute logic for the interpreter to reexecute the bytecode when deopt happens Reviewed-by: kvn, never, jrose, twisti
-
- 22 7月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them Reviewed-by: kvn
-
- 20 7月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong. Reviewed-by: coleenp, kvn
-
- 17 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix eliminate_card_mark() to eliminate G1 pre/post barriers. Reviewed-by: never
-
- 07 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Move the secondary raw memory barrier to the correct place in generate_arraycopy(). Reviewed-by: never
-
- 02 7月, 2009 2 次提交
- 27 6月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 22 5月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Set the control edge for the field _interrupted load in inline_native_isInterrupted(). Reviewed-by: never
-
- 06 5月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: These methods can be instrinsified by using bit scan, bit test, and population count instructions. Reviewed-by: kvn, never
-
- 24 4月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array. Reviewed-by: kvn, jrose
-
- 01 4月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals. Reviewed-by: kvn, never, jrose
-