hg: hsx/hotspot-emb/hotspot: 7 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Tue Feb 12 11:58:45 PST 2013
Changeset: 91a23b11d8dc
Author: kvn
Date: 2013-02-08 15:07 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/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-emb/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-emb/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-emb/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-emb/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-emb/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: 6c2da81297c5
Author: kvn
Date: 2013-02-12 09:54 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/6c2da81297c5
Merge
! src/share/vm/runtime/arguments.cpp
More information about the hotspot-runtime-dev
mailing list