OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [natVMAccessController.cc] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

// natVMAccessController.cc -- Native part of the VMAccessController class.
 
/* Copyright (C) 2006 Free Software Foundation, Inc.
 
   This file is part of libgcj.
 
This software is copyrighted work licensed under the terms of the
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
details.  */
 
#include <config.h>
 
#include <gcj/cni.h>
#include <jvm.h>
#include <java-stack.h>
 
#include <java/security/VMAccessController.h>
 
jobjectArray
java::security::VMAccessController::getStack ()
{
  return _Jv_StackTrace::GetAccessControlStack ();
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.