vm_version_linux_zero.cpp revision 1879:f95d63e2154a
1169691Skan/*
2169691Skan * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
3169691Skan * Copyright 2009 Red Hat, Inc.
4169691Skan * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5169691Skan *
6169691Skan * This code is free software; you can redistribute it and/or modify it
7169691Skan * under the terms of the GNU General Public License version 2 only, as
8169691Skan * published by the Free Software Foundation.
9169691Skan *
10169691Skan * This code is distributed in the hope that it will be useful, but WITHOUT
11169691Skan * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12169691Skan * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
13169691Skan * version 2 for more details (a copy is included in the LICENSE file that
14169691Skan * accompanied this code).
15169691Skan *
16169691Skan * You should have received a copy of the GNU General Public License version
17169691Skan * 2 along with this work; if not, write to the Free Software Foundation,
18169691Skan * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19169691Skan *
20169691Skan * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21169691Skan * or visit www.oracle.com if you need additional information or have any
22169691Skan * questions.
23169691Skan *
24169691Skan */
25169691Skan
26169691Skan#include "precompiled.hpp"
27169691Skan#include "runtime/os.hpp"
28169691Skan#include "vm_version_zero.hpp"
29169691Skan
30169691Skan// This file is intentionally empty
31169691Skan