2016-11-29 |
thartmann |
8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
|
file |
diff |
annotate
|
2016-07-27 |
dlong |
8160742: Node::operator new invokes undefined behavior
|
file |
diff |
annotate
|
2016-04-29 |
roland |
8154943: AArch64: redundant address computation instructions with vectorization
|
file |
diff |
annotate
|
2016-04-04 |
jprovino |
8132524: Missing includes to resourceArea.hpp
|
file |
diff |
annotate
|
2016-02-29 |
redestad |
8150720: Cleanup code around PrintOptoStatistics
|
file |
diff |
annotate
|
2016-01-18 |
thartmann |
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
|
file |
diff |
annotate
|
2016-01-12 |
thartmann |
8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
|
file |
diff |
annotate
|
2015-12-11 |
roland |
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
|
file |
diff |
annotate
|
2016-01-08 |
mdoerr |
8146612: C2: Precedence edges specification violated
|
file |
diff |
annotate
|
2015-12-10 |
vlivanov |
8144935: C2: safepoint is pruned from a non-counted loop
|
file |
diff |
annotate
|
2015-12-01 |
zmajo |
8129847: Compiling methods generated by Nashorn triggers high memory usage in C2
|
file |
diff |
annotate
|
2015-10-08 |
twisti |
8136421: JEP 243: Java-Level JVM Compiler Interface
|
file |
diff |
annotate
|
2015-08-10 |
kvn |
8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
|
file |
diff |
annotate
|
2015-03-18 |
mhaupt |
8004073: Implement C2 Ideal node specific dump() method
|
file |
diff |
annotate
|
2015-05-05 |
kvn |
8076284: Improve vectorization of parallel streams
|
file |
diff |
annotate
|
2015-03-24 |
roland |
8069191: moving predicate out of loops may cause array accesses to bypass null check
|
file |
diff |
annotate
|
2015-03-17 |
roland |
8073480: C2 should optimize explicit range checks
|
file |
diff |
annotate
|
2015-01-19 |
zmajo |
8066312: Add new Node* Node::find_out(int opc) method.
|
file |
diff |
annotate
|
2015-01-08 |
roland |
8027626: assert(Opcode() != Op_If || outcnt() == 2) failed: bad if #1
|
file |
diff |
annotate
|
2014-11-24 |
vlivanov |
8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
|
file |
diff |
annotate
|
2014-08-19 |
thartmann |
8048879: "unexpected yanked node" opto/postaloc.cpp:139
|
file |
diff |
annotate
|
2014-08-05 |
thartmann |
8054033: Remove unused references to Compile*
|
file |
diff |
annotate
|
2014-07-25 |
thartmann |
8040213: C2 does not put all modified nodes on IGVN worklist
|
file |
diff |
annotate
|
2014-06-10 |
roland |
8026796: Make replace_in_map() on parent maps generic
|
file |
diff |
annotate
|
2014-06-02 |
iveresov |
8044496: 8034812 broke build with clang
|
file |
diff |
annotate
|
2014-06-02 |
thartmann |
8034812: remove IDX_INIT macro hack in Node class
|
file |
diff |
annotate
|
2014-05-09 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
2014-05-02 |
kvn |
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
|
file |
diff |
annotate
|
2014-02-20 |
kvn |
Merge
|
file |
diff |
annotate
|
2014-02-12 |
henryjen |
8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
|
file |
diff |
annotate
|
2014-01-28 |
kvn |
Merge
|
file |
diff |
annotate
|
2014-01-28 |
kvn |
Merge
|
file |
diff |
annotate
|
2013-11-22 |
goetz |
8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object.
|
file |
diff |
annotate
|
2014-01-24 |
roland |
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
|
file |
diff |
annotate
|
2013-12-24 |
mikael |
8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
|
file |
diff |
annotate
|
2013-08-23 |
kvn |
8012972: Incremental Inlining should support scalar replaced object in debug info
|
file |
diff |
annotate
|
2013-05-10 |
kvn |
8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
|
file |
diff |
annotate
|
2013-05-08 |
kvn |
6934604: enable parts of EliminateAutoBox by default
|
file |
diff |
annotate
|
2013-02-25 |
roland |
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
|
file |
diff |
annotate
|
2013-02-12 |
roland |
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
|
file |
diff |
annotate
|
2013-01-22 |
kvn |
8005055: pass outputStream to more opto debug routines
|
file |
diff |
annotate
|
2012-12-17 |
brutisso |
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
|
file |
diff |
annotate
|
2012-11-28 |
bharadwaj |
7092905: C2: Keep track of the number of dead nodes
|
file |
diff |
annotate
|
2012-09-27 |
kvn |
7193318: C2: remove number of inputs requirement from Node's new operator
|
file |
diff |
annotate
|
2012-09-01 |
coleenp |
6964458: Reimplement class meta-data storage to use native memory
|
file |
diff |
annotate
|
2012-06-15 |
kvn |
7119644: Increase superword's vector size up to 256 bits
|
file |
diff |
annotate
|
2012-01-11 |
kvn |
7128352: assert(obj_node == obj) failed
|
file |
diff |
annotate
|
2011-06-28 |
kvn |
7044738: Loop unroll optimization causes incorrect result
|
file |
diff |
annotate
|
2011-04-05 |
trims |
7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass
|
file |
diff |
annotate
|
2011-03-27 |
never |
7024475: loop doesn't terminate when compiled
|
file |
diff |
annotate
|
2011-02-10 |
kvn |
7017746: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
|
file |
diff |
annotate
|
2010-11-23 |
stefank |
6989984: Use standard include model for Hospot
|
file |
diff |
annotate
|
2010-05-28 |
trims |
6941466: Oracle rebranding changes for Hotspot repositories
|
file |
diff |
annotate
|
2009-10-11 |
jcoomes |
6888953: some calls to function-like macros are missing semicolons
|
file |
diff |
annotate
|
2009-02-27 |
twisti |
6810672: Comment typos
|
file |
diff |
annotate
|
2008-08-27 |
kvn |
6736417: Fastdebug C2 crashes in StoreBNode::Ideal
|
file |
diff |
annotate
|
2008-07-11 |
trims |
Merge
|
file |
diff |
annotate
|
2008-07-02 |
xdono |
6719955: Update copyright year
|
file |
diff |
annotate
|
2008-06-24 |
never |
6718676: putback for 6604014 is incomplete
|
file |
diff |
annotate
|
2008-06-13 |
kvn |
6714406: Node::dominates() does not always check for TOP
|
file |
diff |
annotate
|