traceTime.hpp revision 4141
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott/*
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott *
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * This code is free software; you can redistribute it and/or modify it
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * under the terms of the GNU General Public License version 2 only, as
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * published by the Free Software Foundation.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott *
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * This code is distributed in the hope that it will be useful, but WITHOUT
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * version 2 for more details (a copy is included in the LICENSE file that
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * accompanied this code).
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott *
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott * You should have received a copy of the GNU General Public License version
9e257788c96e27128e1ac9f7de72256f0da6b0fdKen Stubbings * 2 along with this work; if not, write to the Free Software Foundation,
9e257788c96e27128e1ac9f7de72256f0da6b0fdKen Stubbings * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9e257788c96e27128e1ac9f7de72256f0da6b0fdKen Stubbings *
9e257788c96e27128e1ac9f7de72256f0da6b0fdKen Stubbings * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9e257788c96e27128e1ac9f7de72256f0da6b0fdKen Stubbings * or visit www.oracle.com if you need additional information or have any
* questions.
*
*/
#ifndef SHARE_VM_TRACE_TRACETIME_HPP
#define SHARE_VM_TRACE_TRACETIME_HPP
#include "prims/jni.h"
typedef jlong TracingTime;
#endif