--- old/src/hotspot/share/gc/shared/gcArguments.hpp 2017-11-06 12:09:11.741828985 +0100 +++ new/src/hotspot/share/gc/shared/gcArguments.hpp 2017-11-06 12:09:11.482833482 +0100 @@ -36,9 +36,9 @@ static bool gc_selected(); public: - static jint create_instance(); + static jint initialize(); static bool is_initialized(); - static GCArguments* instance(); + static GCArguments* arguments(); virtual void initialize_flags();