thread_linux_zero.cpp revision 1601:126ea7725993
148391Speter/*
248391Speter * Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
348391Speter * Copyright 2009 Red Hat, Inc.
448391Speter * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
548391Speter *
648391Speter * This code is free software; you can redistribute it and/or modify it
748391Speter * under the terms of the GNU General Public License version 2 only, as
848391Speter * published by the Free Software Foundation.
948391Speter *
1048391Speter * This code is distributed in the hope that it will be useful, but WITHOUT
1148391Speter * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1248391Speter * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1348391Speter * version 2 for more details (a copy is included in the LICENSE file that
1448391Speter * accompanied this code).
1548391Speter *
1648391Speter * You should have received a copy of the GNU General Public License version
1748391Speter * 2 along with this work; if not, write to the Free Software Foundation,
1848391Speter * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1948391Speter *
2048391Speter * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2148391Speter * or visit www.oracle.com if you need additional information or have any
2248391Speter * questions.
2348391Speter *
2448391Speter */
2548391Speter
2648391Speter// This file is intentionally empty
2748391Speter
2848391Spetervoid JavaThread::cache_global_variables() { }
2948391Speter