src/hotspot/share/utilities/exceptions.hpp
changeset 53149 259c36ef27df
parent 52067 2e72562697bf
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    50 
    50 
    51 class Thread;
    51 class Thread;
    52 class Handle;
    52 class Handle;
    53 class Symbol;
    53 class Symbol;
    54 class JavaCallArguments;
    54 class JavaCallArguments;
       
    55 class methodHandle;
    55 
    56 
    56 // The ThreadShadow class is a helper class to access the _pending_exception
    57 // The ThreadShadow class is a helper class to access the _pending_exception
    57 // field of the Thread class w/o having access to the Thread's interface (for
    58 // field of the Thread class w/o having access to the Thread's interface (for
    58 // include hierachy reasons).
    59 // include hierachy reasons).
    59 
    60