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
ecaspole [Tue, 08 Jan 2019 10:29:02 -0500] rev 53196
Merge
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
redestad [Tue, 08 Jan 2019 16:09:54 +0100] rev 53194
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: neliasso, thartmann
redestad [Tue, 08 Jan 2019 11:23:19 +0100] rev 53193
8216262: Remove develop flag DelayCompilationDuringStartup
Reviewed-by: kvn, thartmann
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
redestad [Tue, 08 Jan 2019 10:54:00 +0100] rev 53191
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
Reviewed-by: ehelin
psadhukhan [Tue, 08 Jan 2019 13:40:57 +0530] rev 53190
Merge
psadhukhan [Mon, 07 Jan 2019 11:02:11 +0530] rev 53189
Merge
itakiguchi [Sun, 06 Jan 2019 19:28:21 -0800] rev 53188
8211267: StackOverflowError happened by TextField.setFont(...)
Reviewed-by: serb, prr
serb [Sat, 05 Jan 2019 10:13:58 -0800] rev 53187
8215756: Memory leaks in the AWT on macOS
Reviewed-by: dmarkov
psadhukhan [Fri, 04 Jan 2019 11:40:53 +0530] rev 53186
8215909: Typo in Swing ProcessMouseEvent method documentation
Reviewed-by: serb, aivanov
kaddepalli [Fri, 04 Jan 2019 07:56:39 +0530] rev 53185
8215910: Typo in AWT InvocationEvent Method Documentation.
Reviewed-by: serb, aivanov
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
serb [Wed, 19 Dec 2018 14:11:35 -0800] rev 53183
8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
Reviewed-by: dmarkov, kaddepalli
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
serb [Sat, 15 Dec 2018 10:35:45 -0800] rev 53181
8214461: Some unused classes may be removed
Reviewed-by: kaddepalli, prr
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
psadhukhan [Wed, 12 Dec 2018 15:07:56 +0530] rev 53179
Merge
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
jwilhelm [Tue, 08 Jan 2019 07:29:13 +0100] rev 53177
Merge
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
jwilhelm [Mon, 07 Jan 2019 13:04:32 +0100] rev 53175
8216266: ProblemList PeelingZeroTripCount.java
Reviewed-by: thartmann, roland
erikj [Mon, 07 Jan 2019 10:00:41 +0100] rev 53174
8215400: Warn on usage of trampolines with gcc
Reviewed-by: tbell, kbarrett
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
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
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
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
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
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
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
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