src/hotspot/share/prims/jni.cpp
author stefank
Tue, 26 Nov 2019 10:47:46 +0100
changeset 59290 97d13893ec3c
parent 59252 623722a6aeb9
permissions -rw-r--r--
8234748: Clean up atomic and orderAccess includes Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
53193
184c51e48260 8216262: Remove develop flag DelayCompilationDuringStartup
redestad
parents: 53060
diff changeset
     2
 * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
13958
f5598a86c223 7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field.
coleenp
parents: 13952
diff changeset
     3
 * Copyright (c) 2012 Red Hat, Inc.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    19
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    20
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    21
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    22
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    25
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    26
#include "precompiled.hpp"
47659
a8e9aff89f7b 8189608: Remove duplicated jni.h
ihse
parents: 47634
diff changeset
    27
#include "jni.h"
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
    28
#include "jvm.h"
14477
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14391
diff changeset
    29
#include "ci/ciReplay.hpp"
13087
673ea6efaf18 7158800: Improve storage of symbol tables
coleenp
parents: 12939
diff changeset
    30
#include "classfile/altHashing.hpp"
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
    31
#include "classfile/classFileStream.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    32
#include "classfile/classLoader.hpp"
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
    33
#include "classfile/javaClasses.hpp"
35498
392b50de06c6 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz
parents: 35219
diff changeset
    34
#include "classfile/javaClasses.inline.hpp"
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
    35
#include "classfile/modules.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    36
#include "classfile/symbolTable.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    37
#include "classfile/systemDictionary.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    38
#include "classfile/vmSymbols.hpp"
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
    39
#include "gc/shared/gcLocker.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    40
#include "interpreter/linkResolver.hpp"
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
    41
#include "jfr/jfrEvents.hpp"
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
    42
#include "jfr/support/jfrThreadId.hpp"
49982
9042ffe5b7fe 8200729: Conditional compilation of GCs
stefank
parents: 49669
diff changeset
    43
#include "logging/log.hpp"
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 13087
diff changeset
    44
#include "memory/allocation.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    45
#include "memory/allocation.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    46
#include "memory/oopFactory.hpp"
37248
11a660dbbb8e 8132524: Missing includes to resourceArea.hpp
jprovino
parents: 37179
diff changeset
    47
#include "memory/resourceArea.hpp"
49359
59f6547e151f 8199264: Remove universe.inline.hpp to simplify include dependencies
stefank
parents: 49192
diff changeset
    48
#include "memory/universe.hpp"
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47796
diff changeset
    49
#include "oops/access.inline.hpp"
49041
44122f767467 8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
eosterlund
parents: 49036
diff changeset
    50
#include "oops/arrayOop.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    51
#include "oops/instanceKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    52
#include "oops/instanceOop.hpp"
57811
947252a54b98 8229838: Rename markOop files to markWord
stefank
parents: 57699
diff changeset
    53
#include "oops/markWord.hpp"
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
    54
#include "oops/method.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    55
#include "oops/objArrayKlass.hpp"
29081
c61eb4914428 8072911: Remove includes of oop.inline.hpp from .hpp files
stefank
parents: 27685
diff changeset
    56
#include "oops/objArrayOop.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    57
#include "oops/oop.inline.hpp"
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
    58
#include "oops/symbol.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    59
#include "oops/typeArrayKlass.hpp"
49036
bc92debe57e4 8197999: Accessors in typeArrayOopDesc should use new Access API
rkennke
parents: 48819
diff changeset
    60
#include "oops/typeArrayOop.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    61
#include "prims/jniCheck.hpp"
11480
1bf714e8adb4 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
phh
parents: 11247
diff changeset
    62
#include "prims/jniExport.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    63
#include "prims/jniFastGetField.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    64
#include "prims/jvm_misc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    65
#include "prims/jvmtiExport.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    66
#include "prims/jvmtiThreadState.hpp"
40655
9f644073d3a0 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
dholmes
parents: 38704
diff changeset
    67
#include "runtime/atomic.hpp"
51467
12997ebbc0d8 8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
iklam
parents: 50601
diff changeset
    68
#include "runtime/fieldDescriptor.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    69
#include "runtime/handles.inline.hpp"
49449
ef5d5d343e2a 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
coleenp
parents: 49362
diff changeset
    70
#include "runtime/interfaceSupport.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    71
#include "runtime/java.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    72
#include "runtime/javaCalls.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    73
#include "runtime/jfieldIDWorkaround.hpp"
49192
6734eeef4283 8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
kbarrett
parents: 49041
diff changeset
    74
#include "runtime/jniHandles.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    75
#include "runtime/reflection.hpp"
49594
898ef81cbc0e 8200106: Move NoSafepointVerifier out from gcLocker.hpp
stefank
parents: 49466
diff changeset
    76
#include "runtime/safepointVerifiers.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    77
#include "runtime/sharedRuntime.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    78
#include "runtime/signature.hpp"
14583
d70ee55535f4 8003935: Simplify the needed includes for using Thread::current()
stefank
parents: 14490
diff changeset
    79
#include "runtime/thread.inline.hpp"
52877
9e041366c764 8214850: Rename vm_operations.?pp files to vmOperations.?pp files
tschatzl
parents: 52396
diff changeset
    80
#include "runtime/vmOperations.hpp"
25946
1572c9f03fb9 8046598: Scalable Native memory tracking development
zgu
parents: 25633
diff changeset
    81
#include "services/memTracker.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    82
#include "services/runtimeService.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    83
#include "utilities/defaultStream.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    84
#include "utilities/dtrace.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    85
#include "utilities/events.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    86
#include "utilities/histogram.hpp"
27684
e0391b2bf625 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
stefank
parents: 27679
diff changeset
    87
#include "utilities/macros.hpp"
46589
f1c04490ded1 8182848: Some functions misplaced in debug.hpp
coleenp
parents: 46431
diff changeset
    88
#include "utilities/vmError.hpp"
58545
725244418646 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
xliu
parents: 58273
diff changeset
    89
#if INCLUDE_JVMCI
725244418646 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
xliu
parents: 58273
diff changeset
    90
#include "jvmci/jvmciCompiler.hpp"
725244418646 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
xliu
parents: 58273
diff changeset
    91
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
47613
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
    93
static jint CurrentVersion = JNI_VERSION_10;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
30143
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
    95
#ifdef _WIN32
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
    96
extern LONG WINAPI topLevelExceptionFilter(_EXCEPTION_POINTERS* );
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
    97
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
// The DT_RETURN_MARK macros create a scoped object to fire the dtrace
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
// '-return' probe regardless of the return path is taken out of the function.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
// Methods that have multiple return paths use this to avoid having to
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
// instrument each return path.  Methods that use CHECK or THROW must use this
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
// since those macros can cause an immedate uninstrumented return.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
// In order to get the return value, a reference to the variable containing
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
// the return value must be passed to the contructor of the object, and
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
// the return value must be set before return (since the mark object has
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
// a reference to it).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
// Example:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
// DT_RETURN_MARK_DECL(SomeFunc, int);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
// JNI_ENTRY(int, SomeFunc, ...)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
//   int return_value = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
//   DT_RETURN_MARK(SomeFunc, int, (const int&)return_value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
//   foo(CHECK_0)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
//   return_value = 5;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
//   return return_value;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
// JNI_END
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   119
#define DT_RETURN_MARK_DECL(name, type, probe)                             \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   120
  DTRACE_ONLY(                                                             \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   121
    class DTraceReturnProbeMark_##name {                                   \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   122
     public:                                                               \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   123
      const type& _ret_ref;                                                \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   124
      DTraceReturnProbeMark_##name(const type& v) : _ret_ref(v) {}         \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   125
      ~DTraceReturnProbeMark_##name() {                                    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   126
        probe;                                                             \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   127
      }                                                                    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   128
    }                                                                      \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   129
  )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   130
// Void functions are simpler since there's no return value
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   131
#define DT_VOID_RETURN_MARK_DECL(name, probe)                              \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   132
  DTRACE_ONLY(                                                             \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   133
    class DTraceReturnProbeMark_##name {                                   \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   134
     public:                                                               \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   135
      ~DTraceReturnProbeMark_##name() {                                    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   136
        probe;                                                             \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   137
      }                                                                    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   138
    }                                                                      \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   139
  )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
