plevart [Sun, 24 Jun 2018 10:41:51 +0200] rev 50742
8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands
Summary: screen usage/initialization of TerminatingThreadLocal with a non-null check on Thread.threadLocals field
Reviewed-by: dholmes, alanb
jmanson [Sat, 23 Jun 2018 22:49:48 -0700] rev 50741
8205570: fix a number of typos in the JVMTI spec
Summary: fix typos in the JVMTI spec
Reviewed-by: dholmes, sspitsyn
alanb [Sat, 23 Jun 2018 09:46:18 +0100] rev 50740
Merge
alanb [Sat, 23 Jun 2018 09:34:09 +0100] rev 50739
8198372: API to create a SelectableChannel to a FileDescriptor
Reviewed-by: chegar, bpb
alanb [Sat, 23 Jun 2018 08:03:52 +0100] rev 50738
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
Reviewed-by: jlahoda, mchung
jmanson [Sat, 23 Jun 2018 01:22:52 -0700] rev 50737
8205113: Update JVMTI doc references to object allocation tracking
Summary: Update the JVMTI VMObjectAlloc spec
Reviewed-by: dholmes, sspitsyn
sgehwolf [Tue, 05 Jun 2018 11:55:39 +0200] rev 50736
8203188: Add JEP-181 support to the Zero interpreter
Reviewed-by: dholmes, chrisphi
dholmes [Sat, 23 Jun 2018 01:32:41 -0400] rev 50735
8010319: Implementation of JEP 181: Nest-Based Access Control
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
Contributed-by: alex.buckley@oracle.com, maurizio.mimadamore@oracle.com, mandy.chung@oracle.com, tobias.hartmann@oracle.com, david.holmes@oracle.com, vladimir.x.ivanov@oracle.com, karen.kinnear@oracle.com, vladimir.kozlov@oracle.com, john.r.rose@oracle.com, daniel.smith@oracle.com, serguei.spitsyn@oracle.com, kumardotsrinivasan@gmail.com, boris.ulasevich@bell-sw.com
martin [Fri, 22 Jun 2018 17:49:21 -0700] rev 50734
8205199: more Linux clang compile failures
Reviewed-by: dholmes, kbarrett, stuefe
Contributed-by: Arthur Eubanks <aeubanks@google.com>, Thomas Stuefe <thomas.stuefe@gmail.com>
martin [Fri, 22 Jun 2018 17:36:03 -0700] rev 50733
8205197: Never default to using libc++ on Linux
Summary: Let the toolchain choose the standard library by default
Reviewed-by: tbell, erikj, gziemski
valeriep [Fri, 22 Jun 2018 23:18:07 +0000] rev 50732
Merge
valeriep [Fri, 22 Jun 2018 23:10:36 +0000] rev 50731
7007966: Add Brainpool ECC support (RFC 5639)
Summary: Enhance SunEC provider with the support of brainpool256/320/384/512r1 curves
Reviewed-by: valeriep
Contributed-by: Tobias Wagner <tobias.wagner@n-design.de>
iignatyev [Fri, 22 Jun 2018 16:11:36 -0700] rev 50730
8155192: [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
Reviewed-by: kvn, gromero
iveresov [Fri, 22 Jun 2018 15:58:32 -0700] rev 50729
8204209: [Graal] Compilation fails during nmethod printing with "assert(bci == 0 || 0 <= bci && bci < code_size()) failed: illegal bci"
Summary: Tolerate JVMCI placeholder bcis
Reviewed-by: kvn, never, dlong
kbarrett [Fri, 22 Jun 2018 17:46:58 -0400] rev 50728
8205459: Rename Access API flag decorators
Summary: Rename OOP_NOT_NULL, IN_HEAP_ARRAY, AS_DEST_NOT_INITIALIZED
Reviewed-by: pliden, stefank
rriggs [Fri, 22 Jun 2018 16:06:43 -0400] rev 50727
8202292: java/io/FileOutputStream/UnreferencedFOSClosesFd.java fails with "raw fd count wrong"
Reviewed-by: bpb, mchung
vdeshpande [Fri, 22 Jun 2018 12:51:49 -0700] rev 50726
8205194: Improve the Array Comparison when there is mismatch at first element.
Summary: perform the first element comparison before the call to vectorizedMismatch method
Reviewed-by: psandoz, rriggs, igerasim
psandoz [Fri, 22 Jun 2018 12:05:36 -0700] rev 50725
8202922: Method reference identity is broken by serialization
Reviewed-by: jlaskey, mchung
jwilhelm [Fri, 22 Jun 2018 19:04:16 +0200] rev 50724
Added tag jdk-11+19 for changeset 36ca515343e0
dpochepk [Fri, 22 Jun 2018 20:17:02 +0300] rev 50723
8189112: AARCH64: optimize StringUTF16 compress intrinsic
Reviewed-by: aph
michaelm [Fri, 22 Jun 2018 18:10:20 +0100] rev 50722
8204233: Add configurable option for enhanced socket IOException messages
Reviewed-by: alanb, chegar
plevart [Fri, 22 Jun 2018 18:19:26 +0200] rev 50721
Merge
plevart [Fri, 22 Jun 2018 18:18:05 +0200] rev 50720
Merge
plevart [Fri, 22 Jun 2018 17:56:55 +0200] rev 50719
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
Summary: Add internal TerminatingThreadLocal and use it to free cached thread-local direct buffers and nio-fs native buffers
Reviewed-by: tonyp, alanb
dcubed [Fri, 22 Jun 2018 12:15:16 -0400] rev 50718
8205195: NestedThreadsListHandleInErrorHandlingTest fails because hs_err doesn't contain _nested_thread_list_max
Summary: Grab Threads_lock in VMError::controlled_crash() so ErrorHandling tests are more stable.
Reviewed-by: stuefe, sspitsyn
dpochepk [Fri, 22 Jun 2018 18:49:45 +0300] rev 50717
8205474: AARCH64: wrong zr encoding for ccmp instruction
Reviewed-by: aph
dpochepk [Fri, 22 Jun 2018 18:48:36 +0300] rev 50716
8205004: AArch64: fix failures in jtreg ArraysEqCmpTest
Reviewed-by: aph
Contributed-by: joshua.zhu@arm.com
weijun [Fri, 22 Jun 2018 21:42:00 +0800] rev 50715
8205445: Add RSASSA-PSS Signature support to SunMSCAPI
Reviewed-by: xuelei
mgronlun [Fri, 22 Jun 2018 13:20:55 +0200] rev 50714
8203299: StringPoolBuffer access covered by exclusive access invariant, remove (problematic) cas operations
Reviewed-by: egahlin
adinn [Fri, 22 Jun 2018 11:21:34 +0100] rev 50713
8204331: AArch64: fix CAS not embedded in normal graph error
Summary: JDK fails with assert on AArch64 after changes made by JDK-8202377
Reviewed-by: roland, rkennke
jlahoda [Fri, 22 Jun 2018 11:26:55 +0200] rev 50712
8195077: [Testbug] tools/javac/processing/model/completionfailure/NoAbortForBadClassFile.java - AccessDeniedException
Summary: Use a new working directory for each sub-test.
Reviewed-by: vromero
mbaesken [Wed, 20 Jun 2018 14:25:45 +0200] rev 50711
8205416: windows: fix checking of CloseHandle return code in Java_java_io_FileCleanable_cleanupClose0
Reviewed-by: alanb, stuefe
pmuthuswamy [Fri, 22 Jun 2018 11:49:31 +0530] rev 50710
8205160: jQuery UI, jQuery-migrate, and jQuery license file to be updated to the revision present.
Reviewed-by: jjg
iignatyev [Thu, 21 Jun 2018 22:17:22 -0700] rev 50709
8172854: [TESTBUG] Exclude runtime/ReservedStack/ReservedStackTest.java from being run with DeoptimizeALot option
Reviewed-by: kvn
mikael [Thu, 21 Jun 2018 21:37:28 -0700] rev 50708
8202331: Obsolete support for commercial features
Reviewed-by: kvn, cjplummer, dholmes
iignatyev [Thu, 21 Jun 2018 16:45:29 -0700] rev 50707
8205490: update ProblemList-graal
Reviewed-by: kvn, epavlova
iignatyev [Thu, 21 Jun 2018 15:14:36 -0700] rev 50706
8185927: create regression test for 8062950
Reviewed-by: kvn
jjg [Thu, 21 Jun 2018 14:33:15 -0700] rev 50705
8205442: Avoid hard-coding --source value in SourceLauncherTest.java
Reviewed-by: darcy
jjg [Thu, 21 Jun 2018 13:29:44 -0700] rev 50704
8196425: tools/javac/modules/AnnotationProcessing.java failed
Reviewed-by: jlahoda
egahlin [Thu, 21 Jun 2018 20:52:52 +0200] rev 50703
8205053: Decouple type registration from framework lifecycle
Reviewed-by: mgronlun, pliden, stefank
erikj [Thu, 21 Jun 2018 12:03:54 -0700] rev 50702
8205424: Change to Xcode 9.4 for building on Macosx at Oracle
Reviewed-by: tbell, prr
bpb [Thu, 21 Jun 2018 11:10:55 -0700] rev 50701
8199124: (fs) Reduce allocation for file system methods that are invoked with no open options
Reviewed-by: alanb
Contributed-by: Michael Skells <mike.skells1@gmail.com>
alanb [Thu, 21 Jun 2018 18:56:35 +0100] rev 50700
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
Reviewed-by: mchung
kvn [Thu, 21 Jun 2018 10:54:07 -0700] rev 50699
8205398: AES-CBC decryption algorithm using AVX512 instructions
Reviewed-by: kvn
Contributed-by: regev.shemy@intel.com, shay.gueron@intel.com, smita.kamath@intel.com, shravya.rukmannagari@intel.com
smarks [Thu, 21 Jun 2018 08:45:57 -0700] rev 50698
8203184: List.copyOf() fails to copy sublists
Reviewed-by: psandoz
smarks [Thu, 21 Jun 2018 08:25:03 -0700] rev 50697
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
Reviewed-by: martin, forax, psandoz, briangoetz
coleenp [Thu, 21 Jun 2018 11:10:44 -0400] rev 50696
8205175: Deprecate UnlinkSymbolsALot debugging option.
Reviewed-by: zgu, stuefe
jlaskey [Thu, 21 Jun 2018 08:58:59 -0300] rev 50695
8203637: Fix Sources
Reviewed-by: hannesw, sundar
rwestberg [Thu, 21 Jun 2018 13:39:20 +0200] rev 50694
8205103: [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
Reviewed-by: mgronlun
rkennke [Tue, 19 Jun 2018 13:03:12 -0400] rev 50693
8205336: Modularize allocations in assembler
Reviewed-by: aph, eosterlund
nishjain [Thu, 21 Jun 2018 14:09:43 +0530] rev 50692
8204938: Add a test case to automatically check the updated LSR data
Reviewed-by: naoto, rriggs
cjplummer [Wed, 20 Jun 2018 19:46:44 -0700] rev 50691
8205385: Problem list vmTestbase/nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption/TestDescription.java
Reviewed-by: sspitsyn
jwilhelm [Thu, 21 Jun 2018 03:21:22 +0200] rev 50690
Added tag jdk-11+19 for changeset fb8b3f467277
iveresov [Wed, 20 Jun 2018 17:30:43 -0700] rev 50689
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
Summary: Disable fast TLAB refill in Graal.
Reviewed-by: dnsimon, kvn
lmesnik [Wed, 20 Jun 2018 12:02:17 -0700] rev 50688
8204974: Quarantine serviceability/sa/TestInstanceKlassSize* tests for CDS enabled mode
Reviewed-by: ccheung, mseledtsov, jiangli
gromero [Wed, 20 Jun 2018 22:02:46 +0200] rev 50687
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
Reviewed-by: goetz, iignatyev
iignatyev [Wed, 20 Jun 2018 12:42:43 -0700] rev 50686
8205433: clean up hotspot ProblemList
Reviewed-by: kvn
gadams [Wed, 20 Jun 2018 13:57:38 -0400] rev 50685
6545967: sp05t003 failed ResumeThread() due to THREAD_NOT_SUSPENDED
Reviewed-by: cjplummer, sspitsyn
bsrbnd [Wed, 20 Jun 2018 10:01:49 -0700] rev 50684
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
Reviewed-by: mcimadamore, vromero
chegar [Wed, 20 Jun 2018 17:54:40 +0100] rev 50683
Merge
chegar [Wed, 20 Jun 2018 17:48:39 +0100] rev 50682
Merge
chegar [Wed, 20 Jun 2018 09:05:57 -0700] rev 50681
8204679: HTTP Client refresh
Reviewed-by: chegar, dfuchs, michaelm
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>
erikj [Wed, 20 Jun 2018 09:38:17 -0700] rev 50680
8200115: System property java.vm.vendor value includes quotation marks
Reviewed-by: tbell, asaha
mseledtsov [Wed, 20 Jun 2018 09:42:36 -0700] rev 50679
8204701: [TESTBUG] runtime/SharedArchiveFile/BootAppendTests.java should handle mapping failure
Summary: Added code to check for mapping failure
Reviewed-by: ccheung, jiangli