OSDN Git Service

* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[pf3gnuchains/gcc-fork.git] / libjava / java / net / natURLClassLoader.cc
1 // natURLClassLoader.cc -- Native part of the URLClassLoader class.
2
3 /* Copyright (C) 2006 Free Software Foundation, Inc.
4
5    This file is part of libgcj.
6
7 This software is copyrighted work licensed under the terms of the
8 Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9 details.  */
10
11 #include <config.h>
12
13 #include <gcj/cni.h>
14 #include <jvm.h>
15
16 #include <java/net/URLClassLoader.h>
17
18 jboolean
19 java::net::URLClassLoader::runtimeInitialized ()
20 {
21   return gcj::runtimeInitialized;
22 }