8011373: Property java.runtime.profile should be removed (left-over code)
Reviewed-by: lancea, dholmes
This commit is contained in:
parent
84e09062c0
commit
963ad66352
@ -52,8 +52,6 @@ public class Version {
|
||||
System.setProperty("java.version", java_version);
|
||||
System.setProperty("java.runtime.version", java_runtime_version);
|
||||
System.setProperty("java.runtime.name", java_runtime_name);
|
||||
if (java_profile_name.length() > 0)
|
||||
System.setProperty("java.runtime.profile", java_profile_name);
|
||||
}
|
||||
|
||||
private static boolean versionsInitialized = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user