Wed, 28 Aug 2019 11:00:55 +0800 8230010: Remove jdk8037819/BasicTest1.java
fyuan [Wed, 28 Aug 2019 11:00:55 +0800] rev 57896
8230010: Remove jdk8037819/BasicTest1.java 8230002: javax/xml/jaxp/unittest/transform/SecureProcessingTest.java runs zero test Reviewed-by: joehw, vtewari
Tue, 27 Aug 2019 14:44:21 -0700 8226831: Use Objects.equals() when appropriate
igerasim [Tue, 27 Aug 2019 14:44:21 -0700] rev 57895
8226831: Use Objects.equals() when appropriate Reviewed-by: rriggs, bpb
Tue, 27 Aug 2019 22:26:42 +0200 8228507: Archive FDBigInteger
redestad [Tue, 27 Aug 2019 22:26:42 +0200] rev 57894
8228507: Archive FDBigInteger Reviewed-by: jiangli, bpb
Tue, 27 Aug 2019 20:10:06 +0000 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate [Tue, 27 Aug 2019 20:10:06 +0000] rev 57893
8229844: Remove attempt_rebias parameter from revoke_and_rebias() Summary: Removed attempt_rebias parameter and merged fast_enter() and slow_enter() into enter() Reviewed-by: dholmes, rehn, coleenp, dcubed
Tue, 27 Aug 2019 19:22:58 +0200 8230118: 32-bit build failures after JDK-8227054
shade [Tue, 27 Aug 2019 19:22:58 +0200] rev 57892
8230118: 32-bit build failures after JDK-8227054 Reviewed-by: zgu, kbarrett
Tue, 27 Aug 2019 16:35:50 +0200 8219708: Stop flushing OSR nmethods earlier in the sweeper
eosterlund [Tue, 27 Aug 2019 16:35:50 +0200] rev 57891
8219708: Stop flushing OSR nmethods earlier in the sweeper Reviewed-by: neliasso, thartmann
Tue, 27 Aug 2019 11:05:17 -0400 8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList
kbarrett [Tue, 27 Aug 2019 11:05:17 -0400] rev 57890
8230192: Rename G1RedirtyCardsBufferList to G1BufferNodeList Summary: Rename class and move to new files. Reviewed-by: sjohanss, lkorinth
Tue, 27 Aug 2019 17:02:38 +0200 8230215: MacOS debug build is broken after JDK-8230003
shade [Tue, 27 Aug 2019 17:02:38 +0200] rev 57889
8230215: MacOS debug build is broken after JDK-8230003 Reviewed-by: zgu, mdoerr
Tue, 27 Aug 2019 16:17:40 +0530 8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently
jpai [Tue, 27 Aug 2019 16:17:40 +0530] rev 57888
8230220: java/net/HttpURLConnection/HttpURLProxySelectionTest.java fails intermittently Summary: Fix the test to use volatile on members which are accessed across threads Reviewed-by: dfuchs
Tue, 27 Aug 2019 12:36:05 +0200 some cleanup JEP-349-branch
mgronlun [Tue, 27 Aug 2019 12:36:05 +0200] rev 57887
some cleanup
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>
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip