Makefile.in: Rebuilt.
* Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Added natVMSecurityManager, natResourceBundle. * java/util/ResourceBundle.java (Security): Removed. (getCallingClassLoader): Now native. * java/util/natResourceBundle.cc: New file. * java/lang/natVMSecurityManager.cc: New file. * java/lang/VMSecurityManager.java (getClassContext): Now native. From-SVN: r59840
This commit is contained in:
parent
67f1b90611
commit
76508852a0
8 changed files with 121 additions and 59 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* java.lang.SecurityManager: part of the Java Class Libraries project.
|
||||
* Copyright (C) 1998, 2001 Free Software Foundation
|
||||
* Copyright (C) 1998, 2001, 2002 Free Software Foundation
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
|
@ -43,11 +43,7 @@ class VMSecurityManager
|
|||
** @return an array containing all the methods on classes
|
||||
** on the Java execution stack.
|
||||
**/
|
||||
static Class[] getClassContext()
|
||||
{
|
||||
// FIXME: can't yet implement this for libgcj.
|
||||
return new Class[0];
|
||||
}
|
||||
static native Class[] getClassContext();
|
||||
|
||||
/** Get the current ClassLoader--the one nearest to the
|
||||
** top of the stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue