Daniel Fuchs
8faf2074b1
8210130: java/net/httpclient/UnknownBodyLengthTest.java failed
...
The fix improves the test robustness by making it retry once in case of IO/Connect exception.
Reviewed-by: chegar
2019-01-28 15:24:41 +00:00
Chris Hegarty
46f4ab603b
8217429: WebSocket over authenticating proxy fails to send Upgrade headers
...
Reviewed-by: dfuchs, prappo
2019-01-28 13:51:16 +00:00
Claes Redestad
ef07b1b314
8217841: Remove unused class TraceCPUTime
...
Reviewed-by: dholmes
2019-01-28 09:56:00 +01:00
Roman Kennke
d271630fb2
8217016: Shenandoah: Streamline generation of CAS barriers
...
Reviewed-by: roland
2019-01-26 01:21:33 +01:00
David Holmes
cb960e9a30
8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
...
Reviewed-by: dcubed, sspitsyn, dlong
2019-01-27 20:48:27 -05:00
Yasumasa Suenaga
49c91b7f95
8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
...
Reviewed-by: dholmes, cjplummer
2019-01-28 08:01:06 +09:00
Lance Andersen
0b4e08a4bc
8210469: Missing doPriviledged block and permission for jdk.zipfs module
...
Reviewed-by: alanb, clanger, mchung, jjg
2019-01-27 14:55:57 -05:00
Bernard Blaser
777ad9080e
8193367: Annotated type variable bounds crash javac
...
Reviewed-by: mcimadamore, vromero
2019-01-26 15:50:59 +01:00
Xue-Lei Andrew Fan
0ea0aea6c2
8217820: Useless cast in ECUtil.java
...
Reviewed-by: jnimeh
2019-01-25 18:43:02 -08:00
Yasumasa Suenaga
d6a75a0f86
8217612: (CL)HSDB cannot show some JVM flags
...
Reviewed-by: dholmes, cjplummer
2019-01-26 10:34:29 +09:00
Joe Wang
1ebe11a28d
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
...
Reviewed-by: dfuchs, lancea
2019-01-25 14:28:43 -08:00
Vladimir Ivanov
23931d94f7
8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
...
Reviewed-by: thartmann, roland
2019-01-25 13:37:12 -08:00
Vladimir Ivanov
dbf977da1d
8191998: C2: inlining through MH linkers drops speculative part of argument types
...
Reviewed-by: roland, thartmann, kvn
2019-01-25 13:37:10 -08:00
Vladimir Ivanov
d2552c3e55
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
...
Reviewed-by: thartmann, roland
2019-01-25 13:37:08 -08:00
Daniel Fuchs
7f10cbedd5
8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
...
The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested.
Reviewed-by: chegar
2019-01-25 18:13:25 +00:00
Jesper Wilhelmsson
fd21613d59
Merge
2019-01-25 18:12:06 +01: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
Gerard Ziemski
28711fb186
8216493: VirtualSpaceNodeTest.half_vsn_is_committed_humongous_chunk_is_used_test_vm crashes on local machine
...
Make ChunkManagerRestorer more robust
Reviewed-by: iignatyev
2019-01-25 10:43:02 -06:00
Jesper Wilhelmsson
eb79666b8c
8217797: ProblemList LongMulOverflowTest.java
...
8217801: ProblemList INDIFY_Test.java
Reviewed-by: thartmann
2019-01-25 17:34:28 +01:00
Aleksey Shipilev
76c55b5508
8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
...
Reviewed-by: dholmes, tschatzl
2019-01-25 16:57:50 +01:00
Jaikiran Pai
55d96ac4c1
8217795: Typo in SSLSocket
...
Reviewed-by: xuelei
2019-01-25 07:56:42 -08:00
Claes Redestad
466a955633
8217782: Spill detection broken after JDK-8217716
...
Reviewed-by: shade, thartmann
2019-01-25 14:10:28 +01:00
Daniel Fuchs
4ca19585c3
8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
...
Instrumented the test to relay the original exception as a suppressed exception of the secondary one, increased sleep time, adjusted iteration numbers according to timeout factor.
Reviewed-by: lancea, iignatyev
2019-01-25 11:45:26 +00:00
Magnus Ihse Bursie
bbcae6bd5e
8217733: Minor RunTest fixes
...
Reviewed-by: erikj, shurailine
2019-01-25 11:15:00 +01:00
Magnus Ihse Bursie
1627166982
8217730: Split up MakeBase.gmk
...
Reviewed-by: erikj
2019-01-25 11:13:20 +01:00
Martin Doerr
a9338bb8b7
8217459: [PPC64] Cleanup non-vector version of CRC32
...
Reviewed-by: gromero, goetz
2019-01-25 09:49:17 +01:00
Kim Barrett
5b63ffd8b2
8216258: Make FreeIdSet semaphore-based
...
Use semaphore-based blocking and notifying, instead of Mutex.
Reviewed-by: tschatzl, sangheki
2019-01-25 00:27:51 -05:00
Mikhailo Seledtsov
24d55e104b
8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
...
Excluded TestSig cases from the test
Reviewed-by: egahlin
2019-01-24 14:22:50 -08:00
Brian Burkhalter
7b1b9f10a1
8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
...
Reviewed-by: rriggs
2019-01-24 14:19:25 -08:00
Jesper Wilhelmsson
cda6fc62e5
8217580: Remove tests from problemList as bugs has been closed
...
Reviewed-by: iignatyev, mseledtsov
2019-01-24 21:24:29 +01:00
Roger Riggs
083500194a
8217740: SocksIPv6Test compilation error
...
Reviewed-by: bpb
2019-01-24 14:39:16 -05:00
Mikhailo Seledtsov
b499798c25
8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
...
Added proper use of Unsafe
Reviewed-by: egahlin
2019-01-24 11:14:51 -08:00
Alex Menkov
78651809c5
8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
...
Reviewed-by: jcbeyler, dtitov, sspitsyn
2019-01-24 11:10:13 -08:00
Paul Hohensee
ddfcf1f021
8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
...
Remove the corresponding @requires line
Reviewed-by: tschatzl
2019-01-24 10:57:31 -08:00
Ichiroh Takiguchi
94ae19305b
8214533: IBM-29626C is required for AIX default charset
...
Reviewed-by: alanb, rriggs
2019-01-24 12:52:37 -05:00
Michael McMahon
0fc677a674
8216986: Remove unused code from SocksSocketImpl
...
Reviewed-by: alanb
2019-01-24 15:48:05 +00:00
Erik Helin
ba5be80bb2
8213231: ThreadSnapshot::_threadObj can become stale
...
Reviewed-by: dcubed, dholmes, rehn
2019-01-23 13:40:09 +01: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
Per Lidén
ad65ea3c85
8217309: ZGC: Fix ZNMethodTable corruption
...
Reviewed-by: eosterlund, stefank
2019-01-24 12:23:01 +01:00
Jamsheed Mohammed C M
25bd20f5d9
8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
...
Skip sfpt optimization for Load is removed for Java Object's Markword Load.
Reviewed-by: kvn, dlong
2019-01-23 23:24:10 -08: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
Nick Gasson
288ebae13c
8217368: AArch64: C2 recursive stack locking optimisation not triggered
...
Reviewed-by: aph, drwhite
2019-01-22 15:33:34 +08:00
Harold Seigel
ac22352b49
8217660: Refactor module related locked_create_entry_or_null() functions
...
Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan
2019-01-24 09:38:50 -05:00
Adam Petcher
e4da9cdab0
8217518: Crypto benchmarks not warming up in time
...
Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad
2019-01-24 09:25:06 -05:00
Coleen Phillimore
13dd3cb24e
8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
...
Transition compiler thread from native to VM state to check the Compile_lock with safepoint always.
Reviewed-by: dlong, eosterlund, dholmes
2019-01-24 08:44:26 -05:00
Claes Redestad
689f7accd4
8217716: Remove dead code in PhaseChaitin
...
Reviewed-by: thartmann
2019-01-24 14:43:56 +01:00
Daniel Fuchs
a8ae1c1332
8217264: HttpClient: Blocking operations in mapper function do not work as documented
...
Ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar
2019-01-24 12:32:42 +00:00