Wed, 19 Dec 2018 11:45:54 +0000 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53222
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode Reviewed-by: adinn Contributed-by: nick.gasson@arm.com
Wed, 09 Jan 2019 10:18:37 +0100 8216385: ZGC: Fix building without C2
pliden [Wed, 09 Jan 2019 10:18:37 +0100] rev 53221
8216385: ZGC: Fix building without C2 Reviewed-by: shade, eosterlund
Fri, 07 Dec 2018 17:56:51 +0100 8214862: assert(proj != __null) at compile.cpp:3251
roland [Fri, 07 Dec 2018 17:56:51 +0100] rev 53220
8214862: assert(proj != __null) at compile.cpp:3251 Reviewed-by: kvn, thartmann
Wed, 09 Jan 2019 00:25:41 -0800 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang [Wed, 09 Jan 2019 00:25:41 -0800] rev 53219
8215994: JDK 12 l10n resource file update - msg drop 10 Reviewed-by: billyh, ssadetsky, naoto
Tue, 08 Jan 2019 16:26:46 -0800 8216322: Missing since information in deprecation of constructor visitors
darcy [Tue, 08 Jan 2019 16:26:46 -0800] rev 53218
8216322: Missing since information in deprecation of constructor visitors Reviewed-by: vromero
Sat, 05 Jan 2019 10:48:54 +0800 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
fyang [Sat, 05 Jan 2019 10:48:54 +0800] rev 53217
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Tue, 08 Jan 2019 10:05:42 -0800 8216176: Clarify the singleton description in j.t.c.JapaneseEra class
naoto [Tue, 08 Jan 2019 10:05:42 -0800] rev 53216
8216176: Clarify the singleton description in j.t.c.JapaneseEra class Reviewed-by: rriggs
Tue, 08 Jan 2019 16:31:27 +0100 8215438: jshell tool: Ctrl-D causes EOF
jlahoda [Tue, 08 Jan 2019 16:31:27 +0100] rev 53215
8215438: jshell tool: Ctrl-D causes EOF Summary: Properly handling EndOfFileException so that jshell can be closed with Ctrl-D. Reviewed-by: rfield
Tue, 08 Jan 2019 09:29:36 +0100 8216271: Make AllocateOldGenAt an unsupported option on AIX.
goetz [Tue, 08 Jan 2019 09:29:36 +0100] rev 53214
8216271: Make AllocateOldGenAt an unsupported option on AIX. Reviewed-by: shade, tschatzl
Tue, 08 Jan 2019 17:37:57 -0800 8216403: Allocate fewer EnumSets in JavacFileManager#list
cushon [Tue, 08 Jan 2019 17:37:57 -0800] rev 53213
8216403: Allocate fewer EnumSets in JavacFileManager#list Reviewed-by: vromero, redestad
Wed, 09 Jan 2019 20:28:16 +0100 8216302: StackTraceElement::fill_in can use cached Class.name
shade [Wed, 09 Jan 2019 20:28:16 +0100] rev 53212
8216302: StackTraceElement::fill_in can use cached Class.name Reviewed-by: coleenp, dholmes, mchung
Wed, 09 Jan 2019 10:59:37 -0800 8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
igerasim [Wed, 09 Jan 2019 10:59:37 -0800] rev 53211
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero Reviewed-by: martin, rriggs
Wed, 09 Jan 2019 17:40:12 +0100 8216423: Remove FillDelaySlots
redestad [Wed, 09 Jan 2019 17:40:12 +0100] rev 53210
8216423: Remove FillDelaySlots Reviewed-by: thartmann
Wed, 09 Jan 2019 12:09:20 -0500 8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
gadams [Wed, 09 Jan 2019 12:09:20 -0500] rev 53209
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out Reviewed-by: dcubed, jcbeyler
Wed, 09 Jan 2019 12:02:38 -0500 8216375: Revert JDK-8145579 after JDK-8076988 is resolved
ecaspole [Wed, 09 Jan 2019 12:02:38 -0500] rev 53208
8216375: Revert JDK-8145579 after JDK-8076988 is resolved Summary: Remove obsolete code Reviewed-by: thartmann, dlong
Wed, 09 Jan 2019 15:53:56 +0100 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53207
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check Reviewed-by: eosterlund, lkorinth
Wed, 09 Jan 2019 06:18:33 -0800 8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
igerasim [Wed, 09 Jan 2019 06:18:33 -0800] rev 53206
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long} Reviewed-by: clanger
Wed, 09 Jan 2019 09:01:27 -0500 8214442: Improve stack walk API by adding handle marks
hseigel [Wed, 09 Jan 2019 09:01:27 -0500] rev 53205
8214442: Improve stack walk API by adding handle marks Summary: Add the missing handle marks. Reviewed-by: zgu, mchung
Wed, 09 Jan 2019 08:07:33 -0500 8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
hseigel [Wed, 09 Jan 2019 08:07:33 -0500] rev 53204
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently Summary: Change pattern match to not require that the matching string start at the beginning of a line. Reviewed-by: dcubed, dholmes
Wed, 09 Jan 2019 10:19:54 +0100 8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
neliasso [Wed, 09 Jan 2019 10:19:54 +0100] rev 53203
8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs Reviewed-by: pliden, eosterlund
Wed, 09 Jan 2019 01:06:19 +0100 8215995: Add specialized toArray methods to immutable collections
redestad [Wed, 09 Jan 2019 01:06:19 +0100] rev 53202
8215995: Add specialized toArray methods to immutable collections Reviewed-by: martin, smarks
Tue, 08 Jan 2019 13:04:04 -0800 8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
darcy [Tue, 08 Jan 2019 13:04:04 -0800] rev 53201
8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc Reviewed-by: vromero
Tue, 08 Jan 2019 14:15:14 +0100 8216366: Add rationale to PER_CPU_SHARES define
sgehwolf [Tue, 08 Jan 2019 14:15:14 +0100] rev 53200
8216366: Add rationale to PER_CPU_SHARES define Reviewed-by: bobv, adinn
Mon, 07 Jan 2019 10:41:29 -0500 8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
zgu [Mon, 07 Jan 2019 10:41:29 -0500] rev 53199
8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect Summary: Removed incorrect/unused method Reviewed-by: thartmann
Mon, 07 Jan 2019 09:17:08 -0500 8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
zgu [Mon, 07 Jan 2019 09:17:08 -0500] rev 53198
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic() Summary: Removed unused local variable Reviewed-by: thartmann
Tue, 08 Jan 2019 09:55:55 -0800 8215495: Set isCopy to JNI_FALSE if len == 0
jcbeyler [Tue, 08 Jan 2019 09:55:55 -0800] rev 53197
8215495: Set isCopy to JNI_FALSE if len == 0 Summary: Set isCopy in a corner case Reviewed-by: dholmes, phh, minqi
Tue, 08 Jan 2019 10:29:02 -0500 Merge
ecaspole [Tue, 08 Jan 2019 10:29:02 -0500] rev 53196
Merge
Tue, 08 Jan 2019 10:28:28 -0500 8076988: reevaluate trivial method policy
ecaspole [Tue, 08 Jan 2019 10:28:28 -0500] rev 53195
8076988: reevaluate trivial method policy Summary: Removed some checks to qualify as trivial Reviewed-by: shade, thartmann, dlong
Tue, 08 Jan 2019 16:09:54 +0100 8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
redestad [Tue, 08 Jan 2019 16:09:54 +0100] rev 53194
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy Reviewed-by: neliasso, thartmann
Tue, 08 Jan 2019 11:23:19 +0100 8216262: Remove develop flag DelayCompilationDuringStartup
redestad [Tue, 08 Jan 2019 11:23:19 +0100] rev 53193
8216262: Remove develop flag DelayCompilationDuringStartup Reviewed-by: kvn, thartmann
Tue, 08 Jan 2019 11:02:26 +0100 8216269: [s390] Debug build broken because CodeBlob has not been declared
mdoerr [Tue, 08 Jan 2019 11:02:26 +0100] rev 53192
8216269: [s390] Debug build broken because CodeBlob has not been declared Reviewed-by: shade, coleenp
Tue, 08 Jan 2019 10:54:00 +0100 8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
redestad [Tue, 08 Jan 2019 10:54:00 +0100] rev 53191
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate Reviewed-by: ehelin
Tue, 08 Jan 2019 13:40:57 +0530 Merge
psadhukhan [Tue, 08 Jan 2019 13:40:57 +0530] rev 53190
Merge
Mon, 07 Jan 2019 11:02:11 +0530 Merge
psadhukhan [Mon, 07 Jan 2019 11:02:11 +0530] rev 53189
Merge
Sun, 06 Jan 2019 19:28:21 -0800 8211267: StackOverflowError happened by TextField.setFont(...)
itakiguchi [Sun, 06 Jan 2019 19:28:21 -0800] rev 53188
8211267: StackOverflowError happened by TextField.setFont(...) Reviewed-by: serb, prr
Sat, 05 Jan 2019 10:13:58 -0800 8215756: Memory leaks in the AWT on macOS
serb [Sat, 05 Jan 2019 10:13:58 -0800] rev 53187
8215756: Memory leaks in the AWT on macOS Reviewed-by: dmarkov
Fri, 04 Jan 2019 11:40:53 +0530 8215909: Typo in Swing ProcessMouseEvent method documentation
psadhukhan [Fri, 04 Jan 2019 11:40:53 +0530] rev 53186
8215909: Typo in Swing ProcessMouseEvent method documentation Reviewed-by: serb, aivanov
Fri, 04 Jan 2019 07:56:39 +0530 8215910: Typo in AWT InvocationEvent Method Documentation.
kaddepalli [Fri, 04 Jan 2019 07:56:39 +0530] rev 53185
8215910: Typo in AWT InvocationEvent Method Documentation. Reviewed-by: serb, aivanov
Thu, 20 Dec 2018 12:44:41 +0000 8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
aivanov [Thu, 20 Dec 2018 12:44:41 +0000] rev 53184
8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry Reviewed-by: ihse, dcubed
Wed, 19 Dec 2018 14:11:35 -0800 8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
serb [Wed, 19 Dec 2018 14:11:35 -0800] rev 53183
8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow Reviewed-by: dmarkov, kaddepalli
Mon, 17 Dec 2018 14:19:06 +0530 6714324: Removing a component from a JTabbedPane does not clear its accessibleParent
kaddepalli [Mon, 17 Dec 2018 14:19:06 +0530] rev 53182
6714324: Removing a component from a JTabbedPane does not clear its accessibleParent Reviewed-by: serb, sveerabhadra
Sat, 15 Dec 2018 10:35:45 -0800 8214461: Some unused classes may be removed
serb [Sat, 15 Dec 2018 10:35:45 -0800] rev 53181
8214461: Some unused classes may be removed Reviewed-by: kaddepalli, prr
Fri, 14 Dec 2018 11:00:07 +0530 8196681: Java Access Bridge logging and debug flags dynamically controlled
kaddepalli [Fri, 14 Dec 2018 11:00:07 +0530] rev 53180
8196681: Java Access Bridge logging and debug flags dynamically controlled Reviewed-by: serb, sveerabhadra
Wed, 12 Dec 2018 15:07:56 +0530 Merge
psadhukhan [Wed, 12 Dec 2018 15:07:56 +0530] rev 53179
Merge
Tue, 11 Dec 2018 14:11:57 +0000 8215123: Crash in runtime image built with jlink --compress=2
aivanov [Tue, 11 Dec 2018 14:11:57 +0000] rev 53178
8215123: Crash in runtime image built with jlink --compress=2 Reviewed-by: ihse, alanb
Tue, 08 Jan 2019 07:29:13 +0100 Merge
jwilhelm [Tue, 08 Jan 2019 07:29:13 +0100] rev 53177
Merge
Mon, 07 Jan 2019 12:22:31 +0100 8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
eosterlund [Mon, 07 Jan 2019 12:22:31 +0100] rev 53176
8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked" Reviewed-by: coleenp, pliden
Mon, 07 Jan 2019 13:04:32 +0100 8216266: ProblemList PeelingZeroTripCount.java
jwilhelm [Mon, 07 Jan 2019 13:04:32 +0100] rev 53175
8216266: ProblemList PeelingZeroTripCount.java Reviewed-by: thartmann, roland
Mon, 07 Jan 2019 10:00:41 +0100 8215400: Warn on usage of trampolines with gcc
erikj [Mon, 07 Jan 2019 10:00:41 +0100] rev 53174
8215400: Warn on usage of trampolines with gcc Reviewed-by: tbell, kbarrett
Fri, 04 Jan 2019 15:17:40 -0800 8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
mseledtsov [Fri, 04 Jan 2019 15:17:40 -0800] rev 53173
8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java Summary: Added test to problem list Reviewed-by: iignatyev
Fri, 04 Jan 2019 11:00:29 +0100 8216021: RunTest.gmk might set concurrency level to 1 on Windows
erikj [Fri, 04 Jan 2019 11:00:29 +0100] rev 53172
8216021: RunTest.gmk might set concurrency level to 1 on Windows Reviewed-by: ctornqvi, tbell
Thu, 03 Jan 2019 14:55:13 -0800 8215888: Register to register spill may use AVX 512 move instruction on unsupported platform.
sviswanathan [Thu, 03 Jan 2019 14:55:13 -0800] rev 53171
8215888: Register to register spill may use AVX 512 move instruction on unsupported platform. Reviewed-by: vlivanov, thartmann
Thu, 03 Jan 2019 14:33:58 -0800 8215947: JVM crash with -XX:+DumpSharedSpaces
ccheung [Thu, 03 Jan 2019 14:33:58 -0800] rev 53170
8215947: JVM crash with -XX:+DumpSharedSpaces Summary: disable JIT compilation if -XX:+DumpSharedSpaces is specified by the user Reviewed-by: lfoltan, jiangli
Fri, 14 Dec 2018 11:22:26 +0100 8215265: C2: range check elimination may allow illegal out of bound access
roland [Fri, 14 Dec 2018 11:22:26 +0100] rev 53169
8215265: C2: range check elimination may allow illegal out of bound access Reviewed-by: thartmann, kvn
Mon, 31 Dec 2018 14:38:16 +0100 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.
goetz [Mon, 31 Dec 2018 14:38:16 +0100] rev 53168
8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms. Summary: Use LIBPATH on AIX, no shared memory connector on any Unix. Reviewed-by: gadams, simonis, sspitsyn
Thu, 13 Dec 2018 17:57:11 +0100 8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
roland [Thu, 13 Dec 2018 17:57:11 +0100] rev 53167
8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop Reviewed-by: thartmann, kvn
Thu, 03 Jan 2019 11:21:11 +0530 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
sdama [Thu, 03 Jan 2019 11:21:11 +0530] rev 53166
8208184: IllegalArgumentException while invoking code completion on netbeans IDE Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered Reviewed-by: jjg Contributed-by: srinivas.dama@oracle.com, jan.lahoda@oracle.com
Thu, 03 Jan 2019 02:22:30 +0100 Added tag jdk-12+26 for changeset de9fd809bb47
jwilhelm [Thu, 03 Jan 2019 02:22:30 +0100] rev 53165
Added tag jdk-12+26 for changeset de9fd809bb47
Tue, 08 Jan 2019 11:16:32 +0530 8214738: javadoc should honor styles in doc-files
pmuthuswamy [Tue, 08 Jan 2019 11:16:32 +0530] rev 53164
8214738: javadoc should honor styles in doc-files Reviewed-by: jjg
Mon, 07 Jan 2019 18:48:39 -0800 8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale.
dzhou [Mon, 07 Jan 2019 18:48:39 -0800] rev 53163
8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale. Reviewed-by: naoto, rgoel, rriggs
Tue, 08 Jan 2019 10:35:06 +0900 8216154: C4819 warnings at HotSpot sources on Windows
ysuenaga [Tue, 08 Jan 2019 10:35:06 +0900] rev 53162
8216154: C4819 warnings at HotSpot sources on Windows Reviewed-by: kbarrett, tschatzl
Mon, 07 Jan 2019 15:20:23 -0500 8215985: ZGC: Simplify reference processing in light of JDK-8175797
kbarrett [Mon, 07 Jan 2019 15:20:23 -0500] rev 53161
8215985: ZGC: Simplify reference processing in light of JDK-8175797 Summary: Only self-loop 'next' field for FinalReference deactivation. Reviewed-by: eosterlund, pliden
Mon, 07 Jan 2019 14:15:00 -0500 8216205: Java API documentation formatting error in System.getEnv
rriggs [Mon, 07 Jan 2019 14:15:00 -0500] rev 53160
8216205: Java API documentation formatting error in System.getEnv Reviewed-by: lancea, bchristi, alanb
Mon, 07 Jan 2019 17:09:17 +0100 8216275: Disable annotation processing lint warnings when building microbenchmarks
redestad [Mon, 07 Jan 2019 17:09:17 +0100] rev 53159
8216275: Disable annotation processing lint warnings when building microbenchmarks Reviewed-by: erikj, ecaspole
Mon, 07 Jan 2019 09:29:31 -0500 8216134: (process) ProcessBuilder startPipeline does not hide piped streams
rriggs [Mon, 07 Jan 2019 09:29:31 -0500] rev 53158
8216134: (process) ProcessBuilder startPipeline does not hide piped streams Reviewed-by: lancea, bchristi, sgroeger
Mon, 07 Jan 2019 04:56:59 -0800 8216267: Fix hotspot-ide-project target on WSL
erikj [Mon, 07 Jan 2019 04:56:59 -0800] rev 53157
8216267: Fix hotspot-ide-project target on WSL Reviewed-by: erikj Contributed-by: andrewluotechnologies@outlook.com
Mon, 07 Jan 2019 10:21:43 +0100 8216197: Remove unused new_hash methods
redestad [Mon, 07 Jan 2019 10:21:43 +0100] rev 53156
8216197: Remove unused new_hash methods Reviewed-by: kbarrett, dholmes
Fri, 04 Jan 2019 17:46:56 +0100 8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
mbaesken [Fri, 04 Jan 2019 17:46:56 +0100] rev 53155
8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd Reviewed-by: dcubed, dholmes
Sun, 06 Jan 2019 19:49:58 -0500 8216188: Remove expired flags in JDK 13
dholmes [Sun, 06 Jan 2019 19:49:58 -0500] rev 53154
8216188: Remove expired flags in JDK 13 Reviewed-by: kbarrett, ccheung
Sat, 05 Jan 2019 20:11:15 +0100 8216191: Remove FastSuperclassLimit
redestad [Sat, 05 Jan 2019 20:11:15 +0100] rev 53153
8216191: Remove FastSuperclassLimit Reviewed-by: coleenp
Sat, 05 Jan 2019 20:08:24 +0100 8216189: Remove Klass::compute_is_subtype_of
redestad [Sat, 05 Jan 2019 20:08:24 +0100] rev 53152
8216189: Remove Klass::compute_is_subtype_of Reviewed-by: hseigel, jiangli
Sat, 05 Jan 2019 10:48:54 +0800 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
fyang [Sat, 05 Jan 2019 10:48:54 +0800] rev 53151
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Sat, 05 Jan 2019 10:07:55 +0900 8216155: C4819 warning at libfreetype sources on Windows
ysuenaga [Sat, 05 Jan 2019 10:07:55 +0900] rev 53150
8216155: C4819 warning at libfreetype sources on Windows Reviewed-by: erikj
Fri, 04 Jan 2019 15:06:01 -0500 8215731: Move forward class definitions out of globalDefinitions.hpp
coleenp [Fri, 04 Jan 2019 15:06:01 -0500] rev 53149
8215731: Move forward class definitions out of globalDefinitions.hpp Summary: redistribute the forward declarations to the header files that need them. Reviewed-by: dholmes, lfoltan
Fri, 04 Jan 2019 20:58:35 +0100 8215412: Optimize PrintStream.println methods
redestad [Fri, 04 Jan 2019 20:58:35 +0100] rev 53148
8215412: Optimize PrintStream.println methods Reviewed-by: rriggs, dfuchs, forax
Fri, 04 Jan 2019 14:28:27 -0500 8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead
hseigel [Fri, 04 Jan 2019 14:28:27 -0500] rev 53147
8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead Summary: Change the callers and delete function build_u2_from() Reviewed-by: kbarrett, jiangli, coleenp
Fri, 04 Jan 2019 10:42:12 -0800 8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
joehw [Fri, 04 Jan 2019 10:42:12 -0800] rev 53146
8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match Reviewed-by: lancea
Fri, 04 Jan 2019 12:30:20 -0500 8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
rriggs [Fri, 04 Jan 2019 12:30:20 -0500] rev 53145
8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property Reviewed-by: lancea
Fri, 04 Jan 2019 11:03:53 -0500 8216067: Unused local vars in windows/native/libjava/io_util_md.c
rriggs [Fri, 04 Jan 2019 11:03:53 -0500] rev 53144
8216067: Unused local vars in windows/native/libjava/io_util_md.c Reviewed-by: rriggs Contributed-by: andrewluotechnologies@outlook.com
Fri, 04 Jan 2019 16:23:56 +0100 8216157: Enable inlining of java_lang_Class::is_primitive
redestad [Fri, 04 Jan 2019 16:23:56 +0100] rev 53143
8216157: Enable inlining of java_lang_Class::is_primitive Reviewed-by: coleenp, eosterlund, jiangli
Fri, 04 Jan 2019 14:05:16 +0100 8215771: The jfr tool should pretty print reference chains
egahlin [Fri, 04 Jan 2019 14:05:16 +0100] rev 53142
8215771: The jfr tool should pretty print reference chains Reviewed-by: mgronlun
Fri, 04 Jan 2019 01:59:54 -0800 8216048: Fix devkit creation in WSL
erikj [Fri, 04 Jan 2019 01:59:54 -0800] rev 53141
8216048: Fix devkit creation in WSL Reviewed-by: erikj Contributed-by: andrewluotechnologies@outlook.com
Fri, 04 Jan 2019 13:41:45 +0530 8213457: serviceability/sa/ClhsdbInspect.java time out
jgeorge [Fri, 04 Jan 2019 13:41:45 +0530] rev 53140
8213457: serviceability/sa/ClhsdbInspect.java time out Summary: Increase the timeout needed for ClhsdbInspect.java to 480 Reviewed-by: sspitsyn, cjplummer, lmesnik
Thu, 03 Jan 2019 16:14:40 +0100 8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
mbaesken [Thu, 03 Jan 2019 16:14:40 +0100] rev 53139
8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64 Reviewed-by: aph, goetz, lucy
Thu, 03 Jan 2019 15:54:01 -0500 8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
gadams [Thu, 03 Jan 2019 15:54:01 -0500] rev 53138
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator Reviewed-by: sspitsyn, cjplummer
Thu, 03 Jan 2019 13:22:45 -0500 Merge
ecaspole [Thu, 03 Jan 2019 13:22:45 -0500] rev 53137
Merge
Thu, 03 Jan 2019 13:22:02 -0500 8196347: LogCompilation: generate log file on the fly for input to junits
ecaspole [Thu, 03 Jan 2019 13:22:02 -0500] rev 53136
8196347: LogCompilation: generate log file on the fly for input to junits Summary: Dynamically generate simple log files Reviewed-by: kvn, thartmann
Thu, 03 Jan 2019 18:19:54 +0000 Merge
coffeys [Thu, 03 Jan 2019 18:19:54 +0000] rev 53135
Merge
Thu, 03 Jan 2019 17:49:34 +0000 8215911: Various Typos in SQL Method Documentation
coffeys [Thu, 03 Jan 2019 17:49:34 +0000] rev 53134
8215911: Various Typos in SQL Method Documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:46:09 +0000 8215912: Various Typos in java.net Method Documentation
coffeys [Thu, 03 Jan 2019 17:46:09 +0000] rev 53133
8215912: Various Typos in java.net Method Documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:29:53 +0000 8182992: Typo in DatagramPacket constructor API doc
coffeys [Thu, 03 Jan 2019 17:29:53 +0000] rev 53132
8182992: Typo in DatagramPacket constructor API doc Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:27:29 +0000 8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
coffeys [Thu, 03 Jan 2019 17:27:29 +0000] rev 53131
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 13:11:35 -0500 8215644: Clean up globalDefinitions_<compiler>.hpp
hseigel [Thu, 03 Jan 2019 13:11:35 -0500] rev 53130
8215644: Clean up globalDefinitions_<compiler>.hpp Summary: Remove non-existent classes from forward declarations, delete unused functions, etc. Reviewed-by: coleenp, kbarrett
Thu, 03 Jan 2019 11:21:40 +0100 8215991: Stop hiding exception from ArtifactResolver failures in tests
erikj [Thu, 03 Jan 2019 11:21:40 +0100] rev 53129
8215991: Stop hiding exception from ArtifactResolver failures in tests Reviewed-by: tbell, ctornqvi
Thu, 03 Jan 2019 02:26:42 +0100 Added tag jdk-13+2 for changeset 50677f43ac3d
jwilhelm [Thu, 03 Jan 2019 02:26:42 +0100] rev 53128
Added tag jdk-13+2 for changeset 50677f43ac3d
Wed, 02 Jan 2019 15:33:32 -0800 6996807: FieldReflectorKey hash code computation can be improved
igerasim [Wed, 02 Jan 2019 15:33:32 -0800] rev 53127
6996807: FieldReflectorKey hash code computation can be improved Reviewed-by: rriggs
Wed, 02 Jan 2019 13:37:55 -0500 8215572: Add new Arrays micros
ecaspole [Wed, 02 Jan 2019 13:37:55 -0500] rev 53126
8215572: Add new Arrays micros Summary: New micros for mismatch and fill Reviewed-by: kvn, vlivanov
Wed, 02 Jan 2019 19:06:16 +0100 8215990: Avoid using reflection to create common default URLStreamHandlers
redestad [Wed, 02 Jan 2019 19:06:16 +0100] rev 53125
8215990: Avoid using reflection to create common default URLStreamHandlers Reviewed-by: alanb
Wed, 02 Jan 2019 13:06:04 -0500 8215643: Microbenchmarks for KeyAgreement and Cipher
apetcher [Wed, 02 Jan 2019 13:06:04 -0500] rev 53124
8215643: Microbenchmarks for KeyAgreement and Cipher Summary: adding some missing microbenchmarks for crypto algorithms Reviewed-by: jnimeh
Fri, 21 Dec 2018 10:19:15 +0100 8215791: Tiny bug in VM monitoring/management
ghaug [Fri, 21 Dec 2018 10:19:15 +0100] rev 53123
8215791: Tiny bug in VM monitoring/management Reviewed-by: dholmes, simonis
Wed, 02 Jan 2019 10:35:33 -0500 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'.
hseigel [Wed, 02 Jan 2019 10:35:33 -0500] rev 53122
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'. Summary: On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..." Reviewed-by: dholmes, sspitsyn
Wed, 02 Jan 2019 16:05:13 +0100 Merge
jwilhelm [Wed, 02 Jan 2019 16:05:13 +0100] rev 53121
Merge
Wed, 26 Dec 2018 17:09:19 +0530 8214567: Use {@systemProperty} for definitions of system properties jdk-12+26
rpatil [Wed, 26 Dec 2018 17:09:19 +0530] rev 53120
8214567: Use {@systemProperty} for definitions of system properties 8214569: Use {@systemProperty} for definitions of system properties Reviewed-by: lancea, mchung, alanb, naoto Contributed-by: Deepak kejriwal <deepak.kejriwal@oracle.com>
Sat, 22 Dec 2018 15:47:10 +0100 8215898: Build broken on 32-bit after JDK-8211425
sjohanss [Sat, 22 Dec 2018 15:47:10 +0100] rev 53119
8215898: Build broken on 32-bit after JDK-8211425 Reviewed-by: tschatzl
Sat, 22 Dec 2018 15:46:54 +0100 8215897: Build broken on zero after JDK-8211424
sjohanss [Sat, 22 Dec 2018 15:46:54 +0100] rev 53118
8215897: Build broken on zero after JDK-8211424 Reviewed-by: tschatzl
Fri, 21 Dec 2018 08:23:55 -0800 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
sangheki [Fri, 21 Dec 2018 08:23:55 -0800] rev 53117
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 08:18:59 -0800 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki [Fri, 21 Dec 2018 08:18:59 -0800] rev 53116
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of G1 GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 18:26:55 +0000 8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
aph [Fri, 21 Dec 2018 18:26:55 +0000] rev 53115
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state Reviewed-by: aph, dholmes Contributed-by: Andrey Petushkov <andrey.petushkov@gmail.com>
Fri, 21 Dec 2018 17:14:46 +0000 8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
aph [Fri, 21 Dec 2018 17:14:46 +0000] rev 53114
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Fri, 21 Dec 2018 11:02:36 +0100 8215291: Broken links when generating from project without modules
hannesw [Fri, 21 Dec 2018 11:02:36 +0100] rev 53113
8215291: Broken links when generating from project without modules Reviewed-by: jjg
Fri, 21 Dec 2018 11:43:04 +0530 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
pbansal [Fri, 21 Dec 2018 11:43:04 +0530] rev 53112
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop Reviewed-by: prr, kcr
Wed, 02 Jan 2019 07:19:33 -0500 8211343: nsk_jvmti_parseoptions should handle multiple suboptions
gadams [Wed, 02 Jan 2019 07:19:33 -0500] rev 53111
8211343: nsk_jvmti_parseoptions should handle multiple suboptions Reviewed-by: sspitsyn, cjplummer
Wed, 02 Jan 2019 12:59:26 +0100 8215445: Enable building for Windows in WSL jdk-13+2
erikj [Wed, 02 Jan 2019 12:59:26 +0100] rev 53110
8215445: Enable building for Windows in WSL Reviewed-by: ihse Contributed-by: andrewluotechnologies@outlook.com, erik.joelsson@oracle.com
Tue, 01 Jan 2019 20:09:02 -0500 8215977: hsdis installation documentation update
dholmes [Tue, 01 Jan 2019 20:09:02 -0500] rev 53109
8215977: hsdis installation documentation update Reviewed-by: dholmes Contributed-by: Sergei Ustimenko <merkel05@gmail.com>
Mon, 31 Dec 2018 15:40:50 -0500 8213481: [REDO] Fix incorrect copy constructors in hotspot
kbarrett [Mon, 31 Dec 2018 15:40:50 -0500] rev 53108
8213481: [REDO] Fix incorrect copy constructors in hotspot Summary: Fix and use ResourceObj copy constructor. Reviewed-by: coleenp, dholmes, kvn
Sun, 30 Dec 2018 08:57:24 +0700 8214687: Optimize Collections.nCopies().hashCode() and equals()
tvaleev [Sun, 30 Dec 2018 08:57:24 +0700] rev 53107
8214687: Optimize Collections.nCopies().hashCode() and equals() Reviewed-by: igerasim, smarks
Fri, 28 Dec 2018 15:19:14 -0800 8215966: GeneratePropertyPassword.sh uses bash syntax
phh [Fri, 28 Dec 2018 15:19:14 -0800] rev 53106
8215966: GeneratePropertyPassword.sh uses bash syntax Summary: Use "case" instead of "if" for the NT check to make sh happy. Reviewed-by: dholmes Contributed-by: merkel05@gmail.com
Fri, 28 Dec 2018 16:31:11 -0500 8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
dholmes [Fri, 28 Dec 2018 16:31:11 -0500] rev 53105
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp Reviewed-by: dcubed
Fri, 21 Dec 2018 14:42:08 +0100 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
mbaesken [Fri, 21 Dec 2018 14:42:08 +0100] rev 53104
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls Reviewed-by: clanger, dholmes
Thu, 27 Dec 2018 21:17:11 -0500 8214097: Rework thread initialization and teardown logic
dholmes [Thu, 27 Dec 2018 21:17:11 -0500] rev 53103
8214097: Rework thread initialization and teardown logic Reviewed-by: rehn, mgronlun, dcubed, kbarrett
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip