mseledtsov [Mon, 20 May 2019 15:18:00 -0700] rev 54951
8220672: [TESTBUG] TestCPUSets should check that cpuset does not exceed available cores
Summary: making sure cpuset size does not exceed available cores
Reviewed-by: dholmes, lmesnik
jjg [Mon, 20 May 2019 10:57:57 -0700] rev 54950
8223663: Update links for tool guides
Reviewed-by: alanb, erikj, darcy
jiangli [Mon, 20 May 2019 10:32:10 -0700] rev 54949
Merge
aeubanks [Wed, 15 May 2019 16:21:51 -0700] rev 54948
8224014: Don't run test/jdk/java/net/NetworkInterface/IPv4Only.java in IPv6 only environment
Reviewed-by: chegar, dfuchs
Contributed-by: aeubanks@google.com
aeubanks [Wed, 15 May 2019 17:21:18 -0700] rev 54947
8224019: test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java assumes IPv4 is always available
Reviewed-by: chegar, dfuchs, alanb
Contributed-by: aeubanks@google.com
darcy [Mon, 20 May 2019 10:16:45 -0700] rev 54946
8224174: java.lang.Number has a default constructor
Reviewed-by: rriggs, bpb
aeubanks [Wed, 15 May 2019 09:15:59 -0700] rev 54945
8223214: Inet6AddressImpl.loopbackAddress() should choose loopback address that is available
Reviewed-by: chegar
Contributed-by: aeubanks@google.com
lancea [Mon, 20 May 2019 12:24:05 -0400] rev 54944
8222807: Address iteration with invalid ZIP header entries
Reviewed-by: redestad, clanger
lucy [Mon, 20 May 2019 17:44:29 +0200] rev 54943
8223444: Improve CodeHeap Free Space Management
Reviewed-by: kvn, thartmann
coleenp [Mon, 20 May 2019 10:06:07 -0400] rev 54942
8221967: InternTest.java timed out
Summary: Move redundant table lookup and make rehashing be a needed guaranteed safepoint cleanup action.
Reviewed-by: dholmes, rehn
zgu [Mon, 20 May 2019 09:43:46 -0400] rev 54941
8224179: Shenandoah: CTW test failures with traversal GC
Reviewed-by: shade
zgu [Mon, 20 May 2019 09:42:37 -0400] rev 54940
8224210: Shenandoah: Refactor ShenandoahRootScanner to support scanning CSet codecache roots
Reviewed-by: shade
dkejriwal [Thu, 16 May 2019 12:14:37 +0530] rev 54939
8206879: Currency decimal marker incorrect for Peru
Reviewed-by: naoto, rpatil
dfuchs [Mon, 20 May 2019 12:37:40 +0100] rev 54938
8223856: Replace wildcard address with loopback or local host in tests - part 8
Summary: Fixes some intermittent test failures by replacing wildcard with loopback - or retrying once.
Reviewed-by: aefimov, chegar
mbaesken [Tue, 14 May 2019 10:21:55 +0200] rev 54937
8130017: use _FORTIFY_SOURCE in gcc fastdebug builds
Reviewed-by: erikj
pmuthuswamy [Mon, 20 May 2019 14:42:32 +0530] rev 54936
8219313: Support module specific stylesheets
Reviewed-by: jjg
ljiang [Sun, 19 May 2019 22:14:09 +0800] rev 54935
8219781: Localized names for Japanese era Reiwa in COMPAT provider
Reviewed-by: naoto
tschatzl [Sat, 18 May 2019 22:11:25 +0200] rev 54934
8222492: G1 unnecessarily scans remembered set cards for regions that already have been evacuated
Summary: Filter out cards from the current collection set during evacuation increments.
Reviewed-by: kbarrett, sangheki
jiefu [Sat, 18 May 2019 12:13:38 -0700] rev 54933
8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any other CPU
Reviewed-by: kvn, dlong
shade [Sat, 18 May 2019 18:49:39 +0200] rev 54932
8224170: Build failures after JDK-8207812 (Implement Dynamic CDS Archive)
Reviewed-by: stuefe, kvn
ysuenaga [Sat, 18 May 2019 15:42:21 +0900] rev 54931
8163805: hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with timed out
Reviewed-by: cjplummer, jcbeyler
rfield [Fri, 17 May 2019 12:52:46 -0700] rev 54930
8223595: Consider updating jdk.jshell module description
Summary: Conform to module summary standards
Reviewed-by: jlahoda
vromero [Fri, 17 May 2019 13:16:07 -0400] rev 54929
8223803: j.l.c.MethodTypeDesc::insertParameterTypes​ doesn't control type of parameters
Reviewed-by: rriggs
zgu [Fri, 17 May 2019 11:47:06 -0400] rev 54928
8223951: Shenandoah: Only need to update thread roots during final update refs
Reviewed-by: shade
ccheung [Fri, 17 May 2019 08:29:55 -0700] rev 54927
8207812: Implement Dynamic CDS Archive
Summary: Improve the usability of AppCDS
Reviewed-by: acorn, jiangli, mseledtsov
Contributed-by: ioi.lam@oracle.com, jianglizhou@google.com, calvin.cheung@oracle.com
rriggs [Fri, 17 May 2019 10:48:02 -0400] rev 54926
8220166: Performance regression in deserialization (4-6% in SPECjbb)
Reviewed-by: shade, dholmes, alanb
aoqi [Thu, 16 May 2019 21:25:53 +0800] rev 54925
8224028: loop initial declarations introduced by JDK-8184770
Reviewed-by: dfuchs, amenkov, sspitsyn
zgu [Fri, 17 May 2019 09:52:35 -0400] rev 54924
8223774: Shenandoah: Refactor ShenandoahRootProcessor and family
Reviewed-by: shade, rkennke
tschatzl [Fri, 17 May 2019 12:33:37 +0200] rev 54923
8224038: Fix remaining InCSetState mentions
Reviewed-by: kbarrett
pliden [Fri, 17 May 2019 12:06:03 +0200] rev 54922
8223961: ZGC: Unexpected behaviour due to ZMetronome::wait_for_tick() oversleeping
Reviewed-by: pliden, stefank
Contributed-by: fujie@loongson.cn, per.liden@oracle.com
bulasevich [Fri, 17 May 2019 11:44:44 +0200] rev 54921
8223472: volatile long field corruption on x86_32
Reviewed-by: eosterlund, dholmes, shade, coleenp
clanger [Fri, 17 May 2019 09:00:39 +0100] rev 54920
8222276: (zipfs) Refactoring and cleanups to prepare for JDK-8213031
Reviewed-by: lancea
bulasevich [Fri, 17 May 2019 03:01:21 -0400] rev 54919
8220656: ARM32: -XX:MaxVectorSize=16 makes SIGILL
Reviewed-by: dholmes, dlong
mbaesken [Thu, 16 May 2019 13:21:41 +0200] rev 54918
8223944: fix zlib related building docu and comments
Reviewed-by: alanb, erikj
ysuenaga [Fri, 17 May 2019 14:14:15 +0900] rev 54917
8223665: SA: debugd options should follow jhsdb style
Reviewed-by: dholmes, sspitsyn, ysuenaga, jcbeyler
Contributed-by: Osamu Sakamoto <sakamoto.osamu@nttcom.co.jp>
kbarrett [Thu, 16 May 2019 20:14:54 -0400] rev 54916
8160539: Stack frame scanning acquires DerivedPointerTableGC_lock mutex
Summary: Use lock-free stack for accumulating table entries.
Reviewed-by: tschatzl, kvn
bulasevich [Thu, 16 May 2019 18:45:30 -0400] rev 54915
8222825: ARM32 SIGILL issue on single core CPU (not supported PLDW instruction)
Reviewed-by: dholmes, dlong
jwilhelm [Fri, 17 May 2019 00:21:10 +0200] rev 54914
8223346: Update Graal
Reviewed-by: kvn
iignatyev [Thu, 16 May 2019 12:16:47 -0700] rev 54913
8222154: upgrade gtest to 1.8.1
Reviewed-by: jwilhelm, rwestberg
epavlova [Thu, 16 May 2019 12:33:44 -0700] rev 54912
8224017: [Graal] gc/z/TestUncommit.java fails with Graal
Reviewed-by: kvn
jcbeyler [Thu, 16 May 2019 12:48:21 -0700] rev 54911
8224020: AsyncGetCallTrace test should not run on PPC64 or IA64
Summary: Restrict the test to the right architectures
Reviewed-by: cjplummer, sspitsyn, simonis
shade [Thu, 16 May 2019 21:32:24 +0200] rev 54910
8224033: os::snprintf should be used in virtualizationSupport.cpp
Reviewed-by: mbaesken, stuefe
rhalade [Thu, 16 May 2019 12:36:08 -0700] rev 54909
8223499: Remove two DocuSign root certificates that are expiring
Reviewed-by: mullan
epavlova [Thu, 16 May 2019 11:30:32 -0700] rev 54908
8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
Reviewed-by: thartmann
dtitov [Thu, 16 May 2019 11:37:26 -0700] rev 54907
8222422: vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses tests failed with Unexpected Exception: null
Reviewed-by: dholmes, jcbeyler, cjplummer
vromero [Thu, 16 May 2019 13:34:33 -0400] rev 54906
8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy
rkennke [Thu, 16 May 2019 19:07:31 +0200] rev 54905
8224043: Shenandoah: Remove clear_claimed_marks() from start of concurrent_traversal()
Reviewed-by: shade
adinn [Thu, 16 May 2019 15:45:46 +0100] rev 54904
8224042: Add private alignDown method to MappedByteBuffer
Summary: Use alignDown method to round addresses down to page boundary
Reviewed-by: stuefe, mikael, alanb
aeubanks [Wed, 15 May 2019 17:13:57 -0700] rev 54903
8224018: test/jdk/java/net/ipv6tests/{Tcp,Udp}Test.java assume IPv4 is available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
alanb [Thu, 16 May 2019 17:06:53 +0100] rev 54902
8223442: java/nio/channels/SocketChannel/AdaptorStreams.java testConcurrentTimedReadWrite3(): failure
Reviewed-by: michaelm
coleenp [Thu, 16 May 2019 11:07:09 -0400] rev 54901
8223585: vmTestbase/runtime/pcl/* get SEGV in MetadataOnStackClosure::do_metadata(Metadata*)+0x0
Summary: adjust old method table by only one thread.
Reviewed-by: kvn, jcbeyler, sspitsyn
jlahoda [Thu, 16 May 2019 16:42:14 +0200] rev 54900
8224031: Cannot parse switch expressions after type cast
Summary: Correctly categorize parentheses followed by the switch keyword as cast.
Reviewed-by: mcimadamore
mbaesken [Thu, 16 May 2019 09:21:49 +0200] rev 54899
8223438: add VirtualizationInformation JFR event
Reviewed-by: clanger, egahlin
rrich [Wed, 15 May 2019 12:30:02 +0200] rev 54898
8223572: ~ThreadInVMForHandshake() should call handle_special_runtime_exit_condition()
Reviewed-by: dcubed, rehn, dholmes
stuefe [Thu, 16 May 2019 13:57:35 +0200] rev 54897
8224023: Redo the fix for ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: clanger, dholmes
coleenp [Thu, 16 May 2019 07:09:17 -0400] rev 54896
8223956: Make SymbolTable and StringTable AllStatic
Summary: Removed superfluous and confusing _the_table pointer.
Reviewed-by: gziemski, rehn
pmuthuswamy [Thu, 16 May 2019 16:40:48 +0530] rev 54895
8222548: Upgrading JDK 13 with the latest available jQuery 3.4.1
Reviewed-by: hannesw
jlahoda [Thu, 16 May 2019 10:52:36 +0200] rev 54894
8222169: java.lang.AssertionError switch expression in ternary operator - ?
Summary: Ensure the stack size recoded at the begining of the let expression is the correct one.
Reviewed-by: vromero
Contributed-by: vicente.romero@oracle.com, jan.lahoda@oracle.com
rschmelter [Mon, 13 May 2019 07:41:32 -0700] rev 54893
8223770: code_size2 still too small in some compressed oops configurations
Reviewed-by: mdoerr, stuefe
coleenp [Wed, 15 May 2019 20:33:17 -0400] rev 54892
8224010: Incorrect string interning
Summary: Revert jvmci change
Reviewed-by: dholmes, jiangli
jwilhelm [Thu, 16 May 2019 02:34:53 +0200] rev 54891
Added tag jdk-13+21 for changeset f2f11d7f7f4e
shade [Wed, 15 May 2019 22:45:54 +0200] rev 54890
8223980: Shenandoah: Refactor and fix ObjArrayChunkedTask verification
Reviewed-by: rkennke
aeubanks [Tue, 07 May 2019 16:18:21 -0700] rev 54889
8223532: Don't try creating IPv4 sockets in NetworkInterface.c if IPv4 is not supported
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
rhalade [Wed, 15 May 2019 13:22:29 -0700] rev 54888
8222136: Remove two Comodo root CA certificates that are expiring
Reviewed-by: mullan
aefimov [Wed, 15 May 2019 19:47:28 +0100] rev 54887
8223798: Replace wildcard address with loopback or local host in tests - part 7
Reviewed-by: dfuchs, vtewari
dfuchs [Wed, 15 May 2019 19:34:34 +0100] rev 54886
8223880: Update sun/net/ftp/FtpURL.java and sun/net/ftp/FtpURLConnectionLeak.java to work with IPv6 addresses
Summary: This fix updates three tests: sun/net/ftp/FtpURL.java, sun/net/ftp/FtpURLConnectionLeak.java, and sun/net/ftp/FtpGetContent.java, to work with IPv6 addresses
Reviewed-by: chegar, aeubanks, vtewari
dfuchs [Wed, 15 May 2019 19:09:54 +0100] rev 54885
8223716: sun/net/www/http/HttpClient/MultiThreadTest.java should be more resilient to unexpected traffic
Reviewed-by: chegar
amenkov [Wed, 15 May 2019 11:06:33 -0700] rev 54884
8184770: JDWP support for IPv6
Reviewed-by: sspitsyn, chegar
aeubanks [Fri, 10 May 2019 17:13:02 -0700] rev 54883
8223737: Fix HostsFileNameService for IPv6 literal addresses
Reviewed-by: chegar, msheppar
Contributed-by: aeubanks@google.com
zgu [Wed, 15 May 2019 08:58:23 -0400] rev 54882
8223215: Shenandoah: Support verifying subset of roots
Reviewed-by: shade, rkennke
thartmann [Wed, 15 May 2019 14:30:22 +0200] rev 54881
8223885: hs_err and replay file may contain garbage when overwriting existing file
Summary: Truncate file before overwriting.
Reviewed-by: stuefe, dholmes
shade [Wed, 15 May 2019 11:53:47 +0200] rev 54880
8223911: Disable bad node budget verification until the fix
Reviewed-by: kvn, thartmann
psadhukhan [Wed, 15 May 2019 13:54:43 +0530] rev 54879
Merge
psadhukhan [Tue, 14 May 2019 11:23:08 +0530] rev 54878
Merge
prr [Fri, 10 May 2019 16:22:35 -0700] rev 54877
8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
Reviewed-by: serb, rriggs
prr [Thu, 09 May 2019 16:09:39 -0700] rev 54876
8222362: Upgrade to Freetype 2.10.0
Reviewed-by: serb, erikj
itakiguchi [Wed, 08 May 2019 22:59:20 -0700] rev 54875
8211826: StringIndexOutOfBoundsException happens via GetStringUTFRegion()
Reviewed-by: serb
serb [Wed, 08 May 2019 16:19:22 -0700] rev 54874
8144125: [macOS] java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
Reviewed-by: dmarkov
serb [Wed, 08 May 2019 14:34:21 -0700] rev 54873
7141393: [macosx] CARemoteLayer code refactoring and unit test
Reviewed-by: dmarkov, jdv
jdv [Wed, 08 May 2019 11:59:18 +0530] rev 54872
Merge
serb [Tue, 07 May 2019 18:18:54 -0700] rev 54871
8223237: Replace use of string.equals("") with isEmpty() in java.desktop
Reviewed-by: prr
prr [Tue, 07 May 2019 11:52:28 -0700] rev 54870
Merge
prr [Fri, 03 May 2019 17:06:42 -0700] rev 54869
8222819: Remove setting of headless property on MacOS from launcher code.
Reviewed-by: serb, rriggs
prr [Thu, 02 May 2019 10:48:56 -0700] rev 54868
Merge
itakiguchi [Tue, 30 Apr 2019 14:30:17 -0700] rev 54867
8213232: Unix/X11 setCompositionEnableNative issue
Reviewed-by: serb
vagarwal [Tue, 30 Apr 2019 04:15:31 -0700] rev 54866
8222519: ButtonDemoScreenshotTest fails randomly with "still state to be reached"
Reviewed-by: serb
prr [Mon, 29 Apr 2019 10:16:58 -0700] rev 54865
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
Reviewed-by: serb, bchristi
psadhukhan [Sun, 28 Apr 2019 12:34:49 +0530] rev 54864
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
Reviewed-by: serb
prr [Fri, 26 Apr 2019 12:31:37 -0700] rev 54863
8208179: Devanagari not shown with logical fonts on Windows after removal of Lucida Sans from JDK
Reviewed-by: jdv, naoto
serb [Thu, 25 Apr 2019 15:18:59 -0700] rev 54862
8222799: java.beans.Introspector uses an obsolete methods cache
Reviewed-by: prr
serb [Thu, 25 Apr 2019 15:15:53 -0700] rev 54861
8214046: [macosx] Undecorated Frame does not Iconify when set to
Reviewed-by: dmarkov
serb [Thu, 25 Apr 2019 15:13:36 -0700] rev 54860
8222438: Drop of outdated logging in the com.sun.media.sound package
Reviewed-by: amenkov
kaddepalli [Thu, 25 Apr 2019 15:19:09 +0530] rev 54859
8219914: Change the environment variable for Java Access Bridge logging to have a directory.
Reviewed-by: prr
prr [Wed, 24 Apr 2019 09:21:02 -0700] rev 54858
8212701: remove sun.desktop property from launcher code
Reviewed-by: serb, alanb, rriggs
psadhukhan [Tue, 23 Apr 2019 14:22:34 +0530] rev 54857
Merge
serb [Mon, 22 Apr 2019 12:40:55 -0700] rev 54856
8222789: Replace the usage of "Sun's Xinerama API" by the "XFree86's Xinerama API" on Solaris
Reviewed-by: prr
serb [Mon, 22 Apr 2019 12:35:30 -0700] rev 54855
8216008: -Djavax.accessibility.assistive_technologies empty list leads to exception
Reviewed-by: prr
itakiguchi [Mon, 22 Apr 2019 18:54:19 -0700] rev 54854
8212676: AWT SystemColor setting on CDE
Reviewed-by: serb
kaddepalli [Mon, 22 Apr 2019 17:02:51 +0530] rev 54853
8218917: KeyEvent.getModifiers() returns inconsistent values for ALT keys
Reviewed-by: serb
mbaesken [Fri, 10 May 2019 10:18:16 +0200] rev 54852
8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64
Reviewed-by: dholmes, rehn
dholmes [Tue, 14 May 2019 20:29:40 -0400] rev 54851
8223810: HotSpot compile warnings from VS2017
Reviewed-by: dholmes, stuefe
Contributed-by: Andrew Luo <andrewluotechnologies@outlook.com>
skuksenko [Tue, 14 May 2019 15:09:31 -0700] rev 54850
8223921: Update SocketReadWrite benchmark
Reviewed-by: redestad
jwilhelm [Tue, 14 May 2019 22:31:52 +0200] rev 54849
8223917: Problemlist compiler/ciReplay/TestServerVM.java
Reviewed-by: kbarrett, mikael
dsamersoff [Tue, 14 May 2019 21:36:09 +0300] rev 54848
8223767: Shenandoah fails to build on Solaris x86_64
Summary: Trivial changes to make Solaris Studio 12.4 happy
Reviewed-by: shade, rkennke
Contributed-by: boris.ulasevich@bell-sw.com
coleenp [Tue, 14 May 2019 11:29:18 -0400] rev 54847
8223657: Remove unused THREAD argument from SymbolTable functions
Summary: also made lookup and lookup_only functions private to SymbolTable. External callers use new_symbol or probe.
Reviewed-by: dholmes, gziemski
vromero [Tue, 14 May 2019 11:28:44 -0400] rev 54846
8215470: Bad EnclosingMethod attribute on classes declared in lambdas
Reviewed-by: mcimadamore
stuefe [Sun, 07 Apr 2019 09:13:17 +0200] rev 54845
8221738: ErrorFile option does not handle pre-existing error files of the same name
Reviewed-by: coleenp, clanger
tschatzl [Tue, 14 May 2019 15:36:26 +0200] rev 54844
8223018: Rename G1RemSet::*oops_into_collection_set_do methods
Reviewed-by: manc, sangheki
tschatzl [Tue, 14 May 2019 15:36:26 +0200] rev 54843
8200545: Improve filter for enqueued deferred cards
Reviewed-by: kbarrett, sangheki
coleenp [Tue, 14 May 2019 08:52:51 -0400] rev 54842
8219459: oopDesc::is_valid() is broken
Summary: Use Metaspace::contains() to test address ranges.
Reviewed-by: mdoerr, stuefe, jiangli
aefimov [Tue, 14 May 2019 13:34:49 +0100] rev 54841
8223638: Replace wildcard address with loopback or local host in tests - part 6
Reviewed-by: dfuchs
stefank [Tue, 14 May 2019 10:54:23 +0200] rev 54840
8223822: Add gc IDs in the log of gc verification
Reviewed-by: stefank, tschatzl
Contributed-by: fujie@loongson.cn
eosterlund [Tue, 14 May 2019 12:07:24 +0200] rev 54839
8222841: Incorrect static call stub interactions with class unloading
Reviewed-by: kvn, coleenp
redestad [Tue, 14 May 2019 12:00:49 +0200] rev 54838
8221478: Disable VerifySharedSpaces by default
Reviewed-by: iklam, dholmes
yzhou [Tue, 14 May 2019 11:06:23 +0800] rev 54837
8222969: Migrate RuleBasedCollatorTest to JDK Repo
Reviewed-by: naoto
sspitsyn [Tue, 14 May 2019 02:07:13 -0700] rev 54836
8219023: Investigate syncing JVMTI spec version with JDK version
Summary: Auto sync versions with the jdk versions
Reviewed-by: dholmes, jcbeyler, cjplummer
clanger [Tue, 14 May 2019 09:25:58 +0100] rev 54835
8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException: CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c vs 0 ...)
Reviewed-by: redestad, lancea
pliden [Tue, 14 May 2019 09:55:02 +0200] rev 54834
8222480: Implementation: JEP 351: ZGC: Uncommit Unused Memory
Reviewed-by: stefank, eosterlund
shade [Tue, 14 May 2019 09:12:06 +0200] rev 54833
8223762: Shenandoah: overflows in calculations involving heap capacity
Reviewed-by: rkennke
shade [Tue, 14 May 2019 09:12:00 +0200] rev 54832
8223759: Shenandoah should allow arbitrarily low initial heap size
Reviewed-by: rkennke
mbaesken [Tue, 14 May 2019 09:14:36 +0200] rev 54831
8223685: used bundled zlib on AIX by default
Reviewed-by: erikj, simonis
mbaesken [Fri, 10 May 2019 09:58:01 +0200] rev 54830
8223574: add more thread-related system settings info to hs_error file on AIX
Reviewed-by: goetz, mdoerr
jcbeyler [Mon, 13 May 2019 20:45:03 -0700] rev 54829
8223779: Build failure after 8223040 (Add a AsyncGetCallTrace test)
Summary: Fix a build flag for the AGCT test
Reviewed-by: cjplummer, sspitsyn
igerasim [Mon, 13 May 2019 18:18:42 -0700] rev 54828
8223730: URLClassLoader.findClass() can throw IndexOutOfBoundsException
Reviewed-by: prappo, bchristi
weijun [Tue, 14 May 2019 08:47:13 +0800] rev 54827
8223063: Support CNG RSA keys
Reviewed-by: mullan
epavlova [Mon, 13 May 2019 13:32:38 -0700] rev 54826
8223235: [Graal] compiler/jsr292/NonInlinedCall/InvokeTest.java failed time out
Reviewed-by: kvn
stefank [Sat, 11 May 2019 13:10:24 +0200] rev 54825
8223637: Fix build breakage after 8223136
Reviewed-by: stefank, coleenp
Contributed-by: stefan.karlsson@oracle.com, lutz.schmidt@sap.com, glaubitz@physik.fu-berlin.de, shade@redhat.com
sgehwolf [Thu, 14 Mar 2019 14:04:39 +0100] rev 54824
8214796: Create a jlink plugin for stripping debug info symbols from native libraries
Reviewed-by: alanb, mchung, erikj, ihse
adinn [Thu, 25 Apr 2019 17:27:37 +0100] rev 54823
8221696: MappedByteBuffer.force method to specify range
Summary: Overload MappedByteBuffer.force to accept index and length arguments
Reviewed-by: dfuchs, alanb, bpb
dfuchs [Mon, 13 May 2019 17:31:23 +0100] rev 54822
8223632: Replace wildcard address with loopback or local host in tests - part 5
Summary: Replaces wildcard usage by loopback, when possible, adds intermittent keyword and a comment, when not.
Reviewed-by: chegar
hannesw [Mon, 13 May 2019 16:43:47 +0200] rev 54821
8219060: -linksource broken with modules
Reviewed-by: jjg
stuefe [Fri, 05 Apr 2019 11:52:32 +0200] rev 54820
8222015: Small VM.metaspace improvements
Reviewed-by: jiangli, coleenp
aeubanks [Fri, 10 May 2019 17:47:42 -0700] rev 54819
8223667: ASAN build broken
Reviewed-by: erikj, manc
jcbeyler [Wed, 08 May 2019 15:36:10 -0700] rev 54818
8223040: Add a AsyncGetCallTrace test
Summary: Add a AsyncGetCallTrace test
Reviewed-by: sspitsyn, dcubed
jjg [Fri, 10 May 2019 13:37:00 -0700] rev 54817
8223654: Clean up @jls references in com.sun.source
Reviewed-by: darcy
xuelei [Fri, 10 May 2019 12:33:40 -0700] rev 54816
8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
Reviewed-by: jnimeh
cito [Fri, 10 May 2019 20:56:37 +0200] rev 54815
8221569: JFR tool produces incorrect output when both --categories and --events are specified
Reviewed-by: mgronlun
Contributed-by: chihiro.ito@oracle.com, erik.gahlin@oracle.com
bobv [Fri, 10 May 2019 11:18:45 -0400] rev 54814
8222533: jtreg test jdk/internal/platform/cgroup/TestCgroupMetrics.java fails on SLES12.3 linux ppc64le machine
Reviewed-by: mseledtsov, dholmes
bobv [Fri, 10 May 2019 11:15:34 -0400] rev 54813
8221340: [TESTBUG] TestCgroupMetrics.java fails after fix for JDK-8219562
Reviewed-by: mseledtsov, rriggs
dnsimon [Fri, 10 May 2019 10:30:06 -0700] rev 54812
8223531: [Graal] assert(type() == T_INT) failed: type check
Reviewed-by: dlong, thartmann, never, kvn
aeubanks [Thu, 09 May 2019 10:28:29 -0700] rev 54811
8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational()
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
ysuenaga [Sat, 11 May 2019 01:17:18 +0900] rev 54810
8223186: HotSpot compile warnings from GCC 9
Reviewed-by: dholmes, aeubanks
aefimov [Fri, 10 May 2019 15:34:17 +0100] rev 54809
8223465: Replace wildcard address with loopback or local host in tests - part 3
Reviewed-by: dfuchs
coleenp [Fri, 10 May 2019 09:07:53 -0400] rev 54808
Merge
coleenp [Fri, 10 May 2019 09:05:29 -0400] rev 54807
8223626: move print() functions to cpp files
Summary: improve debugging experience
Reviewed-by: dholmes, dlong
shade [Fri, 10 May 2019 09:56:20 +0200] rev 54806
8223675: arm32 build failure after 8223136 (Move compressed oops functions to CompressedOops class)
Reviewed-by: rkennke
shade [Fri, 10 May 2019 09:55:42 +0200] rev 54805
8223676: Minimal VM build failure after 8223136 (Move compressed oops functions to CompressedOops class)
Reviewed-by: rkennke
rschmelter [Thu, 09 May 2019 05:04:42 -0700] rev 54804
8223617: code_size2 needs adjustments
Reviewed-by: mdoerr, simonis
clanger [Fri, 10 May 2019 06:31:09 +0100] rev 54803
8223555: Cleanups in cacerts tests
Reviewed-by: xuelei
weijun [Fri, 10 May 2019 09:39:49 +0800] rev 54802
8200400: Restrict Sasl mechanisms
Reviewed-by: mullan
xliu [Thu, 09 May 2019 18:38:42 -0700] rev 54801
8223537: testlibrary_tests/ctw/ClassesListTest.java fails with Agent timeout frequently
Reviewed-by: thartmann, kvn
dholmes [Thu, 09 May 2019 18:42:07 -0400] rev 54800
8222292: runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java timeout but test passed
Reviewed-by: goetz, lfoltan, kvn
gziemski [Thu, 09 May 2019 16:34:20 -0500] rev 54799
8223639: [JVMCI] jvmciCompiler.cpp needs to include "oops/objArrayOop.inline.hpp""
Summary: Added missing header
Reviewed-by: dlong, kvn
aoqi [Fri, 10 May 2019 01:41:45 +0800] rev 54798
8223651: Build fails with --with-jvm-features=-jfr and --disable-precompiled-headers
Reviewed-by: shade
Contributed-by: Wang Haomin <wanghaomin@loongson.cn>
aoqi [Fri, 10 May 2019 01:37:09 +0800] rev 54797
8223599: minimal build fails after JDK-8185525
Reviewed-by: shade, gziemski, dholmes
Contributed-by: Wang Haomin <wanghaomin@loongson.cn>
mullan [Thu, 09 May 2019 13:49:08 -0400] rev 54796
8191808: Configurable read timeout for CRLs
Reviewed-by: xuelei, coffeys
gziemski [Thu, 09 May 2019 12:04:20 -0500] rev 54795
8189208: Cleanup ancient argument processing code
Summary: Remove bits thread_park_blocker, post_vm_init_hook_enabled and pending_list_uses_discovered_fields
Reviewed-by: hseigel, dholmes
aph [Thu, 09 May 2019 12:56:15 -0400] rev 54794
Merge
aph [Thu, 09 May 2019 12:52:05 -0400] rev 54793
8223645: AArch64 build broken by fix for 8223136
Reviewed-by: stefank
joehw [Thu, 09 May 2019 09:23:31 -0700] rev 54792
8222991: Xerces 2.12.0: Validation
Reviewed-by: lancea
redestad [Thu, 09 May 2019 17:28:27 +0200] rev 54791
8223454: Reduce String concatenation shapes by folding initialLengthCoder into last mixer
Reviewed-by: jlaskey
mbaesken [Fri, 03 May 2019 14:38:58 +0200] rev 54790
8223307: enable the Stack Execution Disable flag for JDK binaries on AIX
Reviewed-by: erikj, mdoerr
erikj [Thu, 09 May 2019 07:33:28 -0700] rev 54789
8223627: jdk-13+20 bundle name contains null instead of ea
Reviewed-by: dholmes, tbell
vromero [Thu, 09 May 2019 10:04:33 -0400] rev 54788
8222251: preflow visitor is not visiting lambda expressions
Reviewed-by: mcimadamore
dfuchs [Thu, 09 May 2019 14:23:52 +0100] rev 54787
8223573: Replace wildcard address with loopback or local host in tests - part 4
Summary: Makes a few intermittently failing tests more resilient to port reuse issues by ensuring they bind to the loopback address instead of the wildcard.
Reviewed-by: alanb, chegar
stefank [Thu, 09 May 2019 14:28:30 +0200] rev 54786
8223624: Cleanup includes of universe.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:52 +0200] rev 54785
8223623: Move oopFactory function definitions out of oopFactory.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54784
8223622: Move Universe usage out of memAllocator.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54783
8223621: Move Universe usage out of oopRecorder.hpp
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54782
8223620: Move IsGCActiveMark implementation out of header
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54781
8223619: Move VerifyOption out of Universe
Reviewed-by: coleenp, lkorinth
stefank [Thu, 09 May 2019 14:26:03 +0200] rev 54780
8223136: Move compressed oops functions to CompressedOops class
Reviewed-by: coleenp, lkorinth
gadams [Thu, 09 May 2019 07:21:32 -0400] rev 54779
8042215: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
Reviewed-by: dcubed
jlahoda [Thu, 09 May 2019 11:58:26 +0200] rev 54778
8221759: Crash when completing \"java.io.File.path\"
Summary: Do not provide documentation for inaccessible elements.
Reviewed-by: rfield
pli [Wed, 08 May 2019 09:50:23 +0000] rev 54777
8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: shade
jcbeyler [Wed, 08 May 2019 20:28:56 -0700] rev 54776
8223441: HeapMonitorStatArrayCorrectnessTest fails due to sampling determinism
Summary: Added an error loop to help with convergence
Reviewed-by: cjplummer, sspitsyn
jwilhelm [Thu, 09 May 2019 03:11:56 +0200] rev 54775
Added tag jdk-13+20 for changeset 6ccc7cd7931e
weijun [Thu, 09 May 2019 08:49:31 +0800] rev 54774
8222987: sun/security/tools/keytool/PSS.java times out on Solaris-SPARC
Reviewed-by: mullan, xuelei
kvn [Wed, 08 May 2019 16:47:53 -0700] rev 54773
8223380: [Graal] compiler/c2/Test8062950.java failed with time out.
Summary: put test on Graal problem list.
Reviewed-by: vlivanov
kvn [Wed, 08 May 2019 16:42:52 -0700] rev 54772
8223539: compiler/graalunit/HotspotTest.java hotspot.test.CheckGraalIntrinsics AssertionError: found plugins for intrinsics
Reviewed-by: vlivanov
shade [Wed, 08 May 2019 23:53:24 +0200] rev 54771
8223589: Build failures after JDK-8223534 (add back fixed test_markOop.cpp)
Reviewed-by: coleenp
aeubanks [Tue, 16 Apr 2019 13:06:23 -0700] rev 54770
8220673: Add test library support for determining platform IP support
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
naoto [Wed, 08 May 2019 12:45:02 -0700] rev 54769
8221432: Upgrade CLDR to Version 35.1
Reviewed-by: rriggs, srl
shade [Wed, 08 May 2019 21:32:38 +0200] rev 54768
8223583: Build failure after JDK-8223567 (Rename ShenandoahBrooksPointer to ShenandoahForwarding)
Reviewed-by: rkennke
epavlova [Wed, 08 May 2019 11:56:19 -0700] rev 54767
8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode
Reviewed-by: kvn
rkennke [Wed, 08 May 2019 20:45:30 +0200] rev 54766
8223567: Rename ShenandoahBrooksPointer to ShenandoahForwarding
Reviewed-by: shade
coleenp [Wed, 08 May 2019 13:22:27 -0400] rev 54765
8223534: add back fixed test_markOop.cpp
Summary: The test needed wait_with_safepoint_check in the main thread.
Reviewed-by: dcubed
gziemski [Wed, 08 May 2019 11:11:50 -0500] rev 54764
8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp
aoqi [Wed, 08 May 2019 20:57:12 +0800] rev 54763
8222926: Shenandoah build fails with --with-jvm-features=-compiler1
Reviewed-by: shade, rkennke
Contributed-by: Ao Qi <aoqi@loongson.cn>
vromero [Wed, 08 May 2019 10:10:54 -0400] rev 54762
8222949: add condy support to javac's pool API
Reviewed-by: mcimadamore
hseigel [Wed, 08 May 2019 10:08:11 -0400] rev 54761
8217846: [Graal] vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java crash
Summary: Make sure the array calls's mirror was successfully created before putting the array class on its class loader data list
Reviewed-by: lfoltan, coleenp
tonyp [Wed, 08 May 2019 09:38:58 -0400] rev 54760
8223397: gc+promotion log lines are missing the GC id
Reviewed-by: tschatzl, pliden