hotspot/src/share/vm/runtime/vmThread.cpp
changeset 24424 2658d7834c6e
parent 24331 c0bc7e5653fb
child 27164 6523fa019ffa
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2014, 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.
    37 #include "services/runtimeService.hpp"
    37 #include "services/runtimeService.hpp"
    38 #include "trace/tracing.hpp"
    38 #include "trace/tracing.hpp"
    39 #include "utilities/dtrace.hpp"
    39 #include "utilities/dtrace.hpp"
    40 #include "utilities/events.hpp"
    40 #include "utilities/events.hpp"
    41 #include "utilities/xmlstream.hpp"
    41 #include "utilities/xmlstream.hpp"
       
    42 
       
    43 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
    42 
    44 
    43 // Dummy VM operation to act as first element in our circular double-linked list
    45 // Dummy VM operation to act as first element in our circular double-linked list
    44 class VM_Dummy: public VM_Operation {
    46 class VM_Dummy: public VM_Operation {
    45   VMOp_Type type() const { return VMOp_Dummy; }
    47   VMOp_Type type() const { return VMOp_Dummy; }
    46   void  doit() {};
    48   void  doit() {};