--- old/src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp 2020-02-11 22:39:53.897674700 +0900 +++ new/src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp 2020-02-11 22:39:53.165788900 +0900 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -69,6 +69,7 @@ public: static void set_path(jstring location, JavaThread* jt); + static const char* path(); static void set_chunk_path(jstring path, JavaThread* jt); static void mark_chunk_final(); static void flush(JavaThread* jt);