Skip to content

Commit 3dc266c

Browse files
committedAug 29, 2023
8315070: RISC-V: Clean up platform dependent inline headers
Reviewed-by: fyang, rehn
1 parent 25f5df2 commit 3dc266c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/hotspot/cpu/riscv/vtableStubs_riscv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2003, 2023, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2014, Red Hat Inc. All rights reserved.
4-
* Copyright (c) 2020, 2022, Huawei Technologies Co., Ltd. All rights reserved.
4+
* Copyright (c) 2020, 2023, Huawei Technologies Co., Ltd. All rights reserved.
55
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66
*
77
* This code is free software; you can redistribute it and/or modify it
@@ -25,8 +25,8 @@
2525
*/
2626

2727
#include "precompiled.hpp"
28+
#include "asm/assembler.inline.hpp"
2829
#include "asm/macroAssembler.inline.hpp"
29-
#include "assembler_riscv.inline.hpp"
3030
#include "code/vtableStubs.hpp"
3131
#include "interp_masm_riscv.hpp"
3232
#include "memory/resourceArea.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.