jdk/src/java.base/share/native/include/jvm.h
changeset 28765 8878e8455f2a
parent 28246 c9ebe8cf5b40
child 30341 a026e34714ed
equal deleted inserted replaced
28764:cdd5e4c034de 28765:8878e8455f2a
     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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   101 JNIEXPORT jlong JNICALL
   101 JNIEXPORT jlong JNICALL
   102 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored);
   102 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored);
   103 
   103 
   104 JNIEXPORT jlong JNICALL
   104 JNIEXPORT jlong JNICALL
   105 JVM_NanoTime(JNIEnv *env, jclass ignored);
   105 JVM_NanoTime(JNIEnv *env, jclass ignored);
       
   106 
       
   107 JNIEXPORT jlong JNICALL
       
   108 JVM_GetNanoTimeAdjustment(JNIEnv *env, jclass ignored, jlong offset_secs);
   106 
   109 
   107 JNIEXPORT void JNICALL
   110 JNIEXPORT void JNICALL
   108 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
   111 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
   109               jobject dst, jint dst_pos, jint length);
   112               jobject dst, jint dst_pos, jint length);
   110 
   113