redestad [Tue, 20 Feb 2018 17:49:15 +0100] rev 48921
8198418: Invoke LambdaMetafactory::metafactory exactly from the BootstrapMethodInvoker
Reviewed-by: briangoetz, forax, vlivanov
vromero [Tue, 20 Feb 2018 11:45:16 -0500] rev 48920
8194892: add compiler support for local-variable syntax for lambda parameters
Reviewed-by: mcimadamore
erikj [Tue, 20 Feb 2018 07:51:51 -0800] rev 48919
8198328: Create devkit for Solaris with developer studio 12.6 and Solaris11.3
Reviewed-by: ihse
erikj [Tue, 20 Feb 2018 07:04:51 -0800] rev 48918
8198425: make/Main.gmk Add extra extension/override points to the make file
Reviewed-by: erikj
Contributed-by: groeges@uk.ibm.com
sundar [Tue, 20 Feb 2018 15:25:40 +0530] rev 48917
8194922: jlink --exclude-resources should never exclude module-info.class
Reviewed-by: alanb
alanb [Tue, 20 Feb 2018 09:47:23 +0000] rev 48916
8198417: Exclude tools/jimage/JImageExtractTest.java and tools/jimage/JImageListTest.java on Windows
Reviewed-by: sundar
alanb [Mon, 19 Feb 2018 19:02:43 +0000] rev 48915
8198380: tools/jimage/JImageExtractTest.java failing
Reviewed-by: alanb
Contributed-by: mvala@redhat.com
alanb [Mon, 19 Feb 2018 18:43:28 +0000] rev 48914
8198379: tools/jimage/JImageListTest.java failing
Reviewed-by: alanb
Contributed-by: mvala@redhat.com
alanb [Mon, 19 Feb 2018 13:26:41 +0000] rev 48913
8170120: jimage throws IOException when the given file is not a jimage file
Reviewed-by: alanb
Contributed-by: mvala@redhat.com
ihse [Mon, 19 Feb 2018 10:57:05 +0100] rev 48912
8198318: Make build comparisons clean again
Reviewed-by: tbell, erikj
igerasim [Sun, 18 Feb 2018 17:06:20 -0800] rev 48911
8058965: Remove IPv6 support from TwoStacksPlainSocketImpl [win]
Reviewed-by: chegar
naoto [Fri, 16 Feb 2018 14:03:34 -0800] rev 48910
8198228: Spec clarification: j.u.Locale.getDisplayName()
Reviewed-by: rriggs
erikj [Fri, 16 Feb 2018 11:49:27 -0800] rev 48909
8153294: Solaris devkit uses linker from system instead of in devkit
Reviewed-by: tbell, ihse
erikj [Fri, 16 Feb 2018 11:26:12 -0800] rev 48908
8198306: Add post custom extension hooks to two launchers
Reviewed-by: erikj
Contributed-by: ben_walsh@uk.ibm.com
ihse [Fri, 16 Feb 2018 18:51:35 +0100] rev 48907
8198227: Fix COMPARE_BUILD after forest consolidation
Reviewed-by: erikj, tbell
lana [Fri, 16 Feb 2018 05:58:57 +0000] rev 48906
Merge
lana [Fri, 16 Feb 2018 05:58:04 +0000] rev 48905
Added tag jdk-11+1 for changeset dfa46cfe5634
sdama [Fri, 16 Feb 2018 15:23:22 +0530] rev 48904
8196959: NullPointerException in discovery003.java
Summary: Fixed corner case of having engineName as NULL
Reviewed-by: jlaskey
Contributed-by: sundararajan.athijegannathan@oracle.com
martin [Thu, 15 Feb 2018 19:35:17 -0800] rev 48903
8197812: (ref) Data race in Finalizer
Reviewed-by: plevart, mchung
alanb [Thu, 15 Feb 2018 14:44:14 +0000] rev 48902
8193819: Error message when module does not have a ModuleMainClass attribute is confusing
Reviewed-by: sundar
alanb [Thu, 15 Feb 2018 13:37:20 +0000] rev 48901
8193818: Remove unused single_step field from java.lang.Thread
Reviewed-by: lancea, dholmes
sherman [Thu, 15 Feb 2018 00:25:01 -0800] rev 48900
8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
Reviewed-by: alanb
martin [Wed, 14 Feb 2018 16:37:20 -0800] rev 48899
8197893: Mistaken type check in CheckedEntrySet.toArray
Reviewed-by: psandoz
sherman [Wed, 14 Feb 2018 14:13:42 -0800] rev 48898
8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
Reviewed-by: rriggs
redestad [Wed, 14 Feb 2018 19:03:12 +0100] rev 48897
8197849: Misc improvements to jar resource handling
Reviewed-by: rriggs, dfuchs
bpb [Wed, 14 Feb 2018 08:15:07 -0800] rev 48896
8144672: (ch) PipeImpl should use localhost instead of loopback address
Reviewed-by: alanb, clanger
redestad [Wed, 14 Feb 2018 15:27:29 +0100] rev 48895
8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker
Reviewed-by: psandoz, jrose
redestad [Wed, 14 Feb 2018 14:45:38 +0100] rev 48894
8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger
Reviewed-by: naoto
weijun [Wed, 14 Feb 2018 16:58:49 +0800] rev 48893
8191438: jarsigner should print when a timestamp will expire
Reviewed-by: mullan
mchung [Tue, 13 Feb 2018 15:32:41 -0800] rev 48892
8197865: @moduleGraph taglet generates incorrect link to module graph
Reviewed-by: jjg, lancea
lana [Tue, 13 Feb 2018 22:10:03 +0000] rev 48891
Merge
tschatzl [Fri, 09 Feb 2018 12:53:08 +0100] rev 48890
8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
Reviewed-by: shade
tschatzl [Fri, 09 Feb 2018 11:51:40 +0100] rev 48889
8196602: Change HeapRegionClosure to comply to naming conventions
Reviewed-by: kbarrett, sjohanss
jwilhelm [Sat, 10 Feb 2018 09:25:35 +0100] rev 48888
Merge
lmesnik [Thu, 08 Feb 2018 21:53:06 -0500] rev 48887
8197455: There is some runthese related unused code in bytecodeInterpreter.cpp
Reviewed-by: iignatyev, dholmes
kbarrett [Thu, 08 Feb 2018 17:23:43 -0500] rev 48886
8196083: Avoid locking in OopStorage::release
Summary: Defer release list updates to later allocate/delete operations.
Reviewed-by: coleenp, eosterlund
coleenp [Thu, 08 Feb 2018 15:21:59 -0500] rev 48885
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
Reviewed-by: dholmes, hseigel
zgu [Thu, 08 Feb 2018 13:21:22 -0500] rev 48884
8196923: [REDO] NMT: Report array class count in NMT summary
Summary: Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
iignatyev [Thu, 08 Feb 2018 08:38:42 -0800] rev 48883
8197113: combine multiple @key tags in jtreg tests
Reviewed-by: hseigel, goetz
poonam [Wed, 07 Feb 2018 21:53:38 +0000] rev 48882
8187577: JVM crash during gc doing concurrent marking
Summary: Inform G1's SATB that a klass has been resurrected and it should not be unloaded
Reviewed-by: coleenp, tschatzl, kbarrett
mseledtsov [Wed, 07 Feb 2018 13:31:13 -0800] rev 48881
Merge
mbaesken [Wed, 07 Feb 2018 16:16:50 +0100] rev 48880
8196062: Enable docker container related tests for linux ppc64le
Summary: also fix cgroup subsystem recognition
Reviewed-by: goetz, dsamersoff, bobv
amenkov [Wed, 07 Feb 2018 12:55:47 -0800] rev 48879
8196977: add test for JDK-8161605
Reviewed-by: sspitsyn, mseledtsov
psandoz [Wed, 07 Feb 2018 12:37:30 -0800] rev 48878
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
amenkov [Wed, 07 Feb 2018 10:25:10 -0800] rev 48877
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
Reviewed-by: sspitsyn, mseledtsov
clanger [Wed, 07 Feb 2018 16:03:12 +0100] rev 48876
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
Reviewed-by: stuefe, dholmes
rwestberg [Tue, 06 Feb 2018 15:48:50 +0100] rev 48875
8193308: Disallow installing user signal handlers for SIGBUS on OSX
Reviewed-by: stuefe, dholmes
jwilhelm [Wed, 07 Feb 2018 03:43:29 +0100] rev 48874
8196924: [BACKOUT] NMT: Report array class count in NMT summary
Reviewed-by: dholmes
zgu [Tue, 06 Feb 2018 08:24:36 -0500] rev 48873
8193184: NMT: Report array class count in NMT summary
Summary: Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
coleenp [Tue, 06 Feb 2018 18:10:30 -0500] rev 48872
8196907: Fix minimal vm
Reviewed-by: zgu, dholmes
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
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48870
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
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
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48868
Merge
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
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
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
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
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
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
iveresov [Fri, 02 Feb 2018 17:28:17 -0800] rev 48861
8194819: Update Graal
Reviewed-by: kvn
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
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
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
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
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
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
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
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
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
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
kvn [Tue, 06 Feb 2018 09:35:05 -0800] rev 48850
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
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
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
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
ihse [Mon, 12 Feb 2018 16:36:15 +0100] rev 48846
8197571: Change storage location for generated-configure.sh
Reviewed-by: tbell, simonis, stuefe
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
attila [Sun, 11 Feb 2018 12:41:56 +0100] rev 48844
8193295: Remove no longer used COMMALEFT
Reviewed-by: hannesw, mhaupt
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
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
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
ksrini [Fri, 09 Feb 2018 13:58:17 -0800] rev 48840
8194651: javadoc: mark the com.sun.javadoc API for removal
Reviewed-by: jjg
erikj [Fri, 09 Feb 2018 13:58:40 -0800] rev 48839
8196998: Create devkit for Linux with gcc 7.3
Reviewed-by: tbell, ihse
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
aefimov [Fri, 09 Feb 2018 14:49:38 +0000] rev 48837
6857903: SAXException.initCause() does not correctly set Exception
Reviewed-by: rriggs
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
jwilhelm [Mon, 05 Feb 2018 23:12:03 +0100] rev 48835
Merge
psandoz [Thu, 01 Feb 2018 14:19:04 -0800] rev 48834
8195694: ConstantBootstraps.invoke does not preserve variable arity
Reviewed-by: jrose
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
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
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
psandoz [Wed, 31 Jan 2018 17:43:46 -0800] rev 48830
8196533: Update CondyNestedTest.java to compile jcod file
Reviewed-by: mchung
jwilhelm [Thu, 01 Feb 2018 02:05:35 +0100] rev 48829
Merge
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
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
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