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 |
|
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 |
|
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 |
|
Daniel D. Daugherty
|
daf4ad38ab
|
8212220: add code to verify results to metaspace/stressDictionary/StressDictionary.java
Also change the test's default timeout to 5 minutes.
Reviewed-by: dholmes, stuefe
|
2018-10-24 11:04:25 -04:00 |
|
Thomas Stuefe
|
5dac22b8eb
|
8212913: (Nested)ThreadsListHandleInErrorHandlingTest need to disable ShowRegistersOnAssert
Reviewed-by: dholmes, mdoerr
|
2018-10-24 14:59:21 +02:00 |
|
Jayathirth D V
|
8cc75f412e
|
Merge
|
2018-10-24 16:29:25 +05:30 |
|
Tobias Hartmann
|
18d4a423f9
|
8150552: Remove -XX:+AggressiveOpts
Removed the -XX:+AggressiveOpts flags and its usages.
Reviewed-by: ecaspole, sjohanss
|
2018-10-24 12:39:37 +02:00 |
|
Jayathirth D V
|
e41b1c19e9
|
Merge
|
2018-10-24 15:57:43 +05:30 |
|
Hamlin Li
|
533bd0a604
|
8210407: Refactor java.util.Calendar:i18n shell tests to plain java tests
Reviewed-by: naoto
|
2018-10-24 17:52:06 +08:00 |
|
Jayathirth D V
|
66dc9c8301
|
Merge
|
2018-10-24 13:35:18 +05:30 |
|
Joe Darcy
|
34397c4914
|
8212718: Refactor some annotation processor tests to better use collections
Reviewed-by: jlaskey, vromero
|
2018-10-23 10:32:39 -07:00 |
|
Doug Simon
|
272eb6824b
|
8212817: [JVMCI] ResolvedJavaMethod.isInVirtualMethodTable throws InternalError
Reviewed-by: never, iveresov
|
2018-10-23 18:49:32 +02:00 |
|
Jean Christophe Beyler
|
db6696837e
|
8212771: Remove remaining spaces before/after () for vmTestbase
Remove spaces around ()
Reviewed-by: phh, sspitsyn
|
2018-10-23 09:43:16 -07:00 |
|
Daniil Titov
|
c2bc749866
|
8211736: jdb doesn't print prompt when breakpoint is hit and suspend policy is STOP_EVENT_THREAD
Reviewed-by: cjplummer, amenkov, gadams, jcbeyler
|
2018-10-23 07:57:26 -07:00 |
|
Jayathirth D V
|
cfaf92f28b
|
Merge
|
2018-10-23 15:29:10 +05:30 |
|
Amy Lu
|
a0594bc138
|
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
Reviewed-by: forax, weijun
|
2018-10-23 13:47:17 +08:00 |
|
Jean Christophe Beyler
|
e6d66056ab
|
8212535: Remove spaces before/after () for vmTestbase/[a-j]*
Remove white spaces from tests
Reviewed-by: amenkov, cjplummer, phh, sspitsyn
|
2018-10-22 19:31:41 -07:00 |
|
Mandy Chung
|
5e6d6b8642
|
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
Reviewed-by: dholmes, thartmann
|
2018-10-22 17:00:04 -07:00 |
|
Alex Menkov
|
fd8d1cd6bf
|
8212665: com/sun/jdi/DeferredStepTest.java: jj1 (line 57) - unexpected. lastLine=52, minLine=52, maxLine=55
Reviewed-by: jcbeyler, gadams, sspitsyn
|
2018-10-22 14:41:51 -07:00 |
|
Calvin Cheung
|
522608c0a7
|
8210990: [TESTBUG] Some CDS tests don't respect JVM variant being tested
Use CDSTestUtils.run() instead of CDSTestUtils.executeAndLog().
Reviewed-by: iklam
|
2018-10-22 14:31:10 -07:00 |
|
Jean Christophe Beyler
|
a623db2148
|
8212148: Remove remaining NSK_CPP_STUBs
Remove remaining macros
Reviewed-by: amenkov, phh, iignatyev
|
2018-10-22 12:43:15 -07:00 |
|
Robert Field
|
dafc483475
|
8210959: JShell fails and exits when statement throws an exception whose message contains a '%'
Reviewed-by: jlahoda
|
2018-10-22 09:26:50 -07:00 |
|
Robert Field
|
749916b897
|
8210923: JShell: support for switch expressions
Reviewed-by: jlahoda
|
2018-10-22 08:30:39 -07:00 |
|
Chris Hegarty
|
cea4eef60a
|
8212695: Add explicit timeout to several HTTP Client tests
Reviewed-by: dfuchs, michaelm
|
2018-10-22 12:25:31 +01:00 |
|
Vyom Tewari
|
3bafe65a75
|
8212114: Reconsider the affect on closed streams resulting from 8189366
Reviewed-by: chegar, dfuchs
|
2018-10-22 15:20:43 +05:30 |
|
Chris Yin
|
c4c6a0773b
|
8210339: Add 10 JNDI tests to com/sun/jndi/dns/FedTests/
Reviewed-by: vtewari, rriggs
|
2018-10-22 14:08:07 +08:00 |
|
Chris Yin
|
68a24bc4f1
|
8208542: Add 4 JNDI tests to com/sun/jndi/dns/ListTests/
Reviewed-by: vtewari, rriggs
|
2018-10-22 14:03:06 +08:00 |
|
Chris Yin
|
b2ce7f9ec6
|
8200151: Add 8 JNDI tests to com/sun/jndi/dns/ConfigTests/
Reviewed-by: vtewari, rriggs
|
2018-10-22 13:53:39 +08:00 |
|
Igor Ignatyev
|
f1e1e1fe6f
|
8177709: Convert TestVirtualSpace_test to GTest
Reviewed-by: stuefe, jcbeyler
|
2018-10-19 16:29:45 -07:00 |
|
Kirill Zhaldybin
|
4c8b5f840c
|
8171097: Convert TestReservedSpace_test to Gtest
Reviewed-by: stuefe, jcbeyler, iignatyev
|
2018-10-19 16:29:43 -07:00 |
|
Jamil Nimeh
|
137e3161c4
|
8211806: TLS 1.3 handshake server name indication is missing on a session resume
Reviewed-by: xuelei, wetmore
|
2018-10-19 18:05:50 -07:00 |
|
Alex Menkov
|
7fcee43b13
|
8212629: [TEST] wrong breakpoint in test/jdk/com/sun/jdi/DeferredStepTest
Reviewed-by: cjplummer, jcbeyler
|
2018-10-19 09:31:52 -07:00 |
|
Sean Mullan
|
d71882148b
|
Merge
|
2018-10-19 09:32:46 -04:00 |
|
Sean Mullan
|
a675a48940
|
8195793: Remove GTE CyberTrust Global Root
Reviewed-by: rhalade
|
2018-10-19 09:31:57 -04:00 |
|
Michael McMahon
|
b9279ef850
|
8211437: java.net.http.HttpClient hangs on 204 reply without Content-length 0
Reviewed-by: chegar, dfuchs
|
2018-10-19 14:23:43 +01:00 |
|
Tobias Hartmann
|
21f57051c4
|
8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT
Removed -Xcomp and increased timeout.
Reviewed-by: kvn
|
2018-10-18 17:50:49 +02:00 |
|
Dora Zhou
|
3c2c6bce02
|
8210406: Refactor java.util.PluggableLocale:i18n shell tests to plain java tests
Reviewed-by: naoto
|
2018-10-18 00:56:38 -07:00 |
|
Magnus Ihse Bursie
|
10b754ee85
|
8212587: equals in MakeBase does not handle empty strings correctly
Reviewed-by: erikj
|
2018-10-18 09:19:29 +02:00 |
|