aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/startup_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/startup_options.h')
-rw-r--r--src/main/cpp/startup_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/cpp/startup_options.h b/src/main/cpp/startup_options.h
index 84079f1b3f..3998195545 100644
--- a/src/main/cpp/startup_options.h
+++ b/src/main/cpp/startup_options.h
@@ -266,6 +266,9 @@ class StartupOptions {
// from a blazerc file, if a key is not present, it is the default.
std::map<std::string, std::string> option_sources;
+ // Returns the embedded JDK, or an empty string.
+ std::string GetEmbeddedJavabase();
+
// Returns the GetHostJavabase. This should be called after parsing
// the --host_javabase option.
std::string GetHostJavabase();