comparison src/share/vm/c1/c1_Canonicalizer.cpp @ 2166:403dc4c1d7f5

6809483: hotspot:::method_entry are not correctly generated for "method()V" Reviewed-by: iveresov, twisti
author never
date Fri, 21 Jan 2011 13:01:02 -0800
parents f95d63e2154a
children 425688247f3d
comparison
equal deleted inserted replaced
2093:7514897db238 2166:403dc4c1d7f5
1 /* 1 /*
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2011, 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.
896 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {} 896 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {}
897 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {} 897 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {}
898 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {} 898 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
899 void Canonicalizer::do_ProfileCall(ProfileCall* x) {} 899 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
900 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {} 900 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
901 901 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}