src/hotspot/share/classfile/modules.cpp
changeset 49192 6734eeef4283
parent 47765 b7c7428eaab9
child 49348 fde3feaaa4ed
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2 * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 *
     4 *
     5 * This code is free software; you can redistribute it and/or modify it
     5 * This code is free software; you can redistribute it and/or modify it
     6 * under the terms of the GNU General Public License version 2 only, as
     6 * under the terms of the GNU General Public License version 2 only, as
     7 * published by the Free Software Foundation.
     7 * published by the Free Software Foundation.
    42 #include "memory/resourceArea.hpp"
    42 #include "memory/resourceArea.hpp"
    43 #include "oops/instanceKlass.hpp"
    43 #include "oops/instanceKlass.hpp"
    44 #include "runtime/arguments.hpp"
    44 #include "runtime/arguments.hpp"
    45 #include "runtime/handles.inline.hpp"
    45 #include "runtime/handles.inline.hpp"
    46 #include "runtime/javaCalls.hpp"
    46 #include "runtime/javaCalls.hpp"
       
    47 #include "runtime/jniHandles.inline.hpp"
    47 #include "runtime/reflection.hpp"
    48 #include "runtime/reflection.hpp"
    48 #include "utilities/stringUtils.hpp"
    49 #include "utilities/stringUtils.hpp"
    49 #include "utilities/utf8.hpp"
    50 #include "utilities/utf8.hpp"
    50 
    51 
    51 static bool verify_module_name(const char *module_name) {
    52 static bool verify_module_name(const char *module_name) {