8215731: Move forward class definitions out of globalDefinitions.hpp

Redistribute the forward declarations to the header files that need them.

Reviewed-by: dholmes, lfoltan
This commit is contained in:
Coleen Phillimore 2019-01-04 15:06:01 -05:00
parent 346018251f
commit 1509c1ffe1
39 changed files with 108 additions and 122 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2019, 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
@ -28,6 +28,10 @@
#include "code/location.hpp"
#include "runtime/handles.hpp"
class BasicLock;
class RegisterMap;
class ScopeValue;
class StackValue : public ResourceObj {
private:
BasicType _type;