Jie Fu
|
e5ce97b12d
|
8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
Reviewed-by: neliasso
|
2021-03-09 23:32:18 +00:00 |
|
Calvin Cheung
|
3212f80a80
|
8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
Reviewed-by: iklam, dcubed
|
2021-03-09 21:52:51 +00:00 |
|
Chris Plummer
|
2218e7268e
|
8262486: Merge trivial JDWP agent changes from the loom repo to the jdk repo
Reviewed-by: amenkov, lmesnik
|
2021-03-09 21:34:18 +00:00 |
|
Sergey Bylokhov
|
86fac952ab
|
8263142: Delete unused entry points in libawt/libawt_xawt/libawt_headless
Reviewed-by: kizune, aivanov
|
2021-03-09 21:22:50 +00:00 |
|
Harold Seigel
|
b7f0b3fc8b
|
8252173: Use handles instead of jobjects in modules.cpp
Reviewed-by: lfoltan, coleenp
|
2021-03-09 13:15:39 +00:00 |
|
Alexey Ivanov
|
a6e34b3d1c
|
8262829: Native crash in Win32PrintServiceLookup.getAllPrinterNames()
Reviewed-by: prr, psadhukhan, serb
|
2021-03-09 11:36:30 +00:00 |
|
Patrick Concannon
|
fbe40e8926
|
8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
Reviewed-by: dfuchs, psandoz, smarks
|
2021-03-09 11:09:40 +00:00 |
|
Patrick Concannon
|
0f2402d0a2
|
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
Reviewed-by: lancea, bpb, darcy, naoto, iris, dfuchs, smarks, redestad
|
2021-03-09 11:09:06 +00:00 |
|
Doug Simon
|
4f0a12ec87
|
8262323: do not special case JVMCI in tiered compilation policy
Reviewed-by: kvn, never
|
2021-03-09 10:57:03 +00:00 |
|
Roberto Castañeda Lozano
|
3022baa953
|
8263167: IGV: build fails with "taskdef AutoUpdate cannot be found"
Update IGV build configuration to use the nbm-maven-harness Maven artifact.
Reviewed-by: chagedorn, rrich
|
2021-03-09 10:14:51 +00:00 |
|
Anton Kozlov
|
0bc45625b0
|
8263068: Rename safefetch.hpp to safefetch.inline.hpp
Reviewed-by: stefank
|
2021-03-09 08:19:59 +00:00 |
|
Sergey Bylokhov
|
5bfc5fd38b
|
8263051: Modernize the code in the java.awt.color package
Reviewed-by: azvegint
|
2021-03-09 06:11:28 +00:00 |
|
Thomas Stuefe
|
5b9b170db9
|
8262955: Unify os::fork_and_exec() across Posix platforms
Reviewed-by: dholmes, hseigel
|
2021-03-09 06:00:46 +00:00 |
|
Andrey Turbanov
|
39b1113838
|
8262161: Refactor manual I/O stream copying in java.desktop to use new convenience APIs
Reviewed-by: serb, prr
|
2021-03-09 01:36:50 +00:00 |
|
Yasumasa Suenaga
|
4e9476071d
|
8263135: unique_ptr should not be used for types that are not pointers
Reviewed-by: asemenyuk, herrick
|
2021-03-09 00:57:48 +00:00 |
|
Claes Redestad
|
f71b21b0e7
|
8263038: Optimize String.format for simple specifiers
Reviewed-by: rriggs, naoto
|
2021-03-08 23:13:45 +00:00 |
|
Joe Darcy
|
14cfbda39e
|
8261366: Add discussion of IEEE 754 to BigDecimal
Reviewed-by: bpb
|
2021-03-08 22:30:11 +00:00 |
|
Anthony Scarpino
|
414ee95b8e
|
8261462: GCM ByteBuffer decryption problems
Reviewed-by: valeriep
|
2021-03-08 21:28:07 +00:00 |
|
Martin Buchholz
|
eb4a8af559
|
8260664: Phaser.arrive() memory consistency effects
Reviewed-by: dl
|
2021-03-08 20:11:18 +00:00 |
|
Mikhailo Seledtsov
|
9221540e2a
|
8213269: convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
Reviewed-by: iignatyev, coleenp, stuefe
|
2021-03-08 20:09:59 +00:00 |
|
Igor Ignatyev
|
17853ee92c
|
8263200: Add -XX:StressCCP to CTW
Reviewed-by: kvn
|
2021-03-08 18:43:34 +00:00 |
|
Zhengyu Gu
|
a2b8858131
|
8263041: Shenandoah: Cleanup C1 keep alive barrier check
Reviewed-by: shade, rkennke
|
2021-03-08 18:07:34 +00:00 |
|
Igor Veresov
|
1f9ed9059f
|
8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
Reviewed-by: kvn
|
2021-03-08 18:01:27 +00:00 |
|
Dmitry Markov
|
bf9b74d187
|
8262446: DragAndDrop hangs on Windows
Reviewed-by: aivanov, serb, kizune
|
2021-03-08 16:38:21 +00:00 |
|
Jonathan Gibbons
|
b1cc864afb
|
8251210: Link JDK api docs to other versions
Reviewed-by: iris, erikj
|
2021-03-08 16:19:48 +00:00 |
|
Albert Mingkun Yang
|
0da889edf3
|
8210100: ParallelGC should use parallel WeakProcessor
Reviewed-by: kbarrett, tschatzl, sjohanss
|
2021-03-08 15:26:42 +00:00 |
|
Claes Redestad
|
679faa691a
|
8263097: Update JMH devkit to 1.28
Reviewed-by: ecaspole, erikj
|
2021-03-08 14:23:20 +00:00 |
|
Patrick Concannon
|
ab2cfccac7
|
8252831: Correct "no comment" warnings in jdk.net module
Reviewed-by: chegar, vtewari, dfuchs
|
2021-03-08 12:19:01 +00:00 |
|
Kevin Walls
|
51cca57c22
|
8259577: Dangling reference to temp_path in Java_sun_tools_attach_VirtualMachineImpl_getTempDir
Reviewed-by: cjplummer, lmesnik
|
2021-03-08 11:40:15 +00:00 |
|
Claes Redestad
|
a0c3f24218
|
8263091: Remove CharacterData.isOtherUppercase/-Lowercase
Reviewed-by: rriggs, naoto, iris
|
2021-03-08 10:34:57 +00:00 |
|
Claes Redestad
|
13625bebd0
|
8263090: Avoid reading volatile fields twice in Locale.getDefault(Category)
Reviewed-by: rriggs, naoto, serb
|
2021-03-08 10:32:55 +00:00 |
|
Aleksey Shipilev
|
61cff4da90
|
8257913: Add more known library locations to simplify Linux cross-compilation
Reviewed-by: erikj
|
2021-03-08 10:14:46 +00:00 |
|
John Jiang
|
22a3117d22
|
8263137: Typos in sun.security.ssl.RenegoInfoExtension
Reviewed-by: xuelei
|
2021-03-07 22:46:16 +00:00 |
|
djelinski
|
18fc35053c
|
8259886: Improve SSL session cache performance and scalability
Reviewed-by: erikj, xuelei
|
2021-03-07 01:13:24 +00:00 |
|
Igor Ignatyev
|
3844ce400d
|
8261247: some compiler/whitebox/ tests fail w/ DeoptimizeALot
Reviewed-by: kvn
|
2021-03-06 21:08:20 +00:00 |
|
Jonathan Gibbons
|
f2d01521d1
|
8263043: Add test to verify order of tag output
Reviewed-by: prappo
|
2021-03-06 15:24:38 +00:00 |
|
Jonathan Gibbons
|
718298506d
|
8263104: fix warnings for empty paragraphs
Reviewed-by: alanb, lancea
|
2021-03-06 15:06:49 +00:00 |
|
Alexander Zuev
|
5eb2091a19
|
8261689: javax/swing/JComponent/7154030/bug7154030.java still fails with "Exception: Failed to hide opaque button"
Reviewed-by: aivanov, azvegint
|
2021-03-06 09:09:35 +00:00 |
|
Ioi Lam
|
75a5be8ac5
|
8263054: [testbug] SharedArchiveConsistency.java reuses jsa files
Reviewed-by: dholmes, minqi
|
2021-03-06 08:55:42 +00:00 |
|
Alexander Zvegintsev
|
2afbd5dafc
|
8250804: Can't set the application icon image for Unity WM on Linux.
Reviewed-by: serb, pbansal, kizune
|
2021-03-06 08:54:51 +00:00 |
|
Alexander Matveev
|
fa43f926ab
|
8261845: File permissions of packages built by jpackage
Reviewed-by: asemenyuk, herrick
|
2021-03-06 08:54:12 +00:00 |
|
Eric Liu
|
23ee60d1b7
|
8261008: Optimize Xor
Reviewed-by: thartmann, kvn
|
2021-03-06 08:52:35 +00:00 |
|
Fernando Guallini
|
e1cad97049
|
8262862: Harden tests sun/security/x509/URICertStore/ExtensionsWithLDAP.java and krb5/canonicalize/Test.java
Reviewed-by: aefimov, michaelm
|
2021-03-05 16:26:05 +00:00 |
|
Roland Westrelin
|
2c0507ecd6
|
8261812: C2 compilation fails with assert(!had_error) failed: bad dominance
Reviewed-by: kvn, thartmann
|
2021-03-05 15:43:24 +00:00 |
|
Jonathan Gibbons
|
97557826f5
|
8157682: @inheritDoc doesn't work with @exception
Co-authored-by: Yano, Masanori <yano-masanori@jp.fujitsu.com>
Co-authored-by: Jonathan Gibbons <jjg@openjdk.org>
Reviewed-by: prappo
|
2021-03-05 15:24:44 +00:00 |
|
Jonathan Gibbons
|
8c13d26dae
|
8263050: move HtmlDocletWriter.verticalSeparator to IndexWriter
Reviewed-by: prappo
|
2021-03-05 15:22:12 +00:00 |
|
Arno Zeller
|
8d3de4b1bd
|
8262844: (fs) FileStore.supportsFileAttributeView might return false negative in case of ext3
Reviewed-by: alanb, clanger, bpb
|
2021-03-05 11:02:26 +00:00 |
|
Aleksey Shipilev
|
75fb7ccf34
|
8259228: Zero: rewrite (put|get)field from if-else chains to switches
Reviewed-by: aph, coleenp
|
2021-03-05 10:40:43 +00:00 |
|
Albert Mingkun Yang
|
9730266d02
|
8262973: Verify ParCompactionManager instance in PCAdjustPointerClosure
Reviewed-by: kbarrett, tschatzl
|
2021-03-05 08:49:08 +00:00 |
|
Jie Fu
|
d91550efad
|
8262998: Vector API intrinsincs should not modify IR when bailing out
Reviewed-by: thartmann, vlivanov
|
2021-03-05 05:57:30 +00:00 |
|