comparison src/share/vm/opto/runtime.hpp @ 6006:0105f367a14c

7160570: Intrinsification support for tracing framework Reviewed-by: sla, never
author rbackman
date Tue, 06 Mar 2012 12:36:59 +0100
parents 7e0e43cf86d6
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6005:c263e0e9f14b 6006:0105f367a14c
1 /* 1 /*
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 2012, 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.
266 static const TypeFunc* rethrow_Type(); 266 static const TypeFunc* rethrow_Type();
267 static const TypeFunc* Math_D_D_Type(); // sin,cos & friends 267 static const TypeFunc* Math_D_D_Type(); // sin,cos & friends
268 static const TypeFunc* Math_DD_D_Type(); // mod,pow & friends 268 static const TypeFunc* Math_DD_D_Type(); // mod,pow & friends
269 static const TypeFunc* modf_Type(); 269 static const TypeFunc* modf_Type();
270 static const TypeFunc* l2f_Type(); 270 static const TypeFunc* l2f_Type();
271 static const TypeFunc* current_time_millis_Type(); 271 static const TypeFunc* void_long_Type();
272 272
273 static const TypeFunc* flush_windows_Type(); 273 static const TypeFunc* flush_windows_Type();
274 274
275 // arraycopy routine types 275 // arraycopy routine types
276 static const TypeFunc* fast_arraycopy_Type(); // bit-blasters 276 static const TypeFunc* fast_arraycopy_Type(); // bit-blasters