Nick Gasson
|
752b6df34c
|
8261236: C2: ClhsdbJstackXcompStress test fails when StressGCM is enabled
Reviewed-by: never, kvn
|
2021-07-28 01:54:33 +00:00 |
|
Jesper Wilhelmsson
|
a50161b750
|
Merge
|
2021-07-28 00:36:16 +00:00 |
|
Igor Ignatyev
|
f1e15c8c8f
|
8271350: runtime/Safepoint tests use OutputAnalyzer::shouldMatch instead of shouldContaint
Reviewed-by: mseledtsov, dholmes
|
2021-07-27 23:20:19 +00:00 |
|
Hannes Wallnöfer
|
fbe28e4ee1
|
8270866: NPE in DocTreePath.getTreePath()
Reviewed-by: jjg
|
2021-07-27 19:28:54 +00:00 |
|
Weijun Wang
|
90cd2fa164
|
8270859: Post JEP 411 refactoring: client libs with maximum covering > 10K
Reviewed-by: serb
|
2021-07-27 17:34:19 +00:00 |
|
Markus Grönlund
|
f662127390
|
8270491: SEGV at read_string_field(oopDesc*, char const*, JavaThread*)+0x54
Reviewed-by: egahlin
|
2021-07-27 17:14:04 +00:00 |
|
Bradford Wetmore
|
c8af8238b4
|
8267485: Remove the dependency on SecurityManager in JceSecurityManager.java
Reviewed-by: mchung
|
2021-07-27 17:11:13 +00:00 |
|
Roman Kennke
|
ea49691f1d
|
8270794: Avoid loading Klass* twice in TypeArrayKlass::oop_size()
Reviewed-by: shade, coleenp
|
2021-07-27 16:37:31 +00:00 |
|
Sean Mullan
|
fc80a6b493
|
8270946: X509CertImpl.getFingerprint should not return the empty String
Reviewed-by: weijun
|
2021-07-27 13:49:03 +00:00 |
|
Thomas Stuefe
|
45d277feb0
|
8270308: Arena::Amalloc may return misaligned address on 32-bit
Reviewed-by: coleenp, kbarrett
|
2021-07-27 04:21:56 +00:00 |
|
Igor Ignatyev
|
cea7bc2dea
|
8271223: two runtime/ClassFile tests don't check exit code
Reviewed-by: dholmes
|
2021-07-27 02:59:40 +00:00 |
|
David Holmes
|
fde183130b
|
8212961: [TESTBUG] vmTestbase/nsk/stress/jni/ native code cleanup
Reviewed-by: stuefe, iignatyev
|
2021-07-27 02:49:34 +00:00 |
|
Ian Graves
|
bb508e1303
|
8269753: Misplaced caret in PatternSyntaxException's detail message
Reviewed-by: prappo
|
2021-07-27 02:25:30 +00:00 |
|
Jaikiran Pai
|
c3d8e9228d
|
8190753: (zipfs): Accessing a large entry (> 2^31 bytes) leads to a negative initial size for ByteArrayOutputStream
Reviewed-by: lancea
|
2021-07-27 01:57:13 +00:00 |
|
Jesper Wilhelmsson
|
eb6da88817
|
Merge
|
2021-07-27 00:57:58 +00:00 |
|
Dean Long
|
fcc7d59b99
|
8269342: CICrashAt=1 does not always catch first Java method
Reviewed-by: kvn, thartmann
|
2021-07-26 22:09:17 +00:00 |
|
Alex Menkov
|
8785737ba5
|
8269616: serviceability/dcmd/framework/VMVersionTest.java fails with Address already in use error
Reviewed-by: sspitsyn, kevinw
|
2021-07-26 20:16:32 +00:00 |
|
Andreas Woess
|
3aadae2077
|
8271140: Fix native frame handling in vframeStream::asJavaVFrame()
Reviewed-by: dnsimon, kvn, never
|
2021-07-26 19:47:34 +00:00 |
|
Andrey Turbanov
|
b8f79a7ff7
|
8268873: Unnecessary Vector usage in java.base
Reviewed-by: mullan
|
2021-07-26 18:18:56 +00:00 |
|
Jim Laskey
|
b76a83888b
|
8269150: UnicodeReader not translating \u005c\\u005d to \\]
Reviewed-by: jjg, jlahoda, darcy
|
2021-07-26 18:04:28 +00:00 |
|
Brian Burkhalter
|
0b12e7c82c
|
8075806: divideExact is missing in java.lang.Math
Reviewed-by: darcy
|
2021-07-26 17:19:53 +00:00 |
|
Igor Ignatyev
|
7ddabbff74
|
8271175: runtime/jni/FindClassUtf8/FindClassUtf8.java doesn't have to be run in othervm
Reviewed-by: dholmes
|
2021-07-26 17:19:33 +00:00 |
|
Igor Ignatyev
|
3c27f91986
|
8271222: two runtime/Monitor tests don't check exit code
Reviewed-by: dholmes
|
2021-07-26 17:18:26 +00:00 |
|
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 |
|
Christian Hagedorn
|
36aefa351a
|
8270447: [IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option
Reviewed-by: kvn, thartmann
|
2021-07-26 07:54:22 +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 |
|
Alexander Zvegintsev
|
049b2ad4df
|
8015886: java/awt/Focus/DeiconifiedFrameLoosesFocus/DeiconifiedFrameLoosesFocus.java sometimes failed on ubuntu
Reviewed-by: kizune, serb
|
2021-07-24 08:14:05 +00:00 |
|
Jesper Wilhelmsson
|
0dcfc42f23
|
Merge
|
2021-07-24 01:06:15 +00:00 |
|
Igor Veresov
|
7468bbcd64
|
8266988: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
Reviewed-by: kvn
|
2021-07-23 22:18:51 +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 |
|
Igor Ignatyev
|
e90ed6cc38
|
8271173: serviceability/jvmti/GetObjectSizeClass.java doesn't check exit code
Reviewed-by: dholmes
|
2021-07-23 15:53:48 +00:00 |
|
Igor Ignatyev
|
b4c6229fd4
|
8271189: runtime/handshake/HandshakeTimeoutTest.java can be run in driver mode
Reviewed-by: dholmes
|
2021-07-23 15:32:42 +00:00 |
|
Rajan Halade
|
f4b3ee5dca
|
8270280: security/infra/java/security/cert/CertPathValidator/certification/LetsEncryptCA.java OCSP response error
Reviewed-by: mullan
|
2021-07-23 15:03:45 +00:00 |
|
Rajan Halade
|
45abbeed2f
|
8243543: jtreg test security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java fails
Reviewed-by: mullan
|
2021-07-23 14:18:55 +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 |
|