File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
src/hotspot/share/classfile Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 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
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:
4130inline 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
Original file line number Diff line number Diff line change 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
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:
876870
877871 /* end*/
878872
879- #endif // SHARE_CLASSFILE_VMINTRINSICS_HPP
873+ #endif // SHARE_CLASSFILE_VMINTRINSICS_HPP
You can’t perform that action at this time.
0 commit comments