Tue, 06 Feb 2018 18:10:30 -0500 8196907: Fix minimal vm
coleenp [Tue, 06 Feb 2018 18:10:30 -0500] rev 48872
8196907: Fix minimal vm Reviewed-by: zgu, dholmes
Tue, 06 Feb 2018 13:41:49 -0500 8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations
hseigel [Tue, 06 Feb 2018 13:41:49 -0500] rev 48871
8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations Summary: Add comments, fix a small issue with the boot loader, and add an assert. Reviewed-by: coleenp, lfoltan, gtriantafill
Tue, 06 Feb 2018 09:35:05 -0800 8196726: compiler/inlining/InlineAccessors.java test failed
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48870
8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann
Tue, 06 Feb 2018 10:28:22 -0500 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48869
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz
Mon, 05 Feb 2018 23:12:03 +0100 Merge
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48868
Merge
Tue, 06 Feb 2018 14:11:47 +0530 8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output
dstewart [Tue, 06 Feb 2018 14:11:47 +0530] rev 48867
8196521: [Testbug] serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output Reviewed-by: dholmes, sballal Contributed-by: stewartd.qdt@qualcommdatacenter.com
Tue, 06 Feb 2018 11:43:13 +0530 8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java
dstewart [Tue, 06 Feb 2018 11:43:13 +0530] rev 48866
8196361: JTReg failure: serviceability/sa/ClhsdbInspect.java Summary: Modified test search strings to those guaranteed to exist in the passing cases. Reviewed-by: dholmes, jgeorge
Mon, 05 Feb 2018 13:23:26 -0500 8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place
zgu [Mon, 05 Feb 2018 13:23:26 -0500] rev 48865
8194934: NMT: Remove MemTracker::get_virtual_memory_xxx_tracker(), create Tracker in place Summary: Create tracker in place to avoid additional locking Reviewed-by: coleenp
Mon, 05 Feb 2018 08:08:01 +0100 8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT
thartmann [Mon, 05 Feb 2018 08:08:01 +0100] rev 48864
8195731: [Graal] runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java intermittently fails with Graal JIT Summary: Print detailed error if class transformation fails. Exclude tests from Graal testing. Reviewed-by: kvn, dholmes, sspitsyn
Mon, 05 Feb 2018 07:20:26 +0100 8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
thartmann [Mon, 05 Feb 2018 07:20:26 +0100] rev 48863
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0' Summary: Exclude test from Graal testing. Reviewed-by: kvn, dholmes, mchung
Mon, 05 Feb 2018 07:14:24 +0100 8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode
thartmann [Mon, 05 Feb 2018 07:14:24 +0100] rev 48862
8196608: [Graal] compiler/uncommontrap/TestUnstableIfTrap.java fails in Graal JIT mode Summary: Exclude test from Graal testing. Reviewed-by: kvn, epavlova
Fri, 02 Feb 2018 17:28:17 -0800 8194819: Update Graal
iveresov [Fri, 02 Feb 2018 17:28:17 -0800] rev 48861
8194819: Update Graal Reviewed-by: kvn
Fri, 02 Feb 2018 10:37:48 -0500 8190359: Reduce the number of recorded klass dependencies
hseigel [Fri, 02 Feb 2018 10:37:48 -0500] rev 48860
8190359: Reduce the number of recorded klass dependencies Summary: Skip recording dependencies to non-anonymous classes loaded by builtin class loaders. Reviewed-by: iklam, coleenp, lfoltan
Fri, 02 Feb 2018 09:34:11 -0500 6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree
coleenp [Fri, 02 Feb 2018 09:34:11 -0500] rev 48859
6909265: assert(_OnDeck != Self->_MutexEvent,"invariant") with -XX:+PrintMallocFree Summary: Convert to logging without thread locking Reviewed-by: dholmes, zgu, hseigel
Wed, 31 Jan 2018 16:10:23 -0800 8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe()
dlong [Wed, 31 Jan 2018 16:10:23 -0800] rev 48858
8194990: 3 Null pointer dereference defect groups related to CodeCache::find_blob_unsafe() Reviewed-by: kvn
Wed, 31 Jan 2018 16:09:52 -0800 8194987: Null pointer dereference in escape.cpp related to Node::find_out_with()
dlong [Wed, 31 Jan 2018 16:09:52 -0800] rev 48857
8194987: Null pointer dereference in escape.cpp related to Node::find_out_with() Reviewed-by: kvn
Wed, 31 Jan 2018 16:09:29 -0800 8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data()
dlong [Wed, 31 Jan 2018 16:09:29 -0800] rev 48856
8194984: 9 Null pointer dereference defect groups related to ciMethodData::bci_to_data() Reviewed-by: kvn
Tue, 13 Feb 2018 14:41:54 -0500 8197866: Docs.mk still had a reference to java.se.ee
lancea [Tue, 13 Feb 2018 14:41:54 -0500] rev 48855
8197866: Docs.mk still had a reference to java.se.ee Reviewed-by: tbell
Thu, 08 Feb 2018 15:35:49 +0100 8196488: [aix] TOC overflow for libjvm.so in fastdebug build
stuefe [Thu, 08 Feb 2018 15:35:49 +0100] rev 48854
8196488: [aix] TOC overflow for libjvm.so in fastdebug build Reviewed-by: goetz, mbaesken, erikj
Mon, 12 Feb 2018 21:06:06 -0800 8197462: Inconsistent exception messages for invalid capturing group names
igerasim [Mon, 12 Feb 2018 21:06:06 -0800] rev 48853
8197462: Inconsistent exception messages for invalid capturing group names 8179608: Error in comment in Pattern.java Reviewed-by: sherman
Tue, 13 Feb 2018 12:26:22 +0800 8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java
xyin [Tue, 13 Feb 2018 12:26:22 +0800] rev 48852
8196770: Add JNDI test com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java Reviewed-by: vtewari, rriggs
Tue, 13 Feb 2018 12:19:37 +0800 8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java
xyin [Tue, 13 Feb 2018 12:19:37 +0800] rev 48851
8195976: Add JNDI test com/sun/jndi/dns/AttributeTests/GetAny.java Reviewed-by: vtewari, rriggs, alanb, jjiang, xiaofeya
Tue, 06 Feb 2018 09:35:05 -0800 8196726: compiler/inlining/InlineAccessors.java test failed
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48850
8196726: compiler/inlining/InlineAccessors.java test failed Reviewed-by: thartmann
Mon, 12 Feb 2018 11:40:19 -0800 8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp
mchung [Mon, 12 Feb 2018 11:40:19 -0800] rev 48849
8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp Reviewed-by: bchristi
Mon, 12 Feb 2018 08:19:33 -0800 8197498: (se) kevent polling should ignore signal interrupt (EINTR)
bpb [Mon, 12 Feb 2018 08:19:33 -0800] rev 48848
8197498: (se) kevent polling should ignore signal interrupt (EINTR) 8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed". Reviewed-by: alanb
Mon, 12 Feb 2018 08:19:23 -0800 8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
bpb [Mon, 12 Feb 2018 08:19:23 -0800] rev 48847
8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests Summary: Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping Reviewed-by: alanb, rriggs, forax
Mon, 12 Feb 2018 16:36:15 +0100 8197571: Change storage location for generated-configure.sh
ihse [Mon, 12 Feb 2018 16:36:15 +0100] rev 48846
8197571: Change storage location for generated-configure.sh Reviewed-by: tbell, simonis, stuefe
Mon, 12 Feb 2018 09:12:41 +0100 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image
ehelin [Mon, 12 Feb 2018 09:12:41 +0100] rev 48845
8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image Reviewed-by: ihse, erikj
Sun, 11 Feb 2018 12:41:56 +0100 8193295: Remove no longer used COMMALEFT
attila [Sun, 11 Feb 2018 12:41:56 +0100] rev 48844
8193295: Remove no longer used COMMALEFT Reviewed-by: hannesw, mhaupt
Sat, 10 Feb 2018 09:23:41 -0800 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
dl [Sat, 10 Feb 2018 09:23:41 -0800] rev 48843
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 Reviewed-by: martin, psandoz, dholmes
Sat, 10 Feb 2018 09:17:53 -0800 8190324: ThreadPoolExecutor should not specify a dependency on finalization
dl [Sat, 10 Feb 2018 09:17:53 -0800] rev 48842
8190324: ThreadPoolExecutor should not specify a dependency on finalization Reviewed-by: martin, psandoz, alanb, rriggs, dholmes
Sat, 10 Feb 2018 07:06:16 -0500 8190378: Removal of CORBA and Java EE modules
lancea [Sat, 10 Feb 2018 07:06:16 -0500] rev 48841
8190378: Removal of CORBA and Java EE modules Reviewed-by: rriggs, alanb, mchung, erikj, goetz
Fri, 09 Feb 2018 13:58:17 -0800 8194651: javadoc: mark the com.sun.javadoc API for removal
ksrini [Fri, 09 Feb 2018 13:58:17 -0800] rev 48840
8194651: javadoc: mark the com.sun.javadoc API for removal Reviewed-by: jjg
Fri, 09 Feb 2018 13:58:40 -0800 8196998: Create devkit for Linux with gcc 7.3
erikj [Fri, 09 Feb 2018 13:58:40 -0800] rev 48839
8196998: Create devkit for Linux with gcc 7.3 Reviewed-by: tbell, ihse
Fri, 09 Feb 2018 13:56:50 -0800 8187676: Disable uninitialized warnings for two files until proper fix available
erikj [Fri, 09 Feb 2018 13:56:50 -0800] rev 48838
8187676: Disable uninitialized warnings for two files until proper fix available Reviewed-by: tbell, kvn, ihse
Fri, 09 Feb 2018 14:49:38 +0000 6857903: SAXException.initCause() does not correctly set Exception
aefimov [Fri, 09 Feb 2018 14:49:38 +0000] rev 48837
6857903: SAXException.initCause() does not correctly set Exception Reviewed-by: rriggs
Tue, 06 Feb 2018 10:28:22 -0500 8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
lfoltan [Tue, 06 Feb 2018 10:28:22 -0500] rev 48836
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler Summary: Do not perform access check when returning a reflection field or method or performing internal signature processing. Reviewed-by: acorn, psandoz
Mon, 05 Feb 2018 23:12:03 +0100 Merge
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48835
Merge
Thu, 01 Feb 2018 14:19:04 -0800 8195694: ConstantBootstraps.invoke does not preserve variable arity
psandoz [Thu, 01 Feb 2018 14:19:04 -0800] rev 48834
8195694: ConstantBootstraps.invoke does not preserve variable arity Reviewed-by: jrose
Thu, 01 Feb 2018 11:24:39 -0800 8196583: Update jib and test jtreg version to 4.2 b12
psandoz [Thu, 01 Feb 2018 11:24:39 -0800] rev 48833
8196583: Update jib and test jtreg version to 4.2 b12 Reviewed-by: mchung, lfoltan
Thu, 01 Feb 2018 10:55:27 -0800 8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error
ccheung [Thu, 01 Feb 2018 10:55:27 -0800] rev 48832
8196124: [testbug] runtime/appcds/jigsaw/classpathtests/DummyClassesInBootClassPath.java passes despite of error Summary: Create another archive with whitebox.jar in the -Xbootclasspath/a; check output from TestCommon.execCommon(). Reviewed-by: iklam, mseledtsov
Thu, 01 Feb 2018 13:30:53 -0500 8196199: Remove miscellaneous oop comparison operators
coleenp [Thu, 01 Feb 2018 13:30:53 -0500] rev 48831
8196199: Remove miscellaneous oop comparison operators Reviewed-by: hseigel, lfoltan Contributed-by: kim.barrett@oracle.com, coleen.phillimore@oracle.com
Wed, 31 Jan 2018 17:43:46 -0800 8196533: Update CondyNestedTest.java to compile jcod file
psandoz [Wed, 31 Jan 2018 17:43:46 -0800] rev 48830
8196533: Update CondyNestedTest.java to compile jcod file Reviewed-by: mchung
Thu, 01 Feb 2018 02:05:35 +0100 Merge
jwilhelm [Thu, 01 Feb 2018 02:05:35 +0100] rev 48829
Merge
Wed, 31 Jan 2018 17:45:48 -0500 8195069: LogCompilation - add basic unit tests
ecaspole [Wed, 31 Jan 2018 17:45:48 -0500] rev 48828
8195069: LogCompilation - add basic unit tests Summary: Framework and simple junits with static input Reviewed-by: kvn, thartmann
Wed, 31 Jan 2018 11:20:36 -0800 8187742: Minimal set of bootstrap methods for constant dynamic
psandoz [Wed, 31 Jan 2018 11:20:36 -0800] rev 48827
8187742: Minimal set of bootstrap methods for constant dynamic Reviewed-by: jrose, forax Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
Fri, 08 Sep 2017 10:46:46 -0700 8186209: Tool support for ConstantDynamic
psandoz [Fri, 08 Sep 2017 10:46:46 -0700] rev 48826
8186209: Tool support for ConstantDynamic 8186046: Minimal ConstantDynamic support 8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support Reviewed-by: acorn, coleenp, kvn Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com, paul.sandoz@oracle.com
Wed, 31 Jan 2018 10:55:49 -0800 8196508: Add jdeprscan test TestRelease.java to the problem list
psandoz [Wed, 31 Jan 2018 10:55:49 -0800] rev 48825
8196508: Add jdeprscan test TestRelease.java to the problem list Reviewed-by: smarks
Wed, 31 Jan 2018 11:12:12 -0600 8181503: Can't compile hotspot with c++11
gziemski [Wed, 31 Jan 2018 11:12:12 -0600] rev 48824
8181503: Can't compile hotspot with c++11 Summary: Fixed 5 unique c++14 compiler issues Reviewed-by: coleenp, dholmes, kbarrett
Wed, 31 Jan 2018 11:07:55 -0500 7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
coleenp [Wed, 31 Jan 2018 11:07:55 -0500] rev 48823
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable Reviewed-by: dholmes, hseigel
Wed, 31 Jan 2018 16:48:41 +0100 8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
clanger [Wed, 31 Jan 2018 16:48:41 +0100] rev 48822
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat Reviewed-by: goetz, stuefe
Wed, 31 Jan 2018 15:10:04 +0100 8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
mdoerr [Wed, 31 Jan 2018 15:10:04 +0100] rev 48821
8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC Reviewed-by: stuefe, goetz
Wed, 31 Jan 2018 11:35:42 +0100 8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
ysuenaga [Wed, 31 Jan 2018 11:35:42 +0100] rev 48820
8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion Summary: Fix conversion of addresses to HeapRegions. Reviewed-by: jgeorge, tschatzl
Tue, 30 Jan 2018 16:41:40 +0100 Merge
jwilhelm [Tue, 30 Jan 2018 16:41:40 +0100] rev 48819
Merge
Tue, 30 Jan 2018 16:26:40 +0100 8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
jwilhelm [Tue, 30 Jan 2018 16:26:40 +0100] rev 48818
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: stefank
Tue, 30 Jan 2018 10:38:17 +0100 8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java
dstewart [Tue, 30 Jan 2018 10:38:17 +0100] rev 48817
8195621: JTReg failure: gc/g1/TestLargePageUseForAuxMemory.java Summary: Decrease amount of committed space for the test. Reviewed-by: tschatzl, stuefe
Mon, 29 Jan 2018 16:51:21 -0500 8194898: Move OopStorage inline definitions to an .inline.hpp
kbarrett [Mon, 29 Jan 2018 16:51:21 -0500] rev 48816
8194898: Move OopStorage inline definitions to an .inline.hpp Reviewed-by: coleenp, hseigel
Mon, 29 Jan 2018 15:11:33 +0100 8196217: NMT: add_committed_regions doesn't merge succeeding regions
stefank [Mon, 29 Jan 2018 15:11:33 +0100] rev 48815
8196217: NMT: add_committed_regions doesn't merge succeeding regions Reviewed-by: zgu, pliden, coleenp
Mon, 29 Jan 2018 11:55:40 -0500 8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
coleenp [Mon, 29 Jan 2018 11:55:40 -0500] rev 48814
8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class Summary: Use unsigned short to save method_id in stack trace. Reviewed-by: mchung, hseigel
Sun, 28 Jan 2018 19:49:06 -0500 8195857: Remove os::is_headless_jre
mbaesken [Sun, 28 Jan 2018 19:49:06 -0500] rev 48813
8195857: Remove os::is_headless_jre Reviewed-by: goetz, dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip