src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp
changeset 53582 881c5fbeb849
parent 51467 12997ebbc0d8
child 54847 59ea39bb2809
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    33 #include "jfr/utilities/jfrTypes.hpp"
    33 #include "jfr/utilities/jfrTypes.hpp"
    34 #include "jfr/writers/jfrJavaEventWriter.hpp"
    34 #include "jfr/writers/jfrJavaEventWriter.hpp"
    35 #include "oops/instanceKlass.hpp"
    35 #include "oops/instanceKlass.hpp"
    36 #include "oops/oop.inline.hpp"
    36 #include "oops/oop.inline.hpp"
    37 #include "runtime/fieldDescriptor.inline.hpp"
    37 #include "runtime/fieldDescriptor.inline.hpp"
    38 #include "runtime/handles.hpp"
    38 #include "runtime/handles.inline.hpp"
    39 #include "runtime/jniHandles.inline.hpp"
    39 #include "runtime/jniHandles.inline.hpp"
    40 #include "runtime/thread.inline.hpp"
    40 #include "runtime/thread.inline.hpp"
    41 
    41 
    42 static int start_pos_offset = invalid_offset;
    42 static int start_pos_offset = invalid_offset;
    43 static int start_pos_address_offset = invalid_offset;
    43 static int start_pos_address_offset = invalid_offset;