jnimeh [Sat, 17 Aug 2019 06:20:49 -0700] rev 57791
8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
Reviewed-by: xuelei
herrick [Fri, 16 Aug 2019 18:13:04 -0400] rev 57790
8213941: Debian linux problems in JavaPackager
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
herrick [Fri, 16 Aug 2019 17:29:33 -0400] rev 57789
8229791: Code clean up regressions
Reviewed-by: asemenyuk, almatvee
herrick [Fri, 16 Aug 2019 16:54:59 -0400] rev 57788
8229786: No output after WinShortcutTest.exe is launched
Reviewed-by: asemenyuk
dholmes [Fri, 16 Aug 2019 18:27:36 -0400] rev 57787
8229808: javaVFrame::print_lock_info_on fails to disable extra printing
Reviewed-by: hseigel, dcubed
srukmannagar [Fri, 16 Aug 2019 14:42:50 -0700] rev 57786
8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
Summary: AES-ECB encryption and decryption optimization for x86_64 architectures supporting AVX3+VAES
Reviewed-by: kvn, valeriep
Contributed-by: shravya.rukmannagari@intel.com, smita.kamath@intel.com
kbarrett [Fri, 16 Aug 2019 14:46:52 -0400] rev 57785
8229044: G1RedirtyCardsQueueSet should be local to a collection
Summary: Stack allocate redirty qsets in do_collection_pause_at_safepoint.
Reviewed-by: tschatzl, sangheki
egahlin [Fri, 16 Aug 2019 20:50:32 +0200] rev 57784
Test streaming over missing chunks
igerasim [Fri, 16 Aug 2019 11:35:17 -0700] rev 57783
8221307: String.substring() OOB exception on start index reports improper information
Reviewed-by: rriggs, redestad
poonam [Fri, 16 Aug 2019 18:06:51 +0000] rev 57782
8229420: [Redo] jstat reports incorrect values for OU for CMS GC
Reviewed-by: tschatzl, sgehwolf
egahlin [Fri, 16 Aug 2019 20:01:59 +0200] rev 57781
Fix broken generated Event::commit() and add test to verify behavior
egahlin [Fri, 16 Aug 2019 20:00:10 +0200] rev 57780
Minor docs fix
eosterlund [Fri, 16 Aug 2019 16:50:17 +0200] rev 57779
8229345: Memory leak due to vtable stubs not being shared on SPARC
Reviewed-by: mdoerr, dholmes, kvn
dfuchs [Fri, 16 Aug 2019 15:01:58 +0100] rev 57778
8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
Summary: The test is updated to ignore plain text connections
Reviewed-by: chegar, michaelm
stefank [Tue, 06 Aug 2019 10:48:21 +0200] rev 57777
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
Reviewed-by: rkennke, coleenp, kbarrett, dcubed
herrick [Fri, 16 Aug 2019 06:55:31 -0400] rev 57776
8224594: Simplify jpackage Logging
Reviewed-by: almatvee, asemenyuk
jdv [Fri, 16 Aug 2019 16:07:33 +0530] rev 57775
Change log priority for not implemented Opcodes and add logging for opcode name
lkorinth [Fri, 16 Aug 2019 09:18:41 +0200] rev 57774
8224666: Parallel GC: Use WorkGang (8: obsolete and remove flags)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:38 +0200] rev 57773
8224665: Parallel GC: Use WorkGang (7: remove task manager)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:35 +0200] rev 57772
8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:32 +0200] rev 57771
8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:29 +0200] rev 57770
8224662: Parallel GC: Use WorkGang (4: SharedRestorePreservedMarksTaskExecutor)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:26 +0200] rev 57769
8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:23 +0200] rev 57768
8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
Reviewed-by: stefank, kbarrett, tschatzl
lkorinth [Fri, 16 Aug 2019 09:18:19 +0200] rev 57767
8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
Reviewed-by: stefank, kbarrett, tschatzl
weijun [Fri, 16 Aug 2019 08:42:09 +0800] rev 57766
8229775: Incorrect warning when jar was signed with -sectionsonly
Reviewed-by: mullan
ccheung [Thu, 15 Aug 2019 16:23:41 -0700] rev 57765
8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access
Summary: Updated tests to use Lookup.defineClass instead of ClassLoader.defineClass.
Reviewed-by: iklam, dholmes, alanb
bobv [Thu, 15 Aug 2019 19:29:58 +0000] rev 57764
8229699: [Graal] jck tests fail on windows with AOTed Graal
Reviewed-by: kvn
mchung [Thu, 15 Aug 2019 13:41:30 -0700] rev 57763
8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
Reviewed-by: coleenp, fparain, shade, plevart
jlahoda [Thu, 15 Aug 2019 14:35:29 +0200] rev 57762
8226848: jline/terminal/impl files missing classpath exception clause in license header
Summary: Adding CPE to several files in jdk.internal.le.
Reviewed-by: jjg
herrick [Thu, 15 Aug 2019 08:03:41 -0400] rev 57761
8215446 : JPackageCreateInstallerInstallDirTest fails on OLE7
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
dfuchs [Thu, 15 Aug 2019 12:58:27 +0100] rev 57760
8229486: Replace wildcard address with loopback or local host in tests - part 21
Reviewed-by: chegar
weijun [Thu, 15 Aug 2019 15:39:43 +0800] rev 57759
8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
Reviewed-by: xuelei
rehn [Thu, 15 Aug 2019 09:06:42 +0200] rev 57758
8225788: Dead code in thread and safepoint
Reviewed-by: dholmes, dcubed, coleenp
ngasson [Thu, 15 Aug 2019 14:00:36 +0800] rev 57757
8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
Reviewed-by: cjplummer, adinn
jwilhelm [Thu, 15 Aug 2019 03:57:17 +0200] rev 57756
Added tag jdk-14+10 for changeset ececb6dae777
egahlin [Thu, 15 Aug 2019 03:00:02 +0200] rev 57755
Test streaming without repository being created
egahlin [Thu, 15 Aug 2019 02:58:28 +0200] rev 57754
Add streaming support for repository migration
egahlin [Thu, 15 Aug 2019 02:55:30 +0200] rev 57753
Fix type in comment
egahlin [Thu, 15 Aug 2019 02:51:20 +0200] rev 57752
Rotate disk on JFR.configure repositorypath=...
dholmes [Wed, 14 Aug 2019 18:26:23 -0400] rev 57751
8228858: Reimplement JVM_RawMonitors to use PlatformMutex
Reviewed-by: coleenp, dcubed, pchilanomate
herrick [Wed, 14 Aug 2019 16:36:29 -0400] rev 57750
8229750: Fix bad merge of JDK-8215447 patch
Submitted-by: asemenyuk
Reviewed-by: herrick
shade [Wed, 14 Aug 2019 20:32:44 +0200] rev 57749
8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default
Reviewed-by: rkennke
shade [Wed, 14 Aug 2019 20:32:43 +0200] rev 57748
8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs)
Reviewed-by: rkennke
egahlin [Wed, 14 Aug 2019 20:34:11 +0200] rev 57747
Add streaming API to unspported test
lancea [Wed, 14 Aug 2019 12:57:34 -0400] rev 57746
8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
Reviewed-by: rriggs
coleenp [Wed, 14 Aug 2019 10:07:00 -0400] rev 57745
5103339: Strengthen NoSafepointVerifier
Summary: Add NSV check at possible safepoint transition or places that could take out locks. Consolidate with clearing unhandled oops.
Reviewed-by: dholmes, rehn
herrick [Wed, 14 Aug 2019 08:23:16 -0400] rev 57744
Merge
herrick [Wed, 14 Aug 2019 08:08:39 -0400] rev 57743
8226534: combination of windows options cause exception in MsiBundler
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
herrick [Wed, 14 Aug 2019 07:50:54 -0400] rev 57742
8215447: Investigate if current implementation of --license-file is correct for RPM packages
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
herrick [Tue, 13 Aug 2019 18:21:07 -0400] rev 57741
8229138: Add --linux-app-release option for DEB and RPM packages
Reviewed-by: almatvee, asemenyuk
herrick [Mon, 12 Aug 2019 15:27:17 -0400] rev 57740
8227172: revert JDK-8225569 on windows
Reviewed-by: kcr, asemenyuk
prappo [Wed, 14 Aug 2019 11:14:54 +0100] rev 57739
8217606: LdapContext#reconnect always opens a new connection
Reviewed-by: lancea, vtewari, rriggs
Contributed-by: Chris Yin <xu.y.yin@oracle.com>
dholmes [Wed, 14 Aug 2019 00:18:00 -0400] rev 57738
8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor
Reviewed-by: kbarrett, dcubed, pliden
valeriep [Wed, 14 Aug 2019 01:40:29 +0000] rev 57737
8228835: Memory leak in PKCS11 provider when using AES GCM
Summary: updated freeCKMechanismPtr to free mechanism-specific memories
Reviewed-by: jnimeh
valeriep [Wed, 14 Aug 2019 00:57:15 +0000] rev 57736
8228613: java.security.Provider#getServices order is no longer deterministic
Summary: Changed to use SunEntries.DEF_SECURE_RANDOM_ALGO instead of relying on ordering of SecureRandom services
Reviewed-by: weijun
mchung [Tue, 13 Aug 2019 15:49:11 -0700] rev 57735
8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works
8209078: Unable to call default method from interface in another module from named module
Reviewed-by: dfuchs, plevart
dcubed [Tue, 13 Aug 2019 16:13:22 -0400] rev 57734
8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
Reviewed-by: dholmes, coleenp
naoto [Tue, 13 Aug 2019 10:10:42 -0700] rev 57733
8211990: DateTimeException thrown when calculating duration between certain dates
Reviewed-by: lancea, scolebourne, rriggs
zgu [Tue, 13 Aug 2019 13:01:41 -0400] rev 57732
8229474: Shenandoah: Cleanup CM::update_roots()
Reviewed-by: rkennke
dfuchs [Tue, 13 Aug 2019 16:18:43 +0100] rev 57731
8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
Summary: The test was observed blocking on receive and is updated to avoid using the wildcard address
Reviewed-by: chegar, msheppar
aefimov [Tue, 13 Aug 2019 16:11:28 +0100] rev 57730
8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
Reviewed-by: dfuchs, chegar
rkennke [Tue, 13 Aug 2019 16:05:58 +0200] rev 57729
8229470: Shenandoah: Fix C1 getAndSetObject() failure
Reviewed-by: shade
shade [Tue, 13 Aug 2019 14:59:29 +0200] rev 57728
8229419: Shenandoah: Cleanup LRB strength selector code
Reviewed-by: rkennke