src/java.base/macosx/native/libjli/java_md_macosx.m
changeset 58280 ef8c8cf9256a
parent 53941 f9302cf718c9
child 58307 aebc7040a250
child 59323 ae2eb76c486d
equal deleted inserted replaced
58279:448fe2bfd505 58280:ef8c8cf9256a
   755 
   755 
   756     pthread_attr_destroy(&attr);
   756     pthread_attr_destroy(&attr);
   757     return rslt;
   757     return rslt;
   758 }
   758 }
   759 
   759 
   760 void SetJavaLauncherPlatformProps() {
       
   761    /* Linux only */
       
   762 }
       
   763 
       
   764 static JavaVM* jvmInstance = NULL;
   760 static JavaVM* jvmInstance = NULL;
   765 static jboolean sameThread = JNI_FALSE; /* start VM in current thread */
   761 static jboolean sameThread = JNI_FALSE; /* start VM in current thread */
   766 
   762 
   767 /*
   763 /*
   768  * Note there is a callback on this function from the splashscreen logic,
   764  * Note there is a callback on this function from the splashscreen logic,