src/java.base/share/native/libjli/java.h
changeset 50453 f91927a2c8d3
parent 49440 396ea30afbd5
child 53941 f9302cf718c9
child 56721 01b558efd286
--- a/src/java.base/share/native/libjli/java.h	Thu Jun 07 23:30:05 2018 +0200
+++ b/src/java.base/share/native/libjli/java.h	Thu Jun 07 16:06:49 2018 -0700
@@ -230,11 +230,12 @@
     LM_UNKNOWN = 0,
     LM_CLASS,
     LM_JAR,
-    LM_MODULE
+    LM_MODULE,
+    LM_SOURCE
 };
 
 static const char *launchModeNames[]
-    = { "Unknown", "Main class", "JAR file", "Module" };
+    = { "Unknown", "Main class", "JAR file", "Module", "Source" };
 
 typedef struct {
     int    argc;