alanb [Thu, 07 Dec 2017 16:45:19 +0000] rev 48203
8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
Reviewed-by: psandoz, mchung
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48202
8193068: Add gc/g1/TestVerifyGCType.java to problem list
Reviewed-by: tschatzl
jiangli [Wed, 06 Dec 2017 20:06:43 -0500] rev 48201
8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
Summary: Check if 'oa' region is missing.
Reviewed-by: hseigel, ccheung
dlong [Wed, 06 Dec 2017 18:37:57 -0800] rev 48200
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
Reviewed-by: iveresov, kvn
sjohanss [Tue, 05 Dec 2017 13:58:55 +0100] rev 48199
8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
Reviewed-by: tschatzl, jwilhelm
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48198
8192909: Invalid username or password in HashedPasswordFileTest.java
Reviewed-by: clanger, dfuchs
roland [Sat, 02 Dec 2017 13:50:04 +0100] rev 48197
8191950: assertion failed: no insertions allowed
Summary: Check for dead loops before incremental inlining.
Reviewed-by: thartmann
jwilhelm [Sat, 02 Dec 2017 06:51:10 +0100] rev 48196
Merge
vdeshpande [Fri, 01 Dec 2017 16:58:30 -0800] rev 48195
8170244: Update UseAVX after cpu feature detection to use more default mapping
Reviewed-by: kvn
vdeshpande [Fri, 01 Dec 2017 16:23:17 -0800] rev 48194
8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
Summary: reset mask register after JNI calls
Reviewed-by: kvn, vlivanov
roland [Fri, 01 Dec 2017 16:20:18 -0800] rev 48193
8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
Summary: don't clone Phi to uncommon calls
Reviewed-by: kvn
iignatyev [Fri, 01 Dec 2017 15:58:39 -0800] rev 48192
8191273: applications/ctw/modules tests fail intermittently
Reviewed-by: kvn, dlong
iklam [Fri, 01 Dec 2017 15:53:15 -0800] rev 48191
8190809: JVM crashes while generating appcds for classpath with empty directory entry
Reviewed-by: ccheung, jiangli, lmesnik
dlong [Fri, 01 Dec 2017 11:17:45 -0800] rev 48190
8192814: Update Graal
Reviewed-by: kvn
coleenp [Fri, 01 Dec 2017 14:19:16 -0500] rev 48189
Merge
mdoerr [Fri, 01 Dec 2017 11:26:22 -0500] rev 48188
8192898: AIX build broken after JDK-8190308
Reviewed-by: coleenp
mdoerr [Fri, 01 Dec 2017 17:10:33 +0100] rev 48187
8192825: PPC64: Missing null check in C1 inline cache check
Reviewed-by: goetz
lucy [Fri, 01 Dec 2017 17:09:43 +0100] rev 48186
8192818: [s390]: restoring register contents calculates wrong value
Reviewed-by: goetz, mdoerr
egahlin [Fri, 01 Dec 2017 17:03:07 +0100] rev 48185
8179083: Uninitialized notifier in Java Monitor Wait tracing event
Reviewed-by: mgronlun
dcubed [Fri, 01 Dec 2017 11:00:46 -0500] rev 48184
8192810: EnableThreadSMRStatistics should be default off in release builds
Reviewed-by: gtriantafill, coleenp, eosterlund
dpochepk [Fri, 01 Dec 2017 18:24:52 +0300] rev 48183
8189439: Parameters type profiling is not performed from aarch64 interpreter
Reviewed-by: vlivanov
Contributed-by: boris.ulasevich@bell-sw.com
dchuyko [Fri, 01 Dec 2017 18:20:00 +0300] rev 48182
8191129: AARCH64: Invalid value passed to critical JNI function
Reviewed-by: vlivanov
jgeorge [Fri, 01 Dec 2017 18:19:39 +0530] rev 48181
8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
Summary: Create tests for the clhsdb commands: vmstructsdump, field, symboltable and symbol
Reviewed-by: sspitsyn, sballal
jcm [Fri, 01 Dec 2017 00:57:01 -0800] rev 48180
8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
Summary: Pointer bit description corrected
Reviewed-by: kvn, dlong
sjohanss [Fri, 01 Dec 2017 08:56:22 +0100] rev 48179
8191821: Finer granularity for GC verification
Reviewed-by: tschatzl, poonam, sangheki
jgeorge [Fri, 01 Dec 2017 11:40:39 +0530] rev 48178
8191914: New SA test timeout on windows
Summary: Avoid test hangs in a few SA tests by ensuring that OutputAnalyzer gets created before waitFor() gets called
Reviewed-by: dholmes, sballal
mseledtsov [Thu, 30 Nov 2017 21:28:12 -0800] rev 48177
8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
Summary: moved UseAppCDS.java to the open problem list
Reviewed-by: dholmes, ccheung
mseledtsov [Thu, 30 Nov 2017 20:45:03 -0800] rev 48176
8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
Summary: Updated test cases to account for available processors
Reviewed-by: bobv, dholmes