Tue, 22 May 2018 10:49:20 -0700 8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
lmesnik [Tue, 22 May 2018 10:49:20 -0700] rev 50224
8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc Reviewed-by: psandoz, mseledtsov
Tue, 22 May 2018 13:05:22 -0700 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov [Tue, 22 May 2018 13:05:22 -0700] rev 50223
8199257: [TESTBUG] Open source VM testbase metaspace tests Summary: Open sourced VM metaspace tests Reviewed-by: coleenp, stuefe
Tue, 22 May 2018 14:49:39 -0400 8203635: JFR sampler thread does not record stack info
zgu [Tue, 22 May 2018 14:49:39 -0400] rev 50222
8203635: JFR sampler thread does not record stack info Summary: Added call to record_stack_base_and_size() from sampler thread Reviewed-by: shade, coleenp, stuefe
Tue, 22 May 2018 11:04:36 -0700 8196987: Resolve disabled warnings for libzip
sherman [Tue, 22 May 2018 11:04:36 -0700] rev 50221
8196987: Resolve disabled warnings for libzip Reviewed-by: erikj, alanb
Tue, 22 May 2018 10:08:04 -0700 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev [Tue, 22 May 2018 10:08:04 -0700] rev 50220
8199379: [TESTBUG] Open source vm testbase JDB tests Reviewed-by: mseledtsov, sspitsyn
Tue, 22 May 2018 13:10:56 -0400 8202669: Intermittent crash in ClassLoadingService::compute_class_size()
coleenp [Tue, 22 May 2018 13:10:56 -0400] rev 50219
8202669: Intermittent crash in ClassLoadingService::compute_class_size() Summary: Don't report classes that failed to load when reporting class unloading. Remove the classes first. Reviewed-by: dholmes, lfoltan, ccheung
Tue, 22 May 2018 09:01:44 -0700 8196048: thrown type variables should be roots in the minimum inference graph
vromero [Tue, 22 May 2018 09:01:44 -0700] rev 50218
8196048: thrown type variables should be roots in the minimum inference graph Reviewed-by: mcimadamore
Fri, 18 May 2018 09:15:08 -0700 8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
iklam [Fri, 18 May 2018 09:15:08 -0700] rev 50217
8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance Reviewed-by: lfoltan, dholmes, coleenp, minqi
Fri, 18 May 2018 15:35:32 +0200 8203410: Zero: Disable jfr feature by default
sgehwolf [Fri, 18 May 2018 15:35:32 +0200] rev 50216
8203410: Zero: Disable jfr feature by default Reviewed-by: erikj
Tue, 22 May 2018 12:04:05 -0300 8200380: String::lines
jlaskey [Tue, 22 May 2018 12:04:05 -0300] rev 50215
8200380: String::lines Reviewed-by: sundar, sherman, rriggs, psandoz
Tue, 22 May 2018 12:26:17 +0200 8198315: Incomplete classpath causes NPE in TransTypes
jlahoda [Tue, 22 May 2018 12:26:17 +0200] rev 50214
8198315: Incomplete classpath causes NPE in TransTypes Summary: Avoid symbol completion while constructing error message. Reviewed-by: mcimadamore
Tue, 22 May 2018 13:37:05 +0100 8203436: javac should fail early when emitting illegal signature attributes
mcimadamore [Tue, 22 May 2018 13:37:05 +0100] rev 50213
8203436: javac should fail early when emitting illegal signature attributes Summary: check that signature attributes do not contain non-denotable types Reviewed-by: vromero
Tue, 22 May 2018 14:54:55 +0200 8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
bulasevich [Tue, 22 May 2018 14:54:55 +0200] rev 50212
8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL Reviewed-by: redestad
Tue, 22 May 2018 14:44:18 +0200 8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
redestad [Tue, 22 May 2018 14:44:18 +0200] rev 50211
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros Reviewed-by: martin, igerasim Contributed-by: ivan.gerasimov@oracle.com, claes.redestad@oracle.com
Tue, 22 May 2018 05:20:48 -0400 8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
dholmes [Tue, 22 May 2018 05:20:48 -0400] rev 50210
8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java Reviewed-by: thartmann
Tue, 22 May 2018 03:46:52 -0400 8202863: Rename OopStorage inner collection classes
kbarrett [Tue, 22 May 2018 03:46:52 -0400] rev 50209
8202863: Rename OopStorage inner collection classes Summary: rename BlockArray, BlockList, BlockEntry Reviewed-by: coleenp
Tue, 22 May 2018 09:10:16 +0200 8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
thartmann [Tue, 22 May 2018 09:10:16 +0200] rev 50208
8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string" Summary: Use "C" locale for correct parsing of decimals in VM internal compiler directive tests. Reviewed-by: dholmes, coleenp, stuefe, dcubed
Tue, 22 May 2018 09:04:15 +0200 8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
thartmann [Tue, 22 May 2018 09:04:15 +0200] rev 50207
8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys Summary: Avoid integer overflow in TableSwitch(). Reviewed-by: goetz, mdoerr, vlivanov
Mon, 21 May 2018 21:27:12 -0700 8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
iklam [Mon, 21 May 2018 21:27:12 -0700] rev 50206
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation Reviewed-by: lfoltan, jiangli
Mon, 21 May 2018 18:44:09 -0700 8203500: Fix broken links to Specification in "specs" directory
iris [Mon, 21 May 2018 18:44:09 -0700] rev 50205
8203500: Fix broken links to Specification in "specs" directory Reviewed-by: jjg, lancea, mchung
Mon, 21 May 2018 23:40:52 +0000 8146293: Add support for RSASSA-PSS Signature algorithm
valeriep [Mon, 21 May 2018 23:40:52 +0000] rev 50204
8146293: Add support for RSASSA-PSS Signature algorithm Summary: add RSASSA-PSS key and signature support to SunRsaSign provider Reviewed-by: wetmore
Mon, 21 May 2018 17:17:24 -0400 8202853: NotifyCount is not initialized
coleenp [Mon, 21 May 2018 17:17:24 -0400] rev 50203
8202853: NotifyCount is not initialized Summary: remove NotifyCount Reviewed-by: jiangli
Mon, 21 May 2018 22:59:29 +0200 8027760: JFC schema condition should not have defaults
egahlin [Mon, 21 May 2018 22:59:29 +0200] rev 50202
8027760: JFC schema condition should not have defaults Reviewed-by: mgronlun
Mon, 21 May 2018 12:49:03 -0700 8203279: Faster rounding up to nearest power of two
igerasim [Mon, 21 May 2018 12:49:03 -0700] rev 50201
8203279: Faster rounding up to nearest power of two Reviewed-by: martin, redestad
Mon, 21 May 2018 12:27:21 -0700 8203486: skip type inference for non functional interface components of intersection types
vromero [Mon, 21 May 2018 12:27:21 -0700] rev 50200
8203486: skip type inference for non functional interface components of intersection types Reviewed-by: mcimadamore
Mon, 21 May 2018 15:15:58 -0400 8199807: AppCDS performs overly restrictive path matching check.
jiangli [Mon, 21 May 2018 15:15:58 -0400] rev 50199
8199807: AppCDS performs overly restrictive path matching check. 8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check(). Summary: Relax CDS/AppCDS path check for modules image. Reviewed-by: iklam, ccheung
Mon, 21 May 2018 11:43:57 -0700 8203487: Typo in ICUBinary.java: s/Magin/Magic/
bpb [Mon, 21 May 2018 11:43:57 -0700] rev 50198
8203487: Typo in ICUBinary.java: s/Magin/Magic/ Reviewed-by: igerasim, naoto Contributed-by: Adam Farley <adam.farley@uk.ibm.com>
Mon, 21 May 2018 18:19:11 +0200 8195818: JFR.start should increase autogenerated name by one
egahlin [Mon, 21 May 2018 18:19:11 +0200] rev 50197
8195818: JFR.start should increase autogenerated name by one Reviewed-by: mgronlun
Mon, 21 May 2018 11:09:58 -0500 8203292: Print complete set of flags in the hs_err file
simonis [Mon, 21 May 2018 11:09:58 -0500] rev 50196
8203292: Print complete set of flags in the hs_err file Summary: Prints non-default flags to hs_err file Reviewed-by: gziemski, dholmes
Mon, 21 May 2018 17:38:46 +0200 8195817: JFR.stop should require name of recording
egahlin [Mon, 21 May 2018 17:38:46 +0200] rev 50195
8195817: JFR.stop should require name of recording Reviewed-by: mgronlun
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip