Kim Barrett
|
89e3782f21
|
8233364: Fix undefined behavior in Canonicalizer::do_ShiftOp
Add java_shift_xxx helpers and use them.
Reviewed-by: aph, kvn
|
2019-11-07 16:22:22 -05:00 |
|
Naoto Sato
|
c1a99a0f33
|
8232871: Host Locale Provider on Mac does not return translated values of Japanese calendar
Reviewed-by: bchristi
|
2019-11-07 11:34:01 -08:00 |
|
Markus Grönlund
|
24bff84cb3
|
8232905: JFR fails with assertion: assert(t->unflushed_size() == 0) failed: invariant
Reviewed-by: egahlin
|
2019-11-07 15:56:56 +01:00 |
|
Markus Grönlund
|
9ec96c1117
|
8233416: JFR: assert((((((klass)->trace_id()) & (((1 << 1) << 8) | (JfrTraceIdEpoch::in_use_this_epoch_bit()))) != 0))) failed: invariant
Reviewed-by: egahlin
|
2019-11-07 15:53:25 +01:00 |
|
Per Lidén
|
b7dcab5af0
|
8233793: ZGC: Incorrect type used in ZBarrierSetC2 clone_type()
Reviewed-by: eosterlund
|
2019-11-07 15:48:43 +01:00 |
|
Zhengyu Gu
|
4860dad68c
|
8233796: Shenandoah is broken after 8233708
Reviewed-by: rkennke
|
2019-11-07 09:41:22 -05:00 |
|
Claes Redestad
|
12adeca887
|
8233708: VectorSet cleanup
Reviewed-by: neliasso, shade, thartmann
|
2019-11-07 12:12:39 +01:00 |
|
Erik Österlund
|
f07d377d6f
|
8233073: Make BitMap accessors more memory ordering friendly
Reviewed-by: kbarrett, pliden
|
2019-11-07 10:28:29 +00:00 |
|
Roland Westrelin
|
afd91fd320
|
8232539: SIGSEGV in C2 Node::unique_ctrl_out
Reviewed-by: thartmann, kvn
|
2019-10-22 11:55:58 +02:00 |
|
Matthias Baesken
|
6e3be7fbf7
|
8233328: fix minimal VM build on Linux s390x
Reviewed-by: lucy, mdoerr
|
2019-11-06 14:04:07 +01:00 |
|
Nils Eliasson
|
3b5b596f4b
|
8233783: Make 8232896 patch complete
Reviewed-by: pliden, kvn
|
2019-11-07 09:23:55 +01:00 |
|
Tobias Hartmann
|
14475e47b6
|
8233491: Crash in AdapterHandlerLibrary::get_adapter with CDS due to code cache exhaustion
Added null check.
Reviewed-by: kvn, iklam
|
2019-11-07 07:02:55 +01:00 |
|
David Holmes
|
4272078d30
|
8233454: Test fails with assert(!is_init_completed(), "should only happen during init") after JDK-8229516
Reviewed-by: jiefu, dcubed
|
2019-11-06 21:18:42 -05:00 |
|
Aleksey Shipilev
|
a57683f3e0
|
8233698: GCC 4.8.5 build failure after JDK-8233530
Reviewed-by: stuefe, dholmes, kbarrett
|
2019-11-06 19:37:30 +01:00 |
|
Ivan Gerasimov
|
68a7b58abb
|
8233658: Escape + in the expression describing Runtime.Version string
Reviewed-by: naoto
|
2019-11-06 09:45:26 -08:00 |
|
Xue-Lei Andrew Fan
|
b7f557e5c7
|
8223940: Private key not supported by chosen signature algorithm
Reviewed-by: valeriep
|
2019-11-06 09:45:04 -08:00 |
|
Christoph Goettschkes
|
7fbb1f5ae1
|
8231955: ARM32: Address displacement is 0 for volatile field access because of Unsafe field access
Reviewed-by: dlong
|
2019-11-06 19:37:52 +03:00 |
|
Aleksey Shipilev
|
270c5ea37e
|
8233695: AArch64 build failures after -Wno-extra removal
Reviewed-by: aph
|
2019-11-06 16:52:49 +01:00 |
|
Zhengyu Gu
|
476cfd1547
|
8233401: Shenandoah: Refactor/cleanup Shenandoah load barrier code
Reviewed-by: aph, shade, rkennke
|
2019-11-06 09:50:53 -05:00 |
|
Yasumasa Suenaga
|
b2e6cba0b4
|
8233375: JFR emergency dump does not recover thread state
Reviewed-by: dholmes, mgronlun
|
2019-11-06 21:49:30 +09:00 |
|
Ivan Gerasimov
|
1c2b406ab5
|
8233650: Javadoc for Math.floorMod(int, int) gives wrong example
Reviewed-by: bpb
|
2019-11-05 20:27:21 -08:00 |
|
Markus Knetschke
|
8ca82e3147
|
8233599: ARM32 Build failed due to 8232050 missing an include
Reviewed-by: dholmes
|
2019-11-05 18:42:10 -05:00 |
|
Ao Qi
|
87e7ddc8d7
|
8233608: Minimal build broken after JDK-8233494
Reviewed-by: shade
|
2019-11-06 01:45:25 +08:00 |
|
Jie Fu
|
1c40d6fdfb
|
8233590: Compiler thread creation fails with assert(_c2_count > 0 || _c1_count > 0) failed: No compilers?
Handle the case with -XX:-TieredCompilation properly
Reviewed-by: shade, thartmann
|
2019-11-05 09:59:21 -08:00 |
|
Hannes Wallnöfer
|
50ef4854dc
|
8232209: Update double-conversion license file to version 3.1.5
Reviewed-by: sundar
|
2019-11-05 17:27:18 +01:00 |
|
Thomas Stuefe
|
1be39aa9c7
|
8233530: gcc 5.4 build warning -Wc++14-compat after JDK-8233359
Reviewed-by: dholmes, goetz
|
2019-11-05 16:57:58 +01:00 |
|
Martin Doerr
|
c15dfbfd60
|
8233081: C1: PatchingStub for field access copies too much
Reviewed-by: thartmann, dlong
|
2019-11-05 11:53:46 +01:00 |
|
Nils Eliasson
|
3ca7e3f6ff
|
8232896: ZGC: Enable C2 clone intrinsic
Reviewed-by: pliden, kvn
|
2019-10-31 17:16:36 +01:00 |
|
Jie Fu
|
3762eb00f0
|
8233574: Shenandoah: build is broken without jfr
Reviewed-by: rkennke, shade
|
2019-11-05 17:02:01 +08:00 |
|
Claes Redestad
|
dd8e82f46e
|
8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
Reviewed-by: lfoltan, coleenp
|
2019-11-05 09:58:05 +01:00 |
|
Claes Redestad
|
af729c390c
|
8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
Reviewed-by: mdoerr, zgu
|
2019-11-05 09:57:10 +01:00 |
|
Jie Fu
|
9f62f4586d
|
8233429: Minimal and zero VM build broken after JDK-8227003
Co-authored-by: Igor Veresov <igor.veresov@oracle.com>
Reviewed-by: iveresov, shade, thartmann
|
2019-11-05 09:37:20 +08:00 |
|
Thomas Stuefe
|
13cc1154f0
|
8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
Reviewed-by: mdoerr, dlong, aph
|
2019-10-31 07:53:16 +01:00 |
|
Brent Christian
|
3561b4ed50
|
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
Reviewed-by: alanb, dholmes, mchung
|
2019-11-04 11:42:24 -08:00 |
|
Aleksey Shipilev
|
05307243c0
|
8233520: Shenandoah: do not sleep when thread is attaching
Reviewed-by: rkennke
|
2019-11-04 19:40:58 +01:00 |
|
Andrew Haley
|
02224ff40c
|
Merge
|
2019-11-04 13:13:34 -05:00 |
|
Kiran Ravikumar
|
429237410f
|
8232984: Upgrading Joni License version to 2.1.16
Reviewed-by: coffeys
|
2019-11-04 14:24:36 +00:00 |
|
Yasumasa Suenaga
|
2e72b249ee
|
8233285: Demangling C++ symbols in jhsdb jstack --mixed
Reviewed-by: cjplummer, sspitsyn, ihse
|
2019-11-04 22:31:59 +09:00 |
|
Simon Tooke
|
a7023d7c88
|
8232973: Potential infinite loop in macOS hotspot agent
Reviewed-by: stuefe, cjplummer, sspitsyn
|
2019-11-04 13:58:33 +01:00 |
|
Jan Lahoda
|
7a006b3608
|
8230847: Trees.getScope may crash when invoked for statement inside switch
More thoroughly avoiding side-effects when attributing (to) for Trees.getScope.
Reviewed-by: mcimadamore
|
2019-11-04 10:58:14 +01:00 |
|
Andrew Haley
|
78995ebe68
|
8233232: AArch64: Shenandoah: jni_fast_GetLongField is broken
Reviewed-by: shade, rkennke
|
2019-11-01 06:04:35 -04:00 |
|
Aleksey Shipilev
|
4fcd28bf54
|
8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
Reviewed-by: rkennke
|
2019-10-31 10:37:03 +01:00 |
|
Coleen Phillimore
|
2c77ae1ca5
|
8233266: Remove unnecessary fence in restore_unshareable_info
Reviewed-by: jiangli, dholmes
|
2019-10-30 22:32:00 -04:00 |
|
Valerie Peng
|
f14e3a60b2
|
8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures
Fixed to treat the queried key size values as bits instead of bytes
Reviewed-by: ascarpino, xuelei
|
2019-10-31 02:22:42 +00:00 |
|
Lance Andersen
|
3cc7b5babe
|
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Reviewed-by: clanger, bpb, alanb
|
2019-10-30 15:54:41 -04:00 |
|
Markus Grönlund
|
8addc1418a
|
8226511: Implement JFR Event Streaming
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Reviewed-by: egahlin, mseledtsov, mgronlun
|
2019-10-30 19:43:52 +01:00 |
|
Claes Redestad
|
061b0a6637
|
8233159: Method::result_type should use calculated value in constMethod
Reviewed-by: lfoltan, iklam, coleenp
|
2019-10-30 16:14:56 +01:00 |
|
Matthias Baesken
|
da61b865b4
|
8233078: fix minimal VM build on Linux ppc64(le)
Reviewed-by: mdoerr, lucy
|
2019-11-04 09:54:00 +01:00 |
|
Jan Lahoda
|
a9952bb5d9
|
8229815: Upgrade Jline to 3.12.1
Reviewed-by: rfield
|
2019-11-04 09:40:35 +01:00 |
|
Weijun Wang
|
a66829bc89
|
8231950: keytool -ext camel-case shorthand not working
Reviewed-by: mullan
|
2019-11-04 14:26:18 +08:00 |
|