dl [Mon, 25 Jun 2018 09:59:16 -0700] rev 50762
8202422: value of 'sizeCtl' in ConcurrentHashMap varies with the constructor called
Reviewed-by: martin, psandoz
lfoltan [Mon, 25 Jun 2018 11:33:11 -0400] rev 50761
8169559: Add class loader names to relevant VM messages
Summary: Added new method class_in_module_of_loader to provide a standard format for class information within error messages.
Reviewed-by: goetz, hseigel, mchung
hb [Mon, 25 Jun 2018 20:36:06 +0530] rev 50760
8204661: Show error 'Port already in use' in HashedPasswordFileTest.java
Reviewed-by: mchung, dholmes, dcubed, dfuchs
lfoltan [Mon, 25 Jun 2018 10:34:46 -0400] rev 50759
8205509: assert(_name_and_id != 0LL) failed: encountered a class loader null name and id
Summary: The method loader_name_and_id should return the external name of the class loader if _name_and_id is null.
Reviewed-by: coleenp, stuefe
dpochepk [Mon, 25 Jun 2018 16:32:23 +0300] rev 50758
8189113: AARCH64: StringLatin1 inflate intrinsic doesn't use prefetch instruction
Reviewed-by: aph
dpochepk [Mon, 25 Jun 2018 16:32:02 +0300] rev 50757
8189103: AARCH64: optimize String indexOf intrinsic
Reviewed-by: aph
dpochepk [Mon, 25 Jun 2018 16:31:37 +0300] rev 50756
8202326: AARCH64: optimize string compare intrinsic
Reviewed-by: dsamersoff
dpochepk [Mon, 25 Jun 2018 16:31:18 +0300] rev 50755
8204289: AARCH64: enable math intrinsics usage in interpreter and C1
Reviewed-by: aph, dsamersoff
dpochepk [Mon, 25 Jun 2018 16:30:49 +0300] rev 50754
8189105: AARCH64: create intrinsic for sin and cos
Reviewed-by: aph, adinn
dpochepk [Mon, 25 Jun 2018 16:30:16 +0300] rev 50753
8196402: AARCH64: create intrinsic for Math.log
Reviewed-by: aph, dsamersoff
stefank [Sat, 26 May 2018 06:59:49 +0200] rev 50752
8204540: Automatic oop closure devirtualization
Reviewed-by: kbarrett, eosterlund
jlahoda [Mon, 25 Jun 2018 12:44:52 +0200] rev 50751
8203814: javac --release=8 \"cannot find symbol\" for NashornException.getEcmaError()
Summary: Updating ct.sym data for jdk.scripting.nashorn to JDK8u102 version of the API.
Reviewed-by: hannesw
pkoppula [Tue, 20 Mar 2018 11:16:10 +0530] rev 50750
8187218: GSSCredential.getRemainingLifetime() returns negative value for TTL > 24 days.
Reviewed-by: mullan
Contributed-by: prasadarao.koppula@oracle.com, weijun.wang@oracle.com
pliden [Mon, 25 Jun 2018 10:54:55 +0200] rev 50749
8205405: ZGC: Decouple JFR type registration
Reviewed-by: stefank, mgronlun
mhorie [Mon, 25 Jun 2018 10:41:03 +0200] rev 50748
8204524: Unnecessary memory barriers in G1ParScanThreadState::copy_to_survivor_space
Reviewed-by: kbarrett, mdoerr, drwhite, tschatzl