dcubed [Tue, 27 Nov 2018 18:35:16 -0500] rev 52703
8202415: Incorrect time logged for monitor deflation
Summary: Add support for "deflating per-thread idle monitors" log mesgs.
Reviewed-by: dholmes, coleenp
jiangli [Tue, 27 Nov 2018 17:53:17 -0500] rev 52702
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
Summary: Improve the fragmentation error message. Set java heap size in LotsOfClasses.java.
Reviewed-by: iklam, ccheung
pchilanomate [Tue, 27 Nov 2018 13:39:57 -0500] rev 52701
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
Summary: "waiting to re-lock in wait()" is now shown in the frame where relocking is taking place
Reviewed-by: dholmes, dcubed
darcy [Tue, 27 Nov 2018 11:28:47 -0800] rev 52700
8213911: Use example.com in java.net and other examples
Reviewed-by: prappo, chegar, rriggs, mullan
joehw [Tue, 27 Nov 2018 09:40:32 -0800] rev 52699
8177286: AttributeSet: attempt to compare Qname and String
Reviewed-by: lancea
mgronlun [Tue, 27 Nov 2018 18:14:27 +0100] rev 52698
8214287: SpecJbb2005StressModule got uncaught exception
Reviewed-by: egahlin, jwilhelm
vromero [Tue, 27 Nov 2018 11:07:44 -0500] rev 52697
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
Reviewed-by: mcimadamore
mbaesken [Mon, 26 Nov 2018 14:04:23 +0100] rev 52696
8214297: testbug : missing fclose in jvmti_aod.cpp
Reviewed-by: coleenp, stuefe
hannesw [Tue, 27 Nov 2018 13:02:28 +0100] rev 52695
8213716: javadoc search not working with Japanese and Chinese locales
Reviewed-by: jjg
coffeys [Tue, 27 Nov 2018 11:09:53 +0000] rev 52694
8214295: Populate handlers while holding streamHandlerLock
Reviewed-by: chegar
roland [Mon, 26 Nov 2018 17:35:35 +0100] rev 52693
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
Reviewed-by: kvn
dlong [Mon, 26 Nov 2018 22:49:57 -0800] rev 52692
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
Reviewed-by: iklam, kvn
stuefe [Tue, 27 Nov 2018 07:54:06 +0100] rev 52691
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
xuelei [Mon, 26 Nov 2018 20:50:21 -0800] rev 52690
8214321: Misleading code in SSLCipher
Reviewed-by: ascarpino
weijun [Tue, 27 Nov 2018 08:51:20 +0800] rev 52689
8214100: use of keystore probing results in unnecessary exception thrown
Reviewed-by: mullan
iklam [Mon, 26 Nov 2018 15:06:53 -0800] rev 52688
8214029: Remove dead code BasicHashtable::bulk_free_entries
Reviewed-by: dholmes
jjg [Mon, 26 Nov 2018 11:17:13 -0800] rev 52687
8190312: javadoc -link doesn't work with http: -> https: URL redirects
Reviewed-by: hannesw
jiangli [Mon, 26 Nov 2018 14:13:22 -0500] rev 52686
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
Summary: Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java.
Reviewed-by: iklam
jjg [Mon, 26 Nov 2018 11:00:32 -0800] rev 52685
8213956: javadoc crash using {@index} in doc-files file
Reviewed-by: jlahoda, hannesw, pmuthuswamy
kbarrett [Mon, 26 Nov 2018 13:17:39 -0500] rev 52684
8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
Summary: Remove flag clearing and simplify get_completed-buffer.
Reviewed-by: tschatzl, sjohanss
sgehwolf [Mon, 26 Nov 2018 09:36:30 +0100] rev 52683
8214059: Undefined behaviour in ADLC
Reviewed-by: shade, kbarrett
Contributed-by: Simon Tooke <stooke@redhat.com>
jlaskey [Mon, 26 Nov 2018 12:20:06 -0400] rev 52682
8203442: String::transform
Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
hseigel [Mon, 26 Nov 2018 09:46:20 -0500] rev 52681
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
Summary: Handle OutOfMemoryError exception to prevent test aborting
Reviewed-by: zgu, dholmes
thartmann [Mon, 26 Nov 2018 12:16:23 +0100] rev 52680
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
Summary: Added missing UnlockDiagnosticVMOptions.
Reviewed-by: tschatzl
jlahoda [Mon, 26 Nov 2018 09:24:08 +0100] rev 52679
8214113: Switch expressions may have constant type and may be skipped during write
Summary: Switch expressions should not be compile-time constants.
Reviewed-by: mcimadamore
weijun [Mon, 26 Nov 2018 08:27:49 +0800] rev 52678
8214262: SunEC native code does not compile with debug on
Reviewed-by: jnimeh
jwilhelm [Sat, 24 Nov 2018 01:05:11 +0100] rev 52677
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
Reviewed-by: kbarrett
bulasevich [Fri, 23 Nov 2018 19:45:38 +0300] rev 52676
8213845: ARM32: Interpreter doesn't call result handler after native calls
Reviewed-by: aph
roland [Thu, 22 Nov 2018 17:25:47 +0100] rev 52675
8214206: Fix for JDK-8213419 is broken on 32-bit
Reviewed-by: mdoerr, shade
sjohanss [Fri, 23 Nov 2018 10:57:07 +0100] rev 52674
8214118: HeapRegions marked as archive even if CDS mapping fails
Reviewed-by: tschatzl, jiangli