hotspot/src/share/vm/prims/jvm.h
changeset 26412 80741eb33ba2
parent 24242 73337a12595a
child 27004 816e24da988b
equal deleted inserted replaced
26408:d6defe172e25 26412:80741eb33ba2
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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.
   480 JNIEXPORT jboolean JNICALL
   480 JNIEXPORT jboolean JNICALL
   481 JVM_IsArrayClass(JNIEnv *env, jclass cls);
   481 JVM_IsArrayClass(JNIEnv *env, jclass cls);
   482 
   482 
   483 JNIEXPORT jboolean JNICALL
   483 JNIEXPORT jboolean JNICALL
   484 JVM_IsPrimitiveClass(JNIEnv *env, jclass cls);
   484 JVM_IsPrimitiveClass(JNIEnv *env, jclass cls);
   485 
       
   486 JNIEXPORT jclass JNICALL
       
   487 JVM_GetComponentType(JNIEnv *env, jclass cls);
       
   488 
   485 
   489 JNIEXPORT jint JNICALL
   486 JNIEXPORT jint JNICALL
   490 JVM_GetClassModifiers(JNIEnv *env, jclass cls);
   487 JVM_GetClassModifiers(JNIEnv *env, jclass cls);
   491 
   488 
   492 JNIEXPORT jobjectArray JNICALL
   489 JNIEXPORT jobjectArray JNICALL