Maurizio Cimadamore
|
b1df8adbf8
|
8236779: static field in implementation class erroneously leaking in memory access javadoc
Reviewed-by: chegar
|
2020-01-09 12:04:22 +00:00 |
|
Athijegannathan Sundararajan
|
6e467d4d02
|
8225561: jlink --help doesn't state that ALL-MODULE-PATH is accepted for --add-modules
Reviewed-by: alanb
|
2020-01-09 17:25:05 +05:30 |
|
Jesper Wilhelmsson
|
cd74b2a23d
|
Added tag jdk-14+31 for changeset decd3d2953b6
|
2020-01-09 02:34:23 +01:00 |
|
Jesper Wilhelmsson
|
0a4d6f6925
|
Added tag jdk-14+31 for changeset d54ce919da90
|
2020-01-09 02:31:10 +01:00 |
|
Paul Sandoz
|
e5b0568e1c
|
8236769: Clarify javadoc of memory access API
Reviewed-by: chegar
|
2020-01-08 23:12:45 +00:00 |
|
Erik Gahlin
|
0239771501
|
8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
Reviewed-by: rehn, mseledtsov
|
2020-01-08 22:44:34 +01:00 |
|
Anthony Scarpino
|
7ed4930a8e
|
8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty
Reviewed-by: xuelei
|
2020-01-08 13:25:03 -08:00 |
|
Roman Kennke
|
ba6cedcf24
|
8236732: Shenandoah: Stricter placement for oom-evac scopes
Reviewed-by: zgu
|
2020-01-07 21:53:52 +01: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 |
|
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
|
773b7b6c4b
|
8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
Reviewed-by: zgu
|
2019-12-17 18:23:33 +01:00 |
|
Aditya Mandaleeka
|
950ebec4a9
|
8236179: C1 register allocation error with T_ADDRESS
Reviewed-by: rkennke, vlivanov, roland, mdoerr
|
2019-12-20 19:51:00 +01:00 |
|
Zhengyu Gu
|
0591a66b90
|
8235842: Shenandoah: Implement native LRB for narrow oop
Reviewed-by: rkennke
|
2019-12-12 15:20:53 -05:00 |
|
Roman Kennke
|
450b97f593
|
8234974: Shenandoah: Do concurrent roots even when no evacuation is necessary
Reviewed-by: zgu
|
2019-12-12 18:34:30 +01:00 |
|
Vicente Romero
|
be6b4aab40
|
8236692: static final fields without initializer are accepted by javac
Reviewed-by: mcimadamore
|
2020-01-08 15:18:58 -05:00 |
|
Erik Gahlin
|
0562caa4cb
|
8236487: JFR Recorder Thread crashed due to "assert(_chunkwriter.is_valid()) failed: invariant"
Reviewed-by: mgronlun, mseledtsov
|
2020-01-08 19:12:20 +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 |
|
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 |
|
Joe Darcy
|
03073cd46d
|
8234783: Improve wording of spec of Record.equals
Reviewed-by: jjg, vromero
|
2020-01-07 10:22:06 -08: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 |
|
Jim Laskey
|
0cb75321ef
|
8233751: StringBuilder / StringBuffer capacity() doc is misleading
Reviewed-by: bchristi
|
2020-01-07 09:03:00 -04:00 |
|
Naoto Sato
|
e72f6028fb
|
8236495: open/test/jdk/java/util/Locale/LocaleProvidersRun.java failed on mac 10.14 with de_DE locale
Reviewed-by: lancea, clanger
|
2020-01-06 17:23:57 -08:00 |
|
Sergey Bylokhov
|
151ab6acc1
|
8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
Reviewed-by: dmarkov
|
2020-01-03 13:40:33 -08:00 |
|
Jesper Wilhelmsson
|
39d46a1f76
|
Added tag jdk-14+30 for changeset d54ce919da90
|
2020-01-01 03:08:17 +01:00 |
|
Jesper Wilhelmsson
|
44765b8218
|
Added tag jdk-14+29 for changeset 563fa900fa17
|
2019-12-27 18:26:17 +01: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 |
|
Lance Andersen
|
da03b15fac
|
8235961: SyncResolverImpl does not throw SQLException as expected
Reviewed-by: joehw, bpb
|
2019-12-23 17:18:32 -05:00 |
|
Chris Hegarty
|
417672bc9d
|
8236441: Bound MulticastSocket fails when setting outbound interface on Windows
Reviewed-by: alanb
|
2019-12-23 09:17:00 +00:00 |
|
Tobias Hartmann
|
34b08ed2a5
|
8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain
Use _src_type/_dest_type as address types for the loads and stores.
Reviewed-by: vlivanov, roland
|
2019-12-23 09:44:35 +01:00 |
|
Markus Grönlund
|
5acd373a10
|
8234059: Stress test fails with "Unexpected Exception in thread JFR Event Stream"
Reviewed-by: egahlin
|
2019-12-21 13:03:02 +01:00 |
|
Markus Grönlund
|
304ab31cff
|
8233111: Epoch shift synchronization point for Compiler threads
Reviewed-by: egahlin
|
2019-12-21 12:45:08 +01:00 |
|
Goetz Lindenmaier
|
51abf67ce1
|
8235998: [c2] Memory leaks during tracing after '8224193: stringStream should not use Resource Area'
Reviewed-by: dholmes, kvn
|
2019-12-16 14:10:20 +01:00 |
|
John Jiang
|
4deb35453f
|
8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
Reviewed-by: xuelei
|
2019-12-21 06:28:48 +08:00 |
|
Mikael Vidstedt
|
59216c2e77
|
8236449: Problem list compiler/jsr292/ContinuousCallSiteTargetChange.java on solaris-sparcv9
Reviewed-by: iignatyev
|
2019-12-20 14:04:40 -08:00 |
|
Stefan Johansson
|
8d00c5aa0d
|
8235119: Incomplete initialization of scan_top values results in out-of-bounds scanning of regions
Reviewed-by: kbarrett, tschatzl, sangheki
|
2019-12-20 09:42:38 -08:00 |
|
Markus Grönlund
|
ffdf1dea9b
|
8235390: JfrEmergencyDump::on_vm_shutdown crashes
Reviewed-by: egahlin
|
2019-12-20 16:04:34 +01:00 |
|
Igor Veresov
|
261f4bffae
|
8235927: Update Graal
Reviewed-by: kvn
|
2019-12-19 15:13:24 -08:00 |
|
Ekaterina Pavlova
|
cfddf53c01
|
8236139: [Graal] java/lang/RuntimeTests/exec/LotsOfOutput.java fails with JVMCI enabled
Reviewed-by: kvn
|
2019-12-19 13:20:58 -08:00 |
|
Alexander Matveev
|
c751493f0c
|
8235738: [macos] tools/jpackage tests timeout on macOS
Reviewed-by: herrick, asemenyuk
|
2019-12-19 15:20:53 -05:00 |
|
Stefan Karlsson
|
9847d8161b
|
8236110: Windows (MSVC 2013) build failures after JDK-8233299
Reviewed-by: erikj
|
2019-12-19 14:19:34 +01:00 |
|
Jesper Wilhelmsson
|
cbcb488d77
|
Added tag jdk-14+28 for changeset 2069b4bfd23b
|
2019-12-19 03:46:03 +01:00 |
|
Vladimir Kozlov
|
4b1be3ecf9
|
8236000: VM build without C2 fails
C2 flags should be checked only when C2 is present.
Reviewed-by: kbarrett, thartmann
|
2019-12-18 12:32:34 -08:00 |
|