mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8232080: jlink plugins for vendor information and run-time options
Reviewed-by: ihse, alanb, kvn, bobv, mchung
This commit is contained in:
parent
72b3f81dd4
commit
d83df45396
33 changed files with 848 additions and 45 deletions
|
@ -411,6 +411,9 @@ class ClassLoader: AllStatic {
|
|||
static char* skip_uri_protocol(char* source);
|
||||
static void record_result(InstanceKlass* ik, const ClassFileStream* stream, TRAPS);
|
||||
#endif
|
||||
|
||||
static char* lookup_vm_options();
|
||||
|
||||
static JImageLocationRef jimage_find_resource(JImageFile* jf, const char* module_name,
|
||||
const char* file_name, jlong &size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue