comparison src/share/vm/c1/c1_ValueMap.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 c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1782:f353275af40e 1783:d5d065957597
1 /* 1 /*
2 * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 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.
183 void do_Base (Base* x) { /* nothing to do */ } 183 void do_Base (Base* x) { /* nothing to do */ }
184 void do_OsrEntry (OsrEntry* x) { /* nothing to do */ } 184 void do_OsrEntry (OsrEntry* x) { /* nothing to do */ }
185 void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ } 185 void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ }
186 void do_RoundFP (RoundFP* x) { /* nothing to do */ } 186 void do_RoundFP (RoundFP* x) { /* nothing to do */ }
187 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ } 187 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ }
188 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ };
188 void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ } 189 void do_UnsafeGetObject(UnsafeGetObject* x) { /* nothing to do */ }
189 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ } 190 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ }
190 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ } 191 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
191 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ } 192 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }
192 void do_ProfileCounter (ProfileCounter* x) { /* nothing to do */ }
193 }; 193 };
194 194
195 195
196 class ValueNumberingEffects: public ValueNumberingVisitor { 196 class ValueNumberingEffects: public ValueNumberingVisitor {
197 private: 197 private: