mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8153646: Move vm/utilities/array.hpp to vm/oops
Move the header file and update the appropriate #include statements. Reviewed-by: sspitsyn, dholmes
This commit is contained in:
parent
4dc55a6593
commit
ca7bc471dd
16 changed files with 28 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -25,9 +25,9 @@
|
|||
#ifndef SHARE_VM_OOPS_ANNOTATIONS_HPP
|
||||
#define SHARE_VM_OOPS_ANNOTATIONS_HPP
|
||||
|
||||
#include "oops/array.hpp"
|
||||
#include "oops/metadata.hpp"
|
||||
#include "runtime/handles.hpp"
|
||||
#include "utilities/array.hpp"
|
||||
#include "utilities/exceptions.hpp"
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue