src/share/vm/c1/c1_Compiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_Compiler.hpp	Thu Jan 20 23:18:26 2011
--- new/src/share/vm/c1/c1_Compiler.hpp	Thu Jan 20 23:18:26 2011

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 44,54 **** --- 44,54 ---- // Name of this compiler virtual const char* name() { return "C1"; } virtual bool is_c1() { return true; }; ! static BufferBlob* build_buffer_blob(); // Missing feature tests virtual bool supports_native() { return true; } virtual bool supports_osr () { return true; }

src/share/vm/c1/c1_Compiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File