hotspot/src/share/vm/prims/jni.cpp
changeset 29081 c61eb4914428
parent 27685 26a697375de3
child 30143 7e99f2b4bae5
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012 Red Hat, Inc.
     3  * Copyright (c) 2012 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    40 #include "oops/instanceKlass.hpp"
    40 #include "oops/instanceKlass.hpp"
    41 #include "oops/instanceOop.hpp"
    41 #include "oops/instanceOop.hpp"
    42 #include "oops/markOop.hpp"
    42 #include "oops/markOop.hpp"
    43 #include "oops/method.hpp"
    43 #include "oops/method.hpp"
    44 #include "oops/objArrayKlass.hpp"
    44 #include "oops/objArrayKlass.hpp"
    45 #include "oops/objArrayOop.hpp"
    45 #include "oops/objArrayOop.inline.hpp"
    46 #include "oops/oop.inline.hpp"
    46 #include "oops/oop.inline.hpp"
    47 #include "oops/symbol.hpp"
    47 #include "oops/symbol.hpp"
    48 #include "oops/typeArrayKlass.hpp"
    48 #include "oops/typeArrayKlass.hpp"
    49 #include "oops/typeArrayOop.hpp"
    49 #include "oops/typeArrayOop.hpp"
    50 #include "prims/jni.h"
    50 #include "prims/jni.h"