提交 4610a709 编写于 作者: A alanb

8011373: Property java.runtime.profile should be removed (left-over code)

Reviewed-by: lancea, dholmes
上级 de16f0c3
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册