Naoto Sato
|
efa63dc1c6
|
8171382: java.time.Duration missing isPositive method
Reviewed-by: rriggs, joehw, iris, bpb, scolebourne
|
2021-07-26 16:33:16 +00:00 |
|
Andrey Turbanov
|
ee5536183a
|
8265474: Dubious 'null' assignment in CompactByteArray.expand
Reviewed-by: alanb, naoto
|
2021-07-26 16:31:13 +00:00 |
|
Aleksey Shipilev
|
515113d858
|
8269924: Shenandoah: Introduce weak/strong marking asserts
Reviewed-by: rkennke
|
2021-07-26 14:42:14 +00:00 |
|
Kim Barrett
|
f2c359a882
|
8271215: Fix data races in G1PeriodicGCTask
Reviewed-by: iwalulya, shade
|
2021-07-26 14:23:47 +00:00 |
|
Xiaohong Gong
|
e4295ccfcd
|
8270519: Move several vector helper methods to shared header file
Reviewed-by: jiefu, njian
|
2021-07-26 04:52:10 +00:00 |
|
Clive Verghese
|
e627caec84
|
8270317: Large Allocation in CipherSuite
Reviewed-by: xuelei, simonis
|
2021-07-24 10:14:53 +00:00 |
|
Jesper Wilhelmsson
|
0dcfc42f23
|
Merge
|
2021-07-24 01:06:15 +00:00 |
|
Coleen Phillimore
|
286106dd2a
|
8271219: [REDO] JDK-8271063 Print injected fields for InstanceKlass
Reviewed-by: dcubed, fparain
|
2021-07-23 20:52:45 +00:00 |
|
Ian Graves
|
a1c0a6aafb
|
8199594: Add doc describing how (?x) ignores spaces in character classes
Reviewed-by: darcy, naoto, iris, lancea, bpb
|
2021-07-23 19:17:02 +00:00 |
|
Vladimir Kozlov
|
4ed548b3ee
|
8268261: C2: assert(n != __null) failed: Bad immediate dominator info.
Reviewed-by: iveresov, vlivanov
|
2021-07-23 18:51:25 +00:00 |
|
Alexander Zuev
|
8adf008b15
|
8269984: [macos] JTabbedPane title looks like disabled
Reviewed-by: kcr, psadhukhan
|
2021-07-23 17:36:44 +00:00 |
|
Daniel D. Daugherty
|
ec71e2d891
|
8271221: [BACKOUT] JDK-8271063 Print injected fields for InstanceKlass
Reviewed-by: coleenp
|
2021-07-23 15:53:49 +00:00 |
|
Pavel Rappo
|
c9251db175
|
8271209: Fix doc comment typos in JavadocTokenizer
Reviewed-by: jlaskey
|
2021-07-23 14:05:37 +00:00 |
|
Albert Mingkun Yang
|
96247ae8fb
|
8270187: G1: Remove ConcGCThreads constraint
Reviewed-by: kbarrett, iwalulya
|
2021-07-23 13:52:55 +00:00 |
|
Coleen Phillimore
|
9b27df6a4f
|
8271063: Print injected fields for InstanceKlass
Reviewed-by: fparain, hseigel, yyang
|
2021-07-23 12:23:12 +00:00 |
|
Kim Barrett
|
0cc4bb729e
|
8270870: Simplify G1ServiceThread
Reviewed-by: tschatzl, iwalulya
|
2021-07-23 12:14:45 +00:00 |
|
Thomas Schatzl
|
8c8e3a0df2
|
8271163: G1 uses wrong degree of MT processing since JDK-8270169
Reviewed-by: kbarrett, ayang
|
2021-07-23 11:56:52 +00:00 |
|
David Holmes
|
8a789b71fe
|
8263840: PeriodicTask should declare its destructor virtual
Reviewed-by: xliu, kbarrett
|
2021-07-23 11:40:19 +00:00 |
|
Roman Kennke
|
f22619032d
|
8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()
Reviewed-by: dholmes
|
2021-07-23 10:42:00 +00:00 |
|
Thomas Schatzl
|
ea182b5c6e
|
8271060: Merge G1CollectedHeap::determine_start_concurrent_mark_gc and G1Policy::decide_on_conc_mark_initiation
Reviewed-by: ayang, kbarrett
|
2021-07-23 09:51:14 +00:00 |
|
Matthias Baesken
|
fb85960015
|
8271149: remove unreferenced functions from EncodingSupport_md.c
Reviewed-by: alanb
|
2021-07-23 06:38:47 +00:00 |
|
Jaikiran Pai
|
8156ff609b
|
8271147: java/nio/file/Path.java javadoc typo
Reviewed-by: iris
|
2021-07-23 04:06:59 +00:00 |
|
Jesper Wilhelmsson
|
9935440ede
|
Merge
|
2021-07-23 01:41:14 +00:00 |
|
Alexey Semenyuk
|
7165b3f105
|
8271155: Wrong path separator in env variable
Reviewed-by: herrick, kcr, iris, almatvee
|
2021-07-22 22:14:31 +00:00 |
|
Daniel D. Daugherty
|
9b93d816c1
|
8271161: [BACKOUT] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Reviewed-by: iignatyev
|
2021-07-22 21:15:20 +00:00 |
|
Joe Darcy
|
ecc37b06f2
|
8270916: Update java.lang.annotation.Target for changes in JLS 9.6.4.1
Reviewed-by: bpb, naoto
|
2021-07-22 19:50:23 +00:00 |
|
Alexey Semenyuk
|
984003d5c9
|
8268974: GetJREPath() JLI function fails to locate libjava.so if not standard Java launcher is used
Reviewed-by: almatvee, herrick, alanb
|
2021-07-22 18:53:51 +00:00 |
|
Jonathan Gibbons
|
c1c404896c
|
8249634: doclint should report implicit constructor as missing javadoc comments
Reviewed-by: hannesw
|
2021-07-22 18:52:19 +00:00 |
|
Thomas Schatzl
|
c2ed336828
|
8270912: Clean up G1CollectedHeap::process_discovered_references()
Reviewed-by: iwalulya, kbarrett
|
2021-07-22 15:20:32 +00:00 |
|
Thomas Schatzl
|
8e27d4e8ce
|
8271043: Rename G1CollectedHeap::g1mm()
Reviewed-by: kbarrett, iwalulya
|
2021-07-22 14:38:28 +00:00 |
|
Patricio Chilano Mateo
|
e7f9009315
|
8270085: Suspend during block transition may deadlock if lock held
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: dcubed, dholmes, coleenp
|
2021-07-22 14:30:19 +00:00 |
|
Julia Boes
|
50bb7313a7
|
8270286: com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API
Reviewed-by: chegar
|
2021-07-22 09:45:49 +00:00 |
|
Tobias Hartmann
|
4119a52c4b
|
8270461: ZGC: Invalid oop passed to ZBarrierSetRuntime::load_barrier_on_oop_array
Reviewed-by: chagedorn, kvn
|
2021-07-22 05:59:12 +00:00 |
|
Thomas Stuefe
|
6096dd9765
|
8268893: jcmd to trim the glibc heap
Reviewed-by: simonis, dholmes
|
2021-07-22 04:07:10 +00:00 |
|
Jesper Wilhelmsson
|
c36755dedf
|
Merge
|
2021-07-22 00:46:18 +00:00 |
|
Jamsheed Mohammed C M
|
89f7998aa7
|
8266347: assert(Dependencies::is_concrete_root_method(fm, ctxk) == Dependencies::is_concrete_method(m, ctxk)) failed: mismatch
Reviewed-by: vlivanov, thartmann
|
2021-07-21 20:28:57 +00:00 |
|
Igor Veresov
|
e1051ae069
|
8264066: Enhance compiler validation
Reviewed-by: ahgross, kvn, rhalade, thartmann
|
2021-07-21 20:28:57 +00:00 |
|
Sean Mullan
|
add995be46
|
8265201: JarFile.getInputStream not validating invalid signed jars
Reviewed-by: pkoppula, coffeys
|
2021-07-21 20:28:56 +00:00 |
|
Rahul Yadav
|
ca6b222c97
|
8258432: Improve File Transfers
Reviewed-by: michaelm, aefimov, dfuchs, chegar, ahgross, rhalade
|
2021-07-21 20:28:56 +00:00 |
|
Jamsheed Mohammed C M
|
a3acce5210
|
8264079: Improve abstractions
Reviewed-by: vlivanov, ahgross, thartmann, rhalade
|
2021-07-21 20:28:56 +00:00 |
|
Joe Wang
|
138f59806f
|
8262380: Enhance XML processing passes
Reviewed-by: lancea, naoto, ahgross, rhalade
|
2021-07-21 20:28:56 +00:00 |
|
Conor Cleary
|
0e6c01163f
|
8262967: Improve Zip file support
Reviewed-by: ahgross, rhalade, aefimov
|
2021-07-21 20:28:56 +00:00 |
|
Weijun Wang
|
e48af0069e
|
8264460: Improve NTLM support
Reviewed-by: xuelei
|
2021-07-21 20:28:56 +00:00 |
|
Patrick Concannon
|
b87e526af1
|
8256491: Better HTTP transport
Reviewed-by: dfuchs, michaelm, rhalade, ahgross
|
2021-07-21 20:28:56 +00:00 |
|
Phil Race
|
1c8b9727b7
|
8262477: Enhance String Conclusions
Reviewed-by: rhalade, mschoene, psadhukhan, jdv, serb
|
2021-07-21 20:28:56 +00:00 |
|
Sergey Bylokhov
|
9accf7c894
|
8262403: Enhanced data transfers
Reviewed-by: rhalade, prr, vdyakov, ahgross
|
2021-07-21 20:28:55 +00:00 |
|
Weijun Wang
|
ef9315bead
|
8260967: Better jar file validation
Reviewed-by: hchao, valeriep
|
2021-07-21 20:28:55 +00:00 |
|
Hai-May Chao
|
fc38331f44
|
8260960: Signs of jarsigner signing
Reviewed-by: weijun, rhalade
|
2021-07-21 20:28:55 +00:00 |
|
Naoto Sato
|
175b65c0a1
|
8262410: Enhanced rules for zones
Reviewed-by: rriggs, rhalade
|
2021-07-21 20:28:55 +00:00 |
|
Phil Race
|
7b6410f213
|
8260453: Improve Font Bounding
Reviewed-by: rhalade, psadhukhan, mschoene, serb
|
2021-07-21 20:28:55 +00:00 |
|