< prev index next >

src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2012, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 67,76 **** --- 67,77 ---- bool initialize(); static void destroy(); 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); static jlong current_chunk_start_nanos(); };
< prev index next >