jdk/src/java.base/unix/native/libjli/java_md_solinux.c
changeset 27938 7f7f8bf64dd7
parent 25859 3317bb8137f4
child 28059 e576535359cc
--- a/jdk/src/java.base/unix/native/libjli/java_md_solinux.c	Sun Dec 07 07:10:29 2014 +0000
+++ b/jdk/src/java.base/unix/native/libjli/java_md_solinux.c	Mon Nov 10 08:43:27 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -36,7 +36,6 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include "manifest_info.h"
-#include "version_comp.h"
 
 
 #define JVM_DLL "libjvm.so"
@@ -100,10 +99,6 @@
  *  (incoming argv)
  *  |
  * \|/
- * SelectVersion
- * (selects the JRE version, note: not data model)
- *  |
- * \|/
  * CreateExecutionEnvironment
  * (determines desired data model)
  *  |