Martin Doerr
2e0248d2fc
8172199: s390: Use same get_key_start_from_aescrypt_object implementation as PPC64
...
Reviewed-by: kvn
2017-01-03 17:17:14 +01:00
Dmitry Samersoff
c105d10fb0
8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
...
Two separate flags, exception_detected and exception_caught, replaced with one.
Reviewed-by: sspitsyn, coleenp, dholmes
2016-12-20 15:40:01 +03:00
Bharadwaj Yadavalli
2841c5eb2b
8171008: Integrate AOT compiler into JDK
...
Co-authored-by: Christian Thalinger <cthalinger@twitter.com>
Co-authored-by: Dean Long <dean.long@oracle.com>
Co-authored-by: Dmitrij Pochepko <dmitrij.pochepko@oracle.com>
Co-authored-by: Dmitry Chuyko <dmitry.chuyko@oracle.com>
Co-authored-by: Doug Simon <doug.simon@oracle.com>
Co-authored-by: Eric Caspole <eric.caspole@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Igor Veresov <igor.veresov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Morris Meyer <morris.meyer@oracle.com>
Co-authored-by: Niclas Adlertz <niclas.adlertz@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Reviewed-by: erikj, mchung, psandoz, coleenp, iklam, stefank, simonis
2016-12-11 19:07:04 -08:00
Shrinivas Joshi
985cf43c19
8158012: Use SW prefetch instructions instead of BIS for allocation prefetches on SPARC Core S4
...
Reviewed-by: kvn
2016-12-07 09:29:28 -08:00
Roland Westrelin
96be8c0cc8
8170470: superword may miss reductions
...
Reviewed-by: kvn
2016-11-30 12:07:17 -08:00
Tobias Hartmann
5e29b0af21
8168996: C2 crash at postaloc.cpp:140 : assert(false) failed: unexpected yanked node
...
Prevent MemBarAcquire from keeping a LoadNNode alive by adding it to the worklist if it is the only user of a DecodeNNode.
Reviewed-by: kvn
2016-11-29 08:16:15 +01:00
Rahul Raghavan
c5b56dab55
8169201: Montgomery multiply intrinsic should use correct name
...
Corrected stubName to montgomery_multiply for inline_montgomeryMultiply()
Reviewed-by: aph, thartmann, zmajo
2016-11-10 23:26:56 -08:00
Volker Simonis
fcdc3eac28
8159611: C2: ArrayCopy elimination skips required parameter checks
...
Reviewed-by: kvn, zmajo, thartmann
2016-10-06 18:51:24 +02:00
Roland Westrelin
bedfd21b60
8167300: Scheduling failures during gcm should be fatal
...
Reviewed-by: kvn, mcberg
2016-10-10 17:04:42 +02:00
Tobias Hartmann
dd45be3f41
8168770: Fix for 8151988 causes performance regression on SPARC
...
Reversed and re-implemented fix for 8151988 to eagerly cut off control input of Div and Mod nodes.
Reviewed-by: kvn
2016-10-31 09:50:12 +01:00
Markus Grönlund
5ce7a44cf0
8168662: Intrinsic support for event based tracing needs explicit control dependency
...
Reviewed-by: kvn, rehn
2016-10-27 11:14:30 +02:00
Goetz Lindenmaier
da8430daf1
8166561: [s390] Adaptions needed for s390 port in C1 and C2
...
Reviewed-by: kvn
2016-09-22 18:29:15 +02:00
Rahul Raghavan
0520f59743
8165661: SPECjvm2008-crypto.signverify regression in 9-b105
...
Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation
Reviewed-by: roland, kvn, thartmann
2016-10-21 13:07:32 -07:00
Nils Eliasson
1134c66f5e
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
...
Refactor code removing virtual call
Reviewed-by: kvn, twisti
2016-10-21 20:12:47 +02:00
Markus Grönlund
1175b7f1c8
8166806: Add intrinsic support for writer used in event based tracing
...
Reviewed-by: kvn, egahlin
2016-10-21 16:20:18 +02:00
Vladimir Kozlov
28c75424e3
Merge
2016-10-14 08:54:02 -07:00
Roland Westrelin
a8c02b10fd
8166836: Elimination of clone's ArrayCopyNode may make compilation fail silently
...
Reviewed-by: vlivanov
2016-09-28 11:17:51 +02:00
Chuck Rasbold
f99a7c05c4
8166742: SIGFPE in C2 Loop IV elimination
...
Reviewed-by: kvn
2016-09-28 10:11:40 -07:00
Goetz Lindenmaier
969358fbb3
8166562: C2: Suppress relocations in scratch emit
...
Reviewed-by: kvn
2016-09-22 18:33:47 +02:00
Dean Long
e2e8ee17d0
Merge
2016-09-20 16:34:45 -04:00
Dean Long
45204fc0bf
Merge
2016-09-08 23:43:45 -04:00
Tobias Hartmann
d98c766949
Merge
2016-08-30 13:51:56 +00:00
Tobias Hartmann
97391177a8
8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
...
Exception checking code needs to handle pre-allocated exceptions.
Reviewed-by: dnsimon, kvn
2016-08-30 13:24:26 +02:00
Zoltan Majo
00c9b389f6
8161720: Better byte behavior for off-heap data
...
Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz
2016-08-30 09:30:16 +02:00
Igor Veresov
2b1aa4e8ae
Merge
2016-08-26 14:47:52 -07:00
Vivek Deshpande
d58e3e0324
8154122: Intrinsify fused mac operations
...
Added FMA intrinsics on x86
Reviewed-by: kvn, aph, darcy
2016-08-26 12:17:50 -07:00
Jamsheed Mohammed C M
1f57e15997
8158639: C2 compilation fails with SIGSEGV
...
Fixed the jvms for callsite traps based on declared signature.
Reviewed-by: kvn, vlivanov, dlong
2016-08-25 02:10:03 -07:00
Vladimir Ivanov
d536ff4377
8155635: C2: Mixed unsafe accesses break alias analysis
...
Reviewed-by: jrose, kvn
2016-08-25 12:52:18 +03:00
Vladimir Ivanov
bf0209ffa9
8162101: C2: Handle "wide" aliases for unsafe accesses
...
Reviewed-by: kvn
2016-08-25 12:51:10 +03:00
Vivek Deshpande
82de2bf10e
8151988: Hotspot deoptimizes div/mod pair usage
...
Don't remove control edge of Mod node until DivMod node matching
Reviewed-by: kvn
2016-08-23 12:26:05 -07:00
Erik Gahlin
c98e599afa
8164523: Clean up metadata for event based tracing
...
Reviewed-by: mlarsson, mgronlun
2016-08-23 19:21:48 +02:00
Tobias Hartmann
913622a641
8038348: Instance field load is replaced by wrong data Phi
...
Store additional information in PhiNodes corresponding to known instance field values to avoid incorrect reusage.
Reviewed-by: kvn, vlivanov
2016-08-23 13:44:26 +02:00
Vladimir Kozlov
c6d82df571
8162496: missing precedence edge for anti_dependence
...
Fix Implicit Null Check optimization code.
Reviewed-by: roland, aph
2016-08-18 14:31:02 -07:00
Robbin Ehn
d67d71f44c
8163589: Add back class id intrinsic method for event based tracing
...
Reviewed-by: kvn, mgronlun
2016-09-01 08:30:17 +02:00
Tobias Hartmann
af8e1270cb
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
...
Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper().
Reviewed-by: kvn
2016-08-04 10:34:34 +02:00
Vladimir Kozlov
7ffefd9bf6
Merge
2016-08-01 22:34:23 -07:00
Roland Westrelin
d9e45ac1ac
8161652: Crash with assert(ft == _type) failed in PhiNode::Value()
...
Use CastPP and CheckCastPP when NotNull and klass have to be casted on Phi with unique input.
Reviewed-by: kvn
2016-07-30 04:05:28 -07:00
Rickard Bäckman
a3cd491780
Merge
2016-07-29 08:17:43 +00:00
Rickard Bäckman
5ce5d9f4cc
Merge
2016-07-29 09:23:05 +02:00
Tobias Hartmann
d50a3f5680
8162540: Crash in C2 escape analysis with assert: "node should be registered"
...
GetAndSet, CompareAndExchange and CompareAndSwap intrinsics emit unsafe accesses to oop fields.
Reviewed-by: kvn
2016-07-29 08:36:13 +02:00
Zoltan Majo
4f2663284a
Merge
2016-07-28 08:19:35 +00:00
Dean Long
6376361bc9
8160742: Node::operator new invokes undefined behavior
...
Remove obsolete asserts
Reviewed-by: kvn
2016-07-27 10:56:01 -07:00
Roland Westrelin
8d9c39fa52
8162384: Performance regression: bimorphic inlining may be bypassed by type speculation
...
When speculation fails at a call fallback to profile data at the call site
Reviewed-by: kvn
2016-07-27 12:33:33 +02:00
Roland Westrelin
3636d8f3d5
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
...
Don't convert loop with safepoint on the backedge to Counted loop
Reviewed-by: kvn
2016-07-25 14:31:42 -07:00
David Holmes
5f1f4489ac
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
...
Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis
2016-08-21 20:56:37 -04:00
Goetz Lindenmaier
da3339948e
8161258: Simplify including platform files
...
Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett
2016-07-13 12:23:05 +02:00
Alejandro Murillo
ff1f1235ab
Merge
2016-07-21 19:50:41 -07:00
Vladimir Ivanov
1208854be7
8155781: C2: opaque unsafe access triggers an assert
...
Reviewed-by: kvn, lmesnik, ppunegov
2016-07-21 20:18:11 +03:00
Patric Hedlin
eb9fccdfd7
8160942: Unused code in GraphKit::record_profiled_receiver_for_speculation
...
Fixed logic error; locally scoped 'maybe_null' w/initialiser is unused/dead
Reviewed-by: kvn
2016-07-13 12:10:22 +02:00
Richard Reingruber
aa7a85dcbf
8134434: JVM_DoPrivileged() fires assert(_exception_caught == false) failed: _exception_caught is out of phase
...
Explicitly set exception detected inside rethrow_C
Reviewed-by: goetz, sspitsyn
2016-07-13 10:51:19 +03:00