Stefan Karlsson
ac2b1ae5e2
8252513: ZGC: Contiguous memory reservation probing is broken for TB heap sizes
...
Reviewed-by: eosterlund, pliden
2020-09-02 11:13:09 +02:00
Ivan Walulya
553f3b1497
8252303: G1MMUTrackerQueue::when_sec skip queue iteration on max_gc_time pause time
...
Reviewed-by: sjohanss, tschatzl
2020-08-25 11:39:38 +02:00
Albert Mingkun Yang
f01e6261a2
8252093: formula used to calculate decaying variance in numberSeq
...
Reviewed-by: sjohanss, kbarrett
2020-09-02 12:40:16 +02:00
Thomas Schatzl
f9e6f26ca4
8252035: G1: Clean up G1CollectedHeap::*reserved* methods
...
Reviewed-by: sjohanss, iwalulya
2020-09-02 10:07:03 +02:00
Thomas Schatzl
75a69333f8
8252231: G1AdaptiveIHOP has swapped current_occupancy and additional_buffer_size
...
Reviewed-by: shade
2020-09-02 10:06:11 +02:00
Aleksey Shipilev
c8257ea4e2
8252691: Build failure after JDK-8252481
...
Reviewed-by: goetz
2020-09-02 09:14:18 +02:00
Prasanta Sadhukhan
be5ed8666c
Merge
2020-09-02 11:47:59 +05:30
Kim Barrett
1e4f886107
8251274: Provide utilities for function SFINAE using extra template parameters
...
Added ENABLE_IF macro.
Reviewed-by: eosterlund, lfoltan
2020-09-01 21:49:20 -04:00
Ian Graves
de49337060
8252529: Unsafe Documentation around Barrier Methods Inaccurate
...
Reviewed-by: psandoz
2020-09-01 13:43:26 -07:00
Prasanta Sadhukhan
64e2c67e7b
Merge
2020-09-01 17:50:05 +05:30
Tejpal Rebari
dc549663d7
8251122: doclint html5 errors in java.desktop/share/classes/javax/swing/plaf/nimbus/doc-files/properties.html
...
Reviewed-by: serb, aivanov
2020-09-01 12:53:28 +05:30
Aleksey Shipilev
a4ab61339b
8252592: Non-PCH build is broken after JDK-8251560
...
Reviewed-by: zgu, iklam
2020-09-01 07:06:18 +02:00
Naoto Sato
2914064cf4
8252552: DecimalFormat javadoc contains HTML tags in example code
...
Reviewed-by: lancea, joehw
2020-08-31 15:32:29 -07:00
Phil Race
9d71814dca
Merge
2020-08-31 12:26:58 -07:00
Anton Litvinov
4e3d9e3944
8249183: JVM crash in "AwtFrame::WmSize" method
...
Reviewed-by: serb, aivanov
2020-08-31 17:06:41 +01:00
Patrick Concannon
79d12507b3
8238286: Add new flatMap stream operation that is more amenable to pushing
...
This patch adds a new flatmap-like operation called mapMulti to the java.util.Stream class as well as the primitive variations of this operation i.e. mapMultiToInt, IntStream mapMulti, etc.
Reviewed-by: psandoz, smarks
2020-08-31 16:12:32 +01:00
Ioi Lam
dd89c92c50
8251560: Remove excessive header file inclusion from systemDictionary.hpp and others
...
Reviewed-by: coleenp
2020-08-31 08:05:08 -07:00
Phil Race
62cc45c3df
8245400: Upgrade to LittleCMS 2.11
...
Reviewed-by: serb, jdv
2020-08-31 06:14:42 -07:00
Pankaj Bansal
22bb597d0d
8249548: backward focus traversal gets stuck in button group
...
Reviewed-by: serb
2020-08-31 15:58:57 +05:30
Christian Hagedorn
8d30bb03ee
8249607: C2: assert(!had_error) failed: bad dominance
...
Fix prevented igvn optimization in SplitIf for LoadNodes which resulted in dominanance errors with loop strip mining.
Reviewed-by: roland, kvn
2020-08-31 12:10:25 +02:00
Stefan Karlsson
24e9d356df
8252368: Undo JDK-8245002: Windows GDI functions don't support NUMA interleaving
...
Reviewed-by: eosterlund, sjohanss
2020-08-31 11:02:47 +02:00
Stefan Karlsson
178c2ff5eb
8252367: Undo JDK-8245000: Windows GDI functions don't support large pages
...
Reviewed-by: eosterlund, sjohanss
2020-08-31 11:01:57 +02:00
Stefan Karlsson
1605edfcc3
8139800: Remove OopsInGenClosure
...
Reviewed-by: kbarrett, sjohanss
2020-08-31 09:57:44 +02:00
Phil Race
3d7b524593
8074844: Resolve disabled warnings for libfontmanager
...
Reviewed-by: serb, ihse, erikj
2020-08-29 10:07:22 -07:00
Dmitry Markov
acb329cd0e
8252470: java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails on Windows
...
Reviewed-by: serb, prr
2020-08-29 08:10:18 +01:00
Prasanta Sadhukhan
31cccbe016
Merge
2020-08-29 11:14:49 +05:30
Prasanta Sadhukhan
c8b6cfbdc5
Merge
2020-08-29 11:10:16 +05:30
Sergey Bylokhov
33ee441df1
8252349: Delete the "sun.awt.X11.checkSTRUT" property
...
Reviewed-by: kizune, prr
2020-08-28 22:55:38 +01:00
Vipin Sharma
bfabf1279d
8252265: Replace @exception with @throws java.util.logging package
...
@exception should be updated with @throws.
Reviewed-by: dfuchs, lancea
2020-08-29 00:00:10 +05:30
Alexander Scherbatiy
5490b03160
8252248: __SIGRTMAX is not declared in musl libc
...
Reviewed-by: alanb, vtewari, stuefe
2020-08-31 11:18:20 +03:00
Aleksei Voitylov
b957d802e6
8252250: isnanf is obsolete
...
Reviewed-by: dcubed, mikael
2020-08-31 09:28:32 +03:00
Dean Long
f0b30a5d24
8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used
...
Reviewed-by: kvn
2020-08-30 15:53:46 -07:00
Daniel D. Daugherty
02062b34ad
8252551: JDK-8250630 causes build error on Win*
...
Reviewed-by: dsamersoff
2020-08-30 12:20:59 -04:00
Dmitry Samersoff
09e86303ab
8250630: test/jdk/com/sun/jdi/JdwpListenTest.java fails on Alpine Linux
...
Make sure that IN6ADDR_ANY is preferred over mapped INADDR_ANY
Reviewed-by: amenkov, sspitsyn
2020-08-30 15:48:16 +03:00
Rahul Yadav
0f64d4bead
8245308: Replace ThreadLocalCoders decoder/encoder cache in java.net.URI
...
This fix updates java.net.URI and replaces the ThreadLocalCoders optimization.
Reviewed-by: alanb, dfuchs
2020-08-28 18:05:20 +01:00
Stefan Karlsson
507ec8ab30
8252294: Remove OopsInGenClosure usage from younger_refs_iterate
...
Reviewed-by: sjohanss, kbarrett
2020-08-28 17:20:19 +02:00
Stefan Karlsson
07a879a9f7
8252289: Remove usage of OopsInGenClosure from full_process_roots
...
Reviewed-by: sjohanss, kbarrett
2020-08-28 17:20:13 +02:00
Stefan Karlsson
f0acabc64b
8252245: Remove ScanClosure
...
Reviewed-by: pliden, sjohanss
2020-08-28 17:20:08 +02:00
Pavel Rappo
26b48999df
8252172: Improve prettiness of printing HTML attributes by DocPretty
...
Reviewed-by: jjg
2020-08-28 15:26:34 +01:00
Erik Joelsson
7df86108cb
8252145: Unify Info.plist files with correct version strings
...
Reviewed-by: ihse, serb
2020-08-28 06:23:41 -07:00
Prasanta Sadhukhan
925d275a62
Merge
2020-08-28 17:58:18 +05:30
Aleksei Efimov
30c2dbea95
8251182: Fix "no comment" warnings in java.naming
...
Reviewed-by: lancea, rriggs, dfuchs
2020-08-28 13:10:32 +01:00
Prasanta Sadhukhan
31f2426821
6542439: Significant memory leak in BasicComboBoxUI and MetalComboBoxButton
...
Reviewed-by: serb
2020-08-28 17:12:50 +05:30
Daniel Fuchs
80d889189a
8245462: HttpClient send throws InterruptedException when interrupted but does not cancel request
...
Allows an HTTP operation to be cancelled by calling CompletableFuture::cancel(true)
Reviewed-by: michaelm, chegar, alanb
2020-08-28 10:48:17 +01:00
Robbin Ehn
13918a4519
8252414: Redundant suspend check when determining if a java thread is safe
...
Reviewed-by: dholmes, dcubed, coleenp
2020-08-28 10:30:02 +02:00
Attila Szegedi
4b1b547020
8251538: Modernize and lint Dynalink code
...
Reviewed-by: sundar
2020-08-28 10:23:21 +02:00
Ioi Lam
9523001f65
8251557: Avoid dumping unused symbols/strings into the CDS archive
...
Reviewed-by: minqi, ccheung
2020-08-27 22:24:28 -07:00
Prasanta Sadhukhan
b6c6b4a89a
8252469: Backout JDK-8250935 fix
...
Reviewed-by: prr, serb
2020-08-28 09:17:47 +05:30
Vicente Romero
e19022e515
8230776: Javac throws AssertionError in jvm.Gen.visitExec
...
8231311: javac throws NPE in TransTypes.retype
8230964: Javac throws AssertionError in PoolReader.resolve
8230963: javac throws j.l.CCE in PoolReader.getName
8230919: javac throws j.l.CCE in ClassReader.readClass
Reviewed-by: jlahoda
2020-09-01 14:31:18 -04:00
Harold Seigel
9924c45fae
8252090: JFR: StreamWriterHost::write_unbuffered() stucks in an infinite loop OpenJDK (build 13.0.1+9)
...
Reviewed-by: hseigel
2020-09-01 18:01:35 +02:00