src/java.base/windows/native/libjli/java_md.c
changeset 58280 ef8c8cf9256a
parent 54434 dad2c80ae0b2
child 59323 ae2eb76c486d
equal deleted inserted replaced
58279:448fe2bfd505 58280:ef8c8cf9256a
   801 #endif /* ENABLE_AWT_PRELOAD */
   801 #endif /* ENABLE_AWT_PRELOAD */
   802 
   802 
   803     return rslt;
   803     return rslt;
   804 }
   804 }
   805 
   805 
   806 /* Unix only, empty on windows. */
       
   807 void SetJavaLauncherPlatformProps() {}
       
   808 
       
   809 /*
   806 /*
   810  * The implementation for finding classes from the bootstrap
   807  * The implementation for finding classes from the bootstrap
   811  * class loader, refer to java.h
   808  * class loader, refer to java.h
   812  */
   809  */
   813 static FindClassFromBootLoader_t *findBootClass = NULL;
   810 static FindClassFromBootLoader_t *findBootClass = NULL;