Skip to content

Commit 71eef26

Browse files
committed
Adjust whitespaces and included header files.
1 parent 86f7c0c commit 71eef26

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

src/hotspot/share/classfile/vmIntrinsics.cpp

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -22,20 +22,9 @@
2222
*
2323
*/
2424

25-
#include "precompiled.hpp"
26-
#include "jvm.h"
27-
#include "classfile/symbolTable.hpp"
2825
#include "classfile/vmIntrinsics.hpp"
2926
#include "classfile/vmSymbols.hpp"
3027
#include "compiler/compilerDirectives.hpp"
31-
#include "memory/allocation.inline.hpp"
32-
#include "memory/oopFactory.hpp"
33-
#include "memory/metaspaceClosure.hpp"
34-
#include "oops/oop.inline.hpp"
35-
#include "runtime/handles.inline.hpp"
36-
#include "utilities/tribool.hpp"
37-
#include "utilities/xmlstream.hpp"
38-
3928

4029
// These are flag-matching functions:
4130
inline bool match_F_R(jshort flags) {
@@ -859,4 +848,4 @@ void vmIntrinsics::verify_method(ID actual_id, Method* m) {
859848
tty->cr();
860849
}
861850
}
862-
#endif //PRODUCT
851+
#endif //PRODUCT

src/hotspot/share/classfile/vmIntrinsics.hpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,12 +25,6 @@
2525
#ifndef SHARE_CLASSFILE_VMINTRINSICS_HPP
2626
#define SHARE_CLASSFILE_VMINTRINSICS_HPP
2727

28-
#include "jfr/support/jfrIntrinsics.hpp"
29-
#include "jvmci/vmSymbols_jvmci.hpp"
30-
#include "memory/iterator.hpp"
31-
#include "oops/symbol.hpp"
32-
#include "utilities/macros.hpp"
33-
3428
// Here are all the intrinsics known to the runtime and the CI.
3529
// Each intrinsic consists of a public enum name (like _hashCode),
3630
// followed by a specification of its klass, name, and signature:
@@ -876,4 +870,4 @@
876870

877871
/*end*/
878872

879-
#endif // SHARE_CLASSFILE_VMINTRINSICS_HPP
873+
#endif // SHARE_CLASSFILE_VMINTRINSICS_HPP

0 commit comments

Comments
 (0)