xyin [Mon, 15 Oct 2018 09:34:18 +0800] rev 52113
8187522: test/sun/net/ftp/FtpURLConnectionLeak.java timed out
Reviewed-by: chegar, vtewari
kbarrett [Fri, 12 Oct 2018 17:35:26 -0400] rev 52112
8212023: Implicit narrowing in Solaris/sparc initializers
Summary: Explicitly narrow or fix destination types.
Reviewed-by: dholmes, tschatzl
lancea [Fri, 12 Oct 2018 14:16:24 -0400] rev 52111
8212045: Add back tests removed from HashesTest.java and AddExportsTest.java
Reviewed-by: rriggs
amenkov [Fri, 12 Oct 2018 10:08:11 -0700] rev 52110
8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2'
Reviewed-by: sspitsyn, jcbeyler
mchinnathamb [Tue, 09 Oct 2018 16:08:07 +0530] rev 52109
8027434: "-XX:OnOutOfMemoryError" uses fork instead of vfork
Reviewed-by: dholmes, iklam
sgehwolf [Fri, 12 Oct 2018 10:58:06 +0200] rev 52108
8212110: Build of saproc.dll broken on Windows 32 bit after JDK-8210647
Summary: Only add RTC1 compile flag for slowdebug builds.
Reviewed-by: mdoerr, erikj
rkennke [Fri, 12 Oct 2018 16:25:24 +0200] rev 52107
8212053: A few more missing object equals barriers
Reviewed-by: shade, zgu
michaelm [Fri, 12 Oct 2018 11:12:51 +0100] rev 52106
8203850: java.net.http HTTP client should allow specifying Origin and Referer headers
Reviewed-by: chegar, dfuchs
dholmes [Fri, 12 Oct 2018 03:51:02 -0400] rev 52105
8211046: Forced data dependencies serve no purpose on x86
Reviewed-by: eosterlund, rehn
vtewari [Fri, 12 Oct 2018 12:37:13 +0530] rev 52104
8189366: SocketInputStream.available() should check for eof
Reviewed-by: chegar
goetz [Fri, 12 Oct 2018 08:33:18 +0200] rev 52103
8211931: [ppc][testbug] runtime/jni/terminatedThread/TestTerminatedThread.java fails as threads don't terminate immediately
Reviewed-by: dholmes, mdoerr
mli [Fri, 12 Oct 2018 10:35:24 +0800] rev 52102
8186610: move ModuleUtils to top-level testlibrary
Reviewed-by: alanb, iignatyev
kevinw [Thu, 11 Oct 2018 15:49:23 -0700] rev 52101
8211714: Need to update vm_version.cpp to recognise VS2017 minor versions
Reviewed-by: dholmes
Contributed-by: muthusamy.chinnathambi@oracle.com
rkennke [Thu, 11 Oct 2018 23:48:55 +0200] rev 52100
8212054: Boilerplate to bind oopDesc::equals_raw() to actual raw implementation
Reviewed-by: shade, eosterlund
jcbeyler [Thu, 11 Oct 2018 12:41:47 -0700] rev 52099
8212025: Remove collector_present variable from ThreadHeapSampler
Summary: Remove unused variable from ThreadHeapSampler
Reviewed-by: tschatzl, pliden
jcbeyler [Thu, 11 Oct 2018 09:30:10 -0700] rev 52098
8211432: [REDO] Handle JNIGlobalRefLocker.cpp
Summary: Adding a JNI verification wrapper for tests
Reviewed-by: amenkov, sspitsyn, phh
hseigel [Thu, 11 Oct 2018 11:31:37 -0400] rev 52097
8211821: PrintStringTableStatistics crashes JVM
Summary: During JVM exit, print the Symbol and String tables before current thread gets deleted.
Reviewed-by: iklam, dholmes
hseigel [Thu, 11 Oct 2018 10:11:18 -0400] rev 52096
8079784: Unexpected IllegalAccessError when trying access InnerClasses attribute
Summary: Prevent classes in the InnerClasses attribute from being loaded unless they are actually being accessed.
Reviewed-by: dholmes, lfoltan
prappo [Thu, 11 Oct 2018 14:10:13 +0100] rev 52095
8212001: Verify exported symbols in java.base (libjava)
Reviewed-by: chegar
chegar [Thu, 11 Oct 2018 13:40:09 +0100] rev 52094
8211922: Remove test/jdk/javax/naming/module/RunBasic.java from the ProblemList
Reviewed-by: lancea
roland [Thu, 27 Sep 2018 17:46:01 +0200] rev 52093
8211233: MemBarNode::trailing_membar() and MemBarNode::leading_membar() need to handle dying subgraphs better
Reviewed-by: kvn, thartmann
roland [Tue, 18 Sep 2018 20:41:17 +0200] rev 52092
8210389: C2: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Reviewed-by: kvn, thartmann
shade [Thu, 11 Oct 2018 10:42:17 +0200] rev 52091
8212005: Epsilon elastic TLAB sizing may cause misalignment
Reviewed-by: rkennke, tschatzl
mbaesken [Wed, 10 Oct 2018 16:56:18 +0200] rev 52090
8211929: hotspot/share/opto/parse2.cpp compile error with gcc 7.3.1
Reviewed-by: kvn, stuefe
kbarrett [Wed, 10 Oct 2018 23:47:36 -0400] rev 52089
8211962: Implicit narrowing in MacOSX java.desktop jsound
Summary: Cast value to needed type.
Reviewed-by: serb
bpb [Wed, 10 Oct 2018 17:53:22 -0700] rev 52088
8152910: Get performance improvement with Stable annotation
Reviewed-by: darcy
Contributed-by: Peter Levart <peter.levart@gmail.com>
jwilhelm [Thu, 11 Oct 2018 00:43:09 +0200] rev 52087
Added tag jdk-12+15 for changeset f8626bcc1698
mchung [Wed, 10 Oct 2018 15:19:34 -0700] rev 52086
8211921: AssertionError in MethodHandles$Lookup.defineClass
Reviewed-by: alanb
akolarkunnu [Fri, 05 Oct 2018 05:03:15 -0700] rev 52085
8210055: Enable different look and feel tests in SwingSet3 demo tests
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
mullan [Wed, 10 Oct 2018 16:25:40 -0400] rev 52084
8191053: Provide a mechanism to make system's security manager immutable
Summary: Make System.setSecurityManager optional to support and add new disallow and allow options to the java.security.manager system property
Reviewed-by: alanb, mchung, rriggs, smarks
mullan [Wed, 10 Oct 2018 15:23:38 -0400] rev 52083
8211878: Bad/broken links in docs/api/java.xml.crypto/javax/xml/crypto/dsig/Reference.html
Reviewed-by: jjg
ctornqvi [Wed, 10 Oct 2018 11:47:01 -0700] rev 52082
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
Reviewed-by: erikj