src/share/vm/prims/jvmtiEnvBase.hpp

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 2330
684faacebf20
     1.1 --- a/src/share/vm/prims/jvmtiEnvBase.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/prims/jvmtiEnvBase.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -22,8 +22,19 @@
    1.11   *
    1.12   */
    1.13  
    1.14 -#ifndef _JAVA_JVMTIENVBASE_H_
    1.15 -#define _JAVA_JVMTIENVBASE_H_
    1.16 +#ifndef SHARE_VM_PRIMS_JVMTIENVBASE_HPP
    1.17 +#define SHARE_VM_PRIMS_JVMTIENVBASE_HPP
    1.18 +
    1.19 +#include "classfile/classLoader.hpp"
    1.20 +#include "prims/jvmtiEnvThreadState.hpp"
    1.21 +#include "prims/jvmtiEventController.hpp"
    1.22 +#include "prims/jvmtiThreadState.hpp"
    1.23 +#include "runtime/fieldDescriptor.hpp"
    1.24 +#include "runtime/frame.hpp"
    1.25 +#include "runtime/handles.inline.hpp"
    1.26 +#include "runtime/thread.hpp"
    1.27 +#include "runtime/vm_operations.hpp"
    1.28 +#include "utilities/growableArray.hpp"
    1.29  
    1.30  //
    1.31  // Forward Declarations
    1.32 @@ -597,4 +608,4 @@
    1.33    jvmtiError error() { return _error;}
    1.34  };
    1.35  
    1.36 -#endif   /* _JAVA_JVMTIENVBASE_H_ */
    1.37 +#endif // SHARE_VM_PRIMS_JVMTIENVBASE_HPP

mercurial