- 26 2月, 2014 1 次提交
-
-
由 roland 提交于
8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
-
- 23 1月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
-
- 09 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 15 11月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Move handle_full_code_cache() out of block that forbids safepoints Reviewed-by: kvn, iveresov
-
- 13 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: null classes should be expected in profiles with conflicts Reviewed-by: kvn, iveresov
-
- 08 11月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, iveresov
-
- 31 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1 Reviewed-by: kvn, twisti
-
- 23 10月, 2013 2 次提交
- 22 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
-
- 12 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
-
- 09 10月, 2013 2 次提交
- 07 10月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
- 08 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 14 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
-
- 11 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
-
- 21 8月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Do patching rather bailing out for unlinked call with appendix Reviewed-by: twisti, kvn
-
- 20 8月, 2013 1 次提交
-
-
由 rbackman 提交于
8022283: Assertion failed: assert(is_loaded() && field->holder()->is_loaded() && klass()->is_subclass_of (field->holder())) failed: invalid access Reviewed-by: roland, twisti
-
- 20 7月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: find_method could return NULL so need explicitly check if there is error after parse_method, exit on error to avoid crash. Reviewed-by: kvn, twisti Contributed-by: yumin.qi@oracle.com
-
- 13 7月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: fix bytecode analyzer Reviewed-by: twisti
-
- 25 6月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
-
- 14 6月, 2013 1 次提交
-
-
由 ccheung 提交于
Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
-
- 15 5月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
- 09 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
-
- 26 4月, 2013 3 次提交
- 23 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: twisti, roland Contributed-by: albert.noll@oracle.com
-
- 10 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
- 26 3月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 20 3月, 2013 1 次提交
-
-
由 morris 提交于
Summary: add guarantee() to get_instance_klass_for_declared_method_holder() Reviewed-by: kvn
-
- 07 3月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
-
- 22 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags. Reviewed-by: sspitsyn, jrose
-
- 06 2月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, vlivanov Contributed-by: NIgor Ignatyev <igor.ignatyev@oracle.com>
-
- 01 2月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, vlivanov Contributed-by: NIgor Ignatyev <igor.ignatyev@oracle.com>
-
- 24 1月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 16 1月, 2013 1 次提交
-
-
由 twisti 提交于
8006109: test/java/util/AbstractSequentialList/AddAll.java fails: assert(rtype == ctype) failed: mismatched return types Reviewed-by: kvn
-