Mon, 13 Jun 2016 09:02:47 -0400 8158237: JVMTI hides critical debug information for memory leak tracing
coleenp [Mon, 13 Jun 2016 09:02:47 -0400] rev 39275
8158237: JVMTI hides critical debug information for memory leak tracing Summary: remove _backtrace as hidden field, original problem no longer exists Reviewed-by: sspitsyn, jiangli
Mon, 13 Jun 2016 11:48:11 +0200 8158033: Notify_tracing() misplaced for intended purpose
mgronlun [Mon, 13 Jun 2016 11:48:11 +0200] rev 39274
8158033: Notify_tracing() misplaced for intended purpose Reviewed-by: egahlin, dholmes
Mon, 13 Jun 2016 10:10:35 +0200 8072440: serviceability/dcmd/ tests timeout
rehn [Mon, 13 Jun 2016 10:10:35 +0200] rev 39273
8072440: serviceability/dcmd/ tests timeout Reviewed-by: sla, mlarsson
Thu, 19 May 2016 14:53:18 -0700 8157373: Active workers should not be reset in AbstractWorkGang initialize()
jmasa [Thu, 19 May 2016 14:53:18 -0700] rev 39272
8157373: Active workers should not be reset in AbstractWorkGang initialize() Reviewed-by: kbarrett, tschatzl, jwilhelm
Sat, 11 Jun 2016 00:12:28 +0000 Merge
jmasa [Sat, 11 Jun 2016 00:12:28 +0000] rev 39271
Merge
Fri, 10 Jun 2016 09:22:09 -0700 8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
jmasa [Fri, 10 Jun 2016 09:22:09 -0700] rev 39270
8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC Reviewed-by: sjohanss, sangheki
Fri, 10 Jun 2016 15:19:32 -0700 Merge
amurillo [Fri, 10 Jun 2016 15:19:32 -0700] rev 39269
Merge
Fri, 10 Jun 2016 20:28:46 +0200 Merge
kvn [Fri, 10 Jun 2016 20:28:46 +0200] rev 39268
Merge
Fri, 10 Jun 2016 10:13:30 -0700 Merge
kvn [Fri, 10 Jun 2016 10:13:30 -0700] rev 39267
Merge
Fri, 10 Jun 2016 02:43:53 +0000 8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI
dnsimon [Fri, 10 Jun 2016 02:43:53 +0000] rev 39266
8158351: [JVMCI] NoClassDefFoundError: jdk/vm/ci/runtime/JVMCI Reviewed-by: kvn, vlivanov
Tue, 07 Jun 2016 10:17:28 +0000 8158913: aarch64: SEGV running Spark terasort
enevill [Tue, 07 Jun 2016 10:17:28 +0000] rev 39265
8158913: aarch64: SEGV running Spark terasort Summary: Use signed instead of unsigned test for end of loop in gen_write_ref_array_post_barrier Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Tue, 07 Jun 2016 17:16:51 -0700 8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe
dnsimon [Tue, 07 Jun 2016 17:16:51 -0700] rev 39264
8158985: [JVMCI] access to HotSpotJVMCIRuntime.vmEventListeners must be thread safe Reviewed-by: iveresov, kvn
Tue, 07 Jun 2016 18:20:44 +0200 8158228: C1 incorrectly folds mismatched loads from stable arrays
thartmann [Tue, 07 Jun 2016 18:20:44 +0200] rev 39263
8158228: C1 incorrectly folds mismatched loads from stable arrays Summary: Disable constant folding for mismatched loads from stable arrays. Reviewed-by: vlivanov
Tue, 07 Jun 2016 09:11:32 +0000 Merge
thartmann [Tue, 07 Jun 2016 09:11:32 +0000] rev 39262
Merge
Mon, 06 Jun 2016 23:24:46 -0700 8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized
jcm [Mon, 06 Jun 2016 23:24:46 -0700] rev 39261
8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized Summary: handle realloc failure pending exception. Reviewed-by: roland
Mon, 06 Jun 2016 16:31:03 -0700 8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer
dnsimon [Mon, 06 Jun 2016 16:31:03 -0700] rev 39260
8156587: [JVMCI] remove Unsafe.getJavaMirror and Unsafe.getKlassPointer Reviewed-by: kvn
Mon, 06 Jun 2016 12:56:40 -0700 Merge
kvn [Mon, 06 Jun 2016 12:56:40 -0700] rev 39259
Merge
Thu, 02 Jun 2016 17:52:42 +0000 8158000: [JVMCI] remove unused ParseClosure class
dnsimon [Thu, 02 Jun 2016 17:52:42 +0000] rev 39258
8158000: [JVMCI] remove unused ParseClosure class Reviewed-by: kvn
Thu, 02 Jun 2016 14:54:35 +0000 Merge
thartmann [Thu, 02 Jun 2016 14:54:35 +0000] rev 39257
Merge
Thu, 02 Jun 2016 13:19:05 +0200 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
thartmann [Thu, 02 Jun 2016 13:19:05 +0200] rev 39256
8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set Summary: Do not emit unsupported SSE 4.1 instructions in CRC32 intrinsic. Reviewed-by: kvn, zmajo
Thu, 02 Jun 2016 21:12:46 +0800 8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power
fyang [Thu, 02 Jun 2016 21:12:46 +0800] rev 39255
8149418: AArch64: replace tst+br with tbz instruction when tst's constant operand is 2 power Summary: replace tst+br with tbz instruction when tst's constant operand is 2 power Reviewed-by: aph
Thu, 02 Jun 2016 08:46:52 +0200 8156760: VM crashes if -XX:-ReduceInitialCardMarks is set
thartmann [Thu, 02 Jun 2016 08:46:52 +0200] rev 39254
8156760: VM crashes if -XX:-ReduceInitialCardMarks is set Summary: Fixed several compiler crashes with disabled ReduceInitialCardMarks. Reviewed-by: roland, minqi, dlong, tschatzl, kvn
Wed, 01 Jun 2016 16:36:44 +0200 8157842: indexOfChar intrinsic is not emitted on x86
thartmann [Wed, 01 Jun 2016 16:36:44 +0200] rev 39253
8157842: indexOfChar intrinsic is not emitted on x86 Summary: Matcher::match_rule_supported() should check for !UseSSE42Intrinsics. Reviewed-by: roland, rbackman, shade, kvn
Wed, 01 Jun 2016 14:22:18 +0200 8155046: Parse::Block construction using undefined behavior
thartmann [Wed, 01 Jun 2016 14:22:18 +0200] rev 39252
8155046: Parse::Block construction using undefined behavior Summary: Blocks should be created via constructor and placement new. Reviewed-by: kvn
Tue, 31 May 2016 20:43:12 +0000 8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API
rschatz [Tue, 31 May 2016 20:43:12 +0000] rev 39251
8157428: [JVMCI] remove MemoryAccessProvider.readUnsafeConstant from API Reviewed-by: iveresov
Tue, 31 May 2016 17:51:42 +0000 Merge
never [Tue, 31 May 2016 17:51:42 +0000] rev 39250
Merge
Tue, 31 May 2016 17:08:18 +0000 8157292: [JVMCI] add missing test files from 8156034
never [Tue, 31 May 2016 17:08:18 +0000] rev 39249
8157292: [JVMCI] add missing test files from 8156034 Reviewed-by: iveresov Contributed-by: josef.eisl@jku.at
Tue, 31 May 2016 16:30:18 +0300 8153994: Compiler tests should be correctly marked with @module
iignatyev [Tue, 31 May 2016 16:30:18 +0300] rev 39248
8153994: Compiler tests should be correctly marked with @module Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158184: remove shell from compiler/c2/7070134/Stemmer.java
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39247
8158184: remove shell from compiler/c2/7070134/Stemmer.java Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39246
8158185: jdk/test/lib/FileInstaller throws NPE if dst is in current directory Reviewed-by: kvn
Tue, 31 May 2016 16:29:45 +0300 8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java
iignatyev [Tue, 31 May 2016 16:29:45 +0300] rev 39245
8158182: remove shell script from compiler/c2/6894807/IsInstanceTest.java Reviewed-by: kvn
Tue, 31 May 2016 15:12:09 +0300 8073159: improve Test6857159.java
iignatyev [Tue, 31 May 2016 15:12:09 +0300] rev 39244
8073159: improve Test6857159.java Reviewed-by: kvn
Tue, 31 May 2016 13:58:28 +0000 Merge
dpochepk [Tue, 31 May 2016 13:58:28 +0000] rev 39243
Merge
Tue, 31 May 2016 15:48:47 +0300 8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation
dpochepk [Tue, 31 May 2016 15:48:47 +0300] rev 39242
8158065: [Jittester]: tests generation has tests generators hardcoded, blocking alternative tests generation Reviewed-by: iignatyev
Tue, 31 May 2016 15:10:10 +0300 Merge
vlivanov [Tue, 31 May 2016 15:10:10 +0300] rev 39241
Merge
Mon, 30 May 2016 15:04:03 +0300 Merge
vlivanov [Mon, 30 May 2016 15:04:03 +0300] rev 39240
Merge
Fri, 27 May 2016 17:01:27 +0300 Merge
vlivanov [Fri, 27 May 2016 17:01:27 +0300] rev 39239
Merge
Mon, 30 May 2016 23:33:00 +0300 8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native
iignatyev [Mon, 30 May 2016 23:33:00 +0300] rev 39238
8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native Reviewed-by: kvn
Mon, 30 May 2016 23:32:59 +0300 8154123: remove commented action from jdk/vm/ci/runtime/test/ConstantTest.java
iignatyev [Mon, 30 May 2016 23:32:59 +0300] rev 39237
8154123: remove commented action from jdk/vm/ci/runtime/test/ConstantTest.java Reviewed-by: shade, kvn
Mon, 23 May 2016 10:35:51 -0300 8154156: PPC64: improve array copy stubs by using vector instructions
mdoerr [Mon, 23 May 2016 10:35:51 -0300] rev 39236
8154156: PPC64: improve array copy stubs by using vector instructions Reviewed-by: goetz, mdoerr Contributed-by: Gustavo Romero <gromero@linux.vnet.ibm.com>
Fri, 27 May 2016 17:12:10 +0300 8157821: [JITtester] OptionResolver and LiteralFactory use deprecated c-tors
iignatyev [Fri, 27 May 2016 17:12:10 +0300] rev 39235
8157821: [JITtester] OptionResolver and LiteralFactory use deprecated c-tors Reviewed-by: kvn
Fri, 27 May 2016 17:12:09 +0300 8156469: [JITtester] Difference in generated golden output when run with Jigsaw build
iignatyev [Fri, 27 May 2016 17:12:09 +0300] rev 39234
8156469: [JITtester] Difference in generated golden output when run with Jigsaw build Reviewed-by: vlivanov
Fri, 27 May 2016 20:38:38 +0800 8157906: aarch64: some more integer rotate instructions are never emitted
fyang [Fri, 27 May 2016 20:38:38 +0800] rev 39233
8157906: aarch64: some more integer rotate instructions are never emitted Summary: fix wrong definition of source operand of left rotate instructions Reviewed-by: aph Contributed-by: teng.lu@linaro.org
Fri, 27 May 2016 01:02:16 +0800 8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine
fyang [Fri, 27 May 2016 01:02:16 +0800] rev 39232
8156731: aarch64: java/util/Arrays/Correct.java fails due to _generic_arraycopy stub routine Summary: fix address calculation considering compressed oops _generic_arraycopy stub routine Reviewed-by: aph
Wed, 25 May 2016 09:28:20 -0700 8157620: Guarantee in run_task(task, num_workers) fails
jmasa [Wed, 25 May 2016 09:28:20 -0700] rev 39231
8157620: Guarantee in run_task(task, num_workers) fails Reviewed-by: tschatzl, drwhite
Fri, 10 Jun 2016 14:06:36 +0200 8159237: PreservedMarks verification code fails
stefank [Fri, 10 Jun 2016 14:06:36 +0200] rev 39230
8159237: PreservedMarks verification code fails Reviewed-by: lmesnik, jwilhelm
Wed, 08 Jun 2016 16:07:49 +0200 8159056: [aix] Compressed class space not allocated in lower regions
goetz [Wed, 08 Jun 2016 16:07:49 +0200] rev 39229
8159056: [aix] Compressed class space not allocated in lower regions Reviewed-by: dholmes, enevill
Thu, 09 Jun 2016 16:52:32 +0300 8156032: Clean up parallel GC specific code from vm/gc/shared/preservedMarks.cpp
lmesnik [Thu, 09 Jun 2016 16:52:32 +0300] rev 39228
8156032: Clean up parallel GC specific code from vm/gc/shared/preservedMarks.cpp Reviewed-by: stefank, tschatzl
Wed, 08 Jun 2016 16:26:11 +0200 8157243: JMap heap test fail when used with external heap
sjohanss [Wed, 08 Jun 2016 16:26:11 +0200] rev 39227
8157243: JMap heap test fail when used with external heap Reviewed-by: dsamersoff, ehelin
Thu, 09 Jun 2016 13:24:44 +0200 8146530: [testbug] some tests fail because the compiler is using Java heap memory
sjohanss [Thu, 09 Jun 2016 13:24:44 +0200] rev 39226
8146530: [testbug] some tests fail because the compiler is using Java heap memory Reviewed-by: jwilhelm, jmasa, kvn
Thu, 09 Jun 2016 00:53:07 +0200 Merge
jiangli [Thu, 09 Jun 2016 00:53:07 +0200] rev 39225
Merge
Wed, 08 Jun 2016 18:47:05 -0400 8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS.
jiangli [Wed, 08 Jun 2016 18:47:05 -0400] rev 39224
8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS. Summary: Place CDS related code under #if INCLUDE_CDS. Reviewed-by: lfoltan, gtriantafill, coleenp
Wed, 08 Jun 2016 12:50:23 -0700 8159019: ResourceMark in ClassLoader::open_versioned_entry() is being used incorrectly
ccheung [Wed, 08 Jun 2016 12:50:23 -0700] rev 39223
8159019: ResourceMark in ClassLoader::open_versioned_entry() is being used incorrectly Summary: Call FREE_RESOURCE_ARRAY instead of declaring a ResourceMark Reviewed-by: hseigel, jiangli
Wed, 08 Jun 2016 18:09:04 +0200 Merge
mockner [Wed, 08 Jun 2016 18:09:04 +0200] rev 39222
Merge
Tue, 07 Jun 2016 16:08:25 +0200 8158929: [TESTBUG] CommitOverlappingRegions.java can not deal with pages > 32K
goetz [Tue, 07 Jun 2016 16:08:25 +0200] rev 39221
8158929: [TESTBUG] CommitOverlappingRegions.java can not deal with pages > 32K Reviewed-by: mockner, dholmes
Wed, 08 Jun 2016 16:29:12 +0200 8149085: IntegrationTest1.java fails intermittently due to use of semi-initialized TLAB
sjohanss [Wed, 08 Jun 2016 16:29:12 +0200] rev 39220
8149085: IntegrationTest1.java fails intermittently due to use of semi-initialized TLAB Reviewed-by: ehelin, mgerdin
Wed, 08 Jun 2016 11:15:49 +0200 8155638: Resource allocated BitMaps are often cleared twice
stefank [Wed, 08 Jun 2016 11:15:49 +0200] rev 39219
8155638: Resource allocated BitMaps are often cleared twice Reviewed-by: neliasso, kvn
Tue, 07 Jun 2016 15:34:22 -0400 8158297: Lack of proper checking of non-well formed elements in CONSTANT_Utf8_info's structure
coleenp [Tue, 07 Jun 2016 15:34:22 -0400] rev 39218
8158297: Lack of proper checking of non-well formed elements in CONSTANT_Utf8_info's structure Summary: Disallow // in class file names during parsing and throw ClassNotFoundException Reviewed-by: sspitsyn, rehn, gtriantafill
Tue, 07 Jun 2016 18:17:41 +0000 Merge
rprotacio [Tue, 07 Jun 2016 18:17:41 +0000] rev 39217
Merge
Tue, 07 Jun 2016 11:39:47 -0400 8153858: Clean up needed when obtaining the package name from a fully qualified class name
rprotacio [Tue, 07 Jun 2016 11:39:47 -0400] rev 39216
8153858: Clean up needed when obtaining the package name from a fully qualified class name Summary: Consolidated and refactored code parsing fully qualified names. Includes gtest. Reviewed-by: dholmes, coleenp
Tue, 07 Jun 2016 19:05:37 +0200 Merge
erikj [Tue, 07 Jun 2016 19:05:37 +0200] rev 39215
Merge
Tue, 07 Jun 2016 18:26:10 +0200 8158938: AIX: some more new hotspot build fixes
simonis [Tue, 07 Jun 2016 18:26:10 +0200] rev 39214
8158938: AIX: some more new hotspot build fixes Reviewed-by: erikj
Tue, 07 Jun 2016 12:55:29 +0300 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik [Tue, 07 Jun 2016 12:55:29 +0300] rev 39213
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86 Reviewed-by: dholmes
Tue, 07 Jun 2016 00:57:23 +0000 Merge
ccheung [Tue, 07 Jun 2016 00:57:23 +0000] rev 39212
Merge
Tue, 07 Jun 2016 00:06:17 +0000 Merge
ccheung [Tue, 07 Jun 2016 00:06:17 +0000] rev 39211
Merge
Mon, 06 Jun 2016 12:51:53 -0700 8153876: Replace 4K stack allocations with Resource allocations
ccheung [Mon, 06 Jun 2016 12:51:53 -0700] rev 39210
8153876: Replace 4K stack allocations with Resource allocations Reviewed-by: dholmes, hseigel
Tue, 07 Jun 2016 01:58:33 +0200 Merge
mgronlun [Tue, 07 Jun 2016 01:58:33 +0200] rev 39209
Merge
Mon, 06 Jun 2016 20:48:56 +0200 8149803: Adjust lock rankings for some Event-based tracing locks
mgronlun [Mon, 06 Jun 2016 20:48:56 +0200] rev 39208
8149803: Adjust lock rankings for some Event-based tracing locks Reviewed-by: dholmes, acorn
Mon, 06 Jun 2016 22:34:57 +0300 8075030: JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size
shade [Mon, 06 Jun 2016 22:34:57 +0300] rev 39207
8075030: JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size Reviewed-by: coleenp, sspitsyn, sla
Thu, 30 Jun 2016 22:10:08 +0000 Added tag jdk-9+125 for changeset 70cd0a0846bf
amurillo [Thu, 30 Jun 2016 22:10:08 +0000] rev 39206
Added tag jdk-9+125 for changeset 70cd0a0846bf
Fri, 01 Jul 2016 12:57:12 -0700 8160018: (fs) Remove GioFileTypeDetector on Solaris
bpb [Fri, 01 Jul 2016 12:57:12 -0700] rev 39205
8160018: (fs) Remove GioFileTypeDetector on Solaris Summary: Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider. Reviewed-by: rriggs
Fri, 01 Jul 2016 18:29:24 +0200 8160728: Update compare script to clean baseline
erikj [Fri, 01 Jul 2016 18:29:24 +0200] rev 39204
8160728: Update compare script to clean baseline Reviewed-by: tbell
Fri, 01 Jul 2016 17:03:59 +0200 8160722: Module summary generation fails on Windows 32bit
erikj [Fri, 01 Jul 2016 17:03:59 +0200] rev 39203
8160722: Module summary generation fails on Windows 32bit Reviewed-by: tbell
Thu, 30 Jun 2016 22:38:09 +0000 Merge
amurillo [Thu, 30 Jun 2016 22:38:09 +0000] rev 39202
Merge
Wed, 29 Jun 2016 21:49:40 -0700 Merge
amurillo [Wed, 29 Jun 2016 21:49:40 -0700] rev 39201
Merge
Thu, 23 Jun 2016 17:07:26 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:07:26 -0700] rev 39200
Merge
Fri, 17 Jun 2016 18:45:24 +0300 8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled
mchernov [Fri, 17 Jun 2016 18:45:24 +0300] rev 39199
8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled Reviewed-by: dfazunen, tschatzl
Fri, 17 Jun 2016 13:05:53 +0300 8157831: JVMCI tests should not be executed on linux-arm32
lmesnik [Fri, 17 Jun 2016 13:05:53 +0300] rev 39198
8157831: JVMCI tests should not be executed on linux-arm32 Reviewed-by: dpochepk, dholmes
Sat, 11 Jun 2016 00:12:26 +0000 Merge
jmasa [Sat, 11 Jun 2016 00:12:26 +0000] rev 39197
Merge
Fri, 10 Jun 2016 15:03:10 -0700 Merge
jmasa [Fri, 10 Jun 2016 15:03:10 -0700] rev 39196
Merge
Fri, 10 Jun 2016 11:40:02 -0700 8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
jmasa [Fri, 10 Jun 2016 11:40:02 -0700] rev 39195
8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC Reviewed-by: sjohanss, sangheki
Fri, 10 Jun 2016 15:19:32 -0700 Merge
amurillo [Fri, 10 Jun 2016 15:19:32 -0700] rev 39194
Merge
Tue, 07 Jun 2016 22:01:49 -0400 8158763: --disable-hotspot-gtest not working on Solaris
simonis [Tue, 07 Jun 2016 22:01:49 -0400] rev 39193
8158763: --disable-hotspot-gtest not working on Solaris Reviewed-by: dholmes
Tue, 07 Jun 2016 19:05:36 +0200 Merge
erikj [Tue, 07 Jun 2016 19:05:36 +0200] rev 39192
Merge
Tue, 07 Jun 2016 18:25:53 +0200 8158938: AIX: some more new hotspot build fixes
simonis [Tue, 07 Jun 2016 18:25:53 +0200] rev 39191
8158938: AIX: some more new hotspot build fixes Reviewed-by: erikj
Tue, 07 Jun 2016 12:55:09 +0300 8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
lmesnik [Tue, 07 Jun 2016 12:55:09 +0300] rev 39190
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86 Reviewed-by: dholmes
Wed, 29 Jun 2016 20:00:55 +0200 8160571: Bootcycle builds still broken with server jvm on Windows 32bit
erikj [Wed, 29 Jun 2016 20:00:55 +0200] rev 39189
8160571: Bootcycle builds still broken with server jvm on Windows 32bit Reviewed-by: tbell
Tue, 28 Jun 2016 16:04:03 +0200 8160423: Serieal build is broken because of missing dependencies for jmod
simonis [Tue, 28 Jun 2016 16:04:03 +0200] rev 39188
8160423: Serieal build is broken because of missing dependencies for jmod Reviewed-by: erikj
Tue, 28 Jun 2016 14:20:17 +0200 8160285: Bootcycle builds are broken on jdk9/hs for windows i586
erikj [Tue, 28 Jun 2016 14:20:17 +0200] rev 39187
8160285: Bootcycle builds are broken on jdk9/hs for windows i586 Reviewed-by: dholmes
Thu, 30 Jun 2016 22:10:08 +0000 Added tag jdk-9+125 for changeset 1f71a5d2b20b
amurillo [Thu, 30 Jun 2016 22:10:08 +0000] rev 39186
Added tag jdk-9+125 for changeset 1f71a5d2b20b
Wed, 05 Jul 2017 21:53:19 +0200 Added tag jdk-9+125 for changeset 3aa52182b3ad
duke [Wed, 05 Jul 2017 21:53:19 +0200] rev 39185
Added tag jdk-9+125 for changeset 3aa52182b3ad
Wed, 05 Jul 2017 21:53:18 +0200 Merge jdk-9+125
duke [Wed, 05 Jul 2017 21:53:18 +0200] rev 39184
Merge
Wed, 05 Jul 2017 21:53:11 +0200 Merge
duke [Wed, 05 Jul 2017 21:53:11 +0200] rev 39183
Merge
Mon, 27 Jun 2016 09:43:12 +0200 8150860: Mach 5 tier1 test started failing - jdk/jshell/ComputeFQNsTest.java (after 8131027/8150814)
jlahoda [Mon, 27 Jun 2016 09:43:12 +0200] rev 39182
8150860: Mach 5 tier1 test started failing - jdk/jshell/ComputeFQNsTest.java (after 8131027/8150814) Summary: Correctly escaping '\' in paths; rethrowing exceptions from evaluation to improve debuggability of the test Reviewed-by: jjg
Fri, 24 Jun 2016 16:00:43 -0700 8160135: The Html doclet handles options incorrectly
ksrini [Fri, 24 Jun 2016 16:00:43 -0700] rev 39181
8160135: The Html doclet handles options incorrectly Reviewed-by: jjg
Thu, 23 Jun 2016 21:13:09 +0000 Merge
lana [Thu, 23 Jun 2016 21:13:09 +0000] rev 39180
Merge
Wed, 22 Jun 2016 17:20:53 -0700 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
jjg [Wed, 22 Jun 2016 17:20:53 -0700] rev 39179
8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard 8159096: Expose (new) Standard doclet class. Reviewed-by: alanb, erikj, ksrini
Tue, 21 Jun 2016 21:06:54 +0200 8136453: Parameter name indices array size not updated correctly
jlahoda [Tue, 21 Jun 2016 21:06:54 +0200] rev 39178
8136453: Parameter name indices array size not updated correctly Summary: Correctly resizing ClassReader.parameterNameIndices array. Reviewed-by: mcimadamore
Tue, 21 Jun 2016 15:31:08 +0100 8159834: Add some support for jtreg test headers in IntelliJ langtools project
mcimadamore [Tue, 21 Jun 2016 15:31:08 +0100] rev 39177
8159834: Add some support for jtreg test headers in IntelliJ langtools project Summary: Add live templates to help creation of jtreg tests Reviewed-by: jlahoda
Mon, 20 Jun 2016 13:21:09 -0700 8159537: create build file to generate diags reports for all locales
jjg [Mon, 20 Jun 2016 13:21:09 -0700] rev 39176
8159537: create build file to generate diags reports for all locales Reviewed-by: mcimadamore
Thu, 23 Jun 2016 20:35:16 +0000 Added tag jdk-9+124 for changeset 956490b8da9c
lana [Thu, 23 Jun 2016 20:35:16 +0000] rev 39175
Added tag jdk-9+124 for changeset 956490b8da9c
Wed, 05 Jul 2017 21:53:02 +0200 Merge
duke [Wed, 05 Jul 2017 21:53:02 +0200] rev 39174
Merge
Fri, 24 Jun 2016 16:00:03 +0100 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
dfuchs [Fri, 24 Jun 2016 16:00:03 +0100] rev 39173
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation Summary: trivial fix - the concrete class must be instantiated, not the class that defines the createContext method. Reviewed-by: lancea, mchung
Thu, 23 Jun 2016 20:35:14 +0000 Added tag jdk-9+124 for changeset b3344e373fbe
lana [Thu, 23 Jun 2016 20:35:14 +0000] rev 39172
Added tag jdk-9+124 for changeset b3344e373fbe
Wed, 05 Jul 2017 21:52:56 +0200 Merge
duke [Wed, 05 Jul 2017 21:52:56 +0200] rev 39171
Merge
Thu, 23 Jun 2016 20:35:14 +0000 Added tag jdk-9+124 for changeset ed6e6065418a
lana [Thu, 23 Jun 2016 20:35:14 +0000] rev 39170
Added tag jdk-9+124 for changeset ed6e6065418a
Wed, 05 Jul 2017 21:52:51 +0200 Merge
duke [Wed, 05 Jul 2017 21:52:51 +0200] rev 39169
Merge
Fri, 24 Jun 2016 14:46:45 +0200 8073653: Secondary heredoc eating wrong lines.
hannesw [Fri, 24 Jun 2016 14:46:45 +0200] rev 39168
8073653: Secondary heredoc eating wrong lines. Reviewed-by: mhaupt, jlaskey
Fri, 24 Jun 2016 12:39:42 +0200 8137240: Negative lookahead in RegEx breaks backreference
hannesw [Fri, 24 Jun 2016 12:39:42 +0200] rev 39167
8137240: Negative lookahead in RegEx breaks backreference Reviewed-by: mhaupt
Thu, 23 Jun 2016 21:13:33 +0000 Merge
lana [Thu, 23 Jun 2016 21:13:33 +0000] rev 39166
Merge
Thu, 23 Jun 2016 12:39:33 +0530 8160141: removed deprecated method calls in nashorn code
sundar [Thu, 23 Jun 2016 12:39:33 +0530] rev 39165
8160141: removed deprecated method calls in nashorn code Reviewed-by: mhaupt, hannesw
Wed, 22 Jun 2016 16:30:41 +0200 8159977: typeof operator does not see lexical bindings declared in other scripts
hannesw [Wed, 22 Jun 2016 16:30:41 +0200] rev 39164
8159977: typeof operator does not see lexical bindings declared in other scripts Reviewed-by: sundar
Thu, 23 Jun 2016 20:35:16 +0000 Added tag jdk-9+124 for changeset c549268fe94c
lana [Thu, 23 Jun 2016 20:35:16 +0000] rev 39163
Added tag jdk-9+124 for changeset c549268fe94c
Wed, 05 Jul 2017 21:52:41 +0200 Merge
duke [Wed, 05 Jul 2017 21:52:41 +0200] rev 39162
Merge
Thu, 23 Jun 2016 21:12:51 +0000 Merge
lana [Thu, 23 Jun 2016 21:12:51 +0000] rev 39161
Merge
Tue, 21 Jun 2016 00:40:51 +0100 8146975: NullPointerException in IIOPInputStream.inputClassFields
msheppar [Tue, 21 Jun 2016 00:40:51 +0100] rev 39160
8146975: NullPointerException in IIOPInputStream.inputClassFields Reviewed-by: chegar, rriggs, coffeys
Thu, 23 Jun 2016 20:35:13 +0000 Added tag jdk-9+124 for changeset 55d10fdcb59e
lana [Thu, 23 Jun 2016 20:35:13 +0000] rev 39159
Added tag jdk-9+124 for changeset 55d10fdcb59e
Wed, 05 Jul 2017 21:52:33 +0200 Merge
duke [Wed, 05 Jul 2017 21:52:33 +0200] rev 39158
Merge
Mon, 27 Jun 2016 16:09:09 +0300 8160264: Reuse Latin1/UTF16 compare routines
igerasim [Mon, 27 Jun 2016 16:09:09 +0300] rev 39157
8160264: Reuse Latin1/UTF16 compare routines Reviewed-by: psandoz
Mon, 27 Jun 2016 09:26:47 -0300 8160348: jlink should use System.out for usage messages
jlaskey [Mon, 27 Jun 2016 09:26:47 -0300] rev 39156
8160348: jlink should use System.out for usage messages Reviewed-by: sundar
Mon, 27 Jun 2016 14:55:06 +0530 8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build
sundar [Mon, 27 Jun 2016 14:55:06 +0530] rev 39155
8157936: Files.size(Path p) returns 0 if path is from JrtFileSystem with exploded build Reviewed-by: psandoz
Fri, 24 Jun 2016 14:19:29 -0400 8160278: Remove java/time/test/java/time/TestClock_System from the problem list
rriggs [Fri, 24 Jun 2016 14:19:29 -0400] rev 39154
8160278: Remove java/time/test/java/time/TestClock_System from the problem list Reviewed-by: darcy
Fri, 24 Jun 2016 23:28:06 +0530 8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins
sundar [Fri, 24 Jun 2016 23:28:06 +0530] rev 39153
8153238: Improve test/tools/jlink/JLinkTest.java not to hard code the number of plugins Reviewed-by: jlaskey
Fri, 24 Jun 2016 16:03:17 +0100 8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
dfuchs [Fri, 24 Jun 2016 16:03:17 +0100] rev 39152
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation Summary: trivial fix - the concrete class must be instantiated, not the class that defines the createContext method. Reviewed-by: lancea, mchung
Fri, 24 Jun 2016 19:56:50 +0530 8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed
sundar [Fri, 24 Jun 2016 19:56:50 +0530] rev 39151
8147794: Jlink's ModuleEntry.stream can't be consumed more than once and ModuleEntry content should be read only if needed Reviewed-by: jlaskey, psandoz
Fri, 24 Jun 2016 11:20:24 -0300 8159172: Update usage of jlink/jimage/jmod to show option patterns
jlaskey [Fri, 24 Jun 2016 11:20:24 -0300] rev 39150
8159172: Update usage of jlink/jimage/jmod to show option patterns Reviewed-by: mchung, alanb
Fri, 24 Jun 2016 06:52:29 +0100 8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash
skuksenko [Fri, 24 Jun 2016 06:52:29 +0100] rev 39149
8158690: GET request via HTTP/2 has a huge delays due to Nagle’s Algorithm and Delayed ACK clash Reviewed-by: chegar
Fri, 24 Jun 2016 06:47:32 +0100 8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted
chegar [Fri, 24 Jun 2016 06:47:32 +0100] rev 39148
8154017: Shutdown hooks are racing against shutdown sequence, if System.exit()-calling thread is interrupted Reviewed-by: alanb, dholmes, shade
Thu, 23 Jun 2016 19:58:58 -0700 8146393: sun/security/tools/jarsigner/ts.sh failed on OEL Linux 7 with ar_SA Locale
tidu [Thu, 23 Jun 2016 19:58:58 -0700] rev 39147
8146393: sun/security/tools/jarsigner/ts.sh failed on OEL Linux 7 with ar_SA Locale Reviewed-by: weijun Contributed-by: Tim Du <tiantian.du@oracle.com>
Thu, 23 Jun 2016 21:44:11 +0000 Merge
lana [Thu, 23 Jun 2016 21:44:11 +0000] rev 39146
Merge
Thu, 23 Jun 2016 21:13:13 +0000 Merge
lana [Thu, 23 Jun 2016 21:13:13 +0000] rev 39145
Merge
Thu, 23 Jun 2016 14:14:06 -0700 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
bchristi [Thu, 23 Jun 2016 14:14:06 -0700] rev 39144
7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx] Summary: Replace JRS calls with Core Foundation calls Reviewed-by: naoto
Thu, 23 Jun 2016 10:25:04 +0100 8158980: Memory leak in HTTP2Connection.streams
skuksenko [Thu, 23 Jun 2016 10:25:04 +0100] rev 39143
8158980: Memory leak in HTTP2Connection.streams Reviewed-by: chegar
Wed, 22 Jun 2016 15:58:08 -0700 8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED
asmotrak [Wed, 22 Jun 2016 15:58:08 -0700] rev 39142
8074580: sun/security/pkcs11/rsa/TestKeyPairGenerator.java fails due to PKCS11Exception: CKR_FUNCTION_FAILED Reviewed-by: valeriep
Wed, 22 Jun 2016 11:31:07 -0700 8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
sherman [Wed, 22 Jun 2016 11:31:07 -0700] rev 39141
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1 Reviewed-by: rriggs
Wed, 22 Jun 2016 09:33:16 -0700 8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message
asmotrak [Wed, 22 Jun 2016 09:33:16 -0700] rev 39140
8152745: javax/net/ssl/TLS/TestJSSE.java fails intermittently: Unsupported or unrecognized SSL message Reviewed-by: xuelei
Wed, 22 Jun 2016 08:51:32 -0700 8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException
naoto [Wed, 22 Jun 2016 08:51:32 -0700] rev 39139
8159781: jlink --include-locales fails with java.util.regex.PatternSyntaxException Reviewed-by: mchung, okutsu
Wed, 22 Jun 2016 09:21:06 +0100 8157166: Update spec to account for platforms that do not support multicast
chegar [Wed, 22 Jun 2016 09:21:06 +0100] rev 39138
8157166: Update spec to account for platforms that do not support multicast Reviewed-by: alanb
Wed, 22 Jun 2016 09:01:34 +0100 8071660: URLPermission not handling empty method lists correctly
vtewari [Wed, 22 Jun 2016 09:01:34 +0100] rev 39137
8071660: URLPermission not handling empty method lists correctly Reviewed-by: chegar, dfuchs, prappo, rriggs
Wed, 22 Jun 2016 16:12:39 +0900 8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
okutsu [Wed, 22 Jun 2016 16:12:39 +0900] rev 39136
8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message Reviewed-by: alanb, mchung, naoto
Tue, 21 Jun 2016 20:20:14 -0700 8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java
xiaofeya [Tue, 21 Jun 2016 20:20:14 -0700] rev 39135
8157530: Remove intermittent key from javax/net/ssl/DTLS/WeakCipherSuite.java Reviewed-by: xuelei Contributed-by: Felix Yang <felix.yang@oracle.com>
Tue, 21 Jun 2016 15:15:05 -0700 8159548: Formatter returns unexpected strings if locale is null.
naoto [Tue, 21 Jun 2016 15:15:05 -0700] rev 39134
8159548: Formatter returns unexpected strings if locale is null. Reviewed-by: sherman
Tue, 21 Jun 2016 18:51:18 +0100 8156742: Miscellaneous WebSocket API improvements
prappo [Tue, 21 Jun 2016 18:51:18 +0100] rev 39133
8156742: Miscellaneous WebSocket API improvements Reviewed-by: chegar, rriggs
Tue, 21 Jun 2016 16:52:16 +0100 8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
vtewari [Tue, 21 Jun 2016 16:52:16 +0100] rev 39132
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec Reviewed-by: chegar, prappo
Tue, 21 Jun 2016 16:42:33 +0100 8154234: Remove netdoc URL protocol Handler
vtewari [Tue, 21 Jun 2016 16:42:33 +0100] rev 39131
8154234: Remove netdoc URL protocol Handler Reviewed-by: chegar
Tue, 21 Jun 2016 17:48:29 +0300 8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code
igerasim [Tue, 21 Jun 2016 17:48:29 +0300] rev 39130
8158802: com.sun.jndi.ldap.SimpleClientId produces wrong hash code Reviewed-by: rriggs, coffeys
Tue, 21 Jun 2016 19:05:34 +0530 8159593: Plugin Set<Category> getType() should return a Category
sundar [Tue, 21 Jun 2016 19:05:34 +0530] rev 39129
8159593: Plugin Set<Category> getType() should return a Category Reviewed-by: jlaskey
Tue, 21 Jun 2016 14:00:59 +0100 8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
vtewari [Tue, 21 Jun 2016 14:00:59 +0100] rev 39128
8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying Reviewed-by: chegar, rriggs
Tue, 21 Jun 2016 11:09:13 +0800 8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
weijun [Tue, 21 Jun 2016 11:09:13 +0800] rev 39127
8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back Reviewed-by: xuelei, wetmore
Mon, 20 Jun 2016 19:31:03 -0700 Merge
mchung [Mon, 20 Jun 2016 19:31:03 -0700] rev 39126
Merge
Sun, 19 Jun 2016 16:46:49 -0700 8155955: packager needs to determine the root modules to create JRE image
mchung [Sun, 19 Jun 2016 16:46:49 -0700] rev 39125
8155955: packager needs to determine the root modules to create JRE image Reviewed-by: alanb
Mon, 20 Jun 2016 18:30:57 -0700 8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java
mli [Mon, 20 Jun 2016 18:30:57 -0700] rev 39124
8159879: Some typo and minor test bugs in ava/lang/module/ModuleReferenceTest.java and ConfigurationTest.java Reviewed-by: alanb
Mon, 20 Jun 2016 17:06:27 -0700 8049314: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "Unexpected EOF" message
asmotrak [Mon, 20 Jun 2016 17:06:27 -0700] rev 39123
8049314: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "Unexpected EOF" message Reviewed-by: xuelei
Tue, 21 Jun 2016 00:45:52 +0100 8146975: NullPointerException in IIOPInputStream.inputClassFields
msheppar [Tue, 21 Jun 2016 00:45:52 +0100] rev 39122
8146975: NullPointerException in IIOPInputStream.inputClassFields Reviewed-by: chegar, rriggs, coffeys
Mon, 20 Jun 2016 14:08:05 -0700 8136738: InputStream documentation for IOException in skip() is unclear or incorrect
bpb [Mon, 20 Jun 2016 14:08:05 -0700] rev 39121
8136738: InputStream documentation for IOException in skip() is unclear or incorrect Summary: Clarify javadoc of skip(). Reviewed-by: rriggs, prappo
Thu, 23 Jun 2016 20:35:15 +0000 Added tag jdk-9+124 for changeset 45cbf2937973
lana [Thu, 23 Jun 2016 20:35:15 +0000] rev 39120
Added tag jdk-9+124 for changeset 45cbf2937973
Wed, 05 Jul 2017 21:52:20 +0200 Merge
duke [Wed, 05 Jul 2017 21:52:20 +0200] rev 39119
Merge
Thu, 23 Jun 2016 21:12:55 +0000 Merge
lana [Thu, 23 Jun 2016 21:12:55 +0000] rev 39118
Merge
Tue, 24 May 2016 16:02:45 +0530 8150900: Implement diagnostic_pd
csahu [Tue, 24 May 2016 16:02:45 +0530] rev 39117
8150900: Implement diagnostic_pd Reviewed-by: twisti, gziemski, kevinw
Thu, 23 Jun 2016 20:35:13 +0000 Added tag jdk-9+124 for changeset 6f7d687193a4
lana [Thu, 23 Jun 2016 20:35:13 +0000] rev 39116
Added tag jdk-9+124 for changeset 6f7d687193a4
Mon, 27 Jun 2016 08:04:48 -0700 8081676: Verify that configure detects AS on Solaris and print help otherwise
tbell [Mon, 27 Jun 2016 08:04:48 -0700] rev 39115
8081676: Verify that configure detects AS on Solaris and print help otherwise Reviewed-by: dholmes, erikj
Thu, 23 Jun 2016 21:12:39 +0000 Merge
lana [Thu, 23 Jun 2016 21:12:39 +0000] rev 39114
Merge
Wed, 22 Jun 2016 17:20:53 -0700 8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
jjg [Wed, 22 Jun 2016 17:20:53 -0700] rev 39113
8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard 8159096: Expose (new) Standard doclet class. Reviewed-by: alanb, erikj, ksrini
Tue, 21 Jun 2016 20:28:12 +0200 8157253: Fix compare script for html files
erikj [Tue, 21 Jun 2016 20:28:12 +0200] rev 39112
8157253: Fix compare script for html files Reviewed-by: tbell
Tue, 21 Jun 2016 20:00:20 +0200 8159628: Bundles contain extra /./ path element for all files
erikj [Tue, 21 Jun 2016 20:00:20 +0200] rev 39111
8159628: Bundles contain extra /./ path element for all files Reviewed-by: tbell
Wed, 08 Jun 2016 15:13:19 +0200 8136771: Implement the license-swap logic as a make target
erikj [Wed, 08 Jun 2016 15:13:19 +0200] rev 39110
8136771: Implement the license-swap logic as a make target Reviewed-by: tbell
Thu, 23 Jun 2016 20:35:12 +0000 Added tag jdk-9+124 for changeset 4c952b4cc533
lana [Thu, 23 Jun 2016 20:35:12 +0000] rev 39109
Added tag jdk-9+124 for changeset 4c952b4cc533
Wed, 05 Jul 2017 21:52:02 +0200 Added tag jdk-9+124 for changeset 2a5697a98620
duke [Wed, 05 Jul 2017 21:52:02 +0200] rev 39108
Added tag jdk-9+124 for changeset 2a5697a98620
Wed, 05 Jul 2017 21:52:00 +0200 Merge jdk-9+124
duke [Wed, 05 Jul 2017 21:52:00 +0200] rev 39107
Merge
Wed, 05 Jul 2017 21:51:56 +0200 Merge
duke [Wed, 05 Jul 2017 21:51:56 +0200] rev 39106
Merge
Mon, 20 Jun 2016 07:02:42 -0700 8159756: javadoc tests needs a tool invoker
ksrini [Mon, 20 Jun 2016 07:02:42 -0700] rev 39105
8159756: javadoc tests needs a tool invoker Reviewed-by: jjg
Fri, 17 Jun 2016 17:53:00 -0700 8059631: Use of '#' to represent MethodHandle kind is confusing
jjg [Fri, 17 Jun 2016 17:53:00 -0700] rev 39104
8059631: Use of '#' to represent MethodHandle kind is confusing Reviewed-by: jrose, mcimadamore
Fri, 17 Jun 2016 17:40:01 -0700 8159749: Update toolbox ModuleBuilder for doc comments
jjg [Fri, 17 Jun 2016 17:40:01 -0700] rev 39103
8159749: Update toolbox ModuleBuilder for doc comments Reviewed-by: ksrini
Fri, 17 Jun 2016 17:09:21 -0600 8158992: langtools/test/Makefile: improve support for control via variables
dlsmith [Fri, 17 Jun 2016 17:09:21 -0600] rev 39102
8158992: langtools/test/Makefile: improve support for control via variables Reviewed-by: jjg
Fri, 17 Jun 2016 14:33:54 -0700 8159524: jdeps -jdkinternals throws NPE when no replacement is known
mchung [Fri, 17 Jun 2016 14:33:54 -0700] rev 39101
8159524: jdeps -jdkinternals throws NPE when no replacement is known Reviewed-by: dfuchs
Fri, 17 Jun 2016 18:17:16 +0100 8159680: Inference failure with unchecked subtyping and arrays
mcimadamore [Fri, 17 Jun 2016 18:17:16 +0100] rev 39100
8159680: Inference failure with unchecked subtyping and arrays Summary: Discrepancy in handling of capture conversion between Types.isSubtype and Types.isSubtypeUnchecked Reviewed-by: vromero
Thu, 16 Jun 2016 20:57:32 +0000 Merge
lana [Thu, 16 Jun 2016 20:57:32 +0000] rev 39099
Merge
Wed, 15 Jun 2016 12:47:50 -0700 Merge
ddehaven [Wed, 15 Jun 2016 12:47:50 -0700] rev 39098
Merge
Wed, 15 Jun 2016 09:24:06 -0700 Merge
ddehaven [Wed, 15 Jun 2016 09:24:06 -0700] rev 39097
Merge
Mon, 06 Jun 2016 13:16:46 -0700 Merge
ddehaven [Mon, 06 Jun 2016 13:16:46 -0700] rev 39096
Merge
Wed, 01 Jun 2016 15:27:52 -0700 Merge
ddehaven [Wed, 01 Jun 2016 15:27:52 -0700] rev 39095
Merge
Fri, 20 May 2016 00:03:52 -0700 8157778: JDK9 preparation message drop resource updates
lana [Fri, 20 May 2016 00:03:52 -0700] rev 39094
8157778: JDK9 preparation message drop resource updates Summary: JDK9 preparation message drop resource updates - openjdk Reviewed-by: rfield, alanb Contributed-by: li.jiang@oracle.com
Tue, 14 Jun 2016 15:34:10 -0700 8158836: langtools build.xml needs some adjustments
ksrini [Tue, 14 Jun 2016 15:34:10 -0700] rev 39093
8158836: langtools build.xml needs some adjustments Reviewed-by: jjg, jlahoda
Tue, 14 Jun 2016 12:46:35 -0700 8058244: missing error in qualified default super call
vromero [Tue, 14 Jun 2016 12:46:35 -0700] rev 39092
8058244: missing error in qualified default super call Reviewed-by: mcimadamore
Tue, 14 Jun 2016 11:13:14 -0700 8068460: Pretty printing for loops
vromero [Tue, 14 Jun 2016 11:13:14 -0700] rev 39091
8068460: Pretty printing for loops Reviewed-by: jjg
Tue, 14 Jun 2016 08:18:53 -0700 8159396: javadoc getSupportedVersion returns 8 instead of 9
ksrini [Tue, 14 Jun 2016 08:18:53 -0700] rev 39090
8159396: javadoc getSupportedVersion returns 8 instead of 9 Reviewed-by: jjg
Thu, 16 Jun 2016 19:07:29 +0000 Added tag jdk-9+123 for changeset 88f6e6f58798
lana [Thu, 16 Jun 2016 19:07:29 +0000] rev 39089
Added tag jdk-9+123 for changeset 88f6e6f58798
Wed, 05 Jul 2017 21:51:42 +0200 Merge
duke [Wed, 05 Jul 2017 21:51:42 +0200] rev 39088
Merge
Thu, 16 Jun 2016 19:07:27 +0000 Added tag jdk-9+123 for changeset eb31fc6b71a7
lana [Thu, 16 Jun 2016 19:07:27 +0000] rev 39087
Added tag jdk-9+123 for changeset eb31fc6b71a7
Wed, 05 Jul 2017 21:51:35 +0200 Merge
duke [Wed, 05 Jul 2017 21:51:35 +0200] rev 39086
Merge
Thu, 16 Jun 2016 20:57:35 +0000 Merge
lana [Thu, 16 Jun 2016 20:57:35 +0000] rev 39085
Merge
Wed, 15 Jun 2016 09:24:04 -0700 Merge
ddehaven [Wed, 15 Jun 2016 09:24:04 -0700] rev 39084
Merge
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip