Mikael Vidstedt
|
895db11053
|
Merge
|
2019-07-29 09:59:04 -07:00 |
|
Martin Doerr
|
70fb85adc5
|
8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
Check JvmtiExport::_field_access_count != 0 at runtime
Reviewed-by: dholmes, eosterlund, bulasevich
|
2019-07-29 18:22:55 +02:00 |
|
Brian Burkhalter
|
62c2d1fbd9
|
8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
Reviewed-by: prappo, dfuchs, alanb
|
2019-07-29 09:09:23 -07:00 |
|
Brian Burkhalter
|
20ee82bf0a
|
8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps
Reviewed-by: alanb, lancea
|
2019-07-29 08:48:52 -07:00 |
|
Coleen Phillimore
|
1ed3649f48
|
8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
Add top level cds directory and adjust test groups
Reviewed-by: mseledtsov, ccheung
|
2019-07-29 10:34:20 -04:00 |
|
Harold Seigel
|
3d6ba9735f
|
8228596: Class redefinition fails when condy instructions are removed
Make sure has_dynamic_constant flag value gets copied to merged constant pool, when it is set to TRUE
Reviewed-by: coleenp, dcubed, sspitsyn
|
2019-07-29 09:57:37 -04:00 |
|
Aleksey Shipilev
|
f5b92a4ca7
|
8228400: Remove built-in AArch64 simulator
Reviewed-by: adinn, aph, dsamersoff
|
2019-07-29 11:14:06 +02:00 |
|
Richard Reingruber
|
a24a333cfd
|
8228618: s390: c1/c2 fail to add a metadata relocation in the static call stub
Reviewed-by: mdoerr, goetz
|
2019-07-26 16:03:08 +02:00 |
|
Erik Österlund
|
a42636d34b
|
8227407: ZGC: C2 loads and load barriers can get separated by safepoints
Reviewed-by: neliasso, smonteith, roland
|
2019-07-29 13:57:54 +02:00 |
|
John Jiang
|
804e840856
|
8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long
Reviewed-by: mullan
|
2019-07-27 10:02:35 +08:00 |
|
Ralf Schmelter
|
5bbe479ade
|
8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
Reviewed-by: cjplummer, sgehwolf
|
2019-07-26 10:52:47 +02:00 |
|
Sean Coffey
|
bb3d5aed04
|
8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
Reviewed-by: valeriep
|
2019-07-29 08:17:26 +00:00 |
|
Matthias Baesken
|
dde37610c0
|
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
Reviewed-by: mseledtsov
|
2019-07-26 15:05:24 +02:00 |
|
Christian Hagedorn
|
3135a96dc0
|
8156207: Resource allocated BitMaps are often cleared unnecessarily
Removed unnecessary clearing of BitMap.
Reviewed-by: kbarrett, kvn, thartmann
|
2019-07-29 09:40:02 +02:00 |
|
Christian Hagedorn
|
b2a9f90a94
|
8223769: Assert triggers with -XX:+StressReflectiveCode
Fixed too strong assert.
Reviewed-by: kvn, thartmann
|
2019-07-29 09:34:07 +02:00 |
|
David Holmes
|
3e45ca1ad7
|
8221205: Obsolete AllowJNIEnvProxy
Reviewed-by: hseigel, dcubed
|
2019-07-28 23:14:07 -04:00 |
|
Mandy Chung
|
19ec64630a
|
8228671: Fastdebug VM throws InternalError when publicLookup.in(T) is used to resolve a member
Reviewed-by: alanb
|
2019-07-27 14:49:16 -07:00 |
|
Kim Barrett
|
80ebfe9bba
|
8226796: Reduce debug level logging for oopstorage+blocks
Adjust logging levels based on expected volume of output.
Reviewed-by: tschatzl, pliden
|
2019-07-26 23:37:51 -04:00 |
|
Kim Barrett
|
b729cda18e
|
8228631: Fix inconsistent OopStorage::Block owner usage
Only use Block's owner member for address validation.
Reviewed-by: tschatzl, pliden
|
2019-07-26 20:15:13 -04:00 |
|
Naoto Sato
|
11ab995e6c
|
8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
Reviewed-by: lancea
|
2019-07-26 13:32:59 -07:00 |
|
Lance Andersen
|
d711c4e18e
|
8226808: PreparedStatement javadoc typo
Reviewed-by: bpb, joehw
|
2019-07-26 15:06:22 -04:00 |
|
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 |
|