mbaesken [Fri, 21 Dec 2018 14:42:08 +0100] rev 53104
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
Reviewed-by: clanger, dholmes
dholmes [Thu, 27 Dec 2018 21:17:11 -0500] rev 53103
8214097: Rework thread initialization and teardown logic
Reviewed-by: rehn, mgronlun, dcubed, kbarrett
kbarrett [Wed, 26 Dec 2018 19:24:00 -0500] rev 53102
8214201: Make PtrQueueSet completed buffer list private
Summary: Merge and make private in PtrQueueSet all completed buffer list handling
Reviewed-by: tschatzl, sjohanss
bulasevich [Tue, 25 Dec 2018 18:35:42 +0300] rev 53101
8206107: [x86_32] jck tests for ldc2_w bytecode fail
Reviewed-by: dsamersoff
sdama [Mon, 24 Dec 2018 12:18:40 +0530] rev 53100
8208184: IllegalArgumentException while invoking code completion on netbeans IDE
Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered
Reviewed-by: jjg
Contributed-by: srinivas.dama@oracle.com, jan.lahoda@oracle.com
weijun [Sat, 22 Dec 2018 10:38:45 +0800] rev 53099
8215769: Java cannot probe pkcs12 files exported by Firefox
Reviewed-by: mullan
bpb [Fri, 21 Dec 2018 13:03:03 -0800] rev 53098
8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException
Reviewed-by: rriggs, plevart, smarks
jjg [Fri, 21 Dec 2018 10:38:33 -0800] rev 53097
8215516: Move JavadocTester to a named package
Reviewed-by: hannesw
mgronlun [Fri, 21 Dec 2018 16:56:40 +0100] rev 53096
8215727: Restore JFR thread sampler loop to old / previous behavior
Reviewed-by: egahlin, mgronlun
Contributed-by: milan.mimica@gmail.com
rriggs [Fri, 21 Dec 2018 09:54:32 -0500] rev 53095
8066619: Fix deprecation warnings in java.util.jar
Reviewed-by: rriggs, lancea
Contributed-by: philipp.kunz@paratix.ch
gadams [Fri, 21 Dec 2018 07:42:12 -0500] rev 53094
8215571: jdb does not include jdk.* in the default class filter
Reviewed-by: alanb, cjplummer
amenkov [Thu, 20 Dec 2018 17:51:16 -0800] rev 53093
8215716: PopFrame() was unexpectedly done
Reviewed-by: dholmes, sspitsyn
jwilhelm [Fri, 21 Dec 2018 01:25:46 +0100] rev 53092
Merge
redestad [Thu, 20 Dec 2018 19:44:08 +0100] rev 53091
8215555: TieredCompilation C2 threads can excessively block handshakes
Reviewed-by: kvn, neliasso, rehn
tschatzl [Thu, 20 Dec 2018 19:44:33 +0100] rev 53090
8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
Summary: Change G1PeriodicGCSystemLoadThreshold to be a double to allow better granularity in determining idleness
Reviewed-by: sjohanss, sangheki