comparison src/share/vm/runtime/arguments.hpp @ 1783:d5d065957597

6953144: Tiered compilation Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
author iveresov
date Fri, 03 Sep 2010 17:51:07 -0700
parents f8c5d1bdaad4
children dfb38ea7da17
comparison
equal deleted inserted replaced
1782:f353275af40e 1783:d5d065957597
1 /* 1 /*
2 * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
286 static bool _AlwaysCompileLoopMethods; 286 static bool _AlwaysCompileLoopMethods;
287 static bool _UseOnStackReplacement; 287 static bool _UseOnStackReplacement;
288 static bool _BackgroundCompilation; 288 static bool _BackgroundCompilation;
289 static bool _ClipInlining; 289 static bool _ClipInlining;
290 static bool _CIDynamicCompilePriority; 290 static bool _CIDynamicCompilePriority;
291 static intx _Tier2CompileThreshold; 291
292 292 // Tiered
293 static void set_tiered_flags();
293 // CMS/ParNew garbage collectors 294 // CMS/ParNew garbage collectors
294 static void set_parnew_gc_flags(); 295 static void set_parnew_gc_flags();
295 static void set_cms_and_parnew_gc_flags(); 296 static void set_cms_and_parnew_gc_flags();
296 // UseParallel[Old]GC 297 // UseParallel[Old]GC
297 static void set_parallel_gc_flags(); 298 static void set_parallel_gc_flags();