// Place these macros in the function to mark the return.  Non-void
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
// functions need the type and address of the return value.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
#define DT_RETURN_MARK(name, type, ref) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
  DTRACE_ONLY( DTraceReturnProbeMark_##name dtrace_return_mark(ref) )
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
#define DT_VOID_RETURN_MARK(name) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
  DTRACE_ONLY( DTraceReturnProbeMark_##name dtrace_return_mark )
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
// Use these to select distinct code for floating-point vs. non-floating point
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
// situations.  Used from within common macros where we need slightly
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
// different behavior for Float/Double
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
#define FP_SELECT_Boolean(intcode, fpcode) intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
#define FP_SELECT_Byte(intcode, fpcode)    intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
#define FP_SELECT_Char(intcode, fpcode)    intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
#define FP_SELECT_Short(intcode, fpcode)   intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
#define FP_SELECT_Object(intcode, fpcode)  intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
#define FP_SELECT_Int(intcode, fpcode)     intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
#define FP_SELECT_Long(intcode, fpcode)    intcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
#define FP_SELECT_Float(intcode, fpcode)   fpcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
#define FP_SELECT_Double(intcode, fpcode)  fpcode
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
#define FP_SELECT(TypeName, intcode, fpcode) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
  FP_SELECT_##TypeName(intcode, fpcode)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
// Choose DT_RETURN_MARK macros  based on the type: float/double -> void
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
// (dtrace doesn't do FP yet)
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   166
#define DT_RETURN_MARK_DECL_FOR(TypeName, name, type, probe)    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   167
  FP_SELECT(TypeName, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   168
    DT_RETURN_MARK_DECL(name, type, probe), DT_VOID_RETURN_MARK_DECL(name, probe) )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
#define DT_RETURN_MARK_FOR(TypeName, name, type, ref) \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
  FP_SELECT(TypeName, \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
    DT_RETURN_MARK(name, type, ref), DT_VOID_RETURN_MARK(name) )
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
// out-of-line helpers for class jfieldIDWorkaround:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   176
bool jfieldIDWorkaround::is_valid_jfieldID(Klass* k, jfieldID id) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
  if (jfieldIDWorkaround::is_instance_jfieldID(k, id)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
    uintptr_t as_uint = (uintptr_t) id;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    intptr_t offset = raw_instance_offset(id);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
    if (is_checked_jfieldID(id)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
      if (!klass_hash_ok(k, id)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
        return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    }
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   185
    return InstanceKlass::cast(k)->contains_field_offset(offset);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
    JNIid* result = (JNIid*) id;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
    return result != NULL && result->is_static_field_id();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
    return result != NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   197
intptr_t jfieldIDWorkaround::encode_klass_hash(Klass* k, intptr_t offset) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
  if (offset <= small_offset_mask) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   199
    Klass* field_klass = k;
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   200
    Klass* super_klass = field_klass->super();
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   201
    // With compressed oops the most super class with nonstatic fields would
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 1
diff changeset
   202
    // be the owner of fields embedded in the header.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   203
    while (InstanceKlass::cast(super_klass)->has_nonstatic_fields() &&
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   204
           InstanceKlass::cast(super_klass)->contains_field_offset(offset)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
      field_klass = super_klass;   // super contains the field also
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   206
      super_klass = field_klass->super();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
    }
35492
c8c0273e6b91 8146690: Make all classes in GC follow the naming convention.
david
parents: 35219
diff changeset
   208
    debug_only(NoSafepointVerifier nosafepoint;)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
    uintptr_t klass_hash = field_klass->identity_hash();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
    return ((klass_hash & klass_mask) << klass_shift) | checked_mask_in_place;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
    #ifndef PRODUCT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
    {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
      ResourceMark rm;
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   216
      warning("VerifyJNIFields: long offset %d in %s", offset, k->external_name());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
    #endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
    return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   224
bool jfieldIDWorkaround::klass_hash_ok(Klass* k, jfieldID id) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
  uintptr_t as_uint = (uintptr_t) id;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
  intptr_t klass_hash = (as_uint >> klass_shift) & klass_mask;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
  do {
35492
c8c0273e6b91 8146690: Make all classes in GC follow the naming convention.
david
parents: 35219
diff changeset
   228
    debug_only(NoSafepointVerifier nosafepoint;)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
    // Could use a non-blocking query for identity_hash here...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
    if ((k->identity_hash() & klass_mask) == klass_hash)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
      return true;
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   232
    k = k->super();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
  } while (k != NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
  return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   237
void jfieldIDWorkaround::verify_instance_jfieldID(Klass* k, jfieldID id) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
  guarantee(jfieldIDWorkaround::is_instance_jfieldID(k, id), "must be an instance field" );
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
  uintptr_t as_uint = (uintptr_t) id;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
  intptr_t offset = raw_instance_offset(id);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
  if (VerifyJNIFields) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
    if (is_checked_jfieldID(id)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
      guarantee(klass_hash_ok(k, id),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
    "Bug in native code: jfieldID class must match object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
#if 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
      #ifndef PRODUCT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
      if (Verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
  ResourceMark rm;
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   250
  warning("VerifyJNIFields: unverified offset %d for %s", offset, k->external_name());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
      #endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
  }
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   256
  guarantee(InstanceKlass::cast(k)->contains_field_offset(offset),
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
      "Bug in native code: jfieldID offset must address interior of object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
// Wrapper to trace JNI functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
  Histogram* JNIHistogram;
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
   264
  static volatile int JNIHistogram_lock = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
  class JNIHistogramElement : public HistogramElement {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
    public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
     JNIHistogramElement(const char* name);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
  JNIHistogramElement::JNIHistogramElement(const char* elementName) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
    _name = elementName;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
    uintx count = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
59252
623722a6aeb9 8234740: Harmonize parameter order in Atomic - cmpxchg
stefank
parents: 59251
diff changeset
   275
    while (Atomic::cmpxchg(&JNIHistogram_lock, 0, 1) != 0) {
59247
56bf71d64d51 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
stefank
parents: 58920
diff changeset
   276
      while (Atomic::load_acquire(&JNIHistogram_lock) != 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
        count +=1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
        if ( (WarnOnStalledSpinLock > 0)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
          && (count % WarnOnStalledSpinLock == 0)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
          warning("JNIHistogram_lock seems to be stalled");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
    if(JNIHistogram == NULL)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
      JNIHistogram = new Histogram("JNI Call Counts",100);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
    JNIHistogram->add_element(this);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
    Atomic::dec(&JNIHistogram_lock);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
  #define JNICountWrapper(arg)                                     \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
     static JNIHistogramElement* e = new JNIHistogramElement(arg); \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
      /* There is a MT-race condition in VC++. So we need to make sure that that e has been initialized */ \
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
     if (e != NULL) e->increment_count()
34285
0b07014c15e9 8143155: Remove TraceRuntimeCalls, TraceJNICalls, and TraceJVMCalls rather than convert to UL
rprotacio
parents: 33813
diff changeset
   297
  #define JNIWrapper(arg) JNICountWrapper(arg);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
  #define JNIWrapper(arg)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
// Implementation of JNI entries
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   305
DT_RETURN_MARK_DECL(DefineClass, jclass
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   306
                    , HOTSPOT_JNI_DEFINECLASS_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
JNI_ENTRY(jclass, jni_DefineClass(JNIEnv *env, const char *name, jobject loaderRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
                                  const jbyte *buf, jsize bufLen))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
  JNIWrapper("DefineClass");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   312
  HOTSPOT_JNI_DEFINECLASS_ENTRY(
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   313
    env, (char*) name, loaderRef, (char*) buf, bufLen);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   314
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
  jclass cls = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  DT_RETURN_MARK(DefineClass, jclass, (const jclass&)cls);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
12939
c0a910665895 7171703: JNI DefineClass crashes client VM when first parameter is NULL
fparain
parents: 11480
diff changeset
   318
  TempNewSymbol class_name = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
  // Since exceptions can be thrown, class initialization can take place
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
  // if name is NULL no check for class name in .class stream has to be made.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  if (name != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
    const int str_len = (int)strlen(name);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   323
    if (str_len > Symbol::max_length()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
      // It's impossible to create this class;  the name cannot fit
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
      // into the constant pool.
46431
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   326
      Exceptions::fthrow(THREAD_AND_LOCATION,
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   327
                         vmSymbols::java_lang_NoClassDefFoundError(),
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   328
                         "Class name exceeds maximum length of %d: %s",
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   329
                         Symbol::max_length(),
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   330
                         name);
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   331
      return 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
    }
54847
59ea39bb2809 8223657: Remove unused THREAD argument from SymbolTable functions
coleenp
parents: 54669
diff changeset
   333
    class_name = SymbolTable::new_symbol(name);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  ResourceMark rm(THREAD);
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   336
  ClassFileStream st((u1*)buf, bufLen, NULL, ClassFileStream::verify);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  Handle class_loader (THREAD, JNIHandles::resolve(loaderRef));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  if (UsePerfData && !class_loader.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
    // check whether the current caller thread holds the lock or not.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
    // If not, increment the corresponding counter
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
    if (ObjectSynchronizer::
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
        query_lock_ownership((JavaThread*)THREAD, class_loader) !=
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
        ObjectSynchronizer::owner_self) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
      ClassLoader::sync_JNIDefineClassLockFreeCounter()->inc();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
  }
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   348
  Klass* k = SystemDictionary::resolve_from_stream(class_name,
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   349
                                                   class_loader,
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   350
                                                   Handle(),
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   351
                                                   &st,
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 34649
diff changeset
   352
                                                   CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
38151
fffedc5e5cf8 8154110: Update class* and safepoint* logging subsystems
mockner
parents: 37483
diff changeset
   354
  if (log_is_enabled(Debug, class, resolve) && k != NULL) {
2269
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
   355
    trace_class_resolution(k);
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
   356
  }
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
   357
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
  cls = (jclass)JNIHandles::make_local(
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   359
    env, k->java_mirror());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
  return cls;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   365
DT_RETURN_MARK_DECL(FindClass, jclass
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   366
                    , HOTSPOT_JNI_FINDCLASS_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
JNI_ENTRY(jclass, jni_FindClass(JNIEnv *env, const char *name))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
  JNIWrapper("FindClass");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   370
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   371
  HOTSPOT_JNI_FINDCLASS_ENTRY(env, (char *)name);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
  jclass result = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
  DT_RETURN_MARK(FindClass, jclass, (const jclass&)result);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
  // Sanity check the name:  it cannot be null or larger than the maximum size
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
  // name we can fit in the constant pool.
46431
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   378
  if (name == NULL) {
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   379
    THROW_MSG_0(vmSymbols::java_lang_NoClassDefFoundError(), "No class name given");
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   380
  }
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   381
  if ((int)strlen(name) > Symbol::max_length()) {
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   382
    Exceptions::fthrow(THREAD_AND_LOCATION,
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   383
                       vmSymbols::java_lang_NoClassDefFoundError(),
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   384
                       "Class name exceeds maximum length of %d: %s",
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   385
                       Symbol::max_length(),
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   386
                       name);
87b0d1afe03e 8056900: Enhance NoClassDefFound exception messaging
hseigel
parents: 46369
diff changeset
   387
    return 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   388
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
  //%note jni_3
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
  Handle protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
  // Find calling class
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   393
  Klass* k = thread->security_get_caller_class(0);
47662
2493edd8b479 8189193: FindClass should only see classes from the boot loader called from its associated native library
mchung
parents: 47659
diff changeset
   394
  // default to the system loader when no context
2493edd8b479 8189193: FindClass should only see classes from the boot loader called from its associated native library
mchung
parents: 47659
diff changeset
   395
  Handle loader(THREAD, SystemDictionary::java_system_loader());
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   396
  if (k != NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
    // Special handling to make sure JNI_OnLoad and JNI_OnUnload are executed
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
    // in the correct class context.
47613
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   399
    if (k->class_loader() == NULL &&
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
        k->name() == vmSymbols::java_lang_ClassLoader_NativeLibrary()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
      JavaValue result(T_OBJECT);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
      JavaCalls::call_static(&result, k,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   403
                             vmSymbols::getFromClass_name(),
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   404
                             vmSymbols::void_class_signature(),
47613
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   405
                             CHECK_NULL);
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   406
      // When invoked from JNI_OnLoad, NativeLibrary::getFromClass returns
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   407
      // a non-NULL Class object.  When invoked from JNI_OnUnload,
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   408
      // it will return NULL to indicate no context.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
      oop mirror = (oop) result.get_jobject();
47613
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   410
      if (mirror != NULL) {
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   411
        Klass* fromClass = java_lang_Class::as_Klass(mirror);
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   412
        loader = Handle(THREAD, fromClass->class_loader());
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   413
        protection_domain = Handle(THREAD, fromClass->protection_domain());
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   414
      }
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   415
    } else {
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   416
      loader = Handle(THREAD, k->class_loader());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
    }
47613
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   418
  }
af241e3e5a13 8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
mchung
parents: 47216
diff changeset
   419
54847
59ea39bb2809 8223657: Remove unused THREAD argument from SymbolTable functions
coleenp
parents: 54669
diff changeset
   420
  TempNewSymbol sym = SymbolTable::new_symbol(name);
58920
d67ebc838ab8 8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
bchristi
parents: 58775
diff changeset
   421
  result = find_class_from_class_loader(env, sym, true, loader,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   422
                                        protection_domain, true, thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
38151
fffedc5e5cf8 8154110: Update class* and safepoint* logging subsystems
mockner
parents: 37483
diff changeset
   424
  if (log_is_enabled(Debug, class, resolve) && result != NULL) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   425
    trace_class_resolution(java_lang_Class::as_Klass(JNIHandles::resolve_non_null(result)));
2269
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
   426
  }
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
   427
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
  return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   429
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   431
DT_RETURN_MARK_DECL(FromReflectedMethod, jmethodID
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   432
                    , HOTSPOT_JNI_FROMREFLECTEDMETHOD_RETURN((uintptr_t)_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
JNI_ENTRY(jmethodID, jni_FromReflectedMethod(JNIEnv *env, jobject method))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
  JNIWrapper("FromReflectedMethod");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   436
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   437
  HOTSPOT_JNI_FROMREFLECTEDMETHOD_ENTRY(env, method);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   438
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
  jmethodID ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
  DT_RETURN_MARK(FromReflectedMethod, jmethodID, (const jmethodID&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
  // method is a handle to a java.lang.reflect.Method object
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
  oop reflected  = JNIHandles::resolve_non_null(method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   444
  oop mirror     = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
  int slot       = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4561
diff changeset
   447
  if (reflected->klass() == SystemDictionary::reflect_Constructor_klass()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
    mirror = java_lang_reflect_Constructor::clazz(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
    slot   = java_lang_reflect_Constructor::slot(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   450
  } else {
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4561
diff changeset
   451
    assert(reflected->klass() == SystemDictionary::reflect_Method_klass(), "wrong type");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
    mirror = java_lang_reflect_Method::clazz(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
    slot   = java_lang_reflect_Method::slot(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
  }
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   455
  Klass* k1 = java_lang_Class::as_Klass(mirror);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   456
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
  // Make sure class is initialized before handing id's out to methods
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   458
  k1->initialize(CHECK_NULL);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   459
  Method* m = InstanceKlass::cast(k1)->method_with_idnum(slot);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
  ret = m==NULL? NULL : m->jmethod_id();  // return NULL if reflected method deleted
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   463
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   464
DT_RETURN_MARK_DECL(FromReflectedField, jfieldID
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   465
                    , HOTSPOT_JNI_FROMREFLECTEDFIELD_RETURN((uintptr_t)_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   466
489c9b5090e2 Initial load
duke
parents:
diff changeset
   467
JNI_ENTRY(jfieldID, jni_FromReflectedField(JNIEnv *env, jobject field))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
  JNIWrapper("FromReflectedField");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   469
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   470
  HOTSPOT_JNI_FROMREFLECTEDFIELD_ENTRY(env, field);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   471
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   472
  jfieldID ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
  DT_RETURN_MARK(FromReflectedField, jfieldID, (const jfieldID&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
489c9b5090e2 Initial load
duke
parents:
diff changeset
   475
  // field is a handle to a java.lang.reflect.Field object
489c9b5090e2 Initial load
duke
parents:
diff changeset
   476
  oop reflected   = JNIHandles::resolve_non_null(field);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   477
  oop mirror      = java_lang_reflect_Field::clazz(reflected);
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   478
  Klass* k1       = java_lang_Class::as_Klass(mirror);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   479
  int slot        = java_lang_reflect_Field::slot(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
  int modifiers   = java_lang_reflect_Field::modifiers(reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
489c9b5090e2 Initial load
duke
parents:
diff changeset
   482
  // Make sure class is initialized before handing id's out to fields
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   483
  k1->initialize(CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   484
489c9b5090e2 Initial load
duke
parents:
diff changeset
   485
  // First check if this is a static field
489c9b5090e2 Initial load
duke
parents:
diff changeset
   486
  if (modifiers & JVM_ACC_STATIC) {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   487
    intptr_t offset = InstanceKlass::cast(k1)->field_offset( slot );
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   488
    JNIid* id = InstanceKlass::cast(k1)->jni_id_for(offset);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   489
    assert(id != NULL, "corrupt Field object");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   490
    debug_only(id->set_is_static_field_id();)
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   491
    // A jfieldID for a static field is a JNIid specifying the field holder and the offset within the Klass*
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   492
    ret = jfieldIDWorkaround::to_static_jfieldID(id);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   493
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   494
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   495
489c9b5090e2 Initial load
duke
parents:
diff changeset
   496
  // The slot is the index of the field description in the field-array
489c9b5090e2 Initial load
duke
parents:
diff changeset
   497
  // The jfieldID is the offset of the field within the object
489c9b5090e2 Initial load
duke
parents:
diff changeset
   498
  // It may also have hash bits for k, if VerifyJNIFields is turned on.
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   499
  intptr_t offset = InstanceKlass::cast(k1)->field_offset( slot );
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   500
  assert(InstanceKlass::cast(k1)->contains_field_offset(offset), "stay within object");
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   501
  ret = jfieldIDWorkaround::to_instance_jfieldID(k1, offset);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   502
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   503
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   504
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   505
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   506
DT_RETURN_MARK_DECL(ToReflectedMethod, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   507
                    , HOTSPOT_JNI_TOREFLECTEDMETHOD_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   508
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
JNI_ENTRY(jobject, jni_ToReflectedMethod(JNIEnv *env, jclass cls, jmethodID method_id, jboolean isStatic))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   510
  JNIWrapper("ToReflectedMethod");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   511
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   512
  HOTSPOT_JNI_TOREFLECTEDMETHOD_ENTRY(env, cls, (uintptr_t) method_id, isStatic);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   513
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   514
  jobject ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   515
  DT_RETURN_MARK(ToReflectedMethod, jobject, (const jobject&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   516
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   517
  methodHandle m (THREAD, Method::resolve_jmethod_id(method_id));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   518
  assert(m->is_static() == (isStatic != 0), "jni_ToReflectedMethod access flags doesn't match");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   519
  oop reflection_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   520
  if (m->is_initializer()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   521
    reflection_method = Reflection::new_constructor(m, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   522
  } else {
24456
8c7933fa5a1f 8025580: Temporary flags: UseNewReflection and ReflectionWrapResolutionErrors
coleenp
parents: 24424
diff changeset
   523
    reflection_method = Reflection::new_method(m, false, CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   524
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   525
  ret = JNIHandles::make_local(env, reflection_method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   526
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   527
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   528
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   529
DT_RETURN_MARK_DECL(GetSuperclass, jclass
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   530
                    , HOTSPOT_JNI_GETSUPERCLASS_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   531
489c9b5090e2 Initial load
duke
parents:
diff changeset
   532
JNI_ENTRY(jclass, jni_GetSuperclass(JNIEnv *env, jclass sub))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   533
  JNIWrapper("GetSuperclass");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   534
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   535
  HOTSPOT_JNI_GETSUPERCLASS_ENTRY(env, sub);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   536
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   537
  jclass obj = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
  DT_RETURN_MARK(GetSuperclass, jclass, (const jclass&)obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   539
489c9b5090e2 Initial load
duke
parents:
diff changeset
   540
  oop mirror = JNIHandles::resolve_non_null(sub);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   541
  // primitive classes return NULL
489c9b5090e2 Initial load
duke
parents:
diff changeset
   542
  if (java_lang_Class::is_primitive(mirror)) return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   543
489c9b5090e2 Initial load
duke
parents:
diff changeset
   544
  // Rules of Class.getSuperClass as implemented by KLass::java_super:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   545
  // arrays return Object
489c9b5090e2 Initial load
duke
parents:
diff changeset
   546
  // interfaces return NULL
489c9b5090e2 Initial load
duke
parents:
diff changeset
   547
  // proper classes return Klass::super()
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   548
  Klass* k = java_lang_Class::as_Klass(mirror);
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   549
  if (k->is_interface()) return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   550
489c9b5090e2 Initial load
duke
parents:
diff changeset
   551
  // return mirror for superclass
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   552
  Klass* super = k->java_super();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   553
  // super2 is the value computed by the compiler's getSuperClass intrinsic:
33611
9abd65805e19 8139203: Consistent naming for klass type predicates
coleenp
parents: 33576
diff changeset
   554
  debug_only(Klass* super2 = ( k->is_array_klass()
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4561
diff changeset
   555
                                 ? SystemDictionary::Object_klass()
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   556
                                 : k->super() ) );
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   557
  assert(super == super2,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   558
         "java_super computation depends on interface, array, other super");
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   559
  obj = (super == NULL) ? NULL : (jclass) JNIHandles::make_local(super->java_mirror());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   560
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   561
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   562
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
   563
JNI_ENTRY_NO_PRESERVE(jboolean, jni_IsAssignableFrom(JNIEnv *env, jclass sub, jclass super))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   564
  JNIWrapper("IsSubclassOf");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   565
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   566
  HOTSPOT_JNI_ISASSIGNABLEFROM_ENTRY(env, sub, super);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   567
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   568
  oop sub_mirror   = JNIHandles::resolve_non_null(sub);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   569
  oop super_mirror = JNIHandles::resolve_non_null(super);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   570
  if (java_lang_Class::is_primitive(sub_mirror) ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
   571
      java_lang_Class::is_primitive(super_mirror)) {
58177
4932dce35882 8230841: Remove oopDesc::equals()
pliden
parents: 58056
diff changeset
   572
    jboolean ret = (sub_mirror == super_mirror);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   573
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   574
    HOTSPOT_JNI_ISASSIGNABLEFROM_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   575
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   576
  }
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   577
  Klass* sub_klass   = java_lang_Class::as_Klass(sub_mirror);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   578
  Klass* super_klass = java_lang_Class::as_Klass(super_mirror);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   579
  assert(sub_klass != NULL && super_klass != NULL, "invalid arguments to jni_IsAssignableFrom");
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   580
  jboolean ret = sub_klass->is_subtype_of(super_klass) ?
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   581
                   JNI_TRUE : JNI_FALSE;
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   582
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   583
  HOTSPOT_JNI_ISASSIGNABLEFROM_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   584
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   585
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   586
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   587
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   588
DT_RETURN_MARK_DECL(Throw, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   589
                    , HOTSPOT_JNI_THROW_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   590
489c9b5090e2 Initial load
duke
parents:
diff changeset
   591
JNI_ENTRY(jint, jni_Throw(JNIEnv *env, jthrowable obj))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   592
  JNIWrapper("Throw");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   593
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   594
  HOTSPOT_JNI_THROW_ENTRY(env, obj);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   595
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   596
  jint ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   597
  DT_RETURN_MARK(Throw, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   598
489c9b5090e2 Initial load
duke
parents:
diff changeset
   599
  THROW_OOP_(JNIHandles::resolve(obj), JNI_OK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   600
  ShouldNotReachHere();
27679
06b3a53d7781 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
goetz
parents: 27247
diff changeset
   601
  return 0;  // Mute compiler.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   602
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   603
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   604
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   605
DT_RETURN_MARK_DECL(ThrowNew, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
   606
                    , HOTSPOT_JNI_THROWNEW_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   607
489c9b5090e2 Initial load
duke
parents:
diff changeset
   608
JNI_ENTRY(jint, jni_ThrowNew(JNIEnv *env, jclass clazz, const char *message))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   609
  JNIWrapper("ThrowNew");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   610
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   611
  HOTSPOT_JNI_THROWNEW_ENTRY(env, clazz, (char *) message);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   612
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   613
  jint ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   614
  DT_RETURN_MARK(ThrowNew, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   615
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   616
  InstanceKlass* k = InstanceKlass::cast(java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz)));
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   617
  Symbol*  name = k->name();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   618
  Handle class_loader (THREAD,  k->class_loader());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   619
  Handle protection_domain (THREAD, k->protection_domain());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   620
  THROW_MSG_LOADER_(name, (char *)message, class_loader, protection_domain, JNI_OK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   621
  ShouldNotReachHere();
27679
06b3a53d7781 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
goetz
parents: 27247
diff changeset
   622
  return 0;  // Mute compiler.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   623
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   624
489c9b5090e2 Initial load
duke
parents:
diff changeset
   625
489c9b5090e2 Initial load
duke
parents:
diff changeset
   626
// JNI functions only transform a pending async exception to a synchronous
489c9b5090e2 Initial load
duke
parents:
diff changeset
   627
// exception in ExceptionOccurred and ExceptionCheck calls, since
489c9b5090e2 Initial load
duke
parents:
diff changeset
   628
// delivering an async exception in other places won't change the native
489c9b5090e2 Initial load
duke
parents:
diff changeset
   629
// code's control flow and would be harmful when native code further calls
489c9b5090e2 Initial load
duke
parents:
diff changeset
   630
// JNI functions with a pending exception. Async exception is also checked
489c9b5090e2 Initial load
duke
parents:
diff changeset
   631
// during the call, so ExceptionOccurred/ExceptionCheck won't return
489c9b5090e2 Initial load
duke
parents:
diff changeset
   632
// false but deliver the async exception at the very end during
489c9b5090e2 Initial load
duke
parents:
diff changeset
   633
// state transition.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   634
489c9b5090e2 Initial load
duke
parents:
diff changeset
   635
static void jni_check_async_exceptions(JavaThread *thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   636
  assert(thread == Thread::current(), "must be itself");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   637
  thread->check_and_handle_async_exceptions();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   638
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   639
489c9b5090e2 Initial load
duke
parents:
diff changeset
   640
JNI_ENTRY_NO_PRESERVE(jthrowable, jni_ExceptionOccurred(JNIEnv *env))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   641
  JNIWrapper("ExceptionOccurred");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   642
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   643
  HOTSPOT_JNI_EXCEPTIONOCCURRED_ENTRY(env);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   644
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   645
  jni_check_async_exceptions(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   646
  oop exception = thread->pending_exception();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   647
  jthrowable ret = (jthrowable) JNIHandles::make_local(env, exception);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   648
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   649
  HOTSPOT_JNI_EXCEPTIONOCCURRED_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   650
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   651
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   652
489c9b5090e2 Initial load
duke
parents:
diff changeset
   653
489c9b5090e2 Initial load
duke
parents:
diff changeset
   654
JNI_ENTRY_NO_PRESERVE(void, jni_ExceptionDescribe(JNIEnv *env))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   655
  JNIWrapper("ExceptionDescribe");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   656
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   657
  HOTSPOT_JNI_EXCEPTIONDESCRIBE_ENTRY(env);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   658
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   659
  if (thread->has_pending_exception()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   660
    Handle ex(thread, thread->pending_exception());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   661
    thread->clear_pending_exception();
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4561
diff changeset
   662
    if (ex->is_a(SystemDictionary::ThreadDeath_klass())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   663
      // Don't print anything if we are being killed.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   664
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   665
      jio_fprintf(defaultStream::error_stream(), "Exception ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   666
      if (thread != NULL && thread->threadObj() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   667
        ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   668
        jio_fprintf(defaultStream::error_stream(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   669
        "in thread \"%s\" ", thread->get_thread_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   670
      }
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4561
diff changeset
   671
      if (ex->is_a(SystemDictionary::Throwable_klass())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   672
        JavaValue result(T_VOID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   673
        JavaCalls::call_virtual(&result,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   674
                                ex,
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
   675
                                SystemDictionary::Throwable_klass(),
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   676
                                vmSymbols::printStackTrace_name(),
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   677
                                vmSymbols::void_method_signature(),
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   678
                                THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   679
        // If an exception is thrown in the call it gets thrown away. Not much
489c9b5090e2 Initial load
duke
parents:
diff changeset
   680
        // we can do with it. The native code that calls this, does not check
489c9b5090e2 Initial load
duke
parents:
diff changeset
   681
        // for the exception - hence, it might still be in the thread when DestroyVM gets
489c9b5090e2 Initial load
duke
parents:
diff changeset
   682
        // called, potentially causing a few asserts to trigger - since no pending exception
489c9b5090e2 Initial load
duke
parents:
diff changeset
   683
        // is expected.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   684
        CLEAR_PENDING_EXCEPTION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   685
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   686
        ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   687
        jio_fprintf(defaultStream::error_stream(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   688
        ". Uncaught exception of type %s.",
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
   689
        ex->klass()->external_name());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   690
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   691
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   692
  }
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   693
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   694
  HOTSPOT_JNI_EXCEPTIONDESCRIBE_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   695
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   696
489c9b5090e2 Initial load
duke
parents:
diff changeset
   697
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
   698
JNI_ENTRY_NO_PRESERVE(void, jni_ExceptionClear(JNIEnv *env))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   699
  JNIWrapper("ExceptionClear");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   700
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   701
  HOTSPOT_JNI_EXCEPTIONCLEAR_ENTRY(env);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   702
489c9b5090e2 Initial load
duke
parents:
diff changeset
   703
  // The jni code might be using this API to clear java thrown exception.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   704
  // So just mark jvmti thread exception state as exception caught.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   705
  JvmtiThreadState *state = JavaThread::current()->jvmti_thread_state();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   706
  if (state != NULL && state->is_exception_detected()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   707
    state->set_exception_caught();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   708
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   709
  thread->clear_pending_exception();
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   710
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   711
  HOTSPOT_JNI_EXCEPTIONCLEAR_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   712
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   713
489c9b5090e2 Initial load
duke
parents:
diff changeset
   714
489c9b5090e2 Initial load
duke
parents:
diff changeset
   715
JNI_ENTRY(void, jni_FatalError(JNIEnv *env, const char *msg))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   716
  JNIWrapper("FatalError");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   717
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   718
  HOTSPOT_JNI_FATALERROR_ENTRY(env, (char *) msg);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   719
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   720
  tty->print_cr("FATAL ERROR in native method: %s", msg);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   721
  thread->print_stack();
773
01daf7c809b1 6694099: Hotspot vm_exit_out_of_memory should dump core
poonam
parents: 360
diff changeset
   722
  os::abort(); // Dump core and abort
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   723
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   724
489c9b5090e2 Initial load
duke
parents:
diff changeset
   725
489c9b5090e2 Initial load
duke
parents:
diff changeset
   726
JNI_ENTRY(jint, jni_PushLocalFrame(JNIEnv *env, jint capacity))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   727
  JNIWrapper("PushLocalFrame");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   728
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   729
  HOTSPOT_JNI_PUSHLOCALFRAME_ENTRY(env, capacity);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   730
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   731
  //%note jni_11
25630
ff281ea14d41 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dsimms
parents: 25477
diff changeset
   732
  if (capacity < 0 ||
ff281ea14d41 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dsimms
parents: 25477
diff changeset
   733
      ((MaxJNILocalCapacity > 0) && (capacity > MaxJNILocalCapacity))) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   734
    HOTSPOT_JNI_PUSHLOCALFRAME_RETURN((uint32_t)JNI_ERR);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   735
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   736
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   737
  JNIHandleBlock* old_handles = thread->active_handles();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   738
  JNIHandleBlock* new_handles = JNIHandleBlock::allocate_block(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   739
  assert(new_handles != NULL, "should not be NULL");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   740
  new_handles->set_pop_frame_link(old_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   741
  thread->set_active_handles(new_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   742
  jint ret = JNI_OK;
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   743
  HOTSPOT_JNI_PUSHLOCALFRAME_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   744
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   745
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   746
489c9b5090e2 Initial load
duke
parents:
diff changeset
   747
489c9b5090e2 Initial load
duke
parents:
diff changeset
   748
JNI_ENTRY(jobject, jni_PopLocalFrame(JNIEnv *env, jobject result))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   749
  JNIWrapper("PopLocalFrame");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   750
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   751
  HOTSPOT_JNI_POPLOCALFRAME_ENTRY(env, result);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   752
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   753
  //%note jni_11
489c9b5090e2 Initial load
duke
parents:
diff changeset
   754
  Handle result_handle(thread, JNIHandles::resolve(result));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   755
  JNIHandleBlock* old_handles = thread->active_handles();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   756
  JNIHandleBlock* new_handles = old_handles->pop_frame_link();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   757
  if (new_handles != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   758
    // As a sanity check we only release the handle blocks if the pop_frame_link is not NULL.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   759
    // This way code will still work if PopLocalFrame is called without a corresponding
489c9b5090e2 Initial load
duke
parents:
diff changeset
   760
    // PushLocalFrame call. Note that we set the pop_frame_link to NULL explicitly, otherwise
489c9b5090e2 Initial load
duke
parents:
diff changeset
   761
    // the release_block call will release the blocks.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   762
    thread->set_active_handles(new_handles);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   763
    old_handles->set_pop_frame_link(NULL);              // clear link we won't release new_handles below
489c9b5090e2 Initial load
duke
parents:
diff changeset
   764
    JNIHandleBlock::release_block(old_handles, thread); // may block
489c9b5090e2 Initial load
duke
parents:
diff changeset
   765
    result = JNIHandles::make_local(thread, result_handle());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   766
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   767
  HOTSPOT_JNI_POPLOCALFRAME_RETURN(result);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   768
  return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   769
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   770
489c9b5090e2 Initial load
duke
parents:
diff changeset
   771
489c9b5090e2 Initial load
duke
parents:
diff changeset
   772
JNI_ENTRY(jobject, jni_NewGlobalRef(JNIEnv *env, jobject ref))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   773
  JNIWrapper("NewGlobalRef");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   774
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   775
  HOTSPOT_JNI_NEWGLOBALREF_ENTRY(env, ref);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   776
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   777
  Handle ref_handle(thread, JNIHandles::resolve(ref));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   778
  jobject ret = JNIHandles::make_global(ref_handle);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   779
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   780
  HOTSPOT_JNI_NEWGLOBALREF_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   781
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   782
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   783
489c9b5090e2 Initial load
duke
parents:
diff changeset
   784
// Must be JNI_ENTRY (with HandleMark)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   785
JNI_ENTRY_NO_PRESERVE(void, jni_DeleteGlobalRef(JNIEnv *env, jobject ref))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   786
  JNIWrapper("DeleteGlobalRef");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   787
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   788
  HOTSPOT_JNI_DELETEGLOBALREF_ENTRY(env, ref);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   789
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   790
  JNIHandles::destroy_global(ref);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   791
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   792
  HOTSPOT_JNI_DELETEGLOBALREF_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   793
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   794
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
   795
JNI_ENTRY_NO_PRESERVE(void, jni_DeleteLocalRef(JNIEnv *env, jobject obj))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   796
  JNIWrapper("DeleteLocalRef");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   797
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   798
  HOTSPOT_JNI_DELETELOCALREF_ENTRY(env, obj);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   799
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   800
  JNIHandles::destroy_local(obj);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   801
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   802
  HOTSPOT_JNI_DELETELOCALREF_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   803
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   804
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
   805
JNI_ENTRY_NO_PRESERVE(jboolean, jni_IsSameObject(JNIEnv *env, jobject r1, jobject r2))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   806
  JNIWrapper("IsSameObject");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   807
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   808
  HOTSPOT_JNI_ISSAMEOBJECT_ENTRY(env, r1, r2);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   809
53060
7aa1a37b04a2 8215451: JNI IsSameObject should not keep objects alive
pliden
parents: 52934
diff changeset
   810
  jboolean ret = JNIHandles::is_same_object(r1, r2) ? JNI_TRUE : JNI_FALSE;
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   811
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   812
  HOTSPOT_JNI_ISSAMEOBJECT_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   813
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   814
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   815
489c9b5090e2 Initial load
duke
parents:
diff changeset
   816
489c9b5090e2 Initial load
duke
parents:
diff changeset
   817
JNI_ENTRY(jobject, jni_NewLocalRef(JNIEnv *env, jobject ref))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   818
  JNIWrapper("NewLocalRef");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   819
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   820
  HOTSPOT_JNI_NEWLOCALREF_ENTRY(env, ref);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   821
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   822
  jobject ret = JNIHandles::make_local(env, JNIHandles::resolve(ref));
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   823
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   824
  HOTSPOT_JNI_NEWLOCALREF_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   825
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   826
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   827
489c9b5090e2 Initial load
duke
parents:
diff changeset
   828
JNI_LEAF(jint, jni_EnsureLocalCapacity(JNIEnv *env, jint capacity))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   829
  JNIWrapper("EnsureLocalCapacity");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   830
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   831
  HOTSPOT_JNI_ENSURELOCALCAPACITY_ENTRY(env, capacity);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   832
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   833
  jint ret;
25630
ff281ea14d41 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dsimms
parents: 25477
diff changeset
   834
  if (capacity >= 0 &&
ff281ea14d41 8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
dsimms
parents: 25477
diff changeset
   835
      ((MaxJNILocalCapacity <= 0) || (capacity <= MaxJNILocalCapacity))) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   836
    ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   837
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   838
    ret = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   839
  }
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   840
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   841
  HOTSPOT_JNI_ENSURELOCALCAPACITY_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   842
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   843
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   844
489c9b5090e2 Initial load
duke
parents:
diff changeset
   845
// Return the Handle Type
489c9b5090e2 Initial load
duke
parents:
diff changeset
   846
JNI_LEAF(jobjectRefType, jni_GetObjectRefType(JNIEnv *env, jobject obj))
489c9b5090e2 Initial load
duke
parents:
diff changeset
   847
  JNIWrapper("GetObjectRefType");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   848
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   849
  HOTSPOT_JNI_GETOBJECTREFTYPE_ENTRY(env, obj);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   850
48808
2b0b7f222800 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett
parents: 48787
diff changeset
   851
  jobjectRefType ret = JNIInvalidRefType;
2b0b7f222800 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett
parents: 48787
diff changeset
   852
  if (obj != NULL) {
2b0b7f222800 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett
parents: 48787
diff changeset
   853
    ret = JNIHandles::handle_type(thread, obj);
2b0b7f222800 8195690: JNI GetObjectRefType doesn't handle NULL
kbarrett
parents: 48787
diff changeset
   854
  }
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
   855
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
   856
  HOTSPOT_JNI_GETOBJECTREFTYPE_RETURN((void *) ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   857
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   858
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   859
489c9b5090e2 Initial load
duke
parents:
diff changeset
   860
489c9b5090e2 Initial load
duke
parents:
diff changeset
   861
class JNI_ArgumentPusher : public SignatureIterator {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   862
 protected:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   863
  JavaCallArguments*  _arguments;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   864
489c9b5090e2 Initial load
duke
parents:
diff changeset
   865
  virtual void get_bool   () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   866
  virtual void get_char   () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   867
  virtual void get_short  () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   868
  virtual void get_byte   () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   869
  virtual void get_int    () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   870
  virtual void get_long   () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   871
  virtual void get_float  () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   872
  virtual void get_double () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   873
  virtual void get_object () = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   874
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   875
  JNI_ArgumentPusher(Symbol* signature) : SignatureIterator(signature) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   876
    this->_return_type = T_ILLEGAL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   877
    _arguments = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   878
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   879
489c9b5090e2 Initial load
duke
parents:
diff changeset
   880
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   881
  virtual void iterate( uint64_t fingerprint ) = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   882
489c9b5090e2 Initial load
duke
parents:
diff changeset
   883
  void set_java_argument_object(JavaCallArguments *arguments) { _arguments = arguments; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   884
489c9b5090e2 Initial load
duke
parents:
diff changeset
   885
  inline void do_bool()                     { if (!is_return_type()) get_bool();   }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   886
  inline void do_char()                     { if (!is_return_type()) get_char();   }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   887
  inline void do_short()                    { if (!is_return_type()) get_short();  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   888
  inline void do_byte()                     { if (!is_return_type()) get_byte();   }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   889
  inline void do_int()                      { if (!is_return_type()) get_int();    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   890
  inline void do_long()                     { if (!is_return_type()) get_long();   }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   891
  inline void do_float()                    { if (!is_return_type()) get_float();  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   892
  inline void do_double()                   { if (!is_return_type()) get_double(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   893
  inline void do_object(int begin, int end) { if (!is_return_type()) get_object(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   894
  inline void do_array(int begin, int end)  { if (!is_return_type()) get_object(); } // do_array uses get_object -- there is no get_array
489c9b5090e2 Initial load
duke
parents:
diff changeset
   895
  inline void do_void()                     { }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   896
489c9b5090e2 Initial load
duke
parents:
diff changeset
   897
  JavaCallArguments* arguments()     { return _arguments; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   898
  void push_receiver(Handle h)       { _arguments->push_oop(h); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   899
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   900
489c9b5090e2 Initial load
duke
parents:
diff changeset
   901
489c9b5090e2 Initial load
duke
parents:
diff changeset
   902
class JNI_ArgumentPusherVaArg : public JNI_ArgumentPusher {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   903
 protected:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   904
  va_list _ap;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   905
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   906
  inline void get_bool()   {
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   907
    // Normalize boolean arguments from native code by converting 1-255 to JNI_TRUE and
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   908
    // 0 to JNI_FALSE.  Boolean return values from native are normalized the same in
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   909
    // TemplateInterpreterGenerator::generate_result_handler_for and
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   910
    // SharedRuntime::generate_native_wrapper.
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   911
    jboolean b = va_arg(_ap, jint);
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   912
    _arguments->push_int((jint)(b == 0 ? JNI_FALSE : JNI_TRUE));
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   913
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   914
  inline void get_char()   { _arguments->push_int(va_arg(_ap, jint)); } // char is coerced to int when using va_arg
489c9b5090e2 Initial load
duke
parents:
diff changeset
   915
  inline void get_short()  { _arguments->push_int(va_arg(_ap, jint)); } // short is coerced to int when using va_arg
489c9b5090e2 Initial load
duke
parents:
diff changeset
   916
  inline void get_byte()   { _arguments->push_int(va_arg(_ap, jint)); } // byte is coerced to int when using va_arg
489c9b5090e2 Initial load
duke
parents:
diff changeset
   917
  inline void get_int()    { _arguments->push_int(va_arg(_ap, jint)); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   918
489c9b5090e2 Initial load
duke
parents:
diff changeset
   919
  // each of these paths is exercized by the various jck Call[Static,Nonvirtual,][Void,Int,..]Method[A,V,] tests
489c9b5090e2 Initial load
duke
parents:
diff changeset
   920
489c9b5090e2 Initial load
duke
parents:
diff changeset
   921
  inline void get_long()   { _arguments->push_long(va_arg(_ap, jlong)); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   922
  inline void get_float()  { _arguments->push_float((jfloat)va_arg(_ap, jdouble)); } // float is coerced to double w/ va_arg
489c9b5090e2 Initial load
duke
parents:
diff changeset
   923
  inline void get_double() { _arguments->push_double(va_arg(_ap, jdouble)); }
44406
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
   924
  inline void get_object() { _arguments->push_jobject(va_arg(_ap, jobject)); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   925
489c9b5090e2 Initial load
duke
parents:
diff changeset
   926
  inline void set_ap(va_list rap) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   927
    va_copy(_ap, rap);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   928
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   929
489c9b5090e2 Initial load
duke
parents:
diff changeset
   930
 public:
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   931
  JNI_ArgumentPusherVaArg(Symbol* signature, va_list rap)
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   932
       : JNI_ArgumentPusher(signature) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   933
    set_ap(rap);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   934
  }
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
   935
  JNI_ArgumentPusherVaArg(jmethodID method_id, va_list rap)
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
   936
      : JNI_ArgumentPusher(Method::resolve_jmethod_id(method_id)->signature()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   937
    set_ap(rap);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   938
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   939
489c9b5090e2 Initial load
duke
parents:
diff changeset
   940
  // Optimized path if we have the bitvector form of signature
489c9b5090e2 Initial load
duke
parents:
diff changeset
   941
  void iterate( uint64_t fingerprint ) {
27471
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
   942
    if (fingerprint == (uint64_t)CONST64(-1)) {
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
   943
      SignatureIterator::iterate(); // Must be too many arguments
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
   944
    } else {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   945
      _return_type = (BasicType)((fingerprint >> static_feature_size) &
489c9b5090e2 Initial load
duke
parents:
diff changeset
   946
                                  result_feature_mask);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   947
489c9b5090e2 Initial load
duke
parents:
diff changeset
   948
      assert(fingerprint, "Fingerprint should not be 0");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   949
      fingerprint = fingerprint >> (static_feature_size + result_feature_size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   950
      while ( 1 ) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   951
        switch ( fingerprint & parameter_feature_mask ) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   952
          case bool_parm:
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   953
            get_bool();
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   954
            break;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   955
          case char_parm:
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   956
            get_char();
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   957
            break;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   958
          case short_parm:
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   959
            get_short();
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   960
            break;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   961
          case byte_parm:
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   962
            get_byte();
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   963
            break;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   964
          case int_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   965
            get_int();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   966
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   967
          case obj_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   968
            get_object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   969
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   970
          case long_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   971
            get_long();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   972
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   973
          case float_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   974
            get_float();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   975
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   976
          case double_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   977
            get_double();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   978
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   979
          case done_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   980
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   981
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   982
          default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   983
            ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   984
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   985
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   986
        fingerprint >>= parameter_feature_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   987
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   988
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   989
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   990
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   991
489c9b5090e2 Initial load
duke
parents:
diff changeset
   992
489c9b5090e2 Initial load
duke
parents:
diff changeset
   993
class JNI_ArgumentPusherArray : public JNI_ArgumentPusher {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   994
 protected:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   995
  const jvalue *_ap;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   996
37483
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   997
  inline void get_bool()   {
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   998
    // Normalize boolean arguments from native code by converting 1-255 to JNI_TRUE and
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
   999
    // 0 to JNI_FALSE.  Boolean return values from native are normalized the same in
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
  1000
    // TemplateInterpreterGenerator::generate_result_handler_for and
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
  1001
    // SharedRuntime::generate_native_wrapper.
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
  1002
    jboolean b = (_ap++)->z;
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
  1003
    _arguments->push_int((jint)(b == 0 ? JNI_FALSE : JNI_TRUE));
8447cff6323d 8149170: Better byte behavior should normalize JNI arguments
coleenp
parents: 37480
diff changeset
  1004
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1005
  inline void get_char()   { _arguments->push_int((jint)(_ap++)->c); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1006
  inline void get_short()  { _arguments->push_int((jint)(_ap++)->s); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1007
  inline void get_byte()   { _arguments->push_int((jint)(_ap++)->b); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1008
  inline void get_int()    { _arguments->push_int((jint)(_ap++)->i); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1009
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1010
  inline void get_long()   { _arguments->push_long((_ap++)->j);  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1011
  inline void get_float()  { _arguments->push_float((_ap++)->f); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1012
  inline void get_double() { _arguments->push_double((_ap++)->d);}
44406
a46a6c4d1dd9 8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
mgerdin
parents: 44093
diff changeset
  1013
  inline void get_object() { _arguments->push_jobject((_ap++)->l); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1014
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1015
  inline void set_ap(const jvalue *rap) { _ap = rap; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1016
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1017
 public:
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1018
  JNI_ArgumentPusherArray(Symbol* signature, const jvalue *rap)
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1019
       : JNI_ArgumentPusher(signature) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1020
    set_ap(rap);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1021
  }
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1022
  JNI_ArgumentPusherArray(jmethodID method_id, const jvalue *rap)
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1023
      : JNI_ArgumentPusher(Method::resolve_jmethod_id(method_id)->signature()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1024
    set_ap(rap);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1025
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1026
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1027
  // Optimized path if we have the bitvector form of signature
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1028
  void iterate( uint64_t fingerprint ) {
27471
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
  1029
    if (fingerprint == (uint64_t)CONST64(-1)) {
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
  1030
      SignatureIterator::iterate(); // Must be too many arguments
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27247
diff changeset
  1031
    } else {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1032
      _return_type = (BasicType)((fingerprint >> static_feature_size) &
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1033
                                  result_feature_mask);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1034
      assert(fingerprint, "Fingerprint should not be 0");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1035
      fingerprint = fingerprint >> (static_feature_size + result_feature_size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1036
      while ( 1 ) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1037
        switch ( fingerprint & parameter_feature_mask ) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1038
          case bool_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1039
            get_bool();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1040
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1041
          case char_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1042
            get_char();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1043
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1044
          case short_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1045
            get_short();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1046
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1047
          case byte_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1048
            get_byte();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1049
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1050
          case int_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1051
            get_int();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1052
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1053
          case obj_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1054
            get_object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1055
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1056
          case long_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1057
            get_long();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1058
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1059
          case float_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1060
            get_float();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1061
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1062
          case double_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1063
            get_double();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1064
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1065
          case done_parm:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1066
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1067
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1068
          default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1069
            ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1070
            break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1071
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1072
        fingerprint >>= parameter_feature_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1073
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1074
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1075
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1076
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1077
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1078
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1079
enum JNICallType {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1080
  JNI_STATIC,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1081
  JNI_VIRTUAL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1082
  JNI_NONVIRTUAL
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1083
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1084
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1085
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1086
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1087
static void jni_invoke_static(JNIEnv *env, JavaValue* result, jobject receiver, JNICallType call_type, jmethodID method_id, JNI_ArgumentPusher *args, TRAPS) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1088
  methodHandle method(THREAD, Method::resolve_jmethod_id(method_id));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1089
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1090
  // Create object to hold arguments for the JavaCall, and associate it with
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1091
  // the jni parser
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1092
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1093
  int number_of_parameters = method->size_of_parameters();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1094
  JavaCallArguments java_args(number_of_parameters);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1095
  args->set_java_argument_object(&java_args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1096
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1097
  assert(method->is_static(), "method should be static");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1098
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1099
  // Fill out JavaCallArguments object
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1100
  args->iterate( Fingerprinter(method).fingerprint() );
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1101
  // Initialize result type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1102
  result->set_type(args->get_ret_type());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1103
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1104
  // Invoke the method. Result is returned as oop.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1105
  JavaCalls::call(result, method, &java_args, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1106
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1107
  // Convert result
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 58177
diff changeset
  1108
  if (is_reference_type(result->get_type())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1109
    result->set_jobject(JNIHandles::make_local(env, (oop) result->get_jobject()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1110
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1111
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1112
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1113
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1114
static void jni_invoke_nonstatic(JNIEnv *env, JavaValue* result, jobject receiver, JNICallType call_type, jmethodID method_id, JNI_ArgumentPusher *args, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1115
  oop recv = JNIHandles::resolve(receiver);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1116
  if (recv == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1117
    THROW(vmSymbols::java_lang_NullPointerException());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1118
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1119
  Handle h_recv(THREAD, recv);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1120
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1121
  int number_of_parameters;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1122
  Method* selected_method;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1123
  {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1124
    Method* m = Method::resolve_jmethod_id(method_id);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1125
    number_of_parameters = m->size_of_parameters();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1126
    Klass* holder = m->method_holder();
31027
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1127
    if (call_type != JNI_VIRTUAL) {
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1128
        selected_method = m;
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1129
    } else if (!m->has_itable_index()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1130
      // non-interface call -- for that little speed boost, don't handlize
35492
c8c0273e6b91 8146690: Make all classes in GC follow the naming convention.
david
parents: 35219
diff changeset
  1131
      debug_only(NoSafepointVerifier nosafepoint;)
31027
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1132
      // jni_GetMethodID makes sure class is linked and initialized
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1133
      // so m should have a valid vtable index.
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1134
      assert(m->valid_vtable_index(), "no valid vtable index");
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1135
      int vtbl_index = m->vtable_index();
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1136
      if (vtbl_index != Method::nonvirtual_vtable_index) {
35900
d64cf9290fc4 8148481: Devirtualize Klass::vtable
mgerdin
parents: 35519
diff changeset
  1137
        selected_method = h_recv->klass()->method_at_vtable(vtbl_index);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1138
      } else {
31027
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1139
        // final method
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1140
        selected_method = m;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1141
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1142
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1143
      // interface call
31027
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1144
      int itbl_index = m->itable_index();
6df6a1332f23 8072588: JVM crashes in JNI if toString is declared as an interface method
aeriksso
parents: 30764
diff changeset
  1145
      Klass* k = h_recv->klass();
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1146
      selected_method = InstanceKlass::cast(k)->method_at_itable(holder, itbl_index, CHECK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1147
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1148
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1149
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1150
  methodHandle method(THREAD, selected_method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1151
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1152
  // Create object to hold arguments for the JavaCall, and associate it with
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1153
  // the jni parser
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1154
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1155
  JavaCallArguments java_args(number_of_parameters);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1156
  args->set_java_argument_object(&java_args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1157
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1158
  // handle arguments
41669
2091069b6851 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
dholmes
parents: 40655
diff changeset
  1159
  assert(!method->is_static(), "method %s should not be static", method->name_and_sig_as_C_string());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1160
  args->push_receiver(h_recv); // Push jobject handle
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1161
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1162
  // Fill out JavaCallArguments object
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1163
  args->iterate( Fingerprinter(method).fingerprint() );
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1164
  // Initialize result type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1165
  result->set_type(args->get_ret_type());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1166
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1167
  // Invoke the method. Result is returned as oop.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1168
  JavaCalls::call(result, method, &java_args, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1169
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1170
  // Convert result
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 58177
diff changeset
  1171
  if (is_reference_type(result->get_type())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1172
    result->set_jobject(JNIHandles::make_local(env, (oop) result->get_jobject()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1173
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1174
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1175
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1176
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1177
static instanceOop alloc_object(jclass clazz, TRAPS) {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1178
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
22532
1fc87ea15795 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub
parents: 22520
diff changeset
  1179
  if (k == NULL) {
1fc87ea15795 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub
parents: 22520
diff changeset
  1180
    ResourceMark rm(THREAD);
1fc87ea15795 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub
parents: 22520
diff changeset
  1181
    THROW_(vmSymbols::java_lang_InstantiationException(), NULL);
1fc87ea15795 8031427: AllocObject and Unsafe.allocateInstance segfault for primitive types
gdub
parents: 22520
diff changeset
  1182
  }
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1183
  k->check_valid_for_instantiation(false, CHECK_NULL);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1184
  k->initialize(CHECK_NULL);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1185
  instanceOop ih = InstanceKlass::cast(k)->allocate_instance(THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1186
  return ih;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1187
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1188
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1189
DT_RETURN_MARK_DECL(AllocObject, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1190
                    , HOTSPOT_JNI_ALLOCOBJECT_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1191
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1192
JNI_ENTRY(jobject, jni_AllocObject(JNIEnv *env, jclass clazz))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1193
  JNIWrapper("AllocObject");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1194
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1195
  HOTSPOT_JNI_ALLOCOBJECT_ENTRY(env, clazz);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1196
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1197
  jobject ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1198
  DT_RETURN_MARK(AllocObject, jobject, (const jobject&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1199
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1200
  instanceOop i = alloc_object(clazz, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1201
  ret = JNIHandles::make_local(env, i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1202
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1203
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1204
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1205
DT_RETURN_MARK_DECL(NewObjectA, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1206
                    , HOTSPOT_JNI_NEWOBJECTA_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1207
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1208
JNI_ENTRY(jobject, jni_NewObjectA(JNIEnv *env, jclass clazz, jmethodID methodID, const jvalue *args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1209
  JNIWrapper("NewObjectA");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1210
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1211
  HOTSPOT_JNI_NEWOBJECTA_ENTRY(env, clazz, (uintptr_t) methodID);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1212
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1213
  jobject obj = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1214
  DT_RETURN_MARK(NewObjectA, jobject, (const jobject)obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1215
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1216
  instanceOop i = alloc_object(clazz, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1217
  obj = JNIHandles::make_local(env, i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1218
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1219
  JNI_ArgumentPusherArray ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1220
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1221
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1222
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1223
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1224
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1225
DT_RETURN_MARK_DECL(NewObjectV, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1226
                    , HOTSPOT_JNI_NEWOBJECTV_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1227
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1228
JNI_ENTRY(jobject, jni_NewObjectV(JNIEnv *env, jclass clazz, jmethodID methodID, va_list args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1229
  JNIWrapper("NewObjectV");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1230
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1231
  HOTSPOT_JNI_NEWOBJECTV_ENTRY(env, clazz, (uintptr_t) methodID);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1232
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1233
  jobject obj = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1234
  DT_RETURN_MARK(NewObjectV, jobject, (const jobject&)obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1235
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1236
  instanceOop i = alloc_object(clazz, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1237
  obj = JNIHandles::make_local(env, i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1238
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1239
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1240
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1241
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1242
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1243
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1244
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1245
DT_RETURN_MARK_DECL(NewObject, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1246
                    , HOTSPOT_JNI_NEWOBJECT_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1247
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1248
JNI_ENTRY(jobject, jni_NewObject(JNIEnv *env, jclass clazz, jmethodID methodID, ...))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1249
  JNIWrapper("NewObject");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1250
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1251
  HOTSPOT_JNI_NEWOBJECT_ENTRY(env, clazz, (uintptr_t) methodID);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1252
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1253
  jobject obj = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1254
  DT_RETURN_MARK(NewObject, jobject, (const jobject&)obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1255
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1256
  instanceOop i = alloc_object(clazz, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1257
  obj = JNIHandles::make_local(env, i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1258
  va_list args;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1259
  va_start(args, methodID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1260
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1261
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1262
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1263
  va_end(args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1264
  return obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1265
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1266
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1267
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1268
JNI_ENTRY(jclass, jni_GetObjectClass(JNIEnv *env, jobject obj))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1269
  JNIWrapper("GetObjectClass");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1270
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1271
  HOTSPOT_JNI_GETOBJECTCLASS_ENTRY(env, obj);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1272
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1273
  Klass* k = JNIHandles::resolve_non_null(obj)->klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1274
  jclass ret =
14488
ab48109f7d1b 8001471: Klass::cast() does nothing
hseigel
parents: 14391
diff changeset
  1275
    (jclass) JNIHandles::make_local(env, k->java_mirror());
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1276
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1277
  HOTSPOT_JNI_GETOBJECTCLASS_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1278
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1279
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1280
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  1281
JNI_ENTRY_NO_PRESERVE(jboolean, jni_IsInstanceOf(JNIEnv *env, jobject obj, jclass clazz))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1282
  JNIWrapper("IsInstanceOf");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1283
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1284
  HOTSPOT_JNI_ISINSTANCEOF_ENTRY(env, obj, clazz);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1285
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1286
  jboolean ret = JNI_TRUE;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1287
  if (obj != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1288
    ret = JNI_FALSE;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1289
    Klass* k = java_lang_Class::as_Klass(
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1290
      JNIHandles::resolve_non_null(clazz));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1291
    if (k != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1292
      ret = JNIHandles::resolve_non_null(obj)->is_a(k) ? JNI_TRUE : JNI_FALSE;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1293
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1294
  }
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  1295
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1296
  HOTSPOT_JNI_ISINSTANCEOF_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1297
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1298
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1299
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1300
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1301
static jmethodID get_method_id(JNIEnv *env, jclass clazz, const char *name_str,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1302
                               const char *sig, bool is_static, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1303
  // %%%% This code should probably just call into a method in the LinkResolver
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1304
  //
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1305
  // The class should have been loaded (we have an instance of the class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1306
  // passed in) so the method and signature should already be in the symbol
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1307
  // table.  If they're not there, the method doesn't exist.
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1308
  const char *name_to_probe = (name_str == NULL)
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1309
                        ? vmSymbols::object_initializer_name()->as_C_string()
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1310
                        : name_str;
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1311
  TempNewSymbol name = SymbolTable::probe(name_to_probe, (int)strlen(name_to_probe));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1312
  TempNewSymbol signature = SymbolTable::probe(sig, (int)strlen(sig));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1313
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1314
  if (name == NULL || signature == NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1315
    THROW_MSG_0(vmSymbols::java_lang_NoSuchMethodError(), name_str);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1316
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1317
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1318
  Klass* klass = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1319
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1320
  // Throw a NoSuchMethodError exception if we have an instance of a
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1321
  // primitive java.lang.Class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1322
  if (java_lang_Class::is_primitive(JNIHandles::resolve_non_null(clazz))) {
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1323
    ResourceMark rm;
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1324
    THROW_MSG_0(vmSymbols::java_lang_NoSuchMethodError(), err_msg("%s%s.%s%s", is_static ? "static " : "", klass->signature_name(), name_str, sig));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1325
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1326
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1327
  // Make sure class is linked and initialized before handing id's out to
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1328
  // Method*s.
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1329
  klass->initialize(CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1330
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  1331
  Method* m;
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1332
  if (name == vmSymbols::object_initializer_name() ||
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1333
      name == vmSymbols::class_initializer_name()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1334
    // Never search superclasses for constructors
33611
9abd65805e19 8139203: Consistent naming for klass type predicates
coleenp
parents: 33576
diff changeset
  1335
    if (klass->is_instance_klass()) {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1336
      m = InstanceKlass::cast(klass)->find_method(name, signature);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1337
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1338
      m = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1339
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1340
  } else {
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1341
    m = klass->lookup_method(name, signature);
33611
9abd65805e19 8139203: Consistent naming for klass type predicates
coleenp
parents: 33576
diff changeset
  1342
    if (m == NULL &&  klass->is_instance_klass()) {
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1343
      m = InstanceKlass::cast(klass)->lookup_method_in_ordered_interfaces(name, signature);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1344
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1345
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1346
  if (m == NULL || (m->is_static() != is_static)) {
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1347
    ResourceMark rm;
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  1348
    THROW_MSG_0(vmSymbols::java_lang_NoSuchMethodError(), err_msg("%s%s.%s%s", is_static ? "static " : "", klass->signature_name(), name_str, sig));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1349
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1350
  return m->jmethod_id();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1351
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1352
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1353
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1354
JNI_ENTRY(jmethodID, jni_GetMethodID(JNIEnv *env, jclass clazz,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1355
          const char *name, const char *sig))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1356
  JNIWrapper("GetMethodID");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1357
  HOTSPOT_JNI_GETMETHODID_ENTRY(env, clazz, (char *) name, (char *) sig);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1358
  jmethodID ret = get_method_id(env, clazz, name, sig, false, thread);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1359
  HOTSPOT_JNI_GETMETHODID_RETURN((uintptr_t) ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1360
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1361
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1362
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1363
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1364
JNI_ENTRY(jmethodID, jni_GetStaticMethodID(JNIEnv *env, jclass clazz,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1365
          const char *name, const char *sig))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1366
  JNIWrapper("GetStaticMethodID");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1367
  HOTSPOT_JNI_GETSTATICMETHODID_ENTRY(env, (char *) clazz, (char *) name, (char *)sig);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1368
  jmethodID ret = get_method_id(env, clazz, name, sig, true, thread);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1369
  HOTSPOT_JNI_GETSTATICMETHODID_RETURN((uintptr_t) ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1370
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1371
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1372
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1373
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1374
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1375
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1376
// Calling Methods
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1377
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1378
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1379
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1380
#define DEFINE_CALLMETHOD(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1381
                          , EntryProbe, ReturnProbe)    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1382
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1383
  DT_RETURN_MARK_DECL_FOR(Result, Call##Result##Method, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1384
                          , ReturnProbe);                          \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1385
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1386
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1387
          jni_Call##Result##Method(JNIEnv *env, jobject obj, jmethodID methodID, ...)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1388
  JNIWrapper("Call" XSTR(Result) "Method"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1389
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1390
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1391
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1392
  DT_RETURN_MARK_FOR(Result, Call##Result##Method, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1393
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1394
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1395
  va_list args; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1396
  va_start(args, methodID); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1397
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1398
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1399
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1400
  va_end(args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1401
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1402
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1403
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1404
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1405
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1406
DEFINE_CALLMETHOD(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1407
                  , HOTSPOT_JNI_CALLBOOLEANMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1408
                  HOTSPOT_JNI_CALLBOOLEANMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1409
DEFINE_CALLMETHOD(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1410
                  , HOTSPOT_JNI_CALLBYTEMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1411
                  HOTSPOT_JNI_CALLBYTEMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1412
DEFINE_CALLMETHOD(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1413
                  , HOTSPOT_JNI_CALLCHARMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1414
                  HOTSPOT_JNI_CALLCHARMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1415
DEFINE_CALLMETHOD(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1416
                  , HOTSPOT_JNI_CALLSHORTMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1417
                  HOTSPOT_JNI_CALLSHORTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1418
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1419
DEFINE_CALLMETHOD(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1420
                  , HOTSPOT_JNI_CALLOBJECTMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1421
                  HOTSPOT_JNI_CALLOBJECTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1422
DEFINE_CALLMETHOD(jint,     Int,     T_INT,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1423
                  HOTSPOT_JNI_CALLINTMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1424
                  HOTSPOT_JNI_CALLINTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1425
DEFINE_CALLMETHOD(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1426
                  , HOTSPOT_JNI_CALLLONGMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1427
                  HOTSPOT_JNI_CALLLONGMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1428
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1429
DEFINE_CALLMETHOD(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1430
                  , HOTSPOT_JNI_CALLFLOATMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1431
                  HOTSPOT_JNI_CALLFLOATMETHOD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1432
DEFINE_CALLMETHOD(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1433
                  , HOTSPOT_JNI_CALLDOUBLEMETHOD_ENTRY(env, obj, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1434
                  HOTSPOT_JNI_CALLDOUBLEMETHOD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1435
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1436
#define DEFINE_CALLMETHODV(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1437
                          , EntryProbe, ReturnProbe)    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1438
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1439
  DT_RETURN_MARK_DECL_FOR(Result, Call##Result##MethodV, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1440
                          , ReturnProbe);                          \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1441
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1442
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1443
          jni_Call##Result##MethodV(JNIEnv *env, jobject obj, jmethodID methodID, va_list args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1444
  JNIWrapper("Call" XSTR(Result) "MethodV"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1445
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1446
  EntryProbe;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1447
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1448
  DT_RETURN_MARK_FOR(Result, Call##Result##MethodV, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1449
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1450
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1451
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1452
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1453
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1454
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1455
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1456
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1457
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1458
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1459
DEFINE_CALLMETHODV(jboolean, Boolean, T_BOOLEAN
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1460
                  , HOTSPOT_JNI_CALLBOOLEANMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1461
                  HOTSPOT_JNI_CALLBOOLEANMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1462
DEFINE_CALLMETHODV(jbyte,    Byte,    T_BYTE
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1463
                  , HOTSPOT_JNI_CALLBYTEMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1464
                  HOTSPOT_JNI_CALLBYTEMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1465
DEFINE_CALLMETHODV(jchar,    Char,    T_CHAR
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1466
                  , HOTSPOT_JNI_CALLCHARMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1467
                  HOTSPOT_JNI_CALLCHARMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1468
DEFINE_CALLMETHODV(jshort,   Short,   T_SHORT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1469
                  , HOTSPOT_JNI_CALLSHORTMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1470
                  HOTSPOT_JNI_CALLSHORTMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1471
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1472
DEFINE_CALLMETHODV(jobject,  Object,  T_OBJECT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1473
                  , HOTSPOT_JNI_CALLOBJECTMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1474
                  HOTSPOT_JNI_CALLOBJECTMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1475
DEFINE_CALLMETHODV(jint,     Int,     T_INT,
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1476
                  HOTSPOT_JNI_CALLINTMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1477
                  HOTSPOT_JNI_CALLINTMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1478
DEFINE_CALLMETHODV(jlong,    Long,    T_LONG
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1479
                  , HOTSPOT_JNI_CALLLONGMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1480
                  HOTSPOT_JNI_CALLLONGMETHODV_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1481
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1482
DEFINE_CALLMETHODV(jfloat,   Float,   T_FLOAT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1483
                  , HOTSPOT_JNI_CALLFLOATMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1484
                  HOTSPOT_JNI_CALLFLOATMETHODV_RETURN())
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1485
DEFINE_CALLMETHODV(jdouble,  Double,  T_DOUBLE
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1486
                  , HOTSPOT_JNI_CALLDOUBLEMETHODV_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1487
                  HOTSPOT_JNI_CALLDOUBLEMETHODV_RETURN())
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1488
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1489
#define DEFINE_CALLMETHODA(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1490
                          , EntryProbe, ReturnProbe)    \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1491
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1492
  DT_RETURN_MARK_DECL_FOR(Result, Call##Result##MethodA, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1493
                          , ReturnProbe);                          \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1494
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1495
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1496
          jni_Call##Result##MethodA(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1497
  JNIWrapper("Call" XSTR(Result) "MethodA"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1498
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1499
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1500
  DT_RETURN_MARK_FOR(Result, Call##Result##MethodA, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1501
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1502
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1503
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1504
  JNI_ArgumentPusherArray ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1505
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1506
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1507
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1508
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1509
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1510
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1511
DEFINE_CALLMETHODA(jboolean, Boolean, T_BOOLEAN
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1512
                  , HOTSPOT_JNI_CALLBOOLEANMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1513
                  HOTSPOT_JNI_CALLBOOLEANMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1514
DEFINE_CALLMETHODA(jbyte,    Byte,    T_BYTE
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1515
                  , HOTSPOT_JNI_CALLBYTEMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1516
                  HOTSPOT_JNI_CALLBYTEMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1517
DEFINE_CALLMETHODA(jchar,    Char,    T_CHAR
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1518
                  , HOTSPOT_JNI_CALLCHARMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1519
                  HOTSPOT_JNI_CALLCHARMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1520
DEFINE_CALLMETHODA(jshort,   Short,   T_SHORT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1521
                  , HOTSPOT_JNI_CALLSHORTMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1522
                  HOTSPOT_JNI_CALLSHORTMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1523
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1524
DEFINE_CALLMETHODA(jobject,  Object,  T_OBJECT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1525
                  , HOTSPOT_JNI_CALLOBJECTMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1526
                  HOTSPOT_JNI_CALLOBJECTMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1527
DEFINE_CALLMETHODA(jint,     Int,     T_INT,
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1528
                  HOTSPOT_JNI_CALLINTMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1529
                  HOTSPOT_JNI_CALLINTMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1530
DEFINE_CALLMETHODA(jlong,    Long,    T_LONG
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1531
                  , HOTSPOT_JNI_CALLLONGMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1532
                  HOTSPOT_JNI_CALLLONGMETHODA_RETURN(_ret_ref))
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1533
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1534
DEFINE_CALLMETHODA(jfloat,   Float,   T_FLOAT
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1535
                  , HOTSPOT_JNI_CALLFLOATMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1536
                  HOTSPOT_JNI_CALLFLOATMETHODA_RETURN())
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1537
DEFINE_CALLMETHODA(jdouble,  Double,  T_DOUBLE
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1538
                  , HOTSPOT_JNI_CALLDOUBLEMETHODA_ENTRY(env, obj, (uintptr_t)methodID),
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  1539
                  HOTSPOT_JNI_CALLDOUBLEMETHODA_RETURN())
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1540
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1541
DT_VOID_RETURN_MARK_DECL(CallVoidMethod, HOTSPOT_JNI_CALLVOIDMETHOD_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1542
DT_VOID_RETURN_MARK_DECL(CallVoidMethodV, HOTSPOT_JNI_CALLVOIDMETHODV_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1543
DT_VOID_RETURN_MARK_DECL(CallVoidMethodA, HOTSPOT_JNI_CALLVOIDMETHODA_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1544
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1545
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1546
JNI_ENTRY(void, jni_CallVoidMethod(JNIEnv *env, jobject obj, jmethodID methodID, ...))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1547
  JNIWrapper("CallVoidMethod");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1548
  HOTSPOT_JNI_CALLVOIDMETHOD_ENTRY(env, obj, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1549
  DT_VOID_RETURN_MARK(CallVoidMethod);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1550
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1551
  va_list args;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1552
  va_start(args, methodID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1553
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1554
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1555
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1556
  va_end(args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1557
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1558
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1559
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1560
JNI_ENTRY(void, jni_CallVoidMethodV(JNIEnv *env, jobject obj, jmethodID methodID, va_list args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1561
  JNIWrapper("CallVoidMethodV");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1562
  HOTSPOT_JNI_CALLVOIDMETHODV_ENTRY(env, obj, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1563
  DT_VOID_RETURN_MARK(CallVoidMethodV);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1564
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1565
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1566
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1567
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1568
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1569
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1570
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1571
JNI_ENTRY(void, jni_CallVoidMethodA(JNIEnv *env, jobject obj, jmethodID methodID, const jvalue *args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1572
  JNIWrapper("CallVoidMethodA");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1573
  HOTSPOT_JNI_CALLVOIDMETHODA_ENTRY(env, obj, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1574
  DT_VOID_RETURN_MARK(CallVoidMethodA);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1575
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1576
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1577
  JNI_ArgumentPusherArray ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1578
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_VIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1579
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1580
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1581
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1582
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1583
#define DEFINE_CALLNONVIRTUALMETHOD(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1584
                                    , EntryProbe, ReturnProbe)      \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1585
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1586
  DT_RETURN_MARK_DECL_FOR(Result, CallNonvirtual##Result##Method, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1587
                          , ReturnProbe);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1588
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1589
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1590
          jni_CallNonvirtual##Result##Method(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, ...)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1591
  JNIWrapper("CallNonvitual" XSTR(Result) "Method"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1592
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1593
  EntryProbe;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1594
  ResultType ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1595
  DT_RETURN_MARK_FOR(Result, CallNonvirtual##Result##Method, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1596
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1597
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1598
  va_list args; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1599
  va_start(args, methodID); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1600
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1601
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1602
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1603
  va_end(args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1604
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1605
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1606
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1607
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1608
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1609
DEFINE_CALLNONVIRTUALMETHOD(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1610
                            , HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1611
                            HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1612
DEFINE_CALLNONVIRTUALMETHOD(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1613
                            , HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1614
                            HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1615
DEFINE_CALLNONVIRTUALMETHOD(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1616
                            , HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1617
                            HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1618
DEFINE_CALLNONVIRTUALMETHOD(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1619
                            , HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1620
                            HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1621
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1622
DEFINE_CALLNONVIRTUALMETHOD(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1623
                            , HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1624
                            HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1625
DEFINE_CALLNONVIRTUALMETHOD(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1626
                            , HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1627
                            HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1628
DEFINE_CALLNONVIRTUALMETHOD(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1629
                            , HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1630
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1631
                            HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1632
DEFINE_CALLNONVIRTUALMETHOD(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1633
                            , HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1634
                            HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1635
DEFINE_CALLNONVIRTUALMETHOD(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1636
                            , HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1637
                            HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1638
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1639
#define DEFINE_CALLNONVIRTUALMETHODV(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1640
                                    , EntryProbe, ReturnProbe)      \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1641
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1642
  DT_RETURN_MARK_DECL_FOR(Result, CallNonvirtual##Result##MethodV, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1643
                          , ReturnProbe);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1644
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1645
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1646
          jni_CallNonvirtual##Result##MethodV(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, va_list args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1647
  JNIWrapper("CallNonvitual" XSTR(Result) "MethodV"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1648
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1649
  EntryProbe;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1650
  ResultType ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1651
  DT_RETURN_MARK_FOR(Result, CallNonvirtual##Result##MethodV, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1652
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1653
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1654
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1655
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1656
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1657
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1658
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1659
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1660
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1661
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1662
DEFINE_CALLNONVIRTUALMETHODV(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1663
                            , HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1664
                            HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1665
DEFINE_CALLNONVIRTUALMETHODV(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1666
                            , HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1667
                            HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1668
DEFINE_CALLNONVIRTUALMETHODV(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1669
                            , HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1670
                            HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1671
DEFINE_CALLNONVIRTUALMETHODV(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1672
                            , HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1673
                            HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1674
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1675
DEFINE_CALLNONVIRTUALMETHODV(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1676
                            , HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1677
                            HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1678
DEFINE_CALLNONVIRTUALMETHODV(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1679
                            , HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1680
                            HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1681
DEFINE_CALLNONVIRTUALMETHODV(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1682
                            , HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1683
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1684
                            HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1685
DEFINE_CALLNONVIRTUALMETHODV(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1686
                            , HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1687
                            HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1688
DEFINE_CALLNONVIRTUALMETHODV(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1689
                            , HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1690
                            HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1691
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1692
#define DEFINE_CALLNONVIRTUALMETHODA(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1693
                                    , EntryProbe, ReturnProbe)      \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1694
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1695
  DT_RETURN_MARK_DECL_FOR(Result, CallNonvirtual##Result##MethodA, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1696
                          , ReturnProbe);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1697
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1698
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1699
          jni_CallNonvirtual##Result##MethodA(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, const jvalue *args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1700
  JNIWrapper("CallNonvitual" XSTR(Result) "MethodA"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1701
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1702
  EntryProbe;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1703
  ResultType ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1704
  DT_RETURN_MARK_FOR(Result, CallNonvirtual##Result##MethodA, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1705
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1706
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1707
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1708
  JNI_ArgumentPusherArray ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1709
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1710
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1711
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1712
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1713
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1714
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1715
DEFINE_CALLNONVIRTUALMETHODA(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1716
                            , HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1717
                            HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1718
DEFINE_CALLNONVIRTUALMETHODA(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1719
                            , HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1720
                            HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1721
DEFINE_CALLNONVIRTUALMETHODA(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1722
                            , HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1723
                            HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1724
DEFINE_CALLNONVIRTUALMETHODA(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1725
                            , HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1726
                            HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1727
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1728
DEFINE_CALLNONVIRTUALMETHODA(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1729
                            , HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1730
                            HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1731
DEFINE_CALLNONVIRTUALMETHODA(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1732
                            , HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1733
                            HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1734
DEFINE_CALLNONVIRTUALMETHODA(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1735
                            , HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1736
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1737
                            HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1738
DEFINE_CALLNONVIRTUALMETHODA(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1739
                            , HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1740
                            HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1741
DEFINE_CALLNONVIRTUALMETHODA(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1742
                            , HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_ENTRY(env, obj, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1743
                            HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1744
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1745
DT_VOID_RETURN_MARK_DECL(CallNonvirtualVoidMethod
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1746
                         , HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1747
DT_VOID_RETURN_MARK_DECL(CallNonvirtualVoidMethodV
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1748
                         , HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1749
DT_VOID_RETURN_MARK_DECL(CallNonvirtualVoidMethodA
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1750
                         , HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1751
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1752
JNI_ENTRY(void, jni_CallNonvirtualVoidMethod(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, ...))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1753
  JNIWrapper("CallNonvirtualVoidMethod");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1754
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1755
  HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_ENTRY(env, obj, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1756
  DT_VOID_RETURN_MARK(CallNonvirtualVoidMethod);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1757
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1758
  va_list args;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1759
  va_start(args, methodID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1760
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1761
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1762
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1763
  va_end(args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1764
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1765
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1766
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1767
JNI_ENTRY(void, jni_CallNonvirtualVoidMethodV(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, va_list args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1768
  JNIWrapper("CallNonvirtualVoidMethodV");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1769
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1770
  HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_ENTRY(
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1771
               env, obj, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1772
  DT_VOID_RETURN_MARK(CallNonvirtualVoidMethodV);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1773
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1774
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1775
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1776
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1777
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1778
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1779
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1780
JNI_ENTRY(void, jni_CallNonvirtualVoidMethodA(JNIEnv *env, jobject obj, jclass cls, jmethodID methodID, const jvalue *args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1781
  JNIWrapper("CallNonvirtualVoidMethodA");
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1782
  HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_ENTRY(
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1783
                env, obj, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1784
  DT_VOID_RETURN_MARK(CallNonvirtualVoidMethodA);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1785
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1786
  JNI_ArgumentPusherArray ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1787
  jni_invoke_nonstatic(env, &jvalue, obj, JNI_NONVIRTUAL, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1788
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1789
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1790
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1791
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1792
#define DEFINE_CALLSTATICMETHOD(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1793
                                , EntryProbe, ResultProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1794
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1795
  DT_RETURN_MARK_DECL_FOR(Result, CallStatic##Result##Method, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1796
                          , ResultProbe);                               \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1797
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1798
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1799
          jni_CallStatic##Result##Method(JNIEnv *env, jclass cls, jmethodID methodID, ...)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1800
  JNIWrapper("CallStatic" XSTR(Result) "Method"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1801
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1802
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1803
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1804
  DT_RETURN_MARK_FOR(Result, CallStatic##Result##Method, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1805
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1806
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1807
  va_list args; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1808
  va_start(args, methodID); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1809
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1810
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1811
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1812
  va_end(args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1813
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1814
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1815
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1816
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1817
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1818
DEFINE_CALLSTATICMETHOD(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1819
                        , HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1820
                        HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1821
DEFINE_CALLSTATICMETHOD(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1822
                        , HOTSPOT_JNI_CALLSTATICBYTEMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1823
                        HOTSPOT_JNI_CALLSTATICBYTEMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1824
DEFINE_CALLSTATICMETHOD(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1825
                        , HOTSPOT_JNI_CALLSTATICCHARMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1826
                        HOTSPOT_JNI_CALLSTATICCHARMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1827
DEFINE_CALLSTATICMETHOD(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1828
                        , HOTSPOT_JNI_CALLSTATICSHORTMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1829
                        HOTSPOT_JNI_CALLSTATICSHORTMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1830
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1831
DEFINE_CALLSTATICMETHOD(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1832
                        , HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1833
                        HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1834
DEFINE_CALLSTATICMETHOD(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1835
                        , HOTSPOT_JNI_CALLSTATICINTMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1836
                        HOTSPOT_JNI_CALLSTATICINTMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1837
DEFINE_CALLSTATICMETHOD(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1838
                        , HOTSPOT_JNI_CALLSTATICLONGMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1839
                        HOTSPOT_JNI_CALLSTATICLONGMETHOD_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1840
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1841
DEFINE_CALLSTATICMETHOD(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1842
                        , HOTSPOT_JNI_CALLSTATICFLOATMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1843
                        HOTSPOT_JNI_CALLSTATICFLOATMETHOD_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1844
DEFINE_CALLSTATICMETHOD(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1845
                        , HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1846
                        HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1847
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1848
#define DEFINE_CALLSTATICMETHODV(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1849
                                , EntryProbe, ResultProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1850
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1851
  DT_RETURN_MARK_DECL_FOR(Result, CallStatic##Result##MethodV, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1852
                          , ResultProbe);                               \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1853
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1854
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1855
          jni_CallStatic##Result##MethodV(JNIEnv *env, jclass cls, jmethodID methodID, va_list args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1856
  JNIWrapper("CallStatic" XSTR(Result) "MethodV"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1857
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1858
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1859
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1860
  DT_RETURN_MARK_FOR(Result, CallStatic##Result##MethodV, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1861
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1862
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1863
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1864
  JNI_ArgumentPusherVaArg ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1865
  /* Make sure class is initialized before trying to invoke its method */ \
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1866
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(cls)); \
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  1867
  k->initialize(CHECK_0); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1868
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1869
  va_end(args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1870
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1871
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1872
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1873
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1874
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1875
DEFINE_CALLSTATICMETHODV(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1876
                        , HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1877
                        HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1878
DEFINE_CALLSTATICMETHODV(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1879
                        , HOTSPOT_JNI_CALLSTATICBYTEMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1880
                        HOTSPOT_JNI_CALLSTATICBYTEMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1881
DEFINE_CALLSTATICMETHODV(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1882
                        , HOTSPOT_JNI_CALLSTATICCHARMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1883
                        HOTSPOT_JNI_CALLSTATICCHARMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1884
DEFINE_CALLSTATICMETHODV(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1885
                        , HOTSPOT_JNI_CALLSTATICSHORTMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1886
                        HOTSPOT_JNI_CALLSTATICSHORTMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1887
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1888
DEFINE_CALLSTATICMETHODV(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1889
                        , HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1890
                        HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1891
DEFINE_CALLSTATICMETHODV(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1892
                        , HOTSPOT_JNI_CALLSTATICINTMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1893
                        HOTSPOT_JNI_CALLSTATICINTMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1894
DEFINE_CALLSTATICMETHODV(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1895
                        , HOTSPOT_JNI_CALLSTATICLONGMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1896
                        HOTSPOT_JNI_CALLSTATICLONGMETHODV_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1897
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1898
DEFINE_CALLSTATICMETHODV(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1899
                        , HOTSPOT_JNI_CALLSTATICFLOATMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1900
                        HOTSPOT_JNI_CALLSTATICFLOATMETHODV_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1901
DEFINE_CALLSTATICMETHODV(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1902
                        , HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1903
                        HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1904
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1905
#define DEFINE_CALLSTATICMETHODA(ResultType, Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1906
                                , EntryProbe, ResultProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1907
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1908
  DT_RETURN_MARK_DECL_FOR(Result, CallStatic##Result##MethodA, ResultType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1909
                          , ResultProbe);                               \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1910
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1911
JNI_ENTRY(ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1912
          jni_CallStatic##Result##MethodA(JNIEnv *env, jclass cls, jmethodID methodID, const jvalue *args)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1913
  JNIWrapper("CallStatic" XSTR(Result) "MethodA"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1914
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1915
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1916
  ResultType ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1917
  DT_RETURN_MARK_FOR(Result, CallStatic##Result##MethodA, ResultType, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1918
                     (const ResultType&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1919
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1920
  JavaValue jvalue(Tag); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1921
  JNI_ArgumentPusherArray ap(methodID, args); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1922
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1923
  ret = jvalue.get_##ResultType(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1924
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1925
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1926
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1927
// the runtime type of subword integral basic types is integer
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1928
DEFINE_CALLSTATICMETHODA(jboolean, Boolean, T_BOOLEAN
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1929
                        , HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1930
                        HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1931
DEFINE_CALLSTATICMETHODA(jbyte,    Byte,    T_BYTE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1932
                        , HOTSPOT_JNI_CALLSTATICBYTEMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1933
                        HOTSPOT_JNI_CALLSTATICBYTEMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1934
DEFINE_CALLSTATICMETHODA(jchar,    Char,    T_CHAR
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1935
                        , HOTSPOT_JNI_CALLSTATICCHARMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1936
                        HOTSPOT_JNI_CALLSTATICCHARMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1937
DEFINE_CALLSTATICMETHODA(jshort,   Short,   T_SHORT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1938
                        , HOTSPOT_JNI_CALLSTATICSHORTMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1939
                        HOTSPOT_JNI_CALLSTATICSHORTMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1940
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1941
DEFINE_CALLSTATICMETHODA(jobject,  Object,  T_OBJECT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1942
                        , HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1943
                        HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1944
DEFINE_CALLSTATICMETHODA(jint,     Int,     T_INT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1945
                        , HOTSPOT_JNI_CALLSTATICINTMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1946
                        HOTSPOT_JNI_CALLSTATICINTMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1947
DEFINE_CALLSTATICMETHODA(jlong,    Long,    T_LONG
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1948
                        , HOTSPOT_JNI_CALLSTATICLONGMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1949
                        HOTSPOT_JNI_CALLSTATICLONGMETHODA_RETURN(_ret_ref));
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1950
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1951
DEFINE_CALLSTATICMETHODA(jfloat,   Float,   T_FLOAT
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1952
                        , HOTSPOT_JNI_CALLSTATICFLOATMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1953
                        HOTSPOT_JNI_CALLSTATICFLOATMETHODA_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1954
DEFINE_CALLSTATICMETHODA(jdouble,  Double,  T_DOUBLE
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1955
                        , HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_ENTRY(env, cls, (uintptr_t)methodID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1956
                        HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1957
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1958
DT_VOID_RETURN_MARK_DECL(CallStaticVoidMethod
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1959
                         , HOTSPOT_JNI_CALLSTATICVOIDMETHOD_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1960
DT_VOID_RETURN_MARK_DECL(CallStaticVoidMethodV
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1961
                         , HOTSPOT_JNI_CALLSTATICVOIDMETHODV_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1962
DT_VOID_RETURN_MARK_DECL(CallStaticVoidMethodA
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1963
                         , HOTSPOT_JNI_CALLSTATICVOIDMETHODA_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  1964
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1965
JNI_ENTRY(void, jni_CallStaticVoidMethod(JNIEnv *env, jclass cls, jmethodID methodID, ...))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1966
  JNIWrapper("CallStaticVoidMethod");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1967
  HOTSPOT_JNI_CALLSTATICVOIDMETHOD_ENTRY(env, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1968
  DT_VOID_RETURN_MARK(CallStaticVoidMethod);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1969
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1970
  va_list args;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1971
  va_start(args, methodID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1972
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1973
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1974
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1975
  va_end(args);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1976
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1977
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1978
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1979
JNI_ENTRY(void, jni_CallStaticVoidMethodV(JNIEnv *env, jclass cls, jmethodID methodID, va_list args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1980
  JNIWrapper("CallStaticVoidMethodV");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1981
  HOTSPOT_JNI_CALLSTATICVOIDMETHODV_ENTRY(env, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1982
  DT_VOID_RETURN_MARK(CallStaticVoidMethodV);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1983
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1984
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1985
  JNI_ArgumentPusherVaArg ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1986
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1987
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1988
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1989
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1990
JNI_ENTRY(void, jni_CallStaticVoidMethodA(JNIEnv *env, jclass cls, jmethodID methodID, const jvalue *args))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1991
  JNIWrapper("CallStaticVoidMethodA");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  1992
  HOTSPOT_JNI_CALLSTATICVOIDMETHODA_ENTRY(env, cls, (uintptr_t) methodID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1993
  DT_VOID_RETURN_MARK(CallStaticVoidMethodA);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1994
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1995
  JavaValue jvalue(T_VOID);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  1996
  JNI_ArgumentPusherArray ap(methodID, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1997
  jni_invoke_static(env, &jvalue, NULL, JNI_STATIC, methodID, &ap, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1998
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1999
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2000
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2001
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2002
// Accessing Fields
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2003
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2004
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2005
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2006
DT_RETURN_MARK_DECL(GetFieldID, jfieldID
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2007
                    , HOTSPOT_JNI_GETFIELDID_RETURN((uintptr_t)_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2008
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2009
JNI_ENTRY(jfieldID, jni_GetFieldID(JNIEnv *env, jclass clazz,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2010
          const char *name, const char *sig))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2011
  JNIWrapper("GetFieldID");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2012
  HOTSPOT_JNI_GETFIELDID_ENTRY(env, clazz, (char *) name, (char *) sig);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2013
  jfieldID ret = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2014
  DT_RETURN_MARK(GetFieldID, jfieldID, (const jfieldID&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2015
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2016
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2017
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2018
  // The class should have been loaded (we have an instance of the class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2019
  // passed in) so the field and signature should already be in the symbol
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2020
  // table.  If they're not there, the field doesn't exist.
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2021
  TempNewSymbol fieldname = SymbolTable::probe(name, (int)strlen(name));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2022
  TempNewSymbol signame = SymbolTable::probe(sig, (int)strlen(sig));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2023
  if (fieldname == NULL || signame == NULL) {
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2024
    ResourceMark rm;
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2025
    THROW_MSG_0(vmSymbols::java_lang_NoSuchFieldError(), err_msg("%s.%s %s", k->external_name(), name, sig));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2026
  }
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2027
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2028
  // Make sure class is initialized before handing id's out to fields
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2029
  k->initialize(CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2030
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2031
  fieldDescriptor fd;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2032
  if (!k->is_instance_klass() ||
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2033
      !InstanceKlass::cast(k)->find_field(fieldname, signame, false, &fd)) {
54669
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2034
    ResourceMark rm;
ad45b3802d4e 8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
kvn
parents: 54495
diff changeset
  2035
    THROW_MSG_0(vmSymbols::java_lang_NoSuchFieldError(), err_msg("%s.%s %s", k->external_name(), name, sig));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2036
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2037
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2038
  // A jfieldID for a non-static field is simply the offset of the field within the instanceOop
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2039
  // It may also have hash bits for k, if VerifyJNIFields is turned on.
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2040
  ret = jfieldIDWorkaround::to_instance_jfieldID(k, fd.offset());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2041
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2042
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2043
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2044
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2045
JNI_ENTRY(jobject, jni_GetObjectField(JNIEnv *env, jobject obj, jfieldID fieldID))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2046
  JNIWrapper("GetObjectField");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2047
  HOTSPOT_JNI_GETOBJECTFIELD_ENTRY(env, obj, (uintptr_t) fieldID);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2048
  oop o = JNIHandles::resolve_non_null(obj);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2049
  Klass* k = o->klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2050
  int offset = jfieldIDWorkaround::from_instance_jfieldID(k, fieldID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2051
  // Keep JVMTI addition small and only check enabled flag here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2052
  // jni_GetField_probe() assumes that is okay to create handles.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2053
  if (JvmtiExport::should_post_field_access()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2054
    o = JvmtiExport::jni_GetField_probe(thread, obj, o, k, fieldID, false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2055
  }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47796
diff changeset
  2056
  oop loaded_obj = HeapAccess<ON_UNKNOWN_OOP_REF>::oop_load_at(o, offset);
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47796
diff changeset
  2057
  jobject ret = JNIHandles::make_local(env, loaded_obj);
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47796
diff changeset
  2058
  HOTSPOT_JNI_GETOBJECTFIELD_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2059
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2060
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2061
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2062
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2063
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2064
#define DEFINE_GETFIELD(Return,Fieldname,Result \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2065
  , EntryProbe, ReturnProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2066
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2067
  DT_RETURN_MARK_DECL_FOR(Result, Get##Result##Field, Return \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2068
  , ReturnProbe); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2069
\
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2070
JNI_ENTRY_NO_PRESERVE(Return, jni_Get##Result##Field(JNIEnv *env, jobject obj, jfieldID fieldID)) \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2071
  JNIWrapper("Get" XSTR(Result) "Field"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2072
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2073
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2074
  Return ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2075
  DT_RETURN_MARK_FOR(Result, Get##Result##Field, Return, (const Return&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2076
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2077
  oop o = JNIHandles::resolve_non_null(obj); \
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2078
  Klass* k = o->klass(); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2079
  int offset = jfieldIDWorkaround::from_instance_jfieldID(k, fieldID);  \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2080
  /* Keep JVMTI addition small and only check enabled flag here.       */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2081
  /* jni_GetField_probe_nh() assumes that is not okay to create handles */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2082
  /* and creates a ResetNoHandleMark.                                   */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2083
  if (JvmtiExport::should_post_field_access()) { \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2084
    o = JvmtiExport::jni_GetField_probe_nh(thread, obj, o, k, fieldID, false); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2085
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2086
  ret = o->Fieldname##_field(offset); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2087
  return ret; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2088
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2089
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2090
DEFINE_GETFIELD(jboolean, bool,   Boolean
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2091
                , HOTSPOT_JNI_GETBOOLEANFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2092
                HOTSPOT_JNI_GETBOOLEANFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2093
DEFINE_GETFIELD(jbyte,    byte,   Byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2094
                , HOTSPOT_JNI_GETBYTEFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2095
                HOTSPOT_JNI_GETBYTEFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2096
DEFINE_GETFIELD(jchar,    char,   Char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2097
                , HOTSPOT_JNI_GETCHARFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2098
                HOTSPOT_JNI_GETCHARFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2099
DEFINE_GETFIELD(jshort,   short,  Short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2100
                , HOTSPOT_JNI_GETSHORTFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2101
                HOTSPOT_JNI_GETSHORTFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2102
DEFINE_GETFIELD(jint,     int,    Int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2103
                , HOTSPOT_JNI_GETINTFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2104
                HOTSPOT_JNI_GETINTFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2105
DEFINE_GETFIELD(jlong,    long,   Long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2106
                , HOTSPOT_JNI_GETLONGFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2107
                HOTSPOT_JNI_GETLONGFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2108
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2109
DEFINE_GETFIELD(jfloat,   float,  Float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2110
                , HOTSPOT_JNI_GETFLOATFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2111
                HOTSPOT_JNI_GETFLOATFIELD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2112
DEFINE_GETFIELD(jdouble,  double, Double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2113
                , HOTSPOT_JNI_GETDOUBLEFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2114
                HOTSPOT_JNI_GETDOUBLEFIELD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2115
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2116
address jni_GetBooleanField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2117
  return (address)jni_GetBooleanField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2118
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2119
address jni_GetByteField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2120
  return (address)jni_GetByteField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2121
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2122
address jni_GetCharField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2123
  return (address)jni_GetCharField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2124
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2125
address jni_GetShortField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2126
  return (address)jni_GetShortField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2127
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2128
address jni_GetIntField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2129
  return (address)jni_GetIntField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2130
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2131
address jni_GetLongField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2132
  return (address)jni_GetLongField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2133
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2134
address jni_GetFloatField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2135
  return (address)jni_GetFloatField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2136
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2137
address jni_GetDoubleField_addr() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2138
  return (address)jni_GetDoubleField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2139
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2140
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2141
JNI_ENTRY_NO_PRESERVE(void, jni_SetObjectField(JNIEnv *env, jobject obj, jfieldID fieldID, jobject value))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2142
  JNIWrapper("SetObjectField");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2143
  HOTSPOT_JNI_SETOBJECTFIELD_ENTRY(env, obj, (uintptr_t) fieldID, value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2144
  oop o = JNIHandles::resolve_non_null(obj);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2145
  Klass* k = o->klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2146
  int offset = jfieldIDWorkaround::from_instance_jfieldID(k, fieldID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2147
  // Keep JVMTI addition small and only check enabled flag here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2148
  // jni_SetField_probe_nh() assumes that is not okay to create handles
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2149
  // and creates a ResetNoHandleMark.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2150
  if (JvmtiExport::should_post_field_modification()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2151
    jvalue field_value;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2152
    field_value.l = value;
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2153
    o = JvmtiExport::jni_SetField_probe_nh(thread, obj, o, k, fieldID, false, JVM_SIGNATURE_CLASS, (jvalue *)&field_value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2154
  }
47998
fb0275c320a0 8189871: Refactor GC barriers to use declarative semantics
eosterlund
parents: 47796
diff changeset
  2155
  HeapAccess<ON_UNKNOWN_OOP_REF>::oop_store_at(o, offset, JNIHandles::resolve(value));
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2156
  HOTSPOT_JNI_SETOBJECTFIELD_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2157
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2158
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2159
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2160
#define DEFINE_SETFIELD(Argument,Fieldname,Result,SigType,unionType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2161
                        , EntryProbe, ReturnProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2162
\
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2163
JNI_ENTRY_NO_PRESERVE(void, jni_Set##Result##Field(JNIEnv *env, jobject obj, jfieldID fieldID, Argument value)) \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2164
  JNIWrapper("Set" XSTR(Result) "Field"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2165
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2166
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2167
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2168
  oop o = JNIHandles::resolve_non_null(obj); \
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2169
  Klass* k = o->klass(); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2170
  int offset = jfieldIDWorkaround::from_instance_jfieldID(k, fieldID);  \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2171
  /* Keep JVMTI addition small and only check enabled flag here.       */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2172
  /* jni_SetField_probe_nh() assumes that is not okay to create handles */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2173
  /* and creates a ResetNoHandleMark.                                   */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2174
  if (JvmtiExport::should_post_field_modification()) { \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2175
    jvalue field_value; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2176
    field_value.unionType = value; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2177
    o = JvmtiExport::jni_SetField_probe_nh(thread, obj, o, k, fieldID, false, SigType, (jvalue *)&field_value); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2178
  } \
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2179
  if (SigType == JVM_SIGNATURE_BOOLEAN) { value = ((jboolean)value) & 1; } \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2180
  o->Fieldname##_field_put(offset, value); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2181
  ReturnProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2182
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2183
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2184
DEFINE_SETFIELD(jboolean, bool,   Boolean, JVM_SIGNATURE_BOOLEAN, z
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2185
                , HOTSPOT_JNI_SETBOOLEANFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2186
                HOTSPOT_JNI_SETBOOLEANFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2187
DEFINE_SETFIELD(jbyte,    byte,   Byte,    JVM_SIGNATURE_BYTE, b
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2188
                , HOTSPOT_JNI_SETBYTEFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2189
                HOTSPOT_JNI_SETBYTEFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2190
DEFINE_SETFIELD(jchar,    char,   Char,    JVM_SIGNATURE_CHAR, c
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2191
                , HOTSPOT_JNI_SETCHARFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2192
                HOTSPOT_JNI_SETCHARFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2193
DEFINE_SETFIELD(jshort,   short,  Short,   JVM_SIGNATURE_SHORT, s
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2194
                , HOTSPOT_JNI_SETSHORTFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2195
                HOTSPOT_JNI_SETSHORTFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2196
DEFINE_SETFIELD(jint,     int,    Int,     JVM_SIGNATURE_INT, i
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2197
                , HOTSPOT_JNI_SETINTFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2198
                HOTSPOT_JNI_SETINTFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2199
DEFINE_SETFIELD(jlong,    long,   Long,    JVM_SIGNATURE_LONG, j
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2200
                , HOTSPOT_JNI_SETLONGFIELD_ENTRY(env, obj, (uintptr_t)fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2201
                HOTSPOT_JNI_SETLONGFIELD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2202
// Float and double probes don't return value because dtrace doesn't currently support it
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2203
DEFINE_SETFIELD(jfloat,   float,  Float,   JVM_SIGNATURE_FLOAT, f
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2204
                , HOTSPOT_JNI_SETFLOATFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2205
                HOTSPOT_JNI_SETFLOATFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2206
DEFINE_SETFIELD(jdouble,  double, Double,  JVM_SIGNATURE_DOUBLE, d
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2207
                , HOTSPOT_JNI_SETDOUBLEFIELD_ENTRY(env, obj, (uintptr_t)fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2208
                HOTSPOT_JNI_SETDOUBLEFIELD_RETURN())
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  2209
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2210
DT_RETURN_MARK_DECL(ToReflectedField, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2211
                    , HOTSPOT_JNI_TOREFLECTEDFIELD_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2212
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2213
JNI_ENTRY(jobject, jni_ToReflectedField(JNIEnv *env, jclass cls, jfieldID fieldID, jboolean isStatic))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2214
  JNIWrapper("ToReflectedField");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2215
  HOTSPOT_JNI_TOREFLECTEDFIELD_ENTRY(env, cls, (uintptr_t) fieldID, isStatic);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2216
  jobject ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2217
  DT_RETURN_MARK(ToReflectedField, jobject, (const jobject&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2218
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2219
  fieldDescriptor fd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2220
  bool found = false;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2221
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(cls));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2222
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2223
  assert(jfieldIDWorkaround::is_static_jfieldID(fieldID) == (isStatic != 0), "invalid fieldID");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2224
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2225
  if (isStatic) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2226
    // Static field. The fieldID a JNIid specifying the field holder and the offset within the Klass*.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2227
    JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fieldID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2228
    assert(id->is_static_field_id(), "invalid static field id");
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8076
diff changeset
  2229
    found = id->find_local_field(&fd);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2230
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2231
    // Non-static field. The fieldID is really the offset of the field within the instanceOop.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2232
    int offset = jfieldIDWorkaround::from_instance_jfieldID(k, fieldID);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2233
    found = InstanceKlass::cast(k)->find_field_from_offset(offset, false, &fd);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2234
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2235
  assert(found, "bad fieldID passed into jni_ToReflectedField");
24456
8c7933fa5a1f 8025580: Temporary flags: UseNewReflection and ReflectionWrapResolutionErrors
coleenp
parents: 24424
diff changeset
  2236
  oop reflected = Reflection::new_field(&fd, CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2237
  ret = JNIHandles::make_local(env, reflected);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2238
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2239
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2240
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2241
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2242
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2243
// Accessing Static Fields
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2244
//
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2245
DT_RETURN_MARK_DECL(GetStaticFieldID, jfieldID
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2246
                    , HOTSPOT_JNI_GETSTATICFIELDID_RETURN((uintptr_t)_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2247
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2248
JNI_ENTRY(jfieldID, jni_GetStaticFieldID(JNIEnv *env, jclass clazz,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2249
          const char *name, const char *sig))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2250
  JNIWrapper("GetStaticFieldID");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2251
  HOTSPOT_JNI_GETSTATICFIELDID_ENTRY(env, clazz, (char *) name, (char *) sig);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2252
  jfieldID ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2253
  DT_RETURN_MARK(GetStaticFieldID, jfieldID, (const jfieldID&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2254
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2255
  // The class should have been loaded (we have an instance of the class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2256
  // passed in) so the field and signature should already be in the symbol
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2257
  // table.  If they're not there, the field doesn't exist.
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2258
  TempNewSymbol fieldname = SymbolTable::probe(name, (int)strlen(name));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2259
  TempNewSymbol signame = SymbolTable::probe(sig, (int)strlen(sig));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2260
  if (fieldname == NULL || signame == NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2261
    THROW_MSG_0(vmSymbols::java_lang_NoSuchFieldError(), (char*) name);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2262
  }
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2263
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2264
  // Make sure class is initialized before handing id's out to static fields
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2265
  k->initialize(CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2266
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2267
  fieldDescriptor fd;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2268
  if (!k->is_instance_klass() ||
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2269
      !InstanceKlass::cast(k)->find_field(fieldname, signame, true, &fd)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2270
    THROW_MSG_0(vmSymbols::java_lang_NoSuchFieldError(), (char*) name);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2271
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2272
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2273
  // A jfieldID for a static field is a JNIid specifying the field holder and the offset within the Klass*
14391
df0a1573d5bd 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp
parents: 13977
diff changeset
  2274
  JNIid* id = fd.field_holder()->jni_id_for(fd.offset());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2275
  debug_only(id->set_is_static_field_id();)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2276
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8076
diff changeset
  2277
  debug_only(id->verify(fd.field_holder()));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2278
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2279
  ret = jfieldIDWorkaround::to_static_jfieldID(id);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2280
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2281
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2282
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2283
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2284
JNI_ENTRY(jobject, jni_GetStaticObjectField(JNIEnv *env, jclass clazz, jfieldID fieldID))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2285
  JNIWrapper("GetStaticObjectField");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2286
  HOTSPOT_JNI_GETSTATICOBJECTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID);
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 13728
diff changeset
  2287
#if INCLUDE_JNI_CHECK
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2288
  DEBUG_ONLY(Klass* param_k = jniCheck::validate_class(thread, clazz);)
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 13728
diff changeset
  2289
#endif // INCLUDE_JNI_CHECK
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2290
  JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fieldID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2291
  assert(id->is_static_field_id(), "invalid static field id");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2292
  // Keep JVMTI addition small and only check enabled flag here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2293
  // jni_GetField_probe() assumes that is okay to create handles.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2294
  if (JvmtiExport::should_post_field_access()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2295
    JvmtiExport::jni_GetField_probe(thread, NULL, NULL, id->holder(), fieldID, true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2296
  }
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8076
diff changeset
  2297
  jobject ret = JNIHandles::make_local(id->holder()->java_mirror()->obj_field(id->offset()));
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2298
  HOTSPOT_JNI_GETSTATICOBJECTFIELD_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2299
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2300
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2301
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2302
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2303
#define DEFINE_GETSTATICFIELD(Return,Fieldname,Result \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2304
                              , EntryProbe, ReturnProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2305
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2306
  DT_RETURN_MARK_DECL_FOR(Result, GetStatic##Result##Field, Return \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2307
                          , ReturnProbe);                                          \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2308
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2309
JNI_ENTRY(Return, jni_GetStatic##Result##Field(JNIEnv *env, jclass clazz, jfieldID fieldID)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2310
  JNIWrapper("GetStatic" XSTR(Result) "Field"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2311
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2312
  Return ret = 0;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2313
  DT_RETURN_MARK_FOR(Result, GetStatic##Result##Field, Return, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2314
                     (const Return&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2315
  JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fieldID); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2316
  assert(id->is_static_field_id(), "invalid static field id"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2317
  /* Keep JVMTI addition small and only check enabled flag here. */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2318
  /* jni_GetField_probe() assumes that is okay to create handles. */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2319
  if (JvmtiExport::should_post_field_access()) { \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2320
    JvmtiExport::jni_GetField_probe(thread, NULL, NULL, id->holder(), fieldID, true); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2321
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2322
  ret = id->holder()->java_mirror()-> Fieldname##_field (id->offset()); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2323
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2324
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2325
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2326
DEFINE_GETSTATICFIELD(jboolean, bool,   Boolean
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2327
                      , HOTSPOT_JNI_GETSTATICBOOLEANFIELD_ENTRY(env, clazz, (uintptr_t) fieldID), HOTSPOT_JNI_GETSTATICBOOLEANFIELD_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2328
DEFINE_GETSTATICFIELD(jbyte,    byte,   Byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2329
                      , HOTSPOT_JNI_GETSTATICBYTEFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),    HOTSPOT_JNI_GETSTATICBYTEFIELD_RETURN(_ret_ref)   )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2330
DEFINE_GETSTATICFIELD(jchar,    char,   Char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2331
                      , HOTSPOT_JNI_GETSTATICCHARFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),    HOTSPOT_JNI_GETSTATICCHARFIELD_RETURN(_ret_ref)   )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2332
DEFINE_GETSTATICFIELD(jshort,   short,  Short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2333
                      , HOTSPOT_JNI_GETSTATICSHORTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),   HOTSPOT_JNI_GETSTATICSHORTFIELD_RETURN(_ret_ref)  )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2334
DEFINE_GETSTATICFIELD(jint,     int,    Int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2335
                      , HOTSPOT_JNI_GETSTATICINTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),     HOTSPOT_JNI_GETSTATICINTFIELD_RETURN(_ret_ref)    )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2336
DEFINE_GETSTATICFIELD(jlong,    long,   Long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2337
                      , HOTSPOT_JNI_GETSTATICLONGFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),    HOTSPOT_JNI_GETSTATICLONGFIELD_RETURN(_ret_ref)   )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2338
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2339
DEFINE_GETSTATICFIELD(jfloat,   float,  Float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2340
                      , HOTSPOT_JNI_GETSTATICFLOATFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),   HOTSPOT_JNI_GETSTATICFLOATFIELD_RETURN()          )
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2341
DEFINE_GETSTATICFIELD(jdouble,  double, Double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2342
                      , HOTSPOT_JNI_GETSTATICDOUBLEFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),  HOTSPOT_JNI_GETSTATICDOUBLEFIELD_RETURN()         )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2343
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2344
JNI_ENTRY(void, jni_SetStaticObjectField(JNIEnv *env, jclass clazz, jfieldID fieldID, jobject value))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2345
  JNIWrapper("SetStaticObjectField");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2346
 HOTSPOT_JNI_SETSTATICOBJECTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2347
  JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fieldID);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2348
  assert(id->is_static_field_id(), "invalid static field id");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2349
  // Keep JVMTI addition small and only check enabled flag here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2350
  // jni_SetField_probe() assumes that is okay to create handles.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2351
  if (JvmtiExport::should_post_field_modification()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2352
    jvalue field_value;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2353
    field_value.l = value;
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2354
    JvmtiExport::jni_SetField_probe(thread, NULL, NULL, id->holder(), fieldID, true, JVM_SIGNATURE_CLASS, (jvalue *)&field_value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2355
  }
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8076
diff changeset
  2356
  id->holder()->java_mirror()->obj_field_put(id->offset(), JNIHandles::resolve(value));
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2357
  HOTSPOT_JNI_SETSTATICOBJECTFIELD_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2358
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2359
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2360
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2361
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2362
#define DEFINE_SETSTATICFIELD(Argument,Fieldname,Result,SigType,unionType \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2363
                              , EntryProbe, ReturnProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2364
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2365
JNI_ENTRY(void, jni_SetStatic##Result##Field(JNIEnv *env, jclass clazz, jfieldID fieldID, Argument value)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2366
  JNIWrapper("SetStatic" XSTR(Result) "Field"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2367
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2368
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2369
  JNIid* id = jfieldIDWorkaround::from_static_jfieldID(fieldID); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2370
  assert(id->is_static_field_id(), "invalid static field id"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2371
  /* Keep JVMTI addition small and only check enabled flag here. */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2372
  /* jni_SetField_probe() assumes that is okay to create handles. */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2373
  if (JvmtiExport::should_post_field_modification()) { \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2374
    jvalue field_value; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2375
    field_value.unionType = value; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2376
    JvmtiExport::jni_SetField_probe(thread, NULL, NULL, id->holder(), fieldID, true, SigType, (jvalue *)&field_value); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2377
  } \
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2378
  if (SigType == JVM_SIGNATURE_BOOLEAN) { value = ((jboolean)value) & 1; } \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2379
  id->holder()->java_mirror()-> Fieldname##_field_put (id->offset(), value); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2380
  ReturnProbe;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2381
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2382
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2383
DEFINE_SETSTATICFIELD(jboolean, bool,   Boolean, JVM_SIGNATURE_BOOLEAN, z
22190
d306a75a70d3 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla
parents: 21112
diff changeset
  2384
                      , HOTSPOT_JNI_SETSTATICBOOLEANFIELD_ENTRY(env, clazz, (uintptr_t)fieldID, value),
23997
73485c7e8122 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly
dsimms
parents: 23859
diff changeset
  2385
                      HOTSPOT_JNI_SETSTATICBOOLEANFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2386
DEFINE_SETSTATICFIELD(jbyte,    byte,   Byte,    JVM_SIGNATURE_BYTE, b
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2387
                      , HOTSPOT_JNI_SETSTATICBYTEFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2388
                      HOTSPOT_JNI_SETSTATICBYTEFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2389
DEFINE_SETSTATICFIELD(jchar,    char,   Char,    JVM_SIGNATURE_CHAR, c
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2390
                      , HOTSPOT_JNI_SETSTATICCHARFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2391
                      HOTSPOT_JNI_SETSTATICCHARFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2392
DEFINE_SETSTATICFIELD(jshort,   short,  Short,   JVM_SIGNATURE_SHORT, s
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2393
                      , HOTSPOT_JNI_SETSTATICSHORTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2394
                      HOTSPOT_JNI_SETSTATICSHORTFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2395
DEFINE_SETSTATICFIELD(jint,     int,    Int,     JVM_SIGNATURE_INT, i
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2396
                      , HOTSPOT_JNI_SETSTATICINTFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2397
                      HOTSPOT_JNI_SETSTATICINTFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2398
DEFINE_SETSTATICFIELD(jlong,    long,   Long,    JVM_SIGNATURE_LONG, j
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2399
                      , HOTSPOT_JNI_SETSTATICLONGFIELD_ENTRY(env, clazz, (uintptr_t) fieldID, value),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2400
                      HOTSPOT_JNI_SETSTATICLONGFIELD_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2401
// Float and double probes don't return value because dtrace doesn't currently support it
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2402
DEFINE_SETSTATICFIELD(jfloat,   float,  Float,   JVM_SIGNATURE_FLOAT, f
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2403
                      , HOTSPOT_JNI_SETSTATICFLOATFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2404
                      HOTSPOT_JNI_SETSTATICFLOATFIELD_RETURN())
58722
cba8afa5cfed 8231844: Enhance type signature characters in classfile_constants.h and improve the JVM to use type signature characters more consistently
lfoltan
parents: 58545
diff changeset
  2405
DEFINE_SETSTATICFIELD(jdouble,  double, Double,  JVM_SIGNATURE_DOUBLE, d
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2406
                      , HOTSPOT_JNI_SETSTATICDOUBLEFIELD_ENTRY(env, clazz, (uintptr_t) fieldID),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2407
                      HOTSPOT_JNI_SETSTATICDOUBLEFIELD_RETURN())
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2408
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2409
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2410
// String Operations
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2411
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2412
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2413
// Unicode Interface
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2414
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2415
DT_RETURN_MARK_DECL(NewString, jstring
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2416
                    , HOTSPOT_JNI_NEWSTRING_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2417
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2418
JNI_ENTRY(jstring, jni_NewString(JNIEnv *env, const jchar *unicodeChars, jsize len))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2419
  JNIWrapper("NewString");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2420
 HOTSPOT_JNI_NEWSTRING_ENTRY(env, (uint16_t *) unicodeChars, len);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2421
  jstring ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2422
  DT_RETURN_MARK(NewString, jstring, (const jstring&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2423
  oop string=java_lang_String::create_oop_from_unicode((jchar*) unicodeChars, len, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2424
  ret = (jstring) JNIHandles::make_local(env, string);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2425
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2426
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2427
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2428
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2429
JNI_ENTRY_NO_PRESERVE(jsize, jni_GetStringLength(JNIEnv *env, jstring string))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2430
  JNIWrapper("GetStringLength");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2431
  HOTSPOT_JNI_GETSTRINGLENGTH_ENTRY(env, string);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2432
  jsize ret = 0;
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2433
  oop s = JNIHandles::resolve_non_null(string);
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2434
  ret = java_lang_String::length(s);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2435
 HOTSPOT_JNI_GETSTRINGLENGTH_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2436
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2437
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2438
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2439
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2440
JNI_ENTRY_NO_PRESERVE(const jchar*, jni_GetStringChars(
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2441
  JNIEnv *env, jstring string, jboolean *isCopy))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2442
  JNIWrapper("GetStringChars");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2443
 HOTSPOT_JNI_GETSTRINGCHARS_ENTRY(env, string, (uintptr_t *) isCopy);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2444
  jchar* buf = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2445
  oop s = JNIHandles::resolve_non_null(string);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2446
  typeArrayOop s_value = java_lang_String::value(s);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2447
  if (s_value != NULL) {
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2448
    int s_len = java_lang_String::length(s, s_value);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2449
    bool is_latin1 = java_lang_String::is_latin1(s);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2450
    buf = NEW_C_HEAP_ARRAY_RETURN_NULL(jchar, s_len + 1, mtInternal);  // add one for zero termination
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2451
    /* JNI Specification states return NULL on OOM */
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2452
    if (buf != NULL) {
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2453
      if (s_len > 0) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2454
        if (!is_latin1) {
50389
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  2455
          ArrayAccess<>::arraycopy_to_native(s_value, (size_t) typeArrayOopDesc::element_offset<jchar>(0),
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  2456
                                             buf, s_len);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2457
        } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2458
          for (int i = 0; i < s_len; i++) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2459
            buf[i] = ((jchar) s_value->byte_at(i)) & 0xff;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2460
          }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  2461
        }
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2462
      }
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2463
      buf[s_len] = 0;
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2464
      //%note jni_5
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2465
      if (isCopy != NULL) {
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2466
        *isCopy = JNI_TRUE;
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2467
      }
19545
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2468
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2469
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2470
  HOTSPOT_JNI_GETSTRINGCHARS_RETURN(buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2471
  return buf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2472
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2473
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2474
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2475
JNI_ENTRY_NO_PRESERVE(void, jni_ReleaseStringChars(JNIEnv *env, jstring str, const jchar *chars))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2476
  JNIWrapper("ReleaseStringChars");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2477
  HOTSPOT_JNI_RELEASESTRINGCHARS_ENTRY(env, str, (uint16_t *) chars);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2478
  //%note jni_6
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2479
  if (chars != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2480
    // Since String objects are supposed to be immutable, don't copy any
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2481
    // new data back.  A bad user will have to go after the char array.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2482
    FreeHeap((void*) chars);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2483
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2484
  HOTSPOT_JNI_RELEASESTRINGCHARS_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2485
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2486
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2487
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2488
// UTF Interface
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2489
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2490
DT_RETURN_MARK_DECL(NewStringUTF, jstring
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2491
                    , HOTSPOT_JNI_NEWSTRINGUTF_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2492
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2493
JNI_ENTRY(jstring, jni_NewStringUTF(JNIEnv *env, const char *bytes))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2494
  JNIWrapper("NewStringUTF");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2495
  HOTSPOT_JNI_NEWSTRINGUTF_ENTRY(env, (char *) bytes);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2496
  jstring ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2497
  DT_RETURN_MARK(NewStringUTF, jstring, (const jstring&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2498
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2499
  oop result = java_lang_String::create_oop_from_str((char*) bytes, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2500
  ret = (jstring) JNIHandles::make_local(env, result);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2501
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2502
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2503
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2504
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2505
JNI_ENTRY(jsize, jni_GetStringUTFLength(JNIEnv *env, jstring string))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2506
  JNIWrapper("GetStringUTFLength");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2507
 HOTSPOT_JNI_GETSTRINGUTFLENGTH_ENTRY(env, string);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2508
  oop java_string = JNIHandles::resolve_non_null(string);
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2509
  jsize ret = java_lang_String::utf8_length(java_string);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2510
  HOTSPOT_JNI_GETSTRINGUTFLENGTH_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2511
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2512
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2513
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2514
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2515
JNI_ENTRY(const char*, jni_GetStringUTFChars(JNIEnv *env, jstring string, jboolean *isCopy))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2516
  JNIWrapper("GetStringUTFChars");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2517
 HOTSPOT_JNI_GETSTRINGUTFCHARS_ENTRY(env, string, (uintptr_t *) isCopy);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2518
  char* result = NULL;
7414
940d84ca7fca 6539281: -Xcheck:jni should validate char* argument to ReleaseStringUTFChars
sla
parents: 7405
diff changeset
  2519
  oop java_string = JNIHandles::resolve_non_null(string);
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2520
  typeArrayOop s_value = java_lang_String::value(java_string);
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2521
  if (s_value != NULL) {
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2522
    size_t length = java_lang_String::utf8_length(java_string, s_value);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2523
    /* JNI Specification states return NULL on OOM */
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2524
    result = AllocateHeap(length + 1, mtInternal, 0, AllocFailStrategy::RETURN_NULL);
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2525
    if (result != NULL) {
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  2526
      java_lang_String::as_utf8_string(java_string, s_value, result, (int) length + 1);
20387
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2527
      if (isCopy != NULL) {
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2528
        *isCopy = JNI_TRUE;
df9f9f220120 8025922: JNI access to Strings need to check if the value field is non-null
sla
parents: 20084
diff changeset
  2529
      }
19545
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2530
    }
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2531
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2532
 HOTSPOT_JNI_GETSTRINGUTFCHARS_RETURN(result);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2533
  return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2534
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2535
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2536
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2537
JNI_LEAF(void, jni_ReleaseStringUTFChars(JNIEnv *env, jstring str, const char *chars))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2538
  JNIWrapper("ReleaseStringUTFChars");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2539
 HOTSPOT_JNI_RELEASESTRINGUTFCHARS_ENTRY(env, str, (char *) chars);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2540
  if (chars != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2541
    FreeHeap((char*) chars);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2542
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2543
HOTSPOT_JNI_RELEASESTRINGUTFCHARS_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2544
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2545
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2546
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2547
JNI_ENTRY_NO_PRESERVE(jsize, jni_GetArrayLength(JNIEnv *env, jarray array))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2548
  JNIWrapper("GetArrayLength");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2549
 HOTSPOT_JNI_GETARRAYLENGTH_ENTRY(env, array);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2550
  arrayOop a = arrayOop(JNIHandles::resolve_non_null(array));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2551
  assert(a->is_array(), "must be array");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2552
  jsize ret = a->length();
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2553
 HOTSPOT_JNI_GETARRAYLENGTH_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2554
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2555
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2556
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2557
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2558
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2559
// Object Array Operations
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2560
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2561
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2562
DT_RETURN_MARK_DECL(NewObjectArray, jobjectArray
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2563
                    , HOTSPOT_JNI_NEWOBJECTARRAY_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2564
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2565
JNI_ENTRY(jobjectArray, jni_NewObjectArray(JNIEnv *env, jsize length, jclass elementClass, jobject initialElement))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2566
  JNIWrapper("NewObjectArray");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2567
 HOTSPOT_JNI_NEWOBJECTARRAY_ENTRY(env, length, elementClass, initialElement);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2568
  jobjectArray ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2569
  DT_RETURN_MARK(NewObjectArray, jobjectArray, (const jobjectArray&)ret);
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2570
  Klass* ek = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(elementClass));
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2571
  Klass* ak = ek->array_klass(CHECK_NULL);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2572
  ObjArrayKlass::cast(ak)->initialize(CHECK_NULL);
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2573
  objArrayOop result = ObjArrayKlass::cast(ak)->allocate(length, CHECK_NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2574
  oop initial_value = JNIHandles::resolve(initialElement);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2575
  if (initial_value != NULL) {  // array already initialized with NULL
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2576
    for (int index = 0; index < length; index++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2577
      result->obj_at_put(index, initial_value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2578
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2579
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2580
  ret = (jobjectArray) JNIHandles::make_local(env, result);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2581
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2582
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2583
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2584
DT_RETURN_MARK_DECL(GetObjectArrayElement, jobject
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2585
                    , HOTSPOT_JNI_GETOBJECTARRAYELEMENT_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2586
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2587
JNI_ENTRY(jobject, jni_GetObjectArrayElement(JNIEnv *env, jobjectArray array, jsize index))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2588
  JNIWrapper("GetObjectArrayElement");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2589
 HOTSPOT_JNI_GETOBJECTARRAYELEMENT_ENTRY(env, array, index);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2590
  jobject ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2591
  DT_RETURN_MARK(GetObjectArrayElement, jobject, (const jobject&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2592
  objArrayOop a = objArrayOop(JNIHandles::resolve_non_null(array));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2593
  if (a->is_within_bounds(index)) {
4089
14bd2cd13a2c 6893483: DTrace probe return values for a couple JNI methods are wrong
kamg
parents: 3820
diff changeset
  2594
    ret = JNIHandles::make_local(env, a->obj_at(index));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2595
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2596
  } else {
53533
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2597
    ResourceMark rm(THREAD);
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2598
    stringStream ss;
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2599
    ss.print("Index %d out of bounds for length %d", index, a->length());
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2600
    THROW_MSG_0(vmSymbols::java_lang_ArrayIndexOutOfBoundsException(), ss.as_string());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2601
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2602
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2603
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2604
DT_VOID_RETURN_MARK_DECL(SetObjectArrayElement
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2605
                         , HOTSPOT_JNI_SETOBJECTARRAYELEMENT_RETURN());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2606
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2607
JNI_ENTRY(void, jni_SetObjectArrayElement(JNIEnv *env, jobjectArray array, jsize index, jobject value))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2608
  JNIWrapper("SetObjectArrayElement");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2609
 HOTSPOT_JNI_SETOBJECTARRAYELEMENT_ENTRY(env, array, index, value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2610
  DT_VOID_RETURN_MARK(SetObjectArrayElement);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2611
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2612
  objArrayOop a = objArrayOop(JNIHandles::resolve_non_null(array));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2613
  oop v = JNIHandles::resolve(value);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2614
  if (a->is_within_bounds(index)) {
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
  2615
    if (v == NULL || v->is_a(ObjArrayKlass::cast(a->klass())->element_klass())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2616
      a->obj_at_put(index, v);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2617
    } else {
50601
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2618
      ResourceMark rm(THREAD);
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2619
      stringStream ss;
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2620
      Klass *bottom_kl = ObjArrayKlass::cast(a->klass())->bottom_klass();
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2621
      ss.print("type mismatch: can not store %s to %s[%d]",
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2622
               v->klass()->external_name(),
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2623
               bottom_kl->is_typeArray_klass() ? type2name_tab[ArrayKlass::cast(bottom_kl)->element_type()] : bottom_kl->external_name(),
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2624
               index);
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2625
      for (int dims = ArrayKlass::cast(a->klass())->dimension(); dims > 1; --dims) {
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2626
        ss.print("[]");
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2627
      }
3fbae7b9ddb5 8204943: Improve message of ArrayStoreException.
goetz
parents: 50429
diff changeset
  2628
      THROW_MSG(vmSymbols::java_lang_ArrayStoreException(), ss.as_string());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2629
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2630
  } else {
53533
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2631
    ResourceMark rm(THREAD);
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2632
    stringStream ss;
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2633
    ss.print("Index %d out of bounds for length %d", index, a->length());
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2634
    THROW_MSG(vmSymbols::java_lang_ArrayIndexOutOfBoundsException(), ss.as_string());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2635
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2636
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2637
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2638
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2639
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2640
#define DEFINE_NEWSCALARARRAY(Return,Allocator,Result \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2641
                              ,EntryProbe,ReturnProbe)  \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2642
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2643
  DT_RETURN_MARK_DECL(New##Result##Array, Return \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2644
                      , ReturnProbe); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2645
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2646
JNI_ENTRY(Return, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2647
          jni_New##Result##Array(JNIEnv *env, jsize len)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2648
  JNIWrapper("New" XSTR(Result) "Array"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2649
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2650
  Return ret = NULL;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2651
  DT_RETURN_MARK(New##Result##Array, Return, (const Return&)ret);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2652
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2653
  oop obj= oopFactory::Allocator(len, CHECK_0); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2654
  ret = (Return) JNIHandles::make_local(env, obj); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2655
  return ret;\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2656
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2657
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2658
DEFINE_NEWSCALARARRAY(jbooleanArray, new_boolArray,   Boolean,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2659
                      HOTSPOT_JNI_NEWBOOLEANARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2660
                      HOTSPOT_JNI_NEWBOOLEANARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2661
DEFINE_NEWSCALARARRAY(jbyteArray,    new_byteArray,   Byte,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2662
                      HOTSPOT_JNI_NEWBYTEARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2663
                      HOTSPOT_JNI_NEWBYTEARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2664
DEFINE_NEWSCALARARRAY(jshortArray,   new_shortArray,  Short,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2665
                      HOTSPOT_JNI_NEWSHORTARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2666
                      HOTSPOT_JNI_NEWSHORTARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2667
DEFINE_NEWSCALARARRAY(jcharArray,    new_charArray,   Char,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2668
                      HOTSPOT_JNI_NEWCHARARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2669
                      HOTSPOT_JNI_NEWCHARARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2670
DEFINE_NEWSCALARARRAY(jintArray,     new_intArray,    Int,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2671
                      HOTSPOT_JNI_NEWINTARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2672
                      HOTSPOT_JNI_NEWINTARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2673
DEFINE_NEWSCALARARRAY(jlongArray,    new_longArray,   Long,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2674
                      HOTSPOT_JNI_NEWLONGARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2675
                      HOTSPOT_JNI_NEWLONGARRAY_RETURN(_ret_ref))
51554
5b0d86499960 8209958: Clean up duplicate basic array type statics in Universe
coleenp
parents: 51467
diff changeset
  2676
DEFINE_NEWSCALARARRAY(jfloatArray,   new_floatArray,  Float,
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2677
                      HOTSPOT_JNI_NEWFLOATARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2678
                      HOTSPOT_JNI_NEWFLOATARRAY_RETURN(_ret_ref))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2679
DEFINE_NEWSCALARARRAY(jdoubleArray,  new_doubleArray, Double,
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2680
                      HOTSPOT_JNI_NEWDOUBLEARRAY_ENTRY(env, len),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2681
                      HOTSPOT_JNI_NEWDOUBLEARRAY_RETURN(_ret_ref))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2682
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2683
// Return an address which will fault if the caller writes to it.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2684
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2685
static char* get_bad_address() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2686
  static char* bad_address = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2687
  if (bad_address == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2688
    size_t size = os::vm_allocation_granularity();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2689
    bad_address = os::reserve_memory(size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2690
    if (bad_address != NULL) {
1664
fc9ed50498fb 6727377: VM stack guard pages on Windows should PAGE_READWRITE not PAGE_EXECUTE_READWRITE
coleenp
parents: 823
diff changeset
  2691
      os::protect_memory(bad_address, size, os::MEM_PROT_READ,
fc9ed50498fb 6727377: VM stack guard pages on Windows should PAGE_READWRITE not PAGE_EXECUTE_READWRITE
coleenp
parents: 823
diff changeset
  2692
                         /*is_committed*/false);
25946
1572c9f03fb9 8046598: Scalable Native memory tracking development
zgu
parents: 25633
diff changeset
  2693
      MemTracker::record_virtual_memory_type((void*)bad_address, mtInternal);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2694
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2695
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2696
  return bad_address;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2697
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2698
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2699
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2700
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2701
#define DEFINE_GETSCALARARRAYELEMENTS(ElementTag,ElementType,Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2702
                                      , EntryProbe, ReturnProbe) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2703
\
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2704
JNI_ENTRY_NO_PRESERVE(ElementType*, \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2705
          jni_Get##Result##ArrayElements(JNIEnv *env, ElementType##Array array, jboolean *isCopy)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2706
  JNIWrapper("Get" XSTR(Result) "ArrayElements"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2707
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2708
  /* allocate an chunk of memory in c land */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2709
  typeArrayOop a = typeArrayOop(JNIHandles::resolve_non_null(array)); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2710
  ElementType* result; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2711
  int len = a->length(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2712
  if (len == 0) { \
53197
c92f4465fff1 8215495: Set isCopy to JNI_FALSE if len == 0
jcbeyler
parents: 53193
diff changeset
  2713
    if (isCopy != NULL) { \
c92f4465fff1 8215495: Set isCopy to JNI_FALSE if len == 0
jcbeyler
parents: 53193
diff changeset
  2714
      *isCopy = JNI_FALSE; \
c92f4465fff1 8215495: Set isCopy to JNI_FALSE if len == 0
jcbeyler
parents: 53193
diff changeset
  2715
    } \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2716
    /* Empty array: legal but useless, can't return NULL. \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2717
     * Return a pointer to something useless. \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2718
     * Avoid asserts in typeArrayOop. */ \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2719
    result = (ElementType*)get_bad_address(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2720
  } else { \
19545
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2721
    /* JNI Specification states return NULL on OOM */                    \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2722
    result = NEW_C_HEAP_ARRAY_RETURN_NULL(ElementType, len, mtInternal); \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2723
    if (result != NULL) {                                                \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2724
      /* copy the array to the c chunk */                                \
50389
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  2725
      ArrayAccess<>::arraycopy_to_native(a, typeArrayOopDesc::element_offset<ElementType>(0), \
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  2726
                                         result, len);                   \
19545
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2727
      if (isCopy) {                                                      \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2728
        *isCopy = JNI_TRUE;                                              \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2729
      }                                                                  \
409c50cf1e5d 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms
parents: 18683
diff changeset
  2730
    }                                                                    \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2731
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2732
  ReturnProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2733
  return result; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2734
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2735
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2736
DEFINE_GETSCALARARRAYELEMENTS(T_BOOLEAN, jboolean, Boolean, bool
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2737
                              , HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2738
                              HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_RETURN((uintptr_t*)result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2739
DEFINE_GETSCALARARRAYELEMENTS(T_BYTE,    jbyte,    Byte,    byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2740
                              , HOTSPOT_JNI_GETBYTEARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2741
                              HOTSPOT_JNI_GETBYTEARRAYELEMENTS_RETURN((char*)result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2742
DEFINE_GETSCALARARRAYELEMENTS(T_SHORT,   jshort,   Short,   short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2743
                              , HOTSPOT_JNI_GETSHORTARRAYELEMENTS_ENTRY(env, (uint16_t*) array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2744
                              HOTSPOT_JNI_GETSHORTARRAYELEMENTS_RETURN((uint16_t*)result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2745
DEFINE_GETSCALARARRAYELEMENTS(T_CHAR,    jchar,    Char,    char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2746
                              , HOTSPOT_JNI_GETCHARARRAYELEMENTS_ENTRY(env, (uint16_t*) array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2747
                              HOTSPOT_JNI_GETCHARARRAYELEMENTS_RETURN(result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2748
DEFINE_GETSCALARARRAYELEMENTS(T_INT,     jint,     Int,     int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2749
                              , HOTSPOT_JNI_GETINTARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2750
                              HOTSPOT_JNI_GETINTARRAYELEMENTS_RETURN((uint32_t*)result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2751
DEFINE_GETSCALARARRAYELEMENTS(T_LONG,    jlong,    Long,    long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2752
                              , HOTSPOT_JNI_GETLONGARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2753
                              HOTSPOT_JNI_GETLONGARRAYELEMENTS_RETURN(((uintptr_t*)result)))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2754
// Float and double probes don't return value because dtrace doesn't currently support it
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2755
DEFINE_GETSCALARARRAYELEMENTS(T_FLOAT,   jfloat,   Float,   float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2756
                              , HOTSPOT_JNI_GETFLOATARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2757
                              HOTSPOT_JNI_GETFLOATARRAYELEMENTS_RETURN(result))
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2758
DEFINE_GETSCALARARRAYELEMENTS(T_DOUBLE,  jdouble,  Double,  double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2759
                              , HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) isCopy),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2760
                              HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_RETURN(result))
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  2761
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2762
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2763
#define DEFINE_RELEASESCALARARRAYELEMENTS(ElementTag,ElementType,Result,Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2764
                                          , EntryProbe, ReturnProbe);\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2765
\
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  2766
JNI_ENTRY_NO_PRESERVE(void, \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2767
          jni_Release##Result##ArrayElements(JNIEnv *env, ElementType##Array array, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2768
                                             ElementType *buf, jint mode)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2769
  JNIWrapper("Release" XSTR(Result) "ArrayElements"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2770
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2771
  typeArrayOop a = typeArrayOop(JNIHandles::resolve_non_null(array)); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2772
  int len = a->length(); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2773
  if (len != 0) {   /* Empty array:  nothing to free or copy. */  \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2774
    if ((mode == 0) || (mode == JNI_COMMIT)) { \
50389
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  2775
      ArrayAccess<>::arraycopy_from_native(buf, a, typeArrayOopDesc::element_offset<ElementType>(0), len); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2776
    } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2777
    if ((mode == 0) || (mode == JNI_ABORT)) { \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2778
      FreeHeap(buf); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2779
    } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2780
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2781
  ReturnProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2782
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2783
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2784
DEFINE_RELEASESCALARARRAYELEMENTS(T_BOOLEAN, jboolean, Boolean, bool
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2785
                                  , HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2786
                                  HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2787
DEFINE_RELEASESCALARARRAYELEMENTS(T_BYTE,    jbyte,    Byte,    byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2788
                                  , HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_ENTRY(env, array, (char *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2789
                                  HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2790
DEFINE_RELEASESCALARARRAYELEMENTS(T_SHORT,   jshort,   Short,   short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2791
                                  ,  HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_ENTRY(env, array, (uint16_t *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2792
                                  HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2793
DEFINE_RELEASESCALARARRAYELEMENTS(T_CHAR,    jchar,    Char,    char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2794
                                  ,  HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_ENTRY(env, array, (uint16_t *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2795
                                  HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2796
DEFINE_RELEASESCALARARRAYELEMENTS(T_INT,     jint,     Int,     int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2797
                                  , HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_ENTRY(env, array, (uint32_t *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2798
                                  HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2799
DEFINE_RELEASESCALARARRAYELEMENTS(T_LONG,    jlong,    Long,    long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2800
                                  , HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_ENTRY(env, array, (uintptr_t *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2801
                                  HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2802
DEFINE_RELEASESCALARARRAYELEMENTS(T_FLOAT,   jfloat,   Float,   float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2803
                                  , HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_ENTRY(env, array, (float *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2804
                                  HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2805
DEFINE_RELEASESCALARARRAYELEMENTS(T_DOUBLE,  jdouble,  Double,  double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2806
                                  , HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_ENTRY(env, array, (double *) buf, mode),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2807
                                  HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_RETURN())
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  2808
53533
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2809
static void check_bounds(jsize start, jsize copy_len, jsize array_len, TRAPS) {
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2810
  ResourceMark rm(THREAD);
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2811
  if (copy_len < 0) {
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2812
    stringStream ss;
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2813
    ss.print("Length %d is negative", copy_len);
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2814
    THROW_MSG(vmSymbols::java_lang_ArrayIndexOutOfBoundsException(), ss.as_string());
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2815
  } else if (start < 0 || (start > array_len - copy_len)) {
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2816
    stringStream ss;
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2817
    ss.print("Array region %d.." INT64_FORMAT " out of bounds for length %d",
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2818
             start, (int64_t)start+(int64_t)copy_len, array_len);
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2819
    THROW_MSG(vmSymbols::java_lang_ArrayIndexOutOfBoundsException(), ss.as_string());
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2820
  }
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2821
}
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2822
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2823
#define DEFINE_GETSCALARARRAYREGION(ElementTag,ElementType,Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2824
                                    , EntryProbe, ReturnProbe); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2825
  DT_VOID_RETURN_MARK_DECL(Get##Result##ArrayRegion \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2826
                           , ReturnProbe); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2827
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2828
JNI_ENTRY(void, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2829
jni_Get##Result##ArrayRegion(JNIEnv *env, ElementType##Array array, jsize start, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2830
             jsize len, ElementType *buf)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2831
  JNIWrapper("Get" XSTR(Result) "ArrayRegion"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2832
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2833
  DT_VOID_RETURN_MARK(Get##Result##ArrayRegion); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2834
  typeArrayOop src = typeArrayOop(JNIHandles::resolve_non_null(array)); \
53533
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2835
  check_bounds(start, len, src->length(), CHECK); \
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2836
  if (len > 0) {    \
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2837
    ArrayAccess<>::arraycopy_to_native(src, typeArrayOopDesc::element_offset<ElementType>(start), buf, len); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2838
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2839
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2840
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2841
DEFINE_GETSCALARARRAYREGION(T_BOOLEAN, jboolean,Boolean, bool
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2842
                            , HOTSPOT_JNI_GETBOOLEANARRAYREGION_ENTRY(env, array, start, len, (uintptr_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2843
                            HOTSPOT_JNI_GETBOOLEANARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2844
DEFINE_GETSCALARARRAYREGION(T_BYTE,    jbyte,   Byte,    byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2845
                            ,  HOTSPOT_JNI_GETBYTEARRAYREGION_ENTRY(env, array, start, len, (char *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2846
                            HOTSPOT_JNI_GETBYTEARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2847
DEFINE_GETSCALARARRAYREGION(T_SHORT,   jshort,  Short,   short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2848
                            , HOTSPOT_JNI_GETSHORTARRAYREGION_ENTRY(env, array, start, len, (uint16_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2849
                            HOTSPOT_JNI_GETSHORTARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2850
DEFINE_GETSCALARARRAYREGION(T_CHAR,    jchar,   Char,    char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2851
                            ,  HOTSPOT_JNI_GETCHARARRAYREGION_ENTRY(env, array, start, len, (uint16_t*) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2852
                            HOTSPOT_JNI_GETCHARARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2853
DEFINE_GETSCALARARRAYREGION(T_INT,     jint,    Int,     int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2854
                            , HOTSPOT_JNI_GETINTARRAYREGION_ENTRY(env, array, start, len, (uint32_t*) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2855
                            HOTSPOT_JNI_GETINTARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2856
DEFINE_GETSCALARARRAYREGION(T_LONG,    jlong,   Long,    long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2857
                            ,  HOTSPOT_JNI_GETLONGARRAYREGION_ENTRY(env, array, start, len, (uintptr_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2858
                            HOTSPOT_JNI_GETLONGARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2859
DEFINE_GETSCALARARRAYREGION(T_FLOAT,   jfloat,  Float,   float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2860
                            , HOTSPOT_JNI_GETFLOATARRAYREGION_ENTRY(env, array, start, len, (float *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2861
                            HOTSPOT_JNI_GETFLOATARRAYREGION_RETURN());
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2862
DEFINE_GETSCALARARRAYREGION(T_DOUBLE,  jdouble, Double,  double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2863
                            , HOTSPOT_JNI_GETDOUBLEARRAYREGION_ENTRY(env, array, start, len, (double *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2864
                            HOTSPOT_JNI_GETDOUBLEARRAYREGION_RETURN());
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  2865
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2866
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2867
#define DEFINE_SETSCALARARRAYREGION(ElementTag,ElementType,Result, Tag \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2868
                                    , EntryProbe, ReturnProbe); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2869
  DT_VOID_RETURN_MARK_DECL(Set##Result##ArrayRegion \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2870
                           ,ReturnProbe);           \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2871
\
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2872
JNI_ENTRY(void, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2873
jni_Set##Result##ArrayRegion(JNIEnv *env, ElementType##Array array, jsize start, \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2874
             jsize len, const ElementType *buf)) \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2875
  JNIWrapper("Set" XSTR(Result) "ArrayRegion"); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2876
  EntryProbe; \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2877
  DT_VOID_RETURN_MARK(Set##Result##ArrayRegion); \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2878
  typeArrayOop dst = typeArrayOop(JNIHandles::resolve_non_null(array)); \
53533
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2879
  check_bounds(start, len, dst->length(), CHECK); \
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2880
  if (len > 0) { \
bce458ffed11 8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
goetz
parents: 53418
diff changeset
  2881
    ArrayAccess<>::arraycopy_from_native(buf, dst, typeArrayOopDesc::element_offset<ElementType>(start), len); \
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2882
  } \
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2883
JNI_END
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2884
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2885
DEFINE_SETSCALARARRAYREGION(T_BOOLEAN, jboolean, Boolean, bool
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2886
                            , HOTSPOT_JNI_SETBOOLEANARRAYREGION_ENTRY(env, array, start, len, (uintptr_t *)buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2887
                            HOTSPOT_JNI_SETBOOLEANARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2888
DEFINE_SETSCALARARRAYREGION(T_BYTE,    jbyte,    Byte,    byte
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2889
                            , HOTSPOT_JNI_SETBYTEARRAYREGION_ENTRY(env, array, start, len, (char *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2890
                            HOTSPOT_JNI_SETBYTEARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2891
DEFINE_SETSCALARARRAYREGION(T_SHORT,   jshort,   Short,   short
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2892
                            , HOTSPOT_JNI_SETSHORTARRAYREGION_ENTRY(env, array, start, len, (uint16_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2893
                            HOTSPOT_JNI_SETSHORTARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2894
DEFINE_SETSCALARARRAYREGION(T_CHAR,    jchar,    Char,    char
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2895
                            , HOTSPOT_JNI_SETCHARARRAYREGION_ENTRY(env, array, start, len, (uint16_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2896
                            HOTSPOT_JNI_SETCHARARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2897
DEFINE_SETSCALARARRAYREGION(T_INT,     jint,     Int,     int
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2898
                            , HOTSPOT_JNI_SETINTARRAYREGION_ENTRY(env, array, start, len, (uint32_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2899
                            HOTSPOT_JNI_SETINTARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2900
DEFINE_SETSCALARARRAYREGION(T_LONG,    jlong,    Long,    long
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2901
                            , HOTSPOT_JNI_SETLONGARRAYREGION_ENTRY(env, array, start, len, (uintptr_t *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2902
                            HOTSPOT_JNI_SETLONGARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2903
DEFINE_SETSCALARARRAYREGION(T_FLOAT,   jfloat,   Float,   float
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2904
                            , HOTSPOT_JNI_SETFLOATARRAYREGION_ENTRY(env, array, start, len, (float *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2905
                            HOTSPOT_JNI_SETFLOATARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2906
DEFINE_SETSCALARARRAYREGION(T_DOUBLE,  jdouble,  Double,  double
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2907
                            , HOTSPOT_JNI_SETDOUBLEARRAYREGION_ENTRY(env, array, start, len, (double *) buf),
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2908
                            HOTSPOT_JNI_SETDOUBLEARRAYREGION_RETURN())
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2909
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2910
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2911
DT_RETURN_MARK_DECL(RegisterNatives, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2912
                    , HOTSPOT_JNI_REGISTERNATIVES_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2913
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2914
JNI_ENTRY(jint, jni_RegisterNatives(JNIEnv *env, jclass clazz,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2915
                                    const JNINativeMethod *methods,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2916
                                    jint nMethods))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2917
  JNIWrapper("RegisterNatives");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2918
  HOTSPOT_JNI_REGISTERNATIVES_ENTRY(env, clazz, (void *) methods, nMethods);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2919
  jint ret = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2920
  DT_RETURN_MARK(RegisterNatives, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2921
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2922
  Klass* k = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2923
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2924
  for (int index = 0; index < nMethods; index++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2925
    const char* meth_name = methods[index].name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2926
    const char* meth_sig = methods[index].signature;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2927
    int meth_name_len = (int)strlen(meth_name);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2928
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2929
    // The class should have been loaded (we have an instance of the class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2930
    // passed in) so the method and signature should already be in the symbol
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2931
    // table.  If they're not there, the method doesn't exist.
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2932
    TempNewSymbol  name = SymbolTable::probe(meth_name, meth_name_len);
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2933
    TempNewSymbol  signature = SymbolTable::probe(meth_sig, (int)strlen(meth_sig));
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2934
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7414
diff changeset
  2935
    if (name == NULL || signature == NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2936
      ResourceMark rm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2937
      stringStream st;
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 43969
diff changeset
  2938
      st.print("Method %s.%s%s not found", k->external_name(), meth_name, meth_sig);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2939
      // Must return negative value on failure
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2940
      THROW_MSG_(vmSymbols::java_lang_NoSuchMethodError(), st.as_string(), -1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2941
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2942
58775
ba524a5f7cc2 8232613: Move Object.registerNatives into HotSpot
redestad
parents: 58722
diff changeset
  2943
    bool res = Method::register_native(k, name, signature,
ba524a5f7cc2 8232613: Move Object.registerNatives into HotSpot
redestad
parents: 58722
diff changeset
  2944
                                       (address) methods[index].fnPtr, THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2945
    if (!res) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2946
      ret = -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2947
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2948
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2949
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2950
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2951
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2952
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2953
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2954
JNI_ENTRY(jint, jni_UnregisterNatives(JNIEnv *env, jclass clazz))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2955
  JNIWrapper("UnregisterNatives");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2956
 HOTSPOT_JNI_UNREGISTERNATIVES_ENTRY(env, clazz);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2957
  Klass* k   = java_lang_Class::as_Klass(JNIHandles::resolve_non_null(clazz));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2958
  //%note jni_2
33611
9abd65805e19 8139203: Consistent naming for klass type predicates
coleenp
parents: 33576
diff changeset
  2959
  if (k->is_instance_klass()) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2960
    for (int index = 0; index < InstanceKlass::cast(k)->methods()->length(); index++) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  2961
      Method* m = InstanceKlass::cast(k)->methods()->at(index);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2962
      if (m->is_native()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2963
        m->clear_native_function();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2964
        m->set_signature_handler(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2965
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2966
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2967
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2968
 HOTSPOT_JNI_UNREGISTERNATIVES_RETURN(0);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2969
  return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2970
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2971
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2972
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2973
// Monitor functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2974
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2975
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2976
DT_RETURN_MARK_DECL(MonitorEnter, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2977
                    , HOTSPOT_JNI_MONITORENTER_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2978
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2979
JNI_ENTRY(jint, jni_MonitorEnter(JNIEnv *env, jobject jobj))
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2980
 HOTSPOT_JNI_MONITORENTER_ENTRY(env, jobj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2981
  jint ret = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2982
  DT_RETURN_MARK(MonitorEnter, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2983
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2984
  // If the object is null, we can't do anything with it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2985
  if (jobj == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2986
    THROW_(vmSymbols::java_lang_NullPointerException(), JNI_ERR);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2987
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2988
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2989
  Handle obj(thread, JNIHandles::resolve_non_null(jobj));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2990
  ObjectSynchronizer::jni_enter(obj, CHECK_(JNI_ERR));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2991
  ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2992
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2993
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2994
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2995
DT_RETURN_MARK_DECL(MonitorExit, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  2996
                    , HOTSPOT_JNI_MONITOREXIT_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2997
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2998
JNI_ENTRY(jint, jni_MonitorExit(JNIEnv *env, jobject jobj))
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  2999
 HOTSPOT_JNI_MONITOREXIT_ENTRY(env, jobj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3000
  jint ret = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3001
  DT_RETURN_MARK(MonitorExit, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3002
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3003
  // Don't do anything with a null object
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3004
  if (jobj == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3005
    THROW_(vmSymbols::java_lang_NullPointerException(), JNI_ERR);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3006
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3007
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3008
  Handle obj(THREAD, JNIHandles::resolve_non_null(jobj));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3009
  ObjectSynchronizer::jni_exit(obj(), CHECK_(JNI_ERR));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3010
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3011
  ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3012
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3013
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3014
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3015
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3016
// Extensions
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3017
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3018
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3019
DT_VOID_RETURN_MARK_DECL(GetStringRegion
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3020
                         , HOTSPOT_JNI_GETSTRINGREGION_RETURN());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3021
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3022
JNI_ENTRY(void, jni_GetStringRegion(JNIEnv *env, jstring string, jsize start, jsize len, jchar *buf))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3023
  JNIWrapper("GetStringRegion");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3024
 HOTSPOT_JNI_GETSTRINGREGION_ENTRY(env, string, start, len, buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3025
  DT_VOID_RETURN_MARK(GetStringRegion);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3026
  oop s = JNIHandles::resolve_non_null(string);
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3027
  typeArrayOop s_value = java_lang_String::value(s);
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3028
  int s_len = java_lang_String::length(s, s_value);
48558
b2b67c8fc91a 8181664: Improve JVM UTF String handling
rprotacio
parents: 48105
diff changeset
  3029
  if (start < 0 || len < 0 || start > s_len - len) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3030
    THROW(vmSymbols::java_lang_StringIndexOutOfBoundsException());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3031
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3032
    if (len > 0) {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3033
      bool is_latin1 = java_lang_String::is_latin1(s);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3034
      if (!is_latin1) {
50389
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  3035
        ArrayAccess<>::arraycopy_to_native(s_value, typeArrayOopDesc::element_offset<jchar>(start),
7e8c0409a747 8198285: More consistent Access API for arraycopy
rkennke
parents: 50113
diff changeset
  3036
                                           buf, len);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3037
      } else {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3038
        for (int i = 0; i < len; i++) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3039
          buf[i] = ((jchar) s_value->byte_at(i + start)) & 0xff;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3040
        }
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3041
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3042
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3043
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3044
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3045
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3046
DT_VOID_RETURN_MARK_DECL(GetStringUTFRegion
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3047
                         , HOTSPOT_JNI_GETSTRINGUTFREGION_RETURN());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3048
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3049
JNI_ENTRY(void, jni_GetStringUTFRegion(JNIEnv *env, jstring string, jsize start, jsize len, char *buf))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3050
  JNIWrapper("GetStringUTFRegion");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3051
 HOTSPOT_JNI_GETSTRINGUTFREGION_ENTRY(env, string, start, len, buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3052
  DT_VOID_RETURN_MARK(GetStringUTFRegion);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3053
  oop s = JNIHandles::resolve_non_null(string);
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3054
  typeArrayOop s_value = java_lang_String::value(s);
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3055
  int s_len = java_lang_String::length(s, s_value);
48558
b2b67c8fc91a 8181664: Improve JVM UTF String handling
rprotacio
parents: 48105
diff changeset
  3056
  if (start < 0 || len < 0 || start > s_len - len) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3057
    THROW(vmSymbols::java_lang_StringIndexOutOfBoundsException());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3058
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3059
    //%note jni_7
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3060
    if (len > 0) {
24237
7b210ef8c830 6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
mgerdin
parents: 23997
diff changeset
  3061
      // Assume the buffer is large enough as the JNI spec. does not require user error checking
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3062
      java_lang_String::as_utf8_string(s, s_value, start, len, buf, INT_MAX);
24237
7b210ef8c830 6664815: Eliminate redundant memcpy operation in jni_GetStringUTFRegion
mgerdin
parents: 23997
diff changeset
  3063
      // as_utf8_string null-terminates the result string
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3064
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3065
      // JDK null-terminates the buffer even in len is zero
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3066
      if (buf != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3067
        buf[0] = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3068
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3069
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3070
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3071
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3072
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3073
static oop lock_gc_or_pin_object(JavaThread* thread, jobject obj) {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3074
  if (Universe::heap()->supports_object_pinning()) {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3075
    const oop o = JNIHandles::resolve_non_null(obj);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3076
    return Universe::heap()->pin_object(thread, o);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3077
  } else {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3078
    GCLocker::lock_critical(thread);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3079
    return JNIHandles::resolve_non_null(obj);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3080
  }
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3081
}
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3082
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3083
static void unlock_gc_or_unpin_object(JavaThread* thread, jobject obj) {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3084
  if (Universe::heap()->supports_object_pinning()) {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3085
    const oop o = JNIHandles::resolve_non_null(obj);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3086
    return Universe::heap()->unpin_object(thread, o);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3087
  } else {
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3088
    GCLocker::unlock_critical(thread);
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3089
  }
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3090
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3091
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3092
JNI_ENTRY(void*, jni_GetPrimitiveArrayCritical(JNIEnv *env, jarray array, jboolean *isCopy))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3093
  JNIWrapper("GetPrimitiveArrayCritical");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3094
 HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_ENTRY(env, array, (uintptr_t *) isCopy);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3095
  if (isCopy != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3096
    *isCopy = JNI_FALSE;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3097
  }
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3098
  oop a = lock_gc_or_pin_object(thread, array);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3099
  assert(a->is_array(), "just checking");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3100
  BasicType type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3101
  if (a->is_objArray()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3102
    type = T_OBJECT;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3103
  } else {
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
  3104
    type = TypeArrayKlass::cast(a->klass())->element_type();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3105
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3106
  void* ret = arrayOop(a)->base(type);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3107
 HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3108
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3109
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3110
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3111
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3112
JNI_ENTRY(void, jni_ReleasePrimitiveArrayCritical(JNIEnv *env, jarray array, void *carray, jint mode))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3113
  JNIWrapper("ReleasePrimitiveArrayCritical");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3114
  HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_ENTRY(env, array, carray, mode);
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3115
  unlock_gc_or_unpin_object(thread, array);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3116
HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3117
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3118
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3119
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3120
JNI_ENTRY(const jchar*, jni_GetStringCritical(JNIEnv *env, jstring string, jboolean *isCopy))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3121
  JNIWrapper("GetStringCritical");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3122
  HOTSPOT_JNI_GETSTRINGCRITICAL_ENTRY(env, string, (uintptr_t *) isCopy);
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3123
  oop s = lock_gc_or_pin_object(thread, string);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3124
  typeArrayOop s_value = java_lang_String::value(s);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3125
  bool is_latin1 = java_lang_String::is_latin1(s);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3126
  if (isCopy != NULL) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3127
    *isCopy = is_latin1 ? JNI_TRUE : JNI_FALSE;
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3128
  }
35162
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3129
  jchar* ret;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3130
  if (!is_latin1) {
35162
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3131
    ret = (jchar*) s_value->base(T_CHAR);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3132
  } else {
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3133
    // Inflate latin1 encoded string to UTF16
53418
bc2bb4eee477 8217442: Optimize native accesses to String.value
redestad
parents: 53197
diff changeset
  3134
    int s_len = java_lang_String::length(s, s_value);
35162
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3135
    ret = NEW_C_HEAP_ARRAY_RETURN_NULL(jchar, s_len + 1, mtInternal);  // add one for zero termination
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3136
    /* JNI Specification states return NULL on OOM */
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3137
    if (ret != NULL) {
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3138
      for (int i = 0; i < s_len; i++) {
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3139
        ret[i] = ((jchar) s_value->byte_at(i)) & 0xff;
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3140
      }
65d0237246b1 8145015: jni_GetStringCritical asserts for empty strings
simonis
parents: 35061
diff changeset
  3141
      ret[s_len] = 0;
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3142
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3143
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3144
 HOTSPOT_JNI_GETSTRINGCRITICAL_RETURN((uint16_t *) ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3145
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3146
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3147
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3148
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3149
JNI_ENTRY(void, jni_ReleaseStringCritical(JNIEnv *env, jstring str, const jchar *chars))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3150
  JNIWrapper("ReleaseStringCritical");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3151
  HOTSPOT_JNI_RELEASESTRINGCRITICAL_ENTRY(env, str, (uint16_t *) chars);
33628
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3152
  // The str and chars arguments are ignored for UTF16 strings
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3153
  oop s = JNIHandles::resolve_non_null(str);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3154
  bool is_latin1 = java_lang_String::is_latin1(s);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3155
  if (is_latin1) {
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3156
    // For latin1 string, free jchar array allocated by earlier call to GetStringCritical.
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3157
    // This assumes that ReleaseStringCritical bookends GetStringCritical.
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3158
    FREE_C_HEAP_ARRAY(jchar, chars);
09241459a8b8 8141132: JEP 254: Compact Strings
thartmann
parents: 33470
diff changeset
  3159
  }
49669
3569b528972e 8200429: Adjust object pinning interface on CollectedHeap
pliden
parents: 49658
diff changeset
  3160
  unlock_gc_or_unpin_object(thread, str);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3161
HOTSPOT_JNI_RELEASESTRINGCRITICAL_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3162
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3163
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3164
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3165
JNI_ENTRY(jweak, jni_NewWeakGlobalRef(JNIEnv *env, jobject ref))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3166
  JNIWrapper("jni_NewWeakGlobalRef");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3167
 HOTSPOT_JNI_NEWWEAKGLOBALREF_ENTRY(env, ref);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3168
  Handle ref_handle(thread, JNIHandles::resolve(ref));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3169
  jweak ret = JNIHandles::make_weak_global(ref_handle);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3170
 HOTSPOT_JNI_NEWWEAKGLOBALREF_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3171
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3172
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3173
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3174
// Must be JNI_ENTRY (with HandleMark)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3175
JNI_ENTRY(void, jni_DeleteWeakGlobalRef(JNIEnv *env, jweak ref))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3176
  JNIWrapper("jni_DeleteWeakGlobalRef");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3177
  HOTSPOT_JNI_DELETEWEAKGLOBALREF_ENTRY(env, ref);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3178
  JNIHandles::destroy_weak_global(ref);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3179
  HOTSPOT_JNI_DELETEWEAKGLOBALREF_RETURN();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3180
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3181
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3182
58043
647d623650d3 8228758: assert(_no_handle_mark_nesting == 0) failed: allocating handle inside NoHandleMark
rehn
parents: 57811
diff changeset
  3183
JNI_ENTRY_NO_PRESERVE(jboolean, jni_ExceptionCheck(JNIEnv *env))
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3184
  JNIWrapper("jni_ExceptionCheck");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3185
 HOTSPOT_JNI_EXCEPTIONCHECK_ENTRY(env);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3186
  jni_check_async_exceptions(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3187
  jboolean ret = (thread->has_pending_exception()) ? JNI_TRUE : JNI_FALSE;
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3188
 HOTSPOT_JNI_EXCEPTIONCHECK_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3189
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3190
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3191
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3192
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3193
// Initialization state for three routines below relating to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3194
// java.nio.DirectBuffers
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3195
static          int directBufferSupportInitializeStarted = 0;
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3196
static volatile int directBufferSupportInitializeEnded   = 0;
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3197
static volatile int directBufferSupportInitializeFailed  = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3198
static jclass    bufferClass                 = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3199
static jclass    directBufferClass           = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3200
static jclass    directByteBufferClass       = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3201
static jmethodID directByteBufferConstructor = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3202
static jfieldID  directBufferAddressField    = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3203
static jfieldID  bufferCapacityField         = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3204
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3205
static jclass lookupOne(JNIEnv* env, const char* name, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3206
  Handle loader;            // null (bootstrap) loader
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3207
  Handle protection_domain; // null protection domain
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3208
54847
59ea39bb2809 8223657: Remove unused THREAD argument from SymbolTable functions
coleenp
parents: 54669
diff changeset
  3209
  TempNewSymbol sym = SymbolTable::new_symbol(name);
58920
d67ebc838ab8 8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
bchristi
parents: 58775
diff changeset
  3210
  jclass result =  find_class_from_class_loader(env, sym, true, loader, protection_domain, true, CHECK_NULL);
2269
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
  3211
38151
fffedc5e5cf8 8154110: Update class* and safepoint* logging subsystems
mockner
parents: 37483
diff changeset
  3212
  if (log_is_enabled(Debug, class, resolve) && result != NULL) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13195
diff changeset
  3213
    trace_class_resolution(java_lang_Class::as_Klass(JNIHandles::resolve_non_null(result)));
2269
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
  3214
  }
ee9da33d43ab 6603316: Improve instrumentation for classes loaded at startup
acorn
parents: 2105
diff changeset
  3215
  return result;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3216
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3217
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3218
// These lookups are done with the NULL (bootstrap) ClassLoader to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3219
// circumvent any security checks that would be done by jni_FindClass.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3220
JNI_ENTRY(bool, lookupDirectBufferClasses(JNIEnv* env))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3221
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3222
  if ((bufferClass           = lookupOne(env, "java/nio/Buffer", thread))           == NULL) { return false; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3223
  if ((directBufferClass     = lookupOne(env, "sun/nio/ch/DirectBuffer", thread))   == NULL) { return false; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3224
  if ((directByteBufferClass = lookupOne(env, "java/nio/DirectByteBuffer", thread)) == NULL) { return false; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3225
  return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3226
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3227
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3228
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3229
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3230
static bool initializeDirectBufferSupport(JNIEnv* env, JavaThread* thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3231
  if (directBufferSupportInitializeFailed) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3232
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3233
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3234
59252
623722a6aeb9 8234740: Harmonize parameter order in Atomic - cmpxchg
stefank
parents: 59251
diff changeset
  3235
  if (Atomic::cmpxchg(&directBufferSupportInitializeStarted, 0, 1) == 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3236
    if (!lookupDirectBufferClasses(env)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3237
      directBufferSupportInitializeFailed = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3238
      return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3239
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3240
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3241
    // Make global references for these
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3242
    bufferClass           = (jclass) env->NewGlobalRef(bufferClass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3243
    directBufferClass     = (jclass) env->NewGlobalRef(directBufferClass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3244
    directByteBufferClass = (jclass) env->NewGlobalRef(directByteBufferClass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3245
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3246
    // Get needed field and method IDs
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3247
    directByteBufferConstructor = env->GetMethodID(directByteBufferClass, "<init>", "(JI)V");
22786
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3248
    if (env->ExceptionCheck()) {
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3249
      env->ExceptionClear();
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3250
      directBufferSupportInitializeFailed = 1;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3251
      return false;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3252
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3253
    directBufferAddressField    = env->GetFieldID(bufferClass, "address", "J");
22786
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3254
    if (env->ExceptionCheck()) {
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3255
      env->ExceptionClear();
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3256
      directBufferSupportInitializeFailed = 1;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3257
      return false;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3258
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3259
    bufferCapacityField         = env->GetFieldID(bufferClass, "capacity", "I");
22786
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3260
    if (env->ExceptionCheck()) {
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3261
      env->ExceptionClear();
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3262
      directBufferSupportInitializeFailed = 1;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3263
      return false;
86644d9539c2 8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
ccheung
parents: 22737
diff changeset
  3264
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3265
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3266
    if ((directByteBufferConstructor == NULL) ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3267
        (directBufferAddressField    == NULL) ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3268
        (bufferCapacityField         == NULL)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3269
      directBufferSupportInitializeFailed = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3270
      return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3271
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3272
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3273
    directBufferSupportInitializeEnded = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3274
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3275
    while (!directBufferSupportInitializeEnded && !directBufferSupportInitializeFailed) {
25477
7dad9f95fd31 8047714: Fix for JDK-6546236 made Solaris os::yield() a no-op
fparain
parents: 25469
diff changeset
  3276
      os::naked_yield();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3277
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3278
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3279
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3280
  return !directBufferSupportInitializeFailed;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3281
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3282
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3283
extern "C" jobject JNICALL jni_NewDirectByteBuffer(JNIEnv *env, void* address, jlong capacity)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3284
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3285
  // thread_from_jni_environment() will block if VM is gone.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3286
  JavaThread* thread = JavaThread::thread_from_jni_environment(env);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3287
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3288
  JNIWrapper("jni_NewDirectByteBuffer");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3289
 HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_ENTRY(env, address, capacity);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3290
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3291
  if (!directBufferSupportInitializeEnded) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3292
    if (!initializeDirectBufferSupport(env, thread)) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3293
      HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_RETURN(NULL);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3294
      return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3295
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3296
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3297
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3298
  // Being paranoid about accidental sign extension on address
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3299
  jlong addr = (jlong) ((uintptr_t) address);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3300
  // NOTE that package-private DirectByteBuffer constructor currently
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3301
  // takes int capacity
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3302
  jint  cap  = (jint)  capacity;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3303
  jobject ret = env->NewObject(directByteBufferClass, directByteBufferConstructor, addr, cap);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3304
  HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3305
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3306
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3307
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3308
DT_RETURN_MARK_DECL(GetDirectBufferAddress, void*
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3309
                    , HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_RETURN((void*) _ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3310
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3311
extern "C" void* JNICALL jni_GetDirectBufferAddress(JNIEnv *env, jobject buf)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3312
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3313
  // thread_from_jni_environment() will block if VM is gone.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3314
  JavaThread* thread = JavaThread::thread_from_jni_environment(env);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3315
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3316
  JNIWrapper("jni_GetDirectBufferAddress");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3317
  HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_ENTRY(env, buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3318
  void* ret = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3319
  DT_RETURN_MARK(GetDirectBufferAddress, void*, (const void*&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3320
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3321
  if (!directBufferSupportInitializeEnded) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3322
    if (!initializeDirectBufferSupport(env, thread)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3323
      return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3324
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3325
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3326
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3327
  if ((buf != NULL) && (!env->IsInstanceOf(buf, directBufferClass))) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3328
    return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3329
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3330
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3331
  ret = (void*)(intptr_t)env->GetLongField(buf, directBufferAddressField);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3332
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3333
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3334
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3335
DT_RETURN_MARK_DECL(GetDirectBufferCapacity, jlong
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3336
                    , HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3337
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3338
extern "C" jlong JNICALL jni_GetDirectBufferCapacity(JNIEnv *env, jobject buf)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3339
{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3340
  // thread_from_jni_environment() will block if VM is gone.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3341
  JavaThread* thread = JavaThread::thread_from_jni_environment(env);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3342
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3343
  JNIWrapper("jni_GetDirectBufferCapacity");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3344
  HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_ENTRY(env, buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3345
  jlong ret = -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3346
  DT_RETURN_MARK(GetDirectBufferCapacity, jlong, (const jlong&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3347
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3348
  if (!directBufferSupportInitializeEnded) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3349
    if (!initializeDirectBufferSupport(env, thread)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3350
      ret = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3351
      return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3352
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3353
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3354
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3355
  if (buf == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3356
    return -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3357
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3358
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3359
  if (!env->IsInstanceOf(buf, directBufferClass)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3360
    return -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3361
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3362
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3363
  // NOTE that capacity is currently an int in the implementation
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3364
  ret = env->GetIntField(buf, bufferCapacityField);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3365
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3366
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3367
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3368
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3369
JNI_LEAF(jint, jni_GetVersion(JNIEnv *env))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3370
  JNIWrapper("GetVersion");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3371
  HOTSPOT_JNI_GETVERSION_ENTRY(env);
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3372
  HOTSPOT_JNI_GETVERSION_RETURN(CurrentVersion);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3373
  return CurrentVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3374
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3375
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3376
extern struct JavaVM_ main_vm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3377
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3378
JNI_LEAF(jint, jni_GetJavaVM(JNIEnv *env, JavaVM **vm))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3379
  JNIWrapper("jni_GetJavaVM");
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3380
  HOTSPOT_JNI_GETJAVAVM_ENTRY(env, (void **) vm);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3381
  *vm  = (JavaVM *)(&main_vm);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3382
  HOTSPOT_JNI_GETJAVAVM_RETURN(JNI_OK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3383
  return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3384
JNI_END
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3385
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3386
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3387
JNI_ENTRY(jobject, jni_GetModule(JNIEnv* env, jclass clazz))
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3388
  JNIWrapper("GetModule");
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3389
  return Modules::get_module(clazz, THREAD);
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3390
JNI_END
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3391
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3392
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3393
// Structure containing all jni functions
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3394
struct JNINativeInterface_ jni_NativeInterface = {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3395
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3396
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3397
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3398
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3399
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3400
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3401
    jni_GetVersion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3402
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3403
    jni_DefineClass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3404
    jni_FindClass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3405
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3406
    jni_FromReflectedMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3407
    jni_FromReflectedField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3408
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3409
    jni_ToReflectedMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3410
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3411
    jni_GetSuperclass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3412
    jni_IsAssignableFrom,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3413
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3414
    jni_ToReflectedField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3415
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3416
    jni_Throw,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3417
    jni_ThrowNew,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3418
    jni_ExceptionOccurred,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3419
    jni_ExceptionDescribe,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3420
    jni_ExceptionClear,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3421
    jni_FatalError,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3422
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3423
    jni_PushLocalFrame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3424
    jni_PopLocalFrame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3425
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3426
    jni_NewGlobalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3427
    jni_DeleteGlobalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3428
    jni_DeleteLocalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3429
    jni_IsSameObject,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3430
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3431
    jni_NewLocalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3432
    jni_EnsureLocalCapacity,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3433
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3434
    jni_AllocObject,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3435
    jni_NewObject,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3436
    jni_NewObjectV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3437
    jni_NewObjectA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3438
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3439
    jni_GetObjectClass,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3440
    jni_IsInstanceOf,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3441
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3442
    jni_GetMethodID,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3443
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3444
    jni_CallObjectMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3445
    jni_CallObjectMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3446
    jni_CallObjectMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3447
    jni_CallBooleanMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3448
    jni_CallBooleanMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3449
    jni_CallBooleanMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3450
    jni_CallByteMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3451
    jni_CallByteMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3452
    jni_CallByteMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3453
    jni_CallCharMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3454
    jni_CallCharMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3455
    jni_CallCharMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3456
    jni_CallShortMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3457
    jni_CallShortMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3458
    jni_CallShortMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3459
    jni_CallIntMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3460
    jni_CallIntMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3461
    jni_CallIntMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3462
    jni_CallLongMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3463
    jni_CallLongMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3464
    jni_CallLongMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3465
    jni_CallFloatMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3466
    jni_CallFloatMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3467
    jni_CallFloatMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3468
    jni_CallDoubleMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3469
    jni_CallDoubleMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3470
    jni_CallDoubleMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3471
    jni_CallVoidMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3472
    jni_CallVoidMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3473
    jni_CallVoidMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3474
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3475
    jni_CallNonvirtualObjectMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3476
    jni_CallNonvirtualObjectMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3477
    jni_CallNonvirtualObjectMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3478
    jni_CallNonvirtualBooleanMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3479
    jni_CallNonvirtualBooleanMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3480
    jni_CallNonvirtualBooleanMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3481
    jni_CallNonvirtualByteMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3482
    jni_CallNonvirtualByteMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3483
    jni_CallNonvirtualByteMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3484
    jni_CallNonvirtualCharMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3485
    jni_CallNonvirtualCharMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3486
    jni_CallNonvirtualCharMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3487
    jni_CallNonvirtualShortMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3488
    jni_CallNonvirtualShortMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3489
    jni_CallNonvirtualShortMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3490
    jni_CallNonvirtualIntMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3491
    jni_CallNonvirtualIntMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3492
    jni_CallNonvirtualIntMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3493
    jni_CallNonvirtualLongMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3494
    jni_CallNonvirtualLongMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3495
    jni_CallNonvirtualLongMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3496
    jni_CallNonvirtualFloatMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3497
    jni_CallNonvirtualFloatMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3498
    jni_CallNonvirtualFloatMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3499
    jni_CallNonvirtualDoubleMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3500
    jni_CallNonvirtualDoubleMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3501
    jni_CallNonvirtualDoubleMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3502
    jni_CallNonvirtualVoidMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3503
    jni_CallNonvirtualVoidMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3504
    jni_CallNonvirtualVoidMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3505
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3506
    jni_GetFieldID,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3507
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3508
    jni_GetObjectField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3509
    jni_GetBooleanField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3510
    jni_GetByteField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3511
    jni_GetCharField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3512
    jni_GetShortField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3513
    jni_GetIntField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3514
    jni_GetLongField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3515
    jni_GetFloatField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3516
    jni_GetDoubleField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3517
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3518
    jni_SetObjectField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3519
    jni_SetBooleanField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3520
    jni_SetByteField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3521
    jni_SetCharField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3522
    jni_SetShortField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3523
    jni_SetIntField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3524
    jni_SetLongField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3525
    jni_SetFloatField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3526
    jni_SetDoubleField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3527
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3528
    jni_GetStaticMethodID,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3529
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3530
    jni_CallStaticObjectMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3531
    jni_CallStaticObjectMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3532
    jni_CallStaticObjectMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3533
    jni_CallStaticBooleanMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3534
    jni_CallStaticBooleanMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3535
    jni_CallStaticBooleanMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3536
    jni_CallStaticByteMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3537
    jni_CallStaticByteMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3538
    jni_CallStaticByteMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3539
    jni_CallStaticCharMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3540
    jni_CallStaticCharMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3541
    jni_CallStaticCharMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3542
    jni_CallStaticShortMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3543
    jni_CallStaticShortMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3544
    jni_CallStaticShortMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3545
    jni_CallStaticIntMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3546
    jni_CallStaticIntMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3547
    jni_CallStaticIntMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3548
    jni_CallStaticLongMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3549
    jni_CallStaticLongMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3550
    jni_CallStaticLongMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3551
    jni_CallStaticFloatMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3552
    jni_CallStaticFloatMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3553
    jni_CallStaticFloatMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3554
    jni_CallStaticDoubleMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3555
    jni_CallStaticDoubleMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3556
    jni_CallStaticDoubleMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3557
    jni_CallStaticVoidMethod,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3558
    jni_CallStaticVoidMethodV,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3559
    jni_CallStaticVoidMethodA,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3560
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3561
    jni_GetStaticFieldID,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3562
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3563
    jni_GetStaticObjectField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3564
    jni_GetStaticBooleanField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3565
    jni_GetStaticByteField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3566
    jni_GetStaticCharField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3567
    jni_GetStaticShortField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3568
    jni_GetStaticIntField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3569
    jni_GetStaticLongField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3570
    jni_GetStaticFloatField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3571
    jni_GetStaticDoubleField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3572
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3573
    jni_SetStaticObjectField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3574
    jni_SetStaticBooleanField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3575
    jni_SetStaticByteField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3576
    jni_SetStaticCharField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3577
    jni_SetStaticShortField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3578
    jni_SetStaticIntField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3579
    jni_SetStaticLongField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3580
    jni_SetStaticFloatField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3581
    jni_SetStaticDoubleField,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3582
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3583
    jni_NewString,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3584
    jni_GetStringLength,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3585
    jni_GetStringChars,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3586
    jni_ReleaseStringChars,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3587
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3588
    jni_NewStringUTF,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3589
    jni_GetStringUTFLength,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3590
    jni_GetStringUTFChars,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3591
    jni_ReleaseStringUTFChars,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3592
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3593
    jni_GetArrayLength,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3594
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3595
    jni_NewObjectArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3596
    jni_GetObjectArrayElement,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3597
    jni_SetObjectArrayElement,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3598
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3599
    jni_NewBooleanArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3600
    jni_NewByteArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3601
    jni_NewCharArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3602
    jni_NewShortArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3603
    jni_NewIntArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3604
    jni_NewLongArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3605
    jni_NewFloatArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3606
    jni_NewDoubleArray,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3607
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3608
    jni_GetBooleanArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3609
    jni_GetByteArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3610
    jni_GetCharArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3611
    jni_GetShortArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3612
    jni_GetIntArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3613
    jni_GetLongArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3614
    jni_GetFloatArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3615
    jni_GetDoubleArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3616
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3617
    jni_ReleaseBooleanArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3618
    jni_ReleaseByteArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3619
    jni_ReleaseCharArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3620
    jni_ReleaseShortArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3621
    jni_ReleaseIntArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3622
    jni_ReleaseLongArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3623
    jni_ReleaseFloatArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3624
    jni_ReleaseDoubleArrayElements,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3625
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3626
    jni_GetBooleanArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3627
    jni_GetByteArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3628
    jni_GetCharArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3629
    jni_GetShortArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3630
    jni_GetIntArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3631
    jni_GetLongArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3632
    jni_GetFloatArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3633
    jni_GetDoubleArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3634
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3635
    jni_SetBooleanArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3636
    jni_SetByteArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3637
    jni_SetCharArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3638
    jni_SetShortArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3639
    jni_SetIntArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3640
    jni_SetLongArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3641
    jni_SetFloatArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3642
    jni_SetDoubleArrayRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3643
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3644
    jni_RegisterNatives,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3645
    jni_UnregisterNatives,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3646
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3647
    jni_MonitorEnter,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3648
    jni_MonitorExit,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3649
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3650
    jni_GetJavaVM,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3651
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3652
    jni_GetStringRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3653
    jni_GetStringUTFRegion,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3654
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3655
    jni_GetPrimitiveArrayCritical,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3656
    jni_ReleasePrimitiveArrayCritical,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3657
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3658
    jni_GetStringCritical,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3659
    jni_ReleaseStringCritical,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3660
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3661
    jni_NewWeakGlobalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3662
    jni_DeleteWeakGlobalRef,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3663
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3664
    jni_ExceptionCheck,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3665
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3666
    jni_NewDirectByteBuffer,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3667
    jni_GetDirectBufferAddress,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3668
    jni_GetDirectBufferCapacity,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3669
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3670
    // New 1_6 features
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3671
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3672
    jni_GetObjectRefType,
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3673
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3674
    // Module features
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36396
diff changeset
  3675
42307
cefc81dc1d52 8169069: Module system implementation refresh (11/2016)
alanb
parents: 41669
diff changeset
  3676
    jni_GetModule
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3677
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3678
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3679
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3680
// For jvmti use to modify jni function table.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3681
// Java threads in native contiues to run until it is transitioned
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3682
// to VM at safepoint. Before the transition or before it is blocked
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3683
// for safepoint it may access jni function table. VM could crash if
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3684
// any java thread access the jni function table in the middle of memcpy.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3685
// To avoid this each function pointers are copied automically.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3686
void copy_jni_function_table(const struct JNINativeInterface_ *new_jni_NativeInterface) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3687
  assert(SafepointSynchronize::is_at_safepoint(), "must be at safepoint");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3688
  intptr_t *a = (intptr_t *) jni_functions();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3689
  intptr_t *b = (intptr_t *) new_jni_NativeInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3690
  for (uint i=0; i <  sizeof(struct JNINativeInterface_)/sizeof(void *); i++) {
59248
e92153ed8bdc 8234736: Harmonize parameter order in Atomic - store
stefank
parents: 59247
diff changeset
  3691
    Atomic::store(a++, *b++);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3692
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3693
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3694
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3695
void quicken_jni_functions() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3696
  // Replace Get<Primitive>Field with fast versions
57570
d7304cf430f1 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
mdoerr
parents: 54847
diff changeset
  3697
  if (UseFastJNIAccessors && !VerifyJNIFields && !CountJNICalls && !CheckJNICalls) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3698
    address func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3699
    func = JNI_FastGetField::generate_fast_get_boolean_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3700
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3701
      jni_NativeInterface.GetBooleanField = (GetBooleanField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3702
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3703
    func = JNI_FastGetField::generate_fast_get_byte_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3704
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3705
      jni_NativeInterface.GetByteField = (GetByteField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3706
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3707
    func = JNI_FastGetField::generate_fast_get_char_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3708
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3709
      jni_NativeInterface.GetCharField = (GetCharField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3710
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3711
    func = JNI_FastGetField::generate_fast_get_short_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3712
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3713
      jni_NativeInterface.GetShortField = (GetShortField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3714
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3715
    func = JNI_FastGetField::generate_fast_get_int_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3716
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3717
      jni_NativeInterface.GetIntField = (GetIntField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3718
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3719
    func = JNI_FastGetField::generate_fast_get_long_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3720
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3721
      jni_NativeInterface.GetLongField = (GetLongField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3722
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3723
    func = JNI_FastGetField::generate_fast_get_float_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3724
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3725
      jni_NativeInterface.GetFloatField = (GetFloatField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3726
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3727
    func = JNI_FastGetField::generate_fast_get_double_field();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3728
    if (func != (address)-1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3729
      jni_NativeInterface.GetDoubleField = (GetDoubleField_t)func;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3730
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3731
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3732
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3733
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3734
// Returns the function structure
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3735
struct JNINativeInterface_* jni_functions() {
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 13728
diff changeset
  3736
#if INCLUDE_JNI_CHECK
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3737
  if (CheckJNICalls) return jni_functions_check();
13975
2f7431485cfa 7189254: Change makefiles for more flexibility to override defaults
jprovino
parents: 13728
diff changeset
  3738
#endif // INCLUDE_JNI_CHECK
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3739
  return &jni_NativeInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3740
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3741
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3742
// Returns the function structure
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3743
struct JNINativeInterface_* jni_functions_nocheck() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3744
  return &jni_NativeInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3745
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3746
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3747
static void post_thread_start_event(const JavaThread* jt) {
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3748
  assert(jt != NULL, "invariant");
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3749
  EventThreadStart event;
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3750
  if (event.should_commit()) {
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3751
    event.set_thread(JFR_THREAD_ID(jt));
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3752
    event.commit();
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3753
  }
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3754
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3755
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3756
// Invocation API
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3757
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3758
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3759
// Forward declaration
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3760
extern const struct JNIInvokeInterface_ jni_InvokeInterface;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3761
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3762
// Global invocation API vars
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3763
volatile int vm_created = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3764
// Indicate whether it is safe to recreate VM
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3765
volatile int safe_to_recreate_vm = 1;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3766
struct JavaVM_ main_vm = {&jni_InvokeInterface};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3767
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3768
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3769
#define JAVASTACKSIZE (400 * 1024)    /* Default size of a thread java stack */
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3770
enum { VERIFY_NONE, VERIFY_REMOTE, VERIFY_ALL };
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3771
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3772
DT_RETURN_MARK_DECL(GetDefaultJavaVMInitArgs, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3773
                    , HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3774
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3775
_JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_GetDefaultJavaVMInitArgs(void *args_) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3776
  HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_ENTRY(args_);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3777
  JDK1_1InitArgs *args = (JDK1_1InitArgs *)args_;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3778
  jint ret = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3779
  DT_RETURN_MARK(GetDefaultJavaVMInitArgs, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3780
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3781
  if (Threads::is_supported_jni_version(args->version)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3782
    ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3783
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3784
  // 1.1 style no longer supported in hotspot.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3785
  // According the JNI spec, we should update args->version on return.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3786
  // We also use the structure to communicate with launcher about default
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3787
  // stack size.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3788
  if (args->version == JNI_VERSION_1_1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3789
    args->version = JNI_VERSION_1_2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3790
    // javaStackSize is int in arguments structure
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3791
    assert(jlong(ThreadStackSize) * K < INT_MAX, "integer overflow");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3792
    args->javaStackSize = (jint)(ThreadStackSize * K);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3793
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3794
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3795
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3796
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3797
DT_RETURN_MARK_DECL(CreateJavaVM, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3798
                    , HOTSPOT_JNI_CREATEJAVAVM_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3799
30143
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3800
static jint JNI_CreateJavaVM_inner(JavaVM **vm, void **penv, void *args) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3801
  HOTSPOT_JNI_CREATEJAVAVM_ENTRY((void **) vm, penv, args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3802
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3803
  jint result = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3804
  DT_RETURN_MARK(CreateJavaVM, jint, (const jint&)result);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3805
4448
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3806
  // We're about to use Atomic::xchg for synchronization.  Some Zero
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3807
  // platforms use the GCC builtin __sync_lock_test_and_set for this,
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3808
  // but __sync_lock_test_and_set is not guaranteed to do what we want
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3809
  // on all architectures.  So we check it works before relying on it.
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3810
#if defined(ZERO) && defined(ASSERT)
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3811
  {
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3812
    jint a = 0xcafebabe;
59251
4cbfa5077d68 8234739: Harmonize parameter order in Atomic - xchg
stefank
parents: 59248
diff changeset
  3813
    jint b = Atomic::xchg(&a, (jint) 0xdeadbeef);
4448
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3814
    void *c = &a;
59251
4cbfa5077d68 8234739: Harmonize parameter order in Atomic - xchg
stefank
parents: 59248
diff changeset
  3815
    void *d = Atomic::xchg(&c, &b);
4561
4dfa5956fbb9 6913869: Zero assert fix
twisti
parents: 4448
diff changeset
  3816
    assert(a == (jint) 0xdeadbeef && b == (jint) 0xcafebabe, "Atomic::xchg() works");
47634
6a0c42c40cd1 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
coleenp
parents: 47627
diff changeset
  3817
    assert(c == &b && d == &a, "Atomic::xchg() works");
4448
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3818
  }
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3819
#endif // ZERO && ASSERT
d6ec2737186c 6896043: first round of zero fixes
twisti
parents: 4089
diff changeset
  3820
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3821
  // At the moment it's only possible to have one Java VM,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3822
  // since some of the runtime state is in global variables.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3823
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3824
  // We cannot use our mutex locks here, since they only work on
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3825
  // Threads. We do an atomic compare and exchange to ensure only
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3826
  // one thread can call this method at a time
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3827
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3828
  // We use Atomic::xchg rather than Atomic::add/dec since on some platforms
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3829
  // the add/dec implementations are dependent on whether we are running
51996
84743156e780 8188764: Obsolete AssumeMP and then remove all support for non-MP builds
dholmes
parents: 51554
diff changeset
  3830
  // on a multiprocessor Atomic::xchg does not have this problem.
59251
4cbfa5077d68 8234739: Harmonize parameter order in Atomic - xchg
stefank
parents: 59248
diff changeset
  3831
  if (Atomic::xchg(&vm_created, 1) == 1) {
18680
6d5dc445baec 8019833: Wrong JNI error code for preexisting JVM
coleenp
parents: 18486
diff changeset
  3832
    return JNI_EEXIST;   // already created, or create attempt in progress
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3833
  }
59251
4cbfa5077d68 8234739: Harmonize parameter order in Atomic - xchg
stefank
parents: 59248
diff changeset
  3834
  if (Atomic::xchg(&safe_to_recreate_vm, 0) == 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3835
    return JNI_ERR;  // someone tried and failed and retry not allowed.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3836
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3837
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3838
  assert(vm_created == 1, "vm_created is true during the creation");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3839
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3840
  /**
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3841
   * Certain errors during initialization are recoverable and do not
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3842
   * prevent this method from being called again at a later time
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3843
   * (perhaps with different arguments).  However, at a certain
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3844
   * point during initialization if an error occurs we cannot allow
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3845
   * this function to be called again (or it will crash).  In those
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3846
   * situations, the 'canTryAgain' flag is set to false, which atomically
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3847
   * sets safe_to_recreate_vm to 1, such that any new call to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3848
   * JNI_CreateJavaVM will immediately fail using the above logic.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3849
   */
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3850
  bool can_try_again = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3851
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3852
  result = Threads::create_vm((JavaVMInitArgs*) args, &can_try_again);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3853
  if (result == JNI_OK) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3854
    JavaThread *thread = JavaThread::current();
22539
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3855
    assert(!thread->has_pending_exception(), "should have returned not OK");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3856
    /* thread is thread_in_vm here */
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3857
    *vm = (JavaVM *)(&main_vm);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3858
    *(JNIEnv**)penv = thread->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3859
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3860
#if INCLUDE_JVMCI
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3861
    if (EnableJVMCI) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3862
      if (UseJVMCICompiler) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3863
        // JVMCI is initialized on a CompilerThread
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3864
        if (BootstrapJVMCI) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3865
          JavaThread* THREAD = thread;
47796
47629b00daa9 8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
dnsimon
parents: 47765
diff changeset
  3866
          JVMCICompiler* compiler = JVMCICompiler::instance(true, CATCH);
38674
eacc567feae8 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
never
parents: 38151
diff changeset
  3867
          compiler->bootstrap(THREAD);
eacc567feae8 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
never
parents: 38151
diff changeset
  3868
          if (HAS_PENDING_EXCEPTION) {
eacc567feae8 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
never
parents: 38151
diff changeset
  3869
            HandleMark hm;
eacc567feae8 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
never
parents: 38151
diff changeset
  3870
            vm_exit_during_initialization(Handle(THREAD, PENDING_EXCEPTION));
eacc567feae8 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap
never
parents: 38151
diff changeset
  3871
          }
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3872
        }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3873
      }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3874
    }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3875
#endif
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32598
diff changeset
  3876
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3877
    // Notify JVMTI
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3878
    if (JvmtiExport::should_post_thread_life()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3879
       JvmtiExport::post_thread_start(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3880
    }
11480
1bf714e8adb4 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
phh
parents: 11247
diff changeset
  3881
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  3882
    post_thread_start_event(thread);
11480
1bf714e8adb4 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
phh
parents: 11247
diff changeset
  3883
18683
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3884
#ifndef PRODUCT
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3885
    if (ReplayCompiles) ciReplay::replay(thread);
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3886
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3887
    // Some platforms (like Win*) need a wrapper around these test
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3888
    // functions in order to properly handle error conditions.
46589
f1c04490ded1 8182848: Some functions misplaced in debug.hpp
coleenp
parents: 46431
diff changeset
  3889
    VMError::test_error_handler();
18683
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3890
#endif
a6418e038255 8015884: runThese crashed with SIGSEGV, hs_err has an error instead of stacktrace
dcubed
parents: 18680
diff changeset
  3891
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3892
    // Since this is not a JVM_ENTRY we have to set the thread state manually before leaving.
54495
941db9c0b5b5 8222231: Clean up interfaceSupport.inline.hpp duplicated code
coleenp
parents: 54432
diff changeset
  3893
    ThreadStateTransition::transition(thread, _thread_in_vm, _thread_in_native);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3894
  } else {
22539
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3895
    // If create_vm exits because of a pending exception, exit with that
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3896
    // exception.  In the future when we figure out how to reclaim memory,
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3897
    // we may be able to exit with JNI_ERR and allow the calling application
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3898
    // to continue.
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3899
    if (Universe::is_fully_initialized()) {
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3900
      // otherwise no pending exception possible - VM will already have aborted
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3901
      JavaThread* THREAD = JavaThread::current();
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3902
      if (HAS_PENDING_EXCEPTION) {
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3903
        HandleMark hm;
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3904
        vm_exit_during_initialization(Handle(THREAD, PENDING_EXCEPTION));
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3905
      }
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3906
    }
a27fa687eca8 8028275: Metaspace ShrinkGrowTest causes fatal error if run with JFR
coleenp
parents: 22532
diff changeset
  3907
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3908
    if (can_try_again) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3909
      // reset safe_to_recreate_vm to 1 so that retrial would be possible
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3910
      safe_to_recreate_vm = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3911
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3912
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3913
    // Creation failed. We must reset vm_created
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3914
    *vm = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3915
    *(JNIEnv**)penv = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3916
    // reset vm_created last to avoid race condition. Use OrderAccess to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3917
    // control both compiler and architectural-based reordering.
59247
56bf71d64d51 8234562: Move OrderAccess::release_store*/load_acquire to Atomic
stefank
parents: 58920
diff changeset
  3918
    Atomic::release_store(&vm_created, 0);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3919
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3920
33600
922600753f71 8139801: Error message from validation check has wrong order on Windows
sangheki
parents: 33576
diff changeset
  3921
  // Flush stdout and stderr before exit.
922600753f71 8139801: Error message from validation check has wrong order on Windows
sangheki
parents: 33576
diff changeset
  3922
  fflush(stdout);
922600753f71 8139801: Error message from validation check has wrong order on Windows
sangheki
parents: 33576
diff changeset
  3923
  fflush(stderr);
922600753f71 8139801: Error message from validation check has wrong order on Windows
sangheki
parents: 33576
diff changeset
  3924
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3925
  return result;
30143
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3926
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3927
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3928
30143
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3929
_JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_CreateJavaVM(JavaVM **vm, void **penv, void *args) {
46955
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  3930
  jint result = JNI_ERR;
30143
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3931
  // On Windows, let CreateJavaVM run with SEH protection
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3932
#ifdef _WIN32
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3933
  __try {
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3934
#endif
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3935
    result = JNI_CreateJavaVM_inner(vm, penv, args);
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3936
#ifdef _WIN32
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3937
  } __except(topLevelExceptionFilter((_EXCEPTION_POINTERS*)_exception_info())) {
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3938
    // Nothing to do.
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3939
  }
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3940
#endif
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3941
  return result;
7e99f2b4bae5 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe
parents: 29081
diff changeset
  3942
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3943
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3944
_JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_GetCreatedJavaVMs(JavaVM **vm_buf, jsize bufLen, jsize *numVMs) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3945
  // See bug 4367188, the wrapper can sometimes cause VM crashes
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3946
  // JNIWrapper("GetCreatedJavaVMs");
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  3947
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3948
  HOTSPOT_JNI_GETCREATEDJAVAVMS_ENTRY((void **) vm_buf, bufLen, (uintptr_t *) numVMs);
22796
bb0ea482a99e 8034080: Remove the USDT1 dtrace code from Hotspot
sla
parents: 22795
diff changeset
  3949
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3950
  if (vm_created == 1) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3951
    if (numVMs != NULL) *numVMs = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3952
    if (bufLen > 0)     *vm_buf = (JavaVM *)(&main_vm);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3953
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3954
    if (numVMs != NULL) *numVMs = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3955
  }
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3956
  HOTSPOT_JNI_GETCREATEDJAVAVMS_RETURN(JNI_OK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3957
  return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3958
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3959
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3960
extern "C" {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3961
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3962
DT_RETURN_MARK_DECL(DestroyJavaVM, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  3963
                    , HOTSPOT_JNI_DESTROYJAVAVM_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3964
46955
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  3965
static jint JNICALL jni_DestroyJavaVM_inner(JavaVM *vm) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  3966
  HOTSPOT_JNI_DESTROYJAVAVM_ENTRY(vm);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3967
  jint res = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3968
  DT_RETURN_MARK(DestroyJavaVM, jint, (const jint&)res);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3969
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3970
  if (vm_created == 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3971
    res = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3972
    return res;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3973
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3974
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3975
  JNIWrapper("DestroyJavaVM");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3976
  JNIEnv *env;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3977
  JavaVMAttachArgs destroyargs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3978
  destroyargs.version = CurrentVersion;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3979
  destroyargs.name = (char *)"DestroyJavaVM";
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3980
  destroyargs.group = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3981
  res = vm->AttachCurrentThread((void **)&env, (void *)&destroyargs);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3982
  if (res != JNI_OK) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3983
    return res;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3984
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3985
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3986
  // Since this is not a JVM_ENTRY we have to set the thread state manually before entering.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3987
  JavaThread* thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3988
  ThreadStateTransition::transition_from_native(thread, _thread_in_vm);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3989
  if (Threads::destroy_vm()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3990
    // Should not change thread state, VM is gone
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  3991
    vm_created = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3992
    res = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3993
    return res;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3994
  } else {
54495
941db9c0b5b5 8222231: Clean up interfaceSupport.inline.hpp duplicated code
coleenp
parents: 54432
diff changeset
  3995
    ThreadStateTransition::transition(thread, _thread_in_vm, _thread_in_native);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3996
    res = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3997
    return res;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3998
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  3999
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4000
46955
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4001
jint JNICALL jni_DestroyJavaVM(JavaVM *vm) {
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4002
  jint result = JNI_ERR;
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4003
  // On Windows, we need SEH protection
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4004
#ifdef _WIN32
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4005
  __try {
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4006
#endif
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4007
    result = jni_DestroyJavaVM_inner(vm);
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4008
#ifdef _WIN32
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4009
  } __except(topLevelExceptionFilter((_EXCEPTION_POINTERS*)_exception_info())) {
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4010
    // Nothing to do.
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4011
  }
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4012
#endif
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4013
  return result;
c5a455ec08c0 8186199: [windows] JNI_DestroyJavaVM not covered by SEH
stuefe
parents: 46589
diff changeset
  4014
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4015
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4016
static jint attach_current_thread(JavaVM *vm, void **penv, void *_args, bool daemon) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4017
  JavaVMAttachArgs *args = (JavaVMAttachArgs *) _args;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4018
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4019
  // Check below commented out from JDK1.2fcs as well
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4020
  /*
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4021
  if (args && (args->version != JNI_VERSION_1_1 || args->version != JNI_VERSION_1_2)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4022
    return JNI_EVERSION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4023
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4024
  */
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4025
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34317
diff changeset
  4026
  Thread* t = Thread::current_or_null();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4027
  if (t != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4028
    // If the thread has been attached this operation is a no-op
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4029
    *(JNIEnv**)penv = ((JavaThread*) t)->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4030
    return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4031
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4032
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4033
  // Create a thread and mark it as attaching so it will be skipped by the
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4034
  // ThreadsListEnumerator - see CR 6404306
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4035
  JavaThread* thread = new JavaThread(true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4036
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4037
  // Set correct safepoint info. The thread is going to call into Java when
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4038
  // initializing the Java level thread object. Hence, the correct state must
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4039
  // be set in order for the Safepoint code to deal with it correctly.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4040
  thread->set_thread_state(_thread_in_vm);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4041
  thread->record_stack_base_and_size();
52302
912b79d983d9 8212173: Thread._stack_base/_stack_size initialized too late for new threads
stuefe
parents: 51996
diff changeset
  4042
  thread->register_thread_stack_with_NMT();
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34317
diff changeset
  4043
  thread->initialize_thread_current();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4044
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4045
  if (!os::create_attached_thread(thread)) {
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47998
diff changeset
  4046
    thread->smr_delete();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4047
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4048
  }
5041
5bce37d77dde 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
coleenp
parents: 4571
diff changeset
  4049
  // Enable stack overflow checks
5bce37d77dde 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
coleenp
parents: 4571
diff changeset
  4050
  thread->create_stack_guard_pages();
5bce37d77dde 6914050: jvm assertion "guard pages must be in use" in -Xcomp mode
coleenp
parents: 4571
diff changeset
  4051
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4052
  thread->initialize_tlab();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4053
6176
4d9030fe341f 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 5547
diff changeset
  4054
  thread->cache_global_variables();
4d9030fe341f 6953477: Increase portability and flexibility of building Hotspot
bobv
parents: 5547
diff changeset
  4055
57699
4aea554692aa 8226228: Make Threads_lock an always safepoint checked lock.
rehn
parents: 57570
diff changeset
  4056
  // This thread will not do a safepoint check, since it has
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4057
  // not been added to the Thread list yet.
57699
4aea554692aa 8226228: Make Threads_lock an always safepoint checked lock.
rehn
parents: 57570
diff changeset
  4058
  { MutexLocker ml(Threads_lock);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4059
    // This must be inside this lock in order to get FullGCALot to work properly, i.e., to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4060
    // avoid this thread trying to do a GC before it is added to the thread-list
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4061
    thread->set_active_handles(JNIHandleBlock::allocate_block());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4062
    Threads::add(thread, daemon);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4063
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4064
  // Create thread group and name info from attach arguments
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4065
  oop group = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4066
  char* thread_name = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4067
  if (args != NULL && Threads::is_supported_jni_version(args->version)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4068
    group = JNIHandles::resolve(args->group);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4069
    thread_name = args->name; // may be NULL
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4070
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4071
  if (group == NULL) group = Universe::main_thread_group();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4072
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4073
  // Create Java level thread object and attach it to this thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4074
  bool attach_failed = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4075
  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4076
    EXCEPTION_MARK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4077
    HandleMark hm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4078
    Handle thread_group(THREAD, group);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4079
    thread->allocate_threadObj(thread_group, thread_name, daemon, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4080
    if (HAS_PENDING_EXCEPTION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4081
      CLEAR_PENDING_EXCEPTION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4082
      // cleanup outside the handle mark.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4083
      attach_failed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4084
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4085
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4086
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4087
  if (attach_failed) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4088
    // Added missing cleanup
54416
b788c494aa46 8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
dholmes
parents: 53895
diff changeset
  4089
    thread->cleanup_failed_attach_current_thread(daemon);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4090
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4091
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4092
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4093
  // mark the thread as no longer attaching
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4094
  // this uses a fence to push the change through so we don't have
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4095
  // to regrab the threads_lock
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  4096
  thread->set_done_attaching_via_jni();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4097
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4098
  // Set java thread status.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4099
  java_lang_Thread::set_thread_status(thread->threadObj(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4100
              java_lang_Thread::RUNNABLE);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4101
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4102
  // Notify the debugger
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4103
  if (JvmtiExport::should_post_thread_life()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4104
    JvmtiExport::post_thread_start(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4105
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4106
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 49982
diff changeset
  4107
  post_thread_start_event(thread);
11480
1bf714e8adb4 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
phh
parents: 11247
diff changeset
  4108
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4109
  *(JNIEnv**)penv = thread->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4110
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4111
  // Now leaving the VM, so change thread_state. This is normally automatically taken care
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4112
  // of in the JVM_ENTRY. But in this situation we have to do it manually. Notice, that by
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4113
  // using ThreadStateTransition::transition, we do a callback to the safepoint code if
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4114
  // needed.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4115
54495
941db9c0b5b5 8222231: Clean up interfaceSupport.inline.hpp duplicated code
coleenp
parents: 54432
diff changeset
  4116
  ThreadStateTransition::transition(thread, _thread_in_vm, _thread_in_native);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4117
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4118
  // Perform any platform dependent FPU setup
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4119
  os::setup_fpu();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4120
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4121
  return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4122
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4123
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4124
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4125
jint JNICALL jni_AttachCurrentThread(JavaVM *vm, void **penv, void *_args) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4126
  HOTSPOT_JNI_ATTACHCURRENTTHREAD_ENTRY(vm, penv, _args);
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  4127
  if (vm_created == 0) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4128
  HOTSPOT_JNI_ATTACHCURRENTTHREAD_RETURN((uint32_t) JNI_ERR);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4129
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4130
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4131
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4132
  JNIWrapper("AttachCurrentThread");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4133
  jint ret = attach_current_thread(vm, penv, _args, false);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4134
  HOTSPOT_JNI_ATTACHCURRENTTHREAD_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4135
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4136
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4137
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4138
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4139
jint JNICALL jni_DetachCurrentThread(JavaVM *vm)  {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4140
  HOTSPOT_JNI_DETACHCURRENTTHREAD_ENTRY(vm);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4141
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4142
  JNIWrapper("DetachCurrentThread");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4143
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34317
diff changeset
  4144
  // If the thread has already been detached the operation is a no-op
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34317
diff changeset
  4145
  if (Thread::current_or_null() == NULL) {
49362
2085742233ed 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
dholmes
parents: 49359
diff changeset
  4146
    HOTSPOT_JNI_DETACHCURRENTTHREAD_RETURN(JNI_OK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4147
    return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4148
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4149
49362
2085742233ed 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
dholmes
parents: 49359
diff changeset
  4150
  VM_Exit::block_if_vm_exited();
2085742233ed 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
dholmes
parents: 49359
diff changeset
  4151
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4152
  JavaThread* thread = JavaThread::current();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4153
  if (thread->has_last_Java_frame()) {
49362
2085742233ed 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
dholmes
parents: 49359
diff changeset
  4154
    HOTSPOT_JNI_DETACHCURRENTTHREAD_RETURN((uint32_t) JNI_ERR);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4155
    // Can't detach a thread that's running java, that can't work.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4156
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4157
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4158
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4159
  // Safepoint support. Have to do call-back to safepoint code, if in the
49362
2085742233ed 8199012: SEGV in jni_DetachCurrentThread during VM shutdown
dholmes
parents: 49359
diff changeset
  4160
  // middle of a safepoint operation
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4161
  ThreadStateTransition::transition_from_native(thread, _thread_in_vm);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4162
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4163
  // XXX: Note that JavaThread::exit() call below removes the guards on the
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4164
  // stack pages set up via enable_stack_{red,yellow}_zone() calls
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4165
  // above in jni_AttachCurrentThread. Unfortunately, while the setting
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4166
  // of the guards is visible in jni_AttachCurrentThread above,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4167
  // the removal of the guards is buried below in JavaThread::exit()
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4168
  // here. The abstraction should be more symmetrically either exposed
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4169
  // or hidden (e.g. it could probably be hidden in the same
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4170
  // (platform-dependent) methods where we do alternate stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4171
  // maintenance work?)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4172
  thread->exit(false, JavaThread::jni_detach);
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47998
diff changeset
  4173
  thread->smr_delete();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4174
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4175
  HOTSPOT_JNI_DETACHCURRENTTHREAD_RETURN(JNI_OK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4176
  return JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4177
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4178
10739
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  4179
DT_RETURN_MARK_DECL(GetEnv, jint
91935236600e 7098194: integrate macosx-port changes
dcubed
parents: 10565
diff changeset
  4180
                    , HOTSPOT_JNI_GETENV_RETURN(_ret_ref));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4181
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4182
jint JNICALL jni_GetEnv(JavaVM *vm, void **penv, jint version) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4183
  HOTSPOT_JNI_GETENV_ENTRY(vm, penv, version);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4184
  jint ret = JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4185
  DT_RETURN_MARK(GetEnv, jint, (const jint&)ret);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4186
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  4187
  if (vm_created == 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4188
    *penv = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4189
    ret = JNI_EDETACHED;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4190
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4191
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4192
11480
1bf714e8adb4 7115199: Add event tracing hooks and Java Flight Recorder infrastructure
phh
parents: 11247
diff changeset
  4193
  if (JniExportedInterface::GetExportedInterface(vm, penv, version, &ret)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4194
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4195
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4196
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4197
#ifndef JVMPI_VERSION_1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4198
// need these in order to be polite about older agents
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4199
#define JVMPI_VERSION_1   ((jint)0x10000001)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4200
#define JVMPI_VERSION_1_1 ((jint)0x10000002)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4201
#define JVMPI_VERSION_1_2 ((jint)0x10000003)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4202
#endif // !JVMPI_VERSION_1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4203
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 34317
diff changeset
  4204
  Thread* thread = Thread::current_or_null();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4205
  if (thread != NULL && thread->is_Java_thread()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4206
    if (Threads::is_supported_jni_version_including_1_1(version)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4207
      *(JNIEnv**)penv = ((JavaThread*) thread)->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4208
      ret = JNI_OK;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4209
      return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4210
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4211
    } else if (version == JVMPI_VERSION_1 ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4212
               version == JVMPI_VERSION_1_1 ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4213
               version == JVMPI_VERSION_1_2) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4214
      tty->print_cr("ERROR: JVMPI, an experimental interface, is no longer supported.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4215
      tty->print_cr("Please use the supported interface: the JVM Tool Interface (JVM TI).");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4216
      ret = JNI_EVERSION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4217
      return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4218
    } else if (JvmtiExport::is_jvmdi_version(version)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4219
      tty->print_cr("FATAL ERROR: JVMDI is no longer supported.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4220
      tty->print_cr("Please use the supported interface: the JVM Tool Interface (JVM TI).");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4221
      ret = JNI_EVERSION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4222
      return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4223
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4224
      *penv = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4225
      ret = JNI_EVERSION;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4226
      return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4227
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4228
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4229
    *penv = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4230
    ret = JNI_EDETACHED;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4231
    return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4232
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4233
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4234
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4235
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4236
jint JNICALL jni_AttachCurrentThreadAsDaemon(JavaVM *vm, void **penv, void *_args) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4237
  HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_ENTRY(vm, penv, _args);
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47662
diff changeset
  4238
  if (vm_created == 0) {
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4239
  HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_RETURN((uint32_t) JNI_ERR);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4240
    return JNI_ERR;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4241
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4242
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4243
  JNIWrapper("AttachCurrentThreadAsDaemon");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4244
  jint ret = attach_current_thread(vm, penv, _args, true);
22520
b9e88eed82d7 8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1
sla
parents: 22190
diff changeset
  4245
  HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_RETURN(ret);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4246
  return ret;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4247
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4248
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4249
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4250
} // End extern "C"
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4251
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4252
const struct JNIInvokeInterface_ jni_InvokeInterface = {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4253
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4254
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4255
    NULL,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4256
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4257
    jni_DestroyJavaVM,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4258
    jni_AttachCurrentThread,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4259
    jni_DetachCurrentThread,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4260
    jni_GetEnv,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4261
    jni_AttachCurrentThreadAsDaemon
489c9b5090e2 Initial load
duke
parents:
diff changeset
  4262
};