xuelei [Fri, 25 Jan 2019 18:43:02 -0800] rev 53514
8217820: Useless cast in ECUtil.java
Reviewed-by: jnimeh
ysuenaga [Sat, 26 Jan 2019 10:34:29 +0900] rev 53513
8217612: (CL)HSDB cannot show some JVM flags
Reviewed-by: dholmes, cjplummer
joehw [Fri, 25 Jan 2019 14:28:43 -0800] rev 53512
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
Reviewed-by: dfuchs, lancea
vlivanov [Fri, 25 Jan 2019 13:37:12 -0800] rev 53511
8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
Reviewed-by: thartmann, roland
vlivanov [Fri, 25 Jan 2019 13:37:10 -0800] rev 53510
8191998: C2: inlining through MH linkers drops speculative part of argument types
Reviewed-by: roland, thartmann, kvn
vlivanov [Fri, 25 Jan 2019 13:37:08 -0800] rev 53509
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
Reviewed-by: thartmann, roland
dfuchs [Fri, 25 Jan 2019 18:13:25 +0000] rev 53508
8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
Summary: The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested.
Reviewed-by: chegar
jwilhelm [Fri, 25 Jan 2019 18:12:06 +0100] rev 53507
Merge
jwilhelm [Fri, 25 Jan 2019 17:54:02 +0100] rev 53506
8217797: ProblemList LongMulOverflowTest.java
Reviewed-by: thartmann
iignatyev [Fri, 25 Jan 2019 08:52:32 -0800] rev 53505
8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
Reviewed-by: roland
ehelin [Wed, 23 Jan 2019 13:40:09 +0100] rev 53504
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
clanger [Fri, 25 Jan 2019 10:59:07 +0000] rev 53503
8217657: Move the test for default value of jdk.includeInExceptions into own test
Reviewed-by: mullan, goetz
iignatyev [Thu, 24 Jan 2019 23:52:55 -0800] rev 53502
8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
Reviewed-by: dholmes
jwilhelm [Fri, 25 Jan 2019 00:23:52 +0100] rev 53501
8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov
pliden [Thu, 24 Jan 2019 12:23:01 +0100] rev 53500
8217309: ZGC: Fix ZNMethodTable corruption
Reviewed-by: eosterlund, stefank
jcm [Wed, 23 Jan 2019 23:24:10 -0800] rev 53499
8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
Summary: skip sfpt optimization for Load is removed for Java Object's Markword Load.
Reviewed-by: kvn, dlong
iignatyev [Wed, 23 Jan 2019 20:25:30 -0800] rev 53498
8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn
iignatyev [Tue, 30 Jan 2018 16:48:53 -0800] rev 53497
8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
Reviewed-by: kvn
iignatyev [Wed, 23 Jan 2019 18:45:34 -0800] rev 53496
8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
Reviewed-by: kvn
iveresov [Wed, 23 Jan 2019 16:57:01 -0800] rev 53495
8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
Reviewed-by: kvn
iignatyev [Wed, 23 Jan 2019 16:36:45 -0800] rev 53494
8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
Reviewed-by: kvn
iignatyev [Wed, 23 Jan 2019 16:25:40 -0800] rev 53493
8158646: [jittester] generated tests may not compile by javac
Reviewed-by: kvn
jwilhelm [Thu, 24 Jan 2019 00:43:22 +0100] rev 53492
Added tag jdk-12+29 for changeset 44f41693631f
gziemski [Fri, 25 Jan 2019 10:43:02 -0600] rev 53491
8216493: VirtualSpaceNodeTest.half_vsn_is_committed_humongous_chunk_is_used_test_vm crashes on local machine
Summary: Make ChunkManagerRestorer more robust
Reviewed-by: iignatyev
jwilhelm [Fri, 25 Jan 2019 17:34:28 +0100] rev 53490
8217797: ProblemList LongMulOverflowTest.java
8217801: ProblemList INDIFY_Test.java
Reviewed-by: thartmann
shade [Fri, 25 Jan 2019 16:57:50 +0100] rev 53489
8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
Reviewed-by: dholmes, tschatzl
xuelei [Fri, 25 Jan 2019 07:56:42 -0800] rev 53488
8217795: Typo in SSLSocket
Reviewed-by: xuelei
Contributed-by: Jaikiran Pai <jai.forums2013@gmail.com>
redestad [Fri, 25 Jan 2019 14:10:28 +0100] rev 53487
8217782: Spill detection broken after JDK-8217716
Reviewed-by: shade, thartmann
dfuchs [Fri, 25 Jan 2019 11:45:26 +0000] rev 53486
8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
Summary: 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
ihse [Fri, 25 Jan 2019 11:15:00 +0100] rev 53485
8217733: Minor RunTest fixes
Reviewed-by: erikj, shurailine
ihse [Fri, 25 Jan 2019 11:13:20 +0100] rev 53484
8217730: Split up MakeBase.gmk
Reviewed-by: erikj
mdoerr [Fri, 25 Jan 2019 09:49:17 +0100] rev 53483
8217459: [PPC64] Cleanup non-vector version of CRC32
Reviewed-by: gromero, goetz
kbarrett [Fri, 25 Jan 2019 00:27:51 -0500] rev 53482
8216258: Make FreeIdSet semaphore-based
Summary: Use semaphore-based blocking and notifying, instead of Mutex.
Reviewed-by: tschatzl, sangheki
mseledtsov [Thu, 24 Jan 2019 14:22:50 -0800] rev 53481
8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
Summary: Excluded TestSig cases from the test
Reviewed-by: egahlin
bpb [Thu, 24 Jan 2019 14:19:25 -0800] rev 53480
8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
Reviewed-by: rriggs
jwilhelm [Thu, 24 Jan 2019 21:24:29 +0100] rev 53479
8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov
rriggs [Thu, 24 Jan 2019 14:39:16 -0500] rev 53478
8217740: SocksIPv6Test compilation error
Reviewed-by: bpb
mseledtsov [Thu, 24 Jan 2019 11:14:51 -0800] rev 53477
8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
Summary: Added proper use of Unsafe
Reviewed-by: egahlin
amenkov [Thu, 24 Jan 2019 11:10:13 -0800] rev 53476
8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
Reviewed-by: jcbeyler, dtitov, sspitsyn
phh [Thu, 24 Jan 2019 10:57:31 -0800] rev 53475
8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
Summary: Remove the corresponding @requires line
Reviewed-by: tschatzl
itakiguchi [Thu, 24 Jan 2019 12:52:37 -0500] rev 53474
8214533: IBM-29626C is required for AIX default charset
Reviewed-by: alanb, rriggs
michaelm [Thu, 24 Jan 2019 15:48:05 +0000] rev 53473
8216986: Remove unused code from SocksSocketImpl
Reviewed-by: alanb
ngasson [Tue, 22 Jan 2019 15:33:34 +0800] rev 53472
8217368: AArch64: C2 recursive stack locking optimisation not triggered
Reviewed-by: aph, drwhite
hseigel [Thu, 24 Jan 2019 09:38:50 -0500] rev 53471
8217660: Refactor module related locked_create_entry_or_null() functions
Summary: Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan
apetcher [Thu, 24 Jan 2019 09:25:06 -0500] rev 53470
8217518: Crypto benchmarks not warming up in time
Summary: Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad
coleenp [Thu, 24 Jan 2019 08:44:26 -0500] rev 53469
8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
Summary: Transition compiler thread from native to VM state to check the Compile_lock with safepoint always.
Reviewed-by: dlong, eosterlund, dholmes
redestad [Thu, 24 Jan 2019 14:43:56 +0100] rev 53468
8217716: Remove dead code in PhaseChaitin
Reviewed-by: thartmann
dfuchs [Thu, 24 Jan 2019 12:32:42 +0000] rev 53467
8217264: HttpClient: Blocking operations in mapper function do not work as documented
Summary: ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar
ihse [Thu, 24 Jan 2019 11:29:16 +0100] rev 53466
8217638: Remove old way of running tests (test/Makefile)
Reviewed-by: erikj, jjg
ihse [Thu, 24 Jan 2019 11:19:40 +0100] rev 53465
8217626: Add setup/teardown functionality to RunTest
Reviewed-by: erikj, shurailine
ihse [Thu, 24 Jan 2019 11:15:31 +0100] rev 53464
8217634: RunTest documentation and usability update
Reviewed-by: erikj
ehelin [Wed, 23 Jan 2019 13:40:09 +0100] rev 53463
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
nishjain [Thu, 24 Jan 2019 12:45:19 +0530] rev 53462
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
Reviewed-by: rriggs, naoto, darcy, alanb
dholmes [Wed, 23 Jan 2019 21:17:51 -0500] rev 53461
8194860: Cleanup Semaphore timed-wait time calculations
Reviewed-by: coleenp, kbarrett
erikj [Wed, 23 Jan 2019 14:10:31 -0800] rev 53460
8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
Reviewed-by: tbell, kvn, iignatyev
jwilhelm [Thu, 24 Jan 2019 01:01:11 +0100] rev 53459
Added tag jdk-13+5 for changeset e3ed96060992
naoto [Wed, 23 Jan 2019 15:43:01 -0800] rev 53458
8217366: ZoneStrings are not populated for all the Locales
Reviewed-by: rriggs
jwilhelm [Wed, 23 Jan 2019 19:56:28 +0100] rev 53457
Merge
fyang [Mon, 21 Jan 2019 13:31:42 +0800] rev 53456
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
Reviewed-by: thartmann
Contributed-by: jitao8@huawei.com
goetz [Mon, 21 Jan 2019 10:17:28 +0100] rev 53455
8217438: Adapt tools/launcher/Test7029048.java for Aix.
Reviewed-by: clanger, azeller
prr [Tue, 22 Jan 2019 17:31:19 -0800] rev 53454
8216965: crash in freetypeScaler.c CopyBW2Grey8
Reviewed-by: serb, mbaesken
mikael [Tue, 22 Jan 2019 16:35:57 -0800] rev 53453
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
Reviewed-by: iignatyev, mchung
shade [Tue, 22 Jan 2019 21:18:25 +0100] rev 53452
8217467: Access barriers are missing in C2 intrinsic for Base64
Reviewed-by: thartmann, roland, rkennke, kvn
sangheki [Tue, 22 Jan 2019 11:42:13 -0800] rev 53451
8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
Reviewed-by: sangheki, kbarrett
Contributed-by: kishor.kharbas@intel.com