Christian Hagedorn
83a8c4acc7
8244724: CTW: C2 compilation fails with "Live Node limit exceeded limit"
...
Fix live limit assert in node construction to be ignored during code generation in Compile::Code_Gen().
Reviewed-by: kvn, neliasso
2020-07-01 09:18:28 +02:00
Coleen Phillimore
5314d28f84
8245289: Clean up offset code in JavaClasses
...
Make offset member names consistent and private, move static initializations near owning classes
Reviewed-by: fparain, lfoltan
2020-05-29 15:00:19 -04:00
Ioi Lam
92d1c4a61a
8244775: Remove unnecessary dependency to jfrEvents.hpp
...
Reviewed-by: kbarrett, kvn
2020-05-13 10:56:51 -07:00
Christian Hagedorn
3887904c16
8244207: Simplify usage of Compile::print_method() when debugging with gdb and enable its use with rr
...
Improve debugging with usage of Compile::print_method() for IGV at breakpoints from gdb and rr.
Reviewed-by: kvn, thartmann
2020-05-11 12:57:39 +02:00
Jatin Bhateja
f0f7070cb5
8244186: assertion failure test/jdk/javax/net/ssl/DTLS/RespondToRetransmit.java
...
Removing an assertion which prevents logic folding over cones already having a MacroLogic node.
Reviewed-by: kvn
2020-05-02 20:37:56 +05:30
Jatin Bhateja
5532b27d22
8241040: Support for AVX-512 Ternary Logic Instruction
...
A new pass has been added which folds expression tree involving vector boolean logic operations into a MacroLogic node.
Reviewed-by: vlivanov, neliasso
2020-04-02 22:38:23 +05:30
Roland Westrelin
ea56776ef5
8239072: subtype check macro node causes node budget to be exhausted
...
Reviewed-by: vlivanov, kvn
2020-03-31 10:40:17 +02:00
Roland Westrelin
5ff2d7baaa
8240676: Meet not symmetric failure when running lucene on jdk8
...
Reviewed-by: kvn, thartmann
2020-03-24 11:06:26 +01:00
Sandhya Viswanathan
398ce2948c
8240248: Extend superword reduction optimizations for x86
...
Add support for and, or, xor reduction
Co-authored-by: Shravya Rukmannagari <shravya.rukmannagari@intel.com>
Reviewed-by: vlivanov, thartmann
2020-03-23 10:26:40 -07:00
Roland Westrelin
c9faf88cb7
8240795: [REDO] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
...
Reviewed-by: kvn, thartmann
2020-03-13 16:32:51 +01:00
Erik Österlund
21cd75cb98
8240363: Refactor Compile::Output() to its own Phase
...
Reviewed-by: kvn, vlivanov
2020-03-16 12:27:42 +00:00
Roland Westrelin
2a35bc5aee
8240854: [REDO] some jaotc failures of fastdebug build with specific flags
...
Reviewed-by: vlivanov, kvn, thartmann
2020-03-11 10:32:07 +01:00
Vladimir Kozlov
39ab073173
8240830: [BACKOUT] 8240195: some jaotc failures of fastdebug build with specific flags
...
Reviewed-by: dcubed
2020-03-10 14:39:39 -07:00
Roland Westrelin
42ff13ab82
8240195: some jaotc failures of fastdebug build with specific flags
...
Reviewed-by: kvn, thartmann
2020-03-09 09:42:30 +01:00
Roland Westrelin
43e0165eea
8240794: [BACKOUT] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
...
Reviewed-by: thartmann
2020-03-10 10:45:01 +01:00
Roland Westrelin
86ad195099
8238384: CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
...
Reviewed-by: vlivanov, thartmann
2020-02-20 16:41:05 +01:00
Roland Westrelin
1e796eae8f
8239367: RunThese30M.java failed due to "assert(false) failed: graph should be schedulable"
...
Reviewed-by: thartmann, vlivanov, neliasso
2020-02-21 15:01:22 +01:00
Roland Westrelin
52d46c314b
8238691: C2: turn subtype check into macro node
...
Reviewed-by: vlivanov, thartmann
2020-02-14 10:31:34 +01:00
Vladimir Ivanov
5e9dc46d21
8238683: C2: Remove Use24BitFP and Use24BitFPMode flags
...
Reviewed-by: thartmann, neliasso
2020-02-11 14:55:44 +03:00
Roland Westrelin
1af059d4cb
8231291: C2: loop opts before EA should maximally unroll loops
...
Reviewed-by: kvn, vlivanov
2019-12-20 17:17:37 +01:00
Roland Westrelin
1745ae28b9
8237086: assert(is_MachReturn()) running CTW with fix for JDK-8231291
...
Reviewed-by: kvn, vlivanov
2020-01-14 14:58:17 +01:00
Goetz Lindenmaier
51abf67ce1
8235998: [c2] Memory leaks during tracing after '8224193: stringStream should not use Resource Area'
...
Reviewed-by: dholmes, kvn
2019-12-16 14:10:20 +01:00
Nils Eliasson
e1b94b1635
8235653: Clean-up BarrierSetC2
...
Reviewed-by: redestad, rkennke, thartmann
2019-12-11 14:08:20 +01:00
Jatin Bhateja
979cd452ab
8234391: C2: Generic vector operands
...
Reviewed-by: vlivanov, sviswanathan, thartmann, jrose
2019-12-05 12:56:46 +03:00
Jorn Vernee
d405f6abb6
8233389: Add PrintIdeal to compiler directives
...
Add PrintIdeal as a compiler directive in order to enable PrintIdeal for only a single method.
Reviewed-by: roland, neliasso, vlivanov, thartmann
2019-11-08 10:55:14 +01:00
Tobias Hartmann
f225f7cd0b
8233788: Remove useless asserts in PhaseCFG::insert_anti_dependences
...
Removed useless asserts.
Reviewed-by: kvn
2019-11-08 09:16:48 +01:00
Claes Redestad
12adeca887
8233708: VectorSet cleanup
...
Reviewed-by: neliasso, shade, thartmann
2019-11-07 12:12:39 +01:00
Erik Österlund
42885307f6
8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level
...
Co-authored-by: Per Liden <per.liden@oracle.com>
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Reviewed-by: pliden, stefank, neliasso
2019-10-09 12:30:06 +00:00
Roland Westrelin
ec5451c117
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
...
Reviewed-by: thartmann, kvn
2019-08-23 14:22:29 +02:00
Mikael Vidstedt
895db11053
Merge
2019-07-29 09:59:04 -07:00
Erik Österlund
a42636d34b
8227407: ZGC: C2 loads and load barriers can get separated by safepoints
...
Reviewed-by: neliasso, smonteith, roland
2019-07-29 13:57:54 +02:00
Tobias Hartmann
e844e34e81
8227173: Minor cleanup of unused code in compile.hpp
...
Removed unused code.
Reviewed-by: kvn
2019-07-04 09:12:21 +02:00
Nils Eliasson
75e9d0a290
8224675: Late GC barrier insertion for ZGC
...
Reviewed-by: roland, eosterlund, pliden
2019-02-14 14:54:05 +01:00
Vladimir Ivanov
5db82de14b
8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
...
Reviewed-by: kvn, dlong
2019-05-30 19:12:11 +03:00
Vladimir Ivanov
e72bfe15ad
8223213: Implement fast class initialization checks on x86-64
...
Reviewed-by: kvn, redestad, dholmes, mdoerr, coleenp
2019-05-30 13:39:13 +03:00
Lutz Schmidt
b730805159
8213084: Rework and enhance Print[Opto]Assembly output
...
Reviewed-by: kvn, thartmann
2019-05-21 15:51:35 +02:00
Roman Kennke
03ab1404f0
8221766: Load-reference barriers for Shenandoah
...
Reviewed-by: kvn, erikj, aph, shade
2019-04-02 23:00:22 +02:00
Pengfei Li
1dc7271eca
8214922: Add vectorization support for fmin/fmax
...
Reviewed-by: adinn, roland
2019-03-07 02:39:06 +00:00
Vladimir Ivanov
40c61cce4b
8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors
...
Reviewed-by: thartmann, kvn
2019-02-14 15:27:12 -08:00
Vladimir Ivanov
f5458c5891
8188133: C2: Static field accesses in clinit can trigger deoptimizations
...
Reviewed-by: kvn
2019-02-04 17:35:35 -08:00
Vladimir Ivanov
46a57587dc
8059241: C2: Excessive RemoveUseless passes during incremental inlining
...
Reviewed-by: roland, shade
2019-01-31 17:48:25 -08:00
Tobias Hartmann
930c19bcc2
8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
...
Remove dead node from C2 IR.
Reviewed-by: roland, neliasso
2019-01-22 18:25:56 +01:00
Roland Westrelin
b68257174d
8214862: assert(proj != __null) at compile.cpp:3251
...
Reviewed-by: kvn, thartmann
2018-12-07 17:56:51 +01:00
Rahul Raghavan
5a6385b363
8211698: Crash in C2 compiled code during execution of double array heavy processing code
...
Correctly registered new Opaque4Node in add_range_check_predicate
Reviewed-by: roland, thartmann
2018-12-18 19:13:54 +05:30
Roman Kennke
8b62a2ee9d
8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
...
Co-authored-by: Christine Flood <chf@redhat.com>
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Zhenygu Gu <zgu@redhat.com>
Co-authored-by: Andrew Haley <aph@redhat.com>
Co-authored-by: Andrew Dinn <adinn@redhat.com>
Co-authored-by: Mario Torre <mtorre@redhat.com>
Reviewed-by: kvn, roland, shade, coleenp, lmesnik, pliden, jgeorge, ihse, erikj
2018-12-10 15:47:44 +01:00
Roland Westrelin
8849b1c7b7
8214172: GC interface entry points for loop opts
...
Reviewed-by: kvn, rkennke
2018-11-27 09:35:02 +01:00
Roman Kennke
9e754390c6
8213489: GC/C2 abstraction for Compile::final_graph_reshaping()
...
Reviewed-by: kvn, roland
2018-11-09 10:38:07 +01:00
Roman Kennke
31cfeabc46
8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2 barrier verification into G1BarrierSetC2
...
Reviewed-by: kvn, roland
2018-11-07 20:24:44 +01:00
Roman Kennke
bb792b0337
8213371: GC/C2 abstraction and cleanup to handle custom offset for GC memory accesses
...
Reviewed-by: kvn, roland
2018-11-07 20:21:35 +01:00
Roman Kennke
29f03ebf2c
8213384: Move G1/C2 barrier verification into G1BarrierSetC2
...
Reviewed-by: kvn, roland, eosterlund
2018-11-06 17:28:14 +01:00