Thomas Schatzl
|
3aee5ad2dd
|
8264026: Remove dependency between free collection set and eagerly reclaim humongous object tasks
Reviewed-by: sjohanss, ayang
|
2021-03-24 16:00:39 +00:00 |
|
Andy Herrick
|
deda80f022
|
8264057: [redo] JDK-8248904: Add support to jpackage for the Mac App Store.
Co-authored-by: Erwin Morrhey <erwin.morrhey@gluonhq.com>
Reviewed-by: kcr, asemenyuk
|
2021-03-24 15:39:54 +00:00 |
|
Vladimir Kozlov
|
57c3f271d3
|
8263989: Cleanup in EA
Reviewed-by: vlivanov, neliasso
|
2021-03-24 15:31:13 +00:00 |
|
Gerard Ziemski
|
4d8e9860e2
|
8261966: macOS M1: report in hs_err log if we are running x86 code in emulation mode (Rosetta)
Reviewed-by: dcubed, mikael, dholmes
|
2021-03-24 15:18:39 +00:00 |
|
Coleen Phillimore
|
bc91596ca1
|
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
|
2021-03-24 12:18:57 +00:00 |
|
Coleen Phillimore
|
5d7e93c86d
|
8264004: Don't use TRAPS if no exceptions are thrown
Reviewed-by: dholmes, iklam, hseigel, dcubed
|
2021-03-24 12:15:51 +00:00 |
|
Zhengyu Gu
|
9ee0b9a17b
|
8264052: Shenandoah: Backout 8263832
Reviewed-by: shade
|
2021-03-24 12:14:14 +00:00 |
|
Michael McMahon
|
e55aa41f57
|
8263899: HttpClient throws NPE in AuthenticationFilter when parsing www-authenticate head
Reviewed-by: dfuchs, chegar
|
2021-03-24 11:59:19 +00:00 |
|
Jan Lahoda
|
6c0fbf70e8
|
8254196: jshell infinite loops when startup script contains System.exit call
Reviewed-by: sundar
|
2021-03-24 10:34:31 +00:00 |
|
Stefan Karlsson
|
a79f095697
|
8263721: Unify oop casting
Reviewed-by: kbarrett, coleenp
|
2021-03-24 10:28:38 +00:00 |
|
Patrick Concannon
|
329697b02e
|
8263358: Update java.lang to use instanceof pattern variable
Reviewed-by: iris, chegar, mchung, dfuchs
|
2021-03-24 09:57:22 +00:00 |
|
Erik Gahlin
|
ae9af57bf6
|
8264001: JFR: Modernize implementation
Reviewed-by: mgronlun
|
2021-03-24 09:54:29 +00:00 |
|
Ian Graves
|
fad8484058
|
8263411 : Convert jshell tool to use Stream.toList()
Reviewed-by: jlahoda
|
2021-03-24 09:31:54 +00:00 |
|
Jie Fu
|
06d46d6c0b
|
8264008: Incorrect metaspace statistics after JEP 387 when UseCompressedClassPointers is off
Reviewed-by: stuefe
|
2021-03-24 09:30:54 +00:00 |
|
Alex Blewitt
|
45e1bab87c
|
8264091: Use the blessed modifier order in java.logging
Reviewed-by: lancea, iris, shade
|
2021-03-24 07:25:32 +00:00 |
|
Aleksey Shipilev
|
cb776edfd7
|
8263981: java.awt.image.ComponentSampleModel equals/hashcode use numBands twice
Reviewed-by: serb, azvegint
|
2021-03-24 07:01:25 +00:00 |
|
Aleksey Shipilev
|
da512bf565
|
8264050: Remove unused field VM_HeapWalkOperation::_collecting_heap_roots
Reviewed-by: coleenp, tschatzl
|
2021-03-24 06:49:55 +00:00 |
|
Wang Huang
|
6e3a158a65
|
8263352: assert(use == polladr) failed: the use should be a safepoint polling
Co-authored-by: Wang Huang <whuang@openjdk.org>
Co-authored-by: Wu Yan <wuyan34@huawei.com>
Reviewed-by: kvn
|
2021-03-24 06:30:50 +00:00 |
|
Erik Gahlin
|
8d63bb6a60
|
8260565: JFR: Fix copyright header in tests
Reviewed-by: mseledtsov, mgronlun
|
2021-03-24 04:06:48 +00:00 |
|
Weijun Wang
|
0b2aa1b605
|
8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
Reviewed-by: valeriep
|
2021-03-23 22:23:37 +00:00 |
|
Andy Herrick
|
15bcf6d9f5
|
8264055: backout JDK-8248904 in order to resubmit with additional attribution.
Reviewed-by: kcr, asemenyuk
|
2021-03-23 21:45:40 +00:00 |
|
Kim Barrett
|
2425462a84
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
|
2021-03-23 21:16:35 +00:00 |
|
Ioi Lam
|
35102cb03f
|
8263992: Remove dead code NativeLookup::base_library_lookup
Reviewed-by: coleenp, dholmes
|
2021-03-23 21:15:38 +00:00 |
|
Koichi Sakata
|
91d86e6ac1
|
8263572: Output from jstack mixed mode is misaligned
Reviewed-by: cjplummer, sspitsyn
|
2021-03-23 21:12:54 +00:00 |
|
Kim Barrett
|
47ef038977
|
8263905: Remove finalize methods for SocketInput/OutputStream
Reviewed-by: alanb, vtewari, dfuchs, mchung
|
2021-03-23 20:54:23 +00:00 |
|
Calvin Cheung
|
1c9817b0bc
|
8261479: CDS runtime code should check exceptions
Reviewed-by: minqi, dholmes, iklam
|
2021-03-23 19:05:50 +00:00 |
|
Albert Mingkun Yang
|
087c8bfb5f
|
8264041: Incorrect comments for ParallelCompactData::summarize_dense_prefix
Reviewed-by: tschatzl
|
2021-03-23 18:18:39 +00:00 |
|
Aleksey Shipilev
|
c087f3ed40
|
8263995: Incorrect double-checked locking in Types.arraySuperType()
Reviewed-by: mcimadamore, jlahoda
|
2021-03-23 17:48:19 +00:00 |
|
Brian Burkhalter
|
d7268fa3a6
|
8251942: PrintStream specification is not clear which flush method is automatically invoked
Reviewed-by: dfuchs, alanb
|
2021-03-23 16:06:21 +00:00 |
|
Brian Burkhalter
|
8fa34e4043
|
8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
Reviewed-by: alanb
|
2021-03-23 16:03:59 +00:00 |
|
Albert Mingkun Yang
|
e9321cdc41
|
8263964: Redundant check in ObjectStartArray::object_starts_in_range
Reviewed-by: sjohanss, tschatzl
|
2021-03-23 13:40:48 +00:00 |
|
Michael McMahon
|
bd7a184b98
|
8263442: Potential bug in jdk.internal.net.http.common.Utils.CONTEXT_RESTRICTED
Reviewed-by: dfuchs
|
2021-03-23 13:25:56 +00:00 |
|
Andrey Turbanov
|
233536263e
|
8264032: Improve thread safety of Runtime.version()
Reviewed-by: shade, alanb
|
2021-03-23 13:21:44 +00:00 |
|
Prasanta Sadhukhan
|
8c1ab38ee2
|
8263766: Confusing specification of JEditorPaneAccessibleHypertextSupport constructor
Reviewed-by: azvegint, pbansal
|
2021-03-23 12:15:03 +00:00 |
|
Coleen Phillimore
|
5bc382fb7a
|
8263976: Remove block allocation from BasicHashtable
Reviewed-by: lfoltan, iklam
|
2021-03-23 12:11:26 +00:00 |
|
Lutz Schmidt
|
fbd57bd498
|
8263260: [s390] Support latest hardware (z14 and z15)
Reviewed-by: goetz, mdoerr
|
2021-03-23 11:50:16 +00:00 |
|
Coleen Phillimore
|
de2ff25687
|
8263974: Move SystemDictionary::verify_protection_domain
Reviewed-by: hseigel, lfoltan, dholmes
|
2021-03-23 11:35:55 +00:00 |
|
Daniel Fuchs
|
9dad857ede
|
8263080: Obsolete relationship in MulticastSocket API documentation.
Reviewed-by: alanb
|
2021-03-23 10:39:42 +00:00 |
|
Nick Gasson
|
851474a8b8
|
8263649: AArch64: update cas.m4 to match current AD file
Reviewed-by: aph
|
2021-03-23 10:20:56 +00:00 |
|
Roland Westrelin
|
fd3a33a856
|
8263189: C2: assert(!had_error) failed: bad dominance
Reviewed-by: kvn, thartmann
|
2021-03-23 08:15:47 +00:00 |
|
Jie Fu
|
7b81f8e34b
|
8263915: runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java fails when UseCompressedClassPointers is off
Reviewed-by: minqi
|
2021-03-23 07:51:58 +00:00 |
|
Nils Eliasson
|
2da882c0fa
|
8262465: Very long compilation times and high memory consumption in C2 debug builds
Reviewed-by: kvn, thartmann
|
2021-03-23 07:45:48 +00:00 |
|
Evgeny Nikitin
|
0b03d04792
|
8167015: compiler/codecache/jmx/PoolsIndependenceTest.java timeout
Reviewed-by: kvn, thartmann
|
2021-03-23 06:55:05 +00:00 |
|
Aleksey Shipilev
|
df01b15b8b
|
8263977: GTK L&F: Cleanup duplicate checks in GTKStyle and GTKLookAndFeel
Reviewed-by: serb, pbansal, kizune
|
2021-03-23 06:54:27 +00:00 |
|
Aleksey Shipilev
|
57d8f1d09c
|
8263985: BCEscapeAnalyzer::invoke checks target->is_loaded() twice
Reviewed-by: kvn, thartmann
|
2021-03-23 06:53:45 +00:00 |
|
Aleksey Shipilev
|
4ef7c67bc6
|
8263979: Cleanup duplicate check in Unicode.contains
Reviewed-by: prappo, alanb
|
2021-03-23 06:52:58 +00:00 |
|
Joe Wang
|
289d48ae32
|
8261673: Move javadoc for the lookup mechanism to module-info
Reviewed-by: lancea, naoto, iris
|
2021-03-23 06:52:03 +00:00 |
|
Marcus G K Williams
|
7b6efd3b86
|
8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
Reviewed-by: kvn, thartmann
|
2021-03-23 06:51:12 +00:00 |
|
Sibabrata Sahoo
|
036ae0ea3e
|
8225438: javax/net/ssl/TLSCommon/TestSessionLocalPrincipal.java failed with Read timed out
Reviewed-by: xuelei, rhalade, hchao
|
2021-03-23 06:48:01 +00:00 |
|
Sibabrata Sahoo
|
5a51d70987
|
8247895: SHA1PRNGReseed.java is calling setSeed(0)
Reviewed-by: weijun, rhalade
|
2021-03-23 06:46:20 +00:00 |
|