Thu, 09 Aug 2018 15:52:23 -0700 8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests
ccheung [Thu, 09 Aug 2018 15:52:23 -0700] rev 51370
8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests Summary: only include the CDS logging option in the tests which require it Reviewed-by: mseledtsov, jiangli, iklam
Fri, 10 Aug 2018 00:20:15 +0200 8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy
redestad [Fri, 10 Aug 2018 00:20:15 +0200] rev 51369
8209186: Rename SimpleThresholdPolicy to TieredThresholdPolicy Reviewed-by: thartmann, pliden, kvn
Thu, 09 Aug 2018 22:51:48 +0200 8209118: Abstract SATBMarkQueueSet's ThreadLocalData access
rkennke [Thu, 09 Aug 2018 22:51:48 +0200] rev 51368
8209118: Abstract SATBMarkQueueSet's ThreadLocalData access Reviewed-by: kbarrett, shade
Thu, 09 Aug 2018 11:39:18 -0700 8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError"
epavlova [Thu, 09 Aug 2018 11:39:18 -0700] rev 51367
8205078: [Graal] org.graalvm.compiler.core.test.VerifyDebugUsageTest fails with "Expected exception: VerificationError" Reviewed-by: kvn, dnsimon
Thu, 09 Aug 2018 10:08:07 -0700 Merge
mikael [Thu, 09 Aug 2018 10:08:07 -0700] rev 51366
Merge
Thu, 09 Aug 2018 07:58:25 -0700 Added tag jdk-11+26 for changeset 945ba9278a27
mikael [Thu, 09 Aug 2018 07:58:25 -0700] rev 51365
Added tag jdk-11+26 for changeset 945ba9278a27
Thu, 09 Aug 2018 11:23:12 +0100 8208391: Differentiate response and connect timeouts in HTTP Client API
chegar [Thu, 09 Aug 2018 11:23:12 +0100] rev 51364
8208391: Differentiate response and connect timeouts in HTTP Client API Reviewed-by: michaelm
Wed, 08 Aug 2018 15:51:08 -0700 8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission
serb [Wed, 08 Aug 2018 15:51:08 -0700] rev 51363
8189667: Desktop#moveToTrash expects incorrect "<<ALL FILES>>" FilePermission Reviewed-by: prr, sveerabhadra
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 51362
8209149: [TESTBUG] runtime/RedefineTests/RedefineRunningMethods.java needs a longer timeout Reviewed-by: coleenp
Wed, 08 Aug 2018 13:45:41 +0800 8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms
yzhang [Wed, 08 Aug 2018 13:45:41 +0800] rev 51361
8209011: [TESTBUG] AArch64: sun/security/pkcs11/Secmod/TestNssDbSqlite.java fails in aarch64 platforms Summary: Add the path of libnss3.so for aarch64 platform. Reviewed-by: weijun
Mon, 06 Aug 2018 14:56:56 +0200 8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization
rwestberg [Mon, 06 Aug 2018 14:56:56 +0200] rev 51360
8208676: Missing NULL check and resource leak in NetworkPerformanceInterface::NetworkPerformance::network_utilization Reviewed-by: mgronlun, rehn
Tue, 07 Aug 2018 00:06:52 -0700 8208663: JDK 11 L10n resource file update msg drop 20 jdk-11+26
ljiang [Tue, 07 Aug 2018 00:06:52 -0700] rev 51359
8208663: JDK 11 L10n resource file update msg drop 20 Reviewed-by: naoto
Tue, 07 Aug 2018 17:40:11 -0700 8201394: Update java.se module summary to reflect removal of java.se.ee module
iris [Tue, 07 Aug 2018 17:40:11 -0700] rev 51358
8201394: Update java.se module summary to reflect removal of java.se.ee module Reviewed-by: alanb, lancea, 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 51357
8031761: [TESTBUG] Add a regression test for JDK-8026328 Reviewed-by: kvn, iignatyev Contributed-by: staffan.larsen@oracle.com
Tue, 07 Aug 2018 10:29:01 -0400 8208691: Tighten up jdk.includeInExceptions security property
mullan [Tue, 07 Aug 2018 10:29:01 -0400] rev 51356
8208691: Tighten up jdk.includeInExceptions security property Summary: Add stronger warning on usage and add test to check that property is not set Reviewed-by: alanb, rriggs
Mon, 06 Aug 2018 22:30:37 -0400 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
dbuck [Mon, 06 Aug 2018 22:30:37 -0400] rev 51355
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1 Summary: enforce lower bound on number of loop iterations used to trigger OSR Reviewed-by: kvn, iignatyev
Mon, 06 Aug 2018 20:44:14 -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:44:14 -0400] rev 51354
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 00:46:40 -0700 8208496: New Test to verify concurrent behavior of TLS.
ssahoo [Mon, 06 Aug 2018 00:46:40 -0700] rev 51353
8208496: New Test to verify concurrent behavior of TLS. Summary: Verify TLS behavior with multiple threads accessing concurrently. Reviewed-by: xuelei
Mon, 06 Aug 2018 09:09:57 +0200 8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
thartmann [Mon, 06 Aug 2018 09:09:57 +0200] rev 51352
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator Summary: Bail out from recursive computation if the block was already processed. Reviewed-by: kvn, iveresov
Fri, 03 Aug 2018 15:39:28 -0700 8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
iignatyev [Fri, 03 Aug 2018 15:39:28 -0700] rev 51351
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice Reviewed-by: kvn, vlivanov
Fri, 22 Jun 2018 16:07:15 +0200 8205523: Explicit barriers for interpreter
rkennke [Fri, 22 Jun 2018 16:07:15 +0200] rev 51350
8205523: Explicit barriers for interpreter Reviewed-by: eosterlund, coleenp
Thu, 09 Aug 2018 17:11:11 +0200 8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at()
rkennke [Thu, 09 Aug 2018 17:11:11 +0200] rev 51349
8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at() Reviewed-by: tschatzl, eosterlund
Thu, 09 Aug 2018 08:02:20 -0700 Added tag jdk-12+6 for changeset 7939b3c4e408
mikael [Thu, 09 Aug 2018 08:02:20 -0700] rev 51348
Added tag jdk-12+6 for changeset 7939b3c4e408
Wed, 08 Aug 2018 11:11:19 -0700 8208242: Add @requires to vmTestbase/gc/g1 tests
jcbeyler [Wed, 08 Aug 2018 11:11:19 -0700] rev 51347
8208242: Add @requires to vmTestbase/gc/g1 tests Summary: Added classunloading must not be disabled and G1 is required to g1/unloading tests Reviewed-by: kbarrett, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209127: ZGC: Improve error message when failing to map memory for mark stacks
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51346
8209127: ZGC: Improve error message when failing to map memory for mark stacks Reviewed-by: eosterlund, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209126: ZGC: ZMarkStackAllocator::is_initialized() never called
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51345
8209126: ZGC: ZMarkStackAllocator::is_initialized() never called Reviewed-by: eosterlund, tschatzl
Thu, 09 Aug 2018 11:24:30 +0200 8209125: ZGC: Clean up ZServiceabilityCounters
pliden [Thu, 09 Aug 2018 11:24:30 +0200] rev 51344
8209125: ZGC: Clean up ZServiceabilityCounters Reviewed-by: eosterlund, tschatzl
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
Mon, 06 Aug 2018 13:57:26 -0400 8209018: ProblemList tests affected by JDK-8208690
dcubed [Mon, 06 Aug 2018 13:57:26 -0400] rev 51313
8209018: ProblemList tests affected by JDK-8208690 Reviewed-by: kvn
Mon, 06 Aug 2018 04:31:50 -0400 8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system
dholmes [Mon, 06 Aug 2018 04:31:50 -0400] rev 51312
8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system Summary: Limit the maximal file name length to 242 for AUFS file system Reviewed-by: dholmes, redestad Contributed-by: pengfei.li@arm.com
Sun, 05 Aug 2018 19:16:31 +0100 8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes
alanb [Sun, 05 Aug 2018 19:16:31 +0100] rev 51311
8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes Reviewed-by: alanb Contributed-by: christoph.dreis@freenet.de
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip