Ichiroh Takiguchi
|
0c3094c818
|
8204541: Correctly support AIX xlC 16.1 symbol visibility flags
Reviewed-by: ihse, stuefe
|
2022-03-19 04:43:20 +00:00 |
|
Mikael Vidstedt
|
8384ac4ed3
|
8283057: Update GCC to version 11.2 for Oracle builds on Linux
Reviewed-by: erikj
|
2022-03-18 22:01:27 +00:00 |
|
Mikael Vidstedt
|
d8893fad23
|
8283059: Uninitialized warning in check_code.c with GCC 11.2
Reviewed-by: dholmes
|
2022-03-18 20:28:39 +00:00 |
|
Ravi Reddy
|
ff0b0927a2
|
8278794: Infinite loop in DeflaterOutputStream.finish()
Reviewed-by: coffeys, lancea
|
2022-03-18 15:31:30 +00:00 |
|
Erik Gahlin
|
b2aa085e67
|
8283378: JFR: Checkpoint classes not renamed properly
Reviewed-by: dcubed
|
2022-03-18 14:54:56 +00:00 |
|
Andrew Leonard
|
85cc6f1440
|
8283315: jrt-fs.jar not always deterministically built
Reviewed-by: ihse
|
2022-03-18 13:40:35 +00:00 |
|
Erik Gahlin
|
c72bcfc1b2
|
8283289: JFR: Rename CheckPoint
Reviewed-by: mgronlun
|
2022-03-18 13:27:49 +00:00 |
|
Erik Gahlin
|
4b5079b983
|
8283202: Potential off-read when checking JFR's status in awaitFinished
Reviewed-by: mgronlun
|
2022-03-18 13:18:38 +00:00 |
|
Jie Fu
|
b96cb048f1
|
8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Reviewed-by: chagedorn
|
2022-03-18 07:58:58 +00:00 |
|
Tyler Steele
|
cab4ff6454
|
8283225: ClassLoader.c produces incorrect OutOfMemory Exception when length is 0 (aix)
Reviewed-by: stuefe, rriggs, dholmes
|
2022-03-18 07:02:26 +00:00 |
|
Alexander Matveev
|
d83cee98b5
|
8282407: Missing ')' in MacResources.properties
Reviewed-by: naoto
|
2022-03-18 03:14:32 +00:00 |
|
Claes Redestad
|
002e366744
|
8283325: US_ASCII decoder relies on String.decodeASCII being exhaustive
Reviewed-by: rriggs, dcubed
|
2022-03-17 21:15:36 +00:00 |
|
Ioi Lam
|
b004fb0550
|
8282773: Refactor parsing of integer VM options
Reviewed-by: dholmes, kbarrett
|
2022-03-17 17:50:20 +00:00 |
|
Joe Darcy
|
5ef1990d6c
|
8283274: Improve @jvms usage in java.base
Reviewed-by: iris
|
2022-03-17 16:37:20 +00:00 |
|
Albert Mingkun Yang
|
31df6a60a8
|
8283188: Build time regression caused by JDK-8278917
Reviewed-by: kbarrett, tschatzl
|
2022-03-17 16:17:18 +00:00 |
|
Julian Waters
|
0f1766dff6
|
8283320: Error message for Windows libraries always points to --with-msvcr-dll no matter the actual file name
Reviewed-by: erikj, ihse
|
2022-03-17 15:30:17 +00:00 |
|
Doug Simon
|
69e4e338b1
|
8283056: show abstract machine code in hs-err for all VM crashes
Reviewed-by: thartmann, dholmes
|
2022-03-17 12:51:10 +00:00 |
|
Albert Mingkun Yang
|
bad658e8e9
|
8282727: Parallel: Remove PSPromotionManager::_totally_drain
Reviewed-by: tschatzl, kbarrett
|
2022-03-17 09:47:51 +00:00 |
|
Claes Redestad
|
beedae1141
|
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: kvn, lucy, rriggs
|
2022-03-17 09:20:24 +00:00 |
|
Prasanta Sadhukhan
|
249d553659
|
8282602: Refactor awt classes javadoc to use @throws instead of @exception
Reviewed-by: aivanov, prr
|
2022-03-17 09:15:54 +00:00 |
|
Prasanta Sadhukhan
|
096bca4a9c
|
8282473: Refactor swing classes javadoc to use @throws instead of @exception
Reviewed-by: aivanov, dmarkov, prr
|
2022-03-17 09:10:08 +00:00 |
|
Ivan Walulya
|
a5ebcc0c04
|
8282072: G1: Rename CardSetPtr to CardSetContainerPtr
Reviewed-by: ayang, tschatzl
|
2022-03-17 08:54:29 +00:00 |
|
Jie Fu
|
3da5204b3c
|
8283229: compiler/arguments/TestCodeEntryAlignment.java fails with release VMs
Reviewed-by: dlong
|
2022-03-17 00:05:57 +00:00 |
|
XenoAmess
|
3e393047e1
|
8281631: HashMap copy constructor and putAll can over-allocate table
Reviewed-by: smarks
|
2022-03-16 16:48:49 +00:00 |
|
Joe Darcy
|
0cf291bc31
|
8283234: Improve @jls usage in java.base
Reviewed-by: iris
|
2022-03-16 16:17:50 +00:00 |
|
Magnus Ihse Bursie
|
9b8afce379
|
8283260: gcc is not supported on mac
Reviewed-by: erikj
|
2022-03-16 16:07:32 +00:00 |
|
Swati Sharma
|
08cadb4754
|
8271195: Use largest available large page size smaller than LargePageSizeInBytes when available
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: ayang, tschatzl
|
2022-03-16 09:48:09 +00:00 |
|
Ioi Lam
|
de4f04cb71
|
8253495: CDS generates non-deterministic output
Reviewed-by: erikj, kbarrett, ccheung, ihse
|
2022-03-16 03:12:48 +00:00 |
|
Joe Darcy
|
4df24c5df3
|
8283230: Improve @jls usage in ElementType
Reviewed-by: jjg, iris
|
2022-03-16 02:02:10 +00:00 |
|
Toshio Nakamura
|
27fe3d7f8d
|
8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled
Reviewed-by: prr, serb
|
2022-03-16 01:11:40 +00:00 |
|
Quan Anh Mai
|
bacfaa3ee1
|
8282414: x86: Enhance the assembler to generate more compact instructions
Reviewed-by: thartmann, sviswanathan
|
2022-03-16 01:10:22 +00:00 |
|
Dean Long
|
1465ea98b7
|
8282355: compiler/arguments/TestCodeEntryAlignment.java failed "guarantee(sect->end() <= tend) failed: sanity"
Reviewed-by: jiefu, thartmann, shade
|
2022-03-15 20:17:36 +00:00 |
|
Man Cao
|
ac06bdb123
|
8282507: Add a separate license file for hsdis
Reviewed-by: ihse
|
2022-03-15 20:05:33 +00:00 |
|
Joe Darcy
|
32f8437d85
|
8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int)
Reviewed-by: vromero, alanb
|
2022-03-15 17:33:45 +00:00 |
|
Tobias Hartmann
|
12dca36c73
|
8283189: Bad copyright header in UnsafeCopyMemory.java
Reviewed-by: chagedorn, dcubed
|
2022-03-15 16:28:54 +00:00 |
|
Joe Darcy
|
05a83e03ca
|
8283124: Add constant for tau to Math and StrictMath
Reviewed-by: bpb, iris
|
2022-03-15 16:22:11 +00:00 |
|
Joe Darcy
|
671b6efd61
|
8283143: Use minimal-length literals to initialize PI and E constants
Reviewed-by: smarks
|
2022-03-15 16:05:37 +00:00 |
|
Hai-May Chao
|
f43ffe211f
|
8282633: jarsigner output does not explain why an EC key is disabled if its curve has been disabled
Reviewed-by: weijun
|
2022-03-15 15:54:47 +00:00 |
|
Tyler Steele
|
4de72014d3
|
8283122: [AIX, s390] UnsafeCopyMemory 'Mismatched' Tests Fail on Big Endian Systems
Reviewed-by: thartmann, stuefe
|
2022-03-15 14:52:27 +00:00 |
|
Zhengyu Gu
|
2cddf3f539
|
8282887: Potential memory leak in sun.util.locale.provider.HostLocaleProviderAdapterImpl.getNumberPattern() on Windows
Reviewed-by: naoto, alanb
|
2022-03-15 14:16:35 +00:00 |
|
Daniel Fuchs
|
710653ce18
|
8254786: java/net/httpclient/CancelRequestTest.java failing intermittently
Reviewed-by: jpai, michaelm
|
2022-03-15 12:59:54 +00:00 |
|
Dean Long
|
34d4ffcea5
|
8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
Reviewed-by: dnsimon, iveresov
|
2022-03-15 07:24:50 +00:00 |
|
Hannes Wallnöfer
|
6013d09e82
|
8268866: Javascript when used in an iframe cannot display search results
Reviewed-by: jjg
|
2022-03-14 20:29:15 +00:00 |
|
Hannes Wallnöfer
|
5ba5e21fd2
|
8282214: Upgrade JQuery to version 3.6.0
Reviewed-by: jjg
|
2022-03-14 20:28:07 +00:00 |
|
Mikael Vidstedt
|
a244051a8c
|
8283062: Uninitialized warnings in libgtest with GCC 11.2
Reviewed-by: jiefu, erikj
|
2022-03-14 18:37:41 +00:00 |
|
Chris Plummer
|
5bf6a7f7d7
|
8282691: add jdb "-R" option for passing any argument to the launched debuggee process
Reviewed-by: alanb, kevinw
|
2022-03-14 18:15:40 +00:00 |
|
Phil Race
|
f66070b00d
|
8282577: ICC_Profile.setData(int, byte[]) invalidates the profile
Reviewed-by: serb
|
2022-03-14 18:05:38 +00:00 |
|
Carter Kozak
|
70bd57ed35
|
8283049: Fix non-singleton LoggerFinder error message: s/on/one
Reviewed-by: dfuchs
|
2022-03-14 17:54:19 +00:00 |
|
Emanuel Peter
|
7833667f0e
|
8282881: Print exception message in VM crash with -XX:AbortVMOnException
Reviewed-by: dholmes, hseigel
|
2022-03-14 17:35:09 +00:00 |
|
Naoto Sato
|
c96085eaab
|
8282929: Localized monetary symbols are not reflected in toLocalizedPattern return value
Reviewed-by: joehw, lancea
|
2022-03-14 16:28:15 +00:00 |
|