compilation errors fixed
[official-gcc.git] / libjava / java / security / natVMAccessController.cc
blob9a0ae489e808d4793bd16c35aaea7a3131034617
1 // natVMAccessController.cc -- Native part of the VMAccessController class.
3 /* Copyright (C) 2006 Free Software Foundation, Inc.
5 This file is part of libgcj.
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 details. */
11 #include <config.h>
13 #include <gcj/cni.h>
14 #include <jvm.h>
15 #include <java-stack.h>
17 #include <java/security/VMAccessController.h>
19 jobjectArray
20 java::security::VMAccessController::getStack ()
22 return _Jv_StackTrace::GetAccessControlStack ();