hg: hsx/hotspot-main/hotspot: 11 new changesets
vladimir.x.ivanov at oracle.com
vladimir.x.ivanov at oracle.com
Thu Feb 14 08:33:21 PST 2013
Changeset: 91a23b11d8dc
Author: kvn
Date: 2013-02-08 15:07 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/91a23b11d8dc
8007708: compiler/6855215 assert(VM_Version::supports_sse4_2())
Summary: Added missing UseSSE42 check. Also added missing avx2 assert for vpermq instruction.
Reviewed-by: roland, twisti
! src/cpu/x86/vm/assembler_x86.cpp
! src/cpu/x86/vm/macroAssembler_x86.cpp
Changeset: 309460dcedf7
Author: morris
Date: 2013-02-08 15:39 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/309460dcedf7
8006851: When TieredCompilation is set, max code cache should be bumped to 256mb
Summary: Set ReservedCodeCacheSize to (default value)*5 when TieredCompilation is on.
Reviewed-by: kvn, twisti
! src/share/vm/runtime/arguments.cpp
Changeset: 2c673161698a
Author: drchase
Date: 2013-02-09 12:55 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2c673161698a
8007402: Code cleanup to remove Parfait false positive
Summary: add array access range check
Reviewed-by: kvn
! src/share/vm/opto/regmask.cpp
! src/share/vm/opto/regmask.hpp
Changeset: 64d2a0a39954
Author: kmo
Date: 2013-02-10 22:35 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/64d2a0a39954
8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
Summary: make sure all diagnostic and experimental flag kinds are checked in Flag::is_unlocked()
Reviewed-by: kvn
! src/share/vm/runtime/globals.cpp
Changeset: a9c29dfc7d73
Author: morris
Date: 2013-02-11 10:38 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a9c29dfc7d73
8003251: ARM: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
! src/share/vm/asm/macroAssembler.hpp
! src/share/vm/asm/macroAssembler.inline.hpp
Changeset: 1e5e28bac299
Author: morris
Date: 2013-02-11 14:47 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1e5e28bac299
8003252: PPC: move MacroAssembler into separate file
Summary: moved MacroAssembler into separate file
Reviewed-by: twisti, kvn, dlong
! src/share/vm/asm/macroAssembler.hpp
! src/share/vm/asm/macroAssembler.inline.hpp
Changeset: 8b3da8d14c93
Author: roland
Date: 2013-02-12 12:56 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/8b3da8d14c93
7197327: 40% regression on 8 b41 comp 8 b40 on specjvm2008.mpegaudio on oob
Summary: Add support for expensive nodes.
Reviewed-by: kvn
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/compile.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/loopnode.cpp
! src/share/vm/opto/loopnode.hpp
! src/share/vm/opto/node.cpp
! src/share/vm/opto/node.hpp
! src/share/vm/opto/phaseX.cpp
! src/share/vm/opto/subnode.hpp
Changeset: c703f9c4b025
Author: kmo
Date: 2013-02-12 07:39 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c703f9c4b025
8002169: TEST_BUG: compiler/7009359/Test7009359.java sometimes times out
Summary: make the test less prone to timeout by reducing the amount of iteration and allowing main to be compiled
Reviewed-by: jrose
! test/compiler/7009359/Test7009359.java
Changeset: aaad39923cdb
Author: kmo
Date: 2013-02-12 14:33 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/aaad39923cdb
Merge
Changeset: 12e01444ca2d
Author: iignatyev
Date: 2013-02-13 08:29 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/12e01444ca2d
8006683: Add WhiteBox API to testing of compiler
Reviewed-by: kvn, vlivanov
! src/share/tools/whitebox/sun/hotspot/WhiteBox.java
! src/share/vm/prims/wbtestmethods/parserTests.hpp
! src/share/vm/prims/whitebox.cpp
! src/share/vm/prims/whitebox.hpp
+ test/compiler/whitebox/CompilerWhiteBoxTest.java
+ test/compiler/whitebox/DeoptimizeAllTest.java
+ test/compiler/whitebox/DeoptimizeMethodTest.java
+ test/compiler/whitebox/IsMethodCompilableTest.java
+ test/compiler/whitebox/MakeMethodNotCompilableTest.java
+ test/compiler/whitebox/SetDontInlineMethodTest.java
Changeset: 1cdf241a4b26
Author: vlivanov
Date: 2013-02-14 05:36 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1cdf241a4b26
Merge
! src/share/vm/runtime/arguments.cpp
More information about the hotspot-dev
mailing list