Kim Barrett
|
caf5bfeb39
|
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
Add test to problem list.
Reviewed-by: iignatyev
|
2019-02-01 18:16:25 -05:00 |
|
Jesper Wilhelmsson
|
b2d0be746a
|
Merge
|
2019-02-02 00:11:54 +01:00 |
|
Igor Ignatyev
|
103b6b2d69
|
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
Reviewed-by: dlong
|
2019-02-01 13:33:02 -08:00 |
|
Alex Menkov
|
e24693c7db
|
8218025: disable pop_frame and force_early_return caps for Graal
Reviewed-by: iignatyev, sspitsyn, dholmes
|
2019-02-01 09:25:31 -08:00 |
|
Daniel Fuchs
|
d176e20898
|
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
Changed the test to use the loopback interface.
Reviewed-by: chegar
|
2019-02-01 14:24:40 +00:00 |
|
Daniel Fuchs
|
2aace6bd97
|
8195716: BootstrapLoggerTest : Executor still alive
Make sure the test joins the active executor thread before waiting for the executor to be GC'ed.
Reviewed-by: mchung, martin
|
2019-02-01 14:15:49 +00:00 |
|
Yasumasa Suenaga
|
e56ecb5e8c
|
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Reviewed-by: tschatzl, stuefe
|
2019-02-01 21:43:37 +09:00 |
|
Igor Ignatyev
|
be33e153fb
|
8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
Reviewed-by: kvn
|
2019-01-31 22:17:14 -08:00 |
|
Igor Ignatyev
|
83e94916e6
|
8218168: clean up hotspot ProblemList
Reviewed-by: kvn, dholmes, sspitsyn
|
2019-01-31 22:17:09 -08:00 |
|
Igor Ignatyev
|
f20fd7ee18
|
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
Reviewed-by: kvn
|
2019-01-30 17:35:20 -08:00 |
|
Igor Ignatyev
|
6a4f482ff5
|
8218079: cleanup hotspot ProblemList files
Reviewed-by: kvn
|
2019-01-30 13:11:16 -08:00 |
|
Sean Mullan
|
f5a411ea53
|
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger
|
2019-01-30 15:42:47 -05:00 |
|
Igor Ignatyev
|
e3c0a2ed28
|
8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
Reviewed-by: roland, thartmann
|
2019-01-30 09:30:40 -08:00 |
|
Krishna Addepalli
|
cf132f89b2
|
8215921: There is no change when select different Foreground and Background by mouse
Reviewed-by: serb, psadhukhan
|
2019-01-30 15:02:05 +05:30 |
|
Sangheon Kim
|
b2f2e669c9
|
8217666: gc/nvdimm/* should not be included any tiers
Reviewed-by: iignatyev, lkorinth
|
2019-01-29 11:21:43 -08:00 |
|
Aleksey Shipilev
|
12e769ad5a
|
8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
Reviewed-by: dcubed, zgu
|
2019-01-28 10:24:23 +01:00 |
|
Igor Ignatyev
|
0f1fde187a
|
8217852: problem-list ctw of jdk.jconsole and java.desktop on windows
Reviewed-by: kvn
|
2019-01-26 12:51:27 -08:00 |
|
Igor Veresov
|
5e7e6ae1fe
|
8217828: Un-ProblemList LongMulOverflowTest.java
Reviewed-by: iignatyev
|
2019-01-25 14:50:25 -08:00 |
|
Jesper Wilhelmsson
|
b4aa3d2922
|
8217797: ProblemList LongMulOverflowTest.java
Reviewed-by: thartmann
|
2019-01-25 17:54:02 +01:00 |
|
Igor Ignatyev
|
2b003cb4aa
|
8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
Reviewed-by: roland
|
2019-01-25 08:52:32 -08:00 |
|
Christoph Langer
|
f828beb2d0
|
8217657: Move the test for default value of jdk.includeInExceptions into own test
Reviewed-by: mullan, goetz
|
2019-01-25 10:59:07 +00:00 |
|
Igor Ignatyev
|
f5dedad7a1
|
8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
Reviewed-by: dholmes
|
2019-01-24 23:52:55 -08:00 |
|
Jesper Wilhelmsson
|
996ecff624
|
8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov
|
2019-01-25 00:23:52 +01:00 |
|
Igor Ignatyev
|
810156face
|
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn
|
2019-01-23 20:25:30 -08:00 |
|
Thomas Stuefe
|
6d4de736d8
|
8214975: No hs-err file if fatal error is raised during dynamic initialization
Reviewed-by: dholmes, dcubed
|
2018-12-08 12:09:59 +01:00 |
|
Jini George
|
55369945b9
|
8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
Skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false
Reviewed-by: dholmes, goetz
|
2019-02-01 11:29:31 +05:30 |
|
Vladimir Ivanov
|
ac3711e9cd
|
6986483: CHA: optimize calls through interfaces
Reviewed-by: neliasso, thartmann
|
2019-01-31 17:48:29 -08:00 |
|
Fairoz Matte
|
7f57d05d73
|
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
Reviewed-by: kvn, thartmann
|
2019-01-31 04:49:46 -08:00 |
|
Daniel D. Daugherty
|
73733d6a18
|
8217659: monitor_logging updates from Async Monitor Deflation project
Reviewed-by: dholmes, coleenp, rehn
|
2019-01-31 11:19:58 -05:00 |
|
Jie Fu
|
a62c3f5015
|
8216528: test/jdk/java/rmi/transport/runtimeThreadInheritanceLeak/RuntimeThreadInheritanceLeak.java failing with Xcomp
Reviewed-by: dholmes, alanb
|
2019-01-31 10:05:11 -05:00 |
|
Jesper Wilhelmsson
|
d3867602ab
|
Merge
|
2019-01-30 21:12:56 +01:00 |
|
Aleksey Shipilev
|
9f533b678e
|
8217994: os::print_hex_dump should be more resilient against unreadable memory
Reviewed-by: zgu, stuefe, lucy
|
2019-01-30 19:45:10 +01:00 |
|
Daniel Fuchs
|
6e04e7659a
|
8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
Uses a longer linger time and avoids closing socket too early.
Reviewed-by: chegar
|
2019-01-30 18:21:06 +00:00 |
|
Priya Lakshmi Muthuswamy
|
e13ec79b60
|
8215577: Remove javadoc support for HTML 4
Reviewed-by: jjg, hannesw
|
2019-01-30 16:39:26 +05:30 |
|
Daniil Titov
|
aa39ea1b55
|
8163127: Debugger classExclusionFilter does not work correctly with method references
Reviewed-by: cjplummer, jcbeyler
|
2019-01-29 16:48:20 -08:00 |
|
Mikhailo Seledtsov
|
150a6a95d0
|
8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT
Changed handling of cases when child process suvives the signal
Reviewed-by: egahlin
|
2019-01-29 15:13:35 -08:00 |
|
Jonathan Gibbons
|
dbc9e5e35c
|
8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8217034
Reviewed-by: clanger, hannesw
|
2019-01-29 13:39:40 -08:00 |
|
Daniel D. Daugherty
|
2d9925782f
|
8217658: baseline_cleanups from Async Monitor Deflation project
Baseline_cleanups from Async Monitor Deflation project plus a couple of misc others.
Reviewed-by: dholmes, rehn
|
2019-01-29 14:09:38 -05:00 |
|
Gerard Ziemski
|
82d39621dc
|
8214821: Remove ConcurrentHashTable::get_copy
Remobed get_copy API, replaced gtest usage with get API
Reviewed-by: coleenp, rehn, kbarrett
|
2019-01-29 11:44:36 -06:00 |
|
Jean Christophe Beyler
|
6029814c30
|
8212824: Remove unnecessary spaces before/after comparison in vmTestbase
Remove extra spaces around comparisons
Reviewed-by: phh, amenkov
|
2019-01-14 15:40:22 -08:00 |
|
Lois Foltan
|
4c63f4d399
|
8216970: condy causes JVM crash
Fix issue with ConstantPool::constant_tag_at to correctly handle a condy whose return type is an array.
Reviewed-by: acorn, hseigel, jrose
|
2019-01-29 11:56:51 -05:00 |
|
Chris Hegarty
|
02924f478b
|
8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently
Reviewed-by: dfuchs
|
2019-01-29 16:12:12 +00:00 |
|
Naoto Sato
|
6da3289179
|
8217609: New era placeholder not recognized by java.text.SimpleDateFormat
Reviewed-by: nishjain, rriggs
|
2019-01-29 07:46:50 -08:00 |
|
Sean Mullan
|
95b848fa61
|
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger
|
2019-01-29 10:24:38 -05:00 |
|
Thomas Schatzl
|
d800361151
|
8213229: Investigate treating StringTable as weak in young collections
Reviewed-by: zgu, kbarrett
|
2019-01-29 11:30:17 +01:00 |
|
Steve Groeger
|
76946b97e4
|
8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java passes even when test should fail
Reviewed-by: clanger, rriggs
|
2019-01-29 09:10:08 +00:00 |
|
Goetz Lindenmaier
|
87a26ed29d
|
8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls
Reviewed-by: mdoerr, dholmes, lfoltan
|
2019-01-29 08:43:33 +01:00 |
|
Claes Redestad
|
bc8ecd924c
|
8217869: Add count_leading_zeros utility
Reviewed-by: neliasso, thartmann
|
2019-01-28 23:00:31 +01:00 |
|
Jesper Wilhelmsson
|
e3621e678a
|
Merge
|
2019-01-28 21:44:57 +01:00 |
|
Daniel Fuchs
|
6dcfd0f93a
|
8217882: java/net/httpclient/MaxStreams.java failed once
Added some more traces to help diagnosis
Reviewed-by: bpb
|
2019-01-28 18:49:34 +00:00 |
|