diff -r 16609197022c -r dfa02b3f728c src/hotspot/share/memory/filemap.hpp --- a/src/hotspot/share/memory/filemap.hpp Fri Nov 16 23:39:51 2018 +0100 +++ b/src/hotspot/share/memory/filemap.hpp Fri Nov 16 16:10:25 2018 -0800 @@ -151,6 +151,7 @@ bool _verify_remote; // BytecodeVerificationRemote setting bool _has_platform_or_app_classes; // Archive contains app classes size_t _shared_base_address; // SharedBaseAddress used at dump time + bool _allow_archiving_with_java_agent; // setting of the AllowArchivingWithJavaAgent option void set_has_platform_or_app_classes(bool v) { _has_platform_or_app_classes = v;