Matthias Baesken
|
ff368d504e
|
8304867: Explicitly disable dtrace for ppc builds
Reviewed-by: erikj, shade, lucy
|
2023-03-29 06:55:51 +00:00 |
|
Xiaolin Zheng
|
96fa2751e8
|
8305112: RISC-V: Typo fix for RVC description
Reviewed-by: dholmes
|
2023-03-29 02:53:58 +00:00 |
|
Jonathan Gibbons
|
7239150f8a
|
8305094: typo (missing *) in doc comment
Reviewed-by: iris
|
2023-03-28 20:58:57 +00:00 |
|
Matias Saavedra Silva
|
3fbbfd1749
|
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
|
2023-03-28 19:50:38 +00:00 |
|
Daniel Fuchs
|
50a995f03a
|
8304927: Update java/net/httpclient/BasicAuthTest.java to check basic auth over HTTP/2
Reviewed-by: jpai
|
2023-03-28 18:58:29 +00:00 |
|
Raffaello Giulietti
|
ca745cb426
|
8291598: Matcher.appendReplacement should not create new StringBuilder instances
Reviewed-by: rriggs
|
2023-03-28 17:55:23 +00:00 |
|
Jim Laskey
|
1683a63a7d
|
8305098: [Backout] JDK-8303912 Clean up JavadocTokenizer
Reviewed-by: jjg, mcimadamore
|
2023-03-28 17:48:59 +00:00 |
|
Jan Lahoda
|
fab23577ab
|
8304498: JShell does not switch to raw mode when there is no /bin/test
Reviewed-by: coffeys, vromero
|
2023-03-28 16:56:28 +00:00 |
|
Jim Laskey
|
1fc218c58b
|
8303912: Clean up JavadocTokenizer
Reviewed-by: vromero, jjg
|
2023-03-28 16:36:07 +00:00 |
|
Archie L. Cobbs
|
c1f5ca115d
|
8303623: Compiler should disallow non-standard UTF-8 string encodings
Reviewed-by: vromero
|
2023-03-28 16:14:37 +00:00 |
|
Martin Doerr
|
695683b5b1
|
8304880: [PPC64] VerifyOops code in C1 doesn't work with ZGC
Reviewed-by: shade
|
2023-03-28 15:45:34 +00:00 |
|
Jonathan Gibbons
|
83ce65e12c
|
8305004: add @spec tags to langtools modules
Reviewed-by: iris
|
2023-03-28 14:52:22 +00:00 |
|
Justin King
|
32ef452132
|
8304884: Update Bytecodes data to be mostly compile time constants
Reviewed-by: coleenp, dholmes
|
2023-03-28 14:17:03 +00:00 |
|
Per Minborg
|
927e674c12
|
8300977: Retire java.io.ExpiringCache
Reviewed-by: alanb, jpai
|
2023-03-28 13:15:19 +00:00 |
|
Jaikiran Pai
|
c90699eae7
|
8304989: unnecessary dash in @param gives double-dash in docs
Reviewed-by: lancea
|
2023-03-28 12:02:27 +00:00 |
|
Sergey Tsypanov
|
395a4ce0dd
|
8304591: (fs) UnixPath.stringValue need not be volatile
Reviewed-by: alanb, bpb, shade
|
2023-03-28 11:14:09 +00:00 |
|
Per Minborg
|
60640a216d
|
8300979: Lazily initialize (byte, char)arr in java.io.DataInputStream
Reviewed-by: alanb
|
2023-03-28 10:58:52 +00:00 |
|
Daniel Jeliński
|
cddaf686e1
|
8304962: sun/net/www/http/KeepAliveCache/B5045306.java: java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused
Reviewed-by: jpai
|
2023-03-28 08:57:02 +00:00 |
|
nbauma109
|
a06f46196a
|
8303214: Typo in java.util.Collections#synchronizedNavigableMap javadoc
Reviewed-by: martin, smarks, aturbanov
|
2023-03-28 08:47:55 +00:00 |
|
Albert Mingkun Yang
|
7987ad427b
|
8304412: Serial: Refactor old generation cards update after Full GC
Reviewed-by: tschatzl, kbarrett
|
2023-03-28 07:24:33 +00:00 |
|
Daniel Jeliński
|
3c4cd50e3c
|
8304963: HttpServer closes connection after processing HEAD after JDK-7026262
Reviewed-by: dfuchs
|
2023-03-28 06:12:30 +00:00 |
|
Eirik Bjorsnos
|
4f625c0b9a
|
8304543: Modernize debugging jvm args in test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
Reviewed-by: dholmes, cjplummer, alanb
|
2023-03-28 04:21:15 +00:00 |
|
Archie L. Cobbs
|
426025aab4
|
8303526: Changing "arbitrary" Name.compareTo() ordering breaks the regression suite
Reviewed-by: vromero
|
2023-03-28 03:39:29 +00:00 |
|
Matias Saavedra Silva
|
6aec6f3a84
|
8304931: vm/concepts/methods/methods001/methods00101m1/methods00101m1 failures with already pending exception
Reviewed-by: coleenp, dholmes
|
2023-03-27 22:12:36 +00:00 |
|
David Holmes
|
63ce88b5fb
|
8304147: JVM crash during shutdown when dumping dynamic archive
Reviewed-by: ccheung, matsaave, coleenp
|
2023-03-27 22:05:23 +00:00 |
|
Serguei Spitsyn
|
554bccf046
|
8304448: Kitchensink failed: assert(!thread->is_in_any_VTMS_transition()) failed: class prepare events are not allowed in any VTMS transition
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: rpressler, alanb
|
2023-03-27 21:44:48 +00:00 |
|
Justin Lu
|
3b88b2a9f8
|
8304761: Update IANA Language Subtag Registry to Version 2023-03-22
Reviewed-by: naoto
|
2023-03-27 21:37:16 +00:00 |
|
Justin Lu
|
f8e8fc7e29
|
8177352: Calendar.getDisplayName(s) in non-lenient mode inconsistent, does not match spec
Reviewed-by: naoto
|
2023-03-27 21:36:14 +00:00 |
|
Archie L. Cobbs
|
14b970dc9e
|
8296656: java.lang.NoClassDefFoundError exception on running fully legitimate code
8287885: Local classes cause ClassLoader error if the type names are similar but not same
Reviewed-by: vromero
|
2023-03-27 21:33:01 +00:00 |
|
Damon Nguyen
|
80e2d52f76
|
8302558: Editable JComboBox's popup blocks user from seeing characters in Aqua look and feel
Reviewed-by: psadhukhan, azvegint
|
2023-03-27 19:03:56 +00:00 |
|
Roger Riggs
|
6c3b10fb1d
|
8303485: Replacing os.name for operating system customization
Reviewed-by: naoto, erikj, alanb
|
2023-03-27 17:45:20 +00:00 |
|
Damon Nguyen
|
87b314a985
|
7093691: Nimbus LAF: disabled JComboBox using renderer has bad font color
Reviewed-by: honkar, kizune, psadhukhan
|
2023-03-27 17:04:20 +00:00 |
|
Jonathan Gibbons
|
2f34687ec1
|
8304689: Add hidden option to disable external spec page
Reviewed-by: erikj, hannesw
|
2023-03-27 15:42:10 +00:00 |
|
Julian Waters
|
6b2f34f88a
|
8304718: GetIntArrayElements should not be passed JNI_FALSE
Reviewed-by: serb
|
2023-03-27 15:12:20 +00:00 |
|
Jan Lahoda
|
138cdc9283
|
8304694: Runtime exception thrown when break stmt is missing
Reviewed-by: vromero
|
2023-03-27 15:01:45 +00:00 |
|
Eirik Bjorsnos
|
46b0602376
|
8304547: Remove checking of -Djava.compiler in src/jdk.jdi/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java
Reviewed-by: dholmes, cjplummer, alanb
|
2023-03-27 14:32:41 +00:00 |
|
Justin King
|
8d423f7305
|
8304723: Statically allocate global mutexes
8304736: Heap_lock is created twice
Reviewed-by: coleenp, dholmes, tschatzl
|
2023-03-27 14:12:58 +00:00 |
|
Justin King
|
20830883df
|
8304828: Lots of constant static data not declared static const in cpu/x86
Reviewed-by: dholmes, kvn
|
2023-03-27 14:03:04 +00:00 |
|
Prasanta Sadhukhan
|
0712adc2dd
|
7169951: SwingSet2 throws NullPointerException with Nimbus L&F
Reviewed-by: abhiscxk, jdv
|
2023-03-27 10:17:27 +00:00 |
|
Bhavana Kilambi
|
de1c12ed63
|
8301012: [vectorapi]: Intrinsify CompressBitsV/ExpandBitsV and add the AArch64 SVE backend implementation
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: ngasson, eliu, thartmann
|
2023-03-27 08:50:05 +00:00 |
|
Thomas Schatzl
|
10fa7d1f9b
|
8304804: Remove develop flag G1VerifyCTCleanup
Reviewed-by: ayang, kbarrett
|
2023-03-27 08:33:57 +00:00 |
|
Thomas Schatzl
|
4acf20df7b
|
8304809: Remove develop flag G1ExitOnExpansionFailure
Reviewed-by: ayang, kbarrett
|
2023-03-27 08:17:43 +00:00 |
|
Daniel Jeliński
|
a5ffa079a0
|
7026262: HttpServer: improve handling of finished HTTP exchanges
Reviewed-by: dfuchs, michaelm
|
2023-03-27 05:22:45 +00:00 |
|
Eirik Bjorsnos
|
65e01da925
|
8304013: Add a fast, non-manual alternative to test/jdk/java/util/zip/ZipFile/TestTooManyEntries
Reviewed-by: lancea, martin
|
2023-03-26 23:00:15 +00:00 |
|
Quan Anh Mai
|
38e17148fa
|
8304258: x86: Improve the code generation of VectorRearrange with int and float
Reviewed-by: kvn, jbhateja, sviswanathan
|
2023-03-25 05:30:16 +00:00 |
|
Weijun Wang
|
765a94258d
|
8304136: Match allocation and free in sspi.cpp
Reviewed-by: djelinski
|
2023-03-24 18:40:07 +00:00 |
|
Ian Graves
|
3f59b75bd8
|
8304898: Fix Copyright Headers for JLink Source Files
Reviewed-by: iris, mchung
|
2023-03-24 18:32:27 +00:00 |
|
Kim Barrett
|
501b606816
|
8298725: Add BitMap support for reverse iteration
Reviewed-by: stefank, aboldtch, tschatzl
|
2023-03-24 18:17:45 +00:00 |
|
Abhishek Kumar
|
97649489d0
|
8273986: JEditorPane HTML Demo - Accessibility issues
Reviewed-by: kizune, serb
|
2023-03-24 16:16:16 +00:00 |
|
Zdenek Zambersky
|
57276101df
|
8304353: Add lib-test tier1 testing in GHA
Reviewed-by: shade, ihse
|
2023-03-24 16:04:16 +00:00 |
|