Code Review for JDK-8012371

Prepared by:anoll on Thu May 16 15:53:18 CEST 2013
Workspace:/export/anoll/JDK-8012371
Compare against: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot
Compare against version:4615
Summary of changes: 39 lines changed: 38 ins; 0 del; 1 mod; 9375 unchg
Changeset: JDK-8012371.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/code/codeCache.cpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
9 lines changed: 9 ins; 0 del; 0 mod; 1029 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/code/codeCache.hpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
1 line changed: 1 ins; 0 del; 0 mod; 190 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/advancedThresholdPolicy.cpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
12 lines changed: 11 ins; 0 del; 1 mod; 516 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/advancedThresholdPolicy.hpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
3 lines changed: 3 ins; 0 del; 0 mod; 228 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/arguments.cpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
10 lines changed: 10 ins; 0 del; 0 mod; 3665 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/globals.hpp

rev 4616 : Fixes fill up of code cache: added command line parameter which defines a
threshold (percentage of used code cache) at which the threshold for
C1 recompilation is increased.
4 lines changed: 4 ins; 0 del; 0 mod; 3747 unchg

This code review page was prepared using webrev.ksh (vers 23.18-hg+jbs).