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
Fri, 03 Aug 2018 21:06:15 -0700 8208782: Remove extra type in throws clause of SerialClob.writeObject
darcy [Fri, 03 Aug 2018 21:06:15 -0700] rev 51310
8208782: Remove extra type in throws clause of SerialClob.writeObject Reviewed-by: lancea
Fri, 03 Aug 2018 12:45:18 -0700 8186766: UnixNativeDispatcher::readlink() may truncate overlong paths
bpb [Fri, 03 Aug 2018 12:45:18 -0700] rev 51309
8186766: UnixNativeDispatcher::readlink() may truncate overlong paths Reviewed-by: alanb
Fri, 03 Aug 2018 09:42:57 -0700 Merge
prr [Fri, 03 Aug 2018 09:42:57 -0700] rev 51308
Merge
Thu, 02 Aug 2018 09:26:40 -0700 Added tag jdk-11+25 for changeset 331888ea4a78
prr [Thu, 02 Aug 2018 09:26:40 -0700] rev 51307
Added tag jdk-11+25 for changeset 331888ea4a78
Thu, 02 Aug 2018 09:49:04 +0200 8207139: NMT is not enabled on Windows 2016/10
mgronlun [Thu, 02 Aug 2018 09:49:04 +0200] rev 51306
8207139: NMT is not enabled on Windows 2016/10 Reviewed-by: dcubed, zgu, dholmes
Tue, 31 Jul 2018 14:04:29 -0700 8204931: Colors with alpha are painted incorrectly on Linux jdk-11+25
prr [Tue, 31 Jul 2018 14:04:29 -0700] rev 51305
8204931: Colors with alpha are painted incorrectly on Linux Reviewed-by: jdv, psadhukhan
Tue, 31 Jul 2018 14:03:39 -0700 8208353: Upgrade JDK 11 to libpng 1.6.35
prr [Tue, 31 Jul 2018 14:03:39 -0700] rev 51304
8208353: Upgrade JDK 11 to libpng 1.6.35 Reviewed-by: jdv, kaddepalli
Tue, 31 Jul 2018 12:23:55 -0700 8208466: Fix potential memory leak in harfbuzz shaping.
prr [Tue, 31 Jul 2018 12:23:55 -0700] rev 51303
8208466: Fix potential memory leak in harfbuzz shaping. Reviewed-by: jdv, kaddepalli
Tue, 31 Jul 2018 21:23:56 +0300 8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch
dsamersoff [Tue, 31 Jul 2018 21:23:56 +0300] rev 51302
8207046: arm32 vm crash: C1 arm32 platform functions parameters type mismatch Summary: fixed unexpected parameter location in arm32 LIR_Assembler Reviewed-by: dsamersoff, kvn
Tue, 31 Jul 2018 09:48:25 -0700 8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
epavlova [Tue, 31 Jul 2018 09:48:25 -0700] rev 51301
8208347: ProblemList compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip