Roland Westrelin
|
8849b1c7b7
|
8214172: GC interface entry points for loop opts
Reviewed-by: kvn, rkennke
|
2018-11-27 09:35:02 +01:00 |
|
Roland Westrelin
|
8f4456e77a
|
8211451: ~2.5% regression on compression benchmark starting with 12-b11
Reviewed-by: kvn, thartmann
|
2018-11-08 10:20:04 +01:00 |
|
Roland Westrelin
|
b146cbfc10
|
8213779: Loop opts anti dependent store detection should ignore uncommon trap calls
Reviewed-by: kvn
|
2018-11-13 09:59:50 +01:00 |
|
Roman Kennke
|
9ba72c0c2c
|
8213381: Hook to allow GC to inject Node::Ideal() calls
Reviewed-by: kvn, eosterlund, roland
|
2018-11-06 23:03:05 +01:00 |
|
Roland Westrelin
|
40af989884
|
8209686: cleanup arguments to PhaseIdealLoop() constructor
Reviewed-by: thartmann, kvn, pliden
|
2018-08-22 10:36:39 +02:00 |
|
Roland Westrelin
|
8c2d9b5ff0
|
8202123: C2 Crash in Node::in(unsigned int) const+0x14
Reviewed-by: kvn, thartmann
|
2018-06-29 17:59:44 +02:00 |
|
Roland Westrelin
|
7d7184e505
|
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
Reviewed-by: thartmann, kvn
|
2018-07-02 10:44:46 +02:00 |
|
Roland Westrelin
|
97dd8bf743
|
8203197: C2: consider all paths in loop body for loop predication
Reviewed-by: kvn, neliasso
|
2018-06-19 09:08:39 +02:00 |
|
Per Lidén
|
e7af7a4aef
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
|
2018-06-12 17:40:28 +02:00 |
|
Nils Eliasson
|
8c75c07f8c
|
8203425: assert(is_Loop()) failed: invalid node class
Revert 8203215
Reviewed-by: thartmann
|
2018-06-08 14:50:18 +02:00 |
|
Nils Eliasson
|
fbbbc35d32
|
8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
Make sure the phis are transformed
Reviewed-by: roland, kvn, rbackman
|
2018-05-17 12:08:32 +02:00 |
|
Nils Eliasson
|
d822b86df8
|
8193935: Illegal countedLoops transformation
Truncation can sometimes not be removed
Reviewed-by: kvn
|
2018-05-14 14:10:52 +02:00 |
|
Nils Eliasson
|
86728689bf
|
8201532: Update idom to get correct dom depth calculation
Assert due to dom depth calculation on old idom
Reviewed-by: roland
|
2018-05-14 14:10:50 +02:00 |
|
Roland Westrelin
|
98db6d11f3
|
8193130: Bad graph when unrolled loop bounds conflicts with range checks
Reviewed-by: kvn, thartmann
|
2018-03-22 20:21:19 -07:00 |
|
Roland Westrelin
|
4f8c5b6949
|
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
|
2018-02-13 16:57:01 +01:00 |
|
Roland Westrelin
|
d244b3ccd1
|
8196296: Lucene test crashes C2 compilation
Prevent merging of back to back ifs if one is a counted loop end.
Reviewed-by: kvn, thartmann
|
2018-01-30 09:08:44 +01:00 |
|
Dean Long
|
4f496a5786
|
8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
Reviewed-by: kvn, thartmann
|
2018-01-18 10:05:32 -08:00 |
|
Dean Long
|
4714dab4cb
|
8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
Reviewed-by: kvn
|
2018-01-17 14:25:47 -08:00 |
|
Roland Westrelin
|
b9cffe68c2
|
8194993: Loop Strip Mining has some leftover debugging code
Removed debugging code.
Reviewed-by: thartmann
|
2018-01-15 09:21:49 +01:00 |
|
Roland Westrelin
|
2067aa56eb
|
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
|
2018-01-15 09:19:53 +01:00 |
|
Roland Westrelin
|
bf92da2c82
|
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
Modified assert which is too strong.
Reviewed-by: thartmann
|
2018-01-15 09:17:25 +01:00 |
|
Roland Westrelin
|
386e258e20
|
8186027: C2: loop strip mining
Reviewed-by: kvn, neliasso
|
2017-11-28 11:59:16 +01:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|