Roman Kennke
|
7eccbd4fde
|
8266519: Cleanup resolve() leftovers from BarrierSet et al
Reviewed-by: kbarrett, stefank
|
2021-08-19 19:50:25 +00:00 |
|
Weijun Wang
|
9569159d25
|
8272674: Logging missing keytab file in Krb5LoginModule
Reviewed-by: coffeys
|
2021-08-19 19:02:22 +00:00 |
|
Andrey Turbanov
|
51c1b9a687
|
8272616: Strange code in java.text.DecimalFormat#applyPattern
Reviewed-by: bpb, naoto, iris
|
2021-08-19 15:57:18 +00:00 |
|
Roman Kennke
|
03b5e99d99
|
8272165: Consolidate mark_must_be_preserved() variants
Reviewed-by: tschatzl
|
2021-08-19 10:16:55 +00:00 |
|
Albert Mingkun Yang
|
ab41812951
|
8272576: G1: Use more accurate integer type for collection set length
Reviewed-by: iwalulya, sjohanss
|
2021-08-19 09:56:32 +00:00 |
|
Albert Mingkun Yang
|
82b2f21d17
|
8272579: G1: remove unnecesary null check for G1ParScanThreadStateSet::_states slots
Reviewed-by: iwalulya, kbarrett, sjohanss
|
2021-08-19 09:55:51 +00:00 |
|
Julia Boes
|
1c80f078f6
|
8272334: com.sun.net.httpserver.HttpExchange: Improve API doc of getRequestHeaders
Reviewed-by: dfuchs, michaelm, chegar
|
2021-08-19 09:09:36 +00:00 |
|
Jonathan Gibbons
|
6d3d47957e
|
8272667: substandard error messages from the docs build
Reviewed-by: darcy, iris
|
2021-08-18 23:40:44 +00:00 |
|
Ralf Schmelter
|
73da66ffb7
|
8272318: Improve performance of HeapDumpAllTest
Reviewed-by: lucy, sspitsyn
|
2021-08-18 18:30:26 +00:00 |
|
Vladimir Ivanov
|
96107e31df
|
8272573: Redundant unique_concrete_method_4 dependencies
Reviewed-by: kvn, thartmann
|
2021-08-18 16:45:29 +00:00 |
|
Harold Seigel
|
4d6593ce02
|
8272124: Cgroup v1 initialization causes NullPointerException when cgroup path contains colon
Reviewed-by: mseledtsov, sgehwolf
|
2021-08-18 14:24:58 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Vladimir Ivanov
|
e8f1219d6f
|
8271276: C2: Wrong JVM state used for receiver null check
Reviewed-by: kvn, thartmann
|
2021-08-18 10:31:24 +00:00 |
|
Christian Hagedorn
|
79a06df811
|
8272567: [IR Framework] Make AbstractInfo.getRandom() static
Reviewed-by: thartmann
|
2021-08-18 06:39:22 +00:00 |
|
Alexander Zuev
|
481c1f0549
|
8269951: [macos] Focus not painted in JButton when setBorderPainted(false) is invoked
Reviewed-by: serb, psadhukhan
|
2021-08-18 05:48:26 +00:00 |
|
Tobias Hartmann
|
5189047d09
|
8272558: IR Test Framework README misses some flags
Reviewed-by: chagedorn
|
2021-08-18 04:47:58 +00:00 |
|
Mikhailo Seledtsov
|
ec63957f9d
|
8272398: Update DockerTestUtils.buildJdkDockerImage()
Reviewed-by: iignatyev, hseigel
|
2021-08-17 23:22:44 +00:00 |
|
Vicente Romero
|
14623cde3a
|
8270835: regression after JDK-8261006
Reviewed-by: jlahoda
|
2021-08-17 20:47:36 +00:00 |
|
Igor Ignatyev
|
fe72197102
|
8272551: mark hotspot runtime/modules tests which ignore external VM flags
Reviewed-by: mseledtsov, jiefu
|
2021-08-17 19:37:45 +00:00 |
|
Igor Ignatyev
|
05d64da7f3
|
8272291: mark hotspot runtime/logging tests which ignore external VM flags
Reviewed-by: mseledtsov, dholmes
|
2021-08-17 19:36:44 +00:00 |
|
Brian Burkhalter
|
a68b5b9c1d
|
8272369: java/io/File/GetXSpace.java failed with "RuntimeException: java.nio.file.NoSuchFileException: /run/user/0"
Reviewed-by: alanb
|
2021-08-17 17:07:03 +00:00 |
|
Abdul Kolarkunnu
|
a199ebc017
|
8272581: sun/security/pkcs11/Provider/MultipleLogins.sh fails after JDK-8266182
Reviewed-by: weijun
|
2021-08-17 16:54:32 +00:00 |
|
Rajan Halade
|
1cbf41a87b
|
8225083: Remove Google certificate that is expiring in December 2021
Reviewed-by: xuelei, mullan
|
2021-08-17 16:01:42 +00:00 |
|
Jim Laskey
|
cf64c3e7e2
|
8272326: java/util/Random/RandomTestMoments.java had two Gaussian fails
Reviewed-by: rriggs, bpb
|
2021-08-17 15:53:41 +00:00 |
|
Albert Mingkun Yang
|
2ed7b709a1
|
8272521: Remove unused PSPromotionManager::_claimed_stack_breadth
Reviewed-by: kbarrett, iwalulya
|
2021-08-17 12:42:55 +00:00 |
|
Albert Mingkun Yang
|
2aaf795270
|
8272520: Inline GenericTaskQueue::initialize() to the constructor
Reviewed-by: kbarrett, iwalulya
|
2021-08-17 12:42:02 +00:00 |
|
Abdul Kolarkunnu
|
ed57cf1cf3
|
8266182: Automate manual steps listed in the test jdk/sun/security/pkcs12/ParamsTest.java
Reviewed-by: hchao, ssahoo, xuelei, weijun
|
2021-08-17 12:12:22 +00:00 |
|
Hannes Wallnöfer
|
0e3fde6c3c
|
8264274: Block tags in overview.html are ignored
Reviewed-by: jjg
|
2021-08-17 08:29:49 +00:00 |
|
lawrence.andrews
|
c5c84b8fdc
|
8270312: Error: Not a test or directory containing tests: java/awt/print/PrinterJob/XparColor.java
Reviewed-by: psadhukhan, jdv
|
2021-08-17 07:44:35 +00:00 |
|
Stefan Karlsson
|
df1427b72b
|
8272446: C1: Raw version of UnsafeGet generates load barriers
Reviewed-by: eosterlund, iveresov
|
2021-08-17 06:36:09 +00:00 |
|
Igor Ignatyev
|
989f39f810
|
8272552: mark hotspot runtime/cds tests which ignore external VM flags
Reviewed-by: mseledtsov, jiefu, dholmes, iklam
|
2021-08-17 03:45:26 +00:00 |
|
Zhengyu Gu
|
ee8bf10d32
|
8272327: Shenandoah: Avoid enqueuing duplicate string candidates
Reviewed-by: rkennke
|
2021-08-17 00:35:18 +00:00 |
|
Jonathan Gibbons
|
3fb19279da
|
8271227: Missing {@code } in com.sun.source.*
Reviewed-by: iris
|
2021-08-16 22:54:54 +00:00 |
|
Rajat Mahajan
|
a5ad7720d2
|
8272342: [TEST_BUG] java/awt/print/PrinterJob/PageDialogMarginTest.java catches all exceptions
Reviewed-by: aivanov, pbansal
|
2021-08-16 22:24:00 +00:00 |
|
Jonathan Gibbons
|
ae45592d33
|
8272374: doclint should report missing "body" comments
Reviewed-by: kcr, hannesw
|
2021-08-16 20:48:25 +00:00 |
|
Igor Ignatyev
|
b2c272d4e2
|
8272305: several hotspot runtime/modules don't check exit codes
Reviewed-by: dholmes, mseledtsov
|
2021-08-16 16:56:15 +00:00 |
|
Brian Burkhalter
|
82688258f6
|
8272297: FileInputStream should override transferTo() for better performance
Reviewed-by: alanb
|
2021-08-16 15:53:33 +00:00 |
|
Christian Hagedorn
|
3677734584
|
8271471: [IR Framework] Rare occurrence of "<!-- safepoint while printing -->" in PrintIdeal/PrintOptoAssembly can let tests fail
Reviewed-by: kvn, thartmann
|
2021-08-16 14:51:11 +00:00 |
|
Ivan Walulya
|
0a03481a65
|
8272231: G1: Refactor G1CardSet::get_card_set to return G1CardSetHashTableValue*
Reviewed-by: tschatzl, kbarrett
|
2021-08-16 13:09:48 +00:00 |
|
Ivan Walulya
|
83d0e128e3
|
8267833: Improve G1CardSetInlinePtr::add()
Reviewed-by: tschatzl, kbarrett
|
2021-08-16 13:08:36 +00:00 |
|
Albert Mingkun Yang
|
69cc588fce
|
8272235: G1: update outdated code root fixup
Reviewed-by: tschatzl, kbarrett
|
2021-08-16 09:40:56 +00:00 |
|
Hannes Wallnöfer
|
5db36cedc9
|
8272158: SoftReference related bugs under memory pressure
Reviewed-by: jjg
|
2021-08-16 07:46:29 +00:00 |
|
Albert Mingkun Yang
|
7a5b37b8ca
|
8272439: G1: add documentation to G1CardSetInlinePtr
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: tschatzl, kbarrett
|
2021-08-16 07:35:43 +00:00 |
|
Albert Mingkun Yang
|
0209d9f382
|
8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Reviewed-by: kbarrett
|
2021-08-16 07:34:32 +00:00 |
|
Ioi Lam
|
36e2ddad4d
|
8272348: Update CDS tests in anticipation of JDK-8270489
Reviewed-by: ccheung, minqi
|
2021-08-16 03:22:52 +00:00 |
|
Yi Yang
|
3f38a50c52
|
8271203: C2: assert(iff->Opcode() == Op_If || iff->Opcode() == Op_CountedLoopEnd || iff->Opcode() == Op_RangeCheck) failed: Check this code when new subtype is added
Reviewed-by: chagedorn, roland, thartmann
|
2021-08-16 02:30:57 +00:00 |
|
Phil Race
|
6a5241c3ad
|
8272491: Problem list javax/swing/JFrame/NSTexturedJFrame/NSTexturedJFrame.java on macos
Reviewed-by: pbansal
|
2021-08-15 16:50:38 +00:00 |
|
Alexey Ushakov
|
17b9350023
|
8266079: Lanai: AlphaComposite shows differences on Metal compared to OpenGL
Reviewed-by: serb
|
2021-08-14 10:40:37 +00:00 |
|
Marcus G K Williams
|
87d2761f1b
|
8271883: Math CopySign optimization for x86
Reviewed-by: jbhateja, sviswanathan, kvn
|
2021-08-14 00:34:51 +00:00 |
|
Xue-Lei Andrew Fan
|
6b8b160e37
|
8272396: mismatching debug output streams
Reviewed-by: mullan
|
2021-08-13 21:33:22 +00:00 |
|