Fri, 08 Dec 2017 12:02:30 +0100 8193137: Nashorn crashes when given an empty script file
hannesw [Fri, 08 Dec 2017 12:02:30 +0100] rev 48220
8193137: Nashorn crashes when given an empty script file Reviewed-by: hannesw, sundar Contributed-by: priya.lakshmi.muthuswamy@oracle.com
Fri, 08 Dec 2017 11:48:38 +0100 8192970: Element getters/setters with fixed key fail to link properly
attila [Fri, 08 Dec 2017 11:48:38 +0100] rev 48219
8192970: Element getters/setters with fixed key fail to link properly Reviewed-by: hannesw, sundar
Fri, 08 Dec 2017 09:48:10 +0100 8193183: Fix format string in libdt_shmem/shmemBase.c
clanger [Fri, 08 Dec 2017 09:48:10 +0100] rev 48218
8193183: Fix format string in libdt_shmem/shmemBase.c Reviewed-by: cjplummer, sspitsyn
Thu, 07 Dec 2017 21:07:12 -0800 8034254: Don't use binary testing files broken.jar
ksrini [Thu, 07 Dec 2017 21:07:12 -0800] rev 48217
8034254: Don't use binary testing files broken.jar Reviewed-by: jjg
Fri, 08 Dec 2017 09:40:14 +0800 8192987: keytool should remember real storetype if it is not provided
weijun [Fri, 08 Dec 2017 09:40:14 +0800] rev 48216
8192987: keytool should remember real storetype if it is not provided Reviewed-by: mullan
Thu, 07 Dec 2017 14:21:25 -0800 8149402: "-group" option issue for classes from default package
ksrini [Thu, 07 Dec 2017 14:21:25 -0800] rev 48215
8149402: "-group" option issue for classes from default package Reviewed-by: jjg
Thu, 07 Dec 2017 14:23:52 -0800 8177681: Remove methods Runtime.getLocalized{Input,Output}Stream
smarks [Thu, 07 Dec 2017 14:23:52 -0800] rev 48214
8177681: Remove methods Runtime.getLocalized{Input,Output}Stream Reviewed-by: rriggs, bpb, mr
Thu, 07 Dec 2017 14:15:14 -0800 8191030: @value Tags are not resolved by javadoc 9.
ksrini [Thu, 07 Dec 2017 14:15:14 -0800] rev 48213
8191030: @value Tags are not resolved by javadoc 9. Reviewed-by: jjg
Thu, 07 Dec 2017 22:37:45 +0100 8188789: Update JDK 9.0.1 and Future OpenJDK bundle names
erikj [Thu, 07 Dec 2017 22:37:45 +0100] rev 48212
8188789: Update JDK 9.0.1 and Future OpenJDK bundle names Reviewed-by: tbell
Thu, 07 Dec 2017 21:06:02 +0000 Merge
lana [Thu, 07 Dec 2017 21:06:02 +0000] rev 48211
Merge
Thu, 07 Dec 2017 21:04:24 +0000 Added tag jdk-10+35 for changeset d8c634b016c6
lana [Thu, 07 Dec 2017 21:04:24 +0000] rev 48210
Added tag jdk-10+35 for changeset d8c634b016c6
Thu, 07 Dec 2017 11:00:32 -0800 8193191: Update JavacTestingAbstractProcessor for JDK 10
darcy [Thu, 07 Dec 2017 11:00:32 -0800] rev 48209
8193191: Update JavacTestingAbstractProcessor for JDK 10 Reviewed-by: jjg
Thu, 07 Dec 2017 19:24:27 +0100 8189248: Jshell: error with mutually dependent snippets, when one must be replaced
jlahoda [Thu, 07 Dec 2017 19:24:27 +0100] rev 48208
8189248: Jshell: error with mutually dependent snippets, when one must be replaced Summary: Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced. Reviewed-by: rfield
Thu, 07 Dec 2017 10:18:22 -0800 8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903
igerasim [Thu, 07 Dec 2017 10:18:22 -0800] rev 48207
8193156: Need to backout fixes for JDK-8058547, JDK-8055753, JDK-8085903 Reviewed-by: mullan
Thu, 07 Dec 2017 09:23:15 -0800 8192945: Need stable sort for MODULES entry in the release file
mchung [Thu, 07 Dec 2017 09:23:15 -0800] rev 48206
8192945: Need stable sort for MODULES entry in the release file Reviewed-by: alanb, redestad
Thu, 07 Dec 2017 09:22:35 -0800 8193159: Reduce the number of classes loaded due to NativeLibrary
mchung [Thu, 07 Dec 2017 09:22:35 -0800] rev 48205
8193159: Reduce the number of classes loaded due to NativeLibrary Reviewed-by: alanb, redestad, martin
Thu, 07 Dec 2017 08:56:04 -0800 8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps
bpb [Thu, 07 Dec 2017 08:56:04 -0800] rev 48204
8191872: (fs) UnixNativeDispatcher conditionally compiles in support for high precision timestamps Summary: Remove POSIX conditional compilation and correct stat64 times for macOS Reviewed-by: alanb, simonis
Thu, 07 Dec 2017 16:45:19 +0000 8191867: Module attribute in 54.0+ class file cannot contains a requires java.base with ACC_TRANSITIVE or ACC_STATIC_PHASE
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
Tue, 05 Dec 2017 16:34:03 +0100 8193068: Add gc/g1/TestVerifyGCType.java to problem list
sjohanss [Tue, 05 Dec 2017 16:34:03 +0100] rev 48202
8193068: Add gc/g1/TestVerifyGCType.java to problem list Reviewed-by: tschatzl
Wed, 06 Dec 2017 20:06:43 -0500 8193065: [TESTBUG] [TESTBUG]GCSharedStringsDuringDump.java: Exception in thread "main" java.lang.RuntimeException: String is not shared.
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
Wed, 06 Dec 2017 18:37:57 -0800 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
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
Tue, 05 Dec 2017 13:58:55 +0100 8192983: gc/g1/TestVerifyGCType.java might fail on loaded machines
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
Tue, 05 Dec 2017 21:26:11 +0530 8192909: Invalid username or password in HashedPasswordFileTest.java
hb [Tue, 05 Dec 2017 21:26:11 +0530] rev 48198
8192909: Invalid username or password in HashedPasswordFileTest.java Reviewed-by: clanger, dfuchs
Sat, 02 Dec 2017 13:50:04 +0100 8191950: assertion failed: no insertions allowed
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
Sat, 02 Dec 2017 06:51:10 +0100 Merge
jwilhelm [Sat, 02 Dec 2017 06:51:10 +0100] rev 48196
Merge
Fri, 01 Dec 2017 16:58:30 -0800 8170244: Update UseAVX after cpu feature detection to use more default mapping
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
Fri, 01 Dec 2017 16:23:17 -0800 8190494: Different results with UseAVX=3 when calling AVX-512 native function via JNI
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
Fri, 01 Dec 2017 16:20:18 -0800 8192762: LoopNode::verify_strip_mined() fails with "assert failed: only phis"
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
Fri, 01 Dec 2017 15:58:39 -0800 8191273: applications/ctw/modules tests fail intermittently
iignatyev [Fri, 01 Dec 2017 15:58:39 -0800] rev 48192
8191273: applications/ctw/modules tests fail intermittently Reviewed-by: kvn, dlong
Fri, 01 Dec 2017 15:53:15 -0800 8190809: JVM crashes while generating appcds for classpath with empty directory entry
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
Fri, 01 Dec 2017 11:17:45 -0800 8192814: Update Graal
dlong [Fri, 01 Dec 2017 11:17:45 -0800] rev 48190
8192814: Update Graal Reviewed-by: kvn
Fri, 01 Dec 2017 14:19:16 -0500 Merge
coleenp [Fri, 01 Dec 2017 14:19:16 -0500] rev 48189
Merge
Fri, 01 Dec 2017 11:26:22 -0500 8192898: AIX build broken after JDK-8190308
mdoerr [Fri, 01 Dec 2017 11:26:22 -0500] rev 48188
8192898: AIX build broken after JDK-8190308 Reviewed-by: coleenp
Fri, 01 Dec 2017 17:10:33 +0100 8192825: PPC64: Missing null check in C1 inline cache check
mdoerr [Fri, 01 Dec 2017 17:10:33 +0100] rev 48187
8192825: PPC64: Missing null check in C1 inline cache check Reviewed-by: goetz
Fri, 01 Dec 2017 17:09:43 +0100 8192818: [s390]: restoring register contents calculates wrong value
lucy [Fri, 01 Dec 2017 17:09:43 +0100] rev 48186
8192818: [s390]: restoring register contents calculates wrong value Reviewed-by: goetz, mdoerr
Fri, 01 Dec 2017 17:03:07 +0100 8179083: Uninitialized notifier in Java Monitor Wait tracing event
egahlin [Fri, 01 Dec 2017 17:03:07 +0100] rev 48185
8179083: Uninitialized notifier in Java Monitor Wait tracing event Reviewed-by: mgronlun
Fri, 01 Dec 2017 11:00:46 -0500 8192810: EnableThreadSMRStatistics should be default off in release builds
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
Fri, 01 Dec 2017 18:24:52 +0300 8189439: Parameters type profiling is not performed from aarch64 interpreter
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
Fri, 01 Dec 2017 18:20:00 +0300 8191129: AARCH64: Invalid value passed to critical JNI function
dchuyko [Fri, 01 Dec 2017 18:20:00 +0300] rev 48182
8191129: AARCH64: Invalid value passed to critical JNI function Reviewed-by: vlivanov
Fri, 01 Dec 2017 18:19:39 +0530 8191538: SA: tests for clhsdb commands: vmstructsdump, field, symboltable and symbol
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
Fri, 01 Dec 2017 00:57:01 -0800 8006887: Comment about LIR_OprDesc.value in c1_LIR.hpp is incorrect
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
Fri, 01 Dec 2017 08:56:22 +0100 8191821: Finer granularity for GC verification
sjohanss [Fri, 01 Dec 2017 08:56:22 +0100] rev 48179
8191821: Finer granularity for GC verification Reviewed-by: tschatzl, poonam, sangheki
Fri, 01 Dec 2017 11:40:39 +0530 8191914: New SA test timeout on windows
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
Thu, 30 Nov 2017 21:28:12 -0800 8192866: [TESTBUG] Move UseAppCDS.java from the closed ProblemList.txt to the open one
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
Thu, 30 Nov 2017 20:45:03 -0800 8191943: [TESTBUG] docker/TestCPUAwareness fails on machine with 2 CPUs
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
Fri, 01 Dec 2017 10:04:31 +0900 8190837: BasicType and BasicTypeSize should refer to HotSpot values
ysuenaga [Fri, 01 Dec 2017 10:04:31 +0900] rev 48175
8190837: BasicType and BasicTypeSize should refer to HotSpot values Reviewed-by: dholmes, jgeorge
Thu, 30 Nov 2017 16:28:47 -0800 8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows
cjplummer [Thu, 30 Nov 2017 16:28:47 -0800] rev 48174
8192840: serviceability/dcmd/jvmti/AttachFailed/AttachNoEntry.java failing on Windows Summary: make error message searching logic more general so it works on Windows Reviewed-by: dcubed, sspitsyn, dholmes
Thu, 30 Nov 2017 18:38:20 -0500 8191787: move private inline functions from thread.inline.hpp -> thread.cpp
dcubed [Thu, 30 Nov 2017 18:38:20 -0500] rev 48173
8191787: move private inline functions from thread.inline.hpp -> thread.cpp Reviewed-by: coleenp, dholmes
Thu, 30 Nov 2017 10:40:48 -0800 8191437: AOT doesn't work easily after thread local handshakes
dlong [Thu, 30 Nov 2017 10:40:48 -0800] rev 48172
8191437: AOT doesn't work easily after thread local handshakes Reviewed-by: kvn, rehn, aph
Thu, 30 Nov 2017 14:25:33 -0800 8174101: Bootclasspath append should not invalidate CDS archive
ccheung [Thu, 30 Nov 2017 14:25:33 -0800] rev 48171
8174101: Bootclasspath append should not invalidate CDS archive Reviewed-by: iklam, jiangli
Thu, 30 Nov 2017 16:00:34 -0500 8192821: Make LogCompilation into a maven project
ecaspole [Thu, 30 Nov 2017 16:00:34 -0500] rev 48170
8192821: Make LogCompilation into a maven project Summary: Add a maven project setup while preserving make build. Reviewed-by: kvn
Thu, 30 Nov 2017 20:37:20 +0100 8186787: clang-4.0 SIGSEGV in Unsafe_PutByte
eosterlund [Thu, 30 Nov 2017 20:37:20 +0100] rev 48169
8186787: clang-4.0 SIGSEGV in Unsafe_PutByte Reviewed-by: coleenp, dholmes, aph, dsamersoff, kbarrett
Thu, 30 Nov 2017 13:40:07 +0100 8191564: Refactor GC related servicability code into GC specific subclasses
rkennke [Thu, 30 Nov 2017 13:40:07 +0100] rev 48168
8191564: Refactor GC related servicability code into GC specific subclasses Reviewed-by: ehelin, eosterlund
Thu, 30 Nov 2017 08:35:33 -0800 8192756: SIGSEGV in nmethod::new_native_nmethod
iveresov [Thu, 30 Nov 2017 08:35:33 -0800] rev 48167
8192756: SIGSEGV in nmethod::new_native_nmethod Summary: Add the missing null check Reviewed-by: kvn, thartmann
Thu, 30 Nov 2017 21:24:52 +0530 8191324: SA cleanup -- part 2
jgeorge [Thu, 30 Nov 2017 21:24:52 +0530] rev 48166
8191324: SA cleanup -- part 2 Summary: Avoid redefinition of hotspot constants and ia64 code vestiges removal Reviewed-by: sspitsyn, dholmes, coleenp
Thu, 30 Nov 2017 16:08:13 +0100 8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
rehn [Thu, 30 Nov 2017 16:08:13 +0100] rev 48165
8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount Summary: Pushed under trivial rules. Reviewed-by: coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip