hotspot/src/share/vm/prims/jvm.h
changeset 28737 ca4b6a6e5cc8
parent 28168 b9139c952329
child 28947 2ea471384931
equal deleted inserted replaced
28736:33ab13e70aa0 28737:ca4b6a6e5cc8
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   128 JNIEXPORT jlong JNICALL
   128 JNIEXPORT jlong JNICALL
   129 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored);
   129 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored);
   130 
   130 
   131 JNIEXPORT jlong JNICALL
   131 JNIEXPORT jlong JNICALL
   132 JVM_NanoTime(JNIEnv *env, jclass ignored);
   132 JVM_NanoTime(JNIEnv *env, jclass ignored);
       
   133 
       
   134 JNIEXPORT jlong JNICALL
       
   135 JVM_GetNanoTimeAdjustment(JNIEnv *env, jclass ignored, jlong offset_secs);
   133 
   136 
   134 JNIEXPORT void JNICALL
   137 JNIEXPORT void JNICALL
   135 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
   138 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
   136               jobject dst, jint dst_pos, jint length);
   139               jobject dst, jint dst_pos, jint length);
   137 
   140