sla@7107: /* sla@7107: * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. sla@7107: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. sla@7107: * sla@7107: * This code is free software; you can redistribute it and/or modify it sla@7107: * under the terms of the GNU General Public License version 2 only, as sla@7107: * published by the Free Software Foundation. sla@7107: * sla@7107: * This code is distributed in the hope that it will be useful, but WITHOUT sla@7107: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or sla@7107: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License sla@7107: * version 2 for more details (a copy is included in the LICENSE file that sla@7107: * accompanied this code). sla@7107: * sla@7107: * You should have received a copy of the GNU General Public License version sla@7107: * 2 along with this work; if not, write to the Free Software Foundation, sla@7107: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. sla@7107: * sla@7107: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA sla@7107: * or visit www.oracle.com if you need additional information or have any sla@7107: * questions. sla@7107: * sla@7107: */ sla@7107: sla@7107: #ifndef SHARE_VM_RUNTIME_THREAD_EXT_HPP sla@7107: #define SHARE_VM_RUNTIME_THREAD_EXT_HPP sla@7107: sla@7107: #include "memory/allocation.hpp" sla@7107: sla@7107: class ThreadExt VALUE_OBJ_CLASS_SPEC { sla@7107: public: sla@7107: void print_on(outputStream* st) const {}; sla@7107: }; sla@7107: sla@7107: #endif // SHARE_VM_RUNTIME_THREAD_EXT_HPP