thread_linux_zero.cpp revision 3864:f34d701e952e
155714Skris/*
255714Skris * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
355714Skris * Copyright 2009, 2010 Red Hat, Inc.
455714Skris * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
555714Skris *
655714Skris * This code is free software; you can redistribute it and/or modify it
755714Skris * under the terms of the GNU General Public License version 2 only, as
8296341Sdelphij * published by the Free Software Foundation.
955714Skris *
1055714Skris * This code is distributed in the hope that it will be useful, but WITHOUT
1155714Skris * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1255714Skris * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1355714Skris * version 2 for more details (a copy is included in the LICENSE file that
1455714Skris * accompanied this code).
15296341Sdelphij *
1655714Skris * You should have received a copy of the GNU General Public License version
1755714Skris * 2 along with this work; if not, write to the Free Software Foundation,
1855714Skris * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1955714Skris *
2055714Skris * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2155714Skris * or visit www.oracle.com if you need additional information or have any
22296341Sdelphij * questions.
2355714Skris *
2455714Skris */
2555714Skris
2655714Skris#include "precompiled.hpp"
2755714Skris#include "runtime/frame.inline.hpp"
2855714Skris#include "runtime/thread.inline.hpp"
2955714Skris
3055714Skrisvoid JavaThread::cache_global_variables() {
3155714Skris  // nothing to do
3255714Skris}
3355714Skris