Aleksey Shipilev
b5ae436418
8199511: Do not generate g1_{pre|post}_barrier_slow_id without CardTable-enabled barrier set
...
Reviewed-by: rkennke, kvn, pliden, stefank
2018-03-14 10:38:02 +01:00
Goetz Lindenmaier
507c62fc76
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors
...
Reviewed-by: coleenp, dholmes, mdoerr, njian
2018-02-08 09:23:49 +01:00
Coleen Phillimore
7557d78b35
8173070: Remove ValueObj class for allocation subclassing for runtime code
...
Reviewed-by: stefank, tschatzl, stuefe
2018-03-09 10:46:02 -05:00
Stefan Karlsson
133faf856d
8199264: Remove universe.inline.hpp to simplify include dependencies
...
Reviewed-by: coleenp, hseigel
2018-03-07 21:57:36 +01:00
Erik Österlund
a06129a432
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
...
Reviewed-by: ehelin, kbarrett
2018-03-06 08:36:44 +01:00
Kim Barrett
d7765d9002
8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
...
Moved resolve and friends to new jniHandles.inline.hpp.
Reviewed-by: tschatzl, pliden, coleenp
2018-03-01 16:51:22 -05:00
Dmitrij Pochepko
8241f85b85
8196868: AARCH64: ld/st instructions hit guarantee assert while using sp
...
Reviewed-by: aph
2018-02-27 16:05:28 +03:00
Dmitry Chuyko
7e1c60b79b
8198293: AARCH64 - Add CPU detection code for Cavium Thunder X2
...
Reviewed-by: dsamersoff
2018-02-27 15:56:40 +03:00
Martin Doerr
03af65fa7d
8198750: [s390+x86_32+aarch64] Fix build after jdk-8195142
...
Reviewed-by: stuefe, shade
2018-02-27 11:45:04 +01:00
Erik Österlund
95d34d138d
8195142: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
...
Reviewed-by: stefank, coleenp, kvn, ehelin
2018-02-26 09:34:12 +01:00
Zhongwei Yao
0db8f238af
8196064: AArch64: Merging ld/st into ldp/stp in macro-assembler
...
Reviewed-by: aph
2018-02-03 10:36:58 +08:00
Jean Christophe Beyler
f3fc38d5f5
8198439: Fix aarch64 code for handling generate_code_for after FastTLABFill obsolete code
...
Fix aarch64 issue when moving the stp down and to a str
Reviewed-by: adinn, smonteith
2018-02-20 09:46:48 -08:00
Aleksey Shipilev
dcabd45c6c
8198341: Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)
...
Reviewed-by: mdoerr, dholmes
2018-02-19 15:07:21 +01:00
Jean Christophe Beyler
e8fc01629a
8194084: Obsolete FastTLABRefill and remove the related code
...
Remove all FastTLABRefill code and flag
Reviewed-by: mdoerr, drwhite, coleenp
2018-02-16 14:23:30 -08:00
Tobias Hartmann
2c5a0835a9
8197608: MacroAssembler::unimplemented calls global operator new[]
...
Removed C heap allocation of string buffers.
Reviewed-by: kvn, shade
2018-02-14 08:23:53 +01:00
Dmitry Samersoff
ac524f2837
8190428: Minimal Dynamic Constant support for AArch64
...
AArch64 specific code for 8186046
Reviewed-by: aph, psandoz
2018-02-10 09:48:51 +00:00
Dean Long
b1723061be
8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data()
...
Reviewed-by: kvn
2018-01-31 16:09:29 -08:00
Jesper Wilhelmsson
c2735a15d7
Merge
2018-02-01 02:05:35 +01:00
Andrew Dinn
d46ebb546d
8196221: AArch64: Mistake in committed patch for JDK-8195859
...
The wrong patch was committed for JDK-8195859
Reviewed-by: aph
2018-01-26 16:38:21 +00:00
Andrew Dinn
cf8d43353f
8195859: AArch64: vtableStubs gtest fails after 8174962
...
Gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding
Reviewed-by: duke
2018-01-25 14:47:27 +00:00
Andrew Dinn
7568db027d
8196136: AArch64: Correct register use in patch for JDK-8195685
...
Itable stubs must not use java argument registers as scratch registers
Reviewed-by: aph
2018-01-25 11:56:32 +00:00
Andrew Haley
3ee098f301
8195685: AArch64: AArch64 cannot build with JDK-8174962
...
Reviewed-by: adinn, njian
2018-01-19 16:57:56 +00:00
Jesper Wilhelmsson
fc1b01b9a2
Merge
2018-01-13 02:56:22 +01:00
Lana Steuck
8f528fba93
Merge
2018-01-18 18:58:46 +00:00
Andrew Haley
c7e601e911
8193260: AArch64: JVMCI: Implement trampoline calls
...
Reviewed-by: adinn
2018-01-03 17:29:20 +00:00
Goetz Lindenmaier
407df53824
8193927: Optimize scanning code for oops
...
Reviewed-by: simonis, mdoerr, aph
2017-12-21 09:05:32 +01:00
Dmitrij Pochepko
84d83a6998
8194256: AARCH64: SIMD shift instructions are incorrectly encoded
...
Reviewed-by: aph
2018-01-09 18:18:36 +03:00
Roman Kennke
91a2daa9a2
8193193: AArch64: immByteMapBase operand generated for non-CardTable GCs
...
Reviewed-by: aph
2017-12-05 10:43:23 +00:00
Jean Christophe Beyler
ada54c7d1a
8191986: JDK-8190862 work for arch aarch64
...
Fixed Interpreter never refills TLAB
Reviewed-by: dsamersoff, adinn, tschatzl, rehn
2017-12-19 20:10:59 -08:00
Rahul Raghavan
9726143563
8193699: aarch64 fails to build after 8167372
...
Added ThreadInVMfromUnknown support
Reviewed-by: smonteith, vlivanov
2017-12-22 09:51:16 -08:00
Jesper Wilhelmsson
e77f4f9c55
Merge
2017-12-02 06:51:10 +01:00
Boris Ulasevich
f4b397b4ba
8189439: Parameters type profiling is not performed from aarch64 interpreter
...
Reviewed-by: vlivanov
2017-12-01 18:24:52 +03:00
Dmitry Chuyko
d24ef2f18f
8191129: AARCH64: Invalid value passed to critical JNI function
...
Reviewed-by: vlivanov
2017-12-01 18:20:00 +03:00
Dmitry Chuyko
c5df44a4ce
8188221: Return type profiling is not performed from aarch64 interpreter
...
Reviewed-by: drwhite
2017-11-29 14:34:19 +03:00
Dmitry Chuyko
a43a8363ff
8191769: AARCH64: Fix hint instructions encoding
...
Reviewed-by: adinn
2017-11-28 15:42:15 +03:00
Ningsheng Jian
c107fb7b74
8191955: AArch64: incorrect prefetch distance causes an internal error
...
Fixed incorrect prefetch distance on AArch64.
Reviewed-by: aph
2017-12-04 09:59:33 +01:00
Dean Long
fb89c1729c
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
...
Reviewed-by: vlivanov, dpochepk
2017-11-21 09:04:42 -08:00
Stuart Monteith
cdf8de893e
8191338: aarch64: fails to build after 8189745
...
Reviewed-by: aph, drwhite, dchuyko
2017-11-20 09:46:55 +00:00
Dmitry Chuyko
768e1121de
8189177: AARCH64: Improve _updateBytesCRC32C intrinsic
...
Reviewed-by: drwhite, dsamersoff
2017-11-17 20:56:14 +03:00
Jesper Wilhelmsson
d679703c0b
Merge
2018-01-30 16:41:40 +01:00
Andrew Haley
a738a4c053
8195685: AArch64: AArch64 cannot build with JDK-8174962
...
Reviewed-by: adinn, njian
2018-01-19 16:57:56 +00:00
Ningsheng Jian
1a25bbdf0f
8195588: AArch64: Codegen fix after JDK-8194256
...
Update shift constant usage to align with the assembler change.
Reviewed-by: aph
2018-01-17 13:21:38 +08:00
Robbin Ehn
104ecb2dd1
8189941: Implementation JEP 312: Thread-local handshake
...
Introduce a way to execute a callback on threads without performing a global VM safepoint. Make it both possible and cheap to stop individual threads and not just all threads or none.
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: mdoerr, neliasso, acorn, aph, coleenp, dholmes
2017-08-31 10:00:28 +02:00
Gilles Duboscq
a908316a65
8182755: [JVMCI] Deoptimization in synchronized methods can lead to a crash or exception when using EnableJVMCI but not UseJVMCICompiler
...
Reviewed-by: kvn, thartmann
2017-11-10 14:57:38 +01:00
Jamsheed Mohammed C M
10a1edcc22
8152470: Add COMPILER2_OR_JVMCI definition
...
Defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI
Reviewed-by: kvn
2017-11-06 21:28:03 -08:00
Dmitry Chuyko
168565de20
8190745: AARCH64: fix for JDK-8189176 may break a build
...
Add missed semicolon
Reviewed-by: dsamersoff
2017-11-06 00:29:08 +03:00
Dmitry Chuyko
e878b3272b
8189176: AARCH64: Improve _updateBytesCRC32 intrinsic
...
Reviewed-by: aph
2017-11-02 18:44:44 +03:00
Dmitry Chuyko
ca70374a3d
8189745: AARCH64: Use CRC32C intrinsic code in interpreter and C1
...
Reviewed-by: aph
2017-11-01 16:48:12 +03:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Igor Veresov
548d5d4d9d
8166750: C1 profiling handles statically bindable call sites differently than the interpreter
...
Optimize profiling of statically binable call sites. Add monomorphic profile fixup to JVMCI MDO API.
Reviewed-by: dnsimon, kvn
2017-10-25 16:30:31 -07:00