src/hotspot/share/prims/privilegedStack.cpp
changeset 49480 d7df2dd501ce
parent 47216 71c04702a3d5
child 49619 78c21c351b90
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2018, 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.
    26 #include "memory/allocation.inline.hpp"
    26 #include "memory/allocation.inline.hpp"
    27 #include "oops/instanceKlass.hpp"
    27 #include "oops/instanceKlass.hpp"
    28 #include "oops/method.hpp"
    28 #include "oops/method.hpp"
    29 #include "oops/oop.inline.hpp"
    29 #include "oops/oop.inline.hpp"
    30 #include "prims/privilegedStack.hpp"
    30 #include "prims/privilegedStack.hpp"
    31 #include "runtime/vframe.hpp"
    31 #include "runtime/vframe.inline.hpp"
    32 
    32 
    33 void PrivilegedElement::initialize(vframeStream* vfst, oop context, PrivilegedElement* next, TRAPS) {
    33 void PrivilegedElement::initialize(vframeStream* vfst, oop context, PrivilegedElement* next, TRAPS) {
    34   Method* method        = vfst->method();
    34   Method* method        = vfst->method();
    35   _klass                = method->method_holder();
    35   _klass                = method->method_holder();
    36   _privileged_context   = context;
    36   _privileged_context   = context;