--- old/modules/jdk.packager/src/main/native/library/common/MacPlatform.h 2017-07-05 12:50:49.000000000 -0700 +++ new/modules/jdk.packager/src/main/native/library/common/MacPlatform.h 2017-07-05 12:50:49.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2015, Oracle and/or its affiliates. + * Copyright (c) 2014, 2017, Oracle and/or its affiliates. * All rights reserved. Use is subject to license terms. * * This file is available and licensed under the following license: @@ -47,6 +47,9 @@ private: bool UsePListForConfigFile(); +protected: + virtual const char* getTmpDirString(); + public: MacPlatform(void); virtual ~MacPlatform(void); @@ -68,7 +71,8 @@ virtual ISectionalPropertyContainer* GetConfigFile(TString FileName); virtual TString GetModuleFileName(); - + + virtual void reactivateAnotherInstance(); virtual bool IsMainThread(); virtual TPlatformNumber GetMemorySize();