michaelm [Mon, 26 Aug 2019 12:25:49 +0100] rev 57879
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
Reviewed-by: michaelm, chegar, dfuchs
Contributed-by: jai.forums2013@gmail.com
mgronlun [Mon, 26 Aug 2019 13:09:14 +0200] rev 57878
Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend
michaelm [Mon, 26 Aug 2019 11:46:54 +0100] rev 57877
8222363: Update ServerSocket.isBound spec to reflect implementation after close
Reviewed-by: dfuchs
stefank [Mon, 26 Aug 2019 09:15:43 +0200] rev 57876
8224878: Use JVMFlag parameters instead of name strings
Reviewed-by: gziemski, dholmes, jrose
stefank [Mon, 26 Aug 2019 09:13:38 +0200] rev 57875
8229836: Remove include of globals.hpp from allocation.hpp
Reviewed-by: coleenp, kbarrett
mgronlun [Sun, 25 Aug 2019 19:09:22 +0200] rev 57874
epoch aware serialization tagging
mgronlun [Sun, 25 Aug 2019 15:13:16 +0200] rev 57873
typeset serialization cache
mgronlun [Sun, 25 Aug 2019 13:27:54 +0200] rev 57872
stacktrace serialization cache
mgronlun [Sun, 25 Aug 2019 10:12:57 +0200] rev 57871
fix merge error
mgronlun [Sat, 24 Aug 2019 14:30:27 +0200] rev 57870
New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents.
coleenp [Fri, 23 Aug 2019 23:27:19 +0000] rev 57869
8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
Summary: This is a low frequency problem that we are seeing internally, this patch is mostly to rule out one theory.
Reviewed-by: dcubed
rriggs [Fri, 23 Aug 2019 15:24:26 -0400] rev 57868
8230104: JNU_IsInstanceOfByName needs const parameter
Reviewed-by: alanb, rriggs
Contributed-by: andrewluotechnologies@outlook.com
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