Maurizio Cimadamore
b7940aa1c4
8259027: NullPointerException in makeMappedSegment due to NULL Unmapper when length of segment is 0
...
Reviewed-by: chegar, uschindler
2021-01-05 16:15:28 +00:00
Erik Gahlin
bbc2e9510b
8257906: JFR: RecordingStream leaks memory
...
Reviewed-by: mgronlun
Backport-of: 3c66485015
2021-01-05 13:39:57 +00:00
Roland Westrelin
6775113ce8
8258393: Shenandoah: "graph should be schedulable" assert failure
...
Reviewed-by: rkennke, thartmann
2021-01-05 13:06:54 +00:00
Jan Lahoda
4ffbe841fc
8256266: Binding variables don't correctly support declaration annotations and the final modifier
...
Reviewed-by: mcimadamore
2021-01-05 11:40:25 +00:00
Jie Fu
216c2ec077
8258703: Incorrect 512-bit vector registers restore on x86_32
...
Reviewed-by: kvn, sviswanathan
2021-01-04 23:41:51 +00:00
Chris Hegarty
73f5415363
8258955: (bf) slice(int, int) on view buffers fails to adjust index according to primitive size
...
Reviewed-by: alanb
2021-01-02 19:29:50 +00:00
Guoxiong Li
881bceb9a3
8258662: JDK 17ea: Crash compiling instanceof check involving sealed interface
...
Reviewed-by: vromero
2020-12-28 15:32:02 +00:00
Sergey Bylokhov
fb607f1651
8245922: [macos] Taskbar.Feature.ICON_BADGE_NUMBER no longer supported on MacOS
...
Reviewed-by: kcr, prr
2020-12-26 05:52:05 +00:00
Prasanta Sadhukhan
3f67afd3a8
8251377: [macos11] JTabbedPane selected tab text is barely legible
...
Reviewed-by: prr
2020-12-24 18:50:45 +00:00
Jonathan Gibbons
e2aa724a67
8258941: Test specify the Classpath exception in the header
...
Reviewed-by: vromero
2020-12-24 17:32:25 +00:00
Jonathan Gibbons
c398a8281a
8258916: javac/doclint reports broken HTML on multiline mailto links
...
Reviewed-by: jlaskey, iris
2020-12-24 04:52:49 +00:00
Vicente Romero
23b83c518d
8253954: javac crash when compiling code with enhanced switch expressions with option -Xjcov
...
Reviewed-by: jjg
2020-12-24 01:24:32 +00:00
Daniel D. Daugherty
8b37c2c58f
8257468: runtime/whitebox/TestWBDeflateIdleMonitors.java fails with Monitor should be deflated.: expected true to equal false
...
Reviewed-by: hseigel
2020-12-23 22:02:09 +00:00
Daniel D. Daugherty
9cd8e38ab8
8257521: runtime/logging/MonitorInflationTest.java crashed in MonitorList::unlink_deflated
...
Reviewed-by: kbarrett
2020-12-23 14:36:47 +00:00
Daniel D. Daugherty
61e5e393a7
8258832: ProblemList com/sun/jdi/AfterThreadDeathTest.java on Linux-X64
...
Reviewed-by: ccheung, amenkov
2020-12-22 18:59:36 +00:00
Daniel D. Daugherty
eabc9030ab
8258827: ProblemList Naming/DefaultRegistryPort.java and Naming/legalRegistryNames/LegalRegistryNames.java on Windows
...
Reviewed-by: rriggs, msheppar, prr
2020-12-22 17:15:34 +00:00
Daniel D. Daugherty
88dd6a9434
8258802: ProblemList TestJstatdDefaults.java, TestJstatdRmiPort.java, and TestJstatdServer.java
...
Reviewed-by: amenkov, cjplummer
2020-12-22 13:43:17 +00:00
Vladimir Ivanov
772addfd24
8258790: C2: Crash on empty macro node list
...
Reviewed-by: kvn, chagedorn
2020-12-22 12:12:21 +00:00
Jonathan Gibbons
8da7c58016
8258443: doclint should be service-loaded with system class loader
...
Reviewed-by: alanb
2020-12-21 17:04:37 +00:00
Roberto Castañeda Lozano
4e8338eb13
8255763: C2: OSR miscompilation caused by invalid memory instruction placement
...
Disable GCM hoisting of memory-writing nodes for irreducible CFGs. This prevents
GCM from wrongly "hoisting" stores into descendants of their original loop. Such
an "inverted hoisting" can happen due to CFGLoop::compute_freq()'s inaccurate
estimation of frequencies for irreducible CFGs.
Extend CFG verification code by checking that memory-writing nodes are placed in
either their original loop or an ancestor.
Add tests for the reducible and irreducible cases. The former was already
handled correctly before the change (the frequency estimation model prevents
"inverted hoisting" for reducible CFGs), and is just added for coverage.
This change addresses the specific miscompilation issue in a conservative way,
for simplicity and safety. Future work includes investigating if only the
illegal blocks can be discarded as candidates for GCM hoisting, and refining
frequency estimation for irreducible CFGs.
Reviewed-by: kvn, chagedorn
2020-12-21 13:04:24 +00:00
Roman Kennke
2525f39d35
8258714: Shenandoah: Process references before evacuation during degen
...
Reviewed-by: shade
2020-12-21 12:42:34 +00:00
Brent Christian
e680ebeb2f
8258007: Add instrumentation to NativeLibraryTest
...
Reviewed-by: mchung, naoto
2020-12-19 00:17:02 +00:00
Jonathan Gibbons
c04c7e1f10
8258002: Update "type" terminology in generated docs
...
Reviewed-by: hannesw
2020-12-18 18:34:25 +00:00
Hannes Wallnöfer
45bd3b9ec0
8223607: --override-methods=summary ignores some signature changes
...
Reviewed-by: jjg
2020-12-18 15:46:25 +00:00
Jie Fu
59ae054873
8258687: Build broken on Windows after fix for JDK-8258134
...
Reviewed-by: thartmann
2020-12-18 14:13:01 +00:00
Joel Borggrén-Franck
1cc98bde67
8256693: getAnnotatedReceiverType parameterizes types too eagerly
...
Reviewed-by: vromero
2020-12-18 13:34:36 +00:00
Richard Reingruber
1ce2e94f5f
8256843: [PPC64] runtime/logging/RedefineClasses.java fails with assert: registers not saved on stack
...
Reviewed-by: mdoerr, lucy
2020-12-18 13:16:09 +00:00
Jie Fu
45a150b8dc
8258134: assert(size == calc_size) failed: incorrect size calculation on x86_32 with AVX512 machines
...
Reviewed-by: kvn, thartmann
2020-12-18 12:50:19 +00:00
Stefan Johansson
38593a4f2a
8257974: Regression 21% in DaCapo-lusearch-large after JDK-8236926
...
Reviewed-by: ayang, redestad, tschatzl
2020-12-18 08:14:58 +00:00
Sergey Bylokhov
7afb01dce9
8258373: Update the text handling in the JPasswordField
...
Reviewed-by: kizune, prr, psadhukhan
2020-12-18 06:26:16 +00:00
Stuart Marks
cbc3feeb89
8258259: Unicode linebreak matching behavior is incorrect; backout JDK-8235812
...
Reviewed-by: naoto
2020-12-18 00:36:33 +00:00
Nils Eliasson
7320e051ea
8258647: TestCharVect2 is very slow
...
Reviewed-by: vlivanov, kvn
2020-12-17 22:43:00 +00:00
Rajan Halade
9fdfc6dfc6
8225072: Add LuxTrust certificate that is expiring in March 2021 to list of allowed but expired certs
...
8258630: Add expiry exception for QuoVadis root certificate
Backport-of: 666e6c4033
2020-12-17 22:14:25 +00:00
Jonathan Gibbons
30ca0a5d4b
8247994: Localize javadoc search
...
Reviewed-by: hannesw, ihse
2020-12-17 18:34:27 +00:00
Vicente Romero
47c180da43
8258515: javac should issue an error if an annotation is nested in a local class or interface
...
Reviewed-by: jjg
2020-12-17 18:08:35 +00:00
Nils Eliasson
cb5a6b1a7d
8258225: compiler/c2/cr6340864/TestIntVect.java runs faster in interpreter
...
Reviewed-by: vlivanov, thartmann, kvn
2020-12-17 17:50:53 +00:00
Alexey Semenyuk
61cbf0fffe
8258293: tools/jpackage/share/RuntimePackageTest.java#id0 with RuntimePackageTest.testUsrInstallDir2
...
Reviewed-by: almatvee, herrick
2020-12-17 15:33:03 +00:00
Markus Grönlund
7aac4dc175
8257621: JFR StringPool misses cached items across consecutive recordings
...
Reviewed-by: egahlin
2020-12-17 14:34:44 +00:00
Kim Barrett
61390d8e45
8257999: Parallel GC crash in gc/parallel/TestDynShrinkHeap.java: new region is not in covered_region
...
Reviewed-by: sjohanss, tschatzl
2020-12-17 14:18:00 +00:00
Julia Boes
952dc70402
8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect
...
Reviewed-by: darcy
2020-12-17 11:32:58 +00:00
Christian Hagedorn
04a1e5b75b
8258505: [TESTBUG] TestDivZeroWithSplitIf.java fails due to missing UnlockDiagnosticVMOptions
...
Reviewed-by: thartmann, kvn, dcubed
2020-12-17 08:09:19 +00:00
Guoxiong Li
41f312eb64
8254023: A module declaration is not allowed to be a target of an annotation that lacks an @Target meta-annotation
...
Reviewed-by: jfranck, vromero
2020-12-17 08:06:35 +00:00
Jonathan Gibbons
ce0ab2dd84
8258338: Support deprecated records
...
Reviewed-by: hannesw
2020-12-16 22:26:57 +00:00
Jonathan Gibbons
6b4b676550
8241353: NPE in ToolProvider.getSystemJavaCompiler
...
Reviewed-by: vromero
2020-12-16 22:21:54 +00:00
Anton Litvinov
87644a2bb7
8255880: UI of Swing components is not redrawn after their internal state changed
...
Reviewed-by: prr
Backport-of: e8c40bafa5
2020-12-16 19:48:07 +00:00
Julia Boes
72dfba8053
8257637: Update usage of "type" terminology in java.lang.annotation
...
Reviewed-by: darcy
2020-12-16 10:46:39 +00:00
Calvin Cheung
b5a3a5b621
8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
...
Reviewed-by: redestad, coleenp
2020-12-16 02:37:29 +00:00
Weijun Wang
b97fe6c410
8258419: RSA cipher buffer cleanup
...
Reviewed-by: valeriep
2020-12-15 22:49:35 +00:00
Tom Rodriguez
1f556d22ca
8258380: [JVMCI] don't clear InstalledCode reference when unloading JVMCI nmethods
...
Reviewed-by: kvn, eosterlund
2020-12-15 21:31:00 +00:00
Pankaj Bansal
e7aa5fe602
8258427: Problem List some tests related to FileDialog for MacOS
...
Reviewed-by: prr, serb
2020-12-15 21:28:50 +00:00