Joe Wang
136cfdb1e3
8068376: Validator fails valid XML files due to String == in XSD validator code
...
Reviewed-by: lancea
2019-07-26 17:15:17 +00:00
Naoto Sato
c1a479ad67
8212970: TZ database in "vanguard" format support
...
Reviewed-by: rriggs, joehw, erikj, scolebourne
2019-07-26 08:56:28 -07:00
Leo Jiang
4b791747ef
8228623: Update copyright year to 2019 for several java properties file
...
Reviewed-by: naoto
2019-07-26 11:47:50 +08:00
Calvin Cheung
fc7aa2306c
8228407: JVM crashes with shared archive file mismatch
...
Stop processing other header fields if initial header check has failed.
Reviewed-by: dholmes, jiangli
2019-07-25 10:25:52 -07:00
Weijun Wang
3476b6dab8
8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list
...
Reviewed-by: mullan
2019-07-25 21:21:29 +08:00
Matthias Baesken
adfa9a7eb1
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
...
Reviewed-by: dholmes, sgehwolf
2019-07-25 12:15:27 +02:00
Matthias Baesken
1f088e0f3f
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
...
Reviewed-by: mseledtsov
2019-07-26 15:05:24 +02:00
Matthias Baesken
01e4da6809
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
...
Reviewed-by: dholmes, jcbeyler
2019-08-01 08:59:31 +02:00
Markus Grönlund
946d2b3197
8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates
...
Reviewed-by: egahlin
2019-08-02 10:43:30 +02:00
Ichiroh Takiguchi
7ca72d55c3
8227919: 8213232 causes crashes on solaris sparc64
...
Reviewed-by: prr, vkempik
2019-08-01 10:47:51 -07:00
Mikael Vidstedt
2f5e3d0d04
Added tag jdk-13+32 for changeset 929f37a9c35d
2019-08-01 09:27:24 -07:00
Leo Jiang
0de207a5e0
8228397: Missing license copyright header in some properties files
...
Reviewed-by: iris, mchung, naoto
2019-07-25 15:29:50 +08:00
Igor Ignatyev
cac96b1b58
8226905: unproblem list applications/ctw/modules/* tests on windows
...
Reviewed-by: kvn
2019-07-24 18:23:16 -07:00
Mikael Vidstedt
3424644dae
Added tag jdk-13+31 for changeset 6a159c6c23cc
2019-07-24 16:54:17 -07:00
Vladimir Ivanov
32eb2e45b6
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter
...
Reviewed-by: eosterlund, dholmes, mdoerr
2019-07-24 10:50:40 +03:00
Weijun Wang
78c7364c17
8228341: SignTwice.java fails intermittently on Windows
...
Reviewed-by: mullan
2019-07-24 10:09:30 +08:00
Weijun Wang
9c12b7f41d
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
...
Reviewed-by: mullan
2019-07-24 10:09:22 +08:00
Zhengyu Gu
e17feae1e8
8228532: Shenandoah: Implement SBSA::try_resolve_jobject_in_native()
...
Reviewed-by: rkennke
2019-07-23 15:33:52 -04:00
Matthias Baesken
4449a99f84
8228578: fix CFData object leak in macosx KeystoreImpl.m
...
Reviewed-by: weijun
2019-07-24 12:36:12 +02:00
Christoph Langer
d3fa36896e
8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
...
Reviewed-by: iignatyev, jjg
2019-07-26 09:06:03 +02:00
Valerie Peng
ded94368d1
Merge
2019-07-25 21:51:13 +00:00
Dean Long
bc1ccab62c
8226771: Update Graal
...
Reviewed-by: kvn
2019-07-25 17:35:58 -04:00
Brian Burkhalter
a8af569fa0
8184157: (ch) AsynchronousFileChannel hangs with internal error when reading locked file
...
Reviewed-by: alanb
2019-07-25 11:44:37 -07:00
Matthias Baesken
da6f042616
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
...
Reviewed-by: dholmes, sgehwolf
2019-07-25 12:15:27 +02:00
Valerie Peng
6b662abe74
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
...
Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei
2019-07-25 02:16:49 +00:00
Mikael Vidstedt
74c3432b28
Added tag jdk-14+7 for changeset 28ab01c06755
2019-07-24 17:08:14 -07:00
Mandy Chung
068575e9b1
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
...
Reviewed-by: alanb, plevart
2019-07-24 16:46:42 -07:00
Coleen Phillimore
221da20713
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
...
Add case for JVM_CONSTANT_Dynamic in error_message function.
Reviewed-by: dholmes, shade
2019-07-24 10:22:11 -04:00
Zhengyu Gu
f2e1bfa38a
8227927: Move ParallelCleaningTask back to G1
...
Reviewed-by: tschatzl, kbarrett
2019-07-24 08:34:06 -04:00
Patrick Concannon
00395fe0d0
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
...
Reviewed-by: chegar, bpb, alanb
2019-07-24 13:08:36 +01:00
Thomas Schatzl
5e48c76e81
8228388: Add information about dirty/skipped card for Merge HCC in G1 log
...
Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
b3c21d9a9b
8227719: G1 Pending cards estimation too conservative in cost prediction
...
Instead of using a coarse prediction for the log buffers, accumulate the actual number directly.
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Thomas Schatzl
550408d240
8226913: Scale cards per chunk used during heap root scanning with region size
...
Scale cards per chunk based on heap size to decrease constant overhead with heap root scanning data structure initialization
Reviewed-by: kbarrett, sangheki
2019-07-24 11:49:39 +02:00
Matthias Baesken
ff6b5404eb
8228501: java_props_macosx.c - provide missing CFRelease for CFLocaleCopyCurrent
...
Reviewed-by: naoto
2019-07-24 09:28:48 +02:00
Mandy Chung
203db2596f
8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit>
...
Reviewed-by: alanb
2019-07-23 20:03:03 -07:00
Mikhailo Seledtsov
94c38c4cc1
8227122: [TESTBUG] Create Docker sidecar test cases
...
Created test cases for container sidecar pattern
Reviewed-by: bobv, sgehwolf
2019-07-23 11:36:05 -07:00
Jonathan Gibbons
5fc206ea7d
8228494: Update nroff version of man pages
...
Reviewed-by: mchung
2019-07-23 11:30:31 -07:00
Coleen Phillimore
d9c3c6f9bf
8228484: Remove NoAllocVerifier because nothing uses it
...
Reviewed-by: hseigel, kbarrett
2019-07-23 13:56:41 -04:00
Jonathan Gibbons
6e90474edf
8228492: Remove pako.md
...
Reviewed-by: mchung
2019-07-22 15:54:25 -07:00
Zhengyu Gu
6a94be7047
8228490: Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release()
...
Reviewed-by: rkennke
2019-07-22 16:32:58 -04:00
Prasanta Sadhukhan
26c0fbda93
Merge
2019-07-25 12:20:04 +05:30
Christian Hagedorn
ce70e6c481
8071275: remove AbstractAssembler::update_delayed_values dead code
...
Removed dead code.
Reviewed-by: thartmann, mdoerr
2019-07-25 08:04:33 +02:00
Prasanta Sadhukhan
93f105e32a
Merge
2019-07-25 11:31:07 +05:30
Abdul Kolarkunnu
63bc445628
8228479: Correct the format of ColorChooserDemoTest
...
Reviewed-by: serb, psadhukhan
2019-07-23 22:21:16 -07:00
Anthony Scarpino
199f179340
8228399: Remove mistaken open.iml
...
Reviewed-by: xuelei
2019-07-22 10:39:10 -07:00
Naoto Sato
8fc55ee1f5
8228450: unicode.md and icu.md text should be pre-formatted
...
Reviewed-by: rriggs
2019-07-22 08:07:15 -07:00
Severin Gehwolf
843ee2be16
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
...
Move container constant to separate test lib class
Reviewed-by: alanb
2019-07-22 10:48:14 +02:00
Anthony Scarpino
81db7083a7
8228396: Re-enable Stateless Resumption On by default for merge to mainline
...
Reviewed-by: jnimeh
2019-07-18 13:58:34 -07:00
Mikael Vidstedt
f73a94a772
Merge
2019-07-23 11:17:59 -07:00
Matthias Baesken
9bba8fb124
8228426: xlc: switch to clang-style warning disabling
...
Reviewed-by: clanger, mdoerr
2019-07-19 11:09:41 +02:00