serb [Fri, 17 May 2019 22:48:03 -0700] rev 55171
8223766: Remains of ancient code in AWT initialization
Reviewed-by: jdv
serb [Fri, 17 May 2019 22:37:27 -0700] rev 55170
8224152: [macOS] ProblemList tests that leave rubbish on the screen
Reviewed-by: prr
prr [Fri, 17 May 2019 13:05:21 -0700] rev 55169
8223804: [macos] remove obsoleted reference to security framework in launcher code
Reviewed-by: rriggs, erikj
psadhukhan [Wed, 15 May 2019 15:17:24 +0530] rev 55168
8223937: PIT: java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java listed twice in ProblemList
Reviewed-by: jdv, pbansal
stuefe [Tue, 04 Jun 2019 07:49:58 +0200] rev 55167
8225178: [Solaris] os::signal() should call sigaction() with SA_SIGINFO
Reviewed-by: dcubed, dholmes
rwestberg [Mon, 03 Jun 2019 10:28:03 +0200] rev 55166
8223678: Add Visual Studio Code workspace generation support (for native code)
Reviewed-by: erikj
epavlova [Mon, 03 Jun 2019 17:14:23 -0700] rev 55165
8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1
Reviewed-by: kvn
coleenp [Mon, 03 Jun 2019 19:42:58 -0400] rev 55164
8225212: ProblemList gc/stress/TestReclaimStringsLeaksMemory.java
Reviewed-by: dholmes
rfield [Mon, 03 Jun 2019 16:24:34 -0700] rev 55163
8225208: Re-Problem list jdk/jshell/ExceptionsTest.java fails on windows
Reviewed-by: jjg
jjg [Mon, 03 Jun 2019 16:16:50 -0700] rev 55162
8225207: redundant <p> in Instrumentation.java
Reviewed-by: lancea
kkharbas [Mon, 03 Jun 2019 11:04:24 -0700] rev 55161
8224247: AllocateOldGenAt fires assertion failure
Summary: Split the heap_reserved_size_bytes() into two methods - one for use during heap initialization and other for at later stages.
Reviewed-by: sangheki, tschatzl
iveresov [Mon, 03 Jun 2019 14:15:11 -0700] rev 55160
8225202: Add missing include after JDK-8223320
Reviewed-by: kvn
iveresov [Mon, 03 Jun 2019 13:21:02 -0700] rev 55159
8223320: [AOT] jck test api/javax_script/ScriptEngine/PutGet.html fails when test classes are AOTed
Summary: Materialization of primitive boxes should use caches
Reviewed-by: kvn, never
rkennke [Mon, 03 Jun 2019 21:28:45 +0200] rev 55158
8225171: Remove leftovers in shenandoahBarrierSetC1.cpp
Reviewed-by: shade
erikj [Mon, 03 Jun 2019 10:52:18 -0700] rev 55157
8225140: Build fails if directory contains 'unix'
Reviewed-by: tbell
rfield [Mon, 03 Jun 2019 08:21:04 -0700] rev 55156
8199623: JShell: corralling not restored on drop
Reviewed-by: jlahoda
rfield [Mon, 03 Jun 2019 07:46:47 -0700] rev 55155
8225151: JShell API: Fix position of @jls tag
Reviewed-by: jjg
eosterlund [Mon, 03 Jun 2019 13:35:08 +0200] rev 55154
8224816: Provide os::processor_id() implementation for Mac OS
Reviewed-by: rehn, pliden, kbarrett, gziemski
eosterlund [Mon, 03 Jun 2019 13:35:05 +0200] rev 55153
8224814: Remove dead JNIHandleBlock freelist code
Reviewed-by: stefank, tschatzl, kbarrett
shade [Mon, 03 Jun 2019 14:50:59 +0200] rev 55152
8225046: Shenandoah metrics logs refactoring
Reviewed-by: rkennke
roland [Tue, 21 May 2019 15:46:09 +0200] rev 55151
8173196: [REDO] C2 does not optimize redundant memory operations with G1
Reviewed-by: thartmann, kvn
phedlin [Tue, 28 May 2019 14:56:58 +0200] rev 55150
8223363: Bad node estimate assertion failure
8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate
8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw
Summary: Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts.
Reviewed-by: neliasso, kvn
tschatzl [Mon, 03 Jun 2019 10:51:28 +0200] rev 55149
8223693: Memory wastage in size of per-region type buffers in GC
Reviewed-by: kbarrett, sangheki
tschatzl [Mon, 03 Jun 2019 10:50:14 +0200] rev 55148
8223162: Improve ergonomics for Sparse PRT entry sizing
Summary: Scale Sparse PRT table sizes exponentially according to region size.
Reviewed-by: kbarrett, sangheki
lancea [Sun, 02 Jun 2019 17:13:31 -0400] rev 55147
8212807: tools/jar/multiRelease/Basic.java times out
Reviewed-by: bchristi
shade [Sun, 02 Jun 2019 10:08:39 +0200] rev 55146
8225048: Shenandoah x86_32 support
Reviewed-by: erikj, rkennke
shade [Sun, 02 Jun 2019 10:08:38 +0200] rev 55145
8225111: Make Shenandoah tests work with 32-bit VMs
Reviewed-by: rkennke
shade [Sun, 02 Jun 2019 10:08:37 +0200] rev 55144
8225104: 32-bit build failures after JDK-8222252
Reviewed-by: bobv, rkennke, dholmes
rfield [Sat, 01 Jun 2019 14:09:59 -0700] rev 55143
8223688: JShell: crash on the instantiation of raw anonymous class
Reviewed-by: jlahoda
rfield [Sat, 01 Jun 2019 13:41:01 -0700] rev 55142
8080353: JShell: Better error message on attempting to add default method
Summary: Special handling for errors with "default" modifier
Reviewed-by: jlahoda
redestad [Sat, 01 Jun 2019 03:18:23 +0200] rev 55141
8225061: Performance regression in Regex
Reviewed-by: naoto, alanb
Contributed-by: claes.redestad@oracle.com, naoto.sato@oracle.com
jjg [Fri, 31 May 2019 17:27:28 -0700] rev 55140
8225134: Update man-page files
Reviewed-by: erikj, mchung
ccheung [Fri, 31 May 2019 15:49:12 -0700] rev 55139
8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
Summary: added the missing call MemTracker::record_virtual_memory_reserve_and_commit()
Reviewed-by: jiangli, zgu
vromero [Fri, 31 May 2019 18:35:17 -0400] rev 55138
8224083: javadoc Reporter generates warning for Kind.NOTE
8224082: NPE in javadoc Reporter
Reviewed-by: jjg
cushon [Wed, 22 May 2019 15:30:11 -0700] rev 55137
8224629: Unnecessary cast in LambdaToMethod
Reviewed-by: vromero
Contributed-by: Alan Malloy <amalloy@google.com>
naoto [Fri, 31 May 2019 13:49:35 -0700] rev 55136
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
Reviewed-by: lancea, scolebourne, rriggs
erikj [Fri, 31 May 2019 13:37:58 -0700] rev 55135
8219788: Configure recommends JDK 8
Reviewed-by: tbell
iklam [Fri, 31 May 2019 12:51:36 -0700] rev 55134
8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
Reviewed-by: ccheung
kbarrett [Fri, 31 May 2019 14:42:28 -0400] rev 55133
8219149: ProcessTools.ProcessBuilder should print timing info for subprocesses
Summary: Add some timestamped logging messages to OutputBuffer.
Reviewed-by: rriggs, dcubed, lmesnik, dholmes
bpb [Fri, 31 May 2019 11:13:58 -0700] rev 55132
8225117: java/math/BigInteger/SymmetricRangeTests.java fails with ParseException
Reviewed-by: darcy
jjg [Fri, 31 May 2019 10:59:54 -0700] rev 55131
8225129: Fix minor HTML issues in java.naming
Reviewed-by: mchung, lancea
hseigel [Fri, 31 May 2019 13:09:15 -0400] rev 55130
8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
Summary: Prevent false failures by blocking the test until either it times out or the loading thread finishes
Reviewed-by: dholmes, coleenp
jjg [Fri, 31 May 2019 09:26:27 -0700] rev 55129
8225094: Fix minor HTML issues in jdk.zipfs
Reviewed-by: clanger, mchung, lancea
pchilanomate [Fri, 31 May 2019 11:17:55 -0400] rev 55128
8225016: Dead code due to VMOperationQueue::add() always returning true
Summary: Removed dead code in vmThread.cpp
Reviewed-by: coleenp, hseigel, dholmes
azeller [Tue, 28 May 2019 20:12:16 +0200] rev 55127
8194231: java/net/DatagramSocket/ReuseAddressTest.java failed with java.net.BindException: Address already in use: Cannot bind
Summary: Changed test to no longer use hardcoded ports.
Reviewed-by: chegar, clanger
chegar [Fri, 31 May 2019 15:02:45 +0100] rev 55126
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
Reviewed-by: alanb, dfuchs
phedlin [Thu, 16 May 2019 17:09:11 +0200] rev 55125
8225110: IGV build definition uses non-secure transport
Reviewed-by: neliasso
redestad [Fri, 31 May 2019 12:20:21 +0200] rev 55124
8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
Reviewed-by: jlaskey, rriggs