This commit is contained in:
Jesper Wilhelmsson 2016-12-08 15:49:29 +01:00
commit 5597cd6698
223 changed files with 3109 additions and 1504 deletions

View file

@ -38,6 +38,7 @@
#define UNNAMED_MODULE "Unnamed Module"
#define JAVAPKG "java/"
#define JAVAPKG_LEN 5
#define JAVA_BASE_NAME "java.base"
class ModuleClosure;
@ -102,6 +103,7 @@ public:
Symbol* location() const { return _location; }
void set_location(Symbol* location);
bool is_non_jdk_module();
bool can_read(ModuleEntry* m) const;
bool has_reads() const;