comparison src/share/vm/prims/jvm.h @ 11099:ba9dacff9c9d

8014399: Remove JVM_SetProtectionDomain from hotspot Summary: JVM_SetProtectionDomain has been deprecated since 1.5 and is being removed Reviewed-by: coleenp, hseigel Contributed-by: eric.mccorkle@oracle.com
author hseigel
date Mon, 08 Jul 2013 19:36:22 -0400
parents 1916ca1dec2f
children e636d62005c3 615d83933195 bdd155477289
comparison
equal deleted inserted replaced
11094:cc5b7915104e 11099:ba9dacff9c9d
468 JNIEXPORT void JNICALL 468 JNIEXPORT void JNICALL
469 JVM_SetClassSigners(JNIEnv *env, jclass cls, jobjectArray signers); 469 JVM_SetClassSigners(JNIEnv *env, jclass cls, jobjectArray signers);
470 470
471 JNIEXPORT jobject JNICALL 471 JNIEXPORT jobject JNICALL
472 JVM_GetProtectionDomain(JNIEnv *env, jclass cls); 472 JVM_GetProtectionDomain(JNIEnv *env, jclass cls);
473
474 JNIEXPORT void JNICALL
475 JVM_SetProtectionDomain(JNIEnv *env, jclass cls, jobject protection_domain);
476 473
477 JNIEXPORT jboolean JNICALL 474 JNIEXPORT jboolean JNICALL
478 JVM_IsArrayClass(JNIEnv *env, jclass cls); 475 JVM_IsArrayClass(JNIEnv *env, jclass cls);
479 476
480 JNIEXPORT jboolean JNICALL 477 JNIEXPORT jboolean JNICALL