hotspot/src/share/vm/prims/jvm.h
changeset 26412 80741eb33ba2
parent 24242 73337a12595a
child 27004 816e24da988b
--- a/hotspot/src/share/vm/prims/jvm.h	Wed Aug 27 10:42:28 2014 -0700
+++ b/hotspot/src/share/vm/prims/jvm.h	Thu Aug 28 11:29:09 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -483,9 +483,6 @@
 JNIEXPORT jboolean JNICALL
 JVM_IsPrimitiveClass(JNIEnv *env, jclass cls);
 
-JNIEXPORT jclass JNICALL
-JVM_GetComponentType(JNIEnv *env, jclass cls);
-
 JNIEXPORT jint JNICALL
 JVM_GetClassModifiers(JNIEnv *env, jclass cls);