Wed, 04 Jun 2014 11:56:44 +0200 8044775: Improve usage of umbrella header atomic.inline.hpp.
goetz [Wed, 04 Jun 2014 11:56:44 +0200] rev 25351
8044775: Improve usage of umbrella header atomic.inline.hpp. Reviewed-by: stefank, kvn
Thu, 19 Jun 2014 13:31:14 +0200 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
brutisso [Thu, 19 Jun 2014 13:31:14 +0200] rev 25350
8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps Reviewed-by: jwilhelm, ehelin, tschatzl
Thu, 26 Jun 2014 16:53:35 -0700 Merge
twisti [Thu, 26 Jun 2014 16:53:35 -0700] rev 25349
Merge
Thu, 26 Jun 2014 12:04:10 -0700 Merge
iveresov [Thu, 26 Jun 2014 12:04:10 -0700] rev 25348
Merge
Thu, 26 Jun 2014 12:01:44 -0700 8048298: Clang needs to lower optimization level for some files
iveresov [Thu, 26 Jun 2014 12:01:44 -0700] rev 25347
8048298: Clang needs to lower optimization level for some files Summary: Optimization options need to be lowered for some files when using clang 5.0 and 5.1 Reviewed-by: twisti
Wed, 25 Jun 2014 09:19:09 +0200 8033332: missing types in TemplateInterpreterGenerator::generate_result_handler_for
thartmann [Wed, 25 Jun 2014 09:19:09 +0200] rev 25346
8033332: missing types in TemplateInterpreterGenerator::generate_result_handler_for Summary: Add missing case statements for T_LONG and T_VOID to generate_result_handler_for(..). Reviewed-by: iveresov, anoll
Tue, 24 Jun 2014 08:12:30 +0200 8035328: closed/compiler/6595044/Main.java failed with timeout
thartmann [Tue, 24 Jun 2014 08:12:30 +0200] rev 25345
8035328: closed/compiler/6595044/Main.java failed with timeout Summary: Patch call sites of non-entrant methods to avoid re-resolving if method is still executed. Reviewed-by: twisti, iveresov, roland, kvn
Mon, 23 Jun 2014 04:44:02 +0000 Merge
anoll [Mon, 23 Jun 2014 04:44:02 +0000] rev 25344
Merge
Mon, 23 Jun 2014 08:40:31 +0200 8046286: assert: Do not add task if compilation is turned off forever
anoll [Mon, 23 Jun 2014 08:40:31 +0200] rev 25343
8046286: assert: Do not add task if compilation is turned off forever Summary: Remove the unnecessary and missleading assert Reviewed-by: iveresov
Fri, 20 Jun 2014 20:42:48 +0000 Merge
iignatyev [Fri, 20 Jun 2014 20:42:48 +0000] rev 25342
Merge
Fri, 20 Jun 2014 22:39:56 +0400 8041794: remove bytecodes_<arch>.{cpp,hpp} files
iignatyev [Fri, 20 Jun 2014 22:39:56 +0400] rev 25341
8041794: remove bytecodes_<arch>.{cpp,hpp} files Reviewed-by: dholmes, coleenp, twisti, iignatyev Contributed-by: lev.priima@oracle.com
Fri, 20 Jun 2014 11:25:08 -0700 8047321: Hotspot debug builds with clang are broken
iveresov [Fri, 20 Jun 2014 11:25:08 -0700] rev 25340
8047321: Hotspot debug builds with clang are broken Summary: Don't use -Og with clang Reviewed-by: twisti
Fri, 20 Jun 2014 09:25:13 +0200 8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all()
anoll [Fri, 20 Jun 2014 09:25:13 +0200] rev 25339
8043158: Crash in CodeSweeperSweepNoFlushTest in CompileQueue::free_all() Summary: Acquire lock before calling notify() Reviewed-by: twisti, thartmann
Fri, 20 Jun 2014 08:14:30 +0200 8008321: compile.cpp verify_graph_edges uses bool as int
thartmann [Fri, 20 Jun 2014 08:14:30 +0200] rev 25338
8008321: compile.cpp verify_graph_edges uses bool as int Summary: The dead_nodes counter in verify_graph_edges(..) has the type bool but is used as int. Reviewed-by: roland, anoll
Tue, 24 Jun 2014 12:27:51 -0700 8043541: 'fastdebug' is printed twice in java -version
amurillo [Tue, 24 Jun 2014 12:27:51 -0700] rev 25337
8043541: 'fastdebug' is printed twice in java -version Reviewed-by: dholmes, dcubed, jcoomes
Tue, 24 Jun 2014 07:10:06 -0700 8047939: [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh
ctornqvi [Tue, 24 Jun 2014 07:10:06 -0700] rev 25336
8047939: [TESTBUG] Rewrite test/runtime/8001071/Test8001071.sh Summary: Rewrote the test in Java, limited the heap size to avoid time out issues on machines with a lot of memory Reviewed-by: minqi, rdurbin, dcubed
Tue, 24 Jun 2014 02:19:59 -0700 8046282: SA update
poonam [Tue, 24 Jun 2014 02:19:59 -0700] rev 25335
8046282: SA update Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sundar, mgronlun
Mon, 23 Jun 2014 14:51:10 -0700 8047878: [TESTBUG] runtime/memory/ReadFromNoaccessArea.java and runtime/memory/ReserveMemory.java time out on Solaris
ctornqvi [Mon, 23 Jun 2014 14:51:10 -0700] rev 25334
8047878: [TESTBUG] runtime/memory/ReadFromNoaccessArea.java and runtime/memory/ReserveMemory.java time out on Solaris Summary: Limited heap size to reduce size of core file generated Reviewed-by: sla, coleenp, dcubed
Mon, 23 Jun 2014 06:58:26 -0700 8043630: Method os::yield_all() should be removed
fparain [Mon, 23 Jun 2014 06:58:26 -0700] rev 25333
8043630: Method os::yield_all() should be removed Reviewed-by: dholmes, dsimms
Sun, 22 Jun 2014 21:23:32 -0400 8044818: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java fails with RuntimeException 'sharing' found in stderr
dholmes [Sun, 22 Jun 2014 21:23:32 -0400] rev 25332
8044818: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java fails with RuntimeException 'sharing' found in stderr Reviewed-by: hseigel, lfoltan, coleenp, dholmes Contributed-by: Pavel Chistyakov <pavel.chistyakov@oracle.com>
Wed, 18 Jun 2014 12:35:32 -0700 8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH
mikael [Wed, 18 Jun 2014 12:35:32 -0700] rev 25331
8046471: Use OPENJDK_TARGET_CPU_ARCH instead of legacy value for hotspot ARCH Reviewed-by: erikj, dholmes
Fri, 20 Jun 2014 20:37:57 +0000 Merge
dcubed [Fri, 20 Jun 2014 20:37:57 +0000] rev 25330
Merge
Fri, 20 Jun 2014 12:45:24 -0700 Merge
dcubed [Fri, 20 Jun 2014 12:45:24 -0700] rev 25329
Merge
Fri, 20 Jun 2014 11:19:22 -0700 8046611: Build errors with gcc on sparc/fastdebug
mikael [Fri, 20 Jun 2014 11:19:22 -0700] rev 25328
8046611: Build errors with gcc on sparc/fastdebug Reviewed-by: dholmes, ctornqvi
Fri, 20 Jun 2014 10:12:02 -0700 8038074: [TESTBUG] Add test for anewarray instruction with more than 255 dimensions
gtriantafill [Fri, 20 Jun 2014 10:12:02 -0700] rev 25327
8038074: [TESTBUG] Add test for anewarray instruction with more than 255 dimensions Reviewed-by: lfoltan, coleenp
Thu, 19 Jun 2014 14:49:33 -0400 6642881: Improve performance of Class.getClassLoader()
coleenp [Thu, 19 Jun 2014 14:49:33 -0400] rev 25326
6642881: Improve performance of Class.getClassLoader() Summary: Add classLoader to java/lang/Class instance for fast access Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, jfranck
Thu, 19 Jun 2014 11:16:10 -0400 8026977: NPG: Remove ConstantPool::lock
coleenp [Thu, 19 Jun 2014 11:16:10 -0400] rev 25325
8026977: NPG: Remove ConstantPool::lock Summary: Write klass and resolved_references constant pool fields lock free. Reviewed-by: jrose, twisti
Thu, 10 Jul 2014 12:13:09 -0700 Added tag jdk9-b22 for changeset 6702f17e734e
katleman [Thu, 10 Jul 2014 12:13:09 -0700] rev 25324
Added tag jdk9-b22 for changeset 6702f17e734e
Thu, 10 Jul 2014 12:38:49 -0700 Merge
lana [Thu, 10 Jul 2014 12:38:49 -0700] rev 25323
Merge
Tue, 08 Jul 2014 12:38:44 -0700 Merge
amurillo [Tue, 08 Jul 2014 12:38:44 -0700] rev 25322
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip