Sun, 09 Dec 2018 19:18:27 -0800 8215043: Remove declaration of parallel_worker_threads
manc [Sun, 09 Dec 2018 19:18:27 -0800] rev 52916
8215043: Remove declaration of parallel_worker_threads Summary: Removing unused declaration Reviewed-by: eosterlund, tschatzl
Sun, 09 Dec 2018 10:07:18 -0800 8215048: Some classloader typos
martin [Sun, 09 Dec 2018 10:07:18 -0800] rev 52915
8215048: Some classloader typos Reviewed-by: alanb
Sun, 09 Dec 2018 12:36:24 -0500 8210031: implementation for JVM Constants API
vromero [Sun, 09 Dec 2018 12:36:24 -0500] rev 52914
8210031: implementation for JVM Constants API Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax Contributed-by: brian.goetz@oracle.com, vicente.romero@oracle.com
Sat, 08 Dec 2018 18:52:57 -0500 8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
kbarrett [Sat, 08 Dec 2018 18:52:57 -0500] rev 52913
8214315: G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0 Summary: Add new 'tty' lock rank. Reviewed-by: eosterlund, tschatzl
Sat, 08 Dec 2018 17:41:17 +0100 8213617: JFR should record the PID of the recorded process
egahlin [Sat, 08 Dec 2018 17:41:17 +0100] rev 52912
8213617: JFR should record the PID of the recorded process Reviewed-by: mgronlun
Sat, 08 Dec 2018 14:08:04 +0100 8213966: The ZGC JFR events should be marked as experimental
egahlin [Sat, 08 Dec 2018 14:08:04 +0100] rev 52911
8213966: The ZGC JFR events should be marked as experimental Reviewed-by: pliden
Sat, 08 Dec 2018 00:56:10 -0800 8214023: Update Graal
dlong [Sat, 08 Dec 2018 00:56:10 -0800] rev 52910
8214023: Update Graal Reviewed-by: kvn
Sat, 08 Dec 2018 05:04:19 +0100 8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used
jwilhelm [Sat, 08 Dec 2018 05:04:19 +0100] rev 52909
8214052: [testbug] vmTestbase/vm/compiler/CodeCacheInfoOnCompilation - wrong shell used Reviewed-by: jwilhelm Contributed-by: merkel05@gmail.com
Fri, 07 Dec 2018 17:20:44 -0500 8215034: Remove old HOTSWAP conditionals
coleenp [Fri, 07 Dec 2018 17:20:44 -0500] rev 52908
8215034: Remove old HOTSWAP conditionals Reviewed-by: dcubed, jiangli, sspitsyn
Fri, 07 Dec 2018 14:48:35 -0500 8214972: Uses of klass_holder() except GC need to apply GC barriers
coleenp [Fri, 07 Dec 2018 14:48:35 -0500] rev 52907
8214972: Uses of klass_holder() except GC need to apply GC barriers Summary: Fix klass_holder() and make all callers use it, remove holder_phantom(). Reviewed-by: eosterlund, dlong
Fri, 07 Dec 2018 13:59:19 -0500 8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected
pchilanomate [Fri, 07 Dec 2018 13:59:19 -0500] rev 52906
8214148: [TESTBUG] serviceability/tmtools/jstack/WaitNotifyThreadTest.java is not doing what is expected Summary: Fixed the logic for checking method name and added checks for thread status Reviewed-by: dholmes, coleenp
Fri, 07 Dec 2018 13:55:06 -0500 8204947: Port ShenandoahTaskTerminator to mainline and make it default
zgu [Fri, 07 Dec 2018 13:55:06 -0500] rev 52905
8204947: Port ShenandoahTaskTerminator to mainline and make it default Reviewed-by: tschatzl, rkennke
Fri, 07 Dec 2018 12:46:31 +0800 8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy
manc [Fri, 07 Dec 2018 12:46:31 +0800] rev 52904
8213224: Move code related to GC threads calculation out of AdaptiveSizePolicy Summary: Consolidate code related to GC threads calculation into a single class Reviewed-by: tschatzl, pliden
Fri, 07 Dec 2018 18:00:41 +0100 8213421: Line number information for execution samples always 0
egahlin [Fri, 07 Dec 2018 18:00:41 +0100] rev 52903
8213421: Line number information for execution samples always 0 Reviewed-by: mgronlun
Fri, 07 Dec 2018 11:51:17 -0500 8214971: Replace use of string.equals("") with isEmpty()
rriggs [Fri, 07 Dec 2018 11:51:17 -0500] rev 52902
8214971: Replace use of string.equals("") with isEmpty() Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
Fri, 07 Dec 2018 17:11:17 +0100 8212232: Wrong metadata for the configuration of the cutoff for old object sample events
egahlin [Fri, 07 Dec 2018 17:11:17 +0100] rev 52901
8212232: Wrong metadata for the configuration of the cutoff for old object sample events Reviewed-by: mgronlun
Fri, 07 Dec 2018 17:52:37 +0300 8214376: Don't use memset to initialize array of Bundle in output.cpp
dchuyko [Fri, 07 Dec 2018 17:52:37 +0300] rev 52900
8214376: Don't use memset to initialize array of Bundle in output.cpp Reviewed-by: thartmann, shade
Fri, 07 Dec 2018 14:19:20 +0100 8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it
egahlin [Fri, 07 Dec 2018 14:19:20 +0100] rev 52899
8207829: FlightRecorderMXBeanImpl is leaking the first classloader which calls it Reviewed-by: mgronlun
Fri, 07 Dec 2018 08:16:50 -0500 8214840: runtime/NMT/MallocStressTest.java timed out
hseigel [Fri, 07 Dec 2018 08:16:50 -0500] rev 52898
8214840: runtime/NMT/MallocStressTest.java timed out Summary: Add volatile to declaration of static field shared by multiple threads Reviewed-by: dcubed, dholmes, coleenp
Fri, 07 Dec 2018 13:54:45 +0100 8213890: Implementation of JEP 344: Abortable Mixed Collections for G1
sjohanss [Fri, 07 Dec 2018 13:54:45 +0100] rev 52897
8213890: Implementation of JEP 344: Abortable Mixed Collections for G1 Reviewed-by: tschatzl, kbarrett Contributed-by: erik.helin@oracle.com, stefan.johansson@oracle.com
Fri, 07 Dec 2018 13:15:35 +0100 8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
eosterlund [Fri, 07 Dec 2018 13:15:35 +0100] rev 52896
8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs Reviewed-by: kvn, thartmann, pliden
Fri, 07 Dec 2018 11:15:18 +0100 8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers
tschatzl [Fri, 07 Dec 2018 11:15:18 +0100] rev 52895
8215005: Missing include of runtime/os.hpp in zError.cpp after JDK-8214925 breaks build without precompiled headers Reviewed-by: shade
Tue, 04 Dec 2018 18:55:06 +0100 8214773: Replace use of thread unsafe strtok
neliasso [Tue, 04 Dec 2018 18:55:06 +0100] rev 52894
8214773: Replace use of thread unsafe strtok Reviewed-by: thartmann, dholmes
Fri, 07 Dec 2018 14:36:43 +0530 8212137: Remove JrtFileSystem finalize method
sundar [Fri, 07 Dec 2018 14:36:43 +0530] rev 52893
8212137: Remove JrtFileSystem finalize method Reviewed-by: alanb
Thu, 06 Dec 2018 09:48:33 +0100 8214944: replace strerror by os::strerror
mbaesken [Thu, 06 Dec 2018 09:48:33 +0100] rev 52892
8214944: replace strerror by os::strerror Reviewed-by: dholmes, neliasso
Fri, 07 Dec 2018 10:48:39 +0300 8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name()
dchuyko [Fri, 07 Dec 2018 10:48:39 +0300] rev 52891
8214707: Prevent GCC 8 from reporting error in ClassLoader::file_name_for_class_name() Reviewed-by: hseigel, dholmes
Thu, 06 Dec 2018 22:05:31 -0800 8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError
jnimeh [Thu, 06 Dec 2018 22:05:31 -0800] rev 52890
8214129: SSL session resumption/SNI with TLS1.2 causes StackOverflowError Reviewed-by: xuelei, jjiang
Thu, 06 Dec 2018 18:46:08 -0800 8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests
dzhou [Thu, 06 Dec 2018 18:46:08 -0800] rev 52889
8213127: Refactor test/java/util/ResourceBundle/Control/MissingResourceCauseTest.sh to plain java tests Reviewed-by: naoto
Thu, 06 Dec 2018 23:38:22 +0100 8214925: JFR tool fails to execute
egahlin [Thu, 06 Dec 2018 23:38:22 +0100] rev 52888
8214925: JFR tool fails to execute Reviewed-by: mgronlun, mseledtsov
Thu, 06 Dec 2018 14:34:11 -0800 8211882: Broken links in serialized-form.html
smarks [Thu, 06 Dec 2018 14:34:11 -0800] rev 52887
8211882: Broken links in serialized-form.html Reviewed-by: darcy, lancea
Thu, 06 Dec 2018 14:18:39 -0800 8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with"
jcbeyler [Thu, 06 Dec 2018 14:18:39 -0800] rev 52886
8214531: HeapMonitorEventOnOffTest.java test fails with "Statistics should be null to begin with" Summary: Remove the enable sampling and let the underlying method call it Reviewed-by: sspitsyn, phh
Thu, 06 Dec 2018 15:51:19 -0500 8214514: javac @file option gives error caused by Chinese encoding in the path
vromero [Thu, 06 Dec 2018 15:51:19 -0500] rev 52885
8214514: javac @file option gives error caused by Chinese encoding in the path Reviewed-by: jjg
Thu, 06 Dec 2018 13:54:52 -0500 Merge
ecaspole [Thu, 06 Dec 2018 13:54:52 -0500] rev 52884
Merge
Thu, 06 Dec 2018 13:54:19 -0500 8214912: LogCompilation: Show the comp level
ecaspole [Thu, 06 Dec 2018 13:54:19 -0500] rev 52883
8214912: LogCompilation: Show the comp level Summary: Show the TieredCompilation level from the xml log Reviewed-by: kvn, iignatyev
Thu, 06 Dec 2018 18:11:53 +0100 8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base
eosterlund [Thu, 06 Dec 2018 18:11:53 +0100] rev 52882
8214401: [AOT] crash in ClassLoaderData::is_alive() with AOTed jdk.base Reviewed-by: kvn, dlong
Thu, 06 Dec 2018 10:46:10 -0500 8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type"
lfoltan [Thu, 06 Dec 2018 10:46:10 -0500] rev 52881
8214275: CondyRepeatFailedResolution asserts "Dynamic constant has no fixed basic type" Summary: GenerateOopMap::do_ldc must check for a DynamicInError as well as a Dynamic constant pool tag. Reviewed-by: coleenp
Thu, 06 Dec 2018 10:22:23 -0500 8212794: IBM-964 is required for AIX default charset
itakiguchi [Thu, 06 Dec 2018 10:22:23 -0500] rev 52880
8212794: IBM-964 is required for AIX default charset Reviewed-by: rriggs, ihse, alanb
Thu, 06 Dec 2018 09:55:02 -0500 8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default
rriggs [Thu, 06 Dec 2018 09:55:02 -0500] rev 52879
8214498: java/util/Locale/bcp47u/SystemPropertyTests.java wrong locale default Reviewed-by: lancea, bpb
Thu, 06 Dec 2018 09:58:26 -0500 8214807: Improve handling of very old class files
hseigel [Thu, 06 Dec 2018 09:58:26 -0500] rev 52878
8214807: Improve handling of very old class files Summary: Remove old version specific code in reflection.cpp Reviewed-by: acorn, dholmes
Thu, 06 Dec 2018 15:44:40 +0100 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
tschatzl [Thu, 06 Dec 2018 15:44:40 +0100] rev 52877
8214850: Rename vm_operations.?pp files to vmOperations.?pp files Reviewed-by: dholmes, coleenp
Thu, 06 Dec 2018 15:44:13 +0100 8214791: Consistently name gc files containing VM operations
tschatzl [Thu, 06 Dec 2018 15:44:13 +0100] rev 52876
8214791: Consistently name gc files containing VM operations Summary: Name all gc files containing VM operations according to a <gc>VMOperations.?pp. Reviewed-by: coleenp, dholmes
Thu, 06 Dec 2018 13:55:22 +0100 8159440: Move marking of promoted objects during initial mark into the concurrent phase
tschatzl [Thu, 06 Dec 2018 13:55:22 +0100] rev 52875
8159440: Move marking of promoted objects during initial mark into the concurrent phase Reviewed-by: sjohanss, kbarrett
Thu, 06 Dec 2018 13:55:22 +0100 8193312: Rename VM_CGC_Operation to VM_G1Concurrent
tschatzl [Thu, 06 Dec 2018 13:55:22 +0100] rev 52874
8193312: Rename VM_CGC_Operation to VM_G1Concurrent Reviewed-by: pliden, sjohanss, jgeorge
Mon, 03 Dec 2018 10:51:03 +0100 8214857: "bad trailing membar" assert failure at memnode.cpp:3220
roland [Mon, 03 Dec 2018 10:51:03 +0100] rev 52873
8214857: "bad trailing membar" assert failure at memnode.cpp:3220 Reviewed-by: adinn, thartmann
Thu, 06 Dec 2018 12:51:13 +0100 8214858: Improve module graph archiving
redestad [Thu, 06 Dec 2018 12:51:13 +0100] rev 52872
8214858: Improve module graph archiving Reviewed-by: jiangli, alanb
Thu, 06 Dec 2018 12:34:28 +0100 8214571: -Xdoclint of array serialField gives "error: array type not allowed here"
hannesw [Thu, 06 Dec 2018 12:34:28 +0100] rev 52871
8214571: -Xdoclint of array serialField gives "error: array type not allowed here" Reviewed-by: jjg, sundar
Thu, 06 Dec 2018 10:07:54 +0100 8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages
thartmann [Thu, 06 Dec 2018 10:07:54 +0100] rev 52870
8208277: Code cache heap (-XX:ReservedCodeCacheSize) doesn't work with 1GB LargePages Summary: Use huge pages for code cache if ReservedCodeCacheSize == InitialCodeCacheSize Reviewed-by: kvn
Thu, 06 Dec 2018 12:39:28 +0530 8177552: Compact Number Formatting support
nishjain [Thu, 06 Dec 2018 12:39:28 +0530] rev 52869
8177552: Compact Number Formatting support Reviewed-by: naoto, rriggs
Thu, 06 Dec 2018 11:54:39 +0530 8214856: Errors with JSZip in web console after upgrade to 3.1.5
pmuthuswamy [Thu, 06 Dec 2018 11:54:39 +0530] rev 52868
8214856: Errors with JSZip in web console after upgrade to 3.1.5 Reviewed-by: hannesw
Wed, 05 Dec 2018 21:18:27 -0800 8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed)
lmesnik [Wed, 05 Dec 2018 21:18:27 -0800] rev 52867
8210107: vmTestbase/nsk/stress/network tests fail with Cannot assign requested address (Bind failed) Reviewed-by: dholmes, mseledtsov, chegar
Wed, 05 Dec 2018 20:59:55 -0800 8214915: CtwRunner misses export for jdk.internal.access
iignatyev [Wed, 05 Dec 2018 20:59:55 -0800] rev 52866
8214915: CtwRunner misses export for jdk.internal.access Reviewed-by: kvn
Thu, 06 Dec 2018 10:05:29 +0800 8214459: NSS source should be removed
jjiang [Thu, 06 Dec 2018 10:05:29 +0800] rev 52865
8214459: NSS source should be removed Summary: Remove test/jdk/sun/security/pkcs11/nss/src Reviewed-by: valeriep
Wed, 05 Dec 2018 11:31:20 -0800 8214902: Pretty-printing marker annotations add unnecessary parenthesis
cushon [Wed, 05 Dec 2018 11:31:20 -0800] rev 52864
8214902: Pretty-printing marker annotations add unnecessary parenthesis Reviewed-by: jjg
Wed, 05 Dec 2018 17:50:14 -0800 8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError
mseledtsov [Wed, 05 Dec 2018 17:50:14 -0800] rev 52863
8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError Summary: Fixed the name of native method to reflect correct package Reviewed-by: mgronlun
Thu, 06 Dec 2018 00:44:13 +0100 Added tag jdk-12+23 for changeset eef755718cb2
jwilhelm [Thu, 06 Dec 2018 00:44:13 +0100] rev 52862
Added tag jdk-12+23 for changeset eef755718cb2
Wed, 05 Dec 2018 16:22:22 -0800 8214908: add ctw tests for jdk.jfr and jdk.management.jfr modules
iignatyev [Wed, 05 Dec 2018 16:22:22 -0800] rev 52861
8214908: add ctw tests for jdk.jfr and jdk.management.jfr modules Reviewed-by: kvn
Wed, 05 Dec 2018 15:58:46 -0800 6516099: InputStream.skipFully(int k) to skip exactly k bytes
bpb [Wed, 05 Dec 2018 15:58:46 -0800] rev 52860
6516099: InputStream.skipFully(int k) to skip exactly k bytes Reviewed-by: rriggs, bchristi, serb, dfuchs
Wed, 05 Dec 2018 19:17:22 +0100 8214795: Add safety check to dynalink inner class lookup
hannesw [Wed, 05 Dec 2018 19:17:22 +0100] rev 52859
8214795: Add safety check to dynalink inner class lookup Reviewed-by: sundar, attila
Wed, 05 Dec 2018 16:11:53 +0100 8214257: IC cache not clean after cleaning assertion failure
eosterlund [Wed, 05 Dec 2018 16:11:53 +0100] rev 52858
8214257: IC cache not clean after cleaning assertion failure Reviewed-by: kvn, thartmann
Wed, 05 Dec 2018 15:57:26 +0100 8214338: Move IC stub refilling out of IC cache transitions
eosterlund [Wed, 05 Dec 2018 15:57:26 +0100] rev 52857
8214338: Move IC stub refilling out of IC cache transitions Reviewed-by: dlong, rbackman
Wed, 05 Dec 2018 17:33:01 +0000 8213952: Relax DNSName restriction as per RFC 1123
coffeys [Wed, 05 Dec 2018 17:33:01 +0000] rev 52856
8213952: Relax DNSName restriction as per RFC 1123 Reviewed-by: weijun, mullan, chegar
Wed, 05 Dec 2018 18:08:50 +0100 8214896: JFR Tool left files behind
egahlin [Wed, 05 Dec 2018 18:08:50 +0100] rev 52855
8214896: JFR Tool left files behind Reviewed-by: mgronlun
Wed, 05 Dec 2018 17:11:22 +0100 8214786: Remove unused ThreadLocalAllocBuffer::verify()
pliden [Wed, 05 Dec 2018 17:11:22 +0100] rev 52854
8214786: Remove unused ThreadLocalAllocBuffer::verify() Reviewed-by: kbarrett, eosterlund
Wed, 05 Dec 2018 17:11:21 +0100 8214785: Remove unused WeakHandleType::vm_string
pliden [Wed, 05 Dec 2018 17:11:21 +0100] rev 52853
8214785: Remove unused WeakHandleType::vm_string Reviewed-by: coleenp, eosterlund
Wed, 05 Dec 2018 17:11:20 +0100 8214782: Add missing access barriers on CLD handle area
pliden [Wed, 05 Dec 2018 17:11:20 +0100] rev 52852
8214782: Add missing access barriers on CLD handle area Reviewed-by: coleenp, eosterlund
Wed, 05 Dec 2018 17:11:19 +0100 8214784: Adjust Dictionary and JNIHandle verification
pliden [Wed, 05 Dec 2018 17:11:19 +0100] rev 52851
8214784: Adjust Dictionary and JNIHandle verification Reviewed-by: coleenp, eosterlund
Wed, 05 Dec 2018 16:40:12 +0100 8205516: JFR tool
egahlin [Wed, 05 Dec 2018 16:40:12 +0100] rev 52850
8205516: JFR tool Reviewed-by: mgronlun
Wed, 05 Dec 2018 09:34:01 -0500 8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface jdk-12+23
vromero [Wed, 05 Dec 2018 09:34:01 -0500] rev 52849
8213703: LambdaConversionException: Invalid receiver type not a subtype of implementation type interface Reviewed-by: mcimadamore
Wed, 05 Dec 2018 19:22:04 +0530 8206962: jlink --release-info=del throws NPE if no keys are specified
sundar [Wed, 05 Dec 2018 19:22:04 +0530] rev 52848
8206962: jlink --release-info=del throws NPE if no keys are specified Reviewed-by: alanb
Wed, 05 Dec 2018 11:01:44 +0100 8214302: Allow safely calling is_unloading() on zombie nmethods
eosterlund [Wed, 05 Dec 2018 11:01:44 +0100] rev 52847
8214302: Allow safely calling is_unloading() on zombie nmethods Reviewed-by: kvn, pliden
Wed, 05 Dec 2018 08:55:42 +0100 8214522: Last runtime locking issues for concurrent class unloading
eosterlund [Wed, 05 Dec 2018 08:55:42 +0100] rev 52846
8214522: Last runtime locking issues for concurrent class unloading Reviewed-by: coleenp, pliden
Wed, 05 Dec 2018 15:39:04 +0530 Merge
psadhukhan [Wed, 05 Dec 2018 15:39:04 +0530] rev 52845
Merge
Tue, 04 Dec 2018 13:35:04 +0530 Merge
psadhukhan [Tue, 04 Dec 2018 13:35:04 +0530] rev 52844
Merge
Mon, 03 Dec 2018 16:12:33 -0800 8212680: (JDK12b14/Solaris-sparc) SplashScreen::getSplashScreen call fails with ULE: "libsplashscreen.so: ld.so.1: java: fatal: libz.so.1: open failed: No such file or directory"
serb [Mon, 03 Dec 2018 16:12:33 -0800] rev 52843
8212680: (JDK12b14/Solaris-sparc) SplashScreen::getSplashScreen call fails with ULE: "libsplashscreen.so: ld.so.1: java: fatal: libz.so.1: open failed: No such file or directory" Reviewed-by: prr, ihse, erikj
Mon, 03 Dec 2018 06:59:19 +0530 7124301: [macosx] When in a tab group if you arrow between tabs there are noVoiceOver announcements.
kaddepalli [Mon, 03 Dec 2018 06:59:19 +0530] rev 52842
7124301: [macosx] When in a tab group if you arrow between tabs there are noVoiceOver announcements. 7124298: [macosx] Nothing heard from VoiceOver when tabbing between a nestedtab group and a parent tab group. Reviewed-by: serb, sveerabhadra
Sat, 01 Dec 2018 09:37:19 +0530 8213051: Invalid use of HTML5 in javax.print files
psadhukhan [Sat, 01 Dec 2018 09:37:19 +0530] rev 52841
8213051: Invalid use of HTML5 in javax.print files Reviewed-by: aivanov, serb
Fri, 30 Nov 2018 15:54:34 -0800 8211147: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder
serb [Fri, 30 Nov 2018 15:54:34 -0800] rev 52840
8211147: Incorrect comparator com.sun.beans.introspect.MethodInfo.MethodOrder Reviewed-by: prr
Fri, 30 Nov 2018 15:05:36 -0800 8214558: bad @run tag in CheckPrinterJobSystemProperty.java
prr [Fri, 30 Nov 2018 15:05:36 -0800] rev 52839
8214558: bad @run tag in CheckPrinterJobSystemProperty.java Reviewed-by: serb
Fri, 30 Nov 2018 23:21:05 +0300 8139178: Wrong fontMetrics when printing in Landscape (OpenJDK)
bae [Fri, 30 Nov 2018 23:21:05 +0300] rev 52838
8139178: Wrong fontMetrics when printing in Landscape (OpenJDK) Reviewed-by: prr
Fri, 30 Nov 2018 12:21:39 -0800 8214552: Resolve clash between 4947890 and 8130264
prr [Fri, 30 Nov 2018 12:21:39 -0800] rev 52837
8214552: Resolve clash between 4947890 and 8130264 Reviewed-by: rriggs, mchung
Fri, 30 Nov 2018 10:55:59 -0800 8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation
prr [Fri, 30 Nov 2018 10:55:59 -0800] rev 52836
8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation Reviewed-by: serb, rriggs
Fri, 30 Nov 2018 17:14:48 +0530 8212875: ftp: links for tiff/TTN2.draft.txt do not respond
jdv [Fri, 30 Nov 2018 17:14:48 +0530] rev 52835
8212875: ftp: links for tiff/TTN2.draft.txt do not respond Reviewed-by: serb
Fri, 30 Nov 2018 10:55:42 +0530 8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java errors out on mac10.13
psadhukhan [Fri, 30 Nov 2018 10:55:42 +0530] rev 52834
8214470: PIT: javax/swing/JPopupMenu/7154841/bug7154841.java errors out on mac10.13 Reviewed-by: jdv, serb
Thu, 29 Nov 2018 16:22:49 -0800 8198339: Test javax/swing/border/Test6981576.java is unstable
serb [Thu, 29 Nov 2018 16:22:49 -0800] rev 52833
8198339: Test javax/swing/border/Test6981576.java is unstable Reviewed-by: kaddepalli, psadhukhan
Thu, 29 Nov 2018 15:17:58 +0000 8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files
dmarkov [Thu, 29 Nov 2018 15:17:58 +0000] rev 52832
8213583: Error while opening the JFileChooser when desktop contains shortcuts pointing to deleted files Reviewed-by: kaddepalli, aivanov, serb
Thu, 29 Nov 2018 15:21:10 +0530 8213048: Invalid use of HTML5 in java.awt files
kaddepalli [Thu, 29 Nov 2018 15:21:10 +0530] rev 52831
8213048: Invalid use of HTML5 in java.awt files Reviewed-by: serb, pbansal, aivanov
Wed, 05 Dec 2018 16:41:13 +0800 8213300: jaxp/unittest/transform/CR6551600Test.java fails due to exception in jdk/jdk CI
fyuan [Wed, 05 Dec 2018 16:41:13 +0800] rev 52830
8213300: jaxp/unittest/transform/CR6551600Test.java fails due to exception in jdk/jdk CI Reviewed-by: joehw
Fri, 30 Nov 2018 15:22:44 +0100 8214541: ZGC: Refactoring from JDK-8214172 may leave PhaseIterGVN::_delay_transform set
roland [Fri, 30 Nov 2018 15:22:44 +0100] rev 52829
8214541: ZGC: Refactoring from JDK-8214172 may leave PhaseIterGVN::_delay_transform set Reviewed-by: eosterlund
Tue, 04 Dec 2018 21:13:45 -0800 8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase should not suspend the thread when the top frame executes JVMCI code
dtitov [Tue, 04 Dec 2018 21:13:45 -0800] rev 52828
8214572: [Graal] nsk/jvmti/unit/ForceEarlyReturn/earlyretbase should not suspend the thread when the top frame executes JVMCI code Reviewed-by: sspitsyn, dholmes, jcbeyler
Tue, 04 Dec 2018 17:18:11 -0800 8146090: java/lang/ref/ReachabilityFenceTest.java fails with -XX:+DeoptimizeALot
vlivanov [Tue, 04 Dec 2018 17:18:11 -0800] rev 52827
8146090: java/lang/ref/ReachabilityFenceTest.java fails with -XX:+DeoptimizeALot Reviewed-by: dholmes, iignatyev
Wed, 05 Dec 2018 08:48:49 +0800 8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11
weijun [Wed, 05 Dec 2018 08:48:49 +0800] rev 52826
8214513: A PKCS12 keystore from Java 8 using custom PBE parameters cannot be read in Java 11 Reviewed-by: mullan
Tue, 04 Dec 2018 14:53:00 -0800 8213325: (props) Properties.loadFromXML does not fully comply with the spec
joehw [Tue, 04 Dec 2018 14:53:00 -0800] rev 52825
8213325: (props) Properties.loadFromXML does not fully comply with the spec Reviewed-by: alanb, rriggs, dfuchs, naoto
Tue, 04 Dec 2018 15:22:41 -0500 8214794: java.specification.version should be only the major version number
rriggs [Tue, 04 Dec 2018 15:22:41 -0500] rev 52824
8214794: java.specification.version should be only the major version number Reviewed-by: martin, mchung, bpb
Tue, 04 Dec 2018 11:54:09 -0800 8214728: Unnecessary InstanceKlass::cast at few places
ccheung [Tue, 04 Dec 2018 11:54:09 -0800] rev 52823
8214728: Unnecessary InstanceKlass::cast at few places Reviewed-by: lfoltan, jiangli, coleenp
Tue, 04 Dec 2018 11:10:14 -0800 8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales.
naoto [Tue, 04 Dec 2018 11:10:14 -0800] rev 52822
8214770: java/time/test/java/time/format/TestNonIsoFormatter.java failed in non-english locales. Reviewed-by: lancea, bpb
Tue, 04 Dec 2018 12:26:49 -0500 8171426: java/lang/ProcessBuilder/Basic.java failed Stream closed
rriggs [Tue, 04 Dec 2018 12:26:49 -0500] rev 52821
8171426: java/lang/ProcessBuilder/Basic.java failed Stream closed Reviewed-by: bpb, jlaskey
Tue, 04 Dec 2018 17:54:13 +0100 8214061: Buffer written into itself
sgehwolf [Tue, 04 Dec 2018 17:54:13 +0100] rev 52820
8214061: Buffer written into itself Summary: Actually write the msg text into the buffer. Reviewed-by: dcubed, sgehwolf, sspitsyn Contributed-by: Simon Tooke <stooke@redhat.com>
Tue, 04 Dec 2018 17:14:11 +0100 8214556: Crash in DependencyContext::remove_dependent_nmethod still happens
eosterlund [Tue, 04 Dec 2018 17:14:11 +0100] rev 52819
8214556: Crash in DependencyContext::remove_dependent_nmethod still happens Reviewed-by: kvn, kbarrett
Tue, 04 Dec 2018 15:47:05 +0100 8214787: Zero builds fail with "undefined JavaThread::thread_state()"
shade [Tue, 04 Dec 2018 15:47:05 +0100] rev 52818
8214787: Zero builds fail with "undefined JavaThread::thread_state()" Reviewed-by: stuefe, zgu
Tue, 04 Dec 2018 07:06:38 -0500 8214300: .attach_pid files may remain in the process cwd
gadams [Tue, 04 Dec 2018 07:06:38 -0500] rev 52817
8214300: .attach_pid files may remain in the process cwd Reviewed-by: sspitsyn, cjplummer, jcbeyler
Tue, 04 Dec 2018 07:09:02 -0500 8176828: jtools do not list VM process launched with the debugger option suspend=y
gadams [Tue, 04 Dec 2018 07:09:02 -0500] rev 52816
8176828: jtools do not list VM process launched with the debugger option suspend=y Reviewed-by: dholmes, cjplummer
Tue, 04 Dec 2018 11:57:18 +0100 8214526: Change CodeHeap State Analytics control from UL to Print*
lucy [Tue, 04 Dec 2018 11:57:18 +0100] rev 52815
8214526: Change CodeHeap State Analytics control from UL to Print* Reviewed-by: coleenp, kvn, stuefe, thartmann
Tue, 04 Dec 2018 09:30:10 +0100 8214230: Classes generated by SystemModulesPlugin.java are not reproducable
ehelin [Tue, 04 Dec 2018 09:30:10 +0100] rev 52814
8214230: Classes generated by SystemModulesPlugin.java are not reproducable Reviewed-by: alanb, redestad, mchung
Tue, 04 Dec 2018 09:28:11 +0100 8214534: Setting of THIS_FILE in the build is broken
simonis [Tue, 04 Dec 2018 09:28:11 +0100] rev 52813
8214534: Setting of THIS_FILE in the build is broken Reviewed-by: erikj, ihse
Tue, 04 Dec 2018 09:08:03 +0100 8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler
afarley [Tue, 04 Dec 2018 09:08:03 +0100] rev 52812
8214063: OpenJDK will not build on AIX while using the xlc 13.1 compiler Reviewed-by: simonis, erikj, ihse, stuefe, mbaesken
Mon, 03 Dec 2018 22:27:24 -0800 8214388: CDS dumping fails with java heap fragmentation
iklam [Mon, 03 Dec 2018 22:27:24 -0800] rev 52811
8214388: CDS dumping fails with java heap fragmentation Summary: Force a full GC with a single thread before writing heap archive regions Reviewed-by: sjohanss, jiangli
Tue, 04 Dec 2018 11:10:19 +0530 8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC
jgeorge [Tue, 04 Dec 2018 11:10:19 +0530] rev 52810
8213323: sa/TestJmapCoreMetaspace.java and sa/TestJmapCore.java fail with ZGC Summary: Avoid creating the hprof file and throw an exception in HeapHprofBinWriter for ZGC and handle this in the TestJmap* testcases Reviewed-by: gadams, jcbeyler, cjplummer
Mon, 03 Dec 2018 19:47:37 -0800 8214502: Add space after/before {} in remaining vmTestbase tests
jcbeyler [Mon, 03 Dec 2018 19:47:37 -0800] rev 52809
8214502: Add space after/before {} in remaining vmTestbase tests Summary: Added spaces around the {} Reviewed-by: dholmes, sspitsyn
Mon, 03 Dec 2018 16:44:57 -0800 8214745: Bad link in coll-reference.html
jjg [Mon, 03 Dec 2018 16:44:57 -0800] rev 52808
8214745: Bad link in coll-reference.html Reviewed-by: martin, bpb, lancea
Mon, 03 Dec 2018 16:14:15 -0800 8214744: Unnecessary <p> tags in java.util.zip.Deflater
jjg [Mon, 03 Dec 2018 16:14:15 -0800] rev 52807
8214744: Unnecessary <p> tags in java.util.zip.Deflater Reviewed-by: mchung, lancea
Mon, 03 Dec 2018 15:53:01 -0800 8214726: Typo in HeapShared::check_closed_archive_heap_region_object
iklam [Mon, 03 Dec 2018 15:53:01 -0800] rev 52806
8214726: Typo in HeapShared::check_closed_archive_heap_region_object Reviewed-by: lfoltan
Mon, 03 Dec 2018 18:48:01 +0100 8213187: Handle libwindowsaccessbridge need to access MSVCRT functions
ihse [Mon, 03 Dec 2018 18:48:01 +0100] rev 52805
8213187: Handle libwindowsaccessbridge need to access MSVCRT functions Reviewed-by: erikj
Mon, 03 Dec 2018 18:46:10 +0100 8214718: Update missing copyright year in build system
ihse [Mon, 03 Dec 2018 18:46:10 +0100] rev 52804
8214718: Update missing copyright year in build system Reviewed-by: erikj, tbell
Mon, 03 Dec 2018 18:44:45 +0100 8214710: Fix hg log in update_copyright_year.sh
ihse [Mon, 03 Dec 2018 18:44:45 +0100] rev 52803
8214710: Fix hg log in update_copyright_year.sh Reviewed-by: alanb, tbell, erikj
Mon, 03 Dec 2018 18:43:24 +0100 8214311: dtrace gensrc has missing dependencies
ihse [Mon, 03 Dec 2018 18:43:24 +0100] rev 52802
8214311: dtrace gensrc has missing dependencies Reviewed-by: tbell, erikj
Mon, 03 Dec 2018 23:58:15 +0800 8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow
weijun [Mon, 03 Dec 2018 23:58:15 +0800] rev 52801
8210476: sun/security/mscapi/PrngSlow.java fails with Still too slow Reviewed-by: xuelei, igerasim, rriggs
Mon, 03 Dec 2018 14:16:39 +0100 8214523: Fix nmethod asserts for concurrent nmethod unloading
eosterlund [Mon, 03 Dec 2018 14:16:39 +0100] rev 52800
8214523: Fix nmethod asserts for concurrent nmethod unloading Reviewed-by: coleenp, kvn
Mon, 03 Dec 2018 14:52:49 +0100 8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52799
8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry Reviewed-by: rkennke, eosterlund
Mon, 03 Dec 2018 14:52:49 +0100 8214476: ZGC: Build ZGC by default
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52798
8214476: ZGC: Build ZGC by default Reviewed-by: shade, rkennke, ihse
Mon, 03 Dec 2018 14:52:49 +0100 8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
pliden [Mon, 03 Dec 2018 14:52:49 +0100] rev 52797
8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor* Reviewed-by: shade, tschatzl
Mon, 03 Dec 2018 14:25:00 +0100 8214529: Exception while using Anonymous class in switch expression
jlahoda [Mon, 03 Dec 2018 14:25:00 +0100] rev 52796
8214529: Exception while using Anonymous class in switch expression Summary: Clearing breakResult when creating methodEnv. Reviewed-by: mcimadamore
Mon, 03 Dec 2018 14:28:19 +0300 8214444: Wrong strncat limits in dfa.cpp
dchuyko [Mon, 03 Dec 2018 14:28:19 +0300] rev 52795
8214444: Wrong strncat limits in dfa.cpp Reviewed-by: kvn
Mon, 03 Dec 2018 10:37:36 +0100 8214031: Assertion error in value break statement with conditional operator in switch expression
jlahoda [Mon, 03 Dec 2018 10:37:36 +0100] rev 52794
8214031: Assertion error in value break statement with conditional operator in switch expression Summary: Correcting handling of boolean-valued switch expressions when true/false; generating them directly rather than desugaring in Lower. Reviewed-by: mcimadamore
Mon, 03 Dec 2018 12:35:27 +0530 8213294: Upgrade IANA LSR data
nishjain [Mon, 03 Dec 2018 12:35:27 +0530] rev 52793
8213294: Upgrade IANA LSR data Reviewed-by: naoto
Sun, 02 Dec 2018 11:09:46 -0800 8213618: IBM970 charset has missing entry and remove unexpected entries
itakiguchi [Sun, 02 Dec 2018 11:09:46 -0800] rev 52792
8213618: IBM970 charset has missing entry and remove unexpected entries Reviewed-by: srl, martin
Sat, 01 Dec 2018 21:58:05 +0800 8214179: Add groupname info into keytool -list and -genkeypair output
weijun [Sat, 01 Dec 2018 21:58:05 +0800] rev 52791
8214179: Add groupname info into keytool -list and -genkeypair output Reviewed-by: mullan
Fri, 30 Nov 2018 23:46:20 -0800 8214557: Filter out VM flags which don't affect AOT code generation
epavlova [Fri, 30 Nov 2018 23:46:20 -0800] rev 52790
8214557: Filter out VM flags which don't affect AOT code generation Reviewed-by: kvn, erikj
Fri, 30 Nov 2018 14:48:44 -0800 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java
bpb [Fri, 30 Nov 2018 14:48:44 -0800] rev 52789
8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java Reviewed-by: lancea
Fri, 30 Nov 2018 13:42:49 -0800 8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
henryjen [Fri, 30 Nov 2018 13:42:49 -0800] rev 52788
8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM Reviewed-by: alanb, ihse Contributed-by: priyanka.mangal@oracle.com
Fri, 30 Nov 2018 12:41:00 -0800 8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs.
joehw [Fri, 30 Nov 2018 12:41:00 -0800] rev 52787
8213734: SAXParser.parse(File, ..) does not close resources when Exception occurs. Reviewed-by: lancea
Fri, 30 Nov 2018 12:24:23 -0800 8210102: CDS tests timed out
ccheung [Fri, 30 Nov 2018 12:24:23 -0800] rev 52786
8210102: CDS tests timed out Summary: increase the timeout to 160s for the DifferentHeapSizes test. Reviewed-by: iklam
Fri, 30 Nov 2018 16:51:23 +0100 8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry
eosterlund [Fri, 30 Nov 2018 16:51:23 +0100] rev 52785
8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry Reviewed-by: rehn, coleenp
Fri, 30 Nov 2018 15:29:19 +0100 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund [Fri, 30 Nov 2018 15:29:19 +0100] rev 52784
8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes Reviewed-by: coleenp, dlong
Fri, 30 Nov 2018 15:43:37 +0100 8214525: Bit rot in Nashorn Ant script
hannesw [Fri, 30 Nov 2018 15:43:37 +0100] rev 52783
8214525: Bit rot in Nashorn Ant script Reviewed-by: attila, jlaskey
Fri, 30 Nov 2018 15:39:27 +0100 8210943: Hiding of inner classes not resolved properly
hannesw [Fri, 30 Nov 2018 15:39:27 +0100] rev 52782
8210943: Hiding of inner classes not resolved properly Reviewed-by: attila, jlaskey
Fri, 30 Nov 2018 11:40:48 +0100 8213565: Crash in DependencyContext::remove_dependent_nmethod
eosterlund [Fri, 30 Nov 2018 11:40:48 +0100] rev 52781
8213565: Crash in DependencyContext::remove_dependent_nmethod Reviewed-by: rehn, kvn
Fri, 30 Nov 2018 20:15:25 +0900 8214499: SA should follow 8150689
ysuenaga [Fri, 30 Nov 2018 20:15:25 +0900] rev 52780
8214499: SA should follow 8150689 Reviewed-by: dholmes, jgeorge
Tue, 27 Nov 2018 08:44:19 +0100 8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
roland [Tue, 27 Nov 2018 08:44:19 +0100] rev 52779
8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0 Reviewed-by: kvn, thartmann
Fri, 30 Nov 2018 10:29:58 +0000 8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0
michaelm [Fri, 30 Nov 2018 10:29:58 +0000] rev 52778
8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0 Reviewed-by: chegar, alanb
Fri, 30 Nov 2018 10:37:48 +0530 8206325: AssertionError in TypeSymbol.getAnnotationTypeMetadata
sadayapalam [Fri, 30 Nov 2018 10:37:48 +0530] rev 52777
8206325: AssertionError in TypeSymbol.getAnnotationTypeMetadata Reviewed-by: mcimadamore
Thu, 29 Nov 2018 18:57:18 -0800 8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests
jcbeyler [Thu, 29 Nov 2018 18:57:18 -0800] rev 52776
8214417: Add space after/before {} in vmTestbase/nsk/jvmti/[A-I] tests Summary: Fix the spaces around {} Reviewed-by: amenkov, sspitsyn, dholmes
Thu, 29 Nov 2018 17:45:29 -0800 8213725: JShell NullPointerException due to class file with unexpected package
rfield [Thu, 29 Nov 2018 17:45:29 -0800] rev 52775
8213725: JShell NullPointerException due to class file with unexpected package Reviewed-by: jlahoda
Thu, 29 Nov 2018 06:34:46 -0800 8214309: Enhance makefiles to allow generating JCov instrumented build
shurailine [Thu, 29 Nov 2018 06:34:46 -0800] rev 52774
8214309: Enhance makefiles to allow generating JCov instrumented build Reviewed-by: erikj
Thu, 29 Nov 2018 13:17:14 -0800 8212878: host in ftp: link not found
naoto [Thu, 29 Nov 2018 13:17:14 -0800] rev 52773
8212878: host in ftp: link not found Reviewed-by: bpb
Thu, 29 Nov 2018 13:16:41 -0800 8212870: Broken links for www.usno.navy.mil
naoto [Thu, 29 Nov 2018 13:16:41 -0800] rev 52772
8212870: Broken links for www.usno.navy.mil Reviewed-by: bpb
Wed, 28 Nov 2018 15:09:26 -0800 8211735: Wrong heap mapper can be selected with UseLargePages on G1
sangheki [Wed, 28 Nov 2018 15:09:26 -0800] rev 52771
8211735: Wrong heap mapper can be selected with UseLargePages on G1 Reviewed-by: tschatzl, kbarrett
Thu, 29 Nov 2018 11:47:08 -0800 8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode
iveresov [Thu, 29 Nov 2018 11:47:08 -0800] rev 52770
8193577: nsk/jvmti/IterateThroughHeap/filter-tagged fails with Graal in Xcomp mode Summary: Make field values opaque to compiler Reviewed-by: dlong, sspitsyn
Thu, 29 Nov 2018 11:14:36 -0800 8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5
lmesnik [Thu, 29 Nov 2018 11:14:36 -0800] rev 52769
8214400: Update hotspot application/jcstress jtreg tests wrappers to use jcstress 0.5 Reviewed-by: dholmes, mseledtsov
Thu, 29 Nov 2018 11:06:22 -0800 8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt
lmesnik [Thu, 29 Nov 2018 11:06:22 -0800] rev 52768
8214462: Add serviceability/sa/ClhsdbInspect.java to ProblemList.txt Reviewed-by: dholmes, jgeorge
Thu, 29 Nov 2018 13:04:25 -0500 8214356: Verification of class metadata unloading takes a long time
coleenp [Thu, 29 Nov 2018 13:04:25 -0500] rev 52767
8214356: Verification of class metadata unloading takes a long time Summary: conditionalize verify_chunk_in_freelist call. Reviewed-by: shade, tschatzl
Thu, 29 Nov 2018 10:13:42 -0800 8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public.
naoto [Thu, 29 Nov 2018 10:13:42 -0800] rev 52766
8214170: ResourceBundle.Control.newBundle should throw IllegalAccessException when constructor of the resource bundle is not public. Reviewed-by: rriggs, mchung
Mon, 19 Nov 2018 15:01:59 -0800 8214026: Canonicalized archive paths appearing in diagnostics
cushon [Mon, 19 Nov 2018 15:01:59 -0800] rev 52765
8214026: Canonicalized archive paths appearing in diagnostics Reviewed-by: vromero
Thu, 29 Nov 2018 08:43:12 -0800 8210985: Update the default SSL session cache size to 20480
xuelei [Thu, 29 Nov 2018 08:43:12 -0800] rev 52764
8210985: Update the default SSL session cache size to 20480 Reviewed-by: jnimeh, mullan
Thu, 29 Nov 2018 09:19:16 -0500 8214445: [test] java/net/URL/HandlerLoop has illegal reflective access
rriggs [Thu, 29 Nov 2018 09:19:16 -0500] rev 52763
8214445: [test] java/net/URL/HandlerLoop has illegal reflective access Reviewed-by: lancea, chegar, bpb
Thu, 29 Nov 2018 08:50:25 -0500 8214443: Remove TLS v1 and v1.1 from SSLContext required algorithms
mullan [Thu, 29 Nov 2018 08:50:25 -0500] rev 52762
8214443: Remove TLS v1 and v1.1 from SSLContext required algorithms Reviewed-by: xuelei
Thu, 22 Nov 2018 12:20:10 +0100 8214229: Enable ShowRegistersOnAssert by default
stuefe [Thu, 22 Nov 2018 12:20:10 +0100] rev 52761
8214229: Enable ShowRegistersOnAssert by default Reviewed-by: mdoerr, coleenp
Wed, 28 Nov 2018 13:16:54 -0500 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
gromero [Wed, 28 Nov 2018 13:16:54 -0500] rev 52760
8214451: PPC64/s390: Clean up unused CRC32 prototype and function Reviewed-by: mdoerr, lucy
Thu, 29 Nov 2018 09:31:04 +0100 8214434: Disabling ZOptimizeLoadBarriers hits assert
neliasso [Thu, 29 Nov 2018 09:31:04 +0100] rev 52759
8214434: Disabling ZOptimizeLoadBarriers hits assert Reviewed-by: kvn, pliden, eosterlund
Thu, 29 Nov 2018 14:32:23 +0530 Merge
psadhukhan [Thu, 29 Nov 2018 14:32:23 +0530] rev 52758
Merge
Tue, 27 Nov 2018 13:47:31 +0530 8209123: [Macosx] Maximized frame (frame state set to MAXIMIZED_BOTH using setExtendedState) is resizable on Mac but not on Windows and Ubuntu
mhalder [Tue, 27 Nov 2018 13:47:31 +0530] rev 52757
8209123: [Macosx] Maximized frame (frame state set to MAXIMIZED_BOTH using setExtendedState) is resizable on Mac but not on Windows and Ubuntu Reviewed-by: kaddepalli, psadhukhan
Tue, 27 Nov 2018 10:59:24 +0530 Merge
psadhukhan [Tue, 27 Nov 2018 10:59:24 +0530] rev 52756
Merge
Tue, 27 Nov 2018 10:45:54 +0530 8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2
psadhukhan [Tue, 27 Nov 2018 10:45:54 +0530] rev 52755
8213843: Changing L&F from Nimbus to Window L&F causes NPE in SwingSet2 8213121: javax/swing/GraphicsConfigNotifier/StalePreferredSize.java fails on mac10.13 Reviewed-by: serb
Mon, 26 Nov 2018 10:49:53 +0530 Merge
psadhukhan [Mon, 26 Nov 2018 10:49:53 +0530] rev 52754
Merge
Mon, 05 Nov 2018 18:53:51 -0800 8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest
akolarkunnu [Mon, 05 Nov 2018 18:53:51 -0800] rev 52753
8213168: Enable different look and feel tests in SwingSet3 demo test FileChooserDemoTest Reviewed-by: serb Contributed-by: abdul.kolarkunnu@oracle.com
Tue, 20 Nov 2018 16:40:40 +0530 8212882: links to tutorial should be updated to use https:
kaddepalli [Tue, 20 Nov 2018 16:40:40 +0530] rev 52752
8212882: links to tutorial should be updated to use https: Reviewed-by: psadhukhan, pbansal
Tue, 20 Nov 2018 15:53:54 +0530 8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException
jdv [Tue, 20 Nov 2018 15:53:54 +0530] rev 52751
8211422: Reading PNG with corrupt CRC for IEND chunk throws IIOException Reviewed-by: serb, kaddepalli
Tue, 20 Nov 2018 14:37:24 +0530 8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458
jdv [Tue, 20 Nov 2018 14:37:24 +0530] rev 52750
8211795: ArrayIndexOutOfBoundsException in PNGImageReader after JDK-6788458 Reviewed-by: serb, kaddepalli
Thu, 15 Nov 2018 14:14:31 -0800 8213817: @return has already been specified (4 occurrences, in AWT and Swing)
serb [Thu, 15 Nov 2018 14:14:31 -0800] rev 52749
8213817: @return has already been specified (4 occurrences, in AWT and Swing) Reviewed-by: prr
Thu, 15 Nov 2018 11:25:13 +0530 6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails
sveerabhadra [Thu, 15 Nov 2018 11:25:13 +0530] rev 52748
6849922: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.html fails Reviewed-by: kaddepalli, serb
Wed, 14 Nov 2018 20:47:57 -0800 8211301: [macos] support full window content options
alans [Wed, 14 Nov 2018 20:47:57 -0800] rev 52747
8211301: [macos] support full window content options Reviewed-by: serb
Wed, 14 Nov 2018 18:04:54 -0800 8213614: DnD operation change feature does not work with 64bit big endian CPU
itakiguchi [Wed, 14 Nov 2018 18:04:54 -0800] rev 52746
8213614: DnD operation change feature does not work with 64bit big endian CPU Reviewed-by: serb
Wed, 14 Nov 2018 13:52:33 -0800 8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave
avu [Wed, 14 Nov 2018 13:52:33 -0800] rev 52745
8213292: Input freezes after MacOS key-selector (press&hold) usage on macOS Mojave Reviewed-by: serb
Thu, 08 Nov 2018 17:10:47 +0100 8213532: add missing LocalFree calls after using FormatMessage(A) [windows]
mbaesken [Thu, 08 Nov 2018 17:10:47 +0100] rev 52744
8213532: add missing LocalFree calls after using FormatMessage(A) [windows] Reviewed-by: dmarkov, serb
Wed, 14 Nov 2018 18:27:51 +0530 8213844: Typo in ProblemList updation under JDK-8213536
pbansal [Wed, 14 Nov 2018 18:27:51 +0530] rev 52743
8213844: Typo in ProblemList updation under JDK-8213536 Reviewed-by: jdv
Wed, 14 Nov 2018 01:29:34 +0530 8212116: IIOException "tEXt chunk length is not proper" on opening png file
jdv [Wed, 14 Nov 2018 01:29:34 +0530] rev 52742
8212116: IIOException "tEXt chunk length is not proper" on opening png file Reviewed-by: serb
Wed, 14 Nov 2018 17:26:24 +0530 Merge
psadhukhan [Wed, 14 Nov 2018 17:26:24 +0530] rev 52741
Merge
Tue, 13 Nov 2018 16:35:58 -0800 8211833: Javadoc cleanup of java.applet package
serb [Tue, 13 Nov 2018 16:35:58 -0800] rev 52740
8211833: Javadoc cleanup of java.applet package Reviewed-by: prr
Tue, 13 Nov 2018 07:11:50 -0800 8186549: move ExtendedRobot closer to tests
shurailine [Tue, 13 Nov 2018 07:11:50 -0800] rev 52739
8186549: move ExtendedRobot closer to tests Reviewed-by: serb
Tue, 13 Nov 2018 09:39:57 +0530 8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF
jdv [Tue, 13 Nov 2018 09:39:57 +0530] rev 52738
8176556: java/awt/dnd/ImageTransferTest/ImageTransferTest.java fails for JFIF Reviewed-by: serb
Mon, 12 Nov 2018 22:28:08 +0000 8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component
alitvinov [Mon, 12 Nov 2018 22:28:08 +0000] rev 52737
8187364: Unable to enter zero width non-joiner (ZWNJ) symbol in Swing text component Reviewed-by: serb, dmarkov
Thu, 29 Nov 2018 00:51:58 -0500 8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler
dholmes [Thu, 29 Nov 2018 00:51:58 -0500] rev 52736
8214465: Upgrade arm-sflt minimum architecture to ARMv5TE for assembler Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Thu, 29 Nov 2018 00:49:27 -0500 8214466: Append assembler flags on ARM targets
dholmes [Thu, 29 Nov 2018 00:49:27 -0500] rev 52735
8214466: Append assembler flags on ARM targets Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Wed, 28 Nov 2018 22:29:35 -0500 8214332: Add a flag for overriding default JNI library search path
dholmes [Wed, 28 Nov 2018 22:29:35 -0500] rev 52734
8214332: Add a flag for overriding default JNI library search path Reviewed-by: erikj, dholmes Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Wed, 28 Nov 2018 18:16:39 -0800 8214460: MacosX build is broken because of JDK-8214014
smarks [Wed, 28 Nov 2018 18:16:39 -0800] rev 52733
8214460: MacosX build is broken because of JDK-8214014 Reviewed-by: dholmes, tbell
Thu, 29 Nov 2018 02:11:44 +0100 Added tag jdk-12+22 for changeset 732bec44c89e
jwilhelm [Thu, 29 Nov 2018 02:11:44 +0100] rev 52732
Added tag jdk-12+22 for changeset 732bec44c89e
Thu, 29 Nov 2018 07:40:45 +0800 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries
mli [Thu, 29 Nov 2018 07:40:45 +0800] rev 52731
8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries Reviewed-by: chegar, ctornqvi, dholmes
Wed, 28 Nov 2018 15:25:14 -0800 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52730
8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 Reviewed-by: martin, chegar
Wed, 28 Nov 2018 15:25:14 -0800 8211877: Broken links in java.util.concurrent.atomic
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52729
8211877: Broken links in java.util.concurrent.atomic Reviewed-by: martin, jjg
Wed, 28 Nov 2018 15:25:14 -0800 8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec
dl [Wed, 28 Nov 2018 15:25:14 -0800] rev 52728
8212899: java/util/concurrent/tck/JSR166TestCase.java - testMissedSignal_8187947(SubmissionPublisherTest): timed out waiting for CountDownLatch for 40 sec Reviewed-by: martin, dholmes
Wed, 28 Nov 2018 14:28:28 -0800 8213406: (fs) More than one instance of built-in FileSystem observed in heap
martin [Wed, 28 Nov 2018 14:28:28 -0800] rev 52727
8213406: (fs) More than one instance of built-in FileSystem observed in heap Reviewed-by: alanb, cushon, weijun
Wed, 28 Nov 2018 16:05:48 -0500 8214278: Cleanup process_completed_threshold and related state
kbarrett [Wed, 28 Nov 2018 16:05:48 -0500] rev 52726
8214278: Cleanup process_completed_threshold and related state Summary: Change types, normalize names, remove special values. Reviewed-by: tschatzl, sjohanss
Wed, 28 Nov 2018 16:04:36 -0500 8214014: Remove vestiges of gopher: protocol proxy support
rriggs [Wed, 28 Nov 2018 16:04:36 -0500] rev 52725
8214014: Remove vestiges of gopher: protocol proxy support Reviewed-by: lancea, alanb
Wed, 28 Nov 2018 15:53:49 -0500 4947890: Minimize JNI upcalls in system-properties initialization
rriggs [Wed, 28 Nov 2018 15:53:49 -0500] rev 52724
4947890: Minimize JNI upcalls in system-properties initialization Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
Wed, 28 Nov 2018 14:49:19 -0500 8210454: jar tool does not allow setting the module version without also setting the main class
lancea [Wed, 28 Nov 2018 14:49:19 -0500] rev 52723
8210454: jar tool does not allow setting the module version without also setting the main class Reviewed-by: alanb, mchung, chegar
Wed, 28 Nov 2018 11:09:27 -0800 8214408: Migrate EventsOnOff to using the same allocateAndCheck method
jcbeyler [Wed, 28 Nov 2018 11:09:27 -0800] rev 52722
8214408: Migrate EventsOnOff to using the same allocateAndCheck method Summary: Move code to the more stable version used by other tests Reviewed-by: sspitsyn, amenkov
Wed, 28 Nov 2018 10:30:15 -0800 8213117: adoptNode corrupts attribute values jdk-12+22
joehw [Wed, 28 Nov 2018 10:30:15 -0800] rev 52721
8213117: adoptNode corrupts attribute values Reviewed-by: lancea
Wed, 28 Nov 2018 07:51:15 -0800 8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found
iklam [Wed, 28 Nov 2018 07:51:15 -0800] rev 52720
8213275: ReplaceCriticalClasses.java fails with jdk.internal.vm.PostVMInitHook not found Reviewed-by: lfoltan, sspitsyn, shade
Wed, 28 Nov 2018 13:56:32 +0100 8214343: Handle the absence of Xrandr more generically
simonis [Wed, 28 Nov 2018 13:56:32 +0100] rev 52719
8214343: Handle the absence of Xrandr more generically Reviewed-by: stuefe, erikj, prr
Wed, 28 Nov 2018 13:24:56 +0300 8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
dchuyko [Wed, 28 Nov 2018 13:24:56 +0300] rev 52718
8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp Reviewed-by: rkennke, shade
Wed, 28 Nov 2018 11:06:27 +0100 8213791: StringTable: Use get and insert
rehn [Wed, 28 Nov 2018 11:06:27 +0100] rev 52717
8213791: StringTable: Use get and insert Reviewed-by: eosterlund, gziemski
Wed, 28 Nov 2018 11:06:58 +0100 8213996: Remove one of the SparsePRT entry tables
tschatzl [Wed, 28 Nov 2018 11:06:58 +0100] rev 52716
8213996: Remove one of the SparsePRT entry tables Summary: Remove unused functionality in SparsePRT Reviewed-by: shade, sjohanss
Wed, 28 Nov 2018 10:52:01 +0100 8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout
tschatzl [Wed, 28 Nov 2018 10:52:01 +0100] rev 52715
8211211: vmTestbase/metaspace/stressDictionary/StressDictionary.java timeout Summary: Disable CMS precleaning to avoid accumulating too many classloaders to unload. Reviewed-by: kbarrett, sangheki
Wed, 28 Nov 2018 10:00:41 +0100 8178317: Create man pages using pandoc from markdown sources
ihse [Wed, 28 Nov 2018 10:00:41 +0100] rev 52714
8178317: Create man pages using pandoc from markdown sources Reviewed-by: erikj
Tue, 27 Nov 2018 15:56:10 +0100 8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal
mbaesken [Tue, 27 Nov 2018 15:56:10 +0100] rev 52713
8214373: adjust usage of ReleaseLongArrayElements in MacosxDebuggerLocal Reviewed-by: stuefe, jcbeyler
Tue, 27 Nov 2018 14:49:13 +0100 8214362: C2: gc interface entry point for split if
roland [Tue, 27 Nov 2018 14:49:13 +0100] rev 52712
8214362: C2: gc interface entry point for split if Reviewed-by: rkennke, thartmann
Tue, 27 Nov 2018 09:35:02 +0100 8214172: GC interface entry points for loop opts
roland [Tue, 27 Nov 2018 09:35:02 +0100] rev 52711
8214172: GC interface entry points for loop opts Reviewed-by: kvn, rkennke
Wed, 28 Nov 2018 15:34:43 +0800 8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
mli [Wed, 28 Nov 2018 15:34:43 +0800] rev 52710
8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library Reviewed-by: igerasim
Wed, 28 Nov 2018 10:21:07 +0530 8202621: bad test with broken links needs to be updated
pmuthuswamy [Wed, 28 Nov 2018 10:21:07 +0530] rev 52709
8202621: bad test with broken links needs to be updated Reviewed-by: hannesw
Wed, 28 Nov 2018 09:37:03 +0530 8213921: Use {@systemProperty} tag for properties listed in "Networking Properties"
pmuthuswamy [Wed, 28 Nov 2018 09:37:03 +0530] rev 52708
8213921: Use {@systemProperty} tag for properties listed in "Networking Properties" Reviewed-by: chegar
Tue, 27 Nov 2018 22:02:52 -0500 8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
dholmes [Tue, 27 Nov 2018 22:02:52 -0500] rev 52707
8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0 Summary: skip non-JavaThreads that have not reached a minimal initialization point - setting their stack size Reviewed-by: kbarrett, stuefe
Tue, 27 Nov 2018 21:20:16 -0500 8214208: Nestmate package validation logging/exception should include classloader information
dholmes [Tue, 27 Nov 2018 21:20:16 -0500] rev 52706
8214208: Nestmate package validation logging/exception should include classloader information Reviewed-by: hseigel, coleenp, mchung
Tue, 27 Nov 2018 19:46:57 -0500 8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing
coleenp [Tue, 27 Nov 2018 19:46:57 -0500] rev 52705
8214151: [TESTBUG] CleanProtectionDomain.java fails due to RuntimeException: 'protection domain unlinked' missing Summary: call WB_ProtectionDomainRemovedCount. Reviewed-by: jiangli, pchilanomate
Tue, 27 Nov 2018 15:52:34 -0800 8213914: [TESTBUG] Several JFR VM events are not covered by tests
mseledtsov [Tue, 27 Nov 2018 15:52:34 -0800] rev 52704
8213914: [TESTBUG] Several JFR VM events are not covered by tests Summary: Fixed several relevant test issues, added a test to check event coverage Reviewed-by: egahlin
Tue, 27 Nov 2018 18:35:16 -0500 8202415: Incorrect time logged for monitor deflation
dcubed [Tue, 27 Nov 2018 18:35:16 -0500] rev 52703
8202415: Incorrect time logged for monitor deflation Summary: Add support for "deflating per-thread idle monitors" log mesgs. Reviewed-by: dholmes, coleenp
Tue, 27 Nov 2018 17:53:17 -0500 8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
jiangli [Tue, 27 Nov 2018 17:53:17 -0500] rev 52702
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap Summary: Improve the fragmentation error message. Set java heap size in LotsOfClasses.java. Reviewed-by: iklam, ccheung
Tue, 27 Nov 2018 13:39:57 -0500 8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
pchilanomate [Tue, 27 Nov 2018 13:39:57 -0500] rev 52701
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly Summary: "waiting to re-lock in wait()" is now shown in the frame where relocking is taking place Reviewed-by: dholmes, dcubed
Tue, 27 Nov 2018 11:28:47 -0800 8213911: Use example.com in java.net and other examples
darcy [Tue, 27 Nov 2018 11:28:47 -0800] rev 52700
8213911: Use example.com in java.net and other examples Reviewed-by: prappo, chegar, rriggs, mullan
Tue, 27 Nov 2018 09:40:32 -0800 8177286: AttributeSet: attempt to compare Qname and String
joehw [Tue, 27 Nov 2018 09:40:32 -0800] rev 52699
8177286: AttributeSet: attempt to compare Qname and String Reviewed-by: lancea
Tue, 27 Nov 2018 18:14:27 +0100 8214287: SpecJbb2005StressModule got uncaught exception
mgronlun [Tue, 27 Nov 2018 18:14:27 +0100] rev 52698
8214287: SpecJbb2005StressModule got uncaught exception Reviewed-by: egahlin, jwilhelm
Tue, 27 Nov 2018 11:07:44 -0500 8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
vromero [Tue, 27 Nov 2018 11:07:44 -0500] rev 52697
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body Reviewed-by: mcimadamore
Mon, 26 Nov 2018 14:04:23 +0100 8214297: testbug : missing fclose in jvmti_aod.cpp
mbaesken [Mon, 26 Nov 2018 14:04:23 +0100] rev 52696
8214297: testbug : missing fclose in jvmti_aod.cpp Reviewed-by: coleenp, stuefe
Tue, 27 Nov 2018 13:02:28 +0100 8213716: javadoc search not working with Japanese and Chinese locales
hannesw [Tue, 27 Nov 2018 13:02:28 +0100] rev 52695
8213716: javadoc search not working with Japanese and Chinese locales Reviewed-by: jjg
Tue, 27 Nov 2018 11:09:53 +0000 8214295: Populate handlers while holding streamHandlerLock
coffeys [Tue, 27 Nov 2018 11:09:53 +0000] rev 52694
8214295: Populate handlers while holding streamHandlerLock Reviewed-by: chegar
Mon, 26 Nov 2018 17:35:35 +0100 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
roland [Mon, 26 Nov 2018 17:35:35 +0100] rev 52693
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation Reviewed-by: kvn
Mon, 26 Nov 2018 22:49:57 -0800 8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
dlong [Mon, 26 Nov 2018 22:49:57 -0800] rev 52692
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event" Reviewed-by: iklam, kvn
Tue, 27 Nov 2018 07:54:06 +0100 8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
stuefe [Tue, 27 Nov 2018 07:54:06 +0100] rev 52691
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
Mon, 26 Nov 2018 20:50:21 -0800 8214321: Misleading code in SSLCipher
xuelei [Mon, 26 Nov 2018 20:50:21 -0800] rev 52690
8214321: Misleading code in SSLCipher Reviewed-by: ascarpino
Tue, 27 Nov 2018 08:51:20 +0800 8214100: use of keystore probing results in unnecessary exception thrown
weijun [Tue, 27 Nov 2018 08:51:20 +0800] rev 52689
8214100: use of keystore probing results in unnecessary exception thrown Reviewed-by: mullan
Mon, 26 Nov 2018 15:06:53 -0800 8214029: Remove dead code BasicHashtable::bulk_free_entries
iklam [Mon, 26 Nov 2018 15:06:53 -0800] rev 52688
8214029: Remove dead code BasicHashtable::bulk_free_entries Reviewed-by: dholmes
Mon, 26 Nov 2018 11:17:13 -0800 8190312: javadoc -link doesn't work with http: -> https: URL redirects
jjg [Mon, 26 Nov 2018 11:17:13 -0800] rev 52687
8190312: javadoc -link doesn't work with http: -> https: URL redirects Reviewed-by: hannesw
Mon, 26 Nov 2018 14:13:22 -0500 8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
jiangli [Mon, 26 Nov 2018 14:13:22 -0500] rev 52686
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java Summary: Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java. Reviewed-by: iklam
Mon, 26 Nov 2018 11:00:32 -0800 8213956: javadoc crash using {@index} in doc-files file
jjg [Mon, 26 Nov 2018 11:00:32 -0800] rev 52685
8213956: javadoc crash using {@index} in doc-files file Reviewed-by: jlahoda, hannesw, pmuthuswamy
Mon, 26 Nov 2018 13:17:39 -0500 8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
kbarrett [Mon, 26 Nov 2018 13:17:39 -0500] rev 52684
8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed Summary: Remove flag clearing and simplify get_completed-buffer. Reviewed-by: tschatzl, sjohanss
Mon, 26 Nov 2018 09:36:30 +0100 8214059: Undefined behaviour in ADLC
sgehwolf [Mon, 26 Nov 2018 09:36:30 +0100] rev 52683
8214059: Undefined behaviour in ADLC Reviewed-by: shade, kbarrett Contributed-by: Simon Tooke <stooke@redhat.com>
Mon, 26 Nov 2018 12:20:06 -0400 8203442: String::transform
jlaskey [Mon, 26 Nov 2018 12:20:06 -0400] rev 52682
8203442: String::transform Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
Mon, 26 Nov 2018 09:46:20 -0500 8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap
hseigel [Mon, 26 Nov 2018 09:46:20 -0500] rev 52681
8204525: [TESTBUG] runtime/NMT/MallocStressTest.java ran out of java heap Summary: Handle OutOfMemoryError exception to prevent test aborting Reviewed-by: zgu, dholmes
Mon, 26 Nov 2018 12:16:23 +0100 8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions
thartmann [Mon, 26 Nov 2018 12:16:23 +0100] rev 52680
8214242: compiler/arguments/TestScavengeRootsInCode.java fails because of missing UnlockDiagnosticVMOptions Summary: Added missing UnlockDiagnosticVMOptions. Reviewed-by: tschatzl
Mon, 26 Nov 2018 09:24:08 +0100 8214113: Switch expressions may have constant type and may be skipped during write
jlahoda [Mon, 26 Nov 2018 09:24:08 +0100] rev 52679
8214113: Switch expressions may have constant type and may be skipped during write Summary: Switch expressions should not be compile-time constants. Reviewed-by: mcimadamore
Mon, 26 Nov 2018 08:27:49 +0800 8214262: SunEC native code does not compile with debug on
weijun [Mon, 26 Nov 2018 08:27:49 +0800] rev 52678
8214262: SunEC native code does not compile with debug on Reviewed-by: jnimeh
Sat, 24 Nov 2018 01:05:11 +0100 8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java
jwilhelm [Sat, 24 Nov 2018 01:05:11 +0100] rev 52677
8214276: Problemlist compiler/intrinsics/mathexact/MulExactLConstantTest.java Reviewed-by: kbarrett
Fri, 23 Nov 2018 19:45:38 +0300 8213845: ARM32: Interpreter doesn't call result handler after native calls
bulasevich [Fri, 23 Nov 2018 19:45:38 +0300] rev 52676
8213845: ARM32: Interpreter doesn't call result handler after native calls Reviewed-by: aph
Thu, 22 Nov 2018 17:25:47 +0100 8214206: Fix for JDK-8213419 is broken on 32-bit
roland [Thu, 22 Nov 2018 17:25:47 +0100] rev 52675
8214206: Fix for JDK-8213419 is broken on 32-bit Reviewed-by: mdoerr, shade
Fri, 23 Nov 2018 10:57:07 +0100 8214118: HeapRegions marked as archive even if CDS mapping fails
sjohanss [Fri, 23 Nov 2018 10:57:07 +0100] rev 52674
8214118: HeapRegions marked as archive even if CDS mapping fails Reviewed-by: tschatzl, jiangli
Fri, 23 Nov 2018 11:07:54 +0100 8214181: safepoint header cleanup
rehn [Fri, 23 Nov 2018 11:07:54 +0100] rev 52673
8214181: safepoint header cleanup Reviewed-by: kbarrett, dholmes, coleenp
Fri, 23 Nov 2018 10:43:18 +0100 8212108: SafepointSynchronizer never ending counter (big enough)
rehn [Fri, 23 Nov 2018 10:43:18 +0100] rev 52672
8212108: SafepointSynchronizer never ending counter (big enough) Reviewed-by: dholmes, eosterlund
Fri, 23 Nov 2018 10:51:59 +0100 8214161: java.lang.IllegalAccessError: class jdk.internal.event.X509CertificateEvent (in module java.base) cannot access class jdk.jfr.internal.handlers.EventHandler (in module jdk.jfr) because module java.base does not read module jdk.jfr
mgronlun [Fri, 23 Nov 2018 10:51:59 +0100] rev 52671
8214161: java.lang.IllegalAccessError: class jdk.internal.event.X509CertificateEvent (in module java.base) cannot access class jdk.jfr.internal.handlers.EventHandler (in module jdk.jfr) because module java.base does not read module jdk.jfr Reviewed-by: egahlin, dholmes
Fri, 23 Nov 2018 13:16:45 +0530 8203672: JNI exception pending in PlainSocketImpl.c
vtewari [Fri, 23 Nov 2018 13:16:45 +0530] rev 52670
8203672: JNI exception pending in PlainSocketImpl.c 8203264: JNI exception pending in PlainDatagramSocketImpl.c:740 8203673: JNI exception pending in DualStackPlainDatagramSocketImpl.c:398 Reviewed-by: chegar, igerasim
Fri, 23 Nov 2018 16:36:07 +0900 8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions
ysuenaga [Fri, 23 Nov 2018 16:36:07 +0900] rev 52669
8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions Reviewed-by: mgronlun, egahlin
Fri, 23 Nov 2018 12:45:47 +0800 8214241: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java for all platforms
amlu [Fri, 23 Nov 2018 12:45:47 +0800] rev 52668
8214241: Problem list com/sun/jndi/ldap/LdapTimeoutTest.java for all platforms Reviewed-by: vtewari, weijun
Thu, 22 Nov 2018 21:43:37 -0500 8214205: PPC64: Add instructions for counting trailing zeros
mhorie [Thu, 22 Nov 2018 21:43:37 -0500] rev 52667
8214205: PPC64: Add instructions for counting trailing zeros Reviewed-by: mdoerr, gromero
Thu, 22 Nov 2018 10:15:32 -0800 8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due to missing Lib2 file
mchung [Thu, 22 Nov 2018 10:15:32 -0800] rev 52666
8214223: tools/jdeps/listdeps/ListModuleDeps.java failed due to missing Lib2 file Reviewed-by: lancea, alanb
Thu, 22 Nov 2018 17:22:40 +0100 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
simonis [Thu, 22 Nov 2018 17:22:40 +0100] rev 52665
8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x Reviewed-by: erikj, ihse
Thu, 22 Nov 2018 15:38:20 +0100 8200432: javadoc fails with ClassCastException on {@link byte[]}
hannesw [Thu, 22 Nov 2018 15:38:20 +0100] rev 52664
8200432: javadoc fails with ClassCastException on {@link byte[]} Reviewed-by: jjg, sundar
Thu, 22 Nov 2018 11:15:53 +0100 8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001
sgehwolf [Thu, 22 Nov 2018 11:15:53 +0100] rev 52663
8214108: [TESTBUG] Incorrect Function parameter lists in vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001 Reviewed-by: gadams, sspitsyn Contributed-by: Simon Tooke <stooke@redhat.com>
Thu, 22 Nov 2018 10:11:58 +0100 8214105: [TESTBUG] Bit test is always false in serviceability/jvmti/StartPhase/AllowedFunctions
sgehwolf [Thu, 22 Nov 2018 10:11:58 +0100] rev 52662
8214105: [TESTBUG] Bit test is always false in serviceability/jvmti/StartPhase/AllowedFunctions Reviewed-by: dcubed, dholmes, jcbeyler, gadams, sspitsyn Contributed-by: Simon Tooke <stooke@redhat.com>
Thu, 22 Nov 2018 10:01:38 +0100 8213755: Let nmethods be is_unloading() outside of safepoints
eosterlund [Thu, 22 Nov 2018 10:01:38 +0100] rev 52661
8213755: Let nmethods be is_unloading() outside of safepoints Reviewed-by: rehn, coleenp, kvn
Thu, 22 Nov 2018 09:55:44 +0100 8214056: Allow the GC to attach context information to CompiledMethod
eosterlund [Thu, 22 Nov 2018 09:55:44 +0100] rev 52660
8214056: Allow the GC to attach context information to CompiledMethod Reviewed-by: shade, kvn, adinn
Thu, 22 Nov 2018 09:46:24 +0100 8213486: SIGSEGV in CompiledMethod::cleanup_inline_caches_impl with AOT
eosterlund [Thu, 22 Nov 2018 09:46:24 +0100] rev 52659
8213486: SIGSEGV in CompiledMethod::cleanup_inline_caches_impl with AOT Reviewed-by: kvn, dlong
Thu, 22 Nov 2018 09:44:02 +0100 8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it
simonis [Thu, 22 Nov 2018 09:44:02 +0100] rev 52658
8213944: Fix AIX build after the removal of Xrandr.h and add a configure check for it Reviewed-by: shade, erikj, stuefe, ihse, goetz
Thu, 22 Nov 2018 09:26:51 +0100 8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled
tschatzl [Thu, 22 Nov 2018 09:26:51 +0100] rev 52657
8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled Summary: With UseTransparentHugePages we always need to pretouch on small page size as the underlying memory could currently be allocated as either small or large pages. Reviewed-by: shade, sjohanss
Thu, 22 Nov 2018 09:25:19 +0100 8213997: Remove G1HRRSUseSparseTable flag
tschatzl [Thu, 22 Nov 2018 09:25:19 +0100] rev 52656
8213997: Remove G1HRRSUseSparseTable flag Summary: Remove develop flag because it is not used anyway. Reviewed-by: shade, manc
Thu, 22 Nov 2018 09:23:05 +0100 8214057: GC/C2 abstraction for Node::has_special_unique_user()
rkennke [Thu, 22 Nov 2018 09:23:05 +0100] rev 52655
8214057: GC/C2 abstraction for Node::has_special_unique_user() Reviewed-by: kvn, roland
Thu, 22 Nov 2018 09:22:54 +0100 8214055: GC/C2 abstraction for phaseX
rkennke [Thu, 22 Nov 2018 09:22:54 +0100] rev 52654
8214055: GC/C2 abstraction for phaseX Reviewed-by: kvn, roland
Fri, 09 Nov 2018 14:08:01 +0100 8212748: ZGC: Add reentrant locking functionality
pliden [Fri, 09 Nov 2018 14:08:01 +0100] rev 52653
8212748: ZGC: Add reentrant locking functionality Reviewed-by: eosterlund, kbarrett
Thu, 22 Nov 2018 09:14:31 +0100 8214068: ZGC crashes with vmTestbase/nsk/jdi/ReferenceType/instances/instances004/TestDescription.java
pliden [Thu, 22 Nov 2018 09:14:31 +0100] rev 52652
8214068: ZGC crashes with vmTestbase/nsk/jdi/ReferenceType/instances/instances004/TestDescription.java Reviewed-by: eosterlund, rehn, dcubed
Thu, 22 Nov 2018 13:25:44 +0530 8046500: GetIpAddrTable function failed on Pure Ipv6 environment
vtewari [Thu, 22 Nov 2018 13:25:44 +0530] rev 52651
8046500: GetIpAddrTable function failed on Pure Ipv6 environment Reviewed-by: chegar
Wed, 21 Nov 2018 22:34:01 -0800 8213909: jdeps --print-module-deps should report missing dependences
mchung [Wed, 21 Nov 2018 22:34:01 -0800] rev 52650
8213909: jdeps --print-module-deps should report missing dependences 8168869: jdeps: localized messages don't use proper line breaks Reviewed-by: sundar
Wed, 21 Nov 2018 22:33:33 -0800 8211051: jdeps usage of --dot-output doesn't provide valid output for modular jar
mchung [Wed, 21 Nov 2018 22:33:33 -0800] rev 52649
8211051: jdeps usage of --dot-output doesn't provide valid output for modular jar Reviewed-by: sundar
Thu, 22 Nov 2018 10:25:44 +0530 8213819: doclint should warn against {@index} inside <a> tag
pmuthuswamy [Thu, 22 Nov 2018 10:25:44 +0530] rev 52648
8213819: doclint should warn against {@index} inside <a> tag Reviewed-by: jjg, hannesw
Thu, 22 Nov 2018 10:30:47 +0800 8211266: [TESTBUG] ZipFSTester.java failed intermittently in ZipFSTester.checkRead(): bound must be positive
amlu [Thu, 22 Nov 2018 10:30:47 +0800] rev 52647
8211266: [TESTBUG] ZipFSTester.java failed intermittently in ZipFSTester.checkRead(): bound must be positive Reviewed-by: lancea
Thu, 22 Nov 2018 02:32:36 +0100 Added tag jdk-12+21 for changeset f8fb0c86f2b3
jwilhelm [Thu, 22 Nov 2018 02:32:36 +0100] rev 52646
Added tag jdk-12+21 for changeset f8fb0c86f2b3
Wed, 21 Nov 2018 22:02:17 +0100 8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects
dnsimon [Wed, 21 Nov 2018 22:02:17 +0100] rev 52645
8213907: [JVMCI] avoid Class.getDeclared* methods when converting JVMCI objects to reflection objects Reviewed-by: kvn, never
Wed, 21 Nov 2018 12:36:16 -0800 8214139: Remove wrapper methods from {Base,Html}Configuration
jjg [Wed, 21 Nov 2018 12:36:16 -0800] rev 52644
8214139: Remove wrapper methods from {Base,Html}Configuration Reviewed-by: pmuthuswamy, hannesw
Wed, 21 Nov 2018 15:06:13 -0500 8213202: Possible race condition in TLS 1.3 session resumption jdk-12+21
apetcher [Wed, 21 Nov 2018 15:06:13 -0500] rev 52643
8213202: Possible race condition in TLS 1.3 session resumption Reviewed-by: jnimeh
Wed, 21 Nov 2018 10:46:45 -0800 8214149: Move out assignments when not using NSK*VERIFY macros
jcbeyler [Wed, 21 Nov 2018 10:46:45 -0800] rev 52642
8214149: Move out assignments when not using NSK*VERIFY macros Summary: Move out the assignments from ifs Reviewed-by: sspitsyn, cjplummer
Wed, 21 Nov 2018 18:44:11 +0000 8214078: (fs) SecureDirectoryStream not supported on arm32
alanb [Wed, 21 Nov 2018 18:44:11 +0000] rev 52641
8214078: (fs) SecureDirectoryStream not supported on arm32 Reviewed-by: alanb Contributed-by: nick.gasson@arm.com
Wed, 21 Nov 2018 09:38:27 -0800 8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions
jcbeyler [Wed, 21 Nov 2018 09:38:27 -0800] rev 52640
8213721: [Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions Summary: Add the exception handler only for the current thread Reviewed-by: dholmes, sspitsyn, thartmann
Wed, 21 Nov 2018 08:16:25 -0800 8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit
bpb [Wed, 21 Nov 2018 08:16:25 -0800] rev 52639
8213235: java/nio/channels/SocketChannel/AsyncCloseChannel.java fails with threads that didn't exit Reviewed-by: alanb, dfuchs
Wed, 21 Nov 2018 15:09:27 +0000 8213942: URLStreamHandler initialization race
coffeys [Wed, 21 Nov 2018 15:09:27 +0000] rev 52638
8213942: URLStreamHandler initialization race Reviewed-by: alanb, chegar, prappo
Wed, 21 Nov 2018 09:40:19 -0500 8214144: Remove confusing locking_enqueue_completed_buffer
kbarrett [Wed, 21 Nov 2018 09:40:19 -0500] rev 52637
8214144: Remove confusing locking_enqueue_completed_buffer Summary: Remove function. Reviewed-by: tschatzl, manc
Wed, 21 Nov 2018 15:22:28 +0100 8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms
simonis [Wed, 21 Nov 2018 15:22:28 +0100] rev 52636
8214120: [REDO] Fix sun.awt.nativedebug on X11 platforms Reviewed-by: stuefe, ihse
Wed, 21 Nov 2018 15:22:57 +0100 8212982: Rule cases in switch expression accepted even if complete normally
jlahoda [Wed, 21 Nov 2018 15:22:57 +0100] rev 52635
8212982: Rule cases in switch expression accepted even if complete normally Summary: Ensure an error is reported if switch expression does not correctly produce a value. Reviewed-by: mcimadamore
Wed, 21 Nov 2018 15:05:21 +0100 8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2
thartmann [Wed, 21 Nov 2018 15:05:21 +0100] rev 52634
8214025: assert(t->singleton()) failed: must be a constant when ScavengeRootsInCode < 2 Summary: Added missing null checks and checks for pending exception. Reviewed-by: kvn
Wed, 21 Nov 2018 14:24:31 +0530 8209923: Unicode 11.0.0.
rgoel [Wed, 21 Nov 2018 14:24:31 +0530] rev 52633
8209923: Unicode 11.0.0. Summary: Updated JDK to support Unicode 11.0.0. Reviewed-by: naoto
Wed, 14 Nov 2018 13:15:54 +0100 8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1
roland [Wed, 14 Nov 2018 13:15:54 +0100] rev 52632
8213419: C2 may hang in MulLNode::Ideal()/MulINode::Ideal() with gcc 8.2.1 Reviewed-by: kvn, dlong, aph
Tue, 20 Nov 2018 20:00:15 -0800 8213587: Speed up CDS dump time by using resizable hashtables
iklam [Tue, 20 Nov 2018 20:00:15 -0800] rev 52631
8213587: Speed up CDS dump time by using resizable hashtables Reviewed-by: jiangli, coleenp, gziemski
Tue, 20 Nov 2018 18:36:57 -0800 8214154: problem list HeapMonitorStatIntervalTest.java
jcbeyler [Tue, 20 Nov 2018 18:36:57 -0800] rev 52630
8214154: problem list HeapMonitorStatIntervalTest.java Summary: Add the test to the problem list until solved Reviewed-by: dholmes
Tue, 20 Nov 2018 20:09:11 -0500 8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java
zgu [Tue, 20 Nov 2018 20:09:11 -0500] rev 52629
8214124: [TESTBUG] Bugs in runtime/NMT/MallocStressTest.java Summary: Fix possible negative size and index that can cause the test to fail Reviewed-by: stuefe, shade
Tue, 20 Nov 2018 22:59:27 +0100 8213992: Rename and make DieOnSafepointTimeout the diagnostic option
shade [Tue, 20 Nov 2018 22:59:27 +0100] rev 52628
8213992: Rename and make DieOnSafepointTimeout the diagnostic option Reviewed-by: dholmes, dcubed, coleenp, kvn
Tue, 20 Nov 2018 22:37:34 +0100 8213746: GC/C2 abstraction for C2 matcher
rkennke [Tue, 20 Nov 2018 22:37:34 +0100] rev 52627
8213746: GC/C2 abstraction for C2 matcher Reviewed-by: kvn, roland
Tue, 20 Nov 2018 21:12:46 +0100 8213033: Archive remaining primitive box caches
redestad [Tue, 20 Nov 2018 21:12:46 +0100] rev 52626
8213033: Archive remaining primitive box caches Reviewed-by: jiangli, alanb
Mon, 19 Nov 2018 09:57:41 -0800 8213908: AssertionError in DeferredAttr at setOverloadKind
cushon [Mon, 19 Nov 2018 09:57:41 -0800] rev 52625
8213908: AssertionError in DeferredAttr at setOverloadKind Reviewed-by: mcimadamore
Tue, 20 Nov 2018 19:06:34 +0100 8214125: [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp
simonis [Tue, 20 Nov 2018 19:06:34 +0100] rev 52624
8214125: [test] Fix comparison between pointer and integer in test_ptrQueueBufferAllocator.cpp Reviewed-by: mdoerr, shade, stuefe, tschatzl
Tue, 20 Nov 2018 09:22:13 -0800 8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3 generate incorrect messages upon failure
joehw [Tue, 20 Nov 2018 09:22:13 -0800] rev 52623
8210722: JAXP Tests: CatalogSupport2 and CatalogSupport3 generate incorrect messages upon failure Reviewed-by: lancea
Tue, 20 Nov 2018 21:59:07 +0530 8210742: compound var declaration type is not uniform for all variables
sdama [Tue, 20 Nov 2018 21:59:07 +0530] rev 52622
8210742: compound var declaration type is not uniform for all variables Summary: make implicit type for all variables in compound declaration as null for which type inference happens at later phase Reviewed-by: mcimadamore Contributed-by: srinivas.dama@oracle.com
Tue, 20 Nov 2018 13:12:48 +0000 8148188: Enhance the security libraries to record events of interest
coffeys [Tue, 20 Nov 2018 13:12:48 +0000] rev 52621
8148188: Enhance the security libraries to record events of interest Reviewed-by: egahlin, mullan, weijun, xuelei
Tue, 20 Nov 2018 10:08:19 +0100 8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
eosterlund [Tue, 20 Nov 2018 10:08:19 +0100] rev 52620
8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE Reviewed-by: coleenp, pliden
Tue, 20 Nov 2018 10:08:18 +0100 8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass()
eosterlund [Tue, 20 Nov 2018 10:08:18 +0100] rev 52619
8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass() Reviewed-by: coleenp, dlong
Tue, 20 Nov 2018 09:35:15 +0100 8213560: gtests might hang
rehn [Tue, 20 Nov 2018 09:35:15 +0100] rev 52618
8213560: gtests might hang Reviewed-by: rwestberg, eosterlund
Tue, 20 Nov 2018 08:17:24 +0100 8213623: ZGC: Let heap iteration walk all roots
pliden [Tue, 20 Nov 2018 08:17:24 +0100] rev 52617
8213623: ZGC: Let heap iteration walk all roots Reviewed-by: eosterlund, kbarrett
Tue, 20 Nov 2018 10:50:54 +0530 8184205: Captions on tabbed tables are squashed together
pmuthuswamy [Tue, 20 Nov 2018 10:50:54 +0530] rev 52616
8184205: Captions on tabbed tables are squashed together Reviewed-by: jjg
Tue, 20 Nov 2018 10:07:42 +0530 8213920: Use {@systemProperty} tag for properties listed in System.getProperties
pmuthuswamy [Tue, 20 Nov 2018 10:07:42 +0530] rev 52615
8213920: Use {@systemProperty} tag for properties listed in System.getProperties Reviewed-by: mchung, alanb
Tue, 20 Nov 2018 09:59:58 +0800 8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently
xyin [Tue, 20 Nov 2018 09:59:58 +0800] rev 52614
8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently Reviewed-by: dfuchs
Mon, 19 Nov 2018 10:47:38 -0800 8214071: Broken msg.bug diagnostics when using the compiler API
cushon [Mon, 19 Nov 2018 10:47:38 -0800] rev 52613
8214071: Broken msg.bug diagnostics when using the compiler API Reviewed-by: jjg
Mon, 19 Nov 2018 22:27:51 +0100 8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms
stuefe [Mon, 19 Nov 2018 22:27:51 +0100] rev 52612
8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms Reviewed-by: shade, dholmes
Mon, 19 Nov 2018 19:25:57 +0100 8214007: Fix sun.awt.nativedebug on X11 platforms
simonis [Mon, 19 Nov 2018 19:25:57 +0100] rev 52611
8214007: Fix sun.awt.nativedebug on X11 platforms Reviewed-by: erikj, ihse
Mon, 19 Nov 2018 08:52:11 -0800 8214062: JDK-8167368 Leftover: get_source.sh in build documentation
erikj [Mon, 19 Nov 2018 08:52:11 -0800] rev 52610
8214062: JDK-8167368 Leftover: get_source.sh in build documentation Reviewed-by: dholmes, erikj Contributed-by: merkel05@gmail.com
Wed, 06 Dec 2017 13:07:21 +0100 8191339: [JVMCI] BigInteger compiler intrinsics on Graal
phedlin [Wed, 06 Dec 2017 13:07:21 +0100] rev 52609
8191339: [JVMCI] BigInteger compiler intrinsics on Graal Reviewed-by: kvn
Thu, 08 Nov 2018 10:20:04 +0100 8211451: ~2.5% regression on compression benchmark starting with 12-b11
roland [Thu, 08 Nov 2018 10:20:04 +0100] rev 52608
8211451: ~2.5% regression on compression benchmark starting with 12-b11 Reviewed-by: kvn, thartmann
Mon, 19 Nov 2018 13:49:50 +0100 8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure
redestad [Mon, 19 Nov 2018 13:49:50 +0100] rev 52607
8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure Reviewed-by: ihse, dholmes
Mon, 19 Nov 2018 07:05:13 -0500 8213916: no copyright in signature.html
gadams [Mon, 19 Nov 2018 07:05:13 -0500] rev 52606
8213916: no copyright in signature.html Reviewed-by: sspitsyn, rriggs, jcbeyler
Mon, 19 Nov 2018 11:51:27 +0100 8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
shade [Mon, 19 Nov 2018 11:51:27 +0100] rev 52605
8212070: Introduce diagnostic flag to abort VM on failed JIT compilation Reviewed-by: mikael, thartmann
Tue, 13 Nov 2018 09:59:50 +0100 8213779: Loop opts anti dependent store detection should ignore uncommon trap calls
roland [Tue, 13 Nov 2018 09:59:50 +0100] rev 52604
8213779: Loop opts anti dependent store detection should ignore uncommon trap calls Reviewed-by: kvn
Mon, 19 Nov 2018 09:56:42 +0000 8210838: Override javax.crypto.Cipher.toString()
coffeys [Mon, 19 Nov 2018 09:56:42 +0000] rev 52603
8210838: Override javax.crypto.Cipher.toString() Reviewed-by: mullan, weijun
Sun, 18 Nov 2018 19:45:33 +0100 8214027: Reinstate testB_mem_imm pattern in x86_64.ad
bsrbnd [Sun, 18 Nov 2018 19:45:33 +0100] rev 52602
8214027: Reinstate testB_mem_imm pattern in x86_64.ad Reviewed-by: rkennke
Fri, 16 Nov 2018 17:46:15 -0800 8213948: Solaris-X64 build fails with compact hashtable
iklam [Fri, 16 Nov 2018 17:46:15 -0800] rev 52601
8213948: Solaris-X64 build fails with compact hashtable Reviewed-by: dcubed, shade
Fri, 16 Nov 2018 15:51:29 +0100 8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out
rrich [Fri, 16 Nov 2018 15:51:29 +0100] rev 52600
8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out Reviewed-by: dholmes, jcbeyler Contributed-by: richard.reingruber@sap.com
Sat, 17 Nov 2018 13:48:50 +0100 8214004: Missing space between compiler thread name and task info in hs_err
shade [Sat, 17 Nov 2018 13:48:50 +0100] rev 52599
8214004: Missing space between compiler thread name and task info in hs_err Reviewed-by: dcubed, zgu
Sat, 17 Nov 2018 18:11:23 +0800 8212003: Deprecating the default keytool -keyalg option
weijun [Sat, 17 Nov 2018 18:11:23 +0800] rev 52598
8212003: Deprecating the default keytool -keyalg option Reviewed-by: mullan, xuelei
Fri, 16 Nov 2018 19:27:21 -0800 8212931: HeapMonitorStatIntervalTest.java fails due average calculation
jcbeyler [Fri, 16 Nov 2018 19:27:21 -0800] rev 52597
8212931: HeapMonitorStatIntervalTest.java fails due average calculation Summary: Added a method to get the actual size Reviewed-by: amenkov, sspitsyn
Fri, 16 Nov 2018 16:10:25 -0800 8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
ccheung [Fri, 16 Nov 2018 16:10:25 -0800] rev 52596
8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping Summary: Allow Java agent during CDS dumping if the AllowArchivingWithJavaAgent dignostic option is specified. Reviewed-by: iklam, jiangli, sspitsyn, dcubed
Fri, 16 Nov 2018 23:39:51 +0100 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad [Fri, 16 Nov 2018 23:39:51 +0100] rev 52595
8061281: Microbenchmark suite build support, directory layout and sample benchmarks 8061282: Migrate jmh-jdk-microbenchmarks into the JDK Reviewed-by: ecaspole, mchung, erikj, ihse Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, claes.redestad@oracle.com, sfriberg@kth.se
Fri, 16 Nov 2018 13:23:50 -0500 8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region
jiangli [Fri, 16 Nov 2018 13:23:50 -0500] rev 52594
8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region Summary: HeapRegionManager::find_highest_free needs to check if the region obtained from the HeapRegionManager::_regions is available. Reviewed-by: tschatzl, sjohanss
Fri, 16 Nov 2018 09:49:05 -0800 8214003: Limit default test jobs based on memory size
erikj [Fri, 16 Nov 2018 09:49:05 -0800] rev 52593
8214003: Limit default test jobs based on memory size Reviewed-by: shade, tbell
Fri, 16 Nov 2018 09:35:39 -0800 8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
dlong [Fri, 16 Nov 2018 09:35:39 -0800] rev 52592
8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list Reviewed-by: thartmann, kvn
Fri, 16 Nov 2018 19:30:11 +0300 8213947: ARM32: failed check_simd should set UsePopCountInstruction to false
bulasevich [Fri, 16 Nov 2018 19:30:11 +0300] rev 52591
8213947: ARM32: failed check_simd should set UsePopCountInstruction to false Reviewed-by: kvn
Fri, 16 Nov 2018 19:29:40 +0300 8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
bulasevich [Fri, 16 Nov 2018 19:29:40 +0300] rev 52590
8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32 Reviewed-by: dholmes
Fri, 16 Nov 2018 19:29:20 +0300 8213410: UseCompressedOops requirement check fails fails on 32-bit system
bulasevich [Fri, 16 Nov 2018 19:29:20 +0300] rev 52589
8213410: UseCompressedOops requirement check fails fails on 32-bit system Reviewed-by: dholmes
Fri, 16 Nov 2018 08:25:46 -0800 8213906: Update arm devkits with libXrandr headers
erikj [Fri, 16 Nov 2018 08:25:46 -0800] rev 52588
8213906: Update arm devkits with libXrandr headers Reviewed-by: tbell, prr
Fri, 16 Nov 2018 10:54:04 -0500 8213092: Add more runtime locks for concurrent class unloading
coleenp [Fri, 16 Nov 2018 10:54:04 -0500] rev 52587
8213092: Add more runtime locks for concurrent class unloading Summary: Add locks for calling CLDG::purge concurrently as well and for calling SystemDictionary::do_unloading concurrently. Reviewed-by: eosterlund, hseigel
Fri, 16 Nov 2018 07:30:40 -0500 8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
coleenp [Fri, 16 Nov 2018 07:30:40 -0500] rev 52586
8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock Summary: Add version of loaded_cld_do for runtime calls. Reviewed-by: eosterlund, rehn
Thu, 15 Nov 2018 17:08:59 +0100 8211326: add OS user related information to hs_err file
mbaesken [Thu, 15 Nov 2018 17:08:59 +0100] rev 52585
8211326: add OS user related information to hs_err file Reviewed-by: dholmes, stuefe
Thu, 15 Nov 2018 21:53:30 -0800 8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
dzhou [Thu, 15 Nov 2018 21:53:30 -0800] rev 52584
8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests Reviewed-by: naoto
Thu, 15 Nov 2018 21:26:35 -0800 8212779: ADL Parser does not check allocation return values in all cases
jcm [Thu, 15 Nov 2018 21:26:35 -0800] rev 52583
8212779: ADL Parser does not check allocation return values in all cases Summary: made to fail gracefully in case of malloc failure. Reviewed-by: kvn
Thu, 15 Nov 2018 19:59:10 -0500 8213352: Separate BufferNode allocation from PtrQueueSet
kbarrett [Thu, 15 Nov 2018 19:59:10 -0500] rev 52582
8213352: Separate BufferNode allocation from PtrQueueSet Summary: Move free-list management and allocation to new class. Reviewed-by: tschatzl, sjohanss
Thu, 15 Nov 2018 17:55:41 -0500 8213723: More Monitor/mutex initialization management
dholmes [Thu, 15 Nov 2018 17:55:41 -0500] rev 52581
8213723: More Monitor/mutex initialization management 8213893: StringTable_lock is unused Reviewed-by: tschatzl, dcubed, coleenp
Thu, 15 Nov 2018 14:01:10 -0800 8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL
iignatyev [Thu, 15 Nov 2018 14:01:10 -0800] rev 52580
8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL Reviewed-by: kvn, roland
Thu, 15 Nov 2018 14:01:08 -0800 8213922: fix ctw stand-alone build
iignatyev [Thu, 15 Nov 2018 14:01:08 -0800] rev 52579
8213922: fix ctw stand-alone build Reviewed-by: kvn, roland
Thu, 15 Nov 2018 09:04:07 -0800 8210777: Update Graal
dlong [Thu, 15 Nov 2018 09:04:07 -0800] rev 52578
8210777: Update Graal Reviewed-by: kvn
Thu, 15 Nov 2018 21:05:47 +0100 8213373: Bulk MarkBitMap clearing methods
shade [Thu, 15 Nov 2018 21:05:47 +0100] rev 52577
8213373: Bulk MarkBitMap clearing methods Reviewed-by: rkennke, zgu
Tue, 13 Nov 2018 22:08:44 -0800 8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark
manc [Tue, 13 Nov 2018 22:08:44 -0800] rev 52576
8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark Summary: Improve include statements related to g1CollectedHeap.inline.hpp Reviewed-by: kbarrett, tschatzl
Thu, 15 Nov 2018 13:22:29 -0500 8213363: X25519 private key PKCS#8 encoding/decoding is incorrect
apetcher [Thu, 15 Nov 2018 13:22:29 -0500] rev 52575
8213363: X25519 private key PKCS#8 encoding/decoding is incorrect Summary: Fixed private key format to match spec in RFC 8410 Reviewed-by: mullan
Thu, 15 Nov 2018 09:56:49 -0800 8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException
dtitov [Thu, 15 Nov 2018 09:56:49 -0800] rev 52574
8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException Reviewed-by: sspitsyn, cjplummer
Thu, 15 Nov 2018 09:45:18 +0100 8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2
neliasso [Thu, 15 Nov 2018 09:45:18 +0100] rev 52573
8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2 Summary: Require MaxVectorSize minimum 4 on 64 bit Reviewed-by: kvn, thartmann
Wed, 14 Nov 2018 09:34:46 +0100 8213736: Build fails with LOG=debug on F28 after JDK-8210958
sgehwolf [Wed, 14 Nov 2018 09:34:46 +0100] rev 52572
8213736: Build fails with LOG=debug on F28 after JDK-8210958 Summary: Add --no-print-directory to make invocation of create-main-targets-include Reviewed-by: erikj, tbell
Tue, 02 Oct 2018 13:48:08 +0200 8211106: [windows] Update OS detection code to recognize Windows Server 2019
mbaesken [Tue, 02 Oct 2018 13:48:08 +0200] rev 52571
8211106: [windows] Update OS detection code to recognize Windows Server 2019 Reviewed-by: alanb, clanger, bobv
Thu, 15 Nov 2018 11:26:46 +0000 8213616: URLPermission with query or fragment behaves incorrectly
michaelm [Thu, 15 Nov 2018 11:26:46 +0000] rev 52570
8213616: URLPermission with query or fragment behaves incorrectly Reviewed-by: chegar, dfuchs
Thu, 15 Nov 2018 11:10:04 +0100 8210024: JFR calls virtual is_Java_thread from ~Thread()
mgronlun [Thu, 15 Nov 2018 11:10:04 +0100] rev 52569
8210024: JFR calls virtual is_Java_thread from ~Thread() Reviewed-by: kbarrett, dholmes, dcubed, egahlin
Thu, 15 Nov 2018 10:59:56 +0100 8213615: GC/C2 abstraction for escape analysis
rkennke [Thu, 15 Nov 2018 10:59:56 +0100] rev 52568
8213615: GC/C2 abstraction for escape analysis Reviewed-by: kvn, roland
Wed, 14 Nov 2018 23:12:19 -0800 8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
ssahoo [Wed, 14 Nov 2018 23:12:19 -0800] rev 52567
8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out Summary: java.net.SocketTimeoutException: Read timed out Reviewed-by: xuelei
Thu, 15 Nov 2018 11:23:43 +0530 8206475: Repeated word in error message
pmuthuswamy [Thu, 15 Nov 2018 11:23:43 +0530] rev 52566
8206475: Repeated word in error message Reviewed-by: sundar
Thu, 15 Nov 2018 01:58:53 +0100 Added tag jdk-12+20 for changeset 40098289d580
jwilhelm [Thu, 15 Nov 2018 01:58:53 +0100] rev 52565
Added tag jdk-12+20 for changeset 40098289d580
Wed, 14 Nov 2018 16:27:11 -0800 8213913: Redundant HTML in java.se/module-info.java
jjg [Wed, 14 Nov 2018 16:27:11 -0800] rev 52564
8213913: Redundant HTML in java.se/module-info.java Reviewed-by: lancea, mchung
Wed, 14 Nov 2018 16:11:21 -0800 8213910: Invalid HTML in java.net.http.HttpClient
jjg [Wed, 14 Nov 2018 16:11:21 -0800] rev 52563
8213910: Invalid HTML in java.net.http.HttpClient Reviewed-by: mchung, darcy
Wed, 14 Nov 2018 18:49:02 -0500 8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces
jiangli [Wed, 14 Nov 2018 18:49:02 -0500] rev 52562
8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces Summary: 1)Populate MetaspaceShared::_core_spaces_size early at mapping time; 2)Fix FileMapInfo::validate_shared_path_table to report failure properly; 3)Remove dead code in FileMapInfo::validate_shared_path_table. Reviewed-by: iklam, ccheung
Wed, 14 Nov 2018 12:25:15 -0800 8213622: Windows VS2013 build failure - "'snprintf': identifier not found" jdk-12+20
jcbeyler [Wed, 14 Nov 2018 12:25:15 -0800] rev 52561
8213622: Windows VS2013 build failure - "'snprintf': identifier not found" Summary: Replace snprintf with strlen and memcpy Reviewed-by: dholmes, mvala, kbarrett
Wed, 14 Nov 2018 11:42:40 -0800 8213818: @return has already been specified
naoto [Wed, 14 Nov 2018 11:42:40 -0800] rev 52560
8213818: @return has already been specified Reviewed-by: rriggs
Wed, 14 Nov 2018 18:57:47 +0100 8213795: Force explicit null check on patching placeholder offset
rkennke [Wed, 14 Nov 2018 18:57:47 +0100] rev 52559
8213795: Force explicit null check on patching placeholder offset Reviewed-by: kvn, adinn
Fri, 09 Nov 2018 10:34:19 -0300 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
mbalao [Fri, 09 Nov 2018 10:34:19 -0300] rev 52558
8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts Summary: Improvements on the synchronization of SequencedEvent events from different AppContexts Reviewed-by: serb
Wed, 14 Nov 2018 09:31:38 -0800 8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration
erikj [Wed, 14 Nov 2018 09:31:38 -0800] rev 52557
8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration Reviewed-by: jjg
Wed, 14 Nov 2018 09:26:28 -0800 8211727: Adjust default concurrency settings for running tests on Sparc
erikj [Wed, 14 Nov 2018 09:26:28 -0800] rev 52556
8211727: Adjust default concurrency settings for running tests on Sparc Reviewed-by: ctornqvi, tbell, mikael
Wed, 14 Nov 2018 09:50:01 -0500 8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state()
pchilanomate [Wed, 14 Nov 2018 09:50:01 -0500] rev 52555
8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state() Summary: Wrapped check_block_state() method in DEBUG_ONLY macro and make the use of the latter more consistent Reviewed-by: dcubed, dholmes
Wed, 14 Nov 2018 14:23:21 +0000 8213189: Make restricted headers in HTTP Client configurable and remove Date by default
michaelm [Wed, 14 Nov 2018 14:23:21 +0000] rev 52554
8213189: Make restricted headers in HTTP Client configurable and remove Date by default Reviewed-by: dfuchs
Wed, 14 Nov 2018 17:16:44 +0530 Merge
psadhukhan [Wed, 14 Nov 2018 17:16:44 +0530] rev 52553
Merge
Mon, 12 Nov 2018 12:39:03 +0530 8213536: Update ProblemList for Linux
pbansal [Mon, 12 Nov 2018 12:39:03 +0530] rev 52552
8213536: Update ProblemList for Linux Reviewed-by: serb
Mon, 12 Nov 2018 11:10:16 +0530 Merge
psadhukhan [Mon, 12 Nov 2018 11:10:16 +0530] rev 52551
Merge
Mon, 12 Nov 2018 10:55:49 +0530 8198624: java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html fails on mac
sveerabhadra [Mon, 12 Nov 2018 10:55:49 +0530] rev 52550
8198624: java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html fails on mac Reviewed-by: serb
Sat, 10 Nov 2018 18:48:35 -0800 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
serb [Sat, 10 Nov 2018 18:48:35 -0800] rev 52549
8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source Reviewed-by: dmarkov, lbourges, kaddepalli, prr
Sat, 10 Nov 2018 18:41:43 -0800 8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails
serb [Sat, 10 Nov 2018 18:41:43 -0800] rev 52548
8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails Reviewed-by: psadhukhan
Sat, 10 Nov 2018 09:52:59 -0800 8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable
serb [Sat, 10 Nov 2018 09:52:59 -0800] rev 52547
8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable Reviewed-by: prr, psadhukhan
Fri, 09 Nov 2018 22:25:40 -0800 8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
serb [Fri, 09 Nov 2018 22:25:40 -0800] rev 52546
8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java Reviewed-by: prr
Fri, 09 Nov 2018 18:35:25 +0530 8198002: java/awt/Mixing/Validating.java debug assert on Windows
arapte [Fri, 09 Nov 2018 18:35:25 +0530] rev 52545
8198002: java/awt/Mixing/Validating.java debug assert on Windows Reviewed-by: serb, kaddepalli
Fri, 09 Nov 2018 12:08:05 +0530 8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows
arapte [Fri, 09 Nov 2018 12:08:05 +0530] rev 52544
8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows Reviewed-by: prr, serb
Fri, 09 Nov 2018 09:29:43 +0530 8213181: Updation of ProblemList.txt for removal of passing swing test
psadhukhan [Fri, 09 Nov 2018 09:29:43 +0530] rev 52543
8213181: Updation of ProblemList.txt for removal of passing swing test Reviewed-by: serb
Thu, 08 Nov 2018 10:34:49 -0800 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr [Thu, 08 Nov 2018 10:34:49 -0800] rev 52542
8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7 Reviewed-by: serb
Thu, 08 Nov 2018 12:09:06 +0530 8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
psadhukhan [Thu, 08 Nov 2018 12:09:06 +0530] rev 52541
8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows Reviewed-by: prr
Tue, 06 Nov 2018 17:57:17 -0800 8211822: Some tests fail after JDK-8210039
serb [Tue, 06 Nov 2018 17:57:17 -0800] rev 52540
8211822: Some tests fail after JDK-8210039 8202886: [macos] Test java/awt/MenuBar/8007006/bug8007006.java fails on MacOS Reviewed-by: prr, iignatyev, jdv, kaddepalli
Sat, 03 Nov 2018 09:50:22 +0530 8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails
psadhukhan [Sat, 03 Nov 2018 09:50:22 +0530] rev 52539
8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails Reviewed-by: serb
Fri, 02 Nov 2018 15:38:03 -0700 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
serb [Fri, 02 Nov 2018 15:38:03 -0700] rev 52538
8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor Reviewed-by: prr
Fri, 02 Nov 2018 12:15:37 -0700 8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac
serb [Fri, 02 Nov 2018 12:15:37 -0700] rev 52537
8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac Reviewed-by: prr
Fri, 02 Nov 2018 23:05:47 +0530 8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows
arapte [Fri, 02 Nov 2018 23:05:47 +0530] rev 52536
8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows Reviewed-by: prr, serb
Thu, 01 Nov 2018 13:56:14 -0700 8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h
prr [Thu, 01 Nov 2018 13:56:14 -0700] rev 52535
8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h Reviewed-by: serb
Thu, 01 Nov 2018 18:13:25 +0530 7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders.
sveerabhadra [Thu, 01 Nov 2018 18:13:25 +0530] rev 52534
7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders. Reviewed-by: serb, kaddepalli
Wed, 31 Oct 2018 16:58:37 -0700 8210863: Remove Xrandr include files from JDK sources
prr [Wed, 31 Oct 2018 16:58:37 -0700] rev 52533
8210863: Remove Xrandr include files from JDK sources Reviewed-by: serb
Wed, 31 Oct 2018 13:26:06 -0700 Merge
prr [Wed, 31 Oct 2018 13:26:06 -0700] rev 52532
Merge
Wed, 31 Oct 2018 11:45:04 -0700 8210886: Remove references in xwindows.md to non-existent files.
prr [Wed, 31 Oct 2018 11:45:04 -0700] rev 52531
8210886: Remove references in xwindows.md to non-existent files. Reviewed-by: serb, dmarkov
Wed, 31 Oct 2018 10:01:23 -0700 8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos
serb [Wed, 31 Oct 2018 10:01:23 -0700] rev 52530
8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos Reviewed-by: prr, denis
Wed, 31 Oct 2018 14:22:48 +0530 8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS
pbansal [Wed, 31 Oct 2018 14:22:48 +0530] rev 52529
8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS Reviewed-by: prr, psadhukhan
Tue, 30 Oct 2018 15:51:10 -0700 8211810: X11 Time stamp data should be unsigned
itakiguchi [Tue, 30 Oct 2018 15:51:10 -0700] rev 52528
8211810: X11 Time stamp data should be unsigned Reviewed-by: serb
Tue, 30 Oct 2018 17:06:32 +0530 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder [Tue, 30 Oct 2018 17:06:32 +0530] rev 52527
8208543: [macos] Support for apple.awt.documentModalSheet incomplete Reviewed-by: dmarkov, kaddepalli
Tue, 30 Oct 2018 15:43:37 +0530 8213138: Update ProblemList.txt for mac
psadhukhan [Tue, 30 Oct 2018 15:43:37 +0530] rev 52526
8213138: Update ProblemList.txt for mac Reviewed-by: jdv
Fri, 26 Oct 2018 22:20:19 +0530 8213130: Update ProblemList after verification of jtreg tests in Win 7
jdv [Fri, 26 Oct 2018 22:20:19 +0530] rev 52525
8213130: Update ProblemList after verification of jtreg tests in Win 7 Reviewed-by: psadhukhan
Mon, 29 Oct 2018 17:34:05 -0700 8212790: Javadoc cleanup of java.awt.color package
serb [Mon, 29 Oct 2018 17:34:05 -0700] rev 52524
8212790: Javadoc cleanup of java.awt.color package Reviewed-by: prr, kaddepalli
Fri, 26 Oct 2018 15:44:33 +0530 8212865: Broken external link to TIFF6.pdf in ImageIO package-info.java
jdv [Fri, 26 Oct 2018 15:44:33 +0530] rev 52523
8212865: Broken external link to TIFF6.pdf in ImageIO package-info.java Reviewed-by: psadhukhan
Fri, 26 Oct 2018 14:03:57 +0530 8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest
sveerabhadra [Fri, 26 Oct 2018 14:03:57 +0530] rev 52522
8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest Reviewed-by: serb Contributed-by: gauri.patil@oracle.com
Fri, 26 Oct 2018 13:52:08 +0530 8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest
sveerabhadra [Fri, 26 Oct 2018 13:52:08 +0530] rev 52521
8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest Reviewed-by: serb Contributed-by: gauri.patil@oracle.com
Thu, 25 Oct 2018 13:09:58 +0530 8212735: Compilation issue with javax.swing.InputVerifier example in javadoc section
psadhukhan [Thu, 25 Oct 2018 13:09:58 +0530] rev 52520
8212735: Compilation issue with javax.swing.InputVerifier example in javadoc section Reviewed-by: serb
Thu, 25 Oct 2018 13:07:42 +0530 8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel
psadhukhan [Thu, 25 Oct 2018 13:07:42 +0530] rev 52519
8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel Reviewed-by: serb
Wed, 14 Nov 2018 04:56:43 -0500 8213767: Remove the -Xconcurrentio flag and associated code
dholmes [Wed, 14 Nov 2018 04:56:43 -0500] rev 52518
8213767: Remove the -Xconcurrentio flag and associated code Reviewed-by: lfoltan, rehn
Wed, 14 Nov 2018 09:19:31 +0100 8213591: running bin/idea.sh in Cygwin: generated project cannot be imported
stuefe [Wed, 14 Nov 2018 09:19:31 +0100] rev 52517
8213591: running bin/idea.sh in Cygwin: generated project cannot be imported Reviewed-by: erikj, stuefe, mbaesken Contributed-by: mvala@redhat.com
Wed, 14 Nov 2018 07:50:37 +0100 8213574: Deadlock in string table expansion when dumping lots of CDS classes
rehn [Wed, 14 Nov 2018 07:50:37 +0100] rev 52516
8213574: Deadlock in string table expansion when dumping lots of CDS classes Reviewed-by: jiangli, iklam, dholmes
Tue, 13 Nov 2018 23:33:17 -0500 8213480: update internal ASM version to 7.0
vromero [Tue, 13 Nov 2018 23:33:17 -0500] rev 52515
8213480: update internal ASM version to 7.0 Reviewed-by: dholmes, iignatyev, alanb
Wed, 07 Nov 2018 19:40:27 -0800 8213346: Re-implement shared dictionary using CompactHashtable
iklam [Wed, 07 Nov 2018 19:40:27 -0800] rev 52514
8213346: Re-implement shared dictionary using CompactHashtable Reviewed-by: jiangli
Tue, 13 Nov 2018 21:43:10 -0500 8213826: Disable ARMv6 memory barriers on ARMv5 processors
dholmes [Tue, 13 Nov 2018 21:43:10 -0500] rev 52513
8213826: Disable ARMv6 memory barriers on ARMv5 processors Reviewed-by: dholmes, bulasevich Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Tue, 13 Nov 2018 18:22:52 -0800 8212885: TLS 1.3 resumed session does not retain peer certificate chain
jnimeh [Tue, 13 Nov 2018 18:22:52 -0800] rev 52512
8212885: TLS 1.3 resumed session does not retain peer certificate chain Reviewed-by: xuelei, wetmore
Wed, 14 Nov 2018 08:46:25 +0800 8213400: Support choosing group name in keytool keypair generation
weijun [Wed, 14 Nov 2018 08:46:25 +0800] rev 52511
8213400: Support choosing group name in keytool keypair generation Reviewed-by: apetcher, xuelei
Tue, 13 Nov 2018 16:17:24 -0800 8213820: unknown tag: @returns
jjg [Tue, 13 Nov 2018 16:17:24 -0800] rev 52510
8213820: unknown tag: @returns Reviewed-by: darcy
Tue, 13 Nov 2018 15:25:24 -0800 8213569: Bump minimum boot jdk to JDK 11
mikael [Tue, 13 Nov 2018 15:25:24 -0800] rev 52509
8213569: Bump minimum boot jdk to JDK 11 Reviewed-by: dholmes, tbell, erikj
Tue, 13 Nov 2018 16:49:58 -0500 8213760: os::obsolete_option is obsolete and should be removed
dholmes [Tue, 13 Nov 2018 16:49:58 -0500] rev 52508
8213760: os::obsolete_option is obsolete and should be removed Reviewed-by: jiangli, igerasim, stuefe
Tue, 13 Nov 2018 13:42:39 -0800 8213814: build error in jtreg test jvmti/GetLocalVariable
sspitsyn [Tue, 13 Nov 2018 13:42:39 -0800] rev 52507
8213814: build error in jtreg test jvmti/GetLocalVariable Summary: fix the build error by restoring the macro definitions for missed functions Reviewed-by: dcubed
Tue, 13 Nov 2018 12:52:37 -0800 8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE
epavlova [Tue, 13 Nov 2018 12:52:37 -0800] rev 52506
8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE Reviewed-by: dlong
Tue, 13 Nov 2018 12:24:13 -0800 8213570: [TESTBUG] Update JFR sanity test set
mseledtsov [Tue, 13 Nov 2018 12:24:13 -0800] rev 52505
8213570: [TESTBUG] Update JFR sanity test set Summary: Added tests to the jdk jfr sanity group Reviewed-by: hseigel
Tue, 13 Nov 2018 15:13:36 -0500 Merge
jiangli [Tue, 13 Nov 2018 15:13:36 -0500] rev 52504
Merge
Tue, 13 Nov 2018 15:11:53 -0500 8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error
jiangli [Tue, 13 Nov 2018 15:11:53 -0500] rev 52503
8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error Summary: Move MetaspaceShared::read_extra_data() call to the main MetaspaceShared::preload_and_dump() operation. Reviewed-by: iklam
Tue, 13 Nov 2018 12:11:34 -0800 8213525: new unit test GetLocalVariable/LocalVars is not stable
sspitsyn [Tue, 13 Nov 2018 12:11:34 -0800] rev 52502
8213525: new unit test GetLocalVariable/LocalVars is not stable Summary: Comment out unstable checks in the test Reviewed-by: jcbeyler, cjplummer
Tue, 13 Nov 2018 13:45:43 -0500 8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp
kbarrett [Tue, 13 Nov 2018 13:45:43 -0500] rev 52501
8213440: Lingering INCLUDE_ALL_GCS in test_oopStorage_parperf.cpp Summary: Remove INCLUDE_ALL_GCS conditionalization. Reviewed-by: tschatzl
Tue, 13 Nov 2018 11:21:32 -0500 8209415: Fix JVMTI test failure HS202
aph [Tue, 13 Nov 2018 11:21:32 -0500] rev 52500
8209415: Fix JVMTI test failure HS202 Summary: Fix test for static method in exception throw handler Reviewed-by: adinn
Tue, 13 Nov 2018 12:24:34 +0000 8213490: Networking area typos and inconsistencies cleanup
prappo [Tue, 13 Nov 2018 12:24:34 +0000] rev 52499
8213490: Networking area typos and inconsistencies cleanup Reviewed-by: alanb, chegar, dfuchs
Tue, 13 Nov 2018 11:45:16 +0100 8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark
tschatzl [Tue, 13 Nov 2018 11:45:16 +0100] rev 52498
8213307: G1 should clean up RMT with ClassUnloadingWithConcurrentMark Summary: Re-enable cleanup of the ResolvedMethodTable after changes in JDK-8206423. Reviewed-by: shade, coleenp
Tue, 13 Nov 2018 11:34:54 +0100 8213741: Consolidate Object and String Stringifiers
redestad [Tue, 13 Nov 2018 11:34:54 +0100] rev 52497
8213741: Consolidate Object and String Stringifiers Reviewed-by: shade
Mon, 12 Nov 2018 16:36:05 -0500 8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003
dholmes [Mon, 12 Nov 2018 16:36:05 -0500] rev 52496
8213718: [TEST] Wrong classname in vmTestbase/nsk/stress/except/except002 and except003 Reviewed-by: zgu, jcbeyler
Mon, 12 Nov 2018 13:13:00 -0800 8212939: Add space after if/while/for/switch and parenthesis
jcbeyler [Mon, 12 Nov 2018 13:13:00 -0800] rev 52495
8212939: Add space after if/while/for/switch and parenthesis Summary: Add spaces where needed Reviewed-by: cjplummer, sspitsyn
Mon, 12 Nov 2018 22:00:07 +0100 8213745: Don't use memset to initialize array of RegMask in matcher.cpp
rkennke [Mon, 12 Nov 2018 22:00:07 +0100] rev 52494
8213745: Don't use memset to initialize array of RegMask in matcher.cpp Reviewed-by: kvn, shade
Mon, 12 Nov 2018 08:33:59 -0800 8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider
robm [Mon, 12 Nov 2018 08:33:59 -0800] rev 52493
8160768: Add capability to custom resolve host/domain names within the default JNDI LDAP provider Reviewed-by: alanb, dfuchs, chegar, mchung, vtewari
Mon, 12 Nov 2018 16:40:25 +0100 8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit.
goetz [Mon, 12 Nov 2018 16:40:25 +0100] rev 52492
8213527: [testbug] Fix PrintMetaspaceDcmd test using UseCompressedOops for 32-bit. Reviewed-by: dholmes, mdoerr
Mon, 12 Nov 2018 12:55:36 +0000 8210493: Bind to node- or linklocal ipv6 multicast address fails
prappo [Mon, 12 Nov 2018 12:55:36 +0000] rev 52491
8210493: Bind to node- or linklocal ipv6 multicast address fails Reviewed-by: alanb, chegar
Fri, 09 Nov 2018 10:52:15 +0100 8205574: Loop predication "assert(f <= 1 && f >= 0) failed Incorrect frequency"
roland [Fri, 09 Nov 2018 10:52:15 +0100] rev 52490
8205574: Loop predication "assert(f <= 1 && f >= 0) failed Incorrect frequency" Reviewed-by: kvn
Mon, 12 Nov 2018 09:35:23 +0000 8209055: c.s.t.javac.code.DeferredCompletionFailureHandler seems to use WeakHashMap incorrectly
jlahoda [Mon, 12 Nov 2018 09:35:23 +0000] rev 52489
8209055: c.s.t.javac.code.DeferredCompletionFailureHandler seems to use WeakHashMap incorrectly Summary: Do not keep speculative Symbols in DeferredCompletionFailureHandler. Reviewed-by: jjg, vromero
Mon, 12 Nov 2018 01:15:16 -0800 8210803: Compilation failure in codeBlob.cpp for Windows 32-bit
rraghavan [Mon, 12 Nov 2018 01:15:16 -0800] rev 52488
8210803: Compilation failure in codeBlob.cpp for Windows 32-bit Summary: Added ordinary operator delete declaration within class Reviewed-by: kvn, rlichten, thartmann
Mon, 12 Nov 2018 13:31:41 +0530 5076751: System properties documentation needed in javadocs
pmuthuswamy [Mon, 12 Nov 2018 13:31:41 +0530] rev 52487
5076751: System properties documentation needed in javadocs Reviewed-by: jjg
Sun, 11 Nov 2018 21:24:46 +0100 8213478: Reduce rebinds when applying repeated filters and conversions
redestad [Sun, 11 Nov 2018 21:24:46 +0100] rev 52486
8213478: Reduce rebinds when applying repeated filters and conversions Reviewed-by: vlivanov, jrose
Sat, 10 Nov 2018 20:47:28 +0100 8211926: Catastrophic size_t underflow in BitMap::*_large methods
shade [Sat, 10 Nov 2018 20:47:28 +0100] rev 52485
8211926: Catastrophic size_t underflow in BitMap::*_large methods Reviewed-by: kbarrett, stuefe
Sat, 10 Nov 2018 19:27:52 +0100 8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check())
shade [Sat, 10 Nov 2018 19:27:52 +0100] rev 52484
8213711: Zero build broken after JDK-8213199 (GC abstraction for Assembler::needs_explicit_null_check()) Reviewed-by: rkennke, stuefe
Sat, 10 Nov 2018 09:06:33 -0500 8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
zgu [Sat, 10 Nov 2018 09:06:33 -0500] rev 52483
8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name Summary: Fixed wrong class name in test Reviewed-by: dholmes, jcbeyler
Fri, 09 Nov 2018 16:21:28 -0800 8213383: Wrap up pthread_cond_wait into a loop to workaround potential spurious wakeups
igerasim [Fri, 09 Nov 2018 16:21:28 -0800] rev 52482
8213383: Wrap up pthread_cond_wait into a loop to workaround potential spurious wakeups Reviewed-by: dlong, sspitsyn, dholmes, rriggs
Fri, 09 Nov 2018 15:19:33 -0500 8213704: increase default timeout for vmTestbase/metaspace/stressDictionary/StressDictionary.java
dcubed [Fri, 09 Nov 2018 15:19:33 -0500] rev 52481
8213704: increase default timeout for vmTestbase/metaspace/stressDictionary/StressDictionary.java Reviewed-by: rehn
Fri, 09 Nov 2018 12:13:20 -0800 8213113: Dead code related to UseAdaptiveSizePolicy in ParNewGeneration
manc [Fri, 09 Nov 2018 12:13:20 -0800] rev 52480
8213113: Dead code related to UseAdaptiveSizePolicy in ParNewGeneration Summary: Removed dead code related to UseAdaptiveSizePolicy for CMS Reviewed-by: pliden, tschatzl
Fri, 09 Nov 2018 11:36:34 -0800 8213701: Add org.graalvm.compiler.debug.test.TimerKeyTest to problem list
dlong [Fri, 09 Nov 2018 11:36:34 -0800] rev 52479
8213701: Add org.graalvm.compiler.debug.test.TimerKeyTest to problem list Reviewed-by: kvn
Fri, 09 Nov 2018 13:28:16 -0500 8185496: Improve performance of system properties initialization in initPhase1
rriggs [Fri, 09 Nov 2018 13:28:16 -0500] rev 52478
8185496: Improve performance of system properties initialization in initPhase1 8213424: VersionProps duplicate and skipped initialization Reviewed-by: mchung, redestad, dholmes
Fri, 09 Nov 2018 10:15:43 -0800 8213694: Test Timeout.java should run in othervm mode
xuelei [Fri, 09 Nov 2018 10:15:43 -0800] rev 52477
8213694: Test Timeout.java should run in othervm mode Reviewed-by: jnimeh
Fri, 09 Nov 2018 09:59:05 -0800 8213596: test failure with Graal when security manager and policy file are used
dlong [Fri, 09 Nov 2018 09:59:05 -0800] rev 52476
8213596: test failure with Graal when security manager and policy file are used Reviewed-by: kvn
Fri, 09 Nov 2018 09:57:22 -0800 8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed
dlong [Fri, 09 Nov 2018 09:57:22 -0800] rev 52475
8213588: compiler/graalunit/HotspotTest.java fails after 8213348 / 8211781 were pushed Reviewed-by: kvn
Fri, 09 Nov 2018 08:24:38 -0800 8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse
xuelei [Fri, 09 Nov 2018 08:24:38 -0800] rev 52474
8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse Reviewed-by: mullan, chegar
Fri, 09 Nov 2018 16:08:14 +0100 8213592: Misaligned code in globals.hpp after 8211845
stuefe [Fri, 09 Nov 2018 16:08:14 +0100] rev 52473
8213592: Misaligned code in globals.hpp after 8211845 Reviewed-by: dholmes
Fri, 09 Nov 2018 15:19:11 +0100 8213604: Fix missing includes after JDK-8212673
mdoerr [Fri, 09 Nov 2018 15:19:11 +0100] rev 52472
8213604: Fix missing includes after JDK-8212673 Reviewed-by: tschatzl, roland
Fri, 09 Nov 2018 10:38:07 +0100 8213489: GC/C2 abstraction for Compile::final_graph_reshaping()
rkennke [Fri, 09 Nov 2018 10:38:07 +0100] rev 52471
8213489: GC/C2 abstraction for Compile::final_graph_reshaping() Reviewed-by: kvn, roland
Fri, 09 Nov 2018 10:38:07 +0100 8213473: Replace testB_mem_imm matcher with testUB_mem_imm
rkennke [Fri, 09 Nov 2018 10:38:07 +0100] rev 52470
8213473: Replace testB_mem_imm matcher with testUB_mem_imm Reviewed-by: kvn, roland
Fri, 09 Nov 2018 12:47:20 +0530 8211951: Broken links in java.management files
asapre [Fri, 09 Nov 2018 12:47:20 +0530] rev 52469
8211951: Broken links in java.management files Summary: Corrected broken Javadoc links. Reviewed-by: alanb, sspitsyn Contributed-by: amit.sapre@oracle.com
Thu, 01 Nov 2018 10:59:05 -0700 8213250: CDS archive creation aborts due to metaspace object allocation failure
iklam [Thu, 01 Nov 2018 10:59:05 -0700] rev 52468
8213250: CDS archive creation aborts due to metaspace object allocation failure Reviewed-by: jiangli, ccheung
Fri, 09 Nov 2018 12:08:53 +0800 8213576: Make test AsyncCloseChannel.java run in othervm
amlu [Fri, 09 Nov 2018 12:08:53 +0800] rev 52467
8213576: Make test AsyncCloseChannel.java run in othervm Reviewed-by: dholmes
Thu, 08 Nov 2018 20:54:30 -0500 8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out
dcubed [Thu, 08 Nov 2018 20:54:30 -0500] rev 52466
8204529: gc/TestAllocateHeapAtMultiple.java fail with Agent 7 timed out Summary: Increase default timeout to 360 seconds. Reviewed-by: erikj, dholmes
Thu, 08 Nov 2018 19:16:16 -0500 8213439: Run class initialization for boot loader classes with registered subgraph archiving entry field during CDS dump time.
jiangli [Thu, 08 Nov 2018 19:16:16 -0500] rev 52465
8213439: Run class initialization for boot loader classes with registered subgraph archiving entry field during CDS dump time. Summary: Run class initialization for boot classes with registered subgraph archiving entry fieldi(s) at CDS dump time. Reviewed-by: dholmes, iklam
Thu, 08 Nov 2018 15:19:14 -0800 8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor
dlong [Thu, 08 Nov 2018 15:19:14 -0800] rev 52464
8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor 8211781: re-building fails after changing Graal sources Reviewed-by: erikj, mchung
Thu, 08 Nov 2018 18:23:52 -0500 8211450: UndetVar::dup is not copying the kind field to the duplicated instance
vromero [Thu, 08 Nov 2018 18:23:52 -0500] rev 52463
8211450: UndetVar::dup is not copying the kind field to the duplicated instance Reviewed-by: mcimadamore
Thu, 08 Nov 2018 23:31:08 +0100 8213199: GC abstraction for Assembler::needs_explicit_null_check()
rkennke [Thu, 08 Nov 2018 23:31:08 +0100] rev 52462
8213199: GC abstraction for Assembler::needs_explicit_null_check() Reviewed-by: adinn, eosterlund
Thu, 08 Nov 2018 18:10:15 -0300 8213154: Update copyright headers of files in src tree that are missing Classpath exception
mbalao [Thu, 08 Nov 2018 18:10:15 -0300] rev 52461
8213154: Update copyright headers of files in src tree that are missing Classpath exception Reviewed-by: andrew
Thu, 08 Nov 2018 11:45:13 -0800 8213436: Obsolete UseMembar
mikael [Thu, 08 Nov 2018 11:45:13 -0800] rev 52460
8213436: Obsolete UseMembar Reviewed-by: kvn, dholmes, mdoerr, adinn
Thu, 08 Nov 2018 11:22:28 -0800 8213438: Remove ClearResponsibleAtSTW
mikael [Thu, 08 Nov 2018 11:22:28 -0800] rev 52459
8213438: Remove ClearResponsibleAtSTW Reviewed-by: dholmes, eosterlund, dcubed
Thu, 08 Nov 2018 09:50:54 -0800 8202285: (fs) Add a method to Files for comparing file contents
joehw [Thu, 08 Nov 2018 09:50:54 -0800] rev 52458
8202285: (fs) Add a method to Files for comparing file contents Reviewed-by: alanb, rriggs, smarks, bpb, dfuchs, weijun, igerasim
Thu, 08 Nov 2018 09:04:00 -0800 8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC
kvn [Thu, 08 Nov 2018 09:04:00 -0800] rev 52457
8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC Reviewed-by: kvn Contributed-by: richard.reingruber@sap.com
Thu, 08 Nov 2018 16:16:57 +0000 8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl
chegar [Thu, 08 Nov 2018 16:16:57 +0000] rev 52456
8213418: Socket/ServerSocket supportedOptions does not work with custom SocketImpl Reviewed-by: alanb, dfuchs
Thu, 08 Nov 2018 10:36:06 -0500 8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not
vromero [Thu, 08 Nov 2018 10:36:06 -0500] rev 52455
8210197: javac can't tell during speculative attribution if a diamond expression is creating an anonymous inner class or not Reviewed-by: mcimadamore
Thu, 08 Nov 2018 16:23:55 +0100 8211845: A new switch to control verbosity of hs-err files
stuefe [Thu, 08 Nov 2018 16:23:55 +0100] rev 52454
8211845: A new switch to control verbosity of hs-err files Reviewed-by: goetz, mdoerr
Thu, 08 Nov 2018 15:02:50 +0100 8213411: JDK-8209189 incorrect for Big Endian (JVM crashes)
eosterlund [Thu, 08 Nov 2018 15:02:50 +0100] rev 52453
8213411: JDK-8209189 incorrect for Big Endian (JVM crashes) Reviewed-by: kvn, mdoerr
Thu, 08 Nov 2018 15:31:23 +0100 8209139: globalCounter bootstrap issue
rehn [Thu, 08 Nov 2018 15:31:23 +0100] rev 52452
8209139: globalCounter bootstrap issue Reviewed-by: dcubed, dholmes
Thu, 08 Nov 2018 15:11:32 +0100 8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory
bsrbnd [Thu, 08 Nov 2018 15:11:32 +0100] rev 52451
8213479: Missing x86_64.ad patterns for 8-bit logical operators with destination in memory Reviewed-by: kvn
Thu, 08 Nov 2018 14:32:49 +0100 8211403: Rename SafepointMechanism::poll(...)
rehn [Thu, 08 Nov 2018 14:32:49 +0100] rev 52450
8211403: Rename SafepointMechanism::poll(...) Reviewed-by: mdoerr, dcubed, dholmes
Thu, 08 Nov 2018 10:08:52 +0100 8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance"
roland [Thu, 08 Nov 2018 10:08:52 +0100] rev 52449
8212673: jtreg/applications/runthese/RunThese30M.java fails in C2 with "assert(!had_error) failed: bad dominance" Reviewed-by: thartmann, kvn, shade
Thu, 08 Nov 2018 07:42:08 -0500 8213137: Remove static initialization of monitor/mutex instances
dholmes [Thu, 08 Nov 2018 07:42:08 -0500] rev 52448
8213137: Remove static initialization of monitor/mutex instances Summary: moved to the global mutex list in mutexLocker Reviewed-by: tschatzl, dcubed, rehn, eosterlund
Thu, 08 Nov 2018 12:24:08 +0100 8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x
simonis [Thu, 08 Nov 2018 12:24:08 +0100] rev 52447
8213515: Improve freetype detection on linux/ppc64/ppc64le/s390x Reviewed-by: shade, ihse, stuefe
Thu, 08 Nov 2018 12:03:18 +0100 8213338: Reduce the number of generated make targets
ihse [Thu, 08 Nov 2018 12:03:18 +0100] rev 52446
8213338: Reduce the number of generated make targets Reviewed-by: erikj
Thu, 08 Nov 2018 00:07:48 -0800 8080406: VM_GetOrSetLocal doesn't check local slot type against requested type
sspitsyn [Thu, 08 Nov 2018 00:07:48 -0800] rev 52445
8080406: VM_GetOrSetLocal doesn't check local slot type against requested type Summary: Provide possible type checks when LVT is absent Reviewed-by: jcbeyler, cjplummer
Thu, 08 Nov 2018 02:47:50 +0100 Added tag jdk-12+19 for changeset dc1f9dec2018
jwilhelm [Thu, 08 Nov 2018 02:47:50 +0100] rev 52444
Added tag jdk-12+19 for changeset dc1f9dec2018
Wed, 07 Nov 2018 15:57:50 -0800 8213428: Add a no precompiled header Linux build to builds-tier1 and jdk-submit
erikj [Wed, 07 Nov 2018 15:57:50 -0800] rev 52443
8213428: Add a no precompiled header Linux build to builds-tier1 and jdk-submit Reviewed-by: ihse, tbell
Wed, 07 Nov 2018 20:24:44 +0100 8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2 barrier verification into G1BarrierSetC2 jdk-12+19
rkennke [Wed, 07 Nov 2018 20:24:44 +0100] rev 52442
8213469: Remove/fix leftovers from JDK-8213384: Move G1/C2 barrier verification into G1BarrierSetC2 Reviewed-by: kvn, roland
Wed, 07 Nov 2018 20:21:35 +0100 8213371: GC/C2 abstraction and cleanup to handle custom offset for GC memory accesses
rkennke [Wed, 07 Nov 2018 20:21:35 +0100] rev 52441
8213371: GC/C2 abstraction and cleanup to handle custom offset for GC memory accesses Reviewed-by: kvn, roland
Thu, 01 Nov 2018 11:42:59 -0400 8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt
gadams [Thu, 01 Nov 2018 11:42:59 -0400] rev 52440
8213245: Restoring nsk/jvmti/scenarios/hotswap tests from ProblemList.txt Reviewed-by: jcbeyler, cjplummer, amenkov
Wed, 07 Nov 2018 10:39:49 -0500 8213052: HTML errors in JPDA spec
gadams [Wed, 07 Nov 2018 10:39:49 -0500] rev 52439
8213052: HTML errors in JPDA spec Reviewed-by: sspitsyn, amenkov
Wed, 07 Nov 2018 13:54:22 -0500 8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader
lfoltan [Wed, 07 Nov 2018 13:54:22 -0500] rev 52438
8212937: Parent class loader may not have a referred ClassLoaderData instance when obtained in Klass::class_in_module_of_loader Summary: Fix to obtain the class loader's name from the java.lang.ClassLoader object instead of its ClassLoaderData. Reviewed-by: coleenp, mbalao, sgehwolf
Wed, 07 Nov 2018 09:58:21 -0800 8213444: Missing emphasis for term being defined
darcy [Wed, 07 Nov 2018 09:58:21 -0800] rev 52437
8213444: Missing emphasis for term being defined Reviewed-by: mchung, jjg
(0) -30000 -10000 -3000 -1000 -480 +480 +1000 +3000 tip