< prev index next >

make/hotspot/symbols/symbols-unix

Print this page
rev 52749 : Bootstrap method consolidation
* clean up and simplify JDK support code for BSM invocation
* simplify JVM bootstrap handshake: use BootstrapCallInfo only
* remove unused JVM paths and data fields
* move bootstrap argument processing from MethodHandleNatives to ConstantPool
* remove ConstantGroup; merge argument access into BootstrapCallInfo
* adjust BSM argument access: remove copyArguments, add argumentRef API
* add metadata-free BSM modes, including symbolic arguments from CP


  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_AreNestMates
  26 JVM_ArrayCopy
  27 JVM_AssertionStatusDirectives
  28 JVM_BeforeHalt
  29 JVM_CallStackWalk
  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
  48 JVM_ConstantPoolGetUTF8At
  49 JVM_CountStackFrames
  50 JVM_CurrentThread
  51 JVM_CurrentTimeMillis
  52 JVM_DefineClass
  53 JVM_DefineClassWithSource
  54 JVM_DesiredAssertionStatus
  55 JVM_DoPrivileged
  56 JVM_DumpAllStacks
  57 JVM_DumpThreads
  58 JVM_FillInStackTrace
  59 JVM_FindClassFromCaller
  60 JVM_FindClassFromClass
  61 JVM_FindLibraryEntry
  62 JVM_FindLoadedClass
  63 JVM_FindPrimitiveClass
  64 JVM_FindSignal
  65 JVM_FreeMemory
  66 JVM_GC
  67 JVM_GetAllThreads
  68 JVM_GetAndClearReferencePendingList




  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_AreNestMates
  26 JVM_ArrayCopy
  27 JVM_AssertionStatusDirectives
  28 JVM_BeforeHalt
  29 JVM_CallStackWalk
  30 JVM_Clone
  31 JVM_ConstantPool1CopyOutRefsAt
  32 JVM_ConstantPool1GetDoubleAt
  33 JVM_ConstantPool1GetFloatAt
  34 JVM_ConstantPool1GetHolder
  35 JVM_ConstantPool1GetIntAt
  36 JVM_ConstantPool1GetLongAt
  37 JVM_ConstantPool1GetRefAt
  38 JVM_ConstantPool1GetSize
  39 JVM_ConstantPool1GetTagAt
  40 JVM_ConstantPool1GetTags
  41 JVM_ConstantPool1GetWordAt
  42 JVM_ConstantPool1GetWordCountAt






  43 JVM_CountStackFrames
  44 JVM_CurrentThread
  45 JVM_CurrentTimeMillis
  46 JVM_DefineClass
  47 JVM_DefineClassWithSource
  48 JVM_DesiredAssertionStatus
  49 JVM_DoPrivileged
  50 JVM_DumpAllStacks
  51 JVM_DumpThreads
  52 JVM_FillInStackTrace
  53 JVM_FindClassFromCaller
  54 JVM_FindClassFromClass
  55 JVM_FindLibraryEntry
  56 JVM_FindLoadedClass
  57 JVM_FindPrimitiveClass
  58 JVM_FindSignal
  59 JVM_FreeMemory
  60 JVM_GC
  61 JVM_GetAllThreads
  62 JVM_GetAndClearReferencePendingList


< prev index next >