Sergey Bylokhov
|
1c1a099b3c
|
8205144: JSpinner may change the font after became visible
Reviewed-by: psadhukhan
|
2018-06-23 11:48:42 -07:00 |
|
Jean Christophe Beyler
|
dc45757347
|
8208242: Add @requires to vmTestbase/gc/g1 tests
Added classunloading must not be disabled and G1 is required to g1/unloading tests
Reviewed-by: kbarrett, tschatzl
|
2018-08-08 11:11:19 -07:00 |
|
Felix Yang
|
30fad2ce7d
|
8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
Reviewed-by: naoto
|
2018-08-09 15:42:48 +08:00 |
|
Xin Liu
|
e5f3e1b60c
|
8207965: C2-only debug build fails
Reviewed-by: kvn, iignatyev
|
2018-08-08 18:38:34 -07:00 |
|
Jean Christophe Beyler
|
626a614146
|
8208303: Track JNI failures and fail tests
Fail in native code via FatalException to signal test failure
Reviewed-by: amenkov, sspitsyn
|
2018-08-08 15:34:32 -07:00 |
|
Coleen Phillimore
|
a7b66f6f5e
|
8208677: Move inner metaspace cleaning out of class unloading
Move to safepoint cleanup actions to do if needed.
Reviewed-by: eosterlund, hseigel
|
2018-08-08 15:24:21 -04:00 |
|
Daniel D. Daugherty
|
149026aa65
|
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
Reviewed-by: coleenp
|
2018-08-08 15:11:11 -04:00 |
|
Thomas Schatzl
|
9c0720b156
|
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Reviewed-by: dholmes, hseigel
|
2018-08-08 15:31:07 +02:00 |
|
Chris Yin
|
a00eff193f
|
8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/
Reviewed-by: vtewari, rriggs
|
2018-08-08 10:21:23 +08:00 |
|
Nasser Ebrahim
|
01cc27f875
|
8208634: Add x-IBM-1129 charset
Reviewed-by: alanb, sherman
|
2018-08-07 16:07:47 -07:00 |
|
Claes Redestad
|
db4913ba5a
|
8209003: Consolidate use of empty collections in java.lang.module
Reviewed-by: alanb, mchung
|
2018-08-07 23:08:52 +02:00 |
|
Staffan Larsen
|
3be8d256e9
|
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
|
2018-08-07 13:51:30 -07:00 |
|
Calvin Cheung
|
6f046a9f27
|
8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing
Increase timout to 2400 and reduce the amount of output
Reviewed-by: mseledtsov, jiangli
|
2018-08-07 09:44:39 -07:00 |
|
Vladimir Kozlov
|
77204ca163
|
8209023: fix 2 compiler tests to avoid JDK-8208690
Reviewed-by: dholmes, dcubed
|
2018-08-06 18:49:51 -07:00 |
|
Daniel D. Daugherty
|
a9fd33bf2f
|
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
Reviewed-by: dholmes, sspitsyn
|
2018-08-06 20:52:41 -04:00 |
|
Jean Christophe Beyler
|
b2042fe0ca
|
8079682: [mlvm] remove SAM code in MHTransformationGen
Remove SAM code from the test and remove related dead code
Reviewed-by: iignatyev
|
2018-08-06 14:23:02 -07:00 |
|
Alexandre Iline
|
013e6fd595
|
8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
Reviewed-by: mchung
|
2018-08-06 15:35:44 -07:00 |
|
Paul Sandoz
|
70b706c224
|
8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
Reviewed-by: mchung, plevart
|
2018-08-06 15:18:57 -07:00 |
|
Florian Weimer
|
cc248634a1
|
8208362: (bf) Long chains created by direct Buffer::slice
Reviewed-by: mr, psandoz, alanb
|
2018-08-06 14:55:04 -07:00 |
|
Ekaterina Pavlova
|
080d3bb21a
|
8194958: [Graal] disable compiler/c2/cr7200264 tests
Reviewed-by: kvn, tschatzl
|
2018-08-06 13:53:49 -07:00 |
|
Daniel D. Daugherty
|
963bb6c8be
|
8209020: ProblemList tests affected by JDK-8208778
Reviewed-by: hseigel
|
2018-08-06 16:15:09 -04:00 |
|
Daniel D. Daugherty
|
831fdfe311
|
8209018: ProblemList tests affected by JDK-8208690
Reviewed-by: kvn
|
2018-08-06 13:57:26 -04:00 |
|
Pengfei Li
|
03d6ab3b09
|
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
Limit the maximal file name length to 242 for AUFS file system
Reviewed-by: dholmes, redestad
|
2018-08-06 04:31:50 -04:00 |
|
Shashidhara Veerabhadraiah
|
dc23979320
|
8204946: Clean-up problem list for JDK-8202933 and JDK-8202934
Reviewed-by: prr
|
2018-06-22 10:29:14 +05:30 |
|
Phil Race
|
a51fe99bfd
|
Merge
|
2018-06-21 09:53:50 -07:00 |
|
Stuart Marks
|
277b35da28
|
8203184: List.copyOf() fails to copy sublists
Reviewed-by: psandoz
|
2018-06-21 08:45:57 -07:00 |
|
Stuart Marks
|
693a6dd27a
|
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
Reviewed-by: martin, forax, psandoz, briangoetz
|
2018-06-21 08:25:03 -07:00 |
|
Robin Westberg
|
a61ed3b417
|
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
Reviewed-by: mgronlun
|
2018-06-21 13:39:20 +02:00 |
|
Sergey Bylokhov
|
dc6225338c
|
8203003: Several FileDialog Modality Tests fail on Linux due to X errors
Reviewed-by: prr, psadhukhan
|
2018-06-20 11:12:48 -07:00 |
|
Phil Race
|
316d8c0d42
|
Merge
|
2018-06-19 10:12:00 -07:00 |
|
Nishit Jain
|
9c47d8db3f
|
8204938: Add a test case to automatically check the updated LSR data
Reviewed-by: naoto, rriggs
|
2018-06-21 14:09:43 +05:30 |
|
Chris Plummer
|
cda97e3382
|
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Reviewed-by: sspitsyn
|
2018-06-20 19:46:44 -07:00 |
|
Leonid Mesnik
|
4dae1e471b
|
8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
Reviewed-by: ccheung, mseledtsov, jiangli
|
2018-06-20 12:02:17 -07:00 |
|
Gustavo Romero
|
f02e0d4779
|
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
Reviewed-by: goetz, iignatyev
|
2018-06-20 22:02:46 +02:00 |
|
Igor Ignatyev
|
55eb2d9b79
|
8205433: clean up hotspot ProblemList
Reviewed-by: kvn
|
2018-06-20 12:42:43 -07:00 |
|
Gary Adams
|
dfe4aabde4
|
6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
Reviewed-by: cjplummer, sspitsyn
|
2018-06-20 13:57:38 -04:00 |
|
Bernard Blaser
|
07012c9753
|
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
Reviewed-by: mcimadamore, vromero
|
2018-06-20 10:01:49 -07:00 |
|
Chris Hegarty
|
8d102fbc49
|
Merge
|
2018-06-20 17:48:39 +01:00 |
|
Mikhailo Seledtsov
|
a22821323a
|
8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
Added code to check for mapping failure
Reviewed-by: ccheung, jiangli
|
2018-06-20 09:42:36 -07:00 |
|
Chris Hegarty
|
659fdd8dc4
|
8204679: HTTP Client refresh
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm
|
2018-06-20 09:05:57 -07:00 |
|
Phil Race
|
8db50f14de
|
Merge
|
2018-06-19 09:22:38 -07:00 |
|
Toshio Nakamura
|
a8506cb4e1
|
8042131: DateTimeFormatterBuilder Mapped-values do not work for JapaneseDate
Reviewed-by: rriggs, scolebourne
|
2018-06-19 08:19:54 -07:00 |
|
Dmitry Chuyko
|
d571ea407c
|
8198719: MethodHandleHelper.linkToStatic should drop MH arg
Reviewed-by: vlivanov, dlong
|
2018-06-19 18:18:46 +03:00 |
|
Martin Doerr
|
ea76c6d316
|
8205172: 32 bit build broken
Reviewed-by: roland, kvn, dholmes
|
2018-06-19 16:29:48 +02:00 |
|
Maurizio Cimadamore
|
43248585b4
|
8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
Issue warnings when 'var' used as a type name in type argument positions
Reviewed-by: jlahoda
|
2018-06-20 11:47:07 +01:00 |
|
Priya Lakshmi Muthuswamy
|
aefa5d6fbe
|
8202624: javadoc generates references to enum constructors, which are not documented
Reviewed-by: sundar
|
2018-06-20 14:52:32 +05:30 |
|
Goetz Lindenmaier
|
ecbeb2db13
|
8205108: [testbug] Fix pattern matching in jstatd tests
Reviewed-by: stuefe, azeller
|
2018-06-20 11:12:58 +02:00 |
|
Thomas Stuefe
|
b7fe5e4f7b
|
8205141: runtime/exceptionMsgs/ArrayStoreException/ArrayStoreExceptionTest.java failed with "assert(k->is_objArray_klass()) failed: cast to ObjArrayKlass
Reviewed-by: dholmes, goetz
|
2018-06-20 06:51:39 +02:00 |
|
Chris Plummer
|
14e06400d3
|
8205149: hs201t002 should be put on the problem list
Reviewed-by: sspitsyn
|
2018-06-19 17:50:32 -07:00 |
|
Vicente Romero
|
58f944b75e
|
8205052: No compilation error thrown when no valid parameterization exists for functional interface type
Reviewed-by: mcimadamore
|
2018-06-19 05:22:07 -07:00 |
|