src/share/vm/prims/jvm.h

changeset 9562
dee6a1ce4a0c
parent 7322
4cb90023bf2b
child 9572
624a0741915c
child 9864
f066260954ae
equal deleted inserted replaced
9561:5b36a9b6bbb5 9562:dee6a1ce4a0c
1 /* 1 /*
2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2018, 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.
141 /* 141 /*
142 * java.io.File 142 * java.io.File
143 */ 143 */
144 JNIEXPORT void JNICALL 144 JNIEXPORT void JNICALL
145 JVM_OnExit(void (*func)(void)); 145 JVM_OnExit(void (*func)(void));
146
147 /*
148 * java.nio.Bits
149 */
150 JNIEXPORT void JNICALL
151 JVM_CopySwapMemory(JNIEnv *env, jobject srcObj, jlong srcOffset,
152 jobject dstObj, jlong dstOffset, jlong size,
153 jlong elemSize);
146 154
147 /* 155 /*
148 * java.lang.Runtime 156 * java.lang.Runtime
149 */ 157 */
150 JNIEXPORT void JNICALL 158 JNIEXPORT void JNICALL

mercurial