< prev index next >

make/symbols/symbols-unix

Print this page
rev 11747 : [mq]: per.hotspot.patch
rev 11748 : imported patch pop_pl
rev 11752 : [mq]: vm_api


   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 JVM_ActiveProcessorCount
  25 JVM_ArrayCopy
  26 JVM_AssertionStatusDirectives
  27 JVM_CallStackWalk

  28 JVM_ClassDepth
  29 JVM_ClassLoaderDepth
  30 JVM_Clone
  31 JVM_ConstantPoolGetClassAt
  32 JVM_ConstantPoolGetClassAtIfLoaded
  33 JVM_ConstantPoolGetClassRefIndexAt
  34 JVM_ConstantPoolGetDoubleAt
  35 JVM_ConstantPoolGetFieldAt
  36 JVM_ConstantPoolGetFieldAtIfLoaded
  37 JVM_ConstantPoolGetFloatAt
  38 JVM_ConstantPoolGetIntAt
  39 JVM_ConstantPoolGetLongAt
  40 JVM_ConstantPoolGetMemberRefInfoAt
  41 JVM_ConstantPoolGetMethodAt
  42 JVM_ConstantPoolGetMethodAtIfLoaded
  43 JVM_ConstantPoolGetNameAndTypeRefIndexAt
  44 JVM_ConstantPoolGetNameAndTypeRefInfoAt
  45 JVM_ConstantPoolGetSize
  46 JVM_ConstantPoolGetStringAt
  47 JVM_ConstantPoolGetTagAt


  50 JVM_CurrentClassLoader
  51 JVM_CurrentLoadedClass
  52 JVM_CurrentThread
  53 JVM_CurrentTimeMillis
  54 JVM_DefineClass
  55 JVM_DefineClassWithSource
  56 JVM_DesiredAssertionStatus
  57 JVM_DoPrivileged
  58 JVM_DumpAllStacks
  59 JVM_DumpThreads
  60 JVM_FillInStackTrace
  61 JVM_FindClassFromCaller
  62 JVM_FindClassFromClass
  63 JVM_FindLibraryEntry
  64 JVM_FindLoadedClass
  65 JVM_FindPrimitiveClass
  66 JVM_FindSignal
  67 JVM_FreeMemory
  68 JVM_GC
  69 JVM_GetAllThreads

  70 JVM_GetArrayElement
  71 JVM_GetArrayLength
  72 JVM_GetCallerClass
  73 JVM_GetClassAccessFlags
  74 JVM_GetClassAnnotations
  75 JVM_GetClassConstantPool
  76 JVM_GetClassContext
  77 JVM_GetClassCPEntriesCount
  78 JVM_GetClassCPTypes
  79 JVM_GetClassDeclaredConstructors
  80 JVM_GetClassDeclaredFields
  81 JVM_GetClassDeclaredMethods
  82 JVM_GetClassFieldsCount
  83 JVM_GetClassInterfaces
  84 JVM_GetClassMethodsCount
  85 JVM_GetClassModifiers
  86 JVM_GetClassName
  87 JVM_GetClassNameUTF
  88 JVM_GetClassSignature
  89 JVM_GetClassSigners




   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 JVM_ActiveProcessorCount
  25 JVM_ArrayCopy
  26 JVM_AssertionStatusDirectives
  27 JVM_CallStackWalk
  28 JVM_CheckReferencePendingList
  29 JVM_ClassDepth
  30 JVM_ClassLoaderDepth
  31 JVM_Clone
  32 JVM_ConstantPoolGetClassAt
  33 JVM_ConstantPoolGetClassAtIfLoaded
  34 JVM_ConstantPoolGetClassRefIndexAt
  35 JVM_ConstantPoolGetDoubleAt
  36 JVM_ConstantPoolGetFieldAt
  37 JVM_ConstantPoolGetFieldAtIfLoaded
  38 JVM_ConstantPoolGetFloatAt
  39 JVM_ConstantPoolGetIntAt
  40 JVM_ConstantPoolGetLongAt
  41 JVM_ConstantPoolGetMemberRefInfoAt
  42 JVM_ConstantPoolGetMethodAt
  43 JVM_ConstantPoolGetMethodAtIfLoaded
  44 JVM_ConstantPoolGetNameAndTypeRefIndexAt
  45 JVM_ConstantPoolGetNameAndTypeRefInfoAt
  46 JVM_ConstantPoolGetSize
  47 JVM_ConstantPoolGetStringAt
  48 JVM_ConstantPoolGetTagAt


  51 JVM_CurrentClassLoader
  52 JVM_CurrentLoadedClass
  53 JVM_CurrentThread
  54 JVM_CurrentTimeMillis
  55 JVM_DefineClass
  56 JVM_DefineClassWithSource
  57 JVM_DesiredAssertionStatus
  58 JVM_DoPrivileged
  59 JVM_DumpAllStacks
  60 JVM_DumpThreads
  61 JVM_FillInStackTrace
  62 JVM_FindClassFromCaller
  63 JVM_FindClassFromClass
  64 JVM_FindLibraryEntry
  65 JVM_FindLoadedClass
  66 JVM_FindPrimitiveClass
  67 JVM_FindSignal
  68 JVM_FreeMemory
  69 JVM_GC
  70 JVM_GetAllThreads
  71 JVM_GetAndClearReferencePendingList
  72 JVM_GetArrayElement
  73 JVM_GetArrayLength
  74 JVM_GetCallerClass
  75 JVM_GetClassAccessFlags
  76 JVM_GetClassAnnotations
  77 JVM_GetClassConstantPool
  78 JVM_GetClassContext
  79 JVM_GetClassCPEntriesCount
  80 JVM_GetClassCPTypes
  81 JVM_GetClassDeclaredConstructors
  82 JVM_GetClassDeclaredFields
  83 JVM_GetClassDeclaredMethods
  84 JVM_GetClassFieldsCount
  85 JVM_GetClassInterfaces
  86 JVM_GetClassMethodsCount
  87 JVM_GetClassModifiers
  88 JVM_GetClassName
  89 JVM_GetClassNameUTF
  90 JVM_GetClassSignature
  91 JVM_GetClassSigners


< prev index next >