Tue, 27 Aug 2019 12:08:01 +0200 rename from JfrCheckpointMode to JfrCheckpointType JEP-349-branch
mgronlun [Tue, 27 Aug 2019 12:08:01 +0200] rev 57886
rename from JfrCheckpointMode to JfrCheckpointType
Tue, 27 Aug 2019 11:15:00 +0200 8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp)
shade [Tue, 27 Aug 2019 11:15:00 +0200] rev 57885
8230214: AArch64 build failures after JDK-8229836 (Remove include of globals.hpp from allocation.hpp) Reviewed-by: dholmes
Wed, 14 Aug 2019 15:07:04 +0200 8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
mbaesken [Wed, 14 Aug 2019 15:07:04 +0200] rev 57884
8229706: java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines Reviewed-by: chegar, clanger
Mon, 26 Aug 2019 18:10:34 +0200 Add parser support for checkpoint cetagorization bits JEP-349-branch
egahlin [Mon, 26 Aug 2019 18:10:34 +0200] rev 57883
Add parser support for checkpoint cetagorization bits
Mon, 26 Aug 2019 17:59:32 +0200 checkpoint bit pattern JEP-349-branch
mgronlun [Mon, 26 Aug 2019 17:59:32 +0200] rev 57882
checkpoint bit pattern
Mon, 26 Aug 2019 07:14:15 -0700 8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR"
erikj [Mon, 26 Aug 2019 07:14:15 -0700] rev 57881
8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR" Reviewed-by: erikj Contributed-by: Wang Xue <wangxue@loongson.cn>
Mon, 26 Aug 2019 14:48:12 +0100 8230000: some httpclients testng tests run zero test
dfuchs [Mon, 26 Aug 2019 14:48:12 +0100] rev 57880
8230000: some httpclients testng tests run zero test Summary: two tests needed to declared their test methods public, the last one was a simple abstract framework for subclasses and needed its @test keyword removed. Reviewed-by: chegar, aefimov, dfuchs Contributed-by: Julia Boes <julia.boes@oracle.com>
Mon, 26 Aug 2019 12:25:49 +0100 8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
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
Mon, 26 Aug 2019 13:09:14 +0200 Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend JEP-349-branch
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
Mon, 26 Aug 2019 11:46:54 +0100 8222363: Update ServerSocket.isBound spec to reflect implementation after close
michaelm [Mon, 26 Aug 2019 11:46:54 +0100] rev 57877
8222363: Update ServerSocket.isBound spec to reflect implementation after close Reviewed-by: dfuchs
Mon, 26 Aug 2019 09:15:43 +0200 8224878: Use JVMFlag parameters instead of name strings
stefank [Mon, 26 Aug 2019 09:15:43 +0200] rev 57876
8224878: Use JVMFlag parameters instead of name strings Reviewed-by: gziemski, dholmes, jrose
Mon, 26 Aug 2019 09:13:38 +0200 8229836: Remove include of globals.hpp from allocation.hpp
stefank [Mon, 26 Aug 2019 09:13:38 +0200] rev 57875
8229836: Remove include of globals.hpp from allocation.hpp Reviewed-by: coleenp, kbarrett
Sun, 25 Aug 2019 19:09:22 +0200 epoch aware serialization tagging JEP-349-branch
mgronlun [Sun, 25 Aug 2019 19:09:22 +0200] rev 57874
epoch aware serialization tagging
Sun, 25 Aug 2019 15:13:16 +0200 typeset serialization cache JEP-349-branch
mgronlun [Sun, 25 Aug 2019 15:13:16 +0200] rev 57873
typeset serialization cache
Sun, 25 Aug 2019 13:27:54 +0200 stacktrace serialization cache JEP-349-branch
mgronlun [Sun, 25 Aug 2019 13:27:54 +0200] rev 57872
stacktrace serialization cache
Sun, 25 Aug 2019 10:12:57 +0200 fix merge error JEP-349-branch
mgronlun [Sun, 25 Aug 2019 10:12:57 +0200] rev 57871
fix merge error
Sat, 24 Aug 2019 14:30:27 +0200 New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents. JEP-349-branch
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.
Fri, 23 Aug 2019 23:27:19 +0000 8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
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
Fri, 23 Aug 2019 15:24:26 -0400 8230104: JNU_IsInstanceOfByName needs const parameter
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
Fri, 23 Aug 2019 19:55:08 +0100 8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
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>
Fri, 23 Aug 2019 14:04:38 -0400 8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
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
Fri, 23 Aug 2019 10:39:34 -0700 8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
iklam [Fri, 23 Aug 2019 10:39:34 -0700] rev 57865
8230011: Consolidate duplicated classpath parsing code in classLoader.cpp Reviewed-by: ccheung, fparain
Fri, 23 Aug 2019 17:57:18 +0000 8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
joehw [Fri, 23 Aug 2019 17:57:18 +0000] rev 57864
8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification Reviewed-by: lancea
Fri, 23 Aug 2019 18:40:59 +0100 8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
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>
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 tip