- 30 1月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, kvn
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 27 8月, 2014 1 次提交
-
-
由 zgu 提交于
Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
-
- 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
-
- 03 5月, 2014 1 次提交
-
-
由 kvn 提交于
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively. Reviewed-by: twisti, iveresov
-
- 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
-
- 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 4月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Ignore nodes without a type when checking for speculative types in Compile::remove_speculative_types(...). Reviewed-by: kvn, roland Contributed-by: NTobias Hartmann <tobias.hartmann@oracle.com>
-
- 21 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-
- 24 1月, 2014 2 次提交
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 09 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
-
- 28 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks. Reviewed-by: kvn
-
- 23 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Also introduces the compiler oracle 'option' feature for PrintAssembly. Reviewed-by: kvn
-
- 15 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
-
- 05 11月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Make all raw loads strictly respect control dependencies, make sure RCE doesn't move raw loads, add verification of G1 pre-barriers. Reviewed-by: kvn, roland
-
- 04 11月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 23 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: record unused type profile information with type system, propagate and use it. Reviewed-by: kvn, twisti
-
- 21 10月, 2013 1 次提交
-
-
由 rbackman 提交于
8026959: assert(!n->pinned() || n->is_MachConstantBase()) failed: only pinned MachConstantBase node is expected here Reviewed-by: iveresov, roland
-
- 19 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
-
- 11 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 25 9月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: use adr_at() to access inline info structures in growableArray. Add ability to specify print inlining per method. Reviewed-by: twisti
-
- 11 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
-
- 26 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Create public methods for accessing the nodes in a block Reviewed-by: kvn, roland
-
- 12 8月, 2013 1 次提交
-
-
由 ehelin 提交于
Reviewed-by: coleenp, mgerdin, hseigel
-
- 16 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: public methods that don't need to be public should be private. Reviewed-by: kvn, twisti
-
- 07 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
-
- 21 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-
- 09 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 05 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Add the -Wunused-function flag and remove a number of unused functions. Reviewed-by: dholmes, coleenp, kvn
-
- 06 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: 7121140 may not correctly break the Allocate -> MemBarStoreStore link Reviewed-by: kvn
-
- 05 3月, 2013 1 次提交
-
-
由 shade 提交于
Reviewed-by: kvn, vlivanov
-
- 13 2月, 2013 1 次提交
-
-
由 neliasso 提交于
Summary: Use 0 to indicate id is NA, -1 for error or uninitalized Reviewed-by: kvn, twisti
-
- 12 2月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Add support for expensive nodes. Reviewed-by: kvn
-
- 16 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Check all print inlining flags when processing inlining list. Reviewed-by: kvn, twisti Contributed-by: david.r.chase@oracle.com
-