java.lang.String.
Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Definition in file jlString.c.
#include "arch.h"
#include "jvmcfg.h"
#include "classfile.h"
#include "jvm.h"
Go to the source code of this file.
Native implementation of object instance functions. | |
The object hash of this object is always passed as the first parameter. | |
jvm_object_hash | jlString_intern (jvm_object_hash objhashthis) |
JNI hook to intern(). | |
Functions | |
static void | jlString_c_dummy (void) |
Variables | |
static char * | jlString_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/jlString.c $ $Id: jlString.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." |
|
Definition at line 43 of file jlString.c. |
|
JNI hook to intern().
Definition at line 95 of file jlString.c. References jvm_object_hash_null. Referenced by Java_java_lang_String_intern(). |
|
Definition at line 43 of file jlString.c. |