Mon, 16 Dec 2013 17:35:08 +0400 8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
pchelko [Mon, 16 Dec 2013 17:35:08 +0400] rev 23238
8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop Reviewed-by: anthony, serb
Fri, 07 Mar 2014 10:40:03 -0800 8036844: test failures due to wrong keystore paths
juh [Fri, 07 Mar 2014 10:40:03 -0800] rev 23237
8036844: test failures due to wrong keystore paths Reviewed-by: weijun
Fri, 07 Mar 2014 15:01:32 +0100 8036611: Cleanup of handling of properties and other java resources in the build
erikj [Fri, 07 Mar 2014 15:01:32 +0100] rev 23236
8036611: Cleanup of handling of properties and other java resources in the build Reviewed-by: tbell, ihse
Fri, 07 Mar 2014 09:18:15 +0100 8034025: Remove JPLIS agent dependency on canonicalize_md.c
sla [Fri, 07 Mar 2014 09:18:15 +0100] rev 23235
8034025: Remove JPLIS agent dependency on canonicalize_md.c Reviewed-by: alanb
Thu, 20 Mar 2014 13:44:28 -0700 Added tag jdk9-b05 for changeset da7dce5b111a
katleman [Thu, 20 Mar 2014 13:44:28 -0700] rev 23234
Added tag jdk9-b05 for changeset da7dce5b111a
Wed, 05 Jul 2017 19:33:12 +0200 Merge
duke [Wed, 05 Jul 2017 19:33:12 +0200] rev 23233
Merge
Tue, 25 Mar 2014 12:32:07 -0700 Merge
lana [Tue, 25 Mar 2014 12:32:07 -0700] rev 23232
Merge
Tue, 18 Mar 2014 17:49:11 -0700 Merge
lana [Tue, 18 Mar 2014 17:49:11 -0700] rev 23231
Merge
Fri, 14 Mar 2014 10:31:11 -0700 Merge
amurillo [Fri, 14 Mar 2014 10:31:11 -0700] rev 23230
Merge
Fri, 14 Mar 2014 13:27:18 +0100 Merge
ehelin [Fri, 14 Mar 2014 13:27:18 +0100] rev 23229
Merge
Fri, 14 Mar 2014 09:18:39 +0100 Merge
ehelin [Fri, 14 Mar 2014 09:18:39 +0100] rev 23228
Merge
Wed, 12 Mar 2014 13:02:47 +0100 Merge
ehelin [Wed, 12 Mar 2014 13:02:47 +0100] rev 23227
Merge
Wed, 05 Mar 2014 07:34:35 -0800 7098155: Resize young gen at full collections for UseParallelGC
jmasa [Wed, 05 Mar 2014 07:34:35 -0800] rev 23226
7098155: Resize young gen at full collections for UseParallelGC Reviewed-by: tschatzl
Tue, 11 Mar 2014 15:14:46 +0100 Merge
ehelin [Tue, 11 Mar 2014 15:14:46 +0100] rev 23225
Merge
Fri, 21 Feb 2014 09:48:52 +0100 8035057: NewSize ergonomics wrong when setting small or unaligned size on command line
sjohanss [Fri, 21 Feb 2014 09:48:52 +0100] rev 23224
8035057: NewSize ergonomics wrong when setting small or unaligned size on command line Summary: Making sure that if NewSize is set on the command line it should be used for both min and initial size even if it is re-aligned. Reviewed-by: jwilhelm, jmasa
Fri, 31 Jan 2014 13:38:01 +0100 8023899: Typo in TraceCPUTime message
jwilhelm [Fri, 31 Jan 2014 13:38:01 +0100] rev 23223
8023899: Typo in TraceCPUTime message Summary: Removed the comma Reviewed-by: pliden, tschatzl
Fri, 14 Mar 2014 09:26:27 +0100 Merge
neliasso [Fri, 14 Mar 2014 09:26:27 +0100] rev 23222
Merge
Mon, 10 Mar 2014 12:58:02 +0100 8036976: PPC64: implement the template interpreter
goetz [Mon, 10 Mar 2014 12:58:02 +0100] rev 23221
8036976: PPC64: implement the template interpreter Reviewed-by: kvn, coleenp Contributed-by: axel.siebenborn@sap.com, martin.doerr@sap.com
Wed, 12 Mar 2014 11:24:26 -0700 8031321: Support Intel bit manipulation instructions
iveresov [Wed, 12 Mar 2014 11:24:26 -0700] rev 23220
8031321: Support Intel bit manipulation instructions Summary: Add support for BMI1 instructions Reviewed-by: kvn, roland
Tue, 11 Mar 2014 14:54:47 -0700 8037043: put Method flag bits in predictable positions
twisti [Tue, 11 Mar 2014 14:54:47 -0700] rev 23219
8037043: put Method flag bits in predictable positions Reviewed-by: kvn, coleenp
Tue, 11 Mar 2014 10:59:26 -0700 Merge
drchase [Tue, 11 Mar 2014 10:59:26 -0700] rev 23218
Merge
Tue, 11 Mar 2014 13:38:32 -0400 8028037: [parfait] warnings from b114 for hotspot.src.share.vm
drchase [Tue, 11 Mar 2014 13:38:32 -0400] rev 23217
8028037: [parfait] warnings from b114 for hotspot.src.share.vm Summary: Insert null check for one warning; other warning handled in parfait config Reviewed-by: kvn
Tue, 11 Mar 2014 11:26:14 -0400 Merge
neliasso [Tue, 11 Mar 2014 11:26:14 -0400] rev 23216
Merge
Mon, 10 Mar 2014 11:09:02 -0700 8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false]
iveresov [Mon, 10 Mar 2014 11:09:02 -0700] rev 23215
8025644: java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java fails with TestData$OfRef): failure java.lang.AssertionError: expected [true] but found [false] Summary: In GraphKit::gen_checkcast() provide only exact superklass to GraphKit::maybe_cast_profiled_receiver() Reviewed-by: kvn, roland
Fri, 07 Mar 2014 07:42:40 +0100 8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000
anoll [Fri, 07 Mar 2014 07:42:40 +0100] rev 23214
8029799: vm/mlvm/anonloader/stress/oome prints warning: CodeHeap: # of free blocks > 10000 Summary: Double CodeCacheSegmentSize from 64 byte to 128 bytes if tiered compilation is enabled Reviewed-by: kvn, twisti
Thu, 06 Mar 2014 14:35:26 +0100 8036777: AIX: Adapt implementation after '6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris.'
simonis [Thu, 06 Mar 2014 14:35:26 +0100] rev 23213
8036777: AIX: Adapt implementation after '6546236: Thread interrupt() of Thread.sleep() can be lost on Solaris.' Reviewed-by: kvn
Thu, 06 Mar 2014 11:12:45 -0800 Merge
kvn [Thu, 06 Mar 2014 11:12:45 -0800] rev 23212
Merge
Thu, 06 Mar 2014 10:55:28 -0800 8035647: PPC64: Support for elf v2 abi.
goetz [Thu, 06 Mar 2014 10:55:28 -0800] rev 23211
8035647: PPC64: Support for elf v2 abi. Summary: ELFv2 ABI used by the little endian PowerPC64 on Linux. Reviewed-by: kvn Contributed-by: asmundak@google.com
Thu, 06 Mar 2014 09:53:14 -0800 8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on
vlivanov [Thu, 06 Mar 2014 09:53:14 -0800] rev 23210
8036667: "assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on Reviewed-by: kvn
Thu, 06 Mar 2014 02:37:44 -0800 Merge
roland [Thu, 06 Mar 2014 02:37:44 -0800] rev 23209
Merge
Thu, 06 Mar 2014 11:11:04 +0100 8032633: Enable type speculation by default
roland [Thu, 06 Mar 2014 11:11:04 +0100] rev 23208
8032633: Enable type speculation by default Summary: enable type speculation Reviewed-by: kvn
Thu, 06 Mar 2014 12:47:45 +0400 8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled
iignatyev [Thu, 06 Mar 2014 12:47:45 +0400] rev 23207
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled Reviewed-by: kvn, roland
Thu, 06 Mar 2014 12:46:04 +0400 8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test
iignatyev [Thu, 06 Mar 2014 12:46:04 +0400] rev 23206
8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test Reviewed-by: roland, kvn
Thu, 06 Mar 2014 12:45:59 +0400 8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
iignatyev [Thu, 06 Mar 2014 12:45:59 +0400] rev 23205
8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group Reviewed-by: roland, sla, dholmes
Wed, 05 Mar 2014 16:21:22 -0800 8035983: Fix "Native frames:" in crash report (hs_err file)
kvn [Wed, 05 Mar 2014 16:21:22 -0800] rev 23204
8035983: Fix "Native frames:" in crash report (hs_err file) Summary: check fr.sender_sp() in java thread instead of os::is_first_C_frame(&fr). Reviewed-by: twisti, coleenp
Wed, 05 Mar 2014 15:14:25 +0100 8036146: make CPP interpreter build again
roland [Wed, 05 Mar 2014 15:14:25 +0100] rev 23203
8036146: make CPP interpreter build again Summary: fix build of CPP interpreter on x86 and sparc Reviewed-by: kvn
Wed, 05 Mar 2014 02:41:57 -0800 Merge
roland [Wed, 05 Mar 2014 02:41:57 -0800] rev 23202
Merge
Wed, 05 Mar 2014 09:29:12 +0100 8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90
roland [Wed, 05 Mar 2014 09:29:12 +0100] rev 23201
8035841: assert(dp_src->tag() == dp_dst->tag()) failed: should be same tags 1 != 0 at ciMethodData.cpp:90 Summary: concurrent update of traps with construction of ciMethodData Reviewed-by: kvn, twisti
Wed, 05 Mar 2014 01:26:52 -0800 Merge
anoll [Wed, 05 Mar 2014 01:26:52 -0800] rev 23200
Merge
Wed, 05 Mar 2014 10:20:30 +0100 8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1
anoll [Wed, 05 Mar 2014 10:20:30 +0100] rev 23199
8036091: compiler/membars/DekkerTest.java fails with -XX:CICompilerCount=1 Summary: Start test with -XX:-TieredCompilation so that one compiler thread works Reviewed-by: kvn, twisti
Tue, 04 Mar 2014 21:15:33 -0800 Merge
anoll [Tue, 04 Mar 2014 21:15:33 -0800] rev 23198
Merge
Wed, 05 Mar 2014 06:08:19 +0100 8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
anoll [Wed, 05 Mar 2014 06:08:19 +0100] rev 23197
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation' Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM Reviewed-by: kvn, roland
Tue, 04 Mar 2014 18:52:06 -0800 8036619: Shark: add LLVM 3.4 support
neugens [Tue, 04 Mar 2014 18:52:06 -0800] rev 23196
8036619: Shark: add LLVM 3.4 support Reviewed-by: twisti
Tue, 04 Mar 2014 17:14:00 +0100 8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
simonis [Tue, 04 Mar 2014 17:14:00 +0100] rev 23195
8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX) Reviewed-by: kvn
Tue, 04 Mar 2014 02:33:10 -0800 8036100: Default method returns true for a while, and then returns false
vlivanov [Tue, 04 Mar 2014 02:33:10 -0800] rev 23194
8036100: Default method returns true for a while, and then returns false Reviewed-by: kvn, jrose
Tue, 04 Mar 2014 02:23:16 -0800 8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
vlivanov [Tue, 04 Mar 2014 02:23:16 -0800] rev 23193
8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...) Reviewed-by: iveresov, roland, coleenp
Tue, 04 Mar 2014 02:20:41 -0800 8035828: Turn on @Stable support in VM
vlivanov [Tue, 04 Mar 2014 02:20:41 -0800] rev 23192
8035828: Turn on @Stable support in VM Reviewed-by: jrose, twisti
Tue, 04 Mar 2014 02:19:04 -0800 8035887: VM crashes trying to force inlining the recursive call
vlivanov [Tue, 04 Mar 2014 02:19:04 -0800] rev 23191
8035887: VM crashes trying to force inlining the recursive call Reviewed-by: kvn, twisti
Mon, 03 Mar 2014 15:31:27 +0400 8031818: Experimental VM flag for enforcing safe object construction
shade [Mon, 03 Mar 2014 15:31:27 +0400] rev 23190
8031818: Experimental VM flag for enforcing safe object construction Summary: -XX:+AlwaysSafeConstructors to unconditionally emit the trailing constructor barrier. Reviewed-by: kvn, roland
Mon, 03 Mar 2014 15:54:45 +0400 8033380: Experimental VM flag to enforce access atomicity
shade [Mon, 03 Mar 2014 15:54:45 +0400] rev 23189
8033380: Experimental VM flag to enforce access atomicity Summary: -XX:+AlwaysAtomicAccesses to unconditionally enforce the access atomicity. Reviewed-by: roland, kvn, iveresov
Tue, 28 Jan 2014 15:05:46 +0100 8007270: Make IsMethodCompilable test work with tiered
neliasso [Tue, 28 Jan 2014 15:05:46 +0100] rev 23188
8007270: Make IsMethodCompilable test work with tiered Summary: Only c2 compiles counts toward cutoff Reviewed-by: kvn, roland
Mon, 03 Mar 2014 08:04:14 +0100 8035946: Use ResourceHashtable for dependency checking
anoll [Mon, 03 Mar 2014 08:04:14 +0100] rev 23187
8035946: Use ResourceHashtable for dependency checking Summary: Use ResourceHashtable for dependency checking and delete GenericHashtable Reviewed-by: kvn, coleenp
Wed, 05 Mar 2014 12:31:09 -0500 8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto)
mseledtsov [Wed, 05 Mar 2014 12:31:09 -0500] rev 23186
8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto) Summary: Added message to indicate when sharing was attempted but failed Reviewed-by: coleenp, ctornqvi
Mon, 03 Mar 2014 11:54:35 +0100 8036122: Fix warning 'format not a string literal'
goetz [Mon, 03 Mar 2014 11:54:35 +0100] rev 23185
8036122: Fix warning 'format not a string literal' Reviewed-by: mduigou, kvn
Tue, 04 Mar 2014 09:57:16 -0500 8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag
coleenp [Tue, 04 Mar 2014 09:57:16 -0500] rev 23184
8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag Summary: Use PrintCompressedOopsMode and these other flags that match printing compressed oop information Reviewed-by: ctornqvi, sla
Tue, 11 Mar 2014 16:49:35 -0700 Merge
amurillo [Tue, 11 Mar 2014 16:49:35 -0700] rev 23183
Merge
Mon, 03 Mar 2014 13:58:52 -0500 8035735: Metaspace::contains become extremely slow in some cases
coleenp [Mon, 03 Mar 2014 13:58:52 -0500] rev 23182
8035735: Metaspace::contains become extremely slow in some cases Summary: Call is_metadata instead which does less work for the call in debugInfo.hpp which is called for all compiled code stack frames. Reviewed-by: jmasa, dcubed
Sat, 01 Mar 2014 09:56:15 -0800 8036102: part of the fix for 6498581 lost in mismerge
dsamersoff [Sat, 01 Mar 2014 09:56:15 -0800] rev 23181
8036102: part of the fix for 6498581 lost in mismerge Summary: Restore code lost in mis-merge Reviewed-by: dcubed
Sat, 01 Mar 2014 08:05:55 -0800 6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
sspitsyn [Sat, 01 Mar 2014 08:05:55 -0800] rev 23180
6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync") Summary: It is more safe to get/update data for suspended threads at a safepoint Reviewed-by: dcubed, twisti, dholmes Contributed-by: serguei.spitsyn@oracle.com
Sat, 01 Mar 2014 01:36:48 -0800 Merge
dsamersoff [Sat, 01 Mar 2014 01:36:48 -0800] rev 23179
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip