1 /* Copyright (C) 2002 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 // Written by Tom Tromey <tromey@redhat.com>
15 #include <java-stack.h>
17 #include <java/lang/VMSecurityManager.h>
18 #include <java/lang/SecurityManager.h>
19 #include <java/lang/ClassLoader.h>
20 #include <java/lang/Class.h>
23 java::lang::VMSecurityManager::getClassContext ()
25 JArray<jclass> *result =
26 _Jv_StackTrace::GetClassContext (&SecurityManager::class$);