dfuchs [Fri, 23 Aug 2019 19:55:08 +0100] rev 57867
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
Summary: three methods are added to StrictMath for consistency with Math. Tests are updated accordingly.
Reviewed-by: bpb, lancea, igerasim, dfuchs, joehw, rriggs
Contributed-by: Julia Boes <julia.boes@oracle.com>
rriggs [Fri, 23 Aug 2019 14:04:38 -0400] rev 57866
8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
Reviewed-by: mchung, rriggs
Contributed-by: kustos@gmx.net
iklam [Fri, 23 Aug 2019 10:39:34 -0700] rev 57865
8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
Reviewed-by: ccheung, fparain
joehw [Fri, 23 Aug 2019 17:57:18 +0000] rev 57864
8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
Reviewed-by: lancea
dfuchs [Fri, 23 Aug 2019 18:40:59 +0100] rev 57863
8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
Reviewed-by: rriggs, bpb
Contributed-by: Julia Boes <julia.boes@oracle.com>
egahlin [Fri, 23 Aug 2019 18:47:55 +0200] rev 57862
Add test for Recording::setFlushInterval
egahlin [Fri, 23 Aug 2019 18:45:47 +0200] rev 57861
Add support for checkpoint aware flushing
egahlin [Fri, 23 Aug 2019 15:34:18 +0200] rev 57860
Rename flush to flush-interval and add test for jcmd and -XX:StartFlightRecording
egahlin [Fri, 23 Aug 2019 14:00:10 +0200] rev 57859
Add example apps
egahlin [Fri, 23 Aug 2019 13:57:08 +0200] rev 57858
Fix warning
egahlin [Fri, 23 Aug 2019 13:30:12 +0200] rev 57857
Remove race condition in TestStart
jdv [Fri, 23 Aug 2019 15:49:50 +0530] rev 57856
Close metal-prototype-branch
afarley [Fri, 23 Aug 2019 03:06:24 -0700] rev 57855
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
Summary: The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN
Reviewed-by: dholmes, coleenp, sspitsyn
neliasso [Fri, 23 Aug 2019 10:11:18 +0200] rev 57854
8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
Reviewed-by: kvn, thartmann