Maurizio Cimadamore
|
7ff9c85639
|
8258242: Type profile pollution occurs when memory segments of different kinds are used
Reviewed-by: vlivanov, redestad
|
2020-12-15 13:50:40 +00:00 |
|
Markus Grönlund
|
afc44414d5
|
8258094: AIX build fails after 8257602
Reviewed-by: rrich, stuefe, egahlin
|
2020-12-14 11:36:01 +00:00 |
|
Martin Buchholz
|
43dc3f7992
|
8254350: CompletableFuture.get may swallow InterruptedException
Reviewed-by: alanb, dl
|
2020-12-13 19:17:36 +00:00 |
|
Mandy Chung
|
2001da3dd4
|
8257596: Clarify trusted final fields for record classes
Reviewed-by: hseigel, chegar, psandoz
|
2020-12-11 22:44:48 +00:00 |
|
Vladimir Ivanov
|
b1afed7501
|
8257919: [JVMCI] profiling info didn't change after reprofile
Reviewed-by: kvn, redestad
|
2020-12-11 21:50:49 +00:00 |
|
Vicente Romero
|
b7ac32d6ee
|
8257598: Clarify what component values are used in Record::equals
Reviewed-by: darcy, chegar
|
2020-12-11 19:16:34 +00:00 |
|
Joe Darcy
|
a280182956
|
8258060: Update @jls tags for renamed/renumbered sections
Reviewed-by: jjg, abuckley
|
2020-12-11 18:38:45 +00:00 |
|
Thomas Schatzl
|
bacf22b907
|
8256641: CDS VM operations do not lock the heap
Reviewed-by: kbarrett, iklam
|
2020-12-11 18:14:37 +00:00 |
|
Yudi Zheng
|
58dca9253d
|
8257910: [JVMCI] Set exception_seen accordingly in the runtime.
Reviewed-by: kvn
|
2020-12-10 22:43:37 +00:00 |
|
Doug Simon
|
fa77008f19
|
8258015: [JVMCI] JVMCI_lock shouldn't be held while initializing box classes
Reviewed-by: kvn
Backport-of: d163c6fe2ec235a175b62ec821477d33b14841fe
|
2020-12-10 21:18:35 +00:00 |
|
Maurizio Cimadamore
|
37043b0557
|
8257837: Performance regression in heap byte buffer views
Reviewed-by: chegar, roland
|
2020-12-10 15:32:36 +00:00 |
|
Markus Grönlund
|
502a5241e5
|
8257602: Introduce JFR Event Throttling and new jdk.ObjectAllocationSample event (enabled by default)
Co-authored-by: Jaroslav Bachorik <jbachorik@openjdk.org>
Reviewed-by: egahlin, jbachorik
|
2020-12-10 12:33:48 +00:00 |
|
Dong Bo
|
026b09cf64
|
8257483: C2: Split immediate vector rotate from RotateLeftV and RotateRightV nodes
Reviewed-by: vlivanov
|
2020-12-10 12:26:04 +00:00 |
|
Per Liden
|
0a0691ebcf
|
8257901: ZGC: Take virtual memory usage into account when sizing heap
Reviewed-by: stefank, eosterlund, ayang, tschatzl
|
2020-12-10 11:10:38 +00:00 |
|
Daniel Fuchs
|
4a839e95de
|
8256459: java/net/httpclient/ManyRequests.java and java/net/httpclient/LineBodyHandlerTest.java fail infrequently with java.net.ConnectException: Connection timed out: no further information
Reviewed-by: chegar
|
2020-12-10 10:09:29 +00:00 |
|
Roland Westrelin
|
d93293f31b
|
8256730: Code that uses Object.checkIndex() range checks doesn't optimize well
Reviewed-by: vlivanov, thartmann
|
2020-12-10 08:09:08 +00:00 |
|
Sandhya Viswanathan
|
869dcb6f50
|
8257806: Optimize x86 allTrue and anyTrue vector mask operations of Vector API
Reviewed-by: kvn, psandoz
|
2020-12-10 04:31:27 +00:00 |
|
Koichi Sakata
|
34650f52b5
|
8257872: UL: -Xlog does not check number of options
Reviewed-by: dholmes, iklam, ysuenaga
|
2020-12-10 04:05:18 +00:00 |
|
Michael Edgar
|
6847bbbb11
|
8255918: XMLStreamFilterImpl constructor consumes XMLStreamException
Reviewed-by: joehw
|
2020-12-10 03:40:01 +00:00 |
|
Joe Darcy
|
d2f9e31ae4
|
8257638: Update usage of "type" terminology in javax.lang.model
Reviewed-by: jjg
|
2020-12-10 02:59:26 +00:00 |
|
Alexander Matveev
|
eb1c8a15b6
|
8257924: Use full path when running external executable from jpackage
Reviewed-by: herrick, asemenyuk
|
2020-12-10 01:01:38 +00:00 |
|
Toshio Nakamura
|
53e537c738
|
8255387: Japanese characters were printed upside down on AIX
Reviewed-by: prr, serb
|
2020-12-10 00:27:44 +00:00 |
|
Coleen Phillimore
|
0a3e446ad9
|
8257993: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently
Reviewed-by: sspitsyn, hseigel, dholmes
|
2020-12-09 23:08:52 +00:00 |
|
Guoxiong Li
|
46c9a860b6
|
8245956: JavaCompiler still uses File API instead of Path API in a specific case
Reviewed-by: jjg
|
2020-12-09 21:09:23 +00:00 |
|
Doug Simon
|
baf4c1a4af
|
8257917: [JVMCI] crash when materializing boxed values under -Xcomp
Reviewed-by: iveresov, kvn
|
2020-12-09 20:26:55 +00:00 |
|
Andrey Turbanov
|
30de320c01
|
6882207: Convert javap to use diamond operator internally
Reviewed-by: jjg
|
2020-12-09 19:20:13 +00:00 |
|
Harold Seigel
|
d33a689b96
|
8256867: Classes with empty PermittedSubclasses attribute cannot be extended
Reviewed-by: lfoltan, mchung, jlahoda, chegar
|
2020-12-09 19:07:11 +00:00 |
|
Alexander Matveev
|
e6b4c4d716
|
8238781: [macos] jpackage tests failed due to "hdiutil: convert failed" in various ways
Reviewed-by: herrick, asemenyuk
|
2020-12-09 19:02:15 +00:00 |
|
Mandy Chung
|
5f03341211
|
8052260: Reference.isEnqueued() spec does not match the long-standing behavior returning true iff it's in the ref queue
Reviewed-by: kbarrett, alanb
|
2020-12-09 17:27:02 +00:00 |
|
Patrick Concannon
|
6dd06add9d
|
8254996: make jdk.net.UnixDomainPrincipal a record class
Reviewed-by: dfuchs, michaelm
|
2020-12-09 17:03:07 +00:00 |
|
Jan Lahoda
|
bd22aa5e86
|
8229862: NPE in jdk.compiler/com.sun.tools.javac.jvm.Code.emitop0(Code.java:570)
Co-authored-by: Bernard Blaser <bsrbnd@openjdk.org>
Reviewed-by: vromero
|
2020-12-09 16:49:50 +00:00 |
|
Eric Caspole
|
cf62b0ad86
|
8257518: LogCompilation: java.lang.InternalError with JFR turned on
Reviewed-by: kvn, redestad
|
2020-12-09 15:55:33 +00:00 |
|
Jan Lahoda
|
6eff9315e1
|
8256950: Add record attribute support to symbol generator CreateSymbols
Reviewed-by: jjg, chegar
|
2020-12-09 15:05:01 +00:00 |
|
Christian Hagedorn
|
f148915d54
|
8245107: Use Unified Logging in trace_method_handle_stub()
Reviewed-by: coleenp, mdoerr
|
2020-12-09 14:36:13 +00:00 |
|
Julia Boes
|
5bdce9b995
|
8257639: Update usage of "type" terminology in java.lang.Enum & java.lang.Record
Reviewed-by: chegar, dfuchs
|
2020-12-09 09:32:22 +00:00 |
|
Hannes Wallnöfer
|
b4615c67a3
|
8256580: Fault in new grid display
Reviewed-by: jjg
|
2020-12-09 09:21:50 +00:00 |
|
Jie Fu
|
df55ecd83c
|
8257794: Zero: assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1) failed: wrong on Linux/x86_32
Reviewed-by: shade
|
2020-12-09 09:01:07 +00:00 |
|
Per Liden
|
79f1dfb8d3
|
8255987: JDI tests fail with com.sun.jdi.ObjectCollectedException
Reviewed-by: dholmes, cjplummer
|
2020-12-09 07:46:04 +00:00 |
|
Igor Veresov
|
10da767c2f
|
8257847: Tiered should publish MDO data pointer for interpreter after profile start
Reviewed-by: thartmann, kvn, dlong
|
2020-12-09 04:28:59 +00:00 |
|
Joe Darcy
|
2a62d5d34f
|
8256917: Use combo @returns tag in java.compiler javadoc
Reviewed-by: jjg, iris
|
2020-12-09 02:37:30 +00:00 |
|
Jonathan Gibbons
|
b29f9cd7b0
|
8075778: Add javadoc tag to avoid duplication of return information in simple situations.
Reviewed-by: prappo, jlahoda
|
2020-12-08 23:25:08 +00:00 |
|
Dan Smith
|
48d8650ae1
|
8257845: Integrate JEP 390
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
|
2020-12-08 23:04:01 +00:00 |
|
Mark Reinhold
|
ed4c4ee73b
|
8256299: Implement JEP 396: Strongly Encapsulate JDK Internals by Default
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: mchung, alanb
|
2020-12-08 22:12:24 +00:00 |
|
Marius Volkhart
|
c47ab5f6b7
|
8256515: javax.xml.XMLEventReader produces incorrect START_DOCUMENT event
Reviewed-by: joehw
|
2020-12-08 20:43:42 +00:00 |
|
Vladimir Ivanov
|
044616bd71
|
8252049: Native memory leak in ciMethodData ctor
Reviewed-by: kbarrett, coleenp
|
2020-12-08 17:02:09 +00:00 |
|
Jan Lahoda
|
d0c526513d
|
8256149: Weird AST structure for incomplete member select
Reviewed-by: vromero
|
2020-12-08 13:09:15 +00:00 |
|
Maurizio Cimadamore
|
a70802477e
|
8257194: Add 'foreign linker API' in 'jdk.incubator.foreign' module desc/summary
Reviewed-by: jvernee, shade
|
2020-12-08 12:15:13 +00:00 |
|
Aleksey Shipilev
|
35e81536e7
|
8257848: -XX:CompileCommand=blackhole,* should be diagnostic
Reviewed-by: vlivanov
|
2020-12-08 10:11:01 +00:00 |
|
Athijegannathan Sundararajan
|
d2b66196b4
|
8242258: (jrtfs) Path::toUri throws AssertionError for malformed input
Reviewed-by: alanb
|
2020-12-08 09:38:38 +00:00 |
|
Christian Hagedorn
|
1d0adbb812
|
8253644: C2: assert(skeleton_predicate_has_opaque(iff)) failed: unexpected
Reviewed-by: roland, kvn
|
2020-12-08 08:48:58 +00:00 |
|