Jesper Wilhelmsson
|
257a1bb854
|
Merge
|
2020-01-08 16:03:32 +01:00 |
|
Thomas Schatzl
|
89f2d14518
|
8235934: gc/g1/TestGCLogMessages.java fails with 'DerivedPointerTable Update' found
Fix determining whether C2 or JVMCI are enabled in the test.
Reviewed-by: sjohanss, kbarrett
|
2020-01-08 14:36:48 +01:00 |
|
Goetz Lindenmaier
|
d6a2a079d1
|
8236772: Fix build for windows 32-bit after 8212160 and 8234331
Reviewed-by: clanger
|
2020-01-08 14:22:30 +01:00 |
|
Zhengyu Gu
|
b81bfcbff1
|
8236902: Shenandoah: Missing string dedup roots in all root scanner
Reviewed-by: rkennke
|
2020-01-10 07:21:32 -05:00 |
|
Ralf Schmelter
|
11c073b97e
|
8234510: Remove file seeking requirement for writing a heap dump
Reviewed-by: clanger, rrich
|
2020-01-08 13:44:54 +01:00 |
|
Thomas Schatzl
|
ea83ced243
|
8231670: Remove TaskExecutor abstraction used in preserved marks processing
Reviewed-by: sjohanss, kbarrett
|
2020-01-08 13:33:34 +01:00 |
|
Prasanta Sadhukhan
|
4b00d5753d
|
8235818: Inline information from broken external links in java.desktop
Reviewed-by: prr
|
2020-01-08 14:07:21 +05:30 |
|
Matthias Baesken
|
4f35b4a65c
|
8236709: struct SwitchRange in HS violates C++ One Definition Rule
Reviewed-by: dholmes, kbarrett
|
2020-01-08 08:55:26 +01:00 |
|
Ivan Gerasimov
|
78c4ab4449
|
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
Reviewed-by: rriggs
|
2020-01-09 15:38:41 -08:00 |
|
Coleen Phillimore
|
016b0f0caa
|
8232759: Remove GC.class_stats
Make the GC.class_stats option obsolete
Reviewed-by: dholmes, iklam
|
2020-01-09 17:38:41 -05:00 |
|
Jesper Wilhelmsson
|
943b87ddde
|
Merge
|
2020-01-09 20:21:53 +01:00 |
|
Harold Seigel
|
ff914903b9
|
8235766: SafepointSynchronize::_end_of_last_safepoint is unused
Remove unused field
Reviewed-by: lfoltan
|
2020-01-09 21:06:41 +00:00 |
|
Thomas Schatzl
|
fab3122111
|
8214277: Use merged G1ArchiveRegionMap for open and closed archive heap regions
Reviewed-by: kbarrett, jiangli
|
2020-01-09 21:57:18 +01:00 |
|
Ioi Lam
|
584db9818a
|
8236625: Remove writeable macro from JVM flags declaration
Reviewed-by: coleenp, hseigel, gziemski
|
2020-01-07 18:56:18 -08:00 |
|
Yasumasa Suenaga
|
7d8519fffe
|
8236489: Java heap file on daxfs should be more secure
Reviewed-by: iklam, dholmes
|
2020-01-08 08:53:28 +09:00 |
|
Christoph Dreis
|
1cf603e8fc
|
8236705: Use single character variant of String.replace when applicable
Reviewed-by: igerasim, alanb
|
2020-01-07 15:33:09 -08:00 |
|
Kim Barrett
|
ef5b447b04
|
8235751: Assertion when triggering concurrent cycle during shutdown
Skip initial mark during shutdown and don't assert when that happens.
Reviewed-by: sjohanss, tschatzl
|
2020-01-07 17:28:42 -05:00 |
|
Serguei Spitsyn
|
4e29c964f9
|
8236124: Minimal VM slowdebug build failed after JDK-8212160
Use macro JVMTI_ONLY to avoid slowdebug build fail
Reviewed-by: coleenp, cjplummer, dholmes
|
2020-01-07 21:36:10 +00:00 |
|
Roman Kennke
|
ba6cedcf24
|
8236732: Shenandoah: Stricter placement for oom-evac scopes
Reviewed-by: zgu
|
2020-01-07 21:53:52 +01:00 |
|
Roman Kennke
|
769f853592
|
8236732: Shenandoah: Stricter placement for oom-evac scopes
Reviewed-by: zgu
|
2020-01-07 21:53:52 +01:00 |
|
Serguei Spitsyn
|
ed044e9142
|
8236124: Minimal VM slowdebug build failed after JDK-8212160
Use macro JVMTI_ONLY to avoid slowdebug build fail
Reviewed-by: coleenp, cjplummer, dholmes
|
2020-01-07 19:57:11 +00:00 |
|
Joe Darcy
|
03073cd46d
|
8234783: Improve wording of spec of Record.equals
Reviewed-by: jjg, vromero
|
2020-01-07 10:22:06 -08:00 |
|
Coleen Phillimore
|
c4b8e38de4
|
8236224: Obsolete the FieldsAllocationStyle and CompactFields options
Remove the options and code for options deprecated in JDK 14
Reviewed-by: dholmes, hseigel, fparain
|
2020-01-07 13:11:35 -05:00 |
|
Joe Darcy
|
af4ad226c8
|
8236695: java.lang.Record should be declared with an explicit constructor
Reviewed-by: psandoz, chegar
|
2020-01-07 09:17:51 -08:00 |
|
Christian Hagedorn
|
3e9a17c53e
|
8235984: C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
Bailout from loop unswitching if loop predicates have a control dependency to partially peeled statements.
Reviewed-by: neliasso, thartmann
|
2020-01-07 17:06:10 +01:00 |
|
Igor Veresov
|
cc99075c79
|
8236050: Some compiler tests fail when executed with custom TieredLevel
Make sure TieredStopAtLevel is properly supported for different compilation modes
Reviewed-by: redestad, thartmann
|
2020-01-07 07:31:28 -08:00 |
|
Vicente Romero
|
50a56141ba
|
8234445: spurious error message for record constructors with receiver parameters
Reviewed-by: mcimadamore
|
2020-01-07 09:21:07 -05:00 |
|
Vicente Romero
|
320d4b7f72
|
8236266: change error message for the case when a class extends j.l.Record
Reviewed-by: mcimadamore
|
2020-01-07 09:10:14 -05:00 |
|
Vicente Romero
|
aa3a79a29b
|
8236544: confusing error message: return type of accessor method is not compatible with type of record component
Reviewed-by: mcimadamore
|
2020-01-07 09:08:31 -05:00 |
|
Zhengyu Gu
|
9e09ba5e13
|
8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
Reviewed-by: rkennke
|
2020-01-07 08:53:37 -05:00 |
|
Zhengyu Gu
|
ee5729ac21
|
8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
Reviewed-by: rkennke
|
2020-01-07 08:53:37 -05:00 |
|
Jim Laskey
|
0cb75321ef
|
8233751: StringBuilder / StringBuffer capacity() doc is misleading
Reviewed-by: bchristi
|
2020-01-07 09:03:00 -04:00 |
|
Roman Kennke
|
49b1cc8ee6
|
8236181: C2: Remove useless step_over_gc_barrier() in int->bool conversion
Reviewed-by: thartmann, roland
|
2020-01-07 13:45:10 +01:00 |
|
Roman Kennke
|
ffe68bcb24
|
8236161: C2: Remove useless step_over_gc_barrier() in int->bool conversion
Reviewed-by: thartmann, roland
|
2020-01-07 13:45:10 +01:00 |
|
Naoto Sato
|
2e237e35fd
|
8227313: Support monetary grouping separator in DecimalFormat/DecimalFormatSymbols
Reviewed-by: joehw
|
2020-01-06 10:31:20 -08:00 |
|
Jamil Nimeh
|
8a1b5ad914
|
8236039: JSSE Client does not accept status_request extension in CertificateRequest messages for TLS 1.3
Reviewed-by: xuelei
|
2020-01-05 21:04:39 -08:00 |
|
Yasumasa Suenaga
|
0a9a7e2f6c
|
8236552: Description of jmxremote.ssl.config.file in ManagementAgent.start is incorrect
Reviewed-by: cjplummer
|
2020-01-04 16:25:58 +09:00 |
|
Vicente Romero
|
396c363517
|
8236544: confusing error message: return type of accessor method is not compatible with type of record component
Reviewed-by: mcimadamore
|
2020-01-03 12:37:30 -05:00 |
|
Matthias Baesken
|
44f7fe57a8
|
8236617: jtreg test containers/docker/TestMemoryAwareness.java fails after 8226575
Reviewed-by: bobv, clanger, mdoerr
|
2020-01-03 11:10:42 +01:00 |
|
Patric Hedlin
|
9549cd2877
|
8235870: C2 crashes in IdealLoopTree::est_loop_flow_merge_sz()
Reviewed-by: thartmann
|
2020-01-13 11:26:44 +01:00 |
|
Sergey Bylokhov
|
206d72aee2
|
8235520: [macosx] Delete NSView based direct rendering mechanism
Reviewed-by: prr, jdv
|
2019-12-27 13:47:31 +03:00 |
|
Sergey Bylokhov
|
e8fdc9408e
|
8234706: MenuPeer cleanup
Reviewed-by: prr
|
2019-12-26 22:38:38 +03:00 |
|
Sergey Bylokhov
|
8f8f43999c
|
8210231: Robot.delay() catches InterruptedException and prints stacktrace to stderr
Reviewed-by: alanb, smarks
|
2019-12-25 14:17:57 +03:00 |
|
Sergey Bylokhov
|
e13f184eb3
|
8236506: [macosx] Some datatransfer classes were loaded on startup
Reviewed-by: prr
|
2019-12-25 10:15:32 +03:00 |
|
Weijun Wang
|
e7a07ea2f3
|
8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
Reviewed-by: xuelei
|
2019-12-25 07:17:25 +08:00 |
|
Sandhya Viswanathan
|
45e4c4c4dc
|
8236364: TEMP vector registers could be incorrectly assigned upper bank xmm registers after Generic Operands (JDK-8234391)
Reviewed-by: kvn, vlivanov
|
2019-12-24 16:49:37 +03:00 |
|
Yasumasa Suenaga
|
1e67b2c457
|
8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if prelink is enabled
Error handling for "lib_base_diff == 0"
Reviewed-by: ysuenaga, cjplummer, kevinw
|
2019-12-24 04:47:44 -05:00 |
|
Pavel Rappo
|
911846b49b
|
8236435: Fix typos in javac area
Reviewed-by: jjg, mcimadamore
|
2019-12-24 09:38:41 +00:00 |
|
Pengfei Li
|
e2644b70cf
|
8233743: AArch64: Make r27 conditionally allocatable
Reviewed-by: aph, dlong
|
2019-12-24 16:51:55 +08:00 |
|
Smita Kamath
|
995da6eb2a
|
8167065: Add intrinsic support for double precision shifting on x86_64
Reviewed-by: kvn
|
2019-12-23 14:42:21 -08:00 |
|