hotspot/src/share/vm/classfile/moduleEntry.hpp
changeset 44326 6c59cca7ff07
parent 42647 d01f2abf2c65
child 44520 0553e129e0ec
child 46387 c46632622b17
--- a/hotspot/src/share/vm/classfile/moduleEntry.hpp	Thu Mar 16 16:34:34 2017 +0000
+++ b/hotspot/src/share/vm/classfile/moduleEntry.hpp	Wed Mar 22 16:26:09 2017 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, 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,8 +36,8 @@
 #include "utilities/ostream.hpp"
 
 #define UNNAMED_MODULE "Unnamed Module"
-#define JAVAPKG "java/"
-#define JAVAPKG_LEN 5
+#define JAVAPKG "java"
+#define JAVAPKG_LEN 4
 #define JAVA_BASE_NAME "java.base"
 
 class ModuleClosure;