src/share/vm/prims/jvm.h

changeset 866
a45484ea312d
parent 670
9c2ecc2ffb12
child 1313
abe076e3636f
     1.1 --- a/src/share/vm/prims/jvm.h	Wed Nov 12 11:01:31 2008 -0800
     1.2 +++ b/src/share/vm/prims/jvm.h	Wed Nov 12 22:33:26 2008 -0800
     1.3 @@ -422,6 +422,14 @@
     1.4                            const jbyte *buf, jsize len, jobject pd,
     1.5                            const char *source);
     1.6  
     1.7 +/* Define a class with a source (MLVM) */
     1.8 +JNIEXPORT jclass JNICALL
     1.9 +JVM_DefineClassWithCP(JNIEnv *env, const char *name, jobject loader,
    1.10 +                      const jbyte *buf, jsize len, jobject pd,
    1.11 +                      const char *source,
    1.12 +                      // same args as JVM_DefineClassWithSource to this point
    1.13 +                      jobjectArray constants);
    1.14 +
    1.15  /*
    1.16   * Reflection support functions
    1.17   */

mercurial