Thu, 09 Aug 2018 11:24:30 +0200 8207756: ZGC: jstat should show CGC STW phases
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51343
8207756: ZGC: jstat should show CGC STW phases Reviewed-by: pliden, ysuenaga, eosterlund Contributed-by: yasuenag@gmail.com, per.liden@oracle.com
Thu, 09 Aug 2018 15:42:48 +0800 8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK
xiaofeya [Thu, 09 Aug 2018 15:42:48 +0800] rev 51342
8208656: Move java/util/Calendar/CalendarTestScripts tests into OpenJDK Reviewed-by: naoto
Wed, 08 Aug 2018 18:38:34 -0700 8207965: C2-only debug build fails
kvn [Wed, 08 Aug 2018 18:38:34 -0700] rev 51341
8207965: C2-only debug build fails Reviewed-by: kvn, iignatyev Contributed-by: xxinliu@amazon.com
Wed, 08 Aug 2018 15:34:32 -0700 8208303: Track JNI failures and fail tests
jcbeyler [Wed, 08 Aug 2018 15:34:32 -0700] rev 51340
8208303: Track JNI failures and fail tests Summary: Fail in native code via FatalException to signal test failure Reviewed-by: amenkov, sspitsyn
Wed, 08 Aug 2018 14:40:02 -0700 8202941: GenModuleInfoSource build tool does not detect missing semicolons
mchung [Wed, 08 Aug 2018 14:40:02 -0700] rev 51339
8202941: GenModuleInfoSource build tool does not detect missing semicolons Reviewed-by: erikj
Wed, 08 Aug 2018 15:24:21 -0400 8208677: Move inner metaspace cleaning out of class unloading
coleenp [Wed, 08 Aug 2018 15:24:21 -0400] rev 51338
8208677: Move inner metaspace cleaning out of class unloading Summary: move to safepoint cleanup actions to do if needed. Reviewed-by: eosterlund, hseigel
Wed, 08 Aug 2018 15:11:11 -0400 8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout
dcubed [Wed, 08 Aug 2018 15:11:11 -0400] rev 51337
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout Reviewed-by: coleenp
Wed, 08 Aug 2018 09:25:10 -0700 8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes
bpb [Wed, 08 Aug 2018 09:25:10 -0700] rev 51336
8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes Reviewed-by: alanb, psandoz
Wed, 08 Aug 2018 15:31:07 +0200 8208672: Enable -Wreorder in make files for gcc, clang
tschatzl [Wed, 08 Aug 2018 15:31:07 +0200] rev 51335
8208672: Enable -Wreorder in make files for gcc, clang Reviewed-by: dholmes, ihse
Wed, 08 Aug 2018 15:31:07 +0200 8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:07 +0200] rev 51334
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder Reviewed-by: dholmes, hseigel
Wed, 08 Aug 2018 15:31:06 +0200 8208670: Compiler changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:06 +0200] rev 51333
8208670: Compiler changes to allow enabling -Wreorder Reviewed-by: kvn
Wed, 08 Aug 2018 15:31:06 +0200 8208669: GC changes to allow enabling -Wreorder
tschatzl [Wed, 08 Aug 2018 15:31:06 +0200] rev 51332
8208669: GC changes to allow enabling -Wreorder Reviewed-by: kbarrett
Wed, 08 Aug 2018 10:21:23 +0800 8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/ jdk-12+6
xyin [Wed, 08 Aug 2018 10:21:23 +0800] rev 51331
8208279: Add 8 JNDI tests to com/sun/jndi/dns/EnvTests/ Reviewed-by: vtewari, rriggs
Tue, 07 Aug 2018 19:35:50 -0400 8208575: Remove Atomic::add/sub for short
coleenp [Tue, 07 Aug 2018 19:35:50 -0400] rev 51330
8208575: Remove Atomic::add/sub for short Summary: Removed code to atomic::add for short because it's no longer used for Symbol. Reviewed-by: iklam
Tue, 07 Aug 2018 15:45:07 -0700 8208999: Some use of Klass* should be replaced by InstanceKlass*
iklam [Tue, 07 Aug 2018 15:45:07 -0700] rev 51329
8208999: Some use of Klass* should be replaced by InstanceKlass* Summary: Klass::java_super() => InstanceKlass*; InstanceKlass::{local,transitive}_interfaces() => Array<InstanceKlass*>* Reviewed-by: coleenp, hseigel
Tue, 07 Aug 2018 16:07:47 -0700 8208634: Add x-IBM-1129 charset
sherman [Tue, 07 Aug 2018 16:07:47 -0700] rev 51328
8208634: Add x-IBM-1129 charset Reviewed-by: alanb, sherman Contributed-by: enasser@in.ibm.com
Tue, 07 Aug 2018 23:08:52 +0200 8209003: Consolidate use of empty collections in java.lang.module
redestad [Tue, 07 Aug 2018 23:08:52 +0200] rev 51327
8209003: Consolidate use of empty collections in java.lang.module Reviewed-by: alanb, mchung
Tue, 07 Aug 2018 13:51:30 -0700 8031761: [TESTBUG] Add a regression test for JDK-8026328
iignatyev [Tue, 07 Aug 2018 13:51:30 -0700] rev 51326
8031761: [TESTBUG] Add a regression test for JDK-8026328 Reviewed-by: kvn, iignatyev Contributed-by: staffan.larsen@oracle.com
Tue, 07 Aug 2018 09:44:39 -0700 8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing
ccheung [Tue, 07 Aug 2018 09:44:39 -0700] rev 51325
8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing Summary: increase timout to 2400 and reduce the amount of output Reviewed-by: mseledtsov, jiangli
Fri, 03 Aug 2018 07:59:01 +0200 8208744: remove unneeded -DUSE_MMAP settings for JDK native libs builds
mbaesken [Fri, 03 Aug 2018 07:59:01 +0200] rev 51324
8208744: remove unneeded -DUSE_MMAP settings for JDK native libs builds Reviewed-by: ihse, martin, alanb, dholmes
Mon, 06 Aug 2018 18:49:51 -0700 8209023: fix 2 compiler tests to avoid JDK-8208690
kvn [Mon, 06 Aug 2018 18:49:51 -0700] rev 51323
8209023: fix 2 compiler tests to avoid JDK-8208690 Reviewed-by: dholmes, dcubed
Mon, 06 Aug 2018 20:52:41 -0400 8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
dcubed [Mon, 06 Aug 2018 20:52:41 -0400] rev 51322
8209029: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing Reviewed-by: dholmes, sspitsyn
Mon, 06 Aug 2018 14:23:02 -0700 8079682: [mlvm] remove SAM code in MHTransformationGen
jcbeyler [Mon, 06 Aug 2018 14:23:02 -0700] rev 51321
8079682: [mlvm] remove SAM code in MHTransformationGen Summary: Remove SAM code from the test and remove related dead code Reviewed-by: iignatyev
Mon, 06 Aug 2018 15:35:44 -0700 8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration
shurailine [Mon, 06 Aug 2018 15:35:44 -0700] rev 51320
8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration Reviewed-by: mchung
Mon, 06 Aug 2018 15:18:57 -0700 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
psandoz [Mon, 06 Aug 2018 15:18:57 -0700] rev 51319
8206955: MethodHandleProxies.asInterfaceInstance does not support default methods Reviewed-by: mchung, plevart
Mon, 06 Aug 2018 14:55:04 -0700 8208362: (bf) Long chains created by direct Buffer::slice
fweimer [Mon, 06 Aug 2018 14:55:04 -0700] rev 51318
8208362: (bf) Long chains created by direct Buffer::slice Reviewed-by: mr, psandoz, alanb
Mon, 06 Aug 2018 14:29:22 -0700 8209024: Use SuppressWarnings on serialVersionUID fields in interfaces
darcy [Mon, 06 Aug 2018 14:29:22 -0700] rev 51317
8209024: Use SuppressWarnings on serialVersionUID fields in interfaces Reviewed-by: bpb, rriggs, mullan
Mon, 06 Aug 2018 13:53:49 -0700 8194958: [Graal] disable compiler/c2/cr7200264 tests
epavlova [Mon, 06 Aug 2018 13:53:49 -0700] rev 51316
8194958: [Graal] disable compiler/c2/cr7200264 tests Reviewed-by: kvn, tschatzl
Mon, 06 Aug 2018 16:15:09 -0400 8209020: ProblemList tests affected by JDK-8208778
dcubed [Mon, 06 Aug 2018 16:15:09 -0400] rev 51315
8209020: ProblemList tests affected by JDK-8208778 Reviewed-by: hseigel
Mon, 06 Aug 2018 14:20:58 -0400 8208604: Metadata::print_value_string() compares 'this' to NULL
hseigel [Mon, 06 Aug 2018 14:20:58 -0400] rev 51314
8208604: Metadata::print_value_string() compares 'this' to NULL Summary: Remove the comparison and add asserts to check for NULL Reviewed-by: coleenp, gziemski
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip