Fri, 08 Jun 2018 11:04:58 -0700 8204110: serviceability/sa/ClhsdbSymbol.java and ClhsdbInspect.java failed when running in CDS mode
ccheung [Fri, 08 Jun 2018 11:04:58 -0700] rev 50476
8204110: serviceability/sa/ClhsdbSymbol.java and ClhsdbInspect.java failed when running in CDS mode Summary: ClhsdbSymbol - added printing of symbols from shared table. ClhsdbInspect - find type via FileMapInfo if guessTypeForAddress returns null and sharing is enabled. Reviewed-by: jgeorge, sspitsyn, iklam
Fri, 08 Jun 2018 10:09:40 -0700 8204229: Formatter and String.format ignore the width with the percent modifier (%5%)
sherman [Fri, 08 Jun 2018 10:09:40 -0700] rev 50475
8204229: Formatter and String.format ignore the width with the percent modifier (%5%) Reviewed-by: jlaskey
Fri, 08 Jun 2018 09:37:52 -0700 8204377: Rename Object#wait parameter name from "timeout" to "timeoutMillis"
martin [Fri, 08 Jun 2018 09:37:52 -0700] rev 50474
8204377: Rename Object#wait parameter name from "timeout" to "timeoutMillis" Reviewed-by: dholmes, scolebourne, alanb, rriggs
Fri, 08 Jun 2018 09:36:10 -0700 8204444: java.time cleanup
martin [Fri, 08 Jun 2018 09:36:10 -0700] rev 50473
8204444: java.time cleanup Reviewed-by: scolebourne, rriggs
Fri, 08 Jun 2018 18:15:58 +0200 8204602: Add devkit for linux-arm32
ihse [Fri, 08 Jun 2018 18:15:58 +0200] rev 50472
8204602: Add devkit for linux-arm32 Reviewed-by: erikj
Fri, 08 Jun 2018 18:11:32 +0200 8204572: SetupJdkLibrary should setup SRC and -I flags automatically
ihse [Fri, 08 Jun 2018 18:11:32 +0200] rev 50471
8204572: SetupJdkLibrary should setup SRC and -I flags automatically Reviewed-by: erikj
Fri, 08 Jun 2018 11:30:10 +0200 8204504: Fix for 8198285 breaks slowdebug builds
eosterlund [Fri, 08 Jun 2018 11:30:10 +0200] rev 50470
8204504: Fix for 8198285 breaks slowdebug builds Reviewed-by: rkennke, mgronlun
Fri, 08 Jun 2018 21:06:54 +0530 8196990: Resolve disabled warnings for libjli
sdama [Fri, 08 Jun 2018 21:06:54 +0530] rev 50469
8196990: Resolve disabled warnings for libjli Summary: initialized uninitialzed data to avoid maybe-uninitialized warnings from gcc Reviewed-by: jlaskey
Fri, 08 Jun 2018 16:33:40 +0100 8204610: Compiler confused by parenthesized "this" in final fields assignments
mcimadamore [Fri, 08 Jun 2018 16:33:40 +0100] rev 50468
8204610: Compiler confused by parenthesized "this" in final fields assignments Summary: parenthesis are not skipped consistently in DA/DU, forward reference analysis Reviewed-by: vromero
Fri, 08 Jun 2018 08:30:18 -0700 8204584: jdeps generates illegal dot file containing ranksep=0,600000
mchung [Fri, 08 Jun 2018 08:30:18 -0700] rev 50467
8204584: jdeps generates illegal dot file containing ranksep=0,600000 Reviewed-by: jjg
Fri, 08 Jun 2018 07:58:19 -0700 8204576: (fs) java/nio/file/Files/CopyAndMove.java does not set isUnix = true on macOS
bpb [Fri, 08 Jun 2018 07:58:19 -0700] rev 50466
8204576: (fs) java/nio/file/Files/CopyAndMove.java does not set isUnix = true on macOS Reviewed-by: alanb
Fri, 08 Jun 2018 14:50:18 +0200 8203425: assert(is_Loop()) failed: invalid node class
neliasso [Fri, 08 Jun 2018 14:50:18 +0200] rev 50465
8203425: assert(is_Loop()) failed: invalid node class Summary: Revert 8203215 Reviewed-by: thartmann
Fri, 08 Jun 2018 13:06:08 +0200 8204539: improve error messages in matchJavaTZ [windows]
mbaesken [Fri, 08 Jun 2018 13:06:08 +0200] rev 50464
8204539: improve error messages in matchJavaTZ [windows] Reviewed-by: coffeys, clanger, goetz
Fri, 08 Jun 2018 11:41:43 +0200 8204479: Bitwise AND on byte value sometimes produces wrong result
shade [Fri, 08 Jun 2018 11:41:43 +0200] rev 50463
8204479: Bitwise AND on byte value sometimes produces wrong result Reviewed-by: kvn, thartmann
Fri, 08 Jun 2018 11:11:06 +0200 8204290: Add check to limit number of capture groups
hannesw [Fri, 08 Jun 2018 11:11:06 +0200] rev 50462
8204290: Add check to limit number of capture groups Reviewed-by: sundar, jlaskey
Fri, 08 Jun 2018 11:08:38 +0200 8204288: Matching the end of a string followed by an empty greedy regex and a word boundary fails
hannesw [Fri, 08 Jun 2018 11:08:38 +0200] rev 50461
8204288: Matching the end of a string followed by an empty greedy regex and a word boundary fails Reviewed-by: sundar, jlaskey
Fri, 08 Jun 2018 10:22:26 +0200 8204335: [ppc] Assembler::add_const_optimized incorrect for some inputs
simonis [Fri, 08 Jun 2018 10:22:26 +0200] rev 50460
8204335: [ppc] Assembler::add_const_optimized incorrect for some inputs Reviewed-by: mdoerr, goetz
Thu, 07 Jun 2018 15:08:16 +0200 8204549: [aix][testbug] signal tests fail because vm can not start in primordial thread.
goetz [Thu, 07 Jun 2018 15:08:16 +0200] rev 50459
8204549: [aix][testbug] signal tests fail because vm can not start in primordial thread. Reviewed-by: stuefe, dholmes
Fri, 08 Jun 2018 06:59:16 +0200 8204561: JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint
rrich [Fri, 08 Jun 2018 06:59:16 +0200] rev 50458
8204561: JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint Reviewed-by: coleenp, stuefe
Thu, 07 Jun 2018 22:26:02 -0400 8204589: ProblemList failing launcher tests
dholmes [Thu, 07 Jun 2018 22:26:02 -0400] rev 50457
8204589: ProblemList failing launcher tests Reviewed-by: darcy
Thu, 07 Jun 2018 19:01:18 -0700 8203329: JDWP/JDI VM information string is incorrect
cjplummer [Thu, 07 Jun 2018 19:01:18 -0700] rev 50456
8203329: JDWP/JDI VM information string is incorrect Summary: make sure the native java.vm.info property also gets updated when the java version is. Reviewed-by: sspitsyn, dholmes
Thu, 07 Jun 2018 17:38:34 -0700 8202611: [GRAAL] Exclude CMS GC testing from runs with Graal
kvn [Thu, 07 Jun 2018 17:38:34 -0700] rev 50455
8202611: [GRAAL] Exclude CMS GC testing from runs with Graal Reviewed-by: iignatyev, kbarrett
Thu, 07 Jun 2018 17:10:23 -0700 8204577: jittester generator doesn't kill processes on timeout
iignatyev [Thu, 07 Jun 2018 17:10:23 -0700] rev 50454
8204577: jittester generator doesn't kill processes on timeout Reviewed-by: kvn, epavlova
Thu, 07 Jun 2018 16:06:49 -0700 8201274: Launch Single-File Source-Code Programs
jjg [Thu, 07 Jun 2018 16:06:49 -0700] rev 50453
8201274: Launch Single-File Source-Code Programs Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
Thu, 07 Jun 2018 23:30:05 +0200 8203822: AIX version of jsig.c was not removed in JDK-8200298
ihse [Thu, 07 Jun 2018 23:30:05 +0200] rev 50452
8203822: AIX version of jsig.c was not removed in JDK-8200298 Reviewed-by: erikj
Thu, 07 Jun 2018 13:24:49 -0700 8203839: API clarification: versioned jar entry verification in multi-release jar file
sherman [Thu, 07 Jun 2018 13:24:49 -0700] rev 50451
8203839: API clarification: versioned jar entry verification in multi-release jar file Reviewed-by: darcy, psandoz, alanb, weijun
Thu, 07 Jun 2018 21:57:17 +0200 8204474: Have instanceRefKlass use HeapAccess when loading the referent
pliden [Thu, 07 Jun 2018 21:57:17 +0200] rev 50450
8204474: Have instanceRefKlass use HeapAccess when loading the referent Reviewed-by: stefank, eosterlund
Wed, 06 Jun 2018 23:36:08 +0300 8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
vlivanov [Wed, 06 Jun 2018 23:36:08 +0300] rev 50449
8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods Reviewed-by: kvn
Thu, 07 Jun 2018 17:40:15 +0200 8204554: JFR TLAB tracing broken after 8202776
eosterlund [Thu, 07 Jun 2018 17:40:15 +0200] rev 50448
8204554: JFR TLAB tracing broken after 8202776 Reviewed-by: rkennke, stefank
Thu, 07 Jun 2018 07:43:29 -0700 8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
bpb [Thu, 07 Jun 2018 07:43:29 -0700] rev 50447
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system Reviewed-by: alanb
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip