Lutz Schmidt
|
722b4b4fda
|
8231403: [ppc]: Align ReservedCodeCacheSize default value with other platforms
Reviewed-by: goetz
|
2019-09-30 17:18:30 +02:00 |
|
Matthias Baesken
|
848614a01c
|
8231448: s390 and ppc - replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
Reviewed-by: coleenp, lfoltan
|
2019-09-26 14:04:25 +02:00 |
|
Tobias Hartmann
|
a4b46ccc23
|
8229496: SIGFPE (division by zero) in C2 OSR compiled method
Adding a CastNode to keep the dependency between the div/mod operation and the zero check.
Reviewed-by: roland, mdoerr
|
2019-09-05 13:56:17 +02:00 |
|
Martin Doerr
|
e77e5da785
|
8229422: Taskqueue: Outdated selection of weak memory model platforms
Reviewed-by: tschatzl, dholmes, drwhite
|
2019-08-12 19:20:12 +02:00 |
|
Stefan Karlsson
|
3149ed4993
|
8230203: Replace markWord enums with typed constants
Reviewed-by: kbarrett, dholmes
|
2019-08-30 09:06:46 +02:00 |
|
Martin Doerr
|
cf05d75980
|
8229925: [s390, PPC64] Exception check missing in interpreter
Reviewed-by: dholmes, rrich
|
2019-08-22 15:52:03 +02:00 |
|
Stefan Karlsson
|
a3d6be2b2d
|
8229838: Rename markOop files to markWord
Reviewed-by: dholmes, rehn
|
2019-08-19 11:30:03 +02:00 |
|
Erik Österlund
|
f0ff63c19c
|
8229345: Memory leak due to vtable stubs not being shared on SPARC
Reviewed-by: mdoerr, dholmes, kvn
|
2019-08-16 16:50:17 +02:00 |
|
Stefan Karlsson
|
ae5615c614
|
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Reviewed-by: rkennke, coleenp, kbarrett, dcubed
|
2019-08-06 10:48:21 +02:00 |
|
Martin Doerr
|
50baeb8180
|
8229236: CriticalJNINatives: dll handling should be done in native thread state
Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
|
2019-08-12 10:02:25 +02:00 |
|
Martin Doerr
|
f84231bfbd
|
8228649: [PPC64] SA reads wrong slots from interpreter frames
Make frame layout consistent between dbg and product build and implement offsets accordingly.
Reviewed-by: goetz, gromero
|
2019-08-02 11:28:58 +02:00 |
|
Martin Doerr
|
918492bb58
|
8228743: [PPC64, s390] Implement FastJNIAccessors
Reviewed-by: goetz, lucy
|
2019-07-30 17:54:53 +02:00 |
|
Christian Hagedorn
|
ce70e6c481
|
8071275: remove AbstractAssembler::update_delayed_values dead code
Removed dead code.
Reviewed-by: thartmann, mdoerr
|
2019-07-25 08:04:33 +02:00 |
|
Vladimir Ivanov
|
242bd67c6c
|
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
Reviewed-by: eosterlund, dholmes, mdoerr, dpochepk
|
2019-07-19 16:25:04 +03:00 |
|
Jamsheed Mohammed C M
|
aedbb75803
|
8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
Unsafe.copy*Memory access failures are handled gracefully.
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Reviewed-by: kvn, dcubed, thartmann, coleenp, aph
|
2019-06-24 11:37:56 -07:00 |
|
Kazunori Ogata
|
f93ae041ad
|
8224090: [PPC64] Fix SLP patterns for filling an array with double float literals
Reviewed-by: mdoerr, simonis
|
2019-06-12 14:24:11 +02:00 |
|
Martin Doerr
|
98e6903c57
|
8224826: Implement fast class initialization checks on PPC64
Reviewed-by: vlivanov, gromero
|
2019-06-11 09:51:33 +02: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 |
|
Stefan Karlsson
|
4914e0ee95
|
8224203: Remove need to specify type when using FLAG_SET macros
Reviewed-by: rehn, pliden, coleenp
|
2019-05-22 13:06:31 +02:00 |
|
Lutz Schmidt
|
b730805159
|
8213084: Rework and enhance Print[Opto]Assembly output
Reviewed-by: kvn, thartmann
|
2019-05-21 15:51:35 +02:00 |
|
Lutz Schmidt
|
aa720e27c5
|
8223444: Improve CodeHeap Free Space Management
Reviewed-by: kvn, thartmann
|
2019-05-20 17:44:29 +02:00 |
|
Matthias Baesken
|
c39088c391
|
8223438: add VirtualizationInformation JFR event
Reviewed-by: clanger, egahlin
|
2019-05-16 09:21:49 +02:00 |
|
Coleen Phillimore
|
204059634d
|
8223657: Remove unused THREAD argument from SymbolTable functions
Also made lookup and lookup_only functions private to SymbolTable. External callers use new_symbol or probe.
Reviewed-by: dholmes, gziemski
|
2019-05-14 11:29:18 -04:00 |
|
Stefan Karlsson
|
feeab37ce7
|
8223637: Fix build breakage after 8223136
Co-authored-by: Lutz Schmidt <lutz.schmidt@sap.com>
Co-authored-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Co-authored-by: Aleksey Shipilev <shade@redhat.com>
Reviewed-by: stefank, coleenp
|
2019-05-11 13:10:24 +02:00 |
|
Stefan Karlsson
|
c90f3ee68b
|
8223624: Cleanup includes of universe.hpp
Reviewed-by: coleenp, lkorinth
|
2019-05-09 14:28:30 +02:00 |
|
Stefan Karlsson
|
5a8ba256df
|
8223136: Move compressed oops functions to CompressedOops class
Reviewed-by: coleenp, lkorinth
|
2019-05-09 14:26:03 +02:00 |
|
Robbin Ehn
|
1814ecf475
|
8222637: Obsolete NeedsDeoptSuspend
Reviewed-by: dlong, coleenp, dholmes
|
2019-04-26 10:18:47 +02:00 |
|
Matthias Baesken
|
133401ac02
|
8222280: Provide virtualization related info in the hs_error file on AIX
Reviewed-by: clanger, mdoerr
|
2019-04-12 09:13:50 +02:00 |
|
Coleen Phillimore
|
cebdd53c0f
|
8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
Replace IRT entry points with JRT.
Reviewed-by: lfoltan, dcubed
|
2019-04-12 09:30:17 -04:00 |
|
Matthias Baesken
|
d40aa622cf
|
8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Reviewed-by: dholmes, mdoerr
|
2019-04-10 08:51:38 +02:00 |
|
Aleksey Shipilev
|
2cf209bd92
|
8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
Reviewed-by: dholmes, stuefe, iklam
|
2019-04-01 10:04:22 +02:00 |
|
Volker Simonis
|
f9c08cc6fb
|
8221083: [ppc64] Wrong oop compare in C1-generated code
Reviewed-by: mdoerr, goetz
|
2019-03-26 11:51:41 +01:00 |
|
Thomas Schatzl
|
ece7e8a2a1
|
8220301: Remove jbyte use in CardTable
Use CardTable::CardValue aliased to uint8_t instead.
Reviewed-by: kbarrett, shade
|
2019-03-13 21:01:56 +01:00 |
|
Martin Doerr
|
ed252e10de
|
8219582: PPC: Crash after C1 checkcast patched and GC
Reviewed-by: akozlov, goetz
|
2019-03-01 17:48:53 +01:00 |
|
Matthias Baesken
|
4f60b8d9e2
|
8219460: ppc: adjust NativeGeneralJump::insert_unconditional to stack allocated MacroAssembler
Reviewed-by: mdoerr
|
2019-02-20 17:29:30 +01:00 |
|
Kim Barrett
|
d2c690e80b
|
8218089: Rename DirtyCardQueue et al to follow usual G1 naming conventions
Move files and rename classes.
Reviewed-by: tschatzl, lkorinth
|
2019-02-13 17:38:14 -05:00 |
|
Roland Westrelin
|
6c640e1831
|
8215483: Off heap memory accesses should be vectorized
Reviewed-by: neliasso, kvn
|
2018-12-18 09:29:39 +01:00 |
|
Aleksey Shipilev
|
9cc4f7d99b
|
8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)
Reviewed-by: stefank, rehn, dholmes
|
2019-01-31 19:08:37 +01:00 |
|
Martin Doerr
|
a9338bb8b7
|
8217459: [PPC64] Cleanup non-vector version of CRC32
Reviewed-by: gromero, goetz
|
2019-01-25 09:49:17 +01:00 |
|
Martin Doerr
|
d3339d45e1
|
8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
Reviewed-by: gromero, goetz
|
2019-01-21 09:44:27 +01:00 |
|
Jesper Wilhelmsson
|
528bc73ca4
|
Merge
|
2019-01-14 23:05:26 +01:00 |
|
Martin Doerr
|
804d51618f
|
8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
Reviewed-by: goetz, gromero
|
2019-01-11 11:02:00 +01:00 |
|
Coleen Phillimore
|
154a1a02bf
|
8216167: Update include guards to reflect correct directories
Use script and some manual fixup to fix directores names in include guards.
Reviewed-by: lfoltan, eosterlund, kbarrett
|
2019-01-10 15:13:51 -05:00 |
|
Michihiro Horie
|
d51be0e1b3
|
8215262: PPC64: FMA Vectorization on PPC64
Reviewed-by: mdoerr, gromero
|
2018-12-12 12:36:53 -05:00 |
|
Michihiro Horie
|
31fbc28af5
|
8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
Reviewed-by: kvn, rriggs, mdoerr, gromero
|
2018-12-11 20:31:18 -05:00 |
|
Martin Doerr
|
418ce1d421
|
8215144: PPC64: Wrong assertion "illegal object size"
Reviewed-by: simonis
|
2018-12-11 10:15:28 +01:00 |
|
Gustavo Romero
|
d6b70fa2ab
|
8214451: PPC64/s390: Clean up unused CRC32 prototype and function
Reviewed-by: mdoerr, lucy
|
2018-11-28 13:16:54 -05:00 |
|
Roland Westrelin
|
e530ca5cc2
|
8214206: Fix for JDK-8213419 is broken on 32-bit
Reviewed-by: mdoerr, shade
|
2018-11-22 17:25:47 +01:00 |
|
Michihiro Horie
|
dbf691d4a2
|
8214205: PPC64: Add instructions for counting trailing zeros
Reviewed-by: mdoerr, gromero
|
2018-11-22 21:43:37 -05:00 |
|
Roman Kennke
|
7c3f2b06f1
|
8213199: GC abstraction for Assembler::needs_explicit_null_check()
Reviewed-by: adinn, eosterlund
|
2018-11-08 23:31:08 +01:00 |
|