Skip to content

Commit 17202c8

Browse files
committedApr 7, 2021
8264748: Do not include arguments.hpp from compilerDefinitions.hpp
Reviewed-by: gziemski, stefank
1 parent c3abdc9 commit 17202c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+26
-43
lines changed
 

‎src/hotspot/cpu/x86/templateInterpreterGenerator_x86.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#include "oops/oop.inline.hpp"
4141
#include "prims/jvmtiExport.hpp"
4242
#include "prims/jvmtiThreadState.hpp"
43-
#include "runtime/arguments.hpp"
4443
#include "runtime/deoptimization.hpp"
4544
#include "runtime/frame.inline.hpp"
4645
#include "runtime/jniHandles.hpp"

‎src/hotspot/cpu/x86/templateInterpreterGenerator_x86_64.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2021, 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
@@ -29,7 +29,6 @@
2929
#include "interpreter/interpreter.hpp"
3030
#include "interpreter/interpreterRuntime.hpp"
3131
#include "interpreter/templateInterpreterGenerator.hpp"
32-
#include "runtime/arguments.hpp"
3332
#include "runtime/sharedRuntime.hpp"
3433
#include "runtime/stubRoutines.hpp"
3534

0 commit comments

Comments
 (0)
Please sign in to comment.