src/hotspot/share/memory/metaspaceShared.cpp
changeset 53261 b7dca420fa0c
parent 52877 9e041366c764
child 53547 9d1a788dea3d
--- a/src/hotspot/share/memory/metaspaceShared.cpp	Fri Jan 11 13:34:57 2019 +0100
+++ b/src/hotspot/share/memory/metaspaceShared.cpp	Fri Jan 11 14:05:57 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2019, 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
@@ -1659,7 +1659,6 @@
     ResourceMark rm;
     char class_list_path_str[JVM_MAXPATHLEN];
     // Preload classes to be shared.
-    // Should use some os:: method rather than fopen() here. aB.
     const char* class_list_path;
     if (SharedClassListFile == NULL) {
       // Construct the path to the class list (in jre/lib)