< 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.
*** 71,78 **** --- 71,79 ---- static void set_path(jstring location, JavaThread* jt); 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(); + static void on_vm_error_report(outputStream* st); }; #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRREPOSITORY_HPP
< prev index next >