- 15 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 14 9月, 2010 2 次提交
- 12 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Fix add/sub of constants to ints on x64 Reviewed-by: kvn
-
- 09 9月, 2010 1 次提交
-
-
由 twisti 提交于
6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall Summary: These are minor changes fixing compile failure when -Wall -Werror flags are used under gcc 4.5. Reviewed-by: twisti, kvn, rasbold Contributed-by: NPavel Tisnovsky <ptisnovs@redhat.com>
-
- 08 9月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NMatthias Klose <doko@ubuntu.com>
-
- 04 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
-
- 03 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 28 8月, 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
-
- 20 8月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 18 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: A number of fixes for Zero and Shark. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 11 8月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: kvn, twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 03 8月, 2010 1 次提交
-
-
由 bobv 提交于
Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
-
- 31 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0. Reviewed-by: never, phh
-
- 29 7月, 2010 1 次提交
-
-
由 coleenp 提交于
6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue Summary: Fix compilation errors. Made non-const references const so can be assigned with lvalue. Reviewed-by: phh, xlu
-
- 15 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Check that cpuid returns valid values for processor topology (not zeros). Reviewed-by: never, twisti
-
- 30 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Adjust performance flags settings. Reviewed-by: never, phh
-
- 29 6月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: array_overlap_test() fails when the address range crosses the MSB boundary. Thanks to Tom and Vladimir for their help on this one. Reviewed-by: kvn, never, iveresov
-
- 14 6月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There is a missing semicolon in cppInterpreter_zero.cpp. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 10 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
-
- 05 6月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Enable parallel compilation in C1 Reviewed-by: never, kvn
-
- 04 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: save and restore r10 in verify_oop(). Reviewed-by: never
-
- 03 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Hoist DecodeN instruction above null check Reviewed-by: never, twisti
-
- 28 5月, 2010 3 次提交
- 25 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 for SPARC needs to support JSR 292. Reviewed-by: kvn, never
-
- 23 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Factored cleanup of instruction decode which prepares for enhanced ldc semantics. Reviewed-by: twisti
-
- 21 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
-
- 20 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This moves the oops from Codeblob to nmethod. Reviewed-by: kvn, never
-
- 19 5月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: kamg, ysr, dholmes, johnc
-
- 12 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: The way Zero currently handles deoptimization can lead to methods being freed while they are still being executed. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 07 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Zero needs a couple of new methods to allow Shark to access the new frame anchor field. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 06 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Moves the logic for determining the size of the Zero stack into the ZeroStack class. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 05 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: The commit for 6939134 broke Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 04 5月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: Missed Zero changes for 6943304. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 ysr 提交于
Summary: On sun4v/CMT avoid use of memset() in BOT updates so as to prevent concurrent BOT readers from seeing the phantom zeros arising from memset()'s use of BIS. Reviewed-by: jmasa, johnc, minqi, poonam, tonyp
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-