Ludovic Henry
0417fcf13f
8248682: AArch64: Use ATTRIBUTE_ALIGNED helper
...
Reviewed-by: kbarrett, tschatzl, dholmes
2020-07-29 20:28:11 -04:00
Ludovic Henry
257809d744
8248817: Windows: Improving common cross-platform code
...
Reviewed-by: kbarrett, dholmes
2020-07-29 20:25:39 -04:00
Mikael Vidstedt
25d1305f7e
Merge
2020-07-28 22:37:23 -07:00
Zhengyu Gu
3a8a15b5d0
8250588: Shenandoah: LRB needs to save/restore fp registers for runtime call
...
Reviewed-by: rkennke
2020-07-28 10:32:57 -04:00
Coleen Phillimore
42ac8e1856
8250042: Clean up methodOop and method_oop names from the code
...
Reviewed-by: dholmes, sspitsyn, cjplummer, chagedorn
2020-07-28 07:33:51 -04:00
Nick Gasson
0ebcf5c59d
8237483: AArch64 C1 OopMap inserted twice fatal error
...
Reviewed-by: aph
2020-07-28 16:50:32 +08:00
Patric Hedlin
761a92d7c9
8247766: [aarch64] guarantee(val < (1U << nbits)) failed: Field too big for insn
...
Reviewed-by: neliasso, aph
2020-07-27 10:56:51 +02:00
Boris Ulasevich
77c4adbeb5
8249189: AARCH64: more L2I conversions can be skipped
...
Reviewed-by: aph
2020-07-24 09:07:10 -04:00
Boris Ulasevich
4a1d4be729
8248870: AARCH64: I2L/L2I conversions can be skipped for masked positive values
...
Reviewed-by: aph
2020-07-24 08:21:11 -04:00
Monica Beckwith
26680f0c1a
8248668: AArch64: Avoid MIN/MAX macros when using MSVC
...
MSVC employs min/max as macros
Co-authored-by: Ludovic Henry <luhenry@microsoft.com>
Reviewed-by: tschatzl, kbarrett
2020-07-24 11:16:08 +02:00
Nick Gasson
22006dceb4
8249781: AArch64: AOT compiled code crashes if C2 allocates r27
...
Reviewed-by: aph
2020-07-24 11:28:28 +08:00
Stuart Monteith
e427697e55
8246373: AArch64: Refactor register spilling code in ZGC barriers
...
Tidy up code spilling registers, reduce in some cases.
Reviewed-by: aph, eosterlund
2020-07-24 09:00:40 +08:00
Bernhard Urban-Forster
2f8653fbf0
8248666: AArch64: Use THREAD_LOCAL instead of __thread
...
__thread is gcc-ism, instead rely on compiler independent macro.
Reviewed-by: dholmes
2020-07-22 15:03:50 +02:00
Coleen Phillimore
2d8e74ddea
8249768: Move static oops and NullPointerException oops from Universe into OopStorage
...
Make NPE oops an objArrayOop.
Reviewed-by: dholmes, eosterlund
2020-07-22 10:32:44 -04:00
Bernhard Urban-Forster
dff37f89c5
8248671: AArch64: Remove unused variables
...
Remove unused variables in the AArch64 backend. Detected by compiling with MSVC, which warns about them.
Reviewed-by: aph, dholmes
2020-07-21 10:32:52 -04:00
Vladimir A Ivanov
cd98f7d5bf
8249672: Include microcode revision in features_string on x86
...
Reviewed-by: kvn, stuefe
2020-07-21 13:06:45 -07:00
Patric Hedlin
3e0dc68883
8248901: Signed immediate support in .../share/assembler.hpp is broken
...
Reviewed-by: neliasso, kvn, thartmann
2020-07-06 21:29:51 +02:00
Andrew Haley
c7d84850bf
8248414: AArch64: Remove uses of long and unsigned long ints
...
Reviewed-by: adinn, dholmes
2020-07-09 11:01:29 -04:00
Stefan Karlsson
a18e8d3d57
8248048: ZGC: AArch64: SIGILL in load barrier register spilling
...
Reviewed-by: adinn, aph
2020-06-30 19:20:22 +02:00
Yaofei Song
c7ecaa4a1d
8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
...
Reviewed-by: aph
2020-06-28 16:47:25 +08:00
Patric Hedlin
5547d3204d
8247200: assert((unsigned)fpargs < 32)
...
Reviewed-by: aph, neliasso
2020-06-17 11:08:44 +02:00
Vladimir Kozlov
241f401815
8247350: [aarch64] assert(false) failed: wrong size of mach node
...
Use movptr() to load address of string
Reviewed-by: adinn, azeemj
2020-06-12 14:33:20 -07:00
Jie Fu
80ae89b1aa
8247284: Zero VM is broken after JDK-8244920 ('class JavaFrameAnchor' has no member named 'set_last_Java_sp')
...
Reviewed-by: iklam, dholmes
2020-06-10 09:32:27 +08:00
Patric Hedlin
201d0a48d1
8246689: Enable independent compressed oops/class ptrs on Aarch64
...
Reviewed-by: eosterlund
2020-06-08 13:57:55 +02:00
Yang Zhang
35ceac0083
8243597: AArch64: Add support for integer vector abs
...
Reviewed-by: aph
2020-06-08 02:42:57 +00:00
Martin Doerr
5f0f4d75e0
8246377: [PPC64] Further improvements for assembler stop function
...
Reviewed-by: goetz, xliu
2020-06-03 00:22:26 +02:00
Vladimir Kozlov
c4f835b3a7
8249165: Remove unneeded nops introduced by 8234160 changes
...
Check for branch instruction at the end of code block
Reviewed-by: vlivanov
2020-07-13 16:41:01 -07:00
Richard Reingruber
870e67d520
8247695: PPC/S390: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java fails
...
Reviewed-by: goetz, lucy
2020-07-13 10:33:14 +02:00
Andrew Haley
97b948a9b2
8248336: AArch64: C2: offset overflow in BoxLockNode::emit
...
Reviewed-by: adinn
2020-06-25 12:24:50 -04:00
Andrew Haley
6a91c73dda
8248403: AArch64: Remove uses of kernel integer types
...
Reviewed-by: kbarrett, dholmes
2020-07-09 05:30:22 -04:00
Kelvin Nilsen
c5bb023584
8232782: Shenandoah: streamline post-LRB CAS barrier (aarch64)
...
Reviewed-by: rkennke
2020-07-07 11:35:14 +02:00
Ioi Lam
3d1b1a6bc9
8248170: Excessive include of compiledMethod, codeCache, javaClasses and systemDictionary
...
Reviewed-by: dholmes, kvn, coleenp, stefank
2020-07-06 23:11:37 -07:00
Yaofei Song
459da4aa11
8248219: aarch64: missing memory barrier in fast_storefield and fast_accessfield
...
Reviewed-by: aph
2020-06-28 16:47:25 +08:00
Vladimir Kozlov
ec25b42804
8076985: Allocation path: biased locking + compressed oops code quality
...
Use 64-bit constant class pointer for loading class prototype header.
Reviewed-by: roland
2020-07-02 12:52:49 -07:00
Doug Simon
4e962f9675
8248321: [JVMCI] improve libgraal logging and fatal error handling
...
Reviewed-by: kvn, never
2020-07-02 18:02:20 +02:00
Vladimir Kozlov
bf04926d72
8005088: remove unused NativeInstruction::test methods
...
Reviewed-by: iignatyev
2020-07-01 15:37:56 -07:00
Stefan Karlsson
13750b6aca
8248048: ZGC: AArch64: SIGILL in load barrier register spilling
...
Reviewed-by: adinn, aph
2020-06-30 19:20:22 +02:00
Pengfei Li
ac4f14c386
8247307: C2: Loop array fill stub routines are not called
...
Ignore safepoint polling use of CountedLoopNode when matching loop array fill pattern.
Reviewed-by: kvn, thartmann
2020-06-28 06:15:31 +00:00
Matthias Baesken
e7fa180e05
8248334: hs build errors on ppc64 and s390x platforms
...
Reviewed-by: dholmes, mdoerr
2020-06-26 12:05:57 +02:00
Vladimir Kozlov
b87302ca99
8248347: windows build broken by JDK-8243114
...
Reviewed-by: dcubed, dholmes
2020-06-25 16:01:16 -07:00
Andrew Haley
47e465cf1b
8243114: Implement montgomery{Multiply,Square}intrinsics on Windows
...
Reviewed-by: dholmes, andrew
2020-06-25 14:19:37 +01:00
Coleen Phillimore
1550fd889b
8239782: CC_INTERP is only used by Zero interpreter
...
Change CC_INTERP conditional to ZERO and remove in places where unnecessary. Fix build to exclude compilers and rename CppInterpreter to ZeroInterpreter. The "C++ Interpreter" has been removed from the code a while ago.
Reviewed-by: dholmes, ihse
2020-06-24 09:56:20 -04:00
Stefan Karlsson
a1f02d13e5
8248130: AArch64: pf() uses mtNone instead of mtInternal
...
Reviewed-by: tschatzl, kbarrett, dholmes
2020-06-24 12:19:14 +02:00
Xin Liu
4076ca82d2
8151779: Some intrinsic flags could be replaced with one general flag
...
Add ControlIntrinsic switch
Reviewed-by: neliasso, phh
2020-06-23 10:40:26 -07:00
Dong Wangya
cb9d3efe5d
8247979: aarch64: missing side effect of killing flags for clearArray_reg_reg
...
Reviewed-by: adinn
2020-06-22 20:26:02 +08:00
Patric Hedlin
3839c8656e
8247200: assert((unsigned)fpargs < 32)
...
Reviewed-by: aph, neliasso
2020-06-04 10:17:40 +02:00
Shravya Rukmannagari
9d5f388498
8245512: CRC32 optimization using AVX512 instructions
...
Reviewed-by: kvn
2020-06-04 17:36:58 -07:00
Tobias Hartmann
f822eed55c
8245957: Remove unused LIR_OpBranch::type after SPARC port removal
...
Removed LIR_OpBranch::type after the only remaining usage was removed with the SPARC port removal.
Reviewed-by: kvn, mdoerr
2020-06-02 09:57:57 +02:00
Xin Liu
0ec39a0b70
8230552: Provide information when hitting a HaltNode for architectures other than x86
...
Reviewed-by: mdoerr
2020-06-01 08:52:01 -04: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