--- old/src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp 2020-03-03 14:59:29.666050800 +0900 +++ new/src/hotspot/share/jfr/recorder/repository/jfrRepository.hpp 2020-03-03 14:59:29.358753700 +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 @@ -73,6 +73,7 @@ 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