- 21 2月, 2015 1 次提交
-
-
由 drchase 提交于
Summary: Added better debug-printing support and enhanced LogCompilation tool Reviewed-by: kvn, roland, dholmes
-
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 13 8月, 2014 1 次提交
-
-
由 roland 提交于
Summary: propagate node replacements along control flow edges to callers Reviewed-by: kvn, vlivanov
-
- 02 8月, 2014 1 次提交
-
-
由 roland 提交于
Summary: PhiNode inserted between AllocateNode and Initialization node confuses allocation elimination Reviewed-by: kvn
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 20 12月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
-
- 23 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Also introduces the compiler oracle 'option' feature for PrintAssembly. Reviewed-by: kvn
-
- 24 8月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: store in _first_index not absolute index but an index relative to the last (youngest) jvms->_scloff value Reviewed-by: roland, twisti
-
- 09 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
-
- 23 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: pass the output stream to node->dump() and everything reachable from there Reviewed-by: kvn Contributed-by: goetz.lindenmaier@sap.com
-
- 24 12月, 2012 1 次提交
-
-
由 roland 提交于
Summary: post parse inlining driven by number of live nodes. Reviewed-by: twisti, kvn, jrose
-
- 18 12月, 2012 1 次提交
-
-
由 roland 提交于
Summary: collection of small changes to prepare for incremental inlining. Reviewed-by: twisti, kvn
-
- 28 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Deleted placement new operator of Node - node(size_t, Compile *, int). Reviewed-by: kvn, twisti Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 13 3月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: rewrote Connection graph construction code in EA to reduce time spent there. Reviewed-by: never
-
- 13 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Do not common BoxLock nodes and avoid creating phis of boxes. Reviewed-by: never
-
- 11 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Compare uncasted object nodes. Reviewed-by: never
-
- 08 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object. Reviewed-by: never, twisti
-
- 17 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Try to eliminate allocations and related locks immediately after escape analysis. Reviewed-by: never
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 03 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Execute IGVN optimization before and after Escape Analysis Reviewed-by: never
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 13 11月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 22 10月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Implement scalar replaced objects debug info dump in SA. Reviewed-by: twisti
-
- 21 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: use PcDesc to keep record of the reexecute bit instead of using DebugInfoStreams Reviewed-by: kvn, never, twisti
-
- 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
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 04 4月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Use a HaltNode on the fall through path of the AllocateArrayNode to indicate that it is unreachable if the array length is negative. Reviewed-by: never, jrose
-
- 27 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Replace the control edge of a pinned node before scheduling. Reviewed-by: never
-
- 04 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
-
- 08 11月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Inline biased locking code in C2 ideal graph during macro nodes expansion Reviewed-by: never
-
- 17 9月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: insert CastII nodes to narrow type of load_array_length() node Reviewed-by: never, kvn
-
- 11 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add support for narrow oops in debug info to avoid decoding. Reviewed-by: rasbold, never
-
- 28 8月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: The result of step_through_mergemem() and remove_dead_region() is not checked in some cases. Reviewed-by: never
-
- 17 7月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add missing _instance_id settings and other EA fixes. Reviewed-by: rasbold
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 27 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related. Reviewed-by: jrose, never
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: fix several problems in C2 related to Escape Analysis and Compressed Oops. Reviewed-by: never, jrose
-