Vicente Romero
d9d067369b
8212624: remove outdated entries from langtools problem list
...
Reviewed-by: darcy
2018-10-29 17:11:46 -04:00
Vicente Romero
d0696b538a
8213100: fix test OptionSmokeTest before removing it from the problem list
...
Reviewed-by: jlahoda
2018-10-29 17:09:44 -04:00
Igor Ignatyev
93c891c51b
8177710: Convert TestMetaspaceUtils_test to GTest
...
Reviewed-by: tschatzl
2018-10-29 14:04:44 -07:00
Kirill Zhaldybin
810ba0eb12
8157728: Convert GCTimer_test to GTest
...
Reviewed-by: tschatzl, jcbeyler, iignatyev
2018-10-29 14:04:42 -07:00
Calvin Cheung
efce2c0397
8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
...
Added a null check on wb.getBooleanVMFlag("EnableJVMCI").
Reviewed-by: hseigel, jiangli
2018-10-29 13:58:29 -07:00
Ioi Lam
93395f6a9e
8212200: assert when shared java.lang.Object is redefined by JVMTI agent
...
Reviewed-by: dholmes, jiangli, hseigel, lfoltan, sspitsyn
2018-10-17 15:57:10 -07:00
Jonathan Gibbons
02966a7b67
8213102: Oracle Unilinks are [301 Moved Permanently] to https://docs.oracle.com
...
Reviewed-by: lancea, mchung
2018-10-29 12:33:41 -07:00
Joe Darcy
7e19a09742
8212081: AnnotatedType.toString implementation don't print annotations on embedded types
...
Reviewed-by: jfranck, wmdietl
2018-10-29 11:31:25 -07:00
Calvin Cheung
e0911eacd6
8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
...
Increased the timeout from 120s (default) to 240s
Reviewed-by: dcubed, mseledtsov
2018-10-29 11:05:45 -07:00
Jiangli Zhou
0c554411b0
8205327: Clean up #if INCLUDE_CDS in classLoaderExt.cpp and classLoaderExt.hpp
...
Clean up #if INCLUDE_CDS in classLoaderExt.* files.
Reviewed-by: dholmes
2018-10-29 14:00:48 -04:00
Ioi Lam
9a06fc3ea7
8212205: VM asserts after CDS archive has been unmapped
...
Reviewed-by: dholmes, jiangli, hseigel, stuefe
2018-10-25 11:23:43 -07:00
Robert Field
37ef084d73
8210808: jshell tool: only considers the first snippet of the external editor
...
Reviewed-by: jlahoda, sundar
2018-10-29 08:34:33 -07:00
Jim Laskey
7a9db013b7
8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
...
Reviewed-by: smarks, sherman
2018-10-29 12:31:49 -03:00
Coleen Phillimore
6a045adbed
8212958: Allow Klass::_subklass and _next_sibling to have unloaded classes
...
Don't return unloaded klasses. Make sure access is protected by Compile_lock.
Reviewed-by: eosterlund, dlong
2018-10-29 10:21:34 -04:00
Harold Seigel
71637b00c7
8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
...
Remove the unneeded tests. Keep the tests for class file versions 49 and 52.
Reviewed-by: acorn, coleenp
2018-10-29 08:38:59 -04:00
Thomas Schatzl
f69c1407ae
8212766: TestPromotionEventWithG1.java failed due to "RuntimeException: PLAB size is smaller than object size."
...
Also send PLAB size in bytes, not in heap words.
Reviewed-by: shade, sjohanss
2018-10-29 08:55:03 +01:00
Thomas Schatzl
931c9cf86d
8212974: Update RS Skipped cards uses wrong enum to register to phase
...
Reviewed-by: kbarrett
2018-10-29 08:52:04 +01:00
Jonathan Gibbons
d797264488
8213056: Nested anchor tags in java.lang.module
...
Reviewed-by: darcy
2018-10-26 15:13:12 -07:00
Mandy Chung
890a8b7705
8213043: Add internal Unsafe xxxObject methods as jsr166 is broken
...
Reviewed-by: alanb
2018-10-26 13:59:02 -07:00
Lance Andersen
a655e6b52b
8212129: Remove finalize methods from java.util.zip.ZipFIle/Inflator/Deflator
...
Reviewed-by: rriggs, sherman, alanb, clanger
2018-10-26 14:02:31 -04:00
Gerard Ziemski
0108d754d7
8017061: os_bsd.cpp contains code for UseSHM and UseHugeTLBFS
...
Removed the code using unused flags.
Reviewed-by: dholmes, coleenp
2018-10-26 10:47:05 -05:00
Weijun Wang
ae77ef7d7a
8213007: Update the link in test/jdk/sun/security/provider/SecureRandom/DrbgCavp.java
...
Reviewed-by: mullan
2018-10-26 22:58:04 +08:00
Thomas Stuefe
e4f51809e4
8212173: Thread._stack_base/_stack_size initialized too late for new threads
...
Reviewed-by: dholmes, simonis
2018-10-19 09:39:29 +02:00
Harold Seigel
67d76fe937
8192864: defmeth tests can hide failures
...
Add a call to addFailureCount() to record previously hidden failures.
Reviewed-by: lfoltan, coleenp
2018-10-26 08:23:52 -04:00
Calvin Cheung
7c81535d46
8209598: Clean up how messages are printed when CDS aborts start-up
...
Added a new function vm_exit_during_cds_dumping() to java.cpp so that it can be used when an error condition is encountered during CDS dumping.
Reviewed-by: iklam, dholmes, jiangli
2018-10-25 21:40:17 -07:00
Weijun Wang
8dbea74827
8212867: Link to DRBG test vectors is redirected to a broken link
...
Reviewed-by: mullan
2018-10-26 11:11:13 +08:00
Tom Rodriguez
ff4cf4f40b
8212956: [JVCMI] SpeculationReason should maintain identity
...
Reviewed-by: kvn
2018-10-25 19:00:46 -07:00
Dean Long
c24f6506e7
8021335: Missing synchronization when reading counters for live threads and peak thread count
...
Reviewed-by: dholmes, mchung
2018-10-25 18:41:26 -07:00
Iris Clark
7533f9f78a
8212994: Links to Oracle websites should use "https:"
...
Reviewed-by: erikj, lancea
2018-10-25 17:06:40 -07:00
Erik Joelsson
8b98cc3722
8213005: Missing symbols in hs_err files on Windows after JDK-8212028
...
Reviewed-by: ctornqvi
2018-10-25 16:47:14 -07:00
David Holmes
3837f1abc1
8210242: vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86
...
Non-NUL-terminated string was passed to %s - use %.*s to specify the actual length.
Reviewed-by: lfoltan, hseigel
2018-10-25 19:12:39 -04:00
Jean Christophe Beyler
589b596bec
8212884: Remove the assignments in ifs for vmTestbase/[a-s]
...
Extract assignments from if statements in vmTestbase
Reviewed-by: cjplummer, sspitsyn
2018-10-25 14:23:26 -07:00
Abdul Kolarkunnu
162e75f4a8
8212897: Some improvements in the EditorPaneDemotest
...
Reviewed-by: serb
2018-10-25 08:59:26 -07:00
Alex Menkov
b4cb7d6fc7
8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64
...
Reviewed-by: sspitsyn, jcbeyler
2018-10-25 11:48:18 -07:00
Pavel Punegov
a7aa770b9a
8164546: Convert DirectivesParser_test to GTest
...
Reviewed-by: kvn, iignatyev, neliasso
2018-10-25 11:18:24 -07:00
Mandy Chung
0f44b453a3
Merge
2018-10-25 10:58:59 -07:00
Mandy Chung
d523a17e80
8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
...
Reviewed-by: dfuchs
2018-10-25 10:57:42 -07:00
Mandy Chung
85598bc90f
8212948: Remove unused jdk.internal.misc.VMNotification interface
...
Reviewed-by: alanb
2018-10-25 10:56:45 -07:00
Sean Mullan
7727e4ca2f
8211883: Disable anon and NULL cipher suites
...
Reviewed-by: jnimeh
2018-10-25 13:55:28 -04:00
Dean Long
fb3ab945a6
8212978: Add RedefineMethodUsedByMultipleMethodHandles.java to problem list
...
Reviewed-by: kvn
2018-10-25 09:20:54 -07:00
Jean Christophe Beyler
be312edc2a
8212770: Remove spaces before/after () for vmTestbase/jvmti/[s-u]
...
Remove spaces before/after ()
Reviewed-by: amenkov, cjplummer
2018-10-25 08:18:42 -07:00
Michael McMahon
ae21c81dd7
8212926: HttpClient does not retrieve files with large sizes over HTTP/1.1
...
Reviewed-by: chegar, dfuchs
2018-10-25 12:09:41 +01:00
Robert Field
0d815c2677
8211694: JShell: Redeclared variable should be reset
...
Reviewed-by: sundar
2018-10-24 21:17:30 -07:00
Amy Lu
f095a9ee49
8209768: Refactor java/util/prefs/CheckUserPrefsStorage.sh to plain java test
...
Reviewed-by: bchristi, weijun
2018-10-25 11:05:24 +08:00
Amy Lu
6ce0aeb00b
8210908: Refactor java/util/prefs/PrefsSpi.sh to plain java test
...
Reviewed-by: bchristi
2018-10-25 11:00:40 +08:00
Jesper Wilhelmsson
801895a09e
Added tag jdk-12+17 for changeset eefa65e142af
2018-10-24 18:14:28 -07:00
Liam Miller-Cushon
d9095c4a72
8198945: Invalid RuntimeVisibleTypeAnnotations for annotation on anonymous class type parameter
...
Reviewed-by: wmdietl, abuckley, martin
2018-09-17 11:09:43 -07:00
Joe Darcy
566bfeb438
8212880: Cannot access ftp: site for fdlibm.tar
...
Reviewed-by: jjg, lancea, bpb
2018-10-24 15:45:09 -07:00
Serguei Spitsyn
4904980886
8024368: private methods are allocated vtable slots
...
Stop allocating vtable slots for private methods
Reviewed-by: dholmes, acorn, lfoltan
2018-10-24 13:11:54 -07:00
Ekaterina Pavlova
8636d3f9a5
8212877: Restore JTREG_VERBOSE value for mach5 testing
...
Reviewed-by: dholmes
2018-10-24 09:56:03 -07:00