hg: hsx/hotspot-comp/hotspot: 2 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Fri Jul 1 13:02:04 PDT 2011
Changeset: 6f6e91603a45
Author: iveresov
Date: 2011-07-01 10:35 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/6f6e91603a45
7058689: Tiered: Reprofiling doesn't happen in presence of level 4 OSR methods
Summary: Take into account current state of profiling before believing that existing higher level versions are valid
Reviewed-by: kvn, never
! src/share/vm/runtime/advancedThresholdPolicy.cpp
! src/share/vm/runtime/simpleThresholdPolicy.cpp
Changeset: 2c359f27615c
Author: iveresov
Date: 2011-07-01 10:37 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/2c359f27615c
7057120: Tiered: Allow C1 to inline methods with loops
Summary: Recompile the enclosing methods without inlining of the method that has OSRed to level 4 or recompile the enclosing method at level 4.
Reviewed-by: kvn, never
! src/share/vm/c1/c1_GraphBuilder.cpp
! src/share/vm/c1/c1_Runtime1.cpp
! src/share/vm/ci/ciMethod.cpp
! src/share/vm/ci/ciMethod.hpp
! src/share/vm/interpreter/interpreterRuntime.cpp
! src/share/vm/runtime/advancedThresholdPolicy.cpp
! src/share/vm/runtime/advancedThresholdPolicy.hpp
! src/share/vm/runtime/compilationPolicy.cpp
! src/share/vm/runtime/compilationPolicy.hpp
! src/share/vm/runtime/simpleThresholdPolicy.cpp
! src/share/vm/runtime/simpleThresholdPolicy.hpp
More information about the hotspot-compiler-dev
mailing list