mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8191860: Add perfData.inline.hpp
Reviewed-by: ehelin, pliden
This commit is contained in:
parent
5fd6905c94
commit
dbc915dcb9
12 changed files with 122 additions and 35 deletions
|
@ -26,6 +26,7 @@
|
|||
#define SHARE_VM_CLASSFILE_CLASSLOADER_HPP
|
||||
|
||||
#include "jimage.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "runtime/orderAccess.hpp"
|
||||
#include "runtime/perfData.hpp"
|
||||
#include "utilities/exceptions.hpp"
|
||||
|
@ -42,6 +43,7 @@
|
|||
class JImageFile;
|
||||
class ClassFileStream;
|
||||
class PackageEntry;
|
||||
template <typename T> class GrowableArray;
|
||||
|
||||
class ClassPathEntry : public CHeapObj<mtClass> {
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue