- 04 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Missed Zero changes for 6943304. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 30 4月, 2010 2 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, never, gbenson
-
由 twisti 提交于
Summary: Zero will exit with an error when invoked with -Xcheck:jni. Reviewed-by: twisti, kamg Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 29 4月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC. Reviewed-by: kvn, never, jrose
-
- 28 4月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: c1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended. Reviewed-by: never
-
- 27 4月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: never, twisti Contributed-by: NHiroshi Yamauchi <yamauchi@google.com>
-
- 16 4月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: Two new files are missing in the push for 6941224. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 never 提交于
Reviewed-by: twisti
-
- 15 4月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: The fix for 6940701 broke Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 twisti 提交于
Summary: Adding stack overflow checking to Shark brought to light a bunch of deficiencies in Zero's stack overflow code. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 09 4月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: This fixes lir_cmp_l2i on x64 and sparc 64bit, and the debug info generation. Reviewed-by: never
-
- 08 4月, 2010 3 次提交
-
-
由 twisti 提交于
6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag Summary: During testing a bug was hit when an exception returned to the interpreter and the SP was wrong. Reviewed-by: kvn, never
-
由 kvn 提交于
Summary: Use BIS instruction for allocation prefetch on Sparc Reviewed-by: twisti
-
由 kvn 提交于
Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive. Reviewed-by: twisti, never
-
- 07 4月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: For large arrays we should use 64 bytes chunks copy. Reviewed-by: twisti
-
- 31 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: The changes of 6934494 have broken the Zero build. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 30 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: When Zero is running with Shark enabled threads can be left with their _do_not_unlock_if_synchronized flag incorrectly set. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 18 3月, 2010 2 次提交
- 17 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: The logic for x86 C1 to save the SP over MH calls is pretty straight forward but SPARC handles that differently. Reviewed-by: never, jrose
-
- 16 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Passing a null pointer to an InvokeDynamic function call should lead to a NullPointerException. Reviewed-by: kvn, never
-
- 05 3月, 2010 1 次提交
-
-
由 roland 提交于
Summary: store jsr ret bci as intptr constant in c1 debug info Reviewed-by: never
-
- 10 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This implements JSR 292 support for C1 x86. Reviewed-by: never, jrose, kvn
-
- 08 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: A modified MethodHandlesTest revealed two bugs on x86_64. Reviewed-by: never, jrose
-
- 24 2月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There is a small typo in methodHandles_x86.cpp. Reviewed-by: kvn
-
- 20 2月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Matcher::float_in_double should be true only when FPU is used for floats. Reviewed-by: never, twisti
-
- 18 2月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Fixes two failures on 31-bit S/390. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 13 2月, 2010 2 次提交
-
-
由 kvn 提交于
Summary: Make Zero figure out result types in a similar way to C++ interpreter implementation. Reviewed-by: kvn Contributed-by: gbenson@redhat.com
-
由 kvn 提交于
Summary: Fix assert since top deoptimized frame has last_sp == interpreter_frame_monitor_begin if there are no expressions. Reviewed-by: twisti
-
- 09 2月, 2010 1 次提交
-
-
由 kamg 提交于
Summary: Fix misplaced probe point Reviewed-by: rasbold, phh Contributed-by: neojia@gmail.com
-
- 08 2月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Clear the total count when a receiver information is cleared. Reviewed-by: never, jrose
-
- 04 2月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: never, twisti, kvn, rasbold Contributed-by: NHiroshi Yamauchi <yamauchi@google.com>
-
- 02 2月, 2010 3 次提交
-
-
由 kvn 提交于
Summary: Fix incorrect marking of methods as not compilable. Reviewed-by: never
-
由 dcubed 提交于
Summary: Rename can_post_exceptions support to can_post_on_exceptions. Add support for should_post_on_exceptions flag to permit per JavaThread optimizations. Reviewed-by: never, kvn, dcubed Contributed-by: tom.deneau@amd.com
-
由 twisti 提交于
Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not. Reviewed-by: never, jrose
-
- 30 1月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: mr
-
- 29 1月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not. Reviewed-by: never, jrose
-
由 twisti 提交于
Summary: Two recent commits broke the build on Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 22 1月, 2010 1 次提交
-
-
由 apetrusenko 提交于
Summary: Stub code generated to call G1 barriers does not allocate spill space on the stack as required by Windows x64 ABI. The fix is to use more ABI-friendly call_VM_leaf(). Reviewed-by: iveresov, never, kvn
-