- 02 7月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Recompile the enclosing methods without inlining of the method that has OSRed to level 4 or recompile the enclosing method at level 4. Reviewed-by: kvn, never
-
- 24 6月, 2011 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
- 12 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 03 12月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: C1 with profiling doesn't check whether the MDO has been really allocated, which can silently fail if the perm gen is full. The solution is to check if the allocation failed and bailout out of inlining or compilation. Reviewed-by: kvn, never
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 05 10月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Fix ciMethod::instructions_size() to return correct value Reviewed-by: kvn, twisti
-
- 24 9月, 2010 1 次提交
-
-
由 twisti 提交于
6986944: JSR 292 assert(caller_nm->is_method_handle_return(caller_frame.pc())) failed: must be MH call site Reviewed-by: never, kvn
-
- 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
-
- 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
-
- 11 8月, 2010 1 次提交
-
-
由 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>
-
- 17 7月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: kvn
-
- 15 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Use GrowableArray and VectorSet allocated in ciEnv arena. Reviewed-by: never, twisti
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 21 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
-
- 08 2月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Clear the total count when a receiver information is cleared. Reviewed-by: never, jrose
-
- 02 2月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Fix incorrect marking of methods as not compilable. Reviewed-by: never
-
- 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
-
- 05 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 implementation for invokedynamic support. Reviewed-by: kvn, never
-
- 17 9月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 09 5月, 2009 1 次提交
-
-
由 kvn 提交于
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
-
- 09 4月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 06 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: exclude UEP size from nmethod code size and use narrow klass oop to load prototype header. Reviewed-by: jrose, never
-
- 22 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: _is_compilable check prevents breakpoint bytecodes reversion when loading bytecodes for ciMethod. Reviewed-by: never
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-