From 8457a4ae3c017961686ec29edc856b8c165b271e Mon Sep 17 00:00:00 2001 From: tromey Date: Fri, 9 Jun 2006 21:33:32 +0000 Subject: * java/lang/Class.java (getClassLoaderInternal): Now native. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114523 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/lang/Class.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libjava/java') diff --git a/libjava/java/lang/Class.java b/libjava/java/lang/Class.java index 7c3eced4c71..b462465c2ed 100644 --- a/libjava/java/lang/Class.java +++ b/libjava/java/lang/Class.java @@ -1,5 +1,5 @@ /* Class.java -- Representation of a Java class. - Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 + Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation This file is part of GNU Classpath. @@ -203,10 +203,7 @@ public final class Class implements Type, GenericDeclaration, Serializable * Internal method that circumvents the usual security checks when * getting the class loader. */ - private ClassLoader getClassLoaderInternal () - { - return loader; - } + private native ClassLoader getClassLoaderInternal (); /** * If this is an array, get the Class representing the type of array. -- cgit v1.2.3