Changeset 309 for trunk/openjdk/hotspot/make/solaris
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 1 deleted
- 28 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/make/solaris/Makefile
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 20 20 # or visit www.oracle.com if you need additional information or have any 21 21 # questions. 22 # 22 # 23 23 # 24 24 … … 37 37 # from the PATH. 38 38 39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 40 # JDI binding on SA produces two binaries: 39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 40 # JDI binding on SA produces two binaries: 41 41 # 1. sa-jdi.jar - This is build before building libjvm[_g].so 42 42 # Please refer to ./makefiles/sa.make 43 43 # 2. libsaproc[_g].so - Native library for SA - This is built after 44 44 # libjsig[_g].so (signal interposition library) 45 # Please refer to ./makefiles/vm.make 45 # Please refer to ./makefiles/vm.make 46 46 # If $(GAMMADIR)/agent dir is not present, SA components are not built. 47 47 … … 53 53 include $(GAMMADIR)/make/$(OSNAME)/makefiles/rules.make 54 54 55 ifndef LP6456 55 ifndef CC_INTERP 57 FORCE_TIERED=1 58 endif 56 ifndef FORCE_TIERED 57 FORCE_TIERED=1 58 endif 59 59 endif 60 60 … … 213 213 214 214 $(SUBDIRS_C2): $(BUILDTREE_MAKE) 215 if def FORCE_TIERED215 ifeq ($(FORCE_TIERED),1) 216 216 $(QUIETLY) $(MAKE) -f $(GAMMADIR)/make/$(OSNAME)/Makefile checks 217 217 $(BUILDTREE) VARIANT=tiered FORCE_TIERED=1 -
trunk/openjdk/hotspot/make/solaris/adlc_updater
r2 r309 16 16 mv $1+ $1 17 17 } 18 [ -f $3/$1 ] && (fix_lines $2/$1 $3/$1; cmp -s $2/$1 $3/$1) || \ 18 fix_lines $2/$1 $3/$1 19 [ -f $3/$1 ] && cmp -s $2/$1 $3/$1 || \ 19 20 ( [ -f $3/$1 ] && echo Updating $3/$1 ; touch $2/made-change ; mv $2/$1 $3/$1 ) -
trunk/openjdk/hotspot/make/solaris/makefiles/adlc.make
r278 r309 1 1 # 2 # Copyright (c) 1997, 20 09, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 43 43 $(GAMMADIR)/src/os_cpu/$(OS)_$(ARCH)/vm/$(OS)_$(Platform_arch_model).ad 44 44 45 Src_Dirs += $(GAMMADIR)/src/share/vm/adlc46 47 45 EXEC = $(OUTDIR)/adlc 48 46 49 47 # set VPATH so make knows where to look for source files 50 Src_Dirs_V = ${Src_Dirs} $(GENERATED)/incls51 VPATH 48 Src_Dirs_V += $(GAMMADIR)/src/share/vm/adlc 49 VPATH += $(Src_Dirs_V:%=%:) 52 50 53 51 # set INCLUDES for C preprocessor 54 Src_Dirs_I = ${Src_Dirs}$(GENERATED)52 Src_Dirs_I += $(GAMMADIR)/src/share/vm/adlc $(GENERATED) 55 53 INCLUDES += $(Src_Dirs_I:%=-I%) 56 54 -
trunk/openjdk/hotspot/make/solaris/makefiles/amd64.make
r278 r309 1 1 # 2 # Copyright (c) 2004, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 26 26 CFLAGS += -DVM_LITTLE_ENDIAN 27 27 28 # Not included in includeDB because it has no dependencies29 Obj_Files += solaris_x86_64.o30 31 28 # 32 29 # Special case flags for compilers and compiler versions on amd64. … … 36 33 # Temporary until SS10 C++ compiler is fixed 37 34 OPT_CFLAGS/generateOptoStub.o = -xO2 38 35 # Temporary util SS12u1 C++ compiler is fixed 36 OPT_CFLAGS/c1_LinearScan.o = -xO2 39 37 else 40 38 -
trunk/openjdk/hotspot/make/solaris/makefiles/buildtree.make
r278 r309 1 1 # 2 # Copyright (c) 2000, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 38 38 # VARIANT - core, compiler1, compiler2, or tiered 39 39 # HOTSPOT_RELEASE_VERSION - <major>.<minor>-b<nn> (11.0-b07) 40 # HOTSPOT_BUILD_VERSION - internal, PRTjob ID, JPRTjob ID40 # HOTSPOT_BUILD_VERSION - internal, internal-$(USER_RELEASE_SUFFIX) or empty 41 41 # JRE_RELEASE_VERSION - <major>.<minor>.<micro> (1.7.0) 42 42 # … … 62 62 63 63 # For now, until the compiler is less wobbly: 64 TESTFLAGS = -Xbatch - showversion64 TESTFLAGS = -Xbatch -Xmx32m -showversion 65 65 66 66 ### maye ARCH_XXX instead? … … 107 107 108 108 SIMPLE_DIRS = \ 109 $(PLATFORM_DIR)/generated/ incls \109 $(PLATFORM_DIR)/generated/dependencies \ 110 110 $(PLATFORM_DIR)/generated/adfiles \ 111 111 $(PLATFORM_DIR)/generated/jvmtifiles … … 118 118 119 119 BUILDTREE_TARGETS = Makefile flags.make flags_vm.make vm.make adlc.make jvmti.make sa.make \ 120 env.ksh env.csh .dbxrc test_gamma120 env.ksh env.csh jdkpath.sh .dbxrc test_gamma 121 121 122 122 BUILDTREE_VARS = GAMMADIR=$(GAMMADIR) OS_FAMILY=$(OS_FAMILY) \ … … 192 192 echo "$(LP64_SETTING/$(DATA_MODE))"; \ 193 193 echo; \ 194 echo "Src_Dirs = \\"; \ 194 echo "# Used for platform dispatching"; \ 195 echo "TARGET_DEFINES = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \ 196 echo "TARGET_DEFINES += -DTARGET_ARCH_\$$(Platform_arch)"; \ 197 echo "TARGET_DEFINES += -DTARGET_ARCH_MODEL_\$$(Platform_arch_model)"; \ 198 echo "TARGET_DEFINES += -DTARGET_OS_ARCH_\$$(Platform_os_arch)"; \ 199 echo "TARGET_DEFINES += -DTARGET_OS_ARCH_MODEL_\$$(Platform_os_arch_model)"; \ 200 echo "TARGET_DEFINES += -DTARGET_COMPILER_\$$(Platform_compiler)"; \ 201 echo "CFLAGS += \$$(TARGET_DEFINES)"; \ 202 echo; \ 203 echo "Src_Dirs_V = \\"; \ 195 204 sed 's/$$/ \\/;s|$(GAMMADIR)|$$(GAMMADIR)|' ../shared_dirs.lst; \ 205 echo "\$$(GAMMADIR)/src/cpu/$(ARCH)/vm \\"; \ 206 echo "\$$(GAMMADIR)/src/os/$(OS_FAMILY)/vm \\"; \ 207 echo "\$$(GAMMADIR)/src/os_cpu/$(OS_FAMILY)_$(ARCH)/vm"; \ 208 echo; \ 209 echo "Src_Dirs_I = \\"; \ 210 echo "\$$(GAMMADIR)/src/share/vm \\"; \ 211 echo "\$$(GAMMADIR)/src/share/vm/prims \\"; \ 196 212 echo "\$$(GAMMADIR)/src/cpu/$(ARCH)/vm \\"; \ 197 213 echo "\$$(GAMMADIR)/src/os/$(OS_FAMILY)/vm \\"; \ … … 298 314 sed -n 's/^\([A-Za-z_][A-Za-z0-9_]*\)=/setenv \1 /p' $?; \ 299 315 ) > $@ 316 317 jdkpath.sh: $(BUILDTREE_MAKE) 318 @echo Creating $@ ... 319 $(QUIETLY) ( \ 320 $(BUILDTREE_COMMENT); \ 321 echo "JDK=${JAVA_HOME}"; \ 322 ) > $@ 300 323 301 324 .dbxrc: $(BUILDTREE_MAKE) -
trunk/openjdk/hotspot/make/solaris/makefiles/core.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 25 25 # Sets make macros for making core version of VM 26 26 27 # Note the effect on includeDB lists in top.make: 28 # includeDB_compiler* and ad_<arch>.*pp are excluded from the build, 27 # Select which files to use (in top.make) 29 28 TYPE=CORE 30 29 -
trunk/openjdk/hotspot/make/solaris/makefiles/defs.make
r278 r309 1 1 # 2 # Copyright (c) 2006, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # -
trunk/openjdk/hotspot/make/solaris/makefiles/dtrace.make
r278 r309 1 1 # 2 # Copyright (c) 2005, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 64 64 # making libjvm_db 65 65 66 INCLS = $(GENERATED)/incls67 68 66 # Use mapfile with libjvm_db.so 69 67 LIBJVM_DB_MAPFILE = $(MAKEFILES_DIR)/mapfile-vers-jvm_db … … 115 113 116 114 lib$(GENOFFS).so: $(DTRACE_SRCDIR)/$(GENOFFS).cpp $(DTRACE_SRCDIR)/$(GENOFFS).h \ 117 $( INCLS)/_vmStructs.cpp.incl $(LIBJVM.o)115 $(LIBJVM.o) 118 116 $(QUIETLY) $(CCC) $(CPPFLAGS) $(GENOFFS_CFLAGS) $(SHARED_FLAG) $(PICFLAG) \ 119 117 $(LFLAGS_GENOFFS) -o $@ $(DTRACE_SRCDIR)/$(GENOFFS).cpp -lc … … 162 160 $(QUIETLY) cat $^ > $@ 163 161 162 DTraced_Files = ciEnv.o \ 163 classLoadingService.o \ 164 compileBroker.o \ 165 hashtable.o \ 166 instanceKlass.o \ 167 java.o \ 168 jni.o \ 169 jvm.o \ 170 memoryManager.o \ 171 nmethod.o \ 172 objectMonitor.o \ 173 runtimeService.o \ 174 sharedRuntime.o \ 175 synchronizer.o \ 176 thread.o \ 177 unsafe.o \ 178 vmThread.o \ 179 vmCMSOperations.o \ 180 vmPSOperations.o \ 181 vmGCOperations.o \ 182 164 183 # Dtrace is available, so we build $(DTRACE.o) 165 184 $(DTRACE.o): $(DTRACE).d $(JVMOFFS).h $(JVMOFFS)Index.h $(DTraced_Files) 166 185 @echo Compiling $(DTRACE).d 167 186 168 $(QUIETLY) $(DTRACE_PROG) $(DTRACE_OPTS) -C -I. -G - o $@ -s $(DTRACE).d \187 $(QUIETLY) $(DTRACE_PROG) $(DTRACE_OPTS) -C -I. -G -xlazyload -o $@ -s $(DTRACE).d \ 169 188 $(DTraced_Files) ||\ 170 189 STATUS=$$?;\ -
trunk/openjdk/hotspot/make/solaris/makefiles/fastdebug.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # -
trunk/openjdk/hotspot/make/solaris/makefiles/gcc.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 48 48 # check for precompiled headers support 49 49 ifneq "$(shell expr \( $(CC_VER_MAJOR) \> 3 \) \| \( \( $(CC_VER_MAJOR) = 3 \) \& \( $(CC_VER_MINOR) \>= 4 \) \))" "0" 50 # Allow the user to turn off precompiled headers from the command line. 51 ifneq ($(USE_PRECOMPILED_HEADER),0) 50 52 USE_PRECOMPILED_HEADER=1 51 53 PRECOMPILED_HEADER_DIR=. 52 PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/incls/_precompiled.incl.gch 54 PRECOMPILED_HEADER_SRC=$(GAMMADIR)/src/share/vm/precompiled.hpp 55 PRECOMPILED_HEADER=$(PRECOMPILED_HEADER_DIR)/precompiled.hpp.gch 56 endif 53 57 endif 54 58 … … 132 136 133 137 OPT_CFLAGS/NOOPT=-O0 138 139 # Flags for generating make dependency flags. 140 ifneq ("${CC_VER_MAJOR}", "2") 141 DEPFLAGS = -MMD -MP -MF $(DEP_DIR)/$(@:%=%.d) 142 endif 143 144 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. 145 ifneq ($(USE_PRECOMPILED_HEADER),1) 146 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER 147 endif 148 134 149 #------------------------------------------------------------------------ 135 150 # Linker flags -
trunk/openjdk/hotspot/make/solaris/makefiles/i486.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 27 27 28 28 # TLS helper, assembled from .s file 29 # Not included in includeDB because it has no dependencies30 Obj_Files += solaris_x86_32.o31 29 32 30 # -
trunk/openjdk/hotspot/make/solaris/makefiles/jvmti.make
r278 r309 1 1 # 2 # Copyright (c) 2003, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 37 37 JvmtiSrcDir = $(GAMMADIR)/src/share/vm/prims 38 38 InterpreterSrcDir = $(GAMMADIR)/src/share/vm/interpreter 39 Src_Dirs += $(JvmtiSrcDir)40 39 41 40 # set VPATH so make knows where to look for source files 42 Src_Dirs_V = ${Src_Dirs}43 VPATH 41 Src_Dirs_V += $(JvmtiSrcDir) 42 VPATH += $(Src_Dirs_V:%=%:) 44 43 45 44 JvmtiGeneratedNames = \ -
trunk/openjdk/hotspot/make/solaris/makefiles/launcher.make
r278 r309 1 1 # 2 # Copyright (c) 2005, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 25 25 # Rules to build gamma launcher, used by vm.make 26 26 27 # gamma[_g]: launcher 27 LAUNCHER_SCRIPT = hotspot 28 28 LAUNCHER = gamma 29 LAUNCHER_G = $(LAUNCHER)$(G_SUFFIX)30 29 31 LAUNCHERDIR = $(GAMMADIR)/src/os/$(Platform_os_family)/launcher 30 LAUNCHERDIR = $(GAMMADIR)/src/os/posix/launcher 31 LAUNCHERDIR_SHARE := $(GAMMADIR)/src/share/tools/launcher 32 32 LAUNCHERFLAGS = $(ARCHFLAG) \ 33 33 -I$(LAUNCHERDIR) -I$(GAMMADIR)/src/share/vm/prims \ 34 -I$(LAUNCHERDIR_SHARE) \ 34 35 -DFULL_VERSION=\"$(HOTSPOT_RELEASE_VERSION)\" \ 36 -DJDK_MAJOR_VERSION=\"$(JDK_MAJOR_VERSION)\" \ 37 -DJDK_MINOR_VERSION=\"$(JDK_MINOR_VERSION)\" \ 35 38 -DARCH=\"$(LIBARCH)\" \ 36 39 -DGAMMA \ 37 40 -DLAUNCHER_TYPE=\"gamma\" \ 38 -DLINK_INTO_$(LINK_INTO) 41 -DLINK_INTO_$(LINK_INTO) \ 42 $(TARGET_DEFINES) 39 43 40 44 ifeq ($(LINK_INTO),AOUT) … … 69 73 endif # Platform_compiler == sparcWorks 70 74 71 launcher.o: launcher.c $(LAUNCHERDIR)/java.c $(LAUNCHERDIR)/java_md.c 72 $(CC) -g -c -o $@ launcher.c $(LAUNCHERFLAGS) $(CPPFLAGS) 75 LAUNCHER_OUT = launcher 73 76 74 launcher.c: 75 @echo Generating $@ 76 $(QUIETLY) { \ 77 echo '#define debug launcher_debug'; \ 78 echo '#include "java.c"'; \ 79 echo '#include "java_md.c"'; \ 80 } > $@ 77 SUFFIXES += .d 81 78 82 $(LAUNCHER): $(LAUNCHER.o) $(LIBJVM) $(LAUNCHER_MAPFILE) 79 SOURCES := $(shell find $(LAUNCHERDIR) -name "*.c") 80 SOURCES_SHARE := $(shell find $(LAUNCHERDIR_SHARE) -name "*.c") 81 82 OBJS := $(patsubst $(LAUNCHERDIR)/%.c,$(LAUNCHER_OUT)/%.o,$(SOURCES)) $(patsubst $(LAUNCHERDIR_SHARE)/%.c,$(LAUNCHER_OUT)/%.o,$(SOURCES_SHARE)) 83 84 DEPFILES := $(patsubst %.o,%.d,$(OBJS)) 85 -include $(DEPFILES) 86 87 $(LAUNCHER_OUT)/%.o: $(LAUNCHERDIR_SHARE)/%.c 88 $(QUIETLY) [ -d $(LAUNCHER_OUT) ] || { mkdir -p $(LAUNCHER_OUT); } 89 $(QUIETLY) $(CC) -g -o $@ -c $< -MMD $(LAUNCHERFLAGS) $(CPPFLAGS) 90 91 $(LAUNCHER_OUT)/%.o: $(LAUNCHERDIR)/%.c 92 $(QUIETLY) [ -d $(LAUNCHER_OUT) ] || { mkdir -p $(LAUNCHER_OUT); } 93 $(QUIETLY) $(CC) -g -o $@ -c $< -MMD $(LAUNCHERFLAGS) $(CPPFLAGS) 94 95 $(LAUNCHER): $(OBJS) $(LIBJVM) $(LAUNCHER_MAPFILE) 83 96 ifeq ($(filter -sbfast -xsbfast, $(CFLAGS_BROWSE)),) 84 @echo Linking launcher...97 $(QUIETLY) echo Linking launcher... 85 98 $(QUIETLY) $(LINK_LAUNCHER/PRE_HOOK) 86 $(QUIETLY) \ 87 $(LINK_LAUNCHER) $(LFLAGS_LAUNCHER) -o $@ $(LAUNCHER.o) $(LIBS_LAUNCHER) 99 $(QUIETLY) $(LINK_LAUNCHER) $(LFLAGS_LAUNCHER) -o $@ $(OBJS) $(LIBS_LAUNCHER) 88 100 $(QUIETLY) $(LINK_LAUNCHER/POST_HOOK) 89 [ -f $(LAUNCHER_G) ] || ln -s $@ $(LAUNCHER_G)90 101 endif # filter -sbfast -xsbfast 91 102 103 $(LAUNCHER): $(LAUNCHER_SCRIPT) 104 105 $(LAUNCHER_SCRIPT): $(LAUNCHERDIR)/launcher.script 106 $(QUIETLY) sed -e 's/@@LIBARCH@@/$(LIBARCH)/g' $< > $@ 107 $(QUIETLY) chmod +x $@ 108 -
trunk/openjdk/hotspot/make/solaris/makefiles/optimized.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 09, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # -
trunk/openjdk/hotspot/make/solaris/makefiles/product.make
r278 r309 1 1 # 2 # Copyright (c) 1999, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # -
trunk/openjdk/hotspot/make/solaris/makefiles/reorder_COMPILER1_i486
r2 r309 19 19 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: fprofiler.o; 20 20 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: genCollectedHeap.o; 21 text: .text%__1cTAssertIsPermClosure2t6M_v_: genCollectedHeap.o;22 21 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: generateOopMap.o; 23 22 text: .text%__1cNCellTypeStateLmake_bottom6F_0_: generateOopMap.o; … … 35 34 text: .text%__1cJTimeStamp2t6M_v_: management.o; 36 35 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: markSweep.o; 37 text: .text%__1cJMarkSweepSMarkAndPushClosure2t6M_v_: markSweep.o;38 text: .text%__1cJMarkSweepRFollowRootClosure2t6M_v_: markSweep.o;39 text: .text%__1cJMarkSweepSFollowStackClosure2t6M_v_: markSweep.o;40 text: .text%__1cJMarkSweepOIsAliveClosure2t6M_v_: markSweep.o;41 text: .text%__1cJMarkSweepQKeepAliveClosure2t6M_v_: markSweep.o;42 36 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: memoryService.o; 43 37 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: oopMap.o; 44 text: .text%__1cQDoNothingClosure2t6M_v_: oopMap.o;45 38 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: parGCAllocBuffer.o; 46 39 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psMarkSweep.o; 47 text: .text%__1cTPSAlwaysTrueClosure2t6M_v_: psMarkSweep.o;48 40 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psScavenge.o; 49 41 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: relocInfo.o; … … 51 43 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: runtimeService.o; 52 44 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: sharedHeap.o; 53 text: .text%__1cTAssertIsPermClosure2t6M_v_: sharedHeap.o;54 45 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: vmStructs.o; 55 46 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: vm_version.o; … … 95 86 text: .text%__1cRlwp_priocntl_init6F_i_: os_solaris.o; 96 87 text: .text%__1cNpriocntl_stub6FinGidtype_lipc_l_: os_solaris.o; 97 text: .text%__1cOresolve_symbol6Fpkc_pC_: os_solaris.o;98 88 text: .text%__1cCosHSolarisQsignal_sets_init6F_v_; 99 89 text: .text%__1cCosHSolarisPinit_signal_mem6F_v_; … … 108 98 text: .text%__1cCosbDallocate_thread_local_storage6F_i_; 109 99 text: .text%__1cSThreadLocalStoragebCgenerate_code_for_get_thread6F_v_; 110 text: .text%__1cRAllocateTLSOffset6F_v_: threadLS_solaris_x86.o;111 100 text: .text%__1cPvm_init_globals6F_v_; 112 101 text: .text%__1cScheck_ThreadShadow6F_v_; … … 120 109 text: .text%__1cCosZvm_allocation_granularity6F_i_; 121 110 text: .text%__1cKPerfMemoryUcreate_memory_region6FI_v_; 122 text: .text%__1cUcreate_shared_memory6FI_pc_: perfMemory_solaris.o;123 text: .text%__1cSmmap_create_shared6FI_pc_: perfMemory_solaris.o;124 111 text: .text%__1cCosScurrent_process_id6F_i_; 125 text: .text%__1cNget_user_name6Fl_pc_: perfMemory_solaris.o;126 text: .text%__1cQget_user_tmp_dir6Fpkc_pc_: perfMemory_solaris.o;127 112 text: .text%__1cCosSget_temp_directory6F_pkc_; 128 text: .text%__1cWget_sharedmem_filename6Fpkci_pc_: perfMemory_solaris.o;129 text: .text%__1cbBcleanup_sharedmem_resources6Fpkc_v_: perfMemory_solaris.o;130 text: .text%lstat: perfMemory_solaris.o;131 text: .text%__1cPfilename_to_pid6Fpkc_l_: perfMemory_solaris.o;132 text: .text%__1cbAcreate_sharedmem_resources6Fpkc1I_i_: perfMemory_solaris.o;133 113 text: .text%__1cGThread2t6M_v_; 134 114 text: .text%__1cFArena2t6M_v_; … … 162 142 text: .text%__1cCosHSolarisVinit_thread_fpu_state6F_v_; 163 143 text: .text%__1cOJNIHandleBlockOallocate_block6FpnGThread__p0_; 164 text: .text%__1cQcreate_os_thread6FpnGThread_I_pnIOSThread__: os_solaris.o;165 144 text: .text%__1cIOSThread2t6MpFpv_i1_v_; 166 145 text: .text%__1cIOSThreadNpd_initialize6M_v_; … … 187 166 text: .text%__1cORuntimeServiceEinit6F_v_; 188 167 text: .text%__1cTClassLoadingServiceEinit6F_v_; 189 text: .text%__1cKvtune_init6F_v_;190 168 text: .text%__1cObytecodes_init6F_v_; 191 169 text: .text%__1cJBytecodesKinitialize6F_v_; … … 201 179 text: .text%__1cCosGstrdup6Fpkc_pc_; 202 180 text: .text%__1cCosEstat6FpkcpnEstat__i_; 203 text: .text%stat: os_solaris.o;204 181 text: .text%JVM_RawMonitorCreate; 205 182 text: .text%JVM_NativePath; … … 217 194 text: .text%__1cMVirtualSpaceNreserved_size6kM_I_; 218 195 text: .text%__1cMVirtualSpaceOcommitted_size6kM_I_; 219 text: .text%__1cSalign_to_page_size6FI_I_: heap.o;220 196 text: .text%__1cICodeHeapFclear6M_v_; 221 197 text: .text%__1cICodeHeapTmark_segmap_as_free6MII_v_; … … 245 221 text: .text%__1cMCodeHeapPoolNused_in_bytes6M_I_: memoryPool.o; 246 222 text: .text%__1cICodeHeapSallocated_capacity6kM_I_; 247 text: .text%__1cKMemoryPoolImax_size6kM_I_: memoryPool.o;248 223 text: .text%__1cXresource_allocate_bytes6FI_pc_; 249 text: .text%__1cKCodeBuffer2t6MpCi_v_;250 224 text: .text%__1cRAbstractAssembler2t6MpnKCodeBuffer__v_; 251 225 text: .text%__1cYVM_Version_StubGeneratorTgenerate_getPsrInfo6M_pC_: vm_version_x86.o; … … 270 244 text: .text%__1cRAbstractAssemblerFflush6M_v_; 271 245 text: .text%__1cRStubCodeGeneratorLstub_epilog6MpnMStubCodeDesc__v_; 272 text: .text%__1cFVTuneNregister_stub6FpkcpC3_v_;273 246 text: .text%__1cFForteNregister_stub6FpkcpC3_v_; 274 247 text: .text%__1cKVM_VersionWget_processor_features6F_v_; 275 text: .text%__1cVcheck_for_sse_support6F_v_: os_solaris_x86.o;276 248 text: .text%jio_snprintf; 277 249 text: .text%jio_vsnprintf; … … 652 624 text: .text%__1cNTemplateTableH_return6FnITosState__v_; 653 625 text: .text%__1cNTemplateTableJgetstatic6Fi_v_; 654 text: .text%__1cNTemplateTableXresolve_cache_and_index6FipnMRegisterImpl_2_v_;655 626 text: .text%__1cJAssemblerHfistp_d6MnHAddress__v_; 656 627 text: .text%__1cNTemplateTableJputstatic6Fi_v_; … … 736 707 text: .text%__1cLsymbolKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: symbolKlass.o; 737 708 text: .text%__1cLsymbolKlassOset_alloc_size6MI_v_: symbolKlass.o; 738 text: .text%__1cKoopFactoryKnew_symbol6FpkcipnGThread__pnNsymbolOopDesc__;739 709 text: .text%__1cLSymbolTableGlookup6FpkcipnGThread__pnNsymbolOopDesc__; 740 710 text: .text%__1cJHashtableLhash_symbol6Fpkci_I_: symbolTable.o; … … 807 777 text: .text%__1cQSystemDictionaryRload_shared_class6FnTinstanceKlassHandle_nGHandle_pnGThread__1_; 808 778 text: .text%__1cLClassLoaderOload_classfile6FnMsymbolHandle_pnGThread__nTinstanceKlassHandle__; 809 text: .text%__1cFVTuneQstart_class_load6F_v_;810 779 text: .text%__1cJEventMark2t6MpkcE_v_: classLoader.o; 811 780 text: .text%__1cSThreadProfilerMark2t6Mn0AGRegion__v_; … … 855 824 text: .text%__1cSconstMethodOopDescbEchecked_exceptions_length_addr6kM_pH_; 856 825 text: .text%__1cSconstMethodOopDescYchecked_exceptions_start6kM_pnXCheckedExceptionElement__; 857 text: .text%__1cXcopy_u2_with_conversion6FpH0i_v_: classFileParser.o;858 826 text: .text%__1cPClassFileParserbDcompute_transitive_interfaces6MnTinstanceKlassHandle_nOobjArrayHandle_pnGThread__2_; 859 827 text: .text%__1cPClassFileParserMsort_methods6MnOobjArrayHandle_111pnGThread__nPtypeArrayHandle__; … … 863 831 text: .text%__1cLklassItableTcompute_itable_size6FnOobjArrayHandle__i_; 864 832 text: .text%__1cUvisit_all_interfaces6FpnPobjArrayOopDesc_pnXInterfaceVisiterClosure__v_; 865 text: .text%__1cPClassFileParserUcompute_oop_map_size6MnTinstanceKlassHandle_ii_i_;866 text: .text%__1cKoopFactoryRnew_instanceKlass6FiiiinNReferenceType_pnGThread__pnMklassOopDesc__;867 text: .text%__1cSinstanceKlassKlassXallocate_instance_klass6MiiiinNReferenceType_pnGThread__pnMklassOopDesc__;868 833 text: .text%__1cNinstanceKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: instanceKlass.o; 869 834 text: .text%__1cNinstanceKlassOset_alloc_size6MI_v_: instanceKlass.o; … … 879 844 text: .text%__1cFKlassKsuperklass6kM_pnNinstanceKlass__; 880 845 text: .text%__1cPClassFileParserVset_precomputed_flags6MnTinstanceKlassHandle__v_; 881 text: .text%__1cFKlassNlookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__;882 846 text: .text%__1cNinstanceKlassWuncached_lookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 883 847 text: .text%__1cNinstanceKlassLfind_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; … … 894 858 text: .text%__1cMstringStream2T6M_v_; 895 859 text: .text%__1cSThreadProfilerMark2T6M_v_; 896 text: .text%__1cFVTuneOend_class_load6F_v_;897 860 text: .text%__1cQSystemDictionaryVdefine_instance_class6FnTinstanceKlassHandle_pnGThread__v_; 898 861 text: .text%__1cVLoaderConstraintTableWfind_loader_constraint6MnMsymbolHandle_nGHandle__ppnVLoaderConstraintEntry__; … … 971 934 text: .text%__1cKJNIHandlesKinitialize6F_v_; 972 935 text: .text%__1cOvmStructs_init6F_v_; 973 text: .text%__1cIFrameMapEinit6F_v_;974 text: .text%__1cIRuntime1Kinitialize6F_v_;975 936 text: .text%__1cIRuntime1Ninitialize_pd6F_v_; 976 937 text: .text%__1cNSharedRuntimeTgenerate_deopt_blob6F_v_; … … 997 958 text: .text%__1cJOopMapSetHcopy_to6MpC_v_; 998 959 text: .text%__1cGOopMapHcopy_to6MpC_v_; 999 text: .text%__1cIRuntime1Rgenerate_blob_for6Fn0AGStubID__v_;1000 960 text: .text%__1cLOopRecorder2t6MpnFArena__v_; 1001 961 text: .text%__1cIRuntime1Iname_for6Fn0AGStubID__pkc_; … … 1005 965 text: .text%__1cJStubFrame2T6M_v_; 1006 966 text: .text%__1cOMacroAssemblerLtlab_refill6MrnFLabel_22_v_; 1007 text: .text%__1cLlog2_intptr6Fi_i_: assembler_x86.o;1008 967 text: .text%__1cOMacroAssemblerNeden_allocate6MpnMRegisterImpl_2i2rnFLabel__v_; 1009 968 text: .text%__1cOMacroAssemblerLverify_tlab6M_v_; … … 1034 993 text: .text%__1cTcompilerOracle_init6F_v_; 1035 994 text: .text%__1cOCompilerOraclePparse_from_file6F_v_; 1036 text: .text%__1cHcc_file6F_pkc_: compilerOracle.o;1037 995 text: .text%__1cWcompilationPolicy_init6F_v_; 1038 996 text: .text%__1cNinstanceKlassGvtable6kM_pnLklassVtable__; … … 1077 1035 text: .text%__1cIRewriterHrewrite6FnTinstanceKlassHandle_pnGThread__v_; 1078 1036 text: .text%__1cYconstantPoolCacheOopDescKinitialize6MrnIintArray__v_; 1079 text: .text%__1cWConstantPoolCacheEntryRset_initial_state6Mi_v_;1080 1037 text: .text%__1cTAbstractInterpreterLmethod_kind6FnMmethodHandle__n0AKMethodKind__; 1081 1038 text: .text%__1cMNativeLookupTbase_library_lookup6Fpkc22_pC_; … … 1083 1040 text: .text%__1cMoutputStreamFprint6MpkcE_v_; 1084 1041 text: .text%__1cNmethodOopDescKklass_name6kM_pnNsymbolOopDesc__; 1085 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc__v_: nativeLookup.o;1086 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc_ii_v_: nativeLookup.o;1087 1042 text: .text%__1cMoutputStreamDput6Mc_v_; 1088 1043 text: .text%__1cCosYprint_jni_name_prefix_on6FpnMoutputStream_i_v_; 1089 1044 text: .text%__1cCosYprint_jni_name_suffix_on6FpnMoutputStream_i_v_; 1090 text: .text%__1cVlookup_special_native6Fpc_pC_: nativeLookup.o;1091 1045 text: .text%__1cbEinitialize_converter_functions6F_v_; 1092 1046 text: .text%__1cIUniverseWupdate_heap_info_at_gc6F_v_; … … 1138 1092 text: .text%__1cCosTset_native_priority6FpnGThread_i_nIOSReturn__; 1139 1093 text: .text%__1cQset_lwp_priority6Fiii_i_; 1140 text: .text%__1cVscale_to_lwp_priority6Fiii_i_: os_solaris.o;1141 1094 text: .text%__1cIVMThreadDrun6M_v_; 1142 1095 text: .text%__1cIVMThreadEloop6M_v_; … … 1155 1108 text: .text%__1cCosUos_exception_wrapper6FpFpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v2468_v_; 1156 1109 text: .text%__1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_; 1157 text: .text%__1cRruntime_type_from6FpnJJavaValue__nJBasicType__: javaCalls.o;1158 1110 text: .text%__1cTAbstractInterpreterbFsize_top_interpreter_activation6FpnNmethodOopDesc__i_; 1159 1111 text: .text%__1cPJavaCallWrapper2t6MnMmethodHandle_nGHandle_pnJJavaValue_pnGThread__v_; … … 1193 1145 text: .text%jni_RegisterNatives: jni.o; 1194 1146 text: .text%__1cPjava_lang_ClassLas_klassOop6FpnHoopDesc__pnMklassOopDesc__; 1195 text: .text%__1cLSymbolTableFprobe6Fpkci_pnNsymbolOopDesc__;1196 1147 text: .text%__1cPJavaCallWrapper2T6M_v_; 1197 1148 text: .text%__1cOJNIHandleBlockNrelease_block6Fp0pnGThread__v_; … … 1207 1158 text: .text%__1cSInterpreterRuntimeE_new6FpnKJavaThread_pnTconstantPoolOopDesc_i_v_; 1208 1159 text: .text%__1cMLinkResolverVresolve_invokespecial6FrnICallInfo_nSconstantPoolHandle_ipnGThread__v_; 1209 text: .text%__1cWConstantPoolCacheEntryPbytecode_number6FnJBytecodesECode__i_: cpCacheOop.o;1210 1160 text: .text%__1cNSignatureInfoJdo_object6Mii_v_: bytecode.o; 1211 1161 text: .text%__1cNSignatureInfoHdo_long6M_v_: bytecode.o; … … 1226 1176 text: .text%__1cJJavaCallsMcall_special6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_533pnGThread__v_; 1227 1177 text: .text%__1cNmethodOopDescIbci_from6kMpC_i_; 1228 text: .text%__1cPBytecode_invokeJsignature6kM_pnNsymbolOopDesc__;1229 text: .text%__1cPBytecode_invokeFindex6kM_i_;1230 1178 text: .text%__1cNmethodOopDescIbcp_from6kMi_pC_; 1231 1179 text: .text%__1cFframebGinterpreter_callee_receiver_addr6MnMsymbolHandle__ppnHoopDesc__; … … 1259 1207 text: .text%__1cHUNICODEHas_utf86FpHi_pc_; 1260 1208 text: .text%__1cHUNICODELutf8_length6FpHi_i_; 1261 text: .text%__1cKutf8_write6FpCH_0_: utf8.o;1262 1209 text: .text%JVM_FindPrimitiveClass; 1263 1210 text: .text%__1cJname2type6Fpkc_nJBasicType__; … … 1301 1248 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_; 1302 1249 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_; 1303 text: .text%__1cIBytecodeIset_code6MnJBytecodesECode__v_;1304 1250 text: .text%__1cNFingerprinterHdo_long6M_v_: dump.o; 1305 1251 text: .text%JVM_MonitorWait; … … 1315 1261 text: .text%jni_CallObjectMethod: jni.o; 1316 1262 text: .text%__1cRSignatureIterator2t6MpnGThread_pnNsymbolOopDesc__v_; 1317 text: .text%__1cUjni_invoke_nonstatic6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;1318 1263 text: .text%__1cXJNI_ArgumentPusherVaArgHiterate6MX_v_: jni.o; 1319 1264 text: .text%__1cXJNI_ArgumentPusherVaArgKget_object6M_v_: jni.o; 1320 1265 text: .text%jni_ExceptionOccurred: jni.o; 1321 text: .text%__1cbAjni_check_async_exceptions6FpnKJavaThread__v_: jni.o;1322 1266 text: .text%jni_DeleteLocalRef: jni.o; 1323 1267 text: .text%__1cOJNIHandleBlockRrebuild_free_list6M_v_; … … 1325 1269 text: .text%jni_GetStaticMethodID: jni.o; 1326 1270 text: .text%jni_CallStaticObjectMethodV: jni.o; 1327 text: .text%__1cRjni_invoke_static6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;1328 1271 text: .text%__1cMLinkResolverbHlookup_instance_method_in_klasses6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; 1329 1272 text: .text%jni_ExceptionCheck: jni.o; … … 1331 1274 text: .text%__1cQjava_lang_StringXcreate_oop_from_unicode6FpHipnGThread__pnHoopDesc__; 1332 1275 text: .text%JVM_InitProperties; 1333 text: .text%__1cMset_property6FnGHandle_pkc2pnGThread__v_: jvm.o;1334 1276 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_533pnGThread__v_; 1335 1277 text: .text%__1cYNoJvmtiVMObjectAllocMark2t6M_v_; … … 1395 1337 text: .text%__1cQjava_lang_StringLutf8_length6FpnHoopDesc__i_; 1396 1338 text: .text%jni_GetStringLength: jni.o; 1397 text: .text%__1cQjava_lang_StringGlength6FpnHoopDesc__i_;1398 1339 text: .text%jni_GetStringUTFRegion: jni.o; 1399 1340 text: .text%__1cQjava_lang_StringOas_utf8_string6FpnHoopDesc_ii_pc_; … … 1446 1387 text: .text%__1cFJNIidEfind6Mi_p0_; 1447 1388 text: .text%jni_NewObjectV: jni.o; 1448 text: .text%__1cMalloc_object6FpnH_jclass_pnGThread__pnPinstanceOopDesc__: jni.o;1449 1389 text: .text%jni_GetStringRegion: jni.o; 1450 text: .text%__1cQjava_lang_StringGoffset6FpnHoopDesc__i_;1451 text: .text%__1cQjava_lang_StringFvalue6FpnHoopDesc__pnQtypeArrayOopDesc__;1452 1390 text: .text%jni_GetObjectField: jni.o; 1453 1391 text: .text%jni_GetStringCritical: jni.o; 1454 text: .text%__1cJGC_lockerNlock_critical6FpnKJavaThread__v_: jni.o;1455 1392 text: .text%jni_ReleaseStringCritical: jni.o; 1456 1393 text: .text%JVM_LoadLibrary; … … 1497 1434 text: .text%jni_GetObjectArrayElement: jni.o; 1498 1435 text: .text%__1cQSimpleCompPolicyXmethod_invocation_event6MnMmethodHandle_pnGThread__v_; 1499 text: .text%__1cRCompilationPolicybIreset_counter_for_invocation_event6MnMmethodHandle__v_;1500 1436 text: .text%__1cRInvocationCounterJset_carry6M_v_; 1501 text: .text%__1cNCompileBrokerOcompile_method6FnMmethodHandle_i1ipkcpnGThread__pnHnmethod__;1502 text: .text%__1cQSimpleCompPolicyRcompilation_level6MnMmethodHandle_i_i_;1503 1437 text: .text%__1cNobjArrayKlassKcopy_array6MpnMarrayOopDesc_i2iipnGThread__v_; 1504 1438 text: .text%__1cLJvmtiExportQenter_live_phase6F_v_; … … 1513 1447 text: .text%__1cQjava_lang_ThreadKset_daemon6FpnHoopDesc__v_; 1514 1448 text: .text%__1cICompiler2t6M_v_; 1515 text: .text%__1cNCompileBrokerVinit_compiler_threads6Fi_v_;1516 1449 text: .text%__1cQCompilerCounters2t6MpkcipnGThread__v_; 1517 1450 text: .text%__1cNCompileBrokerUmake_compiler_thread6FpkcpnMCompileQdDueue_pnQCompilerCounters_pnGThread__pnOCompilerThread__; … … 1571 1504 text: .text%__1cTjava_lang_ThrowableQclear_stacktrace6FpnHoopDesc__v_; 1572 1505 text: .text%__1cVPreserveExceptionMark2T6M_v_; 1573 text: .text%__1cKExceptionsG_throw6FpnGThread_pkcinGHandle__v_;1574 1506 text: .text%__1cSInterpreterRuntimeXthrow_pending_exception6FpnKJavaThread__v_; 1575 text: .text%__1cNSharedRuntimebKexception_handler_for_return_address6FpC_1_;1576 text: .text%__1cNSharedRuntimebOraw_exception_handler_for_return_address6FpC_1_;1577 1507 text: .text%__1cSInterpreterRuntimebFexception_handler_for_exception6FpnKJavaThread_pnHoopDesc__pC_; 1578 1508 text: .text%__1cNmethodOopDescbEfast_exception_handler_bci_for6MnLKlassHandle_ipnGThread__i_; … … 1589 1519 text: .text%__1cPciObjectFactory2t6MpnFArena_i_v_; 1590 1520 text: .text%__1cPciObjectFactoryTinit_shared_objects6M_v_; 1591 text: .text%__1cIciSymbol2t6MnMsymbolHandle__v_;1592 1521 text: .text%__1cIciObject2t6MnGHandle__v_; 1593 1522 text: .text%__1cPciObjectFactoryEfind6MpnHoopDesc_pnNGrowableArray4CpnIciObject____i_; … … 1676 1605 text: .text%__1cLCompilationJbuild_hir6M_v_; 1677 1606 text: .text%__1cCIR2t6MpnLCompilation_pnIciMethod_i_v_; 1678 text: .text%__1cJValueTypeKinitialize6F_v_;1679 1607 text: .text%__1cMciNullObjectEmake6F_p0_; 1680 1608 text: .text%__1cMGraphBuilderKinitialize6F_v_; … … 1683 1611 text: .text%__1cHIRScopeLbuild_graph6MpnLCompilation_i_pnKBlockBegin__; 1684 1612 text: .text%__1cQBlockListBuilderLset_leaders6M_v_; 1685 text: .text%__1cKValueStack2t6MpnHIRScope_ii_v_;1686 1613 text: .text%__1cMGraphBuilderPpush_root_scope6MpnHIRScope_pnJBlockList_pnKBlockBegin__v_; 1687 1614 text: .text%__1cMGraphBuilderJScopeDataJset_scope6MpnHIRScope__v_; … … 1691 1618 text: .text%__1cMGraphBuilderJScopeDataVremove_from_work_list6M_pnKBlockBegin__; 1692 1619 text: .text%__1cIValueMapIkill_all6M_v_; 1693 text: .text%__1cKValueStackEcopy6M_p0_;1694 1620 text: .text%__1cGValuesIpush_all6Mpk0_v_: c1_ValueStack.o; 1695 1621 text: .text%__1cMGraphBuilderbBiterate_bytecodes_for_block6Mi_pnIBlockEnd__; … … 1710 1636 text: .text%__1cMLinkResolverXresolve_klass_no_update6FrnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 1711 1637 text: .text%__1cTconstantPoolOopDescbCklass_ref_at_if_loaded_check6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__; 1712 text: .text%__1cMGraphBuilderKlock_stack6M_pnKValueStack__;1713 text: .text%__1cKValueStackKcopy_locks6M_p0_;1714 1638 text: .text%__1cJLoadFieldFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; 1715 1639 text: .text%__1cNCanonicalizerMdo_LoadField6MpnJLoadField__v_; … … 1739 1663 text: .text%__1cNCanonicalizerJdo_Return6MpnGReturn__v_; 1740 1664 text: .text%__1cGReturnJas_Return6M_p0_: c1_GraphBuilder.o; 1741 text: .text%__1cKValueStackMcaller_state6kM_p0_;1742 1665 text: .text%__1cQSystemDictionarybOfind_constrained_instance_or_array_klass6FnMsymbolHandle_nGHandle_pnGThread__pnMklassOopDesc__; 1743 1666 text: .text%__1cMGraphBuilderHif_same6MpnJValueType_nLInstructionJCondition__v_; … … 1782 1705 text: .text%__1cQNullCheckVisitorNdo_BlockBegin6MpnKBlockBegin__v_; 1783 1706 text: .text%__1cQNullCheckVisitorHdo_Base6MpnEBase__v_; 1784 text: .text%__1cKStateSplitPinput_values_do6MpFppnLInstruction__v_v_: c1_Canonicalizer.o;1785 1707 text: .text%__1cQNullCheckVisitorHdo_Goto6MpnEGoto__v_; 1786 text: .text%__1cTNullCheckEliminatorIdo_value6FppnLInstruction__v_;1787 text: .text%__1cFLocalPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1788 1708 text: .text%__1cFLocalFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 1789 1709 text: .text%__1cQNullCheckVisitorIdo_Local6MpnFLocal__v_; 1790 text: .text%__1cLAccessFieldPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1791 1710 text: .text%__1cQNullCheckVisitorMdo_LoadField6MpnJLoadField__v_; 1792 1711 text: .text%__1cTNullCheckEliminatorShandle_AccessField6MpnLAccessField__v_; 1793 text: .text%__1cCIfPinput_values_do6MpFppnLInstruction__v_v_: c1_Canonicalizer.o;1794 text: .text%__1cIConstantPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1795 1712 text: .text%__1cQNullCheckVisitorLdo_Constant6MpnIConstant__v_; 1796 1713 text: .text%__1cQNullCheckVisitorFdo_If6MpnCIf__v_; … … 1799 1716 text: .text%__1cTNullCheckEliminatorShandle_LoadIndexed6MpnLLoadIndexed__v_; 1800 1717 text: .text%__1cQNullCheckVisitorNdo_StoreField6MpnKStoreField__v_; 1801 text: .text%__1cGReturnPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1802 1718 text: .text%__1cQNullCheckVisitorJdo_Return6MpnGReturn__v_; 1803 1719 text: .text%__1cGBitMapQset_intersection6M0_v_; … … 1812 1728 text: .text%__1cCIRMcompute_code6M_v_; 1813 1729 text: .text%__1cJBlockListJblocks_do6MpFpnKBlockBegin__v_v_; 1814 text: .text%__1cQUseCountComputerXbasic_compute_use_count6FpnKBlockBegin__v_: c1_IR.o;1815 text: .text%__1cQUseCountComputerQupdate_use_count6FppnLInstruction__v_: c1_IR.o;1816 1730 text: .text%__1cFLocalIas_Local6M_p0_: c1_GraphBuilder.o; 1817 text: .text%__1cKStateSplitPstate_values_do6MpFppnLInstruction__v_v_;1818 text: .text%__1cKValueStackJvalues_do6MpFppnLInstruction__v_v_;1819 1731 text: .text%__1cLCompilationIemit_lir6M_v_; 1820 1732 text: .text%__1cLInstructionGas_Phi6M_pnDPhi__: c1_Canonicalizer.o; … … 1889 1801 text: .text%__1cYDebugInformationRecorderJdata_size6M_i_; 1890 1802 text: .text%__1cHnmethod2n6FIi_pv_; 1891 text: .text%__1cHnmFlagsFclear6M_v_;1892 1803 text: .text%__1cYDebugInformationRecorderHcopy_to6MpnHnmethod__v_; 1893 text: .text%__1cLOopRecorderHcopy_to6MpnICodeBlob__v_;1894 1804 text: .text%__1cIUniverseMnon_oop_word6F_pv_; 1895 1805 text: .text%__1cHnmethodQcopy_scopes_data6MpCi_v_; 1896 1806 text: .text%__1cGPcDesc2t6Miii_v_; 1897 1807 text: .text%__1cJCodeCacheGcommit6FpnICodeBlob__v_; 1898 text: .text%__1cFVTuneOcreate_nmethod6FpnHnmethod__v_;1899 1808 text: .text%__1cWImplicitExceptionTableHcopy_to6MpnHnmethod__v_; 1900 1809 text: .text%__1cKNativeJumpbEcheck_verified_entry_alignment6FpC1_v_; … … 1939 1848 text: .text%__1cMGraphBuilderIstack_op6MnJBytecodesECode__v_; 1940 1849 text: .text%__1cMGraphBuilderGinvoke6MnJBytecodesECode__v_; 1941 text: .text%__1cFciEnvTget_method_by_index6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1942 text: .text%__1cFciEnvYget_method_by_index_impl6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1943 1850 text: .text%__1cFciEnvbTget_instance_klass_for_declared_method_holder6FpnHciKlass__pnPciInstanceKlass__; 1944 1851 text: .text%__1cPciObjectFactoryTget_unloaded_method6MpnPciInstanceKlass_pnIciSymbol_4_pnIciMethod__; … … 1952 1859 text: .text%__1cNCanonicalizerJdo_Invoke6MpnGInvoke__v_; 1953 1860 text: .text%__1cGInvokeJas_Invoke6M_p0_: c1_Instruction.o; 1954 text: .text%__1cFThrowFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o;1955 1861 text: .text%__1cNCanonicalizerIdo_Throw6MpnFThrow__v_; 1956 text: .text%__1cFThrowIas_Throw6M_p0_: c1_Instruction.o;1957 1862 text: .text%__1cQNullCheckVisitorOdo_NewInstance6MpnLNewInstance__v_; 1958 1863 text: .text%__1cTNullCheckEliminatorShandle_NewInstance6MpnLNewInstance__v_; 1959 text: .text%__1cGInvokePinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1960 1864 text: .text%__1cQNullCheckVisitorJdo_Invoke6MpnGInvoke__v_; 1961 1865 text: .text%__1cTNullCheckEliminatorNhandle_Invoke6MpnGInvoke__v_; 1962 text: .text%__1cFThrowPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1963 1866 text: .text%__1cQNullCheckVisitorIdo_Throw6MpnFThrow__v_; 1964 1867 text: .text%__1cLInstructionGnegate6Fn0AJCondition__1_; 1965 text: .text%__1cFThrowPstate_values_do6MpFppnLInstruction__v_v_;1966 1868 text: .text%__1cIVoidTypeLas_VoidType6M_p0_: c1_ValueType.o; 1967 1869 text: .text%__1cLNewInstanceKexact_type6kM_pnGciType__; … … 1976 1878 text: .text%__1cNLIR_AssemblerKalign_call6MnILIR_Code__v_; 1977 1879 text: .text%__1cICodeStubEinfo6kM_pnMCodeEmitInfo__: c1_CodeStubs_x86.o; 1978 text: .text%__1cNLIR_AssemblerEcall6MpCnJrelocInfoJrelocType_pnMCodeEmitInfo__v_;1979 1880 text: .text%__1cbBopt_virtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 1980 1881 text: .text%__1cYinternal_word_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; … … 2022 1923 text: .text%__1cPciObjectFactoryMvm_symbol_at6Fi_pnIciSymbol__; 2023 1924 text: .text%__1cNCanonicalizerMdo_NullCheck6MpnJNullCheck__v_; 2024 text: .text%__1cKValueStackKpush_scope6MpnHIRScope__p0_;2025 text: .text%__1cHIRScopeXcompute_lock_stack_size6M_v_;2026 text: .text%__1cMGraphBuilderJScopeDataRcaller_stack_size6kM_i_;2027 1925 text: .text%__1cMGraphBuilderJScopeDataLnum_returns6M_i_; 2028 1926 text: .text%__1cMGraphBuilderJScopeDataXset_inline_cleanup_info6MpnKBlockBegin_pnLInstruction_pnKValueStack__v_; … … 2034 1932 text: .text%__1cMGraphBuilderOinline_bailout6Mpkc_v_; 2035 1933 text: .text%__1cLInstructionEprev6MpnKBlockBegin__p0_; 2036 text: .text%__1cKBlockBeginPblock_values_do6MpFppnLInstruction__v_v_;2037 text: .text%__1cIConstantPother_values_do6MpFppnLInstruction__v_v_;2038 text: .text%__1cIBlockEndPother_values_do6MpFppnLInstruction__v_v_;2039 1934 text: .text%__1cQNullCheckVisitorMdo_NullCheck6MpnJNullCheck__v_; 2040 1935 text: .text%__1cTNullCheckEliminatorQhandle_NullCheck6MpnJNullCheck__v_; 2041 text: .text%__1cHIRScopeNtop_scope_bci6kM_i_;2042 1936 text: .text%__1cNSharedRuntimeQfind_callee_info6FpnKJavaThread_rnJBytecodesECode_rnICallInfo_pnGThread__nGHandle__; 2043 1937 text: .text%__1cGPcDescHreal_pc6kMpknHnmethod__pC_; … … 2056 1950 text: .text%jni_GetByteArrayRegion: jni.o; 2057 1951 text: .text%JVM_DefineClassWithSource; 2058 text: .text%__1cXjvm_define_class_common6FpnHJNIEnv__pkcpnI_jobject_pkWi53pnGThread__pnH_jclass__: jvm.o;2059 text: .text%__1cQSystemDictionaryTresolve_from_stream6FnMsymbolHandle_nGHandle_2pnPClassFileStream_pnGThread__pnMklassOopDesc__;2060 1952 text: .text%__1cPClassFileParserbDverify_legal_method_signature6MnMsymbolHandle_1pnGThread__i_; 2061 1953 text: .text%__1cPClassFileParserXverify_legal_class_name6MnMsymbolHandle_pnGThread__v_; … … 2063 1955 text: .text%__1cKDictionaryVadd_protection_domain6MiInTinstanceKlassHandle_nGHandle_2pnGThread__v_; 2064 1956 text: .text%__1cPDictionaryEntryVadd_protection_domain6MpnHoopDesc__v_; 2065 text: .text%__1cUverify_byte_codes_fn6F_pv_: verifier.o;2066 1957 text: .text%JVM_GetClassCPEntriesCount; 2067 1958 text: .text%JVM_GetClassCPTypes; … … 2125 2016 text: .text%jni_DestroyJavaVM; 2126 2017 text: .text%jni_AttachCurrentThread; 2127 text: .text%attach_current_thread: jni.o;2128 2018 text: .text%__1cKJavaThreadVinvoke_shutdown_hooks6M_v_; 2129 2019 text: .text%__1cLbefore_exit6FpnKJavaThread__v_; … … 2140 2030 text: .text%__1cCosNsignal_notify6Fi_v_; 2141 2031 text: .text%__1cQprint_statistics6F_v_; 2142 text: .text%__1cFVTuneEexit6F_v_;2143 2032 text: .text%__1cIVMThreadXwait_for_vm_thread_exit6F_v_; 2144 2033 text: .text%__1cUSafepointSynchronizeFbegin6F_v_; … … 2159 2048 text: .text%__1cKDictionaryStry_get_next_class6M_pnMklassOopDesc__; 2160 2049 text: .text%__1cNinstanceKlassKmethods_do6MpFpnNmethodOopDesc__v_v_; 2161 text: .text%__1cONMethodSweeperFsweep6F_v_;2162 2050 text: .text%__1cNCompileBrokerQset_should_block6F_v_; 2163 2051 text: .text%__1cHVM_ExitbJwait_for_threads_in_native_to_block6F_i_; … … 2172 2060 text: .text%__1cKPerfMemoryHdestroy6F_v_; 2173 2061 text: .text%__1cKPerfMemoryUdelete_memory_region6F_v_; 2174 text: .text%__1cUdelete_shared_memory6FpcI_v_: perfMemory_solaris.o;2175 text: .text%__1cLremove_file6Fpkc_v_: perfMemory_solaris.o;2176 2062 text: .text%__1cMostream_exit6F_v_; 2177 2063 text: .text%__SLIP.DELETER__C: ostream.o; … … 2207 2093 text: .text%__1cQComputeCallStackIdo_array6Mii_v_: generateOopMap.o; 2208 2094 text: .text%__1cMGraphBuilderNload_constant6M_v_; 2209 text: .text%__1cQciBytecodeStreamSget_constant_index6kM_i_;2210 text: .text%__1cFciEnvVget_constant_by_index6MpnPciInstanceKlass_i_nKciConstant__;2211 text: .text%__1cFciEnvbAget_constant_by_index_impl6MpnPciInstanceKlass_i_nKciConstant__;2212 2095 text: .text%__1cMLinkResolverbBresolve_static_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 2213 2096 text: .text%__1cJValueTypeLas_VoidType6M_pnIVoidType__: c1_Canonicalizer.o; 2214 2097 text: .text%__1cWstatic_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 2215 2098 text: .text%__1cRComputeEntryStackIdo_array6Mii_v_: generateOopMap.o; 2216 text: .text%__1cEIfOpPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;2217 2099 text: .text%__1cEIfOpFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; 2218 2100 text: .text%__1cQNullCheckVisitorHdo_IfOp6MpnEIfOp__v_; … … 2224 2106 text: .text%__1cMGraphBuilderKcheck_cast6Mi_v_; 2225 2107 text: .text%__1cNCanonicalizerMdo_CheckCast6MpnJCheckCast__v_; 2226 text: .text%__1cJTypeCheckPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2227 2108 text: .text%__1cQNullCheckVisitorNdo_InstanceOf6MpnKInstanceOf__v_; 2228 2109 text: .text%__1cQNullCheckVisitorMdo_CheckCast6MpnJCheckCast__v_; 2229 2110 text: .text%__1cTSimpleExceptionStubFvisit6MpnQLIR_OpVisitState__v_: c1_CodeStubs_x86.o; 2230 2111 text: .text%__1cNLIR_AssemblerQemit_opTypeCheck6MpnPLIR_OpTypeCheck__v_; 2231 text: .text%__1cIciObjectIencoding6M_pnI_jobject__;2232 2112 text: .text%__1cTSimpleExceptionStubEinfo6kM_pnMCodeEmitInfo__: c1_CodeStubs_x86.o; 2233 2113 text: .text%__1cTSimpleExceptionStubJemit_code6MpnNLIR_Assembler__v_; … … 2267 2147 text: .text%__1cIValueMapKkill_array6MpnJValueType__v_; 2268 2148 text: .text%__1cNCanonicalizerPdo_StoreIndexed6MpnMStoreIndexed__v_; 2269 text: .text%__1cLAccessFieldPother_values_do6MpFppnLInstruction__v_v_;2270 text: .text%__1cHConvertPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2271 2149 text: .text%__1cQNullCheckVisitorKdo_LogicOp6MpnHLogicOp__v_; 2272 2150 text: .text%__1cQNullCheckVisitorKdo_Convert6MpnHConvert__v_; … … 2295 2173 text: .text%__1cNCanonicalizerPdo_NewTypeArray6MpnMNewTypeArray__v_; 2296 2174 text: .text%__1cNCanonicalizerMdo_Intrinsic6MpnJIntrinsic__v_; 2297 text: .text%__1cLAccessArrayPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2298 2175 text: .text%__1cQNullCheckVisitorOdo_ArrayLength6MpnLArrayLength__v_; 2299 2176 text: .text%__1cTNullCheckEliminatorShandle_ArrayLength6MpnLArrayLength__v_; 2300 text: .text%__1cINewArrayPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;2301 2177 text: .text%__1cQNullCheckVisitorPdo_NewTypeArray6MpnMNewTypeArray__v_; 2302 2178 text: .text%__1cTNullCheckEliminatorPhandle_NewArray6MpnINewArray__v_; … … 2310 2186 text: .text%__1cILIR_ListUunsigned_shift_right6MpnLLIR_OprDesc_222_v_; 2311 2187 text: .text%__1cQNewTypeArrayStubFvisit6MpnQLIR_OpVisitState__v_: c1_CodeStubs_x86.o; 2312 text: .text%__1cNLIR_AssemblerHic_call6MpCpnMCodeEmitInfo__v_;2313 2188 text: .text%__1cXvirtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 2314 2189 text: .text%__1cNLIR_AssemblerQemit_alloc_array6MpnQLIR_OpAllocArray__v_; … … 2336 2211 text: .text%__1cKReflectionRreflect_new_array6FpnHoopDesc_ipnGThread__pnMarrayOopDesc__; 2337 2212 text: .text%__1cSInterpreterRuntimeOmultianewarray6FpnKJavaThread_pi_v_; 2338 text: .text%__1cNinstanceKlassSlookup_osr_nmethod6kMkpnNmethodOopDesc_i_pnHnmethod__;2339 text: .text%__1cQSimpleCompPolicyYmethod_back_branch_event6MnMmethodHandle_iipnGThread__v_;2340 2213 text: .text%__1cMGraphBuilderQnew_object_array6M_v_; 2341 2214 text: .text%__1cONewObjectArrayFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; … … 2350 2223 text: .text%__1cLLoadIndexedOas_LoadIndexed6M_p0_: c1_Instruction.o; 2351 2224 text: .text%__1cQNullCheckVisitorRdo_NewObjectArray6MpnONewObjectArray__v_; 2352 text: .text%__1cDOp2Pinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2353 2225 text: .text%__1cQNullCheckVisitorKdo_ShiftOp6MpnHShiftOp__v_; 2354 2226 text: .text%__1cHciKlassMaccess_flags6M_i_; … … 2414 2286 text: .text%__1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_; 2415 2287 text: .text%__1cbAVM_GenCollectForAllocationEdoit6M_v_; 2416 text: .text%__1cPGCMemoryManagerIgc_begin6M_v_;2417 2288 text: .text%__1cKManagementJtimestamp6F_x_; 2418 2289 text: .text%__1cTContiguousSpacePoolQget_memory_usage6M_nLMemoryUsage__; … … 2442 2313 text: .text%__1cKJNIHandlesHoops_do6FpnKOopClosure__v_; 2443 2314 text: .text%__1cOJNIHandleBlockHoops_do6MpnKOopClosure__v_; 2444 text: .text%__1cHThreadsHoops_do6FpnKOopClosure__v_;2445 text: .text%__1cKJavaThreadHoops_do6MpnKOopClosure__v_;2446 text: .text%__1cGThreadHoops_do6MpnKOopClosure__v_;2447 2315 text: .text%__1cKHandleAreaHoops_do6MpnKOopClosure__v_; 2448 text: .text%__1cNchunk_oops_do6FpnKOopClosure_pnFChunk_pc_I_: handles.o;2449 2316 text: .text%__1cFframeVinterpreter_frame_bci6kM_i_; 2450 2317 text: .text%__1cFframebDinterpreter_frame_monitor_end6kM_pnPBasicObjectLock__; … … 2484 2351 text: .text%__1cOGenerateOopMapLmonitor_pop6M_nNCellTypeState__; 2485 2352 text: .text%__1cRComputeEntryStackHdo_long6M_v_: generateOopMap.o; 2486 text: .text%__1cIVMThreadHoops_do6MpnKOopClosure__v_;2487 2353 text: .text%__1cQVMOperationQdDueueHoops_do6MpnKOopClosure__v_; 2488 2354 text: .text%__1cQVMOperationQdDueueNqueue_oops_do6MipnKOopClosure__v_; … … 2585 2451 text: .text%__1cUCompactingPermGenGenPupdate_counters6M_v_; 2586 2452 text: .text%__1cXTraceMemoryManagerStats2T6M_v_; 2587 text: .text%__1cPGCMemoryManagerGgc_end6M_v_;2588 2453 text: .text%__1cRLowMemoryDetectorWdetect_after_gc_memory6FpnKMemoryPool__v_; 2589 2454 text: .text%__1cNJvmtiGCMarker2T6M_v_; … … 2598 2463 text: .text%__1cINegateOpFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2599 2464 text: .text%__1cNCanonicalizerLdo_NegateOp6MpnINegateOp__v_; 2600 text: .text%__1cINegateOpPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2601 2465 text: .text%__1cQNullCheckVisitorLdo_NegateOp6MpnINegateOp__v_; 2602 2466 text: .text%__1cILIR_ListLstore_check6MpnLLIR_OprDesc_2222pnMCodeEmitInfo__v_; … … 2638 2502 text: .text%__1cTresource_free_bytes6FpcI_v_; 2639 2503 text: .text%__1cRComputeEntryStackHdo_bool6M_v_: generateOopMap.o; 2640 text: .text%__1cMArithmeticOpKlock_stack6kM_pnKValueStack__: c1_Instruction.o;2641 2504 text: .text%__1cJAssemblerGfist_s6MnHAddress__v_; 2642 2505 text: .text%__1cNLIR_AssemblerJreset_FPU6M_v_; … … 2660 2523 text: .text%__1cLTableSwitchFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2661 2524 text: .text%__1cNCanonicalizerOdo_TableSwitch6MpnLTableSwitch__v_; 2662 text: .text%__1cGSwitchPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2663 2525 text: .text%__1cQNullCheckVisitorOdo_TableSwitch6MpnLTableSwitch__v_; 2664 2526 text: .text%__1cWstatic_call_RelocationLstatic_stub6M_pC_; … … 2673 2535 text: .text%__1cNSharedRuntimeElrem6Fxx_x_; 2674 2536 text: .text%Unsafe_DefineClass1; 2675 text: .text%__1cSUnsafe_DefineClass6FpnHJNIEnv__pnI_jstring_pnL_jbyteArray_iipnI_jobject_7_pnH_jclass__: unsafe.o;2676 2537 text: .text%JVM_DefineClass; 2677 2538 text: .text%__1cVLoaderConstraintTableYextend_loader_constraint6MpnVLoaderConstraintEntry_nGHandle_pnMklassOopDesc__v_; … … 2681 2542 text: .text%jni_NewDirectByteBuffer; 2682 2543 text: .text%lookupDirectBufferClasses: jni.o; 2683 text: .text%__1cJlookupOne6FpnHJNIEnv__pkcpnGThread__pnH_jclass__: jni.o;2684 2544 text: .text%__1cHJNIEnv_JNewObject6MpnH_jclass_pnK_jmethodID_E_pnI_jobject__: jni.o; 2685 2545 text: .text%jni_GetDoubleArrayRegion: jni.o; … … 2702 2562 text: .text%JVM_MonitorNotify; 2703 2563 text: .text%__1cSObjectSynchronizerGnotify6FnGHandle_pnGThread__v_; 2704 text: .text%__1cKValueStackElock6MpnHIRScope_pnLInstruction__i_;2705 2564 text: .text%__1cKValueStackGunlock6M_i_; 2706 2565 text: .text%__1cQMonitorEnterStubFvisit6MpnQLIR_OpVisitState__v_: c1_CodeStubs_x86.o; … … 2727 2586 text: .text%__1cQGenCollectedHeapOgather_scratch6MpnKGeneration_I_pnMScratchBlock__; 2728 2587 text: .text%__1cQDefNewGenerationScontribute_scratch6MrpnMScratchBlock_pnKGeneration_I_v_; 2729 text: .text%__1cRsort_scratch_list6FrpnMScratchBlock__v_: genCollectedHeap.o;2730 text: .text%__1cVremoveSmallestScratch6FppnMScratchBlock__1_: genCollectedHeap.o;2731 2588 text: .text%__1cJMarkSweepRFollowRootClosureGdo_oop6MppnHoopDesc__v_: markSweep.o; 2732 2589 text: .text%__1cParrayKlassKlassToop_follow_contents6MpnHoopDesc__v_; … … 2785 2642 text: .text%__1cUCompactingPermGenGenTpre_adjust_pointers6M_v_; 2786 2643 text: .text%__1cJMarkSweepUAdjustPointerClosureGdo_oop6MppnHoopDesc__v_: markSweep.o; 2787 text: .text%__1cJCodeCacheHoops_do6FpnKOopClosure__v_;2788 text: .text%__1cKBufferBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2789 text: .text%__1cSDeoptimizationBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2790 text: .text%__1cLRuntimeStubHoops_do6MpnKOopClosure__v_: codeBlob.o;2791 text: .text%__1cNSafepointBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2792 text: .text%__1cHnmethodHoops_do6MpnKOopClosure__v_;2793 2644 text: .text%__1cJHashtableHoops_do6MpnKOopClosure__v_; 2794 2645 text: .text%__1cJMarkSweepMadjust_marks6F_v_; … … 2841 2692 text: .text%__1cLklassVtableQindex_of_miranda6MpnNsymbolOopDesc_2_i_; 2842 2693 text: .text%__1cRPrivilegedElementHoops_do6MpnKOopClosure__v_; 2843 text: .text%__1cFframeRoops_code_blob_do6MpnKOopClosure_pknLRegisterMap__v_;2844 2694 text: .text%__1cMOopMapStream2t6MpnGOopMap_i_v_; 2845 2695 text: .text%__1cQComputeCallStackIdo_float6M_v_: generateOopMap.o; … … 2850 2700 text: .text%__1cLMonitorExitFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2851 2701 text: .text%__1cNCanonicalizerOdo_MonitorExit6MpnLMonitorExit__v_; 2852 text: .text%__1cNAccessMonitorPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2853 2702 text: .text%__1cQNullCheckVisitorPdo_MonitorEnter6MpnMMonitorEnter__v_; 2854 2703 text: .text%__1cTNullCheckEliminatorUhandle_AccessMonitor6MpnNAccessMonitor__v_; … … 2868 2717 text: .text%__1cQinstanceRefKlassUoop_oop_iterate_nv_m6MpnHoopDesc_pnQFilteringClosure_nJMemRegion__i_; 2869 2718 text: .text%__1cNCanonicalizerMset_constant6Mi_v_: c1_Canonicalizer.o; 2870 text: .text%__1cJTypeCheckPother_values_do6MpFppnLInstruction__v_v_;2871 2719 text: .text%__1cNLIR_AssemblerMcheck_icache6M_i_; 2872 2720 text: .text%__1cNLIR_AssemblerZjobject2reg_with_patching6MpnMRegisterImpl_pnMCodeEmitInfo__v_; … … 2879 2727 text: .text%__1cRAbstractAssemblerGa_long6Mi_v_; 2880 2728 text: .text%__1cNObjectMonitorGnotify6MpnGThread__v_; 2881 text: .text%__1cINewArrayPother_values_do6MpFppnLInstruction__v_v_;2882 2729 text: .text%__1cIRuntime1Mmonitorenter6FpnKJavaThread_pnHoopDesc_pnPBasicObjectLock__v_; 2883 2730 text: .text%__1cIRuntime1Lmonitorexit6FpnKJavaThread_pnPBasicObjectLock__v_; … … 2888 2735 text: .text%__1cJCodeCachebGmake_marked_nmethods_not_entrant6F_v_; 2889 2736 text: .text%__1cJCodeCacheNalive_nmethod6FpnICodeBlob__pnHnmethod__; 2890 text: .text%__1cHnmethodbAmake_not_entrant_or_zombie6Mi_v_;2891 2737 text: .text%__1cKNativeJumpUpatch_verified_entry6FpC11_v_; 2892 2738 text: .text%__1cHnmethodVmark_as_seen_on_stack6M_v_; 2893 text: .text%__1cHThreadsLnmethods_do6F_v_;2894 text: .text%__1cKJavaThreadLnmethods_do6M_v_;2895 text: .text%__1cGThreadLnmethods_do6M_v_;2896 text: .text%__1cFframeLnmethods_do6M_v_;2897 text: .text%__1cFframeVnmethods_code_blob_do6M_v_;2898 2739 text: .text%__1cONMethodSweeperPprocess_nmethod6FpnHnmethod__v_; 2899 2740 text: .text%__1cHnmethodVcleanup_inline_caches6M_v_; … … 2903 2744 text: .text%__1cNSharedRuntimeDf2l6Ff_x_; 2904 2745 text: .text%__1cMGraphBuilderKcompare_op6MpnJValueType_nJBytecodesECode__v_; 2905 text: .text%__1cJCompareOpFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o;2906 2746 text: .text%__1cNCanonicalizerMdo_CompareOp6MpnJCompareOp__v_; 2907 text: .text%__1cJCompareOpEhash6kM_i_: c1_Instruction.o;2908 text: .text%__1cJCompareOpEname6kM_pkc_: c1_Instruction.o;2909 text: .text%__1cJCompareOpMas_CompareOp6M_p0_: c1_Instruction.o;2910 2747 text: .text%__1cHnmethodSflush_dependencies6MpnRBoolObjectClosure__v_; 2911 2748 text: .text%__1cNinstanceKlassYremove_dependent_nmethod6MpnHnmethod__v_; 2912 text: .text%__1cFVTuneOdelete_nmethod6FpnHnmethod__v_;2913 2749 text: .text%__1cQPlaceholderEntryHoops_do6MpnKOopClosure__v_; 2914 2750 text: .text%__1cHnmethodFflush6M_v_; … … 2952 2788 text: .text%__1cMLookupSwitchFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2953 2789 text: .text%__1cNCanonicalizerPdo_LookupSwitch6MpnMLookupSwitch__v_; 2954 text: .text%__1cMUnsafePutRawPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2955 2790 text: .text%__1cQNullCheckVisitorPdo_UnsafePutRaw6MpnMUnsafePutRaw__v_; 2956 text: .text%__1cLUnsafeRawOpPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2957 2791 text: .text%__1cQNullCheckVisitorPdo_UnsafeGetRaw6MpnMUnsafeGetRaw__v_; 2958 2792 text: .text%__1cQNullCheckVisitorPdo_LookupSwitch6MpnMLookupSwitch__v_; -
trunk/openjdk/hotspot/make/solaris/makefiles/reorder_COMPILER1_sparc
r2 r309 136 136 text: .text%__1cORuntimeServiceEinit6F_v_; 137 137 text: .text%__1cTClassLoadingServiceEinit6F_v_; 138 text: .text%__1cKvtune_init6F_v_;139 138 text: .text%__1cObytecodes_init6F_v_; 140 139 text: .text%__1cJBytecodesKinitialize6F_v_; … … 182 181 text: .text%__1cMCodeHeapPoolNused_in_bytes6M_I_: memoryPool.o; 183 182 text: .text%__1cICodeHeapSallocated_capacity6kM_I_; 184 text: .text%__1cKMemoryPoolImax_size6kM_I_: memoryPool.o;185 183 text: .text%__1cXresource_allocate_bytes6FI_pc_; 186 text: .text%__1cKCodeBuffer2t6MpCi_v_;187 184 text: .text%__1cRAbstractAssembler2t6MpnKCodeBuffer__v_; 188 185 text: .text%__1cTICacheStubGeneratorVgenerate_icache_flush6MppFpCii_i_v_; … … 195 192 text: .text%__1cOAbstractICacheQinvalidate_range6FpCi_v_; 196 193 text: .text%__1cRStubCodeGeneratorLstub_epilog6MpnMStubCodeDesc__v_; 197 text: .text%__1cFVTuneNregister_stub6FpkcpC3_v_;198 194 text: .text%__1cFForteNregister_stub6FpkcpC3_v_; 199 195 text: .text%__1cPVM_Version_init6F_v_; … … 315 311 text: .text%__1cLReadClosureJdo_size_t6MpI_v_: restore.o; 316 312 text: .text%__1cLReadClosureGdo_oop6MppnHoopDesc__v_: restore.o; 317 text: .text%__1cJCodeCacheHoops_do6FpnKOopClosure__v_;318 313 text: .text%__1cICodeHeapLfirst_block6kM_pnJHeapBlock__; 319 314 text: .text%__1cICodeHeapJnext_free6kMpnJHeapBlock__pv_; 320 text: .text%__1cKBufferBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;321 315 text: .text%__1cICodeHeapLblock_start6kMpv_pnJHeapBlock__; 322 316 text: .text%__1cICodeHeapKfind_start6kMpv_1_; … … 335 329 text: .text%__1cJStubQdDueueHrequest6Mi_pnEStub__; 336 330 text: .text%__1cJStubQdDueueGcommit6Mi_v_; 337 text: .text%__1cZInterpreterMacroAssemblerbAget_cache_and_index_at_bcp6MpnMRegisterImpl_2i_v_;338 331 text: .text%__1cZInterpreterMacroAssemblerZget_2_byte_integer_at_bcp6MipnMRegisterImpl_2n0ALsignedOrNot_n0AKsetCCOrNot__v_; 339 332 text: .text%__1cZInterpreterMacroAssemblerNdispatch_next6MnITosState_i_v_; … … 358 351 text: .text%__1cOMacroAssemblerMcall_VM_leaf6MpnMRegisterImpl_pC222_v_; 359 352 text: .text%__1cOMacroAssemblerNset_vm_result6MpnMRegisterImpl__v_; 360 text: .text%__1cZInterpreterMacroAssemblerSsuper_call_VM_leaf6MpnMRegisterImpl_pC2_v_;361 353 text: .text%__1cOMacroAssemblerRcall_VM_leaf_base6MpnMRegisterImpl_pCi_v_; 362 354 text: .text%__1cbCAbstractInterpreterGeneratorVgenerate_method_entry6MnTAbstractInterpreterKMethodKind__pC_; … … 514 506 text: .text%__1cNTemplateTableH_return6FnITosState__v_; 515 507 text: .text%__1cNTemplateTableJgetstatic6Fi_v_; 516 text: .text%__1cNTemplateTableXresolve_cache_and_index6FipnMRegisterImpl_2_v_;517 508 text: .text%__1cNTemplateTableJputstatic6Fi_v_; 518 509 text: .text%__1cNTemplateTableIgetfield6Fi_v_; … … 522 513 text: .text%__1cNTemplateTableTinvokevfinal_helper6FpnMRegisterImpl_2_v_; 523 514 text: .text%__1cZInterpreterMacroAssemblerSprofile_final_call6MpnMRegisterImpl__v_; 524 text: .text%__1cZInterpreterMacroAssemblerUprofile_virtual_call6MpnMRegisterImpl_2_v_;525 515 text: .text%__1cNTemplateTableUgenerate_vtable_call6FpnMRegisterImpl_22_v_; 526 516 text: .text%__1cNTemplateTableNinvokespecial6Fi_v_; … … 630 620 text: .text%__1cMRegisterImplEname6kM_pkc_; 631 621 text: .text%__1cRFloatRegisterImplEname6kM_pkc_; 632 text: .text%__1cIFrameMapEinit6F_v_;633 text: .text%__1cIRuntime1Kinitialize6F_v_;634 622 text: .text%__1cIRuntime1Ninitialize_pd6F_v_; 635 623 text: .text%__1cNSharedRuntimeTgenerate_deopt_blob6F_v_; … … 690 678 text: .text%__1cTjava_lang_ThrowableLset_message6FpnHoopDesc_2_v_; 691 679 text: .text%__1cMNativeLookupTbase_library_lookup6Fpkc22_pC_; 692 text: .text%__1cKoopFactoryKnew_symbol6FpkcipnGThread__pnNsymbolOopDesc__;693 680 text: .text%__1cLSymbolTableGlookup6FpkcipnGThread__pnNsymbolOopDesc__; 694 681 text: .text%__1cNinstanceKlassWuncached_lookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; … … 789 776 text: .text%jni_RegisterNatives: jni.o; 790 777 text: .text%__1cPjava_lang_ClassLas_klassOop6FpnHoopDesc__pnMklassOopDesc__; 791 text: .text%__1cLSymbolTableFprobe6Fpkci_pnNsymbolOopDesc__;792 text: .text%__1cFKlassNlookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__;793 778 text: .text%__1cOJNIHandleBlockNrelease_block6Fp0pnGThread__v_; 794 779 text: .text%__1cSObjectSynchronizerJnotifyall6FnGHandle_pnGThread__v_; … … 830 815 text: .text%__1cJJavaCallsMcall_special6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_533pnGThread__v_; 831 816 text: .text%__1cNmethodOopDescIbci_from6kMpC_i_; 832 text: .text%__1cPBytecode_invokeJsignature6kM_pnNsymbolOopDesc__;833 817 text: .text%__1cNmethodOopDescIbcp_from6kMi_pC_; 834 818 text: .text%__1cFframebGinterpreter_callee_receiver_addr6MnMsymbolHandle__ppnHoopDesc__; … … 984 968 text: .text%__1cHUNICODELutf8_length6FpHi_i_; 985 969 text: .text%jni_GetStringLength: jni.o; 986 text: .text%__1cQjava_lang_StringGlength6FpnHoopDesc__i_;987 970 text: .text%jni_GetStringUTFRegion: jni.o; 988 971 text: .text%__1cQjava_lang_StringOas_utf8_string6FpnHoopDesc_ii_pc_; … … 1023 1006 text: .text%__1cbDjava_lang_reflect_ConstructorPparameter_types6FpnHoopDesc__2_; 1024 1007 text: .text%__1cLClassLoaderOload_classfile6FnMsymbolHandle_pnGThread__nTinstanceKlassHandle__; 1025 text: .text%__1cFVTuneQstart_class_load6F_v_;1026 1008 text: .text%__1cJEventMark2t6MpkcE_v_: classLoader.o; 1027 1009 text: .text%__1cSThreadProfilerMark2t6Mn0AGRegion__v_; … … 1061 1043 text: .text%__1cLklassItableTcompute_itable_size6FnOobjArrayHandle__i_; 1062 1044 text: .text%__1cUvisit_all_interfaces6FpnPobjArrayOopDesc_pnXInterfaceVisiterClosure__v_; 1063 text: .text%__1cKoopFactoryRnew_instanceKlass6FiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1064 text: .text%__1cSinstanceKlassKlassXallocate_instance_klass6MiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1065 1045 text: .text%__1cNinstanceKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: instanceKlass.o; 1066 1046 text: .text%__1cNinstanceKlassOset_alloc_size6MI_v_: instanceKlass.o; … … 1078 1058 text: .text%__1cPClassFileParserbBcheck_final_method_override6FnTinstanceKlassHandle_pnGThread__v_; 1079 1059 text: .text%__1cSThreadProfilerMark2T6M_v_; 1080 text: .text%__1cFVTuneOend_class_load6F_v_;1081 1060 text: .text%__1cIRewriterHrewrite6FnTinstanceKlassHandle_pnGThread__v_; 1082 1061 text: .text%__1cYconstantPoolCacheOopDescKinitialize6MrnIintArray__v_; … … 1092 1071 text: .text%jni_NewObjectV: jni.o; 1093 1072 text: .text%jni_GetStringRegion: jni.o; 1094 text: .text%__1cQjava_lang_StringGoffset6FpnHoopDesc__i_;1095 text: .text%__1cQjava_lang_StringFvalue6FpnHoopDesc__pnQtypeArrayOopDesc__;1096 1073 text: .text%jni_GetObjectField: jni.o; 1097 1074 text: .text%jni_GetStringCritical: jni.o; … … 1099 1076 text: .text%__1cQSimpleCompPolicyXmethod_invocation_event6MnMmethodHandle_pnGThread__v_; 1100 1077 text: .text%__1cRInvocationCounterJset_carry6M_v_; 1101 text: .text%__1cNCompileBrokerOcompile_method6FnMmethodHandle_i1ipkcpnGThread__pnHnmethod__;1102 text: .text%__1cQSimpleCompPolicyRcompilation_level6MnMmethodHandle_i_i_;1103 1078 text: .text%__1cNinstanceKlassUfind_interface_field6kMpnNsymbolOopDesc_2pnPfieldDescriptor__pnMklassOopDesc__; 1104 1079 text: .text%JVM_LoadLibrary; … … 1154 1129 text: .text%__1cQjava_lang_ThreadKset_daemon6FpnHoopDesc__v_; 1155 1130 text: .text%__1cICompiler2t6M_v_; 1156 text: .text%__1cNCompileBrokerVinit_compiler_threads6Fi_v_;1157 1131 text: .text%__1cQCompilerCounters2t6MpkcipnGThread__v_; 1158 1132 text: .text%__1cNCompileBrokerUmake_compiler_thread6FpkcpnMCompileQdDueue_pnQCompilerCounters_pnGThread__pnOCompilerThread__; … … 1189 1163 text: .text%__1cPciObjectFactory2t6MpnFArena_i_v_; 1190 1164 text: .text%__1cPciObjectFactoryTinit_shared_objects6M_v_; 1191 text: .text%__1cIciSymbol2t6MnMsymbolHandle__v_;1192 1165 text: .text%__1cIciObject2t6MnGHandle__v_; 1193 1166 text: .text%__1cIciObjectJset_ident6MI_v_; … … 1268 1241 text: .text%__1cLCompilationJbuild_hir6M_v_; 1269 1242 text: .text%__1cCIR2t6MpnLCompilation_pnIciMethod_i_v_; 1270 text: .text%__1cJValueTypeKinitialize6F_v_;1271 1243 text: .text%__1cMciNullObjectEmake6F_p0_; 1272 1244 text: .text%__1cMGraphBuilderKinitialize6F_v_; … … 1276 1248 text: .text%__1cHIRScopeLbuild_graph6MpnLCompilation_i_pnKBlockBegin__; 1277 1249 text: .text%__1cQBlockListBuilderLset_leaders6M_v_; 1278 text: .text%__1cKValueStack2t6MpnHIRScope_ii_v_;1279 1250 text: .text%__1cLciSignatureHtype_at6kMi_pnGciType__; 1280 1251 text: .text%__1cMas_ValueType6FnJBasicType__pnJValueType__; … … 1282 1253 text: .text%__1cNResourceArrayGexpand6MIiri_v_; 1283 1254 text: .text%__1cIValueMapIkill_all6M_v_; 1284 text: .text%__1cKValueStackEcopy6M_p0_;1285 1255 text: .text%__1cMGraphBuilderbBiterate_bytecodes_for_block6Mi_pnIBlockEnd__; 1286 1256 text: .text%__1cMGraphBuilderJScopeDataIblock_at6Mi_pnKBlockBegin__; … … 1323 1293 text: .text%__1cHciFieldPinitialize_from6MpnPfieldDescriptor__v_; 1324 1294 text: .text%__1cTconstantPoolOopDescbCklass_ref_at_if_loaded_check6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__; 1325 text: .text%__1cKValueStackKcopy_locks6M_p0_;1326 1295 text: .text%__1cJLoadFieldFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; 1327 1296 text: .text%__1cNCanonicalizerMdo_LoadField6MpnJLoadField__v_; … … 1366 1335 text: .text%__1cQNullCheckVisitorNdo_BlockBegin6MpnKBlockBegin__v_; 1367 1336 text: .text%__1cQNullCheckVisitorHdo_Base6MpnEBase__v_; 1368 text: .text%__1cKStateSplitPinput_values_do6MpFppnLInstruction__v_v_: c1_Canonicalizer.o;1369 1337 text: .text%__1cEGotoFvisit6MpnSInstructionVisitor__v_: c1_Canonicalizer.o; 1370 1338 text: .text%__1cQNullCheckVisitorHdo_Goto6MpnEGoto__v_; 1371 text: .text%__1cCIfPinput_values_do6MpFppnLInstruction__v_v_: c1_Canonicalizer.o;1372 text: .text%__1cTNullCheckEliminatorIdo_value6FppnLInstruction__v_;1373 text: .text%__1cFLocalPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1374 1339 text: .text%__1cFLocalFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 1375 1340 text: .text%__1cQNullCheckVisitorIdo_Local6MpnFLocal__v_; 1376 1341 text: .text%__1cQNullCheckVisitorFdo_If6MpnCIf__v_; 1377 text: .text%__1cGReturnPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1378 text: .text%__1cIConstantPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1379 1342 text: .text%__1cQNullCheckVisitorLdo_Constant6MpnIConstant__v_; 1380 1343 text: .text%__1cQNullCheckVisitorJdo_Return6MpnGReturn__v_; 1381 text: .text%__1cJTypeCheckPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1382 1344 text: .text%__1cQNullCheckVisitorNdo_InstanceOf6MpnKInstanceOf__v_; 1383 1345 text: .text%__1cQNullCheckVisitorMdo_CheckCast6MpnJCheckCast__v_; 1384 text: .text%__1cLAccessFieldPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1385 1346 text: .text%__1cQNullCheckVisitorMdo_LoadField6MpnJLoadField__v_; 1386 1347 text: .text%__1cTNullCheckEliminatorShandle_AccessField6MpnLAccessField__v_; 1387 1348 text: .text%__1cQNullCheckVisitorPdo_ArithmeticOp6MpnMArithmeticOp__v_; 1388 text: .text%__1cLAccessArrayPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1389 1349 text: .text%__1cQNullCheckVisitorOdo_ArrayLength6MpnLArrayLength__v_; 1390 1350 text: .text%__1cTNullCheckEliminatorShandle_ArrayLength6MpnLArrayLength__v_; … … 1404 1364 text: .text%__1cLInstructionGnegate6Fn0AJCondition__1_; 1405 1365 text: .text%__1cJBlockListJblocks_do6MpFpnKBlockBegin__v_v_; 1406 text: .text%__1cQUseCountComputerQupdate_use_count6FppnLInstruction__v_: c1_IR.o;1407 text: .text%__1cKStateSplitPstate_values_do6MpFppnLInstruction__v_v_;1408 text: .text%__1cKValueStackJvalues_do6MpFppnLInstruction__v_v_;1409 1366 text: .text%__1cFLocalIas_Local6M_p0_: c1_GraphBuilder.o; 1410 1367 text: .text%__1cLCompilationIemit_lir6M_v_; … … 1413 1370 text: .text%__1cJValueTypeRas_ObjectConstant6M_pnOObjectConstant__: c1_Canonicalizer.o; 1414 1371 text: .text%__1cLLIR_OprFactKvalue_type6FpnJValueType__pnLLIR_OprDesc__; 1415 text: .text%__1cKValueStackMcaller_state6kM_p0_;1416 1372 text: .text%__1cJArrayTypeMas_ArrayType6M_p0_: c1_ValueType.o; 1417 1373 text: .text%__1cILIR_ListKshift_left6MpnLLIR_OprDesc_222_v_; … … 1443 1399 text: .text%__1cNLIR_AssemblerLcode_offset6kM_i_; 1444 1400 text: .text%__1cNLIR_AssemblerQemit_opTypeCheck6MpnPLIR_OpTypeCheck__v_; 1445 text: .text%__1cIciObjectIencoding6M_pnI_jobject__;1446 1401 text: .text%__1cOoop_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 1447 1402 text: .text%__1cNLIR_AssemblerEload6MpnMRegisterImpl_i2nJBasicType_pnMCodeEmitInfo__i_; … … 1478 1433 text: .text%__1cOoop_RelocationLunpack_data6M_v_; 1479 1434 text: .text%__1cYDebugInformationRecorderHcopy_to6MpnHnmethod__v_; 1480 text: .text%__1cLOopRecorderHcopy_to6MpnICodeBlob__v_;1481 1435 text: .text%__1cIUniverseMnon_oop_word6F_pv_; 1482 1436 text: .text%__1cCosXnon_memory_address_word6F_pc_; … … 1488 1442 text: .text%__1cKRelocationRpd_set_data_value6MpCi_v_; 1489 1443 text: .text%__1cJCodeCacheGcommit6FpnICodeBlob__v_; 1490 text: .text%__1cFVTuneOcreate_nmethod6FpnHnmethod__v_;1491 1444 text: .text%__1cWImplicitExceptionTableHcopy_to6MpnHnmethod__v_; 1492 1445 text: .text%__1cLCompilation2T6M_v_; … … 1513 1466 text: .text%__1cSInterpreterRuntimeXthrow_pending_exception6FpnKJavaThread__v_; 1514 1467 text: .text%__1cSThreadLocalStorageGthread6F_pnGThread__: assembler_sparc.o; 1515 text: .text%__1cNSharedRuntimebKexception_handler_for_return_address6FpC_1_;1516 1468 text: .text%__1cSInterpreterRuntimebFexception_handler_for_exception6FpnKJavaThread_pnHoopDesc__pC_; 1517 1469 text: .text%__1cNmethodOopDescbEfast_exception_handler_bci_for6MnLKlassHandle_ipnGThread__i_; … … 1531 1483 text: .text%__1cNCanonicalizerOdo_NewInstance6MpnLNewInstance__v_; 1532 1484 text: .text%__1cMGraphBuilderGinvoke6MnJBytecodesECode__v_; 1533 text: .text%__1cFciEnvTget_method_by_index6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1534 text: .text%__1cFciEnvYget_method_by_index_impl6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1535 1485 text: .text%__1cPciObjectFactoryTget_unloaded_method6MpnPciInstanceKlass_pnIciSymbol_4_pnIciMethod__; 1536 1486 text: .text%__1cIciMethod2t6MpnPciInstanceKlass_pnIciSymbol_4_v_; … … 1543 1493 text: .text%__1cNCanonicalizerJdo_Invoke6MpnGInvoke__v_; 1544 1494 text: .text%__1cGInvokeJas_Invoke6M_p0_: c1_Instruction.o; 1545 text: .text%__1cFThrowFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o;1546 1495 text: .text%__1cNCanonicalizerIdo_Throw6MpnFThrow__v_; 1547 text: .text%__1cFThrowIas_Throw6M_p0_: c1_Instruction.o;1548 1496 text: .text%__1cQNullCheckVisitorOdo_NewInstance6MpnLNewInstance__v_; 1549 text: .text%__1cGInvokePinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1550 1497 text: .text%__1cQNullCheckVisitorJdo_Invoke6MpnGInvoke__v_; 1551 1498 text: .text%__1cTNullCheckEliminatorNhandle_Invoke6MpnGInvoke__v_; 1552 text: .text%__1cFThrowPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1553 1499 text: .text%__1cQNullCheckVisitorIdo_Throw6MpnFThrow__v_; 1554 text: .text%__1cFThrowPstate_values_do6MpFppnLInstruction__v_v_;1555 1500 text: .text%__1cIVoidTypeLas_VoidType6M_p0_: c1_ValueType.o; 1556 1501 text: .text%__1cLNewInstanceKexact_type6kM_pnGciType__; … … 1563 1508 text: .text%__1cNLIR_AssemblerKalign_call6MnILIR_Code__v_; 1564 1509 text: .text%__1cICodeStubEinfo6kM_pnMCodeEmitInfo__: c1_CodeStubs_sparc.o; 1565 text: .text%__1cNLIR_AssemblerEcall6MpCnJrelocInfoJrelocType_pnMCodeEmitInfo__v_;1566 1510 text: .text%__1cbBopt_virtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 1567 1511 text: .text%__1cYinternal_word_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; … … 1587 1531 text: .text%__1cPciObjectFactoryMvm_symbol_at6Fi_pnIciSymbol__; 1588 1532 text: .text%__1cNCanonicalizerMdo_NullCheck6MpnJNullCheck__v_; 1589 text: .text%__1cKValueStackKpush_scope6MpnHIRScope__p0_;1590 text: .text%__1cHIRScopeXcompute_lock_stack_size6M_v_;1591 1533 text: .text%__1cMGraphBuilderJScopeDataLnum_returns6M_i_; 1592 1534 text: .text%__1cNCanonicalizerHdo_Goto6MpnEGoto__v_; … … 1597 1539 text: .text%__1cMLinkResolverbCresolve_special_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 1598 1540 text: .text%__1cLInstructionEprev6MpnKBlockBegin__p0_; 1599 text: .text%__1cIConstantPother_values_do6MpFppnLInstruction__v_v_;1600 text: .text%__1cIBlockEndPother_values_do6MpFppnLInstruction__v_v_;1601 1541 text: .text%__1cQNullCheckVisitorMdo_NullCheck6MpnJNullCheck__v_; 1602 text: .text%__1cHIRScopeNtop_scope_bci6kM_i_;1603 1542 text: .text%__1cIFrameMapQmake_new_address6kMi_nHAddress__; 1604 1543 text: .text%__1cNLIR_AssemblerFstore6MpnMRegisterImpl_2inJBasicType_pnMCodeEmitInfo__v_; … … 1611 1550 text: .text%__1cXNativeSignatureIteratorJdo_double6M_v_: interpreterRT_sparc.o; 1612 1551 text: .text%__1cSInterpreterRuntimeZSignatureHandlerGeneratorLpass_double6M_v_; 1613 text: .text%__1cEIfOpPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1614 1552 text: .text%__1cEIfOpFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; 1615 1553 text: .text%__1cQNullCheckVisitorHdo_IfOp6MpnEIfOp__v_; … … 1643 1581 text: .text%__1cMLinkResolverbBresolve_static_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 1644 1582 text: .text%__1cQNullCheckVisitorNdo_StoreField6MpnKStoreField__v_; 1645 text: .text%__1cINewArrayPinput_values_do6MpFppnLInstruction__v_v_: c1_Instruction.o;1646 text: .text%__1cHConvertPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1647 1583 text: .text%__1cQNullCheckVisitorKdo_Convert6MpnHConvert__v_; 1648 1584 text: .text%__1cQNullCheckVisitorPdo_NewTypeArray6MpnMNewTypeArray__v_; … … 1666 1602 text: .text%__1cNLIR_AssemblerGmembar6M_v_; 1667 1603 text: .text%__1cNLIR_AssemblerOmembar_acquire6M_v_; 1668 text: .text%__1cNLIR_AssemblerHic_call6MpCpnMCodeEmitInfo__v_;1669 1604 text: .text%__1cNLIR_AssemblerCpc6kM_pC_; 1670 1605 text: .text%__1cXvirtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; … … 1676 1611 text: .text%__1cGPcDescHreal_pc6kMpknHnmethod__pC_; 1677 1612 text: .text%__1cNSharedRuntimeXfind_callee_info_helper6FpnKJavaThread_rnMvframeStream_rnJBytecodesECode_rnICallInfo_pnGThread__nGHandle__; 1678 text: .text%__1cPBytecode_invokeFindex6kM_i_;1679 1613 text: .text%__1cLRegisterMapIpd_clear6M_v_; 1680 1614 text: .text%__1cPBytecode_invokeNstatic_target6MpnGThread__nMmethodHandle__; … … 1691 1625 text: .text%__1cOGenerateOopMapGdo_ldc6Mii_v_; 1692 1626 text: .text%__1cMGraphBuilderNload_constant6M_v_; 1693 text: .text%__1cFciEnvVget_constant_by_index6MpnPciInstanceKlass_i_nKciConstant__;1694 text: .text%__1cFciEnvbAget_constant_by_index_impl6MpnPciInstanceKlass_i_nKciConstant__;1695 1627 text: .text%__1cWstatic_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 1696 1628 text: .text%__1cKExceptionsL_throw_args6FpnGThread_pkcinMsymbolHandle_5pnRJavaCallArguments__v_; … … 1701 1633 text: .text%jni_GetByteArrayRegion: jni.o; 1702 1634 text: .text%JVM_DefineClassWithSource; 1703 text: .text%__1cQSystemDictionaryTresolve_from_stream6FnMsymbolHandle_nGHandle_2pnPClassFileStream_pnGThread__pnMklassOopDesc__;1704 1635 text: .text%__1cPClassFileParserbDverify_legal_method_signature6MnMsymbolHandle_1pnGThread__i_; 1705 1636 text: .text%__1cPClassFileParserXverify_legal_class_name6MnMsymbolHandle_pnGThread__v_; … … 1781 1712 text: .text%__1cCosNsigexitnum_pd6F_i_; 1782 1713 text: .text%__1cCosNsignal_notify6Fi_v_; 1783 text: .text%__1cFVTuneEexit6F_v_;1784 1714 text: .text%__1cIVMThreadXwait_for_vm_thread_exit6F_v_; 1785 1715 text: .text%__1cUSafepointSynchronizeFbegin6F_v_; … … 1796 1726 text: .text%__1cKDictionaryStry_get_next_class6M_pnMklassOopDesc__; 1797 1727 text: .text%__1cNinstanceKlassKmethods_do6MpFpnNmethodOopDesc__v_v_; 1798 text: .text%__1cONMethodSweeperFsweep6F_v_;1799 1728 text: .text%__1cNCompileBrokerQset_should_block6F_v_; 1800 1729 text: .text%__1cHVM_ExitbJwait_for_threads_in_native_to_block6F_i_; … … 1840 1769 text: .text%__1cNCanonicalizerPdo_StoreIndexed6MpnMStoreIndexed__v_; 1841 1770 text: .text%__1cQNullCheckVisitorPdo_StoreIndexed6MpnMStoreIndexed__v_; 1842 text: .text%__1cKValueStackElock6MpnHIRScope_pnLInstruction__i_;1843 1771 text: .text%__1cKValueStackGunlock6M_i_; 1844 1772 text: .text%__1cQMonitorEnterStubFvisit6MpnQLIR_OpVisitState__v_: c1_CodeStubs_sparc.o; … … 1860 1788 text: .text%__1cMas_ValueType6FnKciConstant__pnJValueType__; 1861 1789 text: .text%__1cQNullCheckVisitorMdo_Intrinsic6MpnJIntrinsic__v_; 1862 text: .text%__1cDOp2Pinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1863 1790 text: .text%__1cQNullCheckVisitorKdo_ShiftOp6MpnHShiftOp__v_; 1864 1791 text: .text%__1cILIR_ListLshift_right6MpnLLIR_OprDesc_222_v_; … … 1877 1804 text: .text%__1cKBlockBeginVadd_exception_handler6Mp0_v_; 1878 1805 text: .text%__1cIciObjectEhash6M_i_; 1879 text: .text%__1cLAccessFieldPother_values_do6MpFppnLInstruction__v_v_;1880 1806 text: .text%__1cFChunk2n6FII_pv_; 1881 1807 text: .text%jni_CallStaticVoidMethodV: jni.o; … … 1900 1826 text: .text%__1cSSetupItableClosureEdoit6MpnMklassOopDesc_i_v_: klassVtable.o; 1901 1827 text: .text%__1cSInterpreterRuntimeOmultianewarray6FpnKJavaThread_pi_v_; 1902 text: .text%__1cNinstanceKlassSlookup_osr_nmethod6kMkpnNmethodOopDesc_i_pnHnmethod__;1903 text: .text%__1cQSimpleCompPolicyYmethod_back_branch_event6MnMmethodHandle_iipnGThread__v_;1904 1828 text: .text%__1cMGraphBuilderQnew_object_array6M_v_; 1905 1829 text: .text%__1cONewObjectArrayFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o; … … 1920 1844 text: .text%__1cLTableSwitchFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 1921 1845 text: .text%__1cNCanonicalizerOdo_TableSwitch6MpnLTableSwitch__v_; 1922 text: .text%__1cGSwitchPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1923 1846 text: .text%__1cQNullCheckVisitorOdo_TableSwitch6MpnLTableSwitch__v_; 1924 1847 text: .text%__1cSCompiledStaticCallNcompute_entry6FnMmethodHandle_rnOStaticCallInfo__v_; … … 1973 1896 text: .text%__1cINegateOpFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 1974 1897 text: .text%__1cNCanonicalizerLdo_NegateOp6MpnINegateOp__v_; 1975 text: .text%__1cINegateOpPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;1976 1898 text: .text%__1cQNullCheckVisitorLdo_NegateOp6MpnINegateOp__v_; 1977 1899 text: .text%__1cILIR_ListLstore_check6MpnLLIR_OprDesc_2222pnMCodeEmitInfo__v_; … … 2009 1931 text: .text%__1cYjava_lang_reflect_MethodLreturn_type6FpnHoopDesc__2_; 2010 1932 text: .text%JVM_IsInterrupted; 2011 text: .text%__1cMArithmeticOpKlock_stack6kM_pnKValueStack__: c1_Instruction.o;2012 1933 text: .text%__1cNLIR_AssemblerIemit_op36MpnHLIR_Op3__v_; 2013 1934 text: .text%__1cNLIR_AssemblerbCadd_debug_info_for_div0_here6MpnMCodeEmitInfo__v_; … … 2015 1936 text: .text%__1cNDivByZeroStubJemit_code6MpnNLIR_Assembler__v_; 2016 1937 text: .text%__1cIFrameMapLnr2floatreg6Fi_pnRFloatRegisterImpl__; 2017 text: .text%__1cRCompilationPolicybIreset_counter_for_invocation_event6MnMmethodHandle__v_;2018 1938 text: .text%Unsafe_EnsureClassInitialized; 2019 1939 text: .text%__1cPClassFileParserYparse_checked_exceptions6MpHInSconstantPoolHandle_pnGThread__1_; … … 2071 1991 text: .text%__1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_; 2072 1992 text: .text%__1cbAVM_GenCollectForAllocationEdoit6M_v_; 2073 text: .text%__1cPGCMemoryManagerIgc_begin6M_v_;2074 1993 text: .text%__1cKManagementJtimestamp6F_x_; 2075 1994 text: .text%__1cTContiguousSpacePoolQget_memory_usage6M_nLMemoryUsage__; … … 2095 2014 text: .text%__1cPContiguousSpaceIallocate6MI_pnIHeapWord__; 2096 2015 text: .text%__1cKJNIHandlesHoops_do6FpnKOopClosure__v_; 2097 text: .text%__1cHThreadsHoops_do6FpnKOopClosure__v_;2098 text: .text%__1cKJavaThreadHoops_do6MpnKOopClosure__v_;2099 2016 text: .text%__1cOJNIHandleBlockHoops_do6MpnKOopClosure__v_; 2100 2017 text: .text%__1cKHandleAreaHoops_do6MpnKOopClosure__v_; … … 2125 2042 text: .text%__1cTMaskFillerForNativeJpass_long6M_v_: oopMapCache.o; 2126 2043 text: .text%__1cRComputeEntryStackHdo_long6M_v_: generateOopMap.o; 2127 text: .text%__1cIVMThreadHoops_do6MpnKOopClosure__v_;2128 text: .text%__1cGThreadHoops_do6MpnKOopClosure__v_;2129 2044 text: .text%__1cSObjectSynchronizerHoops_do6FpnKOopClosure__v_; 2130 2045 text: .text%__1cMFlatProfilerHoops_do6FpnKOopClosure__v_; … … 2222 2137 text: .text%__1cUCompactingPermGenGenPupdate_counters6M_v_; 2223 2138 text: .text%__1cXTraceMemoryManagerStats2T6M_v_; 2224 text: .text%__1cPGCMemoryManagerGgc_end6M_v_;2225 2139 text: .text%__1cRLowMemoryDetectorWdetect_after_gc_memory6FpnKMemoryPool__v_; 2226 2140 text: .text%__1cNJvmtiGCMarker2T6M_v_; … … 2233 2147 text: .text%__1cLMonitorExitFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2234 2148 text: .text%__1cNCanonicalizerOdo_MonitorExit6MpnLMonitorExit__v_; 2235 text: .text%__1cNAccessMonitorPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2236 2149 text: .text%__1cQNullCheckVisitorPdo_MonitorEnter6MpnMMonitorEnter__v_; 2237 2150 text: .text%__1cQNullCheckVisitorOdo_MonitorExit6MpnLMonitorExit__v_; … … 2247 2160 text: .text%jni_AllocObject: jni.o; 2248 2161 text: .text%__1cNCanonicalizerMset_constant6Mi_v_: c1_Canonicalizer.o; 2249 text: .text%__1cJTypeCheckPother_values_do6MpFppnLInstruction__v_v_;2250 text: .text%__1cIBytecodeIset_code6MnJBytecodesECode__v_;2251 2162 text: .text%__1cQComputeCallStackIdo_float6M_v_: generateOopMap.o; 2252 text: .text%__1cFframeRoops_code_blob_do6MpnKOopClosure_pknLRegisterMap__v_;2253 2163 text: .text%__1cMOopMapStreamJfind_next6M_v_; 2254 2164 text: .text%__1cQinstanceRefKlassSoop_oop_iterate_nv6MpnHoopDesc_pnQFilteringClosure__i_; … … 2285 2195 text: .text%__1cQconstMethodKlassToop_follow_contents6MpnHoopDesc__v_; 2286 2196 text: .text%__1cFJNIidHoops_do6MpnKOopClosure__v_; 2287 text: .text%__1cHnmethodHoops_do6MpnKOopClosure__v_;2288 2197 text: .text%__1cQSystemDictionaryValways_strong_oops_do6FpnKOopClosure__v_; 2289 2198 text: .text%__1cKDictionaryYalways_strong_classes_do6MpnKOopClosure__v_; … … 2342 2251 text: .text%__1cQSystemDictionaryYalways_strong_classes_do6FpnKOopClosure__v_; 2343 2252 text: .text%__1cQSystemDictionaryPplaceholders_do6FpnKOopClosure__v_; 2344 text: .text%__1cSDeoptimizationBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2345 text: .text%__1cLRuntimeStubHoops_do6MpnKOopClosure__v_: codeBlob.o;2346 text: .text%__1cNSafepointBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2347 2253 text: .text%__1cJMarkSweepMadjust_marks6F_v_; 2348 2254 text: .text%__1cYGenAdjustPointersClosureNdo_generation6MpnKGeneration__v_: genMarkSweep.o; … … 2380 2286 text: .text%__1cNObjectMonitorGnotify6MpnGThread__v_; 2381 2287 text: .text%__1cOMacroAssemblerEmult6MpnMRegisterImpl_22_v_; 2382 text: .text%__1cINewArrayPother_values_do6MpFppnLInstruction__v_v_;2383 2288 text: .text%__1cJValueTypeLas_LongType6M_pnILongType__: c1_Canonicalizer.o; 2384 2289 text: .text%__1cNVM_DeoptimizeEdoit6M_v_; … … 2387 2292 text: .text%__1cKJavaThreadbFdeoptimized_wrt_marked_nmethods6M_v_; 2388 2293 text: .text%__1cJCodeCachebGmake_marked_nmethods_not_entrant6F_v_; 2389 text: .text%__1cHnmethodbAmake_not_entrant_or_zombie6Mi_v_;2390 2294 text: .text%__1cKNativeJumpUpatch_verified_entry6FpC11_v_; 2391 2295 text: .text%signalHandler; … … 2394 2298 text: .text%__1cQinstanceRefKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: instanceRefKlass.o; 2395 2299 text: .text%__1cJCodeCacheFfirst6F_pnICodeBlob__; 2396 text: .text%__1cHThreadsLnmethods_do6F_v_;2397 text: .text%__1cFframeLnmethods_do6M_v_;2398 2300 text: .text%__1cJCodeCacheEnext6FpnICodeBlob__2_; 2399 2301 text: .text%__1cONewObjectArrayKexact_type6kM_pnGciType__; … … 2401 2303 text: .text%__1cIRuntime1Noop_arraycopy6FpnIHeapWord_2i_v_; 2402 2304 text: .text%__1cMGraphBuilderKcompare_op6MpnJValueType_nJBytecodesECode__v_; 2403 text: .text%__1cJCompareOpFvisit6MpnSInstructionVisitor__v_: c1_Instruction.o;2404 2305 text: .text%__1cNCanonicalizerMdo_CompareOp6MpnJCompareOp__v_; 2405 text: .text%__1cJCompareOpEhash6kM_i_: c1_Instruction.o;2406 text: .text%__1cJCompareOpEname6kM_pkc_: c1_Instruction.o;2407 text: .text%__1cJCompareOpMas_CompareOp6M_p0_: c1_Instruction.o;2408 2306 text: .text%__1cJValueTypeOas_IntConstant6M_pnLIntConstant__: c1_Canonicalizer.o; 2409 2307 text: .text%__1cHIntTypeKas_IntType6M_p0_: c1_Canonicalizer.o; … … 2423 2321 text: .text%__1cHnmethodSflush_dependencies6MpnRBoolObjectClosure__v_; 2424 2322 text: .text%__1cNinstanceKlassYremove_dependent_nmethod6MpnHnmethod__v_; 2425 text: .text%__1cFVTuneOdelete_nmethod6FpnHnmethod__v_;2426 2323 text: .text%__1cLCardTableRSFclear6MnJMemRegion__v_: cardTableRS.o; 2427 2324 text: .text%__1cRCardTableModRefBSFclear6MnJMemRegion__v_; … … 2446 2343 text: .text%__1cMLookupSwitchFvisit6MpnSInstructionVisitor__v_: c1_GraphBuilder.o; 2447 2344 text: .text%__1cNCanonicalizerPdo_LookupSwitch6MpnMLookupSwitch__v_; 2448 text: .text%__1cMUnsafePutRawPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2449 2345 text: .text%__1cQNullCheckVisitorPdo_UnsafePutRaw6MpnMUnsafePutRaw__v_; 2450 text: .text%__1cLUnsafeRawOpPinput_values_do6MpFppnLInstruction__v_v_: c1_GraphBuilder.o;2451 2346 text: .text%__1cQNullCheckVisitorPdo_UnsafeGetRaw6MpnMUnsafeGetRaw__v_; 2452 2347 text: .text%__1cQNullCheckVisitorPdo_LookupSwitch6MpnMLookupSwitch__v_; -
trunk/openjdk/hotspot/make/solaris/makefiles/reorder_TIERED_amd64
r2 r309 5 5 text: .text%__1cECopyRpd_disjoint_words6FpnIHeapWord_2L_v_; 6 6 text: .text%__1cSPSPromotionManagerWcopy_to_survivor_space6MpnHoopDesc__2_; 7 text: .text%__1cNinstanceKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;8 text: .text%__1cJMarkSweepO_mark_and_push6FppnHoopDesc__v_;9 7 text: .text%__1cNinstanceKlassToop_adjust_pointers6MpnHoopDesc__i_; 10 8 text: .text%__1cNinstanceKlassToop_follow_contents6MpnHoopDesc__v_; … … 12 10 text: .text%__1cOtypeArrayKlassToop_follow_contents6MpnHoopDesc__v_; 13 11 text: .text%__1cQIndexSetIteratorEnext6M_I_; 14 text: .text%__1cJMarkSweepPmark_and_follow6FppnHoopDesc__v_;15 text: .text%__1cCosOjavaTimeMillis6F_x_;16 text: .text%__1cNRelocIteratorEnext6M_i_;17 12 text: .text%__1cQIndexSetIteratorQadvance_and_next6M_I_; 18 13 text: .text%__1cIUniverseMnon_oop_word6F_pv_; 19 text: .text%__1cNobjArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;20 14 text: .text%__1cNobjArrayKlassToop_follow_contents6MpnHoopDesc__v_; 21 15 text: .text%__1cNobjArrayKlassToop_adjust_pointers6MpnHoopDesc__i_; 22 16 text: .text%__1cQObjectStartArrayMobject_start6kMpnIHeapWord__2_; 23 17 text: .text%__1cJMarkSweepUAdjustPointerClosureGdo_oop6MppnHoopDesc__v_; 24 text: .text%__1cJMarkSweepOIsAliveClosureLdo_object_b6MpnHoopDesc__i_;25 text: .text%__1cENodeGis_Phi6M_pnHPhiNode__;26 18 text: .text%__1cIPhaseIFGIadd_edge6MII_i_; 27 text: .text%__1cPBoundRelocationLunpack_data6MnJrelocInfoJrelocType__v_;28 text: .text%__1cIMachNodeHis_Mach6M_p0_;29 text: .text%__1cENodeHis_Copy6kM_I_;30 text: .text%__1cUCompressedReadStreamIread_int6M_i_;31 19 text: .text%__1cQIndexSetIterator2t6MpnIIndexSet__v_; 32 20 text: .text%__1cOPhaseIdealLoopOidom_no_update6kMpnENode__2_; 33 text: .text%__1cHnmethodKcan_unload6MpnRBoolObjectClosure_pnKOopClosure_ppnHoopDesc_i_i_;34 text: .text%__1cIMachNodeNrematerialize6kM_i_;35 text: .text%__1cHRegMaskFis_UP6kM_i_;36 21 text: .text%__1cXresource_allocate_bytes6FL_pc_; 37 22 text: .text%__1cNRelocIteratorFreloc6M_pnKRelocation__; 38 text: .text%__1cENodeHis_Mach6M_pnIMachNode__;39 23 text: .text%__1cHRegMaskESize6kM_I_; 40 24 text: .text%__1cIIndexSetLalloc_block6M_pn0AIBitBlock__; … … 49 33 text: .text%__1cYPSPromotionFailedClosureJdo_object6MpnHoopDesc__v_; 50 34 text: .text%__1cENodeEjvms6kM_pnIJVMState__; 51 text: .text%__1cKRelocationSfix_oop_relocation6M_v_;52 35 text: .text%__1cIIndexSetWalloc_block_containing6MI_pn0AIBitBlock__; 53 36 text: .text%__1cENodeHdel_out6Mp0_v_; … … 57 40 text: .text%__1cKRelocationSpd_address_in_code6M_ppC_; 58 41 text: .text%__1cOoop_RelocationIoop_addr6M_ppnHoopDesc__; 59 text: .text%__1cRMachSpillCopyNodeMis_SpillCopy6M_p0_;60 42 text: .text%__1cOPhaseIdealLoopSget_ctrl_no_update6kMpnENode__2_; 61 43 text: .text%__1cJCProjNodeNis_block_proj6kM_pknENode__; 62 text: .text%__1cENodeGis_CFG6kM_i_;63 text: .text%__1cKRelocationNunpack_2_ints6Mri1_v_;64 44 text: .text%__1cETypeDcmp6Fpk02_i_; 65 text: .text%__1cQObjectStartArrayWobject_starts_in_range6kMpnIHeapWord_2_i_;66 45 text: .text%__1cOoop_RelocationLunpack_data6M_v_; 67 46 text: .text%__1cHRegMaskJis_bound16kM_i_; 68 text: .text%__1cENodeHis_Proj6M_pnIProjNode__;69 text: .text%__1cENodeMis_SpillCopy6M_pnRMachSpillCopyNode__;70 text: .text%__1cOtypeArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;71 47 text: .text%__1cHRegMaskJis_bound26kM_i_; 72 48 text: .text%__1cRmethodDataOopDescHdata_at6Mi_pnLProfileData__; … … 79 55 text: .text%__1cLmethodKlassToop_adjust_pointers6MpnHoopDesc__i_; 80 56 text: .text%__1cRmethodDataOopDescJnext_data6MpnLProfileData__2_; 81 text: .text%__1cMOopTaskQdDueueOpop_local_slow6MInOTaskQdDueueSuperDAge__i_;82 text: .text%__1cRMachSpillCopyNodeHis_Copy6kM_I_;83 text: .text%__1cENodeGpinned6kM_i_;84 57 text: .text%__1cOoop_RelocationJoop_value6M_pnHoopDesc__; 85 58 text: .text%__1cJrRegPOperEtype6kM_pknEType__; 86 59 text: .text%__1cECopyQpd_fill_to_words6FpnIHeapWord_LI_v_; 87 text: .text%__1cMOopTaskQdDueueKpop_global6MrpnHoopDesc__i_;88 text: .text%__1cPOopTaskQdDueueSetPsteal_best_of_26MipirpnHoopDesc__i_;89 60 text: .text%__1cJVectorSet2R6MI_rnDSet__; 90 61 text: .text%__1cNRelocIteratorTadvance_over_prefix6M_v_; 91 text: .text%__1cSPSPromotionManagerUflush_prefetch_queue6M_v_;92 text: .text%__1cIProjNodeHis_Proj6M_p0_;93 62 text: .text%__1cPDictionaryEntrybDprotection_domain_set_oops_do6MpnKOopClosure__v_; 94 63 text: .text%__1cMOopMapStreamJfind_next6M_v_; 95 text: .text%__1cMloadConPNodePoper_input_base6kM_I_;96 text: .text%__1cMloadConPNodeHtwo_adr6kM_I_;97 64 text: .text%__1cMloadConPNodeErule6kM_I_; 98 text: .text%__1cHPhiNodeGis_Phi6M_p0_;99 65 text: .text%__1cITypeNodeLbottom_type6kM_pknEType__; 100 text: .text%__1cENodeGis_Cmp6kM_pknHCmpNode__;101 66 text: .text%__1cDff16FI_i_; 102 text: .text%__1cENodeNrematerialize6kM_i_;103 67 text: .text%__1cRLowMemoryDetectorbLdetect_low_memory_for_collected_pools6F_v_; 104 text: .text%__1cFframeVoopmapreg_to_location6kMipknLRegisterMap__ppnHoopDesc__;105 68 text: .text%__1cIIndexSetKinitialize6MI_v_; 106 text: .text%__1cENodeJis_Region6kM_pknKRegionNode__;107 69 text: .text%__1cMMutableSpaceMcas_allocate6ML_pnIHeapWord__; 108 70 text: .text%__1cIMachNodeGOpcode6kM_i_; 109 text: .text%__1cMget_live_bit6Fpii_i_: buildOopMap.o;110 text: .text%__1cNSafePointNodeGis_CFG6kM_i_;111 text: .text%__1cIMachNodeQis_MachNullCheck6M_pnRMachNullCheckNode__;112 71 text: .text%__1cENodeHadd_req6Mp0_v_; 113 72 text: .text%__1cENodeIout_grow6MI_v_; 114 text: .text%__1cMset_live_bit6Fpii_v_: buildOopMap.o;115 73 text: .text%__1cKTypeOopPtrFklass6kM_pnHciKlass__; 116 74 text: .text%__1cIIndexSetKfree_block6MI_v_; 117 text: .text%__1cJCProjNodeGis_CFG6kM_i_;118 75 text: .text%__1cETypeFuhash6Fpk0_i_; 119 76 text: .text%__1cJrRegIOperEtype6kM_pknEType__; 120 77 text: .text%__1cMPhaseChaitinLskip_copies6MpnENode__2_; 121 text: .text%__1cIMachNodeMcisc_operand6kM_i_;122 text: .text%__1cVCompressedWriteStreamJwrite_int6Mi_v_;123 78 text: .text%__1cICallNodeKmatch_edge6kMI_I_; 124 text: .text%__1cENodeHis_Call6M_pnICallNode__;125 79 text: .text%__1cNCollectedHeapbDcheck_for_bad_heap_word_value6MpnIHeapWord_L_v_; 126 text: .text%__1cEDictGInsert6Mpv1i_1_;127 80 text: .text%JVM_CurrentTimeMillis; 128 text: .text%__1cINodeHashLhash_delete6MpknENode__i_;129 text: .text%__1cETypeJtype_dict6F_pnEDict__;130 81 text: .text%__1cOPSPromotionLABKinitialize6MnJMemRegion__v_; 131 82 text: .text%__1cOPSPromotionLABFflush6M_v_; 132 text: .text%__1cIrc_class6Fi_nCRC__: ad_amd64.o;133 83 text: .text%__1cMPhaseChaitinTinterfere_with_live6MIpnIIndexSet__v_; 134 84 text: .text%__1cINodeHashQhash_find_insert6MpnENode__2_; 135 text: .text%__1cNCollectedHeapbAcommon_mem_allocate_noinit6FLipnGThread__pnIHeapWord__;136 text: .text%__1cENodeHis_Load6M_pnILoadNode__;137 text: .text%__1cFArenaIcontains6kMpkv_i_;138 text: .text%__1cJMultiNodeGis_CFG6kM_i_;139 85 text: .text%__1cHPhiNodeGOpcode6kM_i_; 140 text: .text%__1cMPhaseChaitinKelide_copy6MpnENode_ipnFBlock_rnJNode_List_6i_i_;141 86 text: .text%__1cKjmpDirNodeNis_block_proj6kM_pknENode__; 142 text: .text%__1cIProjNodeGis_CFG6kM_i_;143 87 text: .text%__1cRMachSpillCopyNodeJideal_reg6kM_I_; 144 88 text: .text%__1cETypeIhashcons6M_pk0_; 145 89 text: .text%__1cENodeEhash6kM_I_; 146 text: .text%__1cNMachIdealNodeMideal_Opcode6kM_i_;147 text: .text%__1cOlower_pressure6FpnDLRG_IpnFBlock_pI4_v_: ifg.o;148 text: .text%__1cPOopTaskQdDueueSetFsteal6MipirpnHoopDesc__i_;149 text: .text%__1cENodeZcheck_for_anti_dependence6kM_i_;150 text: .text%__1cKRegionNodeGis_CFG6kM_i_;151 text: .text%__1cHCompileRvalid_bundle_info6MpknENode__i_;152 90 text: .text%__1cIProjNodeGOpcode6kM_i_; 153 text: .text%__1cENodeLis_MergeMem6M_pnMMergeMemNode__;154 91 text: .text%__1cOoop_RelocationSfix_oop_relocation6M_v_; 155 92 text: .text%__1cPClassFileStreamGget_u26MpnGThread__H_; 156 text: .text%__1cENodeIis_Store6kM_pknJStoreNode__;157 93 text: .text%__1cPVirtualCallDataKcell_count6M_i_; 158 text: .text%__1cIProjNodeGpinned6kM_i_;159 94 text: .text%__1cENodeMcisc_operand6kM_i_; 160 95 text: .text%__1cRInterpreterOopMapLoop_iterate6MpnKOopClosure__v_; 161 96 text: .text%__1cMMachCallNodeKin_RegMask6kMI_rknHRegMask__; 162 text: .text%__1cMloadConINodePoper_input_base6kM_I_;163 text: .text%__1cMloadConINodeHtwo_adr6kM_I_;164 97 text: .text%__1cHNTarjanEEVAL6M_p0_; 165 98 text: .text%__1cNMachIdealNodeErule6kM_I_; 166 99 text: .text%__1cKHandleMarkKinitialize6MpnGThread__v_; 167 100 text: .text%__1cKHandleMark2T6M_v_; 168 text: .text%__1cETypeLisa_oop_ptr6kM_i_;169 text: .text%__1cOPhaseIdealLoopUbuild_loop_late_post6MpnENode_pk0_v_;170 101 text: .text%__1cENode2t6MI_v_; 171 102 text: .text%__1cJloadPNodeErule6kM_I_; 172 text: .text%__1cIMachNodeLis_MachCall6M_pnMMachCallNode__;173 103 text: .text%__1cMloadConINodeErule6kM_I_; 174 104 text: .text%__1cICodeHeapKfind_start6kMpv_1_; 175 105 text: .text%__1cWShouldNotReachHereNodeNis_block_proj6kM_pknENode__; 176 text: .text%__1cHTypeIntCeq6kMpknEType__i_;177 106 text: .text%__1cLProfileDataPfollow_contents6M_v_; 178 107 text: .text%__1cLProfileDataPadjust_pointers6M_v_; 179 text: .text%__1cIMachNodeQis_MachSafePoint6M_pnRMachSafePointNode__;180 108 text: .text%__1cHRegMaskMClearToPairs6M_v_; 181 109 text: .text%__1cJPhaseLiveLadd_liveout6MpnFBlock_IrnJVectorSet__v_; 182 110 text: .text%__1cLemit_opcode6FrnKCodeBuffer_i_v_; 183 111 text: .text%__1cIPhaseIFGQeffective_degree6kMI_i_; 184 text: .text%__1cENodeIis_Catch6kM_pknJCatchNode__;185 112 text: .text%__1cFArenaIArealloc6MpvLL_1_; 186 113 text: .text%__1cGIfNodeGOpcode6kM_i_; … … 189 116 text: .text%__1cIPhaseIFGJre_insert6MI_v_; 190 117 text: .text%__1cRMachSpillCopyNodeLbottom_type6kM_pknEType__; 191 text: .text%__1cMclr_live_bit6Fpii_v_: buildOopMap.o;192 118 text: .text%__1cETypeEmeet6kMpk0_2_; 193 text: .text%__1cMPhaseChaitinQis_high_pressure6MpnFBlock_pnDLRG_I_i_;194 119 text: .text%__1cKBranchDataKcell_count6M_i_; 195 120 text: .text%__1cNCollectedHeapOarray_allocate6FnLKlassHandle_iipnGThread__pnHoopDesc__; … … 198 123 text: .text%__1cOPhaseIdealLoopZsplit_if_with_blocks_post6MpnENode__v_; 199 124 text: .text%__1cDfh16FI_i_; 200 text: .text%__1cJraw_score6Fdd_d_: chaitin.o;201 125 text: .text%__1cDLRGFscore6kM_d_; 202 126 text: .text%__1cKTypeOopPtrEhash6kM_i_; … … 206 130 text: .text%__1cMPhaseIterGVNNtransform_old6MpnENode__2_; 207 131 text: .text%__1cGcmpkey6Fpkv1_i_; 208 text: .text%__1cETypeJsingleton6kM_i_;209 132 text: .text%__1cIMachNodeKin_RegMask6kMI_rknHRegMask__; 210 text: .text%__1cSPSPromotionManagerMdrain_stacks6M_v_;211 133 text: .text%__1cHConNodeGOpcode6kM_i_; 212 text: .text%__1cITypeLongCeq6kMpknEType__i_;213 134 text: .text%__1cUParallelScavengeHeapVlarge_typearray_limit6M_L_; 214 135 text: .text%__1cOtypeArrayKlassIallocate6MipnGThread__pnQtypeArrayOopDesc__; … … 221 142 text: .text%__1cRMachSpillCopyNodeKin_RegMask6kMI_rknHRegMask__; 222 143 text: .text%__1cMMachProjNodeLbottom_type6kM_pknEType__; 223 text: .text%__1cLOptoRuntimeXdeoptimize_caller_frame6FpnKJavaThread_i_v_;224 144 text: .text%__1cSCallStaticJavaNodeGOpcode6kM_i_; 225 145 text: .text%__1cYCallStaticJavaDirectNodeMideal_Opcode6kM_i_; 226 146 text: .text%__1cJCodeCacheFalive6FpnICodeBlob__2_; 227 text: .text%__1cHRegMaskQis_aligned_Pairs6kM_i_;228 text: .text%__1cSis_single_register6FI_i_: postaloc.o;229 147 text: .text%__1cRMachSpillCopyNodeLout_RegMask6kM_rknHRegMask__; 230 148 text: .text%__1cMPhaseIterGVNWadd_users_to_worklist06MpnENode__v_; … … 232 150 text: .text%__1cILRG_ListGextend6MII_v_; 233 151 text: .text%__1cWstatic_stub_RelocationLunpack_data6M_v_; 234 text: .text%__1cIciObjectGequals6Mp0_i_;235 152 text: .text%__1cJPhaseLiveGgetset6MpnFBlock__pnIIndexSet__; 236 153 text: .text%__1cIConINodeGOpcode6kM_i_; 237 text: .text%__1cENodeRis_cisc_alternate6kM_i_;238 154 text: .text%__1cLIfFalseNodeGOpcode6kM_i_; 239 155 text: .text%__1cKNode_ArrayGinsert6MIpnENode__v_; 240 156 text: .text%__1cLCounterDataKcell_count6M_i_; 241 text: .text%__1cWThreadLocalAllocBufferFreset6M_v_;242 157 text: .text%__1cMMachProjNodeGOpcode6kM_i_; 243 158 text: .text%__1cENodeEgrow6MI_v_; 244 159 text: .text%__1cIMachNodePcompute_padding6kMi_i_; 245 text: .text%__1cKup_one_dom6FpnENode__1_: ifnode.o;246 160 text: .text%__1cIMachNodeSalignment_required6kM_i_; 247 161 text: .text%__1cOPhaseIdealLoopEsort6MpnNIdealLoopTree_2_2_; 248 text: .text%__1cFframeOis_entry_frame6kM_i_;249 162 text: .text%__1cNCollectedHeapXallocate_from_tlab_slow6FpnGThread_L_pnIHeapWord__; 250 text: .text%__1cUParallelScavengeHeapVunsafe_max_tlab_alloc6kM_L_;251 163 text: .text%__1cHNTarjanICOMPRESS6M_v_; 252 164 text: .text%__1cWThreadLocalAllocBufferXclear_before_allocation6M_v_; 253 text: .text%__1cFMutexGunlock6M_v_;254 text: .text%__1cJMultiNodeIis_Multi6M_p0_;255 165 text: .text%__1cIBoolNodeGOpcode6kM_i_; 256 166 text: .text%__1cSInterpreterRuntimeInewarray6FpnKJavaThread_nJBasicType_i_v_; 257 167 text: .text%__1cUParallelScavengeHeapRallocate_new_tlab6ML_pnIHeapWord__; 258 text: .text%__1cKSharedHeapXfill_region_with_object6FnJMemRegion__v_;259 168 text: .text%__1cWThreadLocalAllocBufferKinitialize6MpnIHeapWord_22_v_; 260 169 text: .text%__1cYNoJvmtiVMObjectAllocMark2t6M_v_; 261 170 text: .text%__1cWThreadLocalAllocBufferEfill6MpnIHeapWord_2L_v_; 262 171 text: .text%__1cYNoJvmtiVMObjectAllocMark2T6M_v_; 263 text: .text%__1cKTypeOopPtrCeq6kMpknEType__i_;264 text: .text%__1cHTypePtrCeq6kMpknEType__i_;265 172 text: .text%__1cRMachSpillCopyNodePoper_input_base6kM_I_; 266 173 text: .text%__1cIIndexSetFclear6M_v_; 267 text: .text%__1cHTypeIntJsingleton6kM_i_;268 174 text: .text%__1cJPhaseLiveLadd_liveout6MpnFBlock_pnIIndexSet_rnJVectorSet__v_; 269 175 text: .text%__1cECopyXconjoint_words_to_lower6FpnIHeapWord_2L_v_; 270 176 text: .text%__1cNRelocIteratorKset_limits6MpC1_v_; 271 text: .text%__1cNRelocIteratorKinitialize6MlpnICodeBlob_pC3_v_;272 177 text: .text%__1cNinstanceKlassGvtable6kM_pnLklassVtable__; 273 178 text: .text%__1cSinstanceKlassKlassIoop_size6kMpnHoopDesc__i_; 274 179 text: .text%__1cITypeNodeJideal_reg6kM_I_; 275 text: .text%__1cFframeUis_interpreted_frame6kM_i_;276 180 text: .text%__1cHTypeIntEhash6kM_i_; 277 181 text: .text%__1cIPhaseGVNJtransform6MpnENode__2_; 278 182 text: .text%__1cNinstanceKlassGitable6kM_pnLklassItable__; 279 183 text: .text%__1cLklassItable2t6MnTinstanceKlassHandle__v_; 280 text: .text%__1cIMachNodePin_oper_RegMask6kMIII_pknHRegMask__;281 184 text: .text%__1cIciObjectEhash6M_i_; 282 text: .text%__1cENodeIis_Multi6M_pnJMultiNode__;283 text: .text%__1cFState2T6M_v_;284 text: .text%__1cPVirtualCallDataPfollow_contents6M_v_;285 text: .text%__1cPVirtualCallDataPadjust_pointers6M_v_;286 text: .text%__1cENodeGis_Con6kM_I_;287 text: .text%__1cJrRegIOperJnum_edges6kM_I_;288 text: .text%__1cENodeIget_long6kM_x_;289 185 text: .text%__1cNCellTypeStateFmerge6kM0i_0_; 290 186 text: .text%__1cOPhaseIdealLoopUbuild_loop_tree_impl6MpnENode_i_i_; 291 187 text: .text%__1cWNode_Backward_IteratorEnext6M_pnENode__; 292 188 text: .text%__1cHemit_rm6FrnKCodeBuffer_iii_v_; 293 text: .text%__1cHPhiNodeGpinned6kM_i_;294 189 text: .text%__1cITypeNodeEhash6kM_I_; 295 190 text: .text%__1cIIndexSetKinitialize6MIpnFArena__v_; … … 297 192 text: .text%__1cMMachProjNodeJideal_reg6kM_I_; 298 193 text: .text%__1cHPhiNodeLout_RegMask6kM_rknHRegMask__; 299 text: .text%__1cIParmNodeGis_CFG6kM_i_;300 194 text: .text%__1cENodeEsize6kMpnNPhaseRegAlloc__I_; 301 195 text: .text%__1cNCollectedHeapMobj_allocate6FnLKlassHandle_ipnGThread__pnHoopDesc__; … … 303 197 text: .text%__1cKRegionNodeGOpcode6kM_i_; 304 198 text: .text%__1cMMachProjNodeLout_RegMask6kM_rknHRegMask__; 305 text: .text%__1cLOptoRuntimeFnew_C6FpnMklassOopDesc_pnKJavaThread__v_;306 199 text: .text%__1cOBytecodeStreamEnext6M_nJBytecodesECode__; 307 200 text: .text%__1cIProjNodeFValue6kMpnOPhaseTransform__pknEType__; 308 text: .text%__1cIJVMStateOis_monitor_use6kMI_i_;309 201 text: .text%__1cLTypeInstPtrEhash6kM_i_; 310 text: .text%__1cLuse_dom_lca6FpnFBlock_pnENode_3rnLBlock_Array__1_: gcm.o;311 202 text: .text%__1cITypeLongEhash6kM_i_; 312 text: .text%__1cIBoolNodeHis_Bool6M_p0_;313 203 text: .text%__1cOPhaseIdealLoopOget_early_ctrl6MpnENode__2_; 314 204 text: .text%__1cOPhaseIdealLoopOset_early_ctrl6MpnENode__v_; 315 text: .text%__1cENodeHis_Loop6M_pnILoopNode__;316 205 text: .text%__1cIJumpDataKcell_count6M_i_; 317 206 text: .text%__1cHNTarjanELINK6Mp01_v_; 318 207 text: .text%__1cENodeIIdentity6MpnOPhaseTransform__p0_; 319 text: .text%__1cIMachNode2t6M_v_;320 text: .text%__1cFStateRMachOperGenerator6MipnIMachNode_pnHCompile__pnIMachOper__;321 208 text: .text%__1cRPSOldPromotionLABFflush6M_v_; 322 text: .text%__1cICallNodeHis_Call6M_p0_;323 text: .text%__1cENodeFIdeal6MpnIPhaseGVN_i_p0_;324 209 text: .text%__1cENodeRraise_bottom_type6MpknEType__v_; 325 210 text: .text%__1cOJNIHandleBlockPallocate_handle6MpnHoopDesc__pnI_jobject__; 326 211 text: .text%__1cENodeNis_block_proj6kM_pk0_; 327 text: .text%__1cUParallelScavengeHeapPis_in_permanent6kMpkv_i_;328 text: .text%__1cHdom_lca6FpnFBlock_1_1_: gcm.o;329 212 text: .text%__1cOPhaseIdealLoopThas_local_phi_input6MpnENode__2_; 330 213 text: .text%__1cJVectorSet2F6kMI_i_; … … 332 215 text: .text%__1cICallNodeLbottom_type6kM_pknEType__; 333 216 text: .text%JVM_ArrayCopy; 334 text: .text%__1cOtypeArrayKlassQoop_is_typeArray6kM_i_;335 217 text: .text%__1cOtypeArrayKlassKcopy_array6MpnMarrayOopDesc_i2iipnGThread__v_; 336 218 text: .text%__1cIMachNodeLbottom_type6kM_pknEType__; 337 text: .text%__1cPClassFileParserOcheck_property6MipkcipnGThread__v_;338 219 text: .text%__1cFState2t6M_v_; 339 text: .text%__1cFStateDDFA6MipknENode__i_;340 220 text: .text%__1cJPhaseLiveHfreeset6MpknFBlock__v_; 341 221 text: .text%__1cOPhaseIdealLoopbIdom_lca_for_get_late_ctrl_internal6MpnENode_22_2_; 342 text: .text%__1cKRegionNodeGpinned6kM_i_;343 222 text: .text%__1cPjava_lang_ClassLas_klassOop6FpnHoopDesc__pnMklassOopDesc__; 344 223 text: .text%__1cRSignatureIteratorGexpect6Mc_v_; … … 347 226 text: .text%__1cILocationIwrite_on6MpnUDebugInfoWriteStream__v_; 348 227 text: .text%__1cIPhaseCCPOtransform_once6MpnENode__2_; 349 text: .text%__1cHCompileMFillLocArray6MpnENode_pnNGrowableArray4CpnKScopeValue____i_;350 228 text: .text%__1cHRegMaskPfind_first_pair6kM_i_; 351 229 text: .text%__1cENodeKmatch_edge6kMI_I_; … … 356 234 text: .text%__1cbAfinal_graph_reshaping_impl6FpnENode_rnUFinal_Reshape_Counts__v_: compile.o; 357 235 text: .text%__1cETypeFxmeet6kMpk0_2_; 358 text: .text%__1cENodeFis_If6M_pnGIfNode__;359 236 text: .text%__1cJStartNodeLbottom_type6kM_pknEType__; 360 237 text: .text%__1cICmpPNodeGOpcode6kM_i_; … … 362 239 text: .text%__1cKjmpDirNodeMideal_Opcode6kM_i_; 363 240 text: .text%__1cOPhaseIdealLoopZremix_address_expressions6MpnENode__2_; 364 text: .text%__1cFMutexElock6MpnGThread__v_;365 text: .text%__1cILoadNodeHis_Load6M_p0_;366 241 text: .text%__1cGciTypeEmake6FnJBasicType__p0_; 367 242 text: .text%__1cQUnique_Node_ListGremove6MpnENode__v_; … … 370 245 text: .text%__1cNinstanceKlassMclass_loader6kM_pnHoopDesc__; 371 246 text: .text%__1cOPhaseIdealLoopNget_late_ctrl6MpnENode_2_2_; 372 text: .text%__1cRMachSpillCopyNodeOimplementation6kMpnKCodeBuffer_pnNPhaseRegAlloc_i_I_;373 247 text: .text%__1cKTypeAryPtrEhash6kM_i_; 374 248 text: .text%__1cIIndexSet2t6Mp0_v_; 375 249 text: .text%__1cNrFlagsRegOperEtype6kM_pknEType__; 376 250 text: .text%__1cHTypeInt2t6Miii_v_; 377 text: .text%__1cTconstantPoolOopDescbAname_and_type_ref_index_at6Mi_i_;378 251 text: .text%__1cMPhaseChaitinSuse_prior_register6MpnENode_I2pnFBlock_rnJNode_List_6_i_; 379 text: .text%__1cIGraphKitHstopped6M_i_;380 text: .text%__1cKTypeOopPtrJsingleton6kM_i_;381 252 text: .text%__1cENodeQIdeal_DU_postCCP6MpnIPhaseCCP__p0_; 382 text: .text%__1cNSafePointNodeGpinned6kM_i_;383 text: .text%__1cQCompressedStream2t6MpCi_v_;384 253 text: .text%__1cIConLNodeGOpcode6kM_i_; 385 254 text: .text%__1cHPhiNodeEhash6kM_I_; 386 text: .text%__1cGIfNodeGpinned6kM_i_;387 text: .text%__1cOis_diamond_phi6FpnENode__i_: cfgnode.o;388 text: .text%__1cLTypeInstPtrCeq6kMpknEType__i_;389 255 text: .text%__1cENodeHsize_of6kM_I_; 390 text: .text%__1cENodeSremove_dead_region6MpnIPhaseGVN_i_i_;391 256 text: .text%__1cHRegMaskMSmearToPairs6M_v_; 392 text: .text%__1cSCallStaticJavaNodeEhash6kM_I_;393 257 text: .text%jni_GetObjectField: jni.o; 394 258 text: .text%__1cJMarkSweepXrevisit_weak_klass_link6FpnFKlass__v_; … … 399 263 text: .text%__1cLklassVtableToop_adjust_pointers6M_v_; 400 264 text: .text%__1cLklassVtableToop_follow_contents6M_v_; 401 text: .text%__1cCosOis_interrupted6FpnGThread_i_i_;402 265 text: .text%__1cICmpINodeGOpcode6kM_i_; 403 text: .text%__1cHMatcherKLabel_Root6MpknENode_pnFState_p16_6_;404 266 text: .text%__1cMPhaseChaitinHnew_lrg6MpknENode_I_v_; 405 267 text: .text%__1cFframeYinterpreter_frame_method6kM_pnNmethodOopDesc__; … … 407 269 text: .text%__1cJMarkSweepNpreserve_mark6FpnHoopDesc_pnLmarkOopDesc__v_; 408 270 text: .text%__1cIMachNodeKconst_size6kM_i_; 409 text: .text%__1cGIfNodeFis_If6M_p0_;410 271 text: .text%__1cINodeHashLhash_insert6MpnENode__v_; 411 text: .text%__1cOPhaseIdealLoopMis_dominator6MpnENode_2_i_;412 text: .text%__1cKTypeOopPtrLxadd_offset6kMi_i_;413 272 text: .text%JVM_Read; 414 273 text: .text%__1cDhpiEread6FipvI_L_; 415 text: .text%__1cIMachNodeIpeephole6MpnFBlock_ipnNPhaseRegAlloc_ri_p0_;416 274 text: .text%__1cMPhaseIterGVNVadd_users_to_worklist6MpnENode__v_; 417 text: .text%__1cIHaltNodeGis_CFG6kM_i_;418 text: .text%__1cENodeKis_PCTable6kM_pknLPCTableNode__;419 275 text: .text%__1cPClassFileStreamGget_u16MpnGThread__C_; 420 276 text: .text%__1cMMergeMemNodeGOpcode6kM_i_; 421 277 text: .text%__1cPciObjectFactoryEfind6MpnHoopDesc_pnNGrowableArray4CpnIciObject____i_; 422 text: .text%__1cJCodeCacheQfind_blob_unsafe6Fpv_pnICodeBlob__;423 278 text: .text%__1cHemit_d86FrnKCodeBuffer_i_v_; 424 text: .text%__1cKCodeBuffer2t6MiiiiiipnKBufferBlob_pnJrelocInfo_pnORelocateBuffer_ipnLOopRecorder_pkcii_v_;425 279 text: .text%__1cLOopRecorder2t6MpnFArena__v_; 426 280 text: .text%__1cKCodeBuffer2T6M_v_; 427 text: .text%__1cKCodeBufferQalloc_relocation6MI_v_;428 281 text: .text%__1cIMachNodeEsize6kMpnNPhaseRegAlloc__I_; 429 282 text: .text%__1cIMachNodeJemit_size6kMpnNPhaseRegAlloc__I_; 430 text: .text%__1cLTypeInstPtr2t6MnHTypePtrDPTR_pnHciKlass_ipnIciObject_i_v_;431 text: .text%__1cLOptoRuntimeKjbyte_copy6FpW1L_v_;432 283 text: .text%__1cJloadINodeErule6kM_I_; 433 284 text: .text%__1cMOopMapStream2t6MpnGOopMap_i_v_; 434 text: .text%__1cPciObjectFactoryLis_found_at6MipnHoopDesc_pnNGrowableArray4CpnIciObject____i_;435 285 text: .text%__1cIMachOperDreg6kMpnNPhaseRegAlloc_pknENode__i_; 436 286 text: .text%__1cIAddINodeGOpcode6kM_i_; 437 287 text: .text%__1cWShouldNotReachHereNodeMideal_Opcode6kM_i_; 438 text: .text%__1cOmatch_into_reg6FpnENode_iii1_i_: matcher.o;439 text: .text%__1cENodeJis_Branch6kM_I_;440 text: .text%__1cITypeLong2t6Mxxi_v_;441 288 text: .text%__1cRconstantPoolKlassIoop_size6kMpnHoopDesc__i_; 442 289 text: .text%__1cIJVMStateIof_depth6kMi_p0_; 443 text: .text%__1cFMutexElock6M_v_;444 290 text: .text%__1cJrRegLOperEtype6kM_pknEType__; 445 291 text: .text%__1cENode2t6Mp0_v_; 446 text: .text%__1cLTypeInstPtrEmake6FnHTypePtrDPTR_pnHciKlass_ipnIciObject_i_pk0_;447 text: .text%__1cJStartNodeGpinned6kM_i_;448 292 text: .text%__1cHhashptr6Fpkv_i_; 449 293 text: .text%__1cLklassItableToop_adjust_pointers6M_v_; … … 456 300 text: .text%__1cNinstanceKlassUadjust_static_fields6M_v_; 457 301 text: .text%__1cNinstanceKlassUfollow_static_fields6M_v_; 458 text: .text%__1cFBlockLis_uncommon6kMrnLBlock_Array__i_;459 302 text: .text%__1cEDict2F6kMpkv_pv_; 460 303 text: .text%__1cIProjNodeLbottom_type6kM_pknEType__; … … 462 305 text: .text%__1cJCodeCacheJfind_blob6Fpv_pnICodeBlob__; 463 306 text: .text%__1cICallNodeFValue6kMpnOPhaseTransform__pknEType__; 464 text: .text%__1cJdo_method6FpnNmethodOopDesc__v_: recompilationMonitor.o;465 307 text: .text%__1cWconstantPoolCacheKlassIoop_size6kMpnHoopDesc__i_; 466 308 text: .text%__1cKjmpConNodeMideal_Opcode6kM_i_; … … 469 311 text: .text%__1cWconstantPoolCacheKlassToop_follow_contents6MpnHoopDesc__v_; 470 312 text: .text%__1cWconstantPoolCacheKlassToop_adjust_pointers6MpnHoopDesc__i_; 471 text: .text%__1cOindOffset8OperJnum_edges6kM_I_;472 text: .text%__1cKBufferBlobIis_alive6kM_i_;473 text: .text%__1cFframeGsender6kMpnLRegisterMap_pnICodeBlob__0_;474 text: .text%__1cJTypeTupleJsingleton6kM_i_;475 text: .text%__1cKTypeAryPtrCeq6kMpknEType__i_;476 313 text: .text%__1cHPhiNodeKin_RegMask6kMI_rknHRegMask__; 477 text: .text%__1cETypeKhas_memory6kM_i_;478 text: .text%__1cHMatcherKReduceOper6MpnFState_ipnIMachNode_rpnENode__v_;479 314 text: .text%__1cGIfNodeLbottom_type6kM_pknEType__; 480 315 text: .text%__1cENodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 483 318 text: .text%__1cOThreadCritical2T6M_v_; 484 319 text: .text%__1cOThreadCritical2t6M_v_; 485 text: .text%__1cFframeOis_first_frame6kM_i_;486 text: .text%__1cICodeBlobOis_osr_adapter6kM_i_;487 text: .text%__1cHConNodeGis_Con6kM_I_;488 320 text: .text%__1cIAddPNodeKmatch_edge6kMI_I_; 489 321 text: .text%__1cILoadNodeEhash6kM_I_; 490 322 text: .text%__1cRMachSpillCopyNodeEsize6kMpnNPhaseRegAlloc__I_; 491 text: .text%__1cICodeBlobTfix_oop_relocations6MpC1_v_;492 text: .text%__1cICodeBlobTfix_oop_relocations6M_v_;493 323 text: .text%__1cIimmIOperIconstant6kM_l_; 494 text: .text%__1cHCmpNodeGis_Cmp6kM_pk0_;495 text: .text%__1cFMutexbClock_without_safepoint_check6M_v_;496 324 text: .text%__1cENodeHdel_req6MI_v_; 497 325 text: .text%__1cJCProjNodeEhash6kM_I_; 498 text: .text%__1cHCompileJcan_alias6MpknHTypePtr_i_i_;499 326 text: .text%__1cJMultiNodeEhash6kM_I_; 500 327 text: .text%__1cRSignatureIteratorKparse_type6M_i_; 501 text: .text%__1cHnmethodIis_alive6kM_i_;502 328 text: .text%__1cIHaltNodeGOpcode6kM_i_; 503 text: .text%__1cMMergeMemNodeLis_MergeMem6M_p0_;504 text: .text%__1cUPSMarkSweepDecoratorQinsert_deadspace6MrlpnIHeapWord_L_i_;505 329 text: .text%__1cHPhiNodeFValue6kMpnOPhaseTransform__pknEType__; 506 330 text: .text%__1cMPhaseIterGVNZremove_globally_dead_node6MpnENode__v_; 507 331 text: .text%__1cETypeEhash6kM_i_; 508 332 text: .text%__1cJHashtableLhash_symbol6Fpkci_I_; 509 text: .text%__1cKTypeAryPtrEmake6FnHTypePtrDPTR_pnIciObject_pknHTypeAry_pnHciKlass_ii_pk0_;510 text: .text%__1cYDebugInformationRecorderLcheck_phase6Mn0AFPhase__v_;511 333 text: .text%__1cOMachReturnNodeKin_RegMask6kMI_rknHRegMask__; 512 334 text: .text%__1cFframeVinterpreter_frame_bcp6kM_pC_; 513 text: .text%__1cICodeBlobKis_nmethod6kM_i_;514 335 text: .text%__1cICmpUNodeGOpcode6kM_i_; 515 336 text: .text%__1cJOopMapSetSfind_map_at_offset6kMi_pnGOopMap__; … … 520 341 text: .text%__1cTconvI2L_reg_regNodeErule6kM_I_; 521 342 text: .text%__1cHTypeIntFxmeet6kMpknEType__3_; 522 text: .text%__1cLAdapterInfoFequal6kMp0_i_;523 text: .text%__1cGOopMapbEmap_compiler_reg_to_oopmap_reg6Miii_i_;524 text: .text%__1cTconstantPoolOopDescSklass_ref_index_at6Mi_i_;525 343 text: .text%__1cLSymbolTableGlookup6FpkcipnGThread__pnNsymbolOopDesc__; 526 text: .text%__1cKoopFactoryKnew_symbol6FpkcipnGThread__pnNsymbolOopDesc__;527 344 text: .text%__1cMloadConINodeMideal_Opcode6kM_i_; 528 345 text: .text%__1cGTarjanEEVAL6M_p0_; 529 text: .text%__1cKRelocationYindex_to_runtime_address6Fl_pC_;530 346 text: .text%__1cYexternal_word_RelocationLunpack_data6M_v_; 531 347 text: .text%__1cJCatchNodeGOpcode6kM_i_; 532 348 text: .text%__1cZPhaseConservativeCoalesceIcoalesce6MpnFBlock__v_; 533 text: .text%__1cITypeLongJsingleton6kM_i_;534 text: .text%__1cNencode_RegMem6FrnKCodeBuffer_iiiiii_v_;535 text: .text%__1cFBlockGselect6MrnJNode_List_rnLBlock_Array_pirnJVectorSet_IrnNGrowableArray4CI___pnENode__;536 text: .text%__1cGOopMapHset_xxx6MinLOopMapValueJoop_types_iii_v_;537 text: .text%__1cFMutexNowned_by_self6kM_i_;538 349 text: .text%__1cTCreateExceptionNodeErule6kM_I_; 539 350 text: .text%__1cIJVMStateLdebug_start6kM_I_; 540 text: .text%__1cRCardTableModRefBSEkind6M_nKBarrierSetEName__;541 351 text: .text%__1cMloadConPNodeMideal_Opcode6kM_i_; 542 352 text: .text%__1cIMachNodeNoperand_index6kMI_i_; 543 text: .text%__1cKMachIfNodeJis_MachIf6kM_pk0_;544 353 text: .text%__1cFBlockIis_Empty6kM_i_; 545 354 text: .text%__1cMMachTypeNodeLbottom_type6kM_pknEType__; 546 355 text: .text%__1cIAddPNodeLbottom_type6kM_pknEType__; 547 356 text: .text%__1cFBlockOcode_alignment6M_I_; 548 text: .text%__1cKRegionNodeJis_Region6kM_pk0_;549 357 text: .text%__1cGBitMapUclear_range_of_words6MLL_v_; 550 text: .text%__1cGBitMapFclear6M_v_;551 text: .text%__1cSinstanceKlassKlassMoop_is_klass6kM_i_;552 358 text: .text%__1cJrRegIOperKin_RegMask6kMi_pknHRegMask__; 553 359 text: .text%__1cKCastPPNodeGOpcode6kM_i_; 554 360 text: .text%__1cIPhaseIFGMtest_edge_sq6kMII_i_; 555 text: .text%__1cFframeQoops_do_internal6MpnKOopClosure_pnLRegisterMap_i_v_;556 361 text: .text%__1cNinstanceKlassLfind_method6FpnPobjArrayOopDesc_pnNsymbolOopDesc_4_pnNmethodOopDesc__; 557 362 text: .text%__1cFStateRMachNodeGenerator6MipnHCompile__pnIMachNode__; 558 363 text: .text%__1cHMatcherKReduceInst6MpnFState_irpnENode__pnIMachNode__; 559 text: .text%__1cENodeOis_CountedLoop6M_pnPCountedLoopNode__;560 364 text: .text%__1cPClassFileStreamHskip_u16MipnGThread__v_; 561 text: .text%__1cMMachCallNodeGpinned6kM_i_;562 text: .text%__1cHnmethodJis_zombie6kM_i_;563 365 text: .text%__1cMMergeMemNodeLbottom_type6kM_pknEType__; 564 366 text: .text%__1cNinstanceKlassLfind_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 565 text: .text%__1cKTypeAryPtrKadd_offset6kMi_pknHTypePtr__;566 text: .text%__1cKCodeBufferIrelocate6MpCrknQRelocationHolder_i_v_;567 367 text: .text%__1cILoadNodeLbottom_type6kM_pknEType__; 568 368 text: .text%__1cLConvI2LNodeGOpcode6kM_i_; 569 369 text: .text%__1cHTypeIntEmake6Fi_pk0_; 570 text: .text%__1cbFCompressedLineNumberWriteStreamKwrite_pair6Mii_v_;571 370 text: .text%__1cJMultiNodeIproj_out6kMI_pnIProjNode__; 572 text: .text%__1cFKlassMoop_is_array6kM_i_;573 371 text: .text%__1cIBoolNodeEhash6kM_I_; 574 372 text: .text%__1cIimmPOperEtype6kM_pknEType__; 575 373 text: .text%__1cMloadConPNodeLbottom_type6kM_pknEType__; 576 text: .text%__1cJrRegPOperJnum_edges6kM_I_;577 374 text: .text%__1cOrFlagsRegUOperEtype6kM_pknEType__; 578 375 text: .text%__1cGIfNodeFValue6kMpnOPhaseTransform__pknEType__; 579 376 text: .text%__1cNsymbolOopDescLas_C_string6kM_pc_; 580 377 text: .text%__1cNsymbolOopDescLas_C_string6kMpci_1_; 581 text: .text%__1cGOopMapJset_value6Miii_v_;582 378 text: .text%__1cITypeLongFxmeet6kMpknEType__3_; 583 379 text: .text%__1cNCollectedHeapbHcheck_for_non_bad_heap_word_value6MpnIHeapWord_L_v_; 584 text: .text%__1cHMatcherTReduceInst_Interior6MpnFState_ipnIMachNode_IrpnENode__I_;585 text: .text%__1cNsymbolOopDescGequals6kMpkci_i_;586 380 text: .text%__1cMPhaseChaitinLinsert_proj6MpnFBlock_IpnENode_I_v_; 587 text: .text%__1cKjmpConNodeGpinned6kM_i_;588 text: .text%__1cNSafePointNodebBneeds_polling_address_input6F_i_;589 381 text: .text%__1cHCompileRprobe_alias_cache6MpknHTypePtr__pn0APAliasCacheEntry__; 590 text: .text%__1cHnmethodOis_not_entrant6kM_i_;591 text: .text%__1cIAddPNodeHis_AddP6M_p0_;592 text: .text%__1cNobjArrayKlassQarray_klass_impl6MiipnGThread__pnMklassOopDesc__;593 text: .text%__1cNobjArrayKlassQarray_klass_impl6FnTobjArrayKlassHandle_iipnGThread__pnMklassOopDesc__;594 text: .text%__1cIMachNodeGExpand6MpnFState_rnJNode_List__p0_;595 382 text: .text%__1cXInterpreterFrameClosureJoffset_do6Mi_v_; 596 text: .text%__1cNinstanceKlassQarray_klass_impl6FnTinstanceKlassHandle_iipnGThread__pnMklassOopDesc__;597 text: .text%__1cNinstanceKlassQarray_klass_impl6MiipnGThread__pnMklassOopDesc__;598 383 text: .text%__1cENodeIdestruct6M_v_; 599 384 text: .text%__1cIAddPNodeFValue6kMpnOPhaseTransform__pknEType__; 600 text: .text%__1cPClassFileParserbEparse_constant_pool_utf8_entry6MnSconstantPoolHandle_ipnGThread__v_;601 385 text: .text%__1cPClassFileParserRverify_legal_utf86MpkCipnGThread__v_; 602 386 text: .text%__1cMMachHaltNodeEjvms6kM_pnIJVMState__; … … 604 388 text: .text%__1cNinstanceKlassRallocate_objArray6MiipnGThread__pnPobjArrayOopDesc__; 605 389 text: .text%__1cGBitMapJset_union6M0_v_; 606 text: .text%__1cPciInstanceKlassMis_interface6M_i_;607 390 text: .text%__1cHTypeIntEmake6Fiii_pk0_; 608 391 text: .text%__1cJTypeTupleEhash6kM_i_; … … 615 398 text: .text%__1cPmethodDataKlassIoop_size6kMpnHoopDesc__i_; 616 399 text: .text%__1cIHaltNodeKmatch_edge6kMI_I_; 617 text: .text%__1cENodeOis_block_start6kM_i_;618 text: .text%__1cHMatcherQis_save_on_entry6Mi_i_;619 text: .text%__1cLsymbolKlassNoop_is_symbol6kM_i_;620 text: .text%__1cITypeLongEmake6Fxxi_pk0_;621 400 text: .text%__1cPmethodDataKlassToop_adjust_pointers6MpnHoopDesc__i_; 622 401 text: .text%__1cPmethodDataKlassToop_follow_contents6MpnHoopDesc__v_; 623 402 text: .text%__1cMPhaseIterGVNKis_IterGVN6M_p0_; 624 403 text: .text%__1cGBitMap2t6MpLL_v_; 625 text: .text%__1cLOptoRuntimePnew_typeArray_C6FnJBasicType_ipnKJavaThread__v_;626 text: .text%__1cHCompilePfind_alias_type6MpknHTypePtr_i_pn0AJAliasType__;627 404 text: .text%__1cNnew_loc_value6FpnNPhaseRegAlloc_inILocationEType__pnNLocationValue__: output.o; 628 text: .text%__1cKjmpDirNodePoper_input_base6kM_I_;629 text: .text%__1cMMachCallNodeLis_MachCall6M_p0_;630 text: .text%__1cHPhiNodeFIdeal6MpnIPhaseGVN_i_pnENode__;631 text: .text%__1cXjava_lang_ref_ReferenceNreferent_addr6FpnHoopDesc__p2_;632 405 text: .text%__1cOindOffset8OperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 633 406 text: .text%__1cOindOffset8OperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 634 text: .text%__1cZPhaseConservativeCoalesceJcopy_copy6MpnENode_2pnFBlock_I_i_;635 text: .text%__1cKutf8_write6FpCH_0_: utf8.o;636 407 text: .text%__1cKNode_ArrayGremove6MI_v_; 637 text: .text%__1cTconstantPoolOopDescQsignature_ref_at6Mi_pnNsymbolOopDesc__;638 408 text: .text%__1cHPhiNodeIIdentity6MpnOPhaseTransform__pnENode__; 639 409 text: .text%__1cRSignatureIterator2t6MnMsymbolHandle__v_; … … 643 413 text: .text%__1cLjmpConUNodeMideal_Opcode6kM_i_; 644 414 text: .text%__1cFBlockJfind_node6kMpknENode__I_; 645 text: .text%__1cOis_range_check6FpnENode_r12ri_i_: ifnode.o;646 text: .text%__1cENodeIis_Start6M_pnJStartNode__;647 415 text: .text%__1cHhashkey6Fpkv_i_; 648 416 text: .text%__1cNLoadRangeNodeGOpcode6kM_i_; 649 417 text: .text%__1cJLoadINodeGOpcode6kM_i_; 650 text: .text%__1cKis_x2logic6FpnIPhaseGVN_pnENode__3_: cfgnode.o;651 text: .text%__1cHAbsNodeLis_absolute6FpnIPhaseGVN_pnENode__4_;652 418 text: .text%__1cGTarjanICOMPRESS6M_v_; 653 419 text: .text%__1cTconstantPoolOopDescNklass_at_impl6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__; 654 text: .text%__1cENodeHis_Goto6kM_I_;655 text: .text%__1cLPCTableNodeGpinned6kM_i_;656 420 text: .text%JVM_ReleaseUTF; 657 421 text: .text%__1cHSubNodeFValue6kMpnOPhaseTransform__pknEType__; … … 663 427 text: .text%__1cFChunk2k6Fpv_v_; 664 428 text: .text%__1cOMachReturnNodeIadr_type6kM_pknHTypePtr__; 665 text: .text%__1cJrelocInfo2t6Mn0AJrelocType_ii_v_;666 429 text: .text%__1cHMatcherKmatch_tree6MpknENode__pnIMachNode__; 667 430 text: .text%__1cLTypeInstPtrFxmeet6kMpknEType__3_; … … 671 434 text: .text%__1cJrelocInfoNfinish_prefix6Mph_p0_; 672 435 text: .text%__1cIProjNodeHsize_of6kM_I_; 673 text: .text%__1cENodeHis_AddP6M_pnIAddPNode__;674 text: .text%__1cLTypeInstPtrKadd_offset6kMi_pknHTypePtr__;675 436 text: .text%__1cHBitDataKcell_count6M_i_; 676 text: .text%__1cFframeZsender_for_compiled_frame6kMpnLRegisterMap_pnICodeBlob__0_;677 437 text: .text%__1cFArenaEgrow6ML_pv_; 678 text: .text%__1cNCollectedHeapWpermanent_obj_allocate6FnLKlassHandle_ipnGThread__pnHoopDesc__;679 438 text: .text%__1cMPhaseIterGVNMsubsume_node6MpnENode_2_v_; 680 text: .text%__1cLBoxLockNodeNrematerialize6kM_i_;681 text: .text%__1cRMachSafePointNodeQis_MachSafePoint6M_p0_;682 439 text: .text%__1cJloadBNodeErule6kM_I_; 683 text: .text%__1cITypeNodeRraise_bottom_type6MpknEType__v_;684 440 text: .text%__1cHConNodeEhash6kM_I_; 685 text: .text%__1cICodeBlobLlink_offset6M_i_;686 441 text: .text%__1cENodeRdisconnect_inputs6Mp0_i_; 687 442 text: .text%__1cIHaltNodeFValue6kMpnOPhaseTransform__pknEType__; 688 text: .text%__1cICodeBlobOis_i2c_adapter6kM_i_;689 443 text: .text%__1cTconstantPoolOopDescWsignature_ref_index_at6Mi_i_; 690 text: .text%__1cIJVMStateNclone_shallow6kM_p0_;691 444 text: .text%__1cRMachSpillCopyNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 692 text: .text%__1cGOopMapQset_callee_saved6Miiii_v_;693 445 text: .text%__1cKRegionNodeLbottom_type6kM_pknEType__; 694 text: .text%__1cJOopMapSetTupdate_register_map6FpknFframe_pnICodeBlob_pnLRegisterMap__v_;695 446 text: .text%__1cIJVMStateJdebug_end6kM_I_; 696 text: .text%__1cXjava_lang_ref_ReferenceJnext_addr6FpnHoopDesc__p2_;697 447 text: .text%__1cENode2t6Mp011_v_; 698 text: .text%__1cENodeMis_SafePoint6M_pnNSafePointNode__;699 text: .text%__1cHMatcherTcollect_null_checks6MpnENode__v_;700 text: .text%__1cNSafePointNodeFIdeal6MpnIPhaseGVN_i_pnENode__;701 text: .text%__1cHMemNodeMIdeal_common6MpnIPhaseGVN_i_pnENode__;702 text: .text%__1cGBitMapGat_put6MLi_v_;703 text: .text%__1cFciEnvIis_in_vm6F_i_;704 448 text: .text%__1cNSafePointNodeHsize_of6kM_I_; 705 text: .text%__1cMgetTimeNanos6F_x_;706 text: .text%__1cKciTypeFlowLStateVectorSapply_one_bytecode6MpnQciBytecodeStream__i_;707 449 text: .text%__1cKPSScavengeUoop_promotion_failed6FpnHoopDesc_pnLmarkOopDesc__v_; 708 450 text: .text%__1cHTypePtrLmeet_offset6kMi_i_; 709 text: .text%__1cOMergeMemStreamOnext_non_empty6Mi_i_;710 text: .text%__1cNPhaseRegAllocGis_oop6kMpknENode__i_;711 451 text: .text%__1cSPSPromotionManagerUoop_promotion_failed6MpnHoopDesc_pnLmarkOopDesc__2_; 712 text: .text%__1cIMachOperLdisp_is_oop6kM_i_;713 452 text: .text%__1cRSignatureIteratorSiterate_parameters6M_v_; 714 453 text: .text%__1cNmethodOopDescIbci_from6kMpC_i_; 715 text: .text%__1cICodeBlobYcaller_must_gc_arguments6kMpnKJavaThread__i_;716 454 text: .text%__1cLLShiftLNodeGOpcode6kM_i_; 717 455 text: .text%__1cOMethodLivenessKBasicBlockIload_one6Mi_v_; 718 text: .text%__1cJTypeTupleCeq6kMpknEType__i_;719 456 text: .text%__1cHCmpNodeLbottom_type6kM_pknEType__; 720 457 text: .text%__1cFDictI2i6M_v_; 721 text: .text%__1cPjava_lang_ClassMis_primitive6FpnHoopDesc__i_;722 458 text: .text%JVM_GetMethodIxExceptionTableLength; 723 text: .text%__1cKC2IAdapterIis_alive6kM_i_;724 459 text: .text%__1cENodeHget_int6kM_i_; 725 460 text: .text%__1cMMachCallNodeLbottom_type6kM_pknEType__; 726 461 text: .text%__1cOGenerateOopMapHinterp16MpnOBytecodeStream__v_; 727 text: .text%__1cIAddPNodeFIdeal6MpnIPhaseGVN_i_pnENode__;728 462 text: .text%__1cMloadConINodeLbottom_type6kM_pknEType__; 729 463 text: .text%__1cPCheckCastPPNodeGOpcode6kM_i_; 730 464 text: .text%__1cMloadConINodeLout_RegMask6kM_rknHRegMask__; 731 text: .text%__1cENodeXis_iteratively_computed6M_i_;732 text: .text%__1cNloadConI0NodePoper_input_base6kM_I_;733 text: .text%__1cNinstanceKlassPoop_is_instance6kM_i_;734 465 text: .text%__1cENodeKreplace_by6Mp0_v_; 735 466 text: .text%__1cHPhiNodeIadr_type6kM_pknHTypePtr__; … … 738 469 text: .text%__1cJrelocInfoKset_format6Mi_v_; 739 470 text: .text%__1cXruntime_call_RelocationEtype6M_nJrelocInfoJrelocType__; 740 text: .text%__1cKRelocationJpack_data6M_i_;741 text: .text%__1cXjava_lang_ref_ReferencePdiscovered_addr6FpnHoopDesc__p2_;742 471 text: .text%__1cNPhaseCoalesceRcombine_these_two6MpnENode_2_v_; 743 472 text: .text%__1cNtestP_regNodeMideal_Opcode6kM_i_; 744 text: .text%__1cETypeFempty6kM_i_;745 text: .text%__1cHMemNodeGis_Mem6M_p0_;746 text: .text%__1cZload_can_see_stored_value6FpnILoadNode_pnENode_pnOPhaseTransform__3_: memnode.o;747 473 text: .text%__1cICallNodeIIdentity6MpnOPhaseTransform__pnENode__; 748 text: .text%__1cICodeBlobJis_zombie6kM_i_;749 474 text: .text%__1cJTypeTupleGfields6FI_ppknEType__; 750 text: .text%__1cOGenerateOopMapPjump_targets_do6MpnOBytecodeStream_pFp0ipi_v4_i_;751 475 text: .text%__1cPClassFileParserUassemble_annotations6MpCi1ipnGThread__nPtypeArrayHandle__; 752 476 text: .text%method_compare: methodOop.o; … … 756 480 text: .text%__1cFBlockUneeded_for_next_call6MpnENode_rnJVectorSet_rnLBlock_Array__v_; 757 481 text: .text%__1cIIndexSetSpopulate_free_list6F_v_; 758 text: .text%__1cGIfNodeFIdeal6MpnIPhaseGVN_i_pnENode__;759 text: .text%__1cCosPelapsed_counter6F_x_;760 482 text: .text%__1cIAddPNodeIIdentity6MpnOPhaseTransform__pnENode__; 761 483 text: .text%__1cIemit_d326FrnKCodeBuffer_i_v_; 762 text: .text%__1cNloadConI0NodeHtwo_adr6kM_I_;763 484 text: .text%__1cJStoreNodeKmatch_edge6kMI_I_; 764 485 text: .text%__1cITypeNodeDcmp6kMrknENode__I_; 765 486 text: .text%__1cMPhaseChaitinFUnion6MpknENode_3_v_; 766 text: .text%__1cFKlassMoop_is_klass6kM_i_;767 487 text: .text%__1cRSignatureIteratorTcheck_signature_end6M_v_; 768 488 text: .text%__1cRSignatureIteratorSiterate_returntype6M_v_; 769 489 text: .text%__1cNinstanceKlassWuncached_lookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 770 text: .text%__1cHnmethodKis_nmethod6kM_i_;771 490 text: .text%__1cILoadNodeFValue6kMpnOPhaseTransform__pknEType__; 772 491 text: .text%__1cNSafePointNodeKmatch_edge6kMI_I_; 773 492 text: .text%__1cPClassFileStreamGget_u46MpnGThread__I_; 774 text: .text%__1cSCallStaticJavaNodeRis_CallStaticJava6kM_pk0_;775 493 text: .text%__1cKarrayKlassLobject_size6kMi_i_; 776 text: .text%__1cPciInstanceKlassRis_instance_klass6M_i_;777 text: .text%__1cOno_flip_branch6FpnFBlock__i_: block.o;778 494 text: .text%__1cKarrayKlassGvtable6kM_pnLklassVtable__; 779 495 text: .text%__1cYCallStaticJavaDirectNodePoper_input_base6kM_I_; 780 496 text: .text%__1cOGenerateOopMapEpush6MnNCellTypeState__v_; 781 text: .text%__1cKjmpDirNodeGpinned6kM_i_;782 text: .text%__1cTconstantPoolOopDescLname_ref_at6Mi_pnNsymbolOopDesc__;783 text: .text%__1cKjmpDirNodeHtwo_adr6kM_I_;784 497 text: .text%__1cPciInstanceKlassGloader6M_pnHoopDesc__; 785 text: .text%__1cJrRegLOperJnum_edges6kM_I_;786 498 text: .text%__1cOGenerateOopMapDpop6M_nNCellTypeState__; 787 text: .text%__1cNGrowableArray4CpnKScopeValue__2t6Mii_v_;788 499 text: .text%__1cYDebugInformationRecorderWserialize_scope_values6MpnNGrowableArray4CpnKScopeValue____i_; 789 500 text: .text%__1cYDebugInformationRecorderTcreate_scope_values6MpnNGrowableArray4CpnKScopeValue____pnKDebugToken__; … … 792 503 text: .text%__1cPPerfLongVariantGsample6M_v_; 793 504 text: .text%__1cNloadConI0NodeErule6kM_I_; 794 text: .text%__1cJCodeCacheIcontains6Fpv_i_;795 505 text: .text%__1cQciBytecodeStreamMreset_to_bci6Mi_v_; 796 text: .text%__1cJOopMapSetGall_do6FpknFframe_pnICodeBlob_pknLRegisterMap_pnKOopClosure_pFppnHoopDesc_9E_v9B9B_v_;797 text: .text%__1cFframeRoops_code_blob_do6MpnKOopClosure_pknLRegisterMap__v_;798 text: .text%__1cJOopMapSetHoops_do6FpknFframe_pnICodeBlob_pknLRegisterMap_pnKOopClosure__v_;799 506 text: .text%__1cHPhiNodeHsize_of6kM_I_; 800 507 text: .text%__1cSInterpreterRuntimeJanewarray6FpnKJavaThread_pnTconstantPoolOopDesc_ii_v_; … … 805 512 text: .text%__1cPciInstanceKlassRprotection_domain6M_pnHoopDesc__; 806 513 text: .text%__1cSobjArrayKlassKlassIoop_size6kMpnHoopDesc__i_; 807 text: .text%__1cILoadNodeFIdeal6MpnIPhaseGVN_i_pnENode__;808 text: .text%__1cMPhaseIterGVNbGregister_new_node_with_optimizer6MpnENode__2_;809 text: .text%__1cKBufferBlobMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;810 text: .text%__1cKBufferBlobHoops_do6MpnKOopClosure__v_;811 514 text: .text%__1cLRegisterMapFclear6M_v_; 812 515 text: .text%__1cIBoolNodeLbottom_type6kM_pknEType__; … … 814 517 text: .text%__1cKRegionNodeFValue6kMpnOPhaseTransform__pknEType__; 815 518 text: .text%__1cLBlock_Array2t6MpnFArena__v_; 816 text: .text%__1cPSignatureStreamHis_done6kM_i_;817 text: .text%__1cNrFlagsRegOperJnum_edges6kM_I_;818 text: .text%__1cLPhaseValuesGintcon6Mi_pnIConINode__;819 519 text: .text%__1cKStoreINodeGOpcode6kM_i_; 820 text: .text%__1cLRegisterMap2t6MpnKJavaThread_i_v_;821 text: .text%__1cNmethodOopDescPis_empty_method6kM_i_;822 520 text: .text%__1cJcmpOpOperJnum_edges6kM_I_; 823 521 text: .text%__1cNExceptionMark2t6MrpnGThread__v_; 824 522 text: .text%__1cNExceptionMark2T6M_v_; 825 523 text: .text%__1cCosMvm_page_size6F_i_; 826 text: .text%__1cJloadPNodeZcheck_for_anti_dependence6kM_i_;827 text: .text%__1cOcompU_rRegNodePoper_input_base6kM_I_;828 text: .text%__1cNmethodOopDescLis_accessor6kM_i_;829 text: .text%__1cPloadConUL32NodePoper_input_base6kM_I_;830 524 text: .text%__1cMPhaseChaitinSget_spillcopy_wide6MpnENode_2I_2_; 831 text: .text%__1cKI2CAdapterIis_alive6kM_i_;832 text: .text%__1cHnmethodHoops_do6MpnKOopClosure__v_;833 525 text: .text%__1cIGraphKitJsync_jvms6kM_pnIJVMState__; 834 526 text: .text%__1cFframebFinterpreter_frame_monitor_begin6kM_pnPBasicObjectLock__; 835 text: .text%__1cENodeGis_Mem6M_pnHMemNode__;836 text: .text%__1cQSystemDictionaryXcheck_signature_loaders6FnMsymbolHandle_nGHandle_2ipnGThread__v_;837 text: .text%__1cIGraphKitEstop6M_v_;838 527 text: .text%__1cNidealize_test6FpnIPhaseGVN_pnGIfNode__3_: ifnode.o; 839 text: .text%__1cPloadConUL32NodeHtwo_adr6kM_I_;840 528 text: .text%__1cNSafePointNodeLbottom_type6kM_pknEType__; 841 529 text: .text%__1cPTwoOopHashtableMcompute_hash6MnMsymbolHandle_nGHandle__I_; 842 530 text: .text%__1cRSignatureIterator2t6MpnNsymbolOopDesc__v_; 843 531 text: .text%__1cKStorePNodeGOpcode6kM_i_; 844 text: .text%__1cHMonitorKnotify_all6M_i_;845 532 text: .text%__1cFframeVinterpreter_frame_bci6kM_i_; 846 533 text: .text%__1cHRetNodeNis_block_proj6kM_pknENode__; … … 849 536 text: .text%__1cFBlockLfind_remove6MpknENode__v_; 850 537 text: .text%__1cOGenerateOopMapRdo_exception_edge6MpnOBytecodeStream__v_; 851 text: .text%__1cKOopClosureLdo_nmethods6kM_ki_;852 text: .text%__1cGOopMapHset_oop6Miii_v_;853 538 text: .text%__1cNSafePointNodeSset_next_exception6Mp0_v_; 854 539 text: .text%__1cPloadConUL32NodeErule6kM_I_; … … 856 541 text: .text%__1cMciMethodDataJnext_data6MpnLProfileData__2_; 857 542 text: .text%__1cJStoreNodeLbottom_type6kM_pknEType__; 858 text: .text%__1cPciObjectFactorySget_unloaded_klass6MpnHciKlass_pnIciSymbol_i_2_;859 543 text: .text%__1cLBlock_StackXmost_frequent_successor6MpnFBlock__I_; 860 544 text: .text%__1cFBlockScall_catch_cleanup6MrnLBlock_Array__v_; 861 text: .text%__1cFBlockOschedule_local6MrnHMatcher_rnLBlock_Array_pirnJVectorSet_rnNGrowableArray4CI___i_;862 545 text: .text%__1cXPhaseAggressiveCoalesceIcoalesce6MpnFBlock__v_; 863 546 text: .text%__1cOGenerateOopMapFppop16MnNCellTypeState__v_; 864 547 text: .text%__1cKstorePNodePoper_input_base6kM_I_; 865 text: .text%__1cMPhaseIterGVNFwiden6kMpknEType_3_3_;866 text: .text%__1cKRegionNodeFIdeal6MpnIPhaseGVN_i_pnENode__;867 text: .text%__1cNmethodOopDescRis_not_compilable6kMi_i_;868 text: .text%__1cLis_cond_add6FpnIPhaseGVN_pnHPhiNode__pnENode__;869 548 text: .text%__1cPsplit_flow_path6FpnIPhaseGVN_pnHPhiNode__pnENode__: cfgnode.o; 870 549 text: .text%__1cKRegionNodeLout_RegMask6kM_rknHRegMask__; 871 550 text: .text%__1cGTarjanELINK6Mp01_v_; 872 text: .text%__1cKTypeRawPtrKadd_offset6kMi_pknHTypePtr__;873 text: .text%__1cWMutableSpaceUsedHelperLtake_sample6M_x_;874 text: .text%__1cIBoolNodeFIdeal6MpnIPhaseGVN_i_pnENode__;875 551 text: .text%__1cIsplit_if6FpnGIfNode_pnMPhaseIterGVN__pnENode__: ifnode.o; 876 text: .text%__1cTremove_useless_bool6FpnGIfNode_pnIPhaseGVN__pnENode__: ifnode.o;877 552 text: .text%__1cMPhaseChaitinNFind_compress6MpknENode__I_; 878 553 text: .text%__1cRInterpreterOopMapKinitialize6M_v_; 879 554 text: .text%__1cJTypeTupleEmake6FIppknEType__pk0_; 880 text: .text%__1cYCallStaticJavaDirectNodeHtwo_adr6kM_I_;881 555 text: .text%__1cKDictionaryJget_entry6MiInMsymbolHandle_nGHandle__pnPDictionaryEntry__; 882 556 text: .text%__1cLLShiftINodeGOpcode6kM_i_; 883 557 text: .text%__1cQResultTypeFinderDset6MinJBasicType__v_; 884 text: .text%__1cHnmethodMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;885 558 text: .text%__1cNmethodOopDescLresult_type6kM_nJBasicType__; 886 559 text: .text%__1cIMachOperOindex_position6kM_i_; 887 text: .text%__1cKReflectionTverify_field_access6FpnMklassOopDesc_22nLAccessFlags_ii_i_;888 560 text: .text%__1cOemit_d32_reloc6FrnKCodeBuffer_irknQRelocationHolder_i_v_; 889 561 text: .text%__1cLjmpConUNodePoper_input_base6kM_I_; 890 562 text: .text%__1cHAddNodeEhash6kM_I_; 891 text: .text%__1cNtestP_regNodePoper_input_base6kM_I_;892 text: .text%__1cHSubNodeGis_Sub6M_p0_;893 563 text: .text%__1cPcheckCastPPNodePoper_input_base6kM_I_; 894 564 text: .text%__1cIRootNodeGOpcode6kM_i_; … … 901 571 text: .text%__1cLOopMapCacheGlookup6MnMmethodHandle_ipnRInterpreterOopMap__v_; 902 572 text: .text%__1cRInterpreterOopMap2t6M_v_; 903 text: .text%__1cFframeToops_interpreted_do6MpnKOopClosure_pknLRegisterMap_i_v_;904 573 text: .text%__1cSInterpreterRuntimeLcache_entry6FpnKJavaThread__pnWConstantPoolCacheEntry__; 905 574 text: .text%__1cOindOffset8OperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; … … 908 577 text: .text%__1cFChunkJnext_chop6M_v_; 909 578 text: .text%__1cENode2t6Mp0111_v_; 910 text: .text%__1cITypeLongEmake6Fx_pk0_;911 text: .text%__1cLjmpConUNodeGpinned6kM_i_;912 579 text: .text%__1cPciObjectFactoryNfind_non_perm6MpnHoopDesc__rpn0ANNonPermObject__; 913 580 text: .text%__1cHCmpNodeIIdentity6MpnOPhaseTransform__pnENode__; 914 text: .text%__1cKTypeRawPtrJsingleton6kM_i_;915 text: .text%__1cNGCTaskManagerNresource_flag6MI_i_;916 text: .text%__1cNGCTaskManagerYshould_release_resources6MI_i_;917 581 text: .text%__1cIAddINodeLbottom_type6kM_pknEType__; 918 582 text: .text%__1cNloadRangeNodeErule6kM_I_; … … 924 588 text: .text%__1cJHashtableJnew_entry6MIpnHoopDesc__pnOHashtableEntry__; 925 589 text: .text%__1cSCountedLoopEndNodeGOpcode6kM_i_; 926 text: .text%__1cTOopMapForCacheEntryRpossible_gc_point6MpnOBytecodeStream__i_;927 590 text: .text%__1cKstoreINodePoper_input_base6kM_I_; 928 text: .text%__1cNtestP_regNodeHtwo_adr6kM_I_;929 591 text: .text%__1cCosVcurrent_stack_pointer6F_pC_; 930 592 text: .text%__1cMMergeMemNodePiteration_setup6Mpk0_v_; … … 934 596 text: .text%__1cJloadSNodeErule6kM_I_; 935 597 text: .text%__1cLLShiftLNodeLbottom_type6kM_pknEType__; 936 text: .text%__1cMBasicAdapterHoops_do6MpnKOopClosure__v_;937 text: .text%__1cKjmpConNodeJnum_opnds6kM_I_;938 text: .text%__1cLOptoRuntimeOnew_objArray_C6FpnMklassOopDesc_ipnKJavaThread__v_;939 598 text: .text%__1cTconstantPoolOopDescSklass_at_if_loaded6FnSconstantPoolHandle_i_pnMklassOopDesc__; 940 text: .text%__1cFciEnvXget_klass_by_index_impl6MpnPciInstanceKlass_iri_pnHciKlass__;941 599 text: .text%__1cKjmpDirNodeHsize_of6kM_I_; 942 text: .text%__1cJloadPNodeJnum_opnds6kM_I_;943 600 text: .text%__1cJCProjNodeLout_RegMask6kM_rknHRegMask__; 944 601 text: .text%__1cJMultiNodeFmatch6MpknIProjNode_pknHMatcher__pnENode__; … … 953 610 text: .text%__1cLGCTaskQdDueueHdequeue6M_pnGGCTask__; 954 611 text: .text%__1cNGCTaskManagerPnote_completion6MI_v_; 955 text: .text%__1cHMatcherXadjust_outgoing_stk_arg6Miiri_i_;956 612 text: .text%__1cTCreateExceptionNodeMideal_Opcode6kM_i_; 957 613 text: .text%__1cKIfTrueNodeIIdentity6MpnOPhaseTransform__pnENode__; 958 614 text: .text%__1cXvirtual_call_RelocationLunpack_data6M_v_; 959 text: .text%__1cMBasicAdapterMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;960 615 text: .text%__1cXindIndexScaleOffsetOperJnum_edges6kM_I_; 961 616 text: .text%__1cLRShiftINodeGOpcode6kM_i_; 962 text: .text%__1cJStoreNodeIis_Store6kM_pk0_;963 617 text: .text%Unsafe_CompareAndSwapLong; 964 618 text: .text%__1cNinstanceKlassRprotection_domain6M_pnHoopDesc__; … … 966 620 text: .text%__1cTAbstractInterpreterLmethod_kind6FnMmethodHandle__n0AKMethodKind__; 967 621 text: .text%__1cJStoreNodeEhash6kM_I_; 968 text: .text%__1cOcompI_rRegNodePoper_input_base6kM_I_;969 622 text: .text%__1cKmethodOperGmethod6kM_l_; 970 text: .text%__1cHTypeAryRary_must_be_exact6kM_i_;971 623 text: .text%__1cKstoreINodeMideal_Opcode6kM_i_; 972 624 text: .text%__1cGGCTask2t6M_v_; 973 text: .text%__1cOcompU_rRegNodeHtwo_adr6kM_I_;974 625 text: .text%__1cNSafePointNodeOnext_exception6kM_p0_; 975 626 text: .text%__1cOindOffset8OperNbase_position6kM_i_; 976 627 text: .text%__1cOindOffset8OperNconstant_disp6kM_i_; 977 text: .text%__1cKjmpDirNodeHis_Goto6kM_I_;978 628 text: .text%__1cENodeHset_req6MIp0_v_; 979 629 text: .text%__1cTconstantPoolOopDescNklass_name_at6Mi_pnNsymbolOopDesc__; 980 text: .text%__1cSObjectSynchronizerKfast_enter6FnGHandle_pnJBasicLock_pnGThread__v_;981 630 text: .text%__1cSObjectSynchronizerJfast_exit6FpnHoopDesc_pnJBasicLock_pnGThread__v_; 982 631 text: .text%__1cWShouldNotReachHereNodePoper_input_base6kM_I_; 983 text: .text%__1cMMergeMemNodeFIdeal6MpnIPhaseGVN_i_pnENode__;984 text: .text%__1cGThreadLis_in_stack6kMpC_i_;985 632 text: .text%__1cLIfFalseNodeIIdentity6MpnOPhaseTransform__pnENode__; 986 text: .text%__1cKJavaThreadNis_lock_owned6kMpC_i_;987 633 text: .text%__1cXAdaptiveWeightedAverageYcompute_adaptive_average6Mff_f_; 988 634 text: .text%__1cOcompU_rRegNodeMideal_Opcode6kM_i_; … … 990 636 text: .text%__1cTconvI2L_reg_regNodeMideal_Opcode6kM_i_; 991 637 text: .text%__1cSPSPromotionManagerbBgc_thread_promotion_manager6Fi_p0_; 992 text: .text%__1cNmethodOopDescMintrinsic_id6kM_nMvmIntrinsicsCID__;993 text: .text%__1cKstorePNodeJnum_opnds6kM_I_;994 638 text: .text%__1cQinstanceRefKlassToop_adjust_pointers6MpnHoopDesc__i_; 995 639 text: .text%__1cQinstanceRefKlassToop_follow_contents6MpnHoopDesc__v_; 996 640 text: .text%__1cMMergeMemNodeIIdentity6MpnOPhaseTransform__pnENode__; 997 641 text: .text%__1cLciSignatureLreturn_type6kM_pnGciType__; 998 text: .text%__1cMMergeMemNodeQclone_all_memory6FpnENode__p0_;999 642 text: .text%__1cIGraphKitJclone_map6M_pnNSafePointNode__; 1000 643 text: .text%__1cLMachNopNodeEsize6kMpnNPhaseRegAlloc__I_; … … 1002 645 text: .text%__1cJFieldTypeKbasic_type6FpnNsymbolOopDesc__nJBasicType__; 1003 646 text: .text%__1cKRelocationLspec_simple6FnJrelocInfoJrelocType__nQRelocationHolder__; 1004 text: .text%__1cICallNodeLis_CallLeaf6kM_pknMCallLeafNode__;1005 text: .text%__1cLrecord_bias6FpknIPhaseIFG_ii_v_: coalesce.o;1006 647 text: .text%__1cJrRegPOperKin_RegMask6kMi_pknHRegMask__; 1007 text: .text%__1cMObjectLocker2t6MnGHandle_pnGThread__v_;1008 648 text: .text%__1cMObjectLocker2T6M_v_; 1009 649 text: .text%__1cNloadRangeNodeMideal_Opcode6kM_i_; 1010 text: .text%__1cRMachSafePointNodeRis_safepoint_node6kM_i_;1011 text: .text%__1cHTypeIntFempty6kM_i_;1012 650 text: .text%__1cRInvocationCounterJset_state6Mn0AFState__v_; 1013 651 text: .text%__1cRInvocationCounterFreset6M_v_; 1014 text: .text%__1cKTypeOopPtrWmake_from_klass_common6FpnHciKlass_ii_pk0_;1015 652 text: .text%__1cRInvocationCounterEinit6M_v_; 1016 653 text: .text%__1cNSafePointNodeEjvms6kM_pnIJVMState__; 1017 654 text: .text%__1cNSignatureInfoJdo_object6Mii_v_; 1018 text: .text%__1cLPhaseValuesFwiden6kMpknEType_3_3_;1019 655 text: .text%__1cTconstantPoolOopDescRname_ref_index_at6Mi_i_; 1020 656 text: .text%__1cIHaltNodeLbottom_type6kM_pknEType__; 1021 text: .text%__1cRRawBytecodeStreamMset_interval6Mii_v_;1022 text: .text%__1cNtestI_regNodeHtwo_adr6kM_I_;1023 657 text: .text%__1cSsafePoint_pollNodeMideal_Opcode6kM_i_; 1024 text: .text%__1cLOopRecorderOallocate_index6MpnI_jobject__i_;1025 text: .text%__1cYDebugInformationRecorderNappend_handle6MpnI_jobject__i_;1026 658 text: .text%__1cYCallStaticJavaDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1027 659 text: .text%__1cYCallStaticJavaDirectNodeSalignment_required6kM_i_; … … 1029 661 text: .text%__1cGPcDescHreal_pc6kMpknHnmethod__pC_; 1030 662 text: .text%__1cKRegionNodeIIdentity6MpnOPhaseTransform__pnENode__; 1031 text: .text%__1cOPhaseIdealLoopIsplit_up6MpnENode_22_i_;1032 text: .text%__1cWConstantPoolCacheEntryRset_initial_state6Mi_v_;1033 663 text: .text%__1cKNativeCallGverify6M_v_; 1034 664 text: .text%__1cNCompileBrokerLmaybe_block6F_v_; … … 1037 667 text: .text%__1cNLoadKlassNodeGOpcode6kM_i_; 1038 668 text: .text%__1cIBoolNodeKmatch_edge6kMI_I_; 1039 text: .text%__1cITypeLongEmake6Fxx_pk0_;1040 text: .text%__1cKRegionNodeOis_block_start6kM_i_;1041 669 text: .text%__1cCosGmalloc6FL_pv_; 1042 670 text: .text%__1cXAdaptiveWeightedAverageGsample6Mf_v_; 1043 671 text: .text%__1cFStateM_sub_Op_RegP6MpknENode__v_; 1044 672 text: .text%__1cPcheckCastPPNodeHtwo_adr6kM_I_; 1045 text: .text%__1cRMachNullCheckNodeQis_MachNullCheck6M_p0_;1046 673 text: .text%__1cOGenerateOopMapGppush16MnNCellTypeState__v_; 1047 674 text: .text%__1cGBitMapOset_difference6M0_v_; … … 1050 677 text: .text%__1cRmethodDataOopDescRcompute_data_size6FpnOBytecodeStream__i_; 1051 678 text: .text%__1cRmethodDataOopDescPinitialize_data6MpnOBytecodeStream_i_i_; 1052 text: .text%__1cOcompI_rRegNodeHtwo_adr6kM_I_;1053 679 text: .text%__1cLSymbolTableJbasic_add6MipCiIpnGThread__pnNsymbolOopDesc__; 1054 680 text: .text%__1cLsymbolKlassPallocate_symbol6MpCipnGThread__pnNsymbolOopDesc__; 1055 681 text: .text%__1cNGrowableArray4CpnKciTypeFlowFBlock__2t6MpnFArena_iirk2_v_; 1056 text: .text%__1cLPhaseValuesHlongcon6Mx_pnIConLNode__;1057 682 text: .text%__1cKDictionaryEfind6MiInMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 1058 683 text: .text%__1cOcompI_rRegNodeMideal_Opcode6kM_i_; 1059 684 text: .text%__1cKTypeAryPtrFxmeet6kMpknEType__3_; 1060 text: .text%__1cMPhaseChaitinJsplit_USE6MpnENode_pnFBlock_2IIiinNGrowableArray4CI__i_I_;1061 text: .text%__1cNCatchProjNodeMis_CatchProj6kM_pk0_;1062 685 text: .text%__1cOcompU_rRegNodeMcisc_operand6kM_i_; 1063 686 text: .text%__1cNSafePointNodeGOpcode6kM_i_; 1064 text: .text%__1cTconvI2L_reg_regNodePoper_input_base6kM_I_;1065 687 text: .text%__1cMTypeKlassPtrEhash6kM_i_; 1066 text: .text%__1cMLinkResolverOresolve_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;1067 688 text: .text%__1cMLinkResolverYlookup_method_in_klasses6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; 1068 689 text: .text%__1cMciMethodDataLbci_to_data6Mi_pnLProfileData__; 1069 690 text: .text%JVM_GetCPMethodSignatureUTF; 1070 691 text: .text%__1cPfieldDescriptorKinitialize6MpnMklassOopDesc_i_v_; 1071 text: .text%__1cIciMethodbCinterpreter_invocation_count6M_i_;1072 692 text: .text%__1cMMergeMemNodeNset_memory_at6MIpnENode__v_; 1073 693 text: .text%JVM_CurrentThread; 1074 text: .text%__1cPClassFileParserbLparse_constant_pool_nameandtype_entry6MnSconstantPoolHandle_ipnGThread__v_;1075 text: .text%__1cKstoreINodeJnum_opnds6kM_I_;1076 694 text: .text%__1cHTypeAryEhash6kM_i_; 1077 695 text: .text%JVM_GetClassModifiers; … … 1089 707 text: .text%__1cMrax_RegPOperEtype6kM_pknEType__; 1090 708 text: .text%__1cKTypeRawPtrEhash6kM_i_; 1091 text: .text%__1cLmethodKlassNoop_is_method6kM_i_;1092 709 text: .text%__1cXindIndexScaleOffsetOperKin_RegMask6kMi_pknHRegMask__; 1093 text: .text%__1cPSignatureStreamJis_object6kM_i_;1094 710 text: .text%__1cVCompressedWriteStream2t6Mi_v_; 1095 711 text: .text%__1cENode2t6Mp01_v_; 1096 712 text: .text%__1cHAddNodeFValue6kMpnOPhaseTransform__pknEType__; 1097 text: .text%__1cJStartNodeIis_Start6M_p0_;1098 713 text: .text%__1cMURShiftINodeGOpcode6kM_i_; 1099 text: .text%__1cNGrowableArray4CpnMMonitorValue__2t6Mii_v_;1100 text: .text%__1cYDebugInformationRecorderOdescribe_scope6MpnIciMethod_ipnKDebugToken_44_v_;1101 714 text: .text%__1cYDebugInformationRecorderVcreate_monitor_values6MpnNGrowableArray4CpnMMonitorValue____pnKDebugToken__; 1102 715 text: .text%__1cYDebugInformationRecorderYserialize_monitor_values6MpnNGrowableArray4CpnMMonitorValue____i_; 1103 716 text: .text%__1cMloadConINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1104 717 text: .text%__1cIMachNodeIadr_type6kM_pknHTypePtr__; 1105 text: .text%__1cKReflectionTverify_class_access6FpnMklassOopDesc_2i_i_;1106 718 text: .text%__1cOMethodLivenessKBasicBlockWcompute_gen_kill_range6MpnQciBytecodeStream__v_; 1107 719 text: .text%__1cJAssemblerJemit_data6MirknQRelocationHolder_i_v_; 1108 720 text: .text%__1cIMachOperMdisp_as_type6kM_pknHTypePtr__; 1109 text: .text%__1cKCompiledICWis_in_transition_state6kM_i_;1110 text: .text%__1cRInlineCacheBufferIcontains6FpC_i_;1111 721 text: .text%__1cOcompU_rRegNodeErule6kM_I_; 1112 722 text: .text%__1cRMemBarReleaseNodeGOpcode6kM_i_; … … 1114 724 text: .text%__1cETypeOget_const_type6FpnGciType__pk0_; 1115 725 text: .text%__1cMPhaseChaitinPset_was_spilled6MpnENode__v_; 1116 text: .text%__1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__;1117 text: .text%__1cLCounterDataOis_CounterData6M_i_;1118 text: .text%__1cRCompilationPolicyNcanBeCompiled6FnMmethodHandle__i_;1119 text: .text%__1cOcompU_rRegNodeJnum_opnds6kM_I_;1120 726 text: .text%__1cKcmpOpUOperJnum_edges6kM_I_; 1121 text: .text%__1cOrFlagsRegUOperJnum_edges6kM_I_;1122 text: .text%__1cKCastPPNodeFValue6kMpnOPhaseTransform__pknEType__;1123 727 text: .text%__1cIGraphKitMsaved_ex_oop6FpnNSafePointNode__pnENode__; 1124 728 text: .text%__1cMtlsLoadPNodeErule6kM_I_; … … 1130 734 text: .text%__1cSobjArrayKlassKlassToop_follow_contents6MpnHoopDesc__v_; 1131 735 text: .text%__1cQciBytecodeStreamPget_field_index6M_i_; 1132 text: .text%__1cGThreadHoops_do6MpnKOopClosure__v_;1133 736 text: .text%__1cKHandleAreaHoops_do6MpnKOopClosure__v_; 1134 text: .text%__1cNchunk_oops_do6FpnKOopClosure_pnFChunk_pc_L_: handles.o;1135 737 text: .text%__1cKCompiledIC2t6MpnKRelocation__v_; 1136 text: .text%__1cMUniverseOperFclone6kM_pnIMachOper__;1137 text: .text%__1cJlabelOperFclone6kM_pnIMachOper__;1138 738 text: .text%__1cRaddI_rReg_immNodeMideal_Opcode6kM_i_; 1139 text: .text%__1cLPhaseValuesHmakecon6MpknEType__pnHConNode__;1140 739 text: .text%__1cENodeHins_req6MIp0_v_; 1141 740 text: .text%__1cIGraphKitLclean_stack6Mi_v_; 1142 741 text: .text%__1cKRegionNodeHhas_phi6kM_pnHPhiNode__; 1143 742 text: .text%__1cNloadRangeNodePoper_input_base6kM_I_; 1144 text: .text%__1cOMachReturnNodeNis_MachReturn6M_p0_;1145 text: .text%__1cNaddI_rRegNodePoper_input_base6kM_I_;1146 text: .text%__1cQPreserveJVMState2t6MpnIGraphKit_i_v_;1147 text: .text%__1cNtestP_regNodeMcisc_operand6kM_i_;1148 text: .text%__1cKjmpConNodeHtwo_adr6kM_I_;1149 text: .text%__1cPClassFileParserbJparse_constant_pool_methodref_entry6MnSconstantPoolHandle_ipnGThread__v_;1150 text: .text%__1cFKlassNoop_is_symbol6kM_i_;1151 text: .text%__1cWConstantPoolCacheEntryLis_resolved6kMnJBytecodesECode__i_;1152 743 text: .text%__1cWConstantPoolCacheEntryPbytecode_number6FnJBytecodesECode__i_; 1153 text: .text%__1cMPhaseChaitinVmay_be_copy_of_callee6kMpnENode__i_;1154 744 text: .text%__1cNtestP_regNodeErule6kM_I_; 1155 text: .text%__1cUThreadSafepointStateXexamine_state_of_thread6Mi_v_;1156 text: .text%__1cUSafepointSynchronizeOsafepoint_safe6FpnKJavaThread_nPJavaThreadState__i_;1157 745 text: .text%__1cFStateM_sub_Op_ConI6MpknENode__v_; 1158 746 text: .text%__1cUArgumentSizeComputerDset6MinJBasicType__v_; 1159 text: .text%__1cOcompU_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;1160 747 text: .text%__1cHPhiNodeEmake6FpnENode_2pknEType_pknHTypePtr__p0_; 1161 text: .text%__1cKCodeBufferOadd_stub_reloc6MpCrknQRelocationHolder_i_v_;1162 text: .text%__1cKCodeBufferOalloc_relocate6M_pnORelocateBuffer__;1163 748 text: .text%__1cNtestI_regNodeErule6kM_I_; 1164 749 text: .text%__1cOGenerateOopMapbAget_basic_block_containing6kMi_pnKBasicBlock__; 1165 text: .text%__1cFParseKensure_phi6Mii_pnHPhiNode__;1166 750 text: .text%__1cMLinkResolverZcheck_klass_accessability6FnLKlassHandle_1pnGThread__v_; 1167 751 text: .text%__1cOGenerateOopMapSget_basic_block_at6kMi_pnKBasicBlock__; 1168 text: .text%__1cHAddress2t6MpCnJrelocInfoJrelocType__v_;1169 text: .text%__1cFciEnvSget_klass_by_index6MpnPciInstanceKlass_iri_pnHciKlass__;1170 text: .text%__1cKJavaThreadHoops_do6MpnKOopClosure__v_;1171 752 text: .text%__1cFStateM_sub_Op_AddP6MpknENode__v_; 1172 753 text: .text%__1cICallNodeFmatch6MpknIProjNode_pknHMatcher__pnENode__; … … 1179 760 text: .text%__1cITypeFuncEhash6kM_i_; 1180 761 text: .text%__1cOcompI_rRegNodeErule6kM_I_; 1181 text: .text%__1cIciMethodPliveness_at_bci6Mi_nGBitMap__;1182 text: .text%__1cOMethodLivenessPget_liveness_at6Mi_nGBitMap__;1183 text: .text%__1cOMethodLivenessKBasicBlockPget_liveness_at6MpnIciMethod_i_nGBitMap__;1184 text: .text%__1cITypeLongFempty6kM_i_;1185 text: .text%__1cMTypeKlassPtrCeq6kMpknEType__i_;1186 762 text: .text%__1cJAssemblerJemit_data6MinJrelocInfoJrelocType_i_v_; 1187 763 text: .text%__1cJLoadSNodeGOpcode6kM_i_; 1188 764 text: .text%__1cRMemBarAcquireNodeGOpcode6kM_i_; 1189 text: .text%__1cIGraphKitObasic_plus_adr6MpnENode_2l_2_;1190 765 text: .text%__1cJVectorSet2L6MI_rnDSet__; 1191 766 text: .text%__1cJVectorSetEgrow6MI_v_; 1192 text: .text%__1cLCastP2LNodeGOpcode6kM_i_;1193 text: .text%__1cFKlassNlookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__;1194 text: .text%__1cJAssemblerEcall6MpCnJrelocInfoJrelocType__v_;1195 767 text: .text%__1cPcheckCastPPNodeMideal_Opcode6kM_i_; 1196 768 text: .text%__1cJLoadLNodeGOpcode6kM_i_; 1197 769 text: .text%__1cMLinkResolverNresolve_klass6FrnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 1198 770 text: .text%__1cTconstantPoolOopDescMklass_ref_at6MipnGThread__pnMklassOopDesc__; 1199 text: .text%__1cRCompilationPolicyOmustBeCompiled6FnMmethodHandle__i_;1200 771 text: .text%__1cIAndINodeGOpcode6kM_i_; 1201 text: .text%__1cKklassKlassMoop_is_klass6kM_i_;1202 text: .text%__1cUParallelScavengeHeapNtlab_capacity6kM_L_;1203 772 text: .text%__1cTCreateExceptionNodeLout_RegMask6kM_rknHRegMask__; 1204 text: .text%__1cIPhaseCCPFwiden6kMpknEType_3_3_;1205 text: .text%__1cHTypePtrJsingleton6kM_i_;1206 773 text: .text%__1cNArgumentCountDset6MinJBasicType__v_; 1207 text: .text%__1cWShouldNotReachHereNodeGpinned6kM_i_;1208 text: .text%__1cNsubI_rRegNodePoper_input_base6kM_I_;1209 text: .text%__1cNtestI_regNodePoper_input_base6kM_I_;1210 774 text: .text%__1cLBoxLockNodeGOpcode6kM_i_; 1211 text: .text%__1cWShouldNotReachHereNodeHtwo_adr6kM_I_;1212 text: .text%__1cQMachCallJavaNodePis_MachCallJava6M_p0_;1213 775 text: .text%__1cKStoreBNodeGOpcode6kM_i_; 1214 text: .text%__1cJAssemblerMemit_operand6MpnMRegisterImpl_22nHAddressLScaleFactor_ipCrknQRelocationHolder__v_;1215 text: .text%__1cJAssemblerMemit_operand6MpnMRegisterImpl_nHAddress__v_;1216 776 text: .text%__1cOGenerateOopMapHget_var6Mi_nNCellTypeState__; 1217 text: .text%__1cITypeFuncCeq6kMpknEType__i_;1218 text: .text%__1cMloadConLNodePoper_input_base6kM_I_;1219 text: .text%__1cMPhaseIterGVNHmakecon6MpknEType__pnHConNode__;1220 777 text: .text%__1cWShouldNotReachHereNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1221 778 text: .text%__1cHoopDescGverify6M_v_; 1222 text: .text%__1cQconstMethodKlassSoop_is_constMethod6kM_i_;1223 text: .text%__1cRconstantPoolKlassToop_is_constantPool6kM_i_;1224 text: .text%__1cOcompP_rRegNodePoper_input_base6kM_I_;1225 779 text: .text%__1cHTypePtrHget_con6kM_l_; 1226 text: .text%__1cHMatcherWis_short_branch_offset6Mi_i_;1227 text: .text%__1cMloadConLNodeHtwo_adr6kM_I_;1228 780 text: .text%__1cMTypeKlassPtr2t6MnHTypePtrDPTR_pnHciKlass_i_v_; 1229 781 text: .text%__1cYCallStaticJavaDirectNodeKmethod_set6Ml_v_; … … 1233 785 text: .text%__1cFStateM_sub_Op_RegI6MpknENode__v_; 1234 786 text: .text%__1cICmpPNodeDsub6kMpknEType_3_3_; 1235 text: .text%__1cNloadConP0NodePoper_input_base6kM_I_;1236 787 text: .text%__1cOAbstractICachePinvalidate_word6FpC_v_; 1237 788 text: .text%__1cRNativeInstructionFwrote6Mi_v_; 1238 789 text: .text%__1cMURShiftLNodeGOpcode6kM_i_; 1239 790 text: .text%__1cOrFlagsRegUOperKin_RegMask6kMi_pknHRegMask__; 1240 text: .text%__1cIciMethodLscale_count6Mi_i_;1241 text: .text%__1cLjmpConUNodeJnum_opnds6kM_I_;1242 791 text: .text%__1cQciBytecodeStreamQget_method_index6M_i_; 1243 792 text: .text%__1cFciEnvbTget_instance_klass_for_declared_method_holder6FpnHciKlass__pnPciInstanceKlass__; 1244 text: .text%__1cPSignatureStream2t6MnMsymbolHandle_i_v_;1245 793 text: .text%JVM_GetMethodIxLocalsCount; 1246 794 text: .text%__1cJlabelOperFlabel6kM_pnFLabel__; … … 1248 796 text: .text%__1cLOopMapCacheLoop_iterate6MpnKOopClosure__v_; 1249 797 text: .text%__1cMloadConLNodeErule6kM_I_; 1250 text: .text%__1cOMacroAssemblerZneeds_explicit_null_check6Fi_i_;1251 text: .text%__1cNSafePointNode2t6MIpnIJVMState__v_;1252 798 text: .text%__1cLas_TosState6FnJBasicType__nITosState__; 1253 799 text: .text%__1cNloadKlassNodeMideal_Opcode6kM_i_; 1254 text: .text%__1cWConstantPoolCacheEntryIas_flags6MnITosState_iiiii_i_;1255 text: .text%__1cNloadConP0NodeHtwo_adr6kM_I_;1256 800 text: .text%__1cWThreadLocalAllocBufferVinitialize_statistics6M_v_; 1257 text: .text%__1cWThreadLocalAllocBufferFclear6M_v_;1258 text: .text%__1cWThreadLocalAllocBufferVaccumulate_statistics6MLi_v_;1259 text: .text%__1cWThreadLocalAllocBufferImax_size6F_L_;1260 801 text: .text%__1cWThreadLocalAllocBufferGresize6M_v_; 1261 802 text: .text%__1cJloadINodePoper_input_base6kM_I_; … … 1265 806 text: .text%__1cFParsePload_state_from6Mpn0AFBlock__v_; 1266 807 text: .text%__1cFParseMmerge_common6Mpn0AFBlock_i_v_; 1267 text: .text%__1cNloadRangeNodeZcheck_for_anti_dependence6kM_i_;1268 808 text: .text%__1cIGraphKitQkill_dead_locals6M_v_; 1269 809 text: .text%__1cKMemBarNodeLbottom_type6kM_pknEType__; 1270 text: .text%__1cKimmL32OperJconstantL6kM_x_;1271 810 text: .text%__1cIciObject2t6MnGHandle__v_; 1272 811 text: .text%__1cITypeFuncEmake6FpknJTypeTuple_3_pk0_; … … 1277 816 text: .text%__1cPClassFileParserYverify_legal_method_name6MnMsymbolHandle_pnGThread__v_; 1278 817 text: .text%__1cICHeapObj2n6FL_pv_; 1279 text: .text%__1cFframeUentry_frame_is_first6kM_i_;1280 818 text: .text%__1cKInlineTreeJcallee_at6kMipnIciMethod__p0_; 1281 819 text: .text%__1cOFastUnlockNodeGOpcode6kM_i_; 1282 820 text: .text%__1cFStateM_sub_Op_ConL6MpknENode__v_; 1283 text: .text%__1cIHaltNodeGpinned6kM_i_;1284 821 text: .text%__1cMTypeKlassPtrEmake6FnHTypePtrDPTR_pnHciKlass_i_pk0_; 1285 822 text: .text%__1cOoop_RelocationEtype6M_nJrelocInfoJrelocType__; 1286 823 text: .text%__1cOCallRelocationFvalue6M_pC_; 1287 text: .text%__1cKRelocationXpd_set_call_destination6MpCl_v_;1288 text: .text%__1cOCallRelocationWfix_relocation_at_move6Ml_v_;1289 text: .text%__1cKRelocationTpd_call_destination6M_pC_;1290 text: .text%__1cOCallRelocationPset_destination6MpCl_v_;1291 text: .text%__1cHcommute6FpnENode_ii_i_: addnode.o;1292 text: .text%__1cENodeHis_Root6M_pnIRootNode__;1293 text: .text%__1cENodeQlatency_from_use6kMrnLBlock_Array_rnNGrowableArray4CI__pk0p0_i_;1294 text: .text%__1cHAddNodeFIdeal6MpnIPhaseGVN_i_pnENode__;1295 text: .text%__1cNinstanceKlassQfind_local_field6kMpnNsymbolOopDesc_2pnPfieldDescriptor__i_;1296 824 text: .text%__1cMmerge_region6FpnKRegionNode_pnIPhaseGVN__pnENode__: cfgnode.o; 1297 825 text: .text%__1cNloadConP0NodeErule6kM_I_; … … 1300 828 text: .text%__1cNloadRangeNodeLout_RegMask6kM_rknHRegMask__; 1301 829 text: .text%__1cNloadConI0NodeMideal_Opcode6kM_i_; 1302 text: .text%__1cJloadPNodeHtwo_adr6kM_I_;1303 830 text: .text%__1cNSignatureInfoGdo_int6M_v_; 1304 831 text: .text%__1cKjmpDirNodeLout_RegMask6kM_rknHRegMask__; … … 1312 839 text: .text%__1cJLoadPNodeJideal_reg6kM_I_; 1313 840 text: .text%__1cNinstanceKlassKfind_field6kMpnNsymbolOopDesc_2pnPfieldDescriptor__pnMklassOopDesc__; 1314 text: .text%__1cOkill_dead_code6FpnENode_pnMPhaseIterGVN__i_: node.o;1315 text: .text%__1cKjmpDirNodeFclone6kM_pnENode__;1316 text: .text%__1cOcompI_rRegNodeJnum_opnds6kM_I_;1317 841 text: .text%__1cFParseFBlockRsuccessor_for_bci6Mi_p1_; 1318 842 text: .text%__1cNGrowableArray4CpnOMethodLivenessKBasicBlock__2t6MpnFArena_iirk2_v_; … … 1320 844 text: .text%__1cNtestP_regNodeLout_RegMask6kM_rknHRegMask__; 1321 845 text: .text%__1cNincI_rRegNodeMideal_Opcode6kM_i_; 1322 text: .text%__1cICallInfoDset6MnLKlassHandle_1nMmethodHandle_2ipnGThread__v_;1323 846 text: .text%__1cHOrINodeGOpcode6kM_i_; 1324 text: .text%__1cOcompI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;1325 847 text: .text%__1cMPhaseChaitinJsplit_DEF6MpnENode_pnFBlock_iIp25nNGrowableArray4CI__i_I_; 1326 text: .text%__1cENodeHis_Type6M_pnITypeNode__;1327 text: .text%__1cNSafePointNodeMis_SafePoint6M_p0_;1328 848 text: .text%__1cICHeapObj2k6Fpv_v_; 1329 849 text: .text%__1cRaddP_rReg_immNodeMideal_Opcode6kM_i_; 1330 850 text: .text%__1cICmpINodeDsub6kMpknEType_3_3_; 1331 text: .text%__1cENode2n6FLi_pv_;1332 text: .text%__1cJTraceTime2t6MpkcpnMelapsedTimer_iipnMoutputStream__v_;1333 851 text: .text%__1cIAddINodeGadd_id6kM_pknEType__; 1334 852 text: .text%__1cKStoreCNodeGOpcode6kM_i_; 1335 853 text: .text%__1cTconvI2L_reg_regNodeMcisc_operand6kM_i_; 1336 854 text: .text%__1cHMemNodeQIdeal_DU_postCCP6MpnIPhaseCCP__pnENode__; 1337 text: .text%__1cSvframeStreamCommonPfill_from_frame6M_i_;1338 text: .text%__1cILoadNodeRraise_bottom_type6MpknEType__v_;1339 text: .text%__1cJStoreNodeFIdeal6MpnIPhaseGVN_i_pnENode__;1340 855 text: .text%__1cNFingerprinterLfingerprint6M_L_; 1341 text: .text%__1cLConvI2LNodeFIdeal6MpnIPhaseGVN_i_pnENode__;1342 856 text: .text%__1cOGenerateOopMapGppload6MpnNCellTypeState_i_v_; 1343 text: .text%__1cIGraphKitRnull_check_common6MpnENode_nJBasicType_i_2_;1344 857 text: .text%__1cKBlock_ListGremove6MI_v_; 1345 858 text: .text%__1cKMemoryPoolYrecord_peak_memory_usage6M_v_; 1346 859 text: .text%__1cKciTypeFlowGJsrSetJcopy_into6Mp1_v_; 1347 860 text: .text%__1cICmpLNodeGOpcode6kM_i_; 1348 text: .text%__1cLklassVtableTupdate_super_vtable6MpnNinstanceKlass_pnNmethodOopDesc_i_i_;1349 text: .text%__1cLcastP2LNodePoper_input_base6kM_I_;1350 text: .text%__1cQStackFrameStream2t6MpnKJavaThread_i_v_;1351 861 text: .text%__1cTciConstantPoolCacheEfind6Mi_i_; 1352 862 text: .text%__1cOPhaseIdealLoopGspinup6MpnENode_2222pnLsmall_cache__2_; … … 1354 864 text: .text%__1cNGrowableArray4CpnIciObject__Praw_at_put_grow6Mirk14_v_; 1355 865 text: .text%__1cIRootNodeNis_block_proj6kM_pknENode__; 1356 text: .text%__1cHOopFlowEmake6FpnFArena_i_p0_;1357 866 text: .text%__1cJloadLNodeErule6kM_I_; 1358 867 text: .text%__1cNloadConI0NodeLbottom_type6kM_pknEType__; … … 1363 872 text: .text%__1cOPhaseIdealLoopKhandle_use6MpnENode_2pnLsmall_cache_22222_v_; 1364 873 text: .text%__1cOPhaseIdealLoopOfind_use_block6MpnENode_22222_2_; 1365 text: .text%__1cNmethodOopDescbGupdate_compiled_code_entry_point6Mi_v_;1366 874 text: .text%__1cJStoreNodeIIdentity6MpnOPhaseTransform__pnENode__; 1367 875 text: .text%__1cNSignatureInfoHdo_void6M_v_; 1368 text: .text%__1cLAdapterInfoKhash_value6kM_l_;1369 876 text: .text%JVM_GetCPMethodClassNameUTF; 1370 877 text: .text%__1cHOopFlowFclone6Mp0i_v_; 1371 878 text: .text%__1cRSignatureIteratorSiterate_parameters6ML_v_; 1372 text: .text%__1cILoopNodeHis_Loop6M_p0_;1373 879 text: .text%__1cPindOffset32OperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 1374 880 text: .text%__1cPindOffset32OperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 1375 881 text: .text%__1cMCallLeafNodeGOpcode6kM_i_; 1376 text: .text%__1cNmethodOopDescPis_final_method6kM_i_;1377 text: .text%__1cSComputeAdapterInfoHcompute6Mplii_v_;1378 text: .text%__1cLAdapterInfoHcompute6MnMmethodHandle_i_v_;1379 text: .text%__1cLAdapterInfo2T6M_v_;1380 text: .text%__1cSComputeAdapterInfoLreturn_type6MnJBasicType__i_;1381 text: .text%__1cSComputeAdapterInfoMsize_in_bits6FnMmethodHandle__i_;1382 text: .text%__1cMAdapterCacheGlookup6MpnLAdapterInfo__pnMBasicAdapter__;1383 text: .text%__1cJloadINodeZcheck_for_anti_dependence6kM_i_;1384 882 text: .text%__1cPadd_derived_oop6FppnHoopDesc_2_v_: oopMap.o; 1385 883 text: .text%__1cTDerivedPointerTableDadd6FppnHoopDesc_3_v_; 1386 884 text: .text%__1cFParseFBlockJinit_node6Mp0i_v_; 1387 885 text: .text%__1cFParseFBlockKinit_graph6Mp0_v_; 1388 text: .text%__1cOcompP_rRegNodeHtwo_adr6kM_I_;1389 886 text: .text%__1cSObjectSynchronizerKslow_enter6FnGHandle_pnJBasicLock_pnGThread__v_; 1390 887 text: .text%__1cKjmpDirNodeEsize6kMpnNPhaseRegAlloc__I_; 1391 text: .text%__1cMLinkResolverbFlinktime_resolve_virtual_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;1392 text: .text%__1cKJavaThreadOis_Java_thread6kM_i_;1393 text: .text%__1cKCastPPNodeFIdeal6MpnIPhaseGVN_i_pnENode__;1394 888 text: .text%__1cJTraceTime2T6M_v_; 1395 text: .text%__1cKciTypeFlowNmake_range_at6Mi_pn0AFRange__;1396 889 text: .text%__1cNmethodOopDescbAcompute_size_of_parameters6MpnGThread__v_; 1397 text: .text%__1cKoopFactoryKnew_method6FinLAccessFlags_iiipnGThread__pnNmethodOopDesc__;1398 text: .text%__1cNmethodOopDescLobject_size6Fi_i_;1399 890 text: .text%__1cSconstMethodOopDescLobject_size6Fiiii_i_; 1400 text: .text%__1cLklassVtableWneeds_new_vtable_entry6FpnNmethodOopDesc_pnMklassOopDesc_pnHoopDesc_pnNsymbolOopDesc_nLAccessFlags__i_;1401 891 text: .text%__1cSconstMethodOopDescZset_inlined_tables_length6Miii_v_; 1402 892 text: .text%__1cLmethodKlassIallocate6MnRconstMethodHandle_nLAccessFlags_pnGThread__pnNmethodOopDesc__; 1403 text: .text%__1cQconstMethodKlassIallocate6MiiiipnGThread__pnSconstMethodOopDesc__;1404 text: .text%__1cNmethodOopDescJinit_code6M_v_;1405 text: .text%__1cKoopFactoryPnew_constMethod6FiiiipnGThread__pnSconstMethodOopDesc__;1406 text: .text%__1cPClassFileParserMparse_method6MnSconstantPoolHandle_ipnLAccessFlags_pnPtypeArrayHandle_55pnGThread__nMmethodHandle__;1407 text: .text%__1cFBlockUhoist_LCA_above_defs6Mp01IrnLBlock_Array__1_;1408 text: .text%__1cScompI_rReg_immNodeHtwo_adr6kM_I_;1409 893 text: .text%__1cPciInstanceKlassLfield_cache6M_pnTciConstantPoolCache__; 1410 text: .text%__1cHciFieldJwill_link6MpnPciInstanceKlass_nJBytecodesECode__i_;1411 894 text: .text%__1cFciEnvXget_field_by_index_impl6MpnPciInstanceKlass_i_pnHciField__; 1412 text: .text%__1cQciBytecodeStreamJget_field6Mri_pnHciField__;1413 895 text: .text%__1cFciEnvSget_field_by_index6MpnPciInstanceKlass_i_pnHciField__; 1414 text: .text%__1cKTypeOopPtrFempty6kM_i_;1415 896 text: .text%__1cWConstantPoolCacheEntryOset_bytecode_16MnJBytecodesECode__v_; 1416 text: .text%__1cKCastPPNodeIIdentity6MpnOPhaseTransform__pnENode__;1417 897 text: .text%__1cMMergeMemNodeNgrow_to_match6Mpk0_v_; 1418 text: .text%__1cFKlassPoop_is_objArray6kM_i_;1419 898 text: .text%__1cTCreateExceptionNodePoper_input_base6kM_I_; 1420 899 text: .text%__1cPciInstanceKlassYunique_concrete_subklass6M_p0_; 1421 900 text: .text%__1cLStringTableGlookup6MipHiI_pnHoopDesc__; 1422 901 text: .text%__1cLBoxLockNodeHsize_of6kM_I_; 1423 text: .text%__1cIciObjectIencoding6M_pnI_jobject__;1424 text: .text%__1cPClassFileParserbDverify_legal_method_modifiers6MiinMsymbolHandle_pnGThread__v_;1425 902 text: .text%__1cIPhaseGVNUtransform_no_reclaim6MpnENode__2_; 1426 text: .text%__1cIRewriterOrewrite_method6FnMmethodHandle_rnIintArray_pnGThread__1_;1427 text: .text%__1cNmethodOopDescLlink_method6FnMmethodHandle__v_;1428 903 text: .text%__1cNloadKlassNodePoper_input_base6kM_I_; 1429 904 text: .text%__1cNObjectMonitorEexit6MpnGThread__v_; 1430 text: .text%__1cPClassFileParserZskip_over_field_signature6MpciIpnGThread__1_;1431 905 text: .text%__1cMMergeMemNode2t6MpnENode__v_; 1432 906 text: .text%__1cMMergeMemNodeRmake_empty_memory6F_pnENode__; 1433 text: .text%__1cNinstanceKlassVshould_be_initialized6kM_i_;1434 text: .text%__1cNtestP_regNodeJnum_opnds6kM_I_;1435 text: .text%__1cJStartNodeGis_CFG6kM_i_;1436 text: .text%__1cRaddI_rReg_immNodePoper_input_base6kM_I_;1437 text: .text%__1cPVirtualCallDataSis_VirtualCallData6M_i_;1438 907 text: .text%__1cMindIndexOperJnum_edges6kM_I_; 1439 908 text: .text%__1cRInterpretedRFrameKtop_method6kM_nMmethodHandle__; 1440 text: .text%__1cKGCStatInfoMset_gc_usage6MinLMemoryUsage_i_v_;1441 909 text: .text%__1cXmembar_acquire_lockNodeLbottom_type6kM_pknEType__; 1442 910 text: .text%__1cQPreserveJVMState2T6M_v_; 1443 text: .text%__1cLRuntimeStubIis_alive6kM_i_;1444 text: .text%__1cMWarmCallInfoHis_cold6kM_i_;1445 911 text: .text%__1cNObjectMonitorFenter6MpnGThread__v_; 1446 912 text: .text%__1cKjmpConNodeEsize6kMpnNPhaseRegAlloc__I_; … … 1448 914 text: .text%__1cFParseFmerge6Mi_v_; 1449 915 text: .text%__1cOPhaseIdealLoopIset_idom6MpnENode_2I_v_; 1450 text: .text%__1cIAddINodeFIdeal6MpnIPhaseGVN_i_pnENode__;1451 916 text: .text%__1cFParseMdo_one_block6M_v_; 1452 917 text: .text%__1cFParseFBlockMrecord_state6Mp0_v_; 1453 text: .text%__1cNtestP_regNodePin_oper_RegMask6kMIII_pknHRegMask__;1454 918 text: .text%__1cNCollectedHeapYpermanent_array_allocate6FnLKlassHandle_iipnGThread__pnHoopDesc__; 1455 text: .text%__1cJloadLNodeZcheck_for_anti_dependence6kM_i_;1456 919 text: .text%__1cIPhaseIFGFUnion6MII_v_; 1457 text: .text%__1cNloadRangeNodeJnum_opnds6kM_I_;1458 920 text: .text%__1cWConstantPoolCacheEntryOset_bytecode_26MnJBytecodesECode__v_; 1459 921 text: .text%__1cOcompP_rRegNodeMideal_Opcode6kM_i_; … … 1461 923 text: .text%__1cHCmpNodeJideal_reg6kM_I_; 1462 924 text: .text%__1cFStateM_sub_Op_Bool6MpknENode__v_; 1463 text: .text%__1cJCatchNodeIis_Catch6kM_pk0_;1464 925 text: .text%__1cJLoadBNodeGOpcode6kM_i_; 1465 926 text: .text%__1cENodeHlatency6MI_I_; … … 1469 930 text: .text%__1cNmethodOopDescIbcp_from6kMi_pC_; 1470 931 text: .text%__1cKTypeOopPtrHget_con6kM_l_; 1471 text: .text%__1cMPhaseChaitinKprompt_use6MpnFBlock_I_i_;1472 932 text: .text%__1cIJVMStateLdebug_depth6kM_I_; 1473 text: .text%__1cIGraphKitTadd_safepoint_edges6MpnNSafePointNode_i_v_;1474 933 text: .text%__1cENodeNadd_req_batch6Mp0I_v_; 1475 text: .text%__1cIJVMStateKclone_deep6kM_p0_;1476 934 text: .text%__1cFStateK_sub_Op_If6MpknENode__v_; 1477 935 text: .text%__1cXindIndexScaleOffsetOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 1478 936 text: .text%__1cXindIndexScaleOffsetOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 1479 text: .text%__1cGBitMapVset_union_with_result6M0_i_;1480 text: .text%__1cNSafePointNodeEhash6kM_I_;1481 937 text: .text%__1cMelapsedTimerFstart6M_v_; 1482 938 text: .text%__1cJStartNodeGOpcode6kM_i_; … … 1485 941 text: .text%__1cJloadLNodeMideal_Opcode6kM_i_; 1486 942 text: .text%__1cOMethodLivenessKBasicBlockJstore_one6Mi_v_; 1487 text: .text%__1cTC2IAdapterGeneratorXlazy_std_verified_entry6FnMmethodHandle__pC_;1488 text: .text%__1cPindOffset32OperJnum_edges6kM_I_;1489 943 text: .text%__1cPFieldAccessInfoDset6MnLKlassHandle_nMsymbolHandle_iinJBasicType_nLAccessFlags__v_; 1490 text: .text%__1cMLinkResolverNresolve_field6FrnPFieldAccessInfo_nSconstantPoolHandle_inJBytecodesECode_iipnGThread__v_;1491 944 text: .text%__1cMLinkResolverZcheck_field_accessability6FnLKlassHandle_11rnPfieldDescriptor_pnGThread__v_; 1492 945 text: .text%__1cNsubI_rRegNodeMideal_Opcode6kM_i_; 1493 text: .text%__1cTCreateExceptionNodeHtwo_adr6kM_I_;1494 946 text: .text%__1cPindOffset32OperFscale6kM_i_; 1495 947 text: .text%__1cHAddNodeIIdentity6MpnOPhaseTransform__pnENode__; 1496 text: .text%__1cICmpPNodeFIdeal6MpnIPhaseGVN_i_pnENode__;1497 text: .text%__1cbFCompressedLineNumberWriteStream2t6Mi_v_;1498 text: .text%__1cPClassFileParserWparse_linenumber_table6MIIpipnGThread__pC_;1499 948 text: .text%__1cSconstMethodOopDescbBcompressed_linenumber_table6kM_pC_; 1500 949 text: .text%__1cHTypePtrLdual_offset6kM_i_; … … 1502 951 text: .text%__1cSObjectSynchronizerOinflate_helper6FpnHoopDesc__pnNObjectMonitor__; 1503 952 text: .text%__1cKciTypeFlowIblock_at6Mipn0AGJsrSet_n0AMCreateOption__pn0AFBlock__; 1504 text: .text%__1cKciTypeFlowFRangeNget_block_for6Mpn0AGJsrSet_n0AMCreateOption__pn0AFBlock__;1505 text: .text%__1cSvframeStreamCommonbBfill_from_interpreter_frame6M_v_;1506 text: .text%__1cHMonitorEwait6Mil_i_;1507 text: .text%__1cLcastP2LNodeMideal_Opcode6kM_i_;1508 text: .text%__1cNloadKlassNodeZcheck_for_anti_dependence6kM_i_;1509 953 text: .text%__1cSObjectSynchronizerJslow_exit6FpnHoopDesc_pnJBasicLock_pnGThread__v_; 1510 954 text: .text%__1cPJavaCallWrapperHoops_do6MpnKOopClosure__v_; 1511 955 text: .text%__1cFframeNoops_entry_do6MpnKOopClosure_pknLRegisterMap__v_; 1512 956 text: .text%__1cXindIndexScaleOffsetOperFscale6kM_i_; 1513 text: .text%__1cQciBytecodeStreamKget_method6Mri_pnIciMethod__;1514 text: .text%__1cFciEnvTget_method_by_index6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1515 text: .text%__1cFciEnvYget_method_by_index_impl6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;1516 957 text: .text%__1cFciEnvNlookup_method6MpnNinstanceKlass_2pnNsymbolOopDesc_4nJBytecodesECode__pnNmethodOopDesc__; 1517 958 text: .text%__1cYinternal_word_RelocationLunpack_data6M_v_; … … 1519 960 text: .text%__1cNLoadRangeNodeFValue6kMpnOPhaseTransform__pknEType__; 1520 961 text: .text%__1cITypeFuncEmake6FpnIciMethod__pk0_; 1521 text: .text%__1cMindirectOperJnum_edges6kM_I_;1522 962 text: .text%__1cKCompiledICOic_destination6kM_pC_; 1523 963 text: .text%__1cTconvI2L_reg_regNodeLout_RegMask6kM_rknHRegMask__; … … 1526 966 text: .text%__1cRshrL_rReg_immNodeMideal_Opcode6kM_i_; 1527 967 text: .text%__1cIGraphKitRcreate_and_map_if6MpnENode_2ff_pnGIfNode__; 1528 text: .text%__1cPClassFileParserbFparse_constant_pool_class_entry6MnSconstantPoolHandle_ipnGThread__v_;1529 text: .text%__1cOMethodLivenessKBasicBlockMmerge_normal6MnGBitMap__i_;1530 text: .text%__1cTleaPIdxScaleOffNodeHtwo_adr6kM_I_;1531 text: .text%__1cETypeFwiden6kMpk0_2_;1532 968 text: .text%__1cKciTypeFlowLStateVector2t6Mp0_v_; 1533 969 text: .text%__1cNCatchProjNodeLbottom_type6kM_pknEType__; … … 1537 973 text: .text%__1cSvframeStreamCommonEnext6M_v_; 1538 974 text: .text%__1cFKlassIsubklass6kM_p0_; 1539 text: .text%__1cKciTypeFlowFBlockPis_simpler_than6Mp1_i_;1540 975 text: .text%__1cJimmI8OperIconstant6kM_l_; 1541 text: .text%__1cIAddPNodeQmach_bottom_type6FpknIMachNode__pknEType__;1542 976 text: .text%__1cILoadNodeHsize_of6kM_I_; 1543 text: .text%__1cHMatcherVReduceInst_Chain_Rule6MpnFState_ipnIMachNode_rpnENode__v_;1544 977 text: .text%__1cURethrowExceptionNodeNis_block_proj6kM_pknENode__; 1545 text: .text%__1cNincI_rRegNodePoper_input_base6kM_I_;1546 text: .text%__1cLjmpConUNodeHtwo_adr6kM_I_;1547 text: .text%__1cHMatcherScalling_convention6FpnLOptoRegPair_Ii_v_;1548 978 text: .text%__1cKPerfStringKset_string6Mpkc_v_; 1549 979 text: .text%__1cENodeLnonnull_req6kM_p0_; 1550 text: .text%__1cICmpINodeFIdeal6MpnIPhaseGVN_i_pnENode__;1551 text: .text%__1cHTypeAryCeq6kMpknEType__i_;1552 980 text: .text%__1cQSystemDictionaryKfind_class6FiInMsymbolHandle_nGHandle__pnMklassOopDesc__; 1553 981 text: .text%__1cKDictionaryKfind_class6MiInMsymbolHandle_nGHandle__pnMklassOopDesc__; … … 1556 984 text: .text%__1cIGraphKitTadd_exception_state6MpnNSafePointNode__v_; 1557 985 text: .text%__1cJloadPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1558 text: .text%__1cICallNodeSis_CallInterpreter6kM_pknTCallInterpreterNode__;1559 986 text: .text%__1cOPhaseIdealLoopRregister_new_node6MpnENode_2_v_; 1560 987 text: .text%__1cQPSGenerationPoolImax_size6kM_L_; … … 1563 990 text: .text%__1cOMethodLivenessNwork_list_get6M_pn0AKBasicBlock__; 1564 991 text: .text%__1cNinstanceKlassKmethods_do6MpFpnNmethodOopDesc__v_v_; 1565 text: .text%__1cICallNodeOis_CallRuntime6kM_pknPCallRuntimeNode__;1566 992 text: .text%__1cHTypeAryFxmeet6kMpknEType__3_; 1567 993 text: .text%__1cNstoreImmBNodeMideal_Opcode6kM_i_; 1568 text: .text%__1cKciTypeFlowLStateVectorEmeet6Mpk1_i_;1569 text: .text%__1cIMachNodeTmay_be_short_branch6kM_i_;1570 text: .text%__1cJloadINodeJnum_opnds6kM_I_;1571 994 text: .text%__1cNaddI_rRegNodeMcisc_operand6kM_i_; 1572 text: .text%__1cRMachSafePointNode2t6M_v_;1573 995 text: .text%__1cHMatcherKmatch_sfpt6MpnNSafePointNode__pnIMachNode__; 1574 996 text: .text%__1cOcompP_rRegNodeMcisc_operand6kM_i_; … … 1592 1014 text: .text%__1cMloadConPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1593 1015 text: .text%__1cIimmPOperIconstant6kM_l_; 1594 text: .text%__1cIimmPOperPconstant_is_oop6kM_i_;1595 text: .text%__1cOleaPIdxOffNodeHtwo_adr6kM_I_;1596 1016 text: .text%__1cHGCCauseJto_string6Fn0AFCause__pkc_; 1597 1017 text: .text%__1cTleaPIdxScaleOffNodeErule6kM_I_; 1598 1018 text: .text%JVM_IsNaN; 1599 text: .text%__1cXinsert_anti_dependences6FrpnFBlock_pnENode_rnLBlock_Array__i_: gcm.o;1600 text: .text%__1cLOptoRuntimebCcomplete_monitor_unlocking_C6FpnHoopDesc_pnJBasicLock__v_;1601 1019 text: .text%__1cJloadINodeLout_RegMask6kM_rknHRegMask__; 1602 text: .text%__1cLOptoRuntimebAcomplete_monitor_locking_C6FpnHoopDesc_pnJBasicLock_pnKJavaThread__v_;1603 text: .text%__1cHCompileKTracePhase2t6MpkcpnMelapsedTimer_i_v_;1604 1020 text: .text%__1cHCompileKTracePhase2T6M_v_; 1605 1021 text: .text%__1cOGenerateOopMapTmerge_state_into_bb6MpnKBasicBlock__v_; 1606 1022 text: .text%__1cHMatcherPc_frame_pointer6kM_i_; 1607 1023 text: .text%__1cFBlockKsched_call6MrnHMatcher_rnLBlock_Array_IrnJNode_List_pipnMMachCallNode_rnJVectorSet__I_; 1608 text: .text%__1cMMachCallNode2t6M_v_;1609 1024 text: .text%__1cICallNodeJideal_reg6kM_I_; 1610 1025 text: .text%__1cOleaPIdxOffNodeErule6kM_I_; … … 1612 1027 text: .text%__1cSCallLeafDirectNodeMideal_Opcode6kM_i_; 1613 1028 text: .text%__1cOcompP_rRegNodeErule6kM_I_; 1614 text: .text%__1cMany_RegPOperJnum_edges6kM_I_;1615 text: .text%__1cIGraphKitbLset_predefined_input_for_runtime_call6MpnNSafePointNode__v_;1616 1029 text: .text%__1cMany_RegPOperKin_RegMask6kMi_pknHRegMask__; 1617 1030 text: .text%__1cScompI_rReg_immNodeErule6kM_I_; … … 1620 1033 text: .text%__1cLRegisterMap2t6Mpk0_v_; 1621 1034 text: .text%__1cGvframe2t6MpknFframe_pknLRegisterMap_pnKJavaThread__v_; 1622 text: .text%__1cNmethodOopDescWwas_executed_more_than6kMi_i_;1623 1035 text: .text%__1cKstoreCNodePoper_input_base6kM_I_; 1624 1036 text: .text%__1cVjava_lang_ClassLoaderbBnon_reflection_class_loader6FpnHoopDesc__2_; 1625 1037 text: .text%__1cHi2sNodeErule6kM_I_; 1626 1038 text: .text%__1cIMulLNodeGOpcode6kM_i_; 1627 text: .text%__1cOPhaseIdealLoopHdom_lca6kMpnENode_2_2_;1628 text: .text%__1cMPrefetchNodeGOpcode6kM_i_;1629 text: .text%__1cSReferenceProcessorSdiscover_reference6MpnHoopDesc_nNReferenceType__i_;1630 text: .text%__1cSReferenceProcessorTget_discovered_list6MnNReferenceType__ppnHoopDesc__;1631 text: .text%__1cXjava_lang_ref_ReferenceIset_next6FpnHoopDesc_2_v_;1632 1039 text: .text%__1cKciTypeFlowGJsrSet2t6MpnFArena_i_v_; 1633 text: .text%__1cNtestI_regNodeJnum_opnds6kM_I_;1634 1040 text: .text%__1cIAddINodeIIdentity6MpnOPhaseTransform__pnENode__; 1635 1041 text: .text%__1cIMachOperNconstant_disp6kM_i_; 1636 1042 text: .text%__1cIMachOperFscale6kM_i_; 1637 text: .text%__1cFframeNis_java_frame6kM_i_;1638 1043 text: .text%__1cOMethodLivenessKBasicBlockJpropagate6Mp0_v_; 1639 1044 text: .text%__1cQSystemDictionaryStry_get_next_class6F_pnMklassOopDesc__; 1640 1045 text: .text%__1cKDictionaryStry_get_next_class6M_pnMklassOopDesc__; 1641 1046 text: .text%__1cNloadKlassNodeErule6kM_I_; 1642 text: .text%__1cIciMethodRhas_compiled_code6M_i_;1643 text: .text%__1cOoop_RelocationJpack_data6M_i_;1644 1047 text: .text%__1cKCompiledICKcached_oop6kM_pnHoopDesc__; 1645 1048 text: .text%__1cGOopMap2t6Mii_v_; 1646 1049 text: .text%__1cJOopMapSetKadd_gc_map6MipnGOopMap__v_; 1647 1050 text: .text%__1cNincI_rRegNodeErule6kM_I_; 1648 text: .text%__1cRMachSafePointNodePis_MachCallLeaf6M_pnQMachCallLeafNode__;1649 text: .text%__1cRMachSafePointNodeLset_oop_map6MpnGOopMap__v_;1650 1051 text: .text%__1cYDebugInformationRecorderNadd_safepoint6MipnGOopMap__v_; 1651 1052 text: .text%__1cHCompileTProcess_OopMap_Node6MpnIMachNode_i_v_; … … 1661 1062 text: .text%__1cNsubI_rRegNodeErule6kM_I_; 1662 1063 text: .text%__1cRaddP_rReg_immNodeErule6kM_I_; 1663 text: .text%__1cPClassFileParserbGparse_constant_pool_string_entry6MnSconstantPoolHandle_ipnGThread__v_;1664 1064 text: .text%__1cJloadLNodePoper_input_base6kM_I_; 1665 text: .text%__1cRshrL_rReg_immNodePoper_input_base6kM_I_;1666 1065 text: .text%__1cITypeLongFxdual6kM_pknEType__; 1667 text: .text%__1cRMachSafePointNodeSis_MachCallRuntime6M_pnTMachCallRuntimeNode__;1668 text: .text%__1cNaddI_rRegNodeJnum_opnds6kM_I_;1669 1066 text: .text%__1cENodeJset_req_X6MIp0pnMPhaseIterGVN__v_; 1670 text: .text%__1cOcompP_rRegNodeJnum_opnds6kM_I_;1671 1067 text: .text%__1cSInterpreterRuntimePresolve_get_put6FpnKJavaThread_nJBytecodesECode__v_; 1672 text: .text%__1cMLinkResolverNresolve_field6FrnPFieldAccessInfo_nSconstantPoolHandle_inJBytecodesECode_ipnGThread__v_;1673 text: .text%__1cWConstantPoolCacheEntryJset_field6MnJBytecodesECode_2nLKlassHandle_iinITosState_ii_v_;1674 1068 text: .text%__1cIAndLNodeGOpcode6kM_i_; 1675 1069 text: .text%__1cMindIndexOperKin_RegMask6kMi_pknHRegMask__; 1676 1070 text: .text%__1cOtypeArrayKlassSallocate_permanent6MipnGThread__pnQtypeArrayOopDesc__; 1677 1071 text: .text%__1cOGenerateOopMapCpp6MpnNCellTypeState_2_v_; 1678 text: .text%__1cMCallJavaNodeLis_CallJava6kM_pk0_;1679 text: .text%__1cICallNodeScalling_convention6kMpnLOptoRegPair_I_v_;1680 1072 text: .text%__1cHCompileSflatten_alias_type6kMpknHTypePtr__3_; 1681 text: .text%__1cRcmpFastUnlockNodePoper_input_base6kM_I_;1682 1073 text: .text%__1cYCallStaticJavaDirectNodeLout_RegMask6kM_rknHRegMask__; 1683 text: .text%__1cOcompP_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;1684 1074 text: .text%__1cFStateW_sub_Op_CallStaticJava6MpknENode__v_; 1685 text: .text%__1cWMachCallStaticJavaNodeVis_MachCallStaticJava6M_p0_;1686 text: .text%__1cRaddP_rReg_immNodeJnum_opnds6kM_I_;1687 text: .text%__1cICallInfoDset6MnLKlassHandle_nMmethodHandle_pnGThread__v_;1688 text: .text%__1cSComputeAdapterInfoJdo_object6Mii_v_;1689 text: .text%__1cRMachSafePointNodeWis_MachCallInterpreter6M_pnXMachCallInterpreterNode__;1690 1075 text: .text%__1cIGraphKitbDtransfer_exceptions_into_jvms6M_pnIJVMState__; 1691 1076 text: .text%__1cLConvL2INodeGOpcode6kM_i_; … … 1693 1078 text: .text%__1cQSystemDictionarybEresolve_instance_class_or_null6FnMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 1694 1079 text: .text%__1cNaddI_rRegNodeErule6kM_I_; 1695 text: .text%__1cHConNodeEmake6FpknEType__p0_;1696 text: .text%__1cScompI_rReg_immNodePoper_input_base6kM_I_;1697 text: .text%__1cJLoadCNodeGOpcode6kM_i_;1698 1080 text: .text%__1cYCallStaticJavaDirectNodeFreloc6kM_i_; 1699 1081 text: .text%__1cRcmpFastUnlockNodeMideal_Opcode6kM_i_; 1700 text: .text%__1cJTraceTime2t6MpkciipnMoutputStream__v_;1701 1082 text: .text%__1cWstatic_stub_RelocationEtype6M_nJrelocInfoJrelocType__; 1702 1083 text: .text%__1cIGraphKitQset_saved_ex_oop6FpnNSafePointNode_pnENode__v_; … … 1706 1087 text: .text%__1cMLinkResolverMresolve_pool6FrnLKlassHandle_rnMsymbolHandle_42nSconstantPoolHandle_ipnGThread__v_; 1707 1088 text: .text%__1cGOopMapHcopy_to6MpC_v_; 1708 text: .text%__1cNstoreImmBNodeJnum_opnds6kM_I_;1709 1089 text: .text%__1cVLoaderConstraintTableWfind_loader_constraint6MnMsymbolHandle_nGHandle__ppnVLoaderConstraintEntry__; 1710 text: .text%__1cJTimeStampJupdate_to6Mx_v_;1711 1090 text: .text%__1cJTimeStampGupdate6M_v_; 1712 1091 text: .text%__1cFframeZinterpreter_frame_set_bcx6Ml_v_; 1713 text: .text%__1cCosFsleep6FpnGThread_xi_i_;1714 text: .text%__1cNgetTimeMillis6F_x_;1715 text: .text%__1cRaddP_rReg_immNodeLbottom_type6kM_pknEType__;1716 text: .text%__1cIos_sleep6Fxi_i_: os_solaris.o;1717 text: .text%__1cLPhaseValuesHzerocon6MnJBasicType__pnHConNode__;1718 1092 text: .text%__1cMCreateExNodeKmatch_edge6kMI_I_; 1719 text: .text%__1cTconvI2L_reg_regNodeJnum_opnds6kM_I_;1720 text: .text%__1cIGraphKitNuncommon_trap6MipnHciKlass_pkci_v_;1721 text: .text%__1cILoadNodeEmake6FpnENode_22pknHTypePtr_pknEType_nJBasicType__p0_;1722 text: .text%__1cIGraphKitJmake_load6MpnENode_2pknEType_nJBasicType_i_2_;1723 text: .text%__1cTconvI2L_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;1724 text: .text%__1cTno_rax_rbx_RegPOperJnum_edges6kM_I_;1725 1093 text: .text%__1cLPCTableNodeLbottom_type6kM_pknEType__; 1726 1094 text: .text%__1cLOptoRuntimeSuncommon_trap_Type6F_pknITypeFunc__; 1727 1095 text: .text%__1cIHaltNode2t6MpnENode_2_v_; 1728 1096 text: .text%__1cNSafePointNodeFValue6kMpnOPhaseTransform__pknEType__; 1729 text: .text%__1cNaddI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;1730 text: .text%__1cGPcDesc2t6Mii_v_;1731 text: .text%__1cHnmethodKcopy_pc_at6MipnGPcDesc__v_;1732 1097 text: .text%__1cKciTypeFlowLStateVectorJcopy_into6kMp1_v_; 1733 1098 text: .text%__1cXmembar_release_lockNodeMideal_Opcode6kM_i_; 1734 text: .text%__1cOcompL_rRegNodePoper_input_base6kM_I_;1735 1099 text: .text%__1cMoutputStreamPupdate_position6MpkcL_v_; 1736 1100 text: .text%__1cMstringStreamFwrite6MpkcL_v_; … … 1742 1106 text: .text%__1cMPhaseIterGVNJtransform6MpnENode__2_; 1743 1107 text: .text%__1cQSystemDictionarybCfind_instance_or_array_klass6FnMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 1744 text: .text%__1cSCompareAndSwapNodeGis_CFG6kM_i_;1745 text: .text%__1cNGrowableArray4CpnOMethodLivenessKBasicBlock__Icontains6kMrk2_i_;1746 text: .text%__1cKciTypeFlowFBlock2t6Mp0pn0AFRange_pn0AGJsrSet__v_;1747 1108 text: .text%__1cNGrowableArray4CpnKciTypeFlowJJsrRecord__2t6MpnFArena_iirk2_v_; 1748 text: .text%__1cKstoreCNodeJnum_opnds6kM_I_;1749 1109 text: .text%__1cNmodI_rRegNodeErule6kM_I_; 1750 text: .text%__1cKInlineTreeWfind_subtree_from_root6Fp0pnIJVMState_pnIciMethod_i_1_;1751 1110 text: .text%__1cNGrowableArray4CpnPciInstanceKlass__2t6MpnFArena_iirk1_v_; 1752 1111 text: .text%__1cKciTypeFlowFBlockScompute_exceptions6M_v_; 1753 1112 text: .text%__1cYciExceptionHandlerStreamFcount6M_i_; 1754 1113 text: .text%__1cINodeHashJhash_find6MpknENode__p1_; 1755 text: .text%__1cFParsePdo_field_access6Mii_v_;1756 1114 text: .text%__1cPThreadLocalNodeLbottom_type6kM_pknEType__; 1757 text: .text%__1cOMethodLivenessNmake_block_at6Mipn0AKBasicBlock__2_;1758 text: .text%__1cKstorePNodeHtwo_adr6kM_I_;1759 1115 text: .text%__1cKciTypeFlowPflow_successors6MpnNGrowableArray4Cpn0AFBlock___pn0ALStateVector__v_; 1760 text: .text%__1cGciTypeMis_classless6kM_i_;1761 1116 text: .text%__1cRsalI_rReg_immNodeMideal_Opcode6kM_i_; 1762 1117 text: .text%__1cJloadFNodeErule6kM_I_; 1763 text: .text%__1cKBranchDataNis_BranchData6M_i_;1764 text: .text%__1cIJumpDataLis_JumpData6M_i_;1765 1118 text: .text%__1cSMemBarCPUOrderNodeGOpcode6kM_i_; 1766 1119 text: .text%__1cLklassVtableNput_method_at6MpnNmethodOopDesc_i_v_; … … 1769 1122 text: .text%__1cRshrI_rReg_immNodeMideal_Opcode6kM_i_; 1770 1123 text: .text%__1cNloadConI0NodeLout_RegMask6kM_rknHRegMask__; 1771 text: .text%__1cNloadKlassNodeJnum_opnds6kM_I_;1772 1124 text: .text%__1cHCompileKalias_type6MpnHciField__pn0AJAliasType__; 1773 1125 text: .text%__1cLStringTableGintern6FnGHandle_pHipnGThread__pnHoopDesc__; 1774 1126 text: .text%__1cLStringTableLhash_string6FpHi_i_; 1775 text: .text%__1cMCreateExNodeGpinned6kM_i_;1776 text: .text%__1cFciEnvWget_klass_by_name_impl6MpnHciKlass_pnIciSymbol_i_2_;1777 1127 text: .text%__1cNloadKlassNodeLout_RegMask6kM_rknHRegMask__; 1778 1128 text: .text%__1cRScavengeRootsTaskEname6M_pc_; 1779 1129 text: .text%__1cRScavengeRootsTaskFdo_it6MpnNGCTaskManager_I_v_; 1780 text: .text%__1cNtestP_regNodeQuse_cisc_RegMask6M_v_;1781 text: .text%__1cKstoreINodeHtwo_adr6kM_I_;1782 1130 text: .text%__1cSInterpreterRuntimeOresolve_invoke6FpnKJavaThread_nJBytecodesECode__v_; 1783 1131 text: .text%__1cPCountedLoopNodeGOpcode6kM_i_; 1784 text: .text%__1cHTypeIntEmake6Fii_pk0_;1785 text: .text%__1cRcmpFastUnlockNodeHtwo_adr6kM_I_;1786 1132 text: .text%__1cJloadSNodeMideal_Opcode6kM_i_; 1787 text: .text%__1cPDictionaryEntrybAcontains_protection_domain6kMpnHoopDesc__i_;1788 1133 text: .text%__1cIregFOperEtype6kM_pknEType__; 1789 1134 text: .text%__1cLLShiftLNodeFValue6kMpnOPhaseTransform__pknEType__; 1790 1135 text: .text%JVM_GetCPMethodNameUTF; 1791 text: .text%__1cMLinkResolverbNlinktime_resolve_virtual_method_or_null6FnLKlassHandle_nMsymbolHandle_21i_nMmethodHandle__;1792 text: .text%__1cNsubI_rRegNodeJnum_opnds6kM_I_;1793 1136 text: .text%__1cLTypeInstPtrFxdual6kM_pknEType__; 1794 text: .text%__1cNsubI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;1795 1137 text: .text%__1cIGraphKitOreplace_in_map6MpnENode_2_v_; 1796 1138 text: .text%__1cMPhaseChaitinLclone_projs6MpnFBlock_IpnENode_4rI_i_; 1797 1139 text: .text%__1cTconstantPoolOopDescbCverify_constant_pool_resolve6FnSconstantPoolHandle_nLKlassHandle_pnGThread__v_; 1798 text: .text%__1cLcastP2LNodeJnum_opnds6kM_I_;1799 1140 text: .text%__1cOMethodLivenessNwork_list_add6Mpn0AKBasicBlock__v_; 1800 1141 text: .text%__1cFParseFBlockNlocal_type_at6kMi_pknEType__; … … 1803 1144 text: .text%__1cEUTF8Hstrrchr6FpWiW_1_; 1804 1145 text: .text%__1cQConstantIntValueIwrite_on6MpnUDebugInfoWriteStream__v_; 1805 text: .text%__1cQSystemDictionaryPresolve_or_fail6FnMsymbolHandle_nGHandle_2ipnGThread__pnMklassOopDesc__;1806 1146 text: .text%__1cNLoadKlassNodeFValue6kMpnOPhaseTransform__pknEType__; 1807 text: .text%__1cHCompileZintrinsic_insertion_index6MpnIciMethod_i_i_;1808 text: .text%__1cIciObjectSis_obj_array_klass6M_i_;1809 1147 text: .text%__1cJVectorSetFClear6M_v_; 1810 1148 text: .text%__1cMMergeMemNodeLout_RegMask6kM_rknHRegMask__; 1811 1149 text: .text%__1cKMemoryPoolHoops_do6MpnKOopClosure__v_; 1812 1150 text: .text%__1cICodeHeapSallocated_capacity6kM_L_; 1813 text: .text%__1cICodeBlobRis_at_poll_return6MpC_i_;1814 1151 text: .text%__1cIMachOperEtype6kM_pknEType__; 1815 1152 text: .text%__1cLjmpConUNodeEsize6kMpnNPhaseRegAlloc__I_; 1816 1153 text: .text%__1cQSystemDictionarybOfind_constrained_instance_or_array_klass6FnMsymbolHandle_nGHandle_pnGThread__pnMklassOopDesc__; 1817 1154 text: .text%__1cNCallGenerator2t6MpnIciMethod__v_; 1818 text: .text%__1cSHighResTimeSamplerLtake_sample6M_x_;1819 text: .text%__1cRis_error_reported6F_i_;1820 1155 text: .text%__1cLStatSamplerLsample_data6FpnMPerfDataList__v_; 1821 1156 text: .text%__1cPStatSamplerTaskEtask6M_v_; 1822 1157 text: .text%__1cMPeriodicTaskMtime_to_wait6F_L_; 1823 1158 text: .text%__1cMPeriodicTaskOreal_time_tick6FL_v_; 1824 text: .text%__1cNWatcherThreadRis_Watcher_thread6kM_i_;1825 1159 text: .text%__1cLStatSamplerOcollect_sample6F_v_; 1826 1160 text: .text%__1cJloadBNodePoper_input_base6kM_I_; … … 1830 1164 text: .text%__1cNinstanceKlassKlink_class6MpnGThread__v_; 1831 1165 text: .text%__1cIGraphKitNset_map_clone6MpnNSafePointNode__v_; 1832 text: .text%__1cRRawBytecodeStream2t6MnMmethodHandle__v_;1833 1166 text: .text%__1cENodeHget_ptr6kM_l_; 1834 1167 text: .text%__1cFStateM_sub_Op_ConP6MpknENode__v_; 1835 1168 text: .text%__1cJloadPNodeOmemory_operand6kM_pknIMachOper__; 1836 text: .text%__1cKI2CAdapterOis_i2c_adapter6kM_i_;1837 1169 text: .text%__1cOcompU_rRegNodeQuse_cisc_RegMask6M_v_; 1838 1170 text: .text%__1cNinstanceKlassPinitialize_impl6FnTinstanceKlassHandle_pnGThread__v_; … … 1840 1172 text: .text%__1cQciBytecodeStreamZget_declared_field_holder6M_pnPciInstanceKlass__; 1841 1173 text: .text%__1cRinterpretedVFrameGmethod6kM_pnNmethodOopDesc__; 1842 text: .text%__1cMorI_rRegNodePoper_input_base6kM_I_;1843 text: .text%__1cIciSymbol2t6MnMsymbolHandle__v_;1844 text: .text%__1cFParseRensure_memory_phi6Mii_pnHPhiNode__;1845 1174 text: .text%__1cNdecI_rRegNodeMideal_Opcode6kM_i_; 1846 1175 text: .text%__1cJLoadINodeJideal_reg6kM_I_; 1847 text: .text%__1cKRelocationWfix_relocation_at_move6Ml_v_;1848 1176 text: .text%__1cPindOffset32OperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; 1849 1177 text: .text%__1cHAddNodePadd_of_identity6kMpknEType_3_3_; 1850 1178 text: .text%__1cMFastLockNodeGOpcode6kM_i_; 1851 text: .text%__1cScompU_rReg_immNodeHtwo_adr6kM_I_;1852 text: .text%__1cHCompilebAallow_range_check_smearing6kM_i_;1853 1179 text: .text%__1cLBuildCutout2T6M_v_; 1854 1180 text: .text%__1cLBuildCutout2t6MpnIGraphKit_pnENode_ff_v_; 1855 1181 text: .text%__1cTconstantPoolOopDescOstring_at_impl6FnSconstantPoolHandle_ipnGThread__pnHoopDesc__; 1856 text: .text%__1cQjava_lang_StringQbasic_create_oop6FpnQtypeArrayOopDesc_ipnGThread__pnHoopDesc__;1857 1182 text: .text%__1cICodeHeapIcapacity6kM_L_; 1858 1183 text: .text%__1cKMemoryPoolImax_size6kM_L_; 1859 1184 text: .text%__1cMCodeHeapPoolQget_memory_usage6M_nLMemoryUsage__; 1860 1185 text: .text%__1cMCodeHeapPoolNused_in_bytes6M_L_; 1861 text: .text%__1cMPhaseChaitinTsplit_Rematerialize6MpnENode_pnFBlock_IrInNGrowableArray4CI__ipIp2i_2_;1862 1186 text: .text%__1cJcmpOpOperFccode6kM_i_; 1863 text: .text%__1cKjmpDirNodeTmay_be_short_branch6kM_i_;1864 text: .text%__1cKjmpDirNodeOis_pc_relative6kM_i_;1865 1187 text: .text%__1cPClassFileParserXverify_legal_field_name6MnMsymbolHandle_pnGThread__v_; 1866 1188 text: .text%__1cPClassFileParserbCverify_legal_field_signature6MnMsymbolHandle_1pnGThread__v_; … … 1868 1190 text: .text%__1cOcompL_rRegNodeMideal_Opcode6kM_i_; 1869 1191 text: .text%__1cbAPSEvacuateFollowersClosureHdo_void6M_v_; 1870 text: .text%__1cFParseKdo_get_xxx6MpknHTypePtr_pnENode_pnHciField_i_v_;1871 text: .text%__1cTInlineCallGeneratorJis_inline6kM_i_;1872 1192 text: .text%__1cHMulNodeEhash6kM_I_; 1873 1193 text: .text%__1cGRFrame2t6MnFframe_pnKJavaThread_p0_v_; 1874 text: .text%__1cTconvI2L_reg_regNodeHtwo_adr6kM_I_;1875 1194 text: .text%__1cOGenerateOopMapLbb_mark_fct6Fp0ipi_v_; 1876 1195 text: .text%__1cScompU_rReg_immNodeMideal_Opcode6kM_i_; 1877 1196 text: .text%__1cNFingerprinterJdo_object6Mii_v_; 1878 text: .text%__1cMloadConFNodePoper_input_base6kM_I_;1879 text: .text%__1cOGenerateOopMapTmerge_state_vectors6MpnNCellTypeState_2_i_;1880 text: .text%__1cMloadConFNodeHtwo_adr6kM_I_;1881 text: .text%__1cICallNodeSis_CallDynamicJava6kM_pknTCallDynamicJavaNode__;1882 text: .text%__1cRcmpFastUnlockNodeJnum_opnds6kM_I_;1883 1197 text: .text%__1cEUTF8Sconvert_to_unicode6FpkcpHi_v_; 1884 text: .text%__1cUParallelScavengeHeapMmem_allocate6MLii_pnIHeapWord__;1885 1198 text: .text%__1cNinstanceKlassbBallocate_permanent_instance6MpnGThread__pnPinstanceOopDesc__; 1886 1199 text: .text%__1cKjmpConNodeLout_RegMask6kM_rknHRegMask__; … … 1888 1201 text: .text%__1cOMethodLivenessKBasicBlock2t6Mp0ii_v_; 1889 1202 text: .text%__1cMloadConFNodeErule6kM_I_; 1890 text: .text%__1cLcastP2LNodeHtwo_adr6kM_I_;1891 1203 text: .text%__1cIMachOperIconstant6kM_l_; 1892 text: .text%__1cJloadSNodeZcheck_for_anti_dependence6kM_i_;1893 1204 text: .text%__1cPcheckCastPPNodeLout_RegMask6kM_rknHRegMask__; 1894 text: .text%__1cMTypeKlassPtrKadd_offset6kMi_pknHTypePtr__;1895 1205 text: .text%__1cUEdenMutableSpacePoolQget_memory_usage6M_nLMemoryUsage__; 1896 1206 text: .text%__1cYSurvivorMutableSpacePoolQget_memory_usage6M_nLMemoryUsage__; … … 1899 1209 text: .text%__1cUEdenMutableSpacePoolImax_size6kM_L_; 1900 1210 text: .text%__1cYSurvivorMutableSpacePoolNused_in_bytes6M_L_; 1901 text: .text%__1cKjmpConNodeTmay_be_short_branch6kM_i_;1902 text: .text%__1cKjmpConNodeOis_pc_relative6kM_i_;1903 1211 text: .text%__1cHConNodeLout_RegMask6kM_rknHRegMask__; 1904 text: .text%__1cKCodeBufferKend_a_stub6M_v_;1905 1212 text: .text%__1cTemit_java_to_interp6FrnKCodeBuffer__v_; 1906 text: .text%__1cKCodeBufferMstart_a_stub6M_v_;1907 text: .text%__1cFParseUprofile_taken_branch6Mi_v_;1908 1213 text: .text%__1cKciTypeFlowGJsrSetNapply_control6Mp0pnQciBytecodeStream_pn0ALStateVector__v_; 1909 text: .text%__1cKReturnNodeGis_CFG6kM_i_;1910 1214 text: .text%__1cRSignatureIteratorSskip_optional_size6M_v_; 1911 1215 text: .text%__1cRaddI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 1912 text: .text%__1cHTypeIntFwiden6kMpknEType__3_;1913 1216 text: .text%__1cTCompareAndSwapLNodeGOpcode6kM_i_; 1914 text: .text%__1cNmethodOopDescbHhas_unloaded_classes_in_signature6FnMmethodHandle_pnGThread__i_;1915 text: .text%__1cIciObjectRis_instance_klass6M_i_;1916 1217 text: .text%__1cOGenerateOopMapRsigchar_to_effect6McipnNCellTypeState__2_; 1917 1218 text: .text%__1cOGenerateOopMapIdo_field6Miiii_v_; … … 1919 1220 text: .text%__1cEUTF8Ounicode_length6Fpkci_i_; 1920 1221 text: .text%__1cIciMethodRget_flow_analysis6M_pnKciTypeFlow__; 1921 text: .text%__1cICodeBlobLoop_addr_at6kMi_ppnHoopDesc__;1922 text: .text%__1cNloadRangeNodeHtwo_adr6kM_I_;1923 text: .text%__1cJloadLNodeJnum_opnds6kM_I_;1924 1222 text: .text%__1cSmembar_acquireNodeMideal_Opcode6kM_i_; 1925 1223 text: .text%__1cSObjectSynchronizerXidentity_hash_value_for6FnGHandle__l_; … … 1929 1227 text: .text%__1cIMachNodeOpipeline_class6F_pknIPipeline__; 1930 1228 text: .text%__1cIMachNodeIpipeline6kM_pknIPipeline__; 1931 text: .text%__1cJloadCNodeErule6kM_I_;1932 text: .text%__1cKOSRAdapterIis_alive6kM_i_;1933 text: .text%__1cQjava_lang_StringMbasic_create6FpnQtypeArrayOopDesc_ipnGThread__nGHandle__;1934 1229 text: .text%__1cRMachNullCheckNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1935 text: .text%__1cGThreadXclear_pending_exception6M_v_;1936 1230 text: .text%__1cXindIndexScaleOffsetOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; 1937 text: .text%__1cOcompL_rRegNodeHtwo_adr6kM_I_;1938 1231 text: .text%__1cTconstantPoolOopDescbBbasic_type_for_signature_at6Mi_nJBasicType__; 1939 1232 text: .text%__1cETypeRget_typeflow_type6FpnGciType__pk0_; 1940 1233 text: .text%__1cLStringTableGintern6FpnNsymbolOopDesc_pnGThread__pnHoopDesc__; 1941 1234 text: .text%__1cNsymbolOopDescKas_unicode6kMri_pH_; 1942 text: .text%__1cKciTypeFlowLStateVectorJdo_invoke6MpnQciBytecodeStream_i_v_;1943 1235 text: .text%__1cKstorePNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1944 1236 text: .text%__1cKReturnNodeKmatch_edge6kMI_I_; 1945 text: .text%__1cKRegionNodeJideal_reg6kM_I_;1946 text: .text%__1cJloadINodeHtwo_adr6kM_I_;1947 text: .text%__1cQmark_inner_loops6FpnIPhaseCFG_pnFBlock__v_: block.o;1948 1237 text: .text%__1cIHaltNodeJideal_reg6kM_I_; 1949 1238 text: .text%__1cFStateM_sub_Op_Halt6MpknENode__v_; … … 1952 1241 text: .text%__1cJTypeTupleKmake_range6FpnLciSignature__pk0_; 1953 1242 text: .text%__1cKStoreLNodeGOpcode6kM_i_; 1954 text: .text%__1cPCountedLoopNodeOis_CountedLoop6M_p0_;1955 1243 text: .text%__1cJTypeTupleLmake_domain6FpnPciInstanceKlass_pnLciSignature__pk0_; 1956 text: .text%__1cPClassFileParserWparse_field_attributes6MnSconstantPoolHandle_iHpHpi2pnPtypeArrayHandle_pnGThread__v_;1957 text: .text%__1cPClassFileParserbCverify_legal_field_modifiers6MiipnGThread__v_;1958 1244 text: .text%__1cMindirectOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 1959 1245 text: .text%__1cMindirectOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 1960 text: .text%__1cMLinkResolverUresolve_virtual_call6FrnICallInfo_nGHandle_nLKlassHandle_4nMsymbolHandle_54iipnGThread__v_;1961 text: .text%__1cMLinkResolverbEruntime_resolve_virtual_method6FrnICallInfo_nMmethodHandle_nLKlassHandle_nGHandle_4ipnGThread__v_;1962 text: .text%__1cFKlassXcan_be_statically_bound6FpnNmethodOopDesc__i_;1963 1246 text: .text%__1cLProfileDataOtranslate_from6Mp0_v_; 1964 1247 text: .text%__1cKstorePNodeOmemory_operand6kM_pknIMachOper__; … … 1968 1251 text: .text%__1cTconvI2L_reg_regNodeQuse_cisc_RegMask6M_v_; 1969 1252 text: .text%__1cMWarmCallInfoKalways_hot6F_p0_; 1970 text: .text%__1cMWarmCallInfoGis_hot6kM_i_;1971 1253 text: .text%__1cNprefetchwNodeMideal_Opcode6kM_i_; 1972 1254 text: .text%__1cIAddINodeJideal_reg6kM_I_; 1973 text: .text%__1cNCatchProjNode2t6MpnENode_Ii_v_;1974 text: .text%__1cENodeHis_Bool6M_pnIBoolNode__;1975 1255 text: .text%__1cLBoxLockNodeLout_RegMask6kM_rknHRegMask__; 1976 text: .text%__1cNmulL_rRegNodePoper_input_base6kM_I_;1977 text: .text%__1cKciTypeFlowIcan_trap6MrnQciBytecodeStream__i_;1978 text: .text%__1cQVMOperationQdDueueLqueue_empty6Mi_i_;1979 1256 text: .text%__1cIProjNodeDcmp6kMrknENode__I_; 1980 text: .text%__1cSComputeAdapterInfoGdo_int6M_v_;1981 1257 text: .text%__1cNCatchProjNodeIIdentity6MpnOPhaseTransform__pnENode__; 1982 1258 text: .text%JVM_GetCPFieldSignatureUTF; 1983 text: .text%__1cIGraphKitTtoo_many_recompiles6MnODeoptimizationLDeoptReason__i_;1984 1259 text: .text%__1cHCompileFstart6kM_pnJStartNode__; 1985 1260 text: .text%__1cNmulL_rRegNodeMideal_Opcode6kM_i_; 1986 1261 text: .text%__1cLPCTableNodeEhash6kM_I_; 1987 1262 text: .text%__1cIGraphKitZadd_exception_states_from6MpnIJVMState__v_; 1988 text: .text%__1cJStartNodeOis_block_start6kM_i_;1989 1263 text: .text%__1cQComputeCallStackHdo_void6M_v_; 1990 1264 text: .text%__1cNaddI_rRegNodeLout_RegMask6kM_rknHRegMask__; 1991 text: .text%__1cIGraphKitOtoo_many_traps6MnODeoptimizationLDeoptReason__i_;1992 text: .text%__1cNciCallProfileRapply_prof_factor6Mf_v_;1993 1265 text: .text%__1cIciMethodTcall_profile_at_bci6Mi_nNciCallProfile__; 1994 text: .text%__1cHCompileOcall_generator6MpnIciMethod_ipnIJVMState_if_pnNCallGenerator__;1995 text: .text%__1cHCompileOfind_intrinsic6MpnIciMethod_i_pnNCallGenerator__;1996 1266 text: .text%__1cMindIndexOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 1997 1267 text: .text%__1cMindIndexOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 1998 1268 text: .text%jni_GetPrimitiveArrayCritical: jni.o; 1999 1269 text: .text%jni_ReleasePrimitiveArrayCritical: jni.o; 2000 text: .text%__1cSInterpreterRuntimeDldc6FpnKJavaThread_i_v_;2001 text: .text%__1cPClassFileParserbIparse_constant_pool_fieldref_entry6MnSconstantPoolHandle_ipnGThread__v_;2002 text: .text%__1cNdecI_rRegNodePoper_input_base6kM_I_;2003 text: .text%__1cFKlassOis_subclass_of6kMpnMklassOopDesc__i_;2004 text: .text%__1cNGrowableArray4Cl_2t6Mii_v_;2005 text: .text%__1cNinstanceKlassSlookup_osr_nmethod6kMpnNmethodOopDesc_i_pnHnmethod__;2006 1270 text: .text%__1cIAddINodeIadd_ring6kMpknEType_3_3_; 2007 text: .text%__1cLPCTableNodeKis_PCTable6kM_pk0_;2008 1271 text: .text%__1cLPCTableNodeHsize_of6kM_I_; 2009 1272 text: .text%__1cNincI_rRegNodeLout_RegMask6kM_rknHRegMask__; … … 2011 1274 text: .text%__1cQciBytecodeStreamXget_method_holder_index6M_i_; 2012 1275 text: .text%__1cMorI_rRegNodeMideal_Opcode6kM_i_; 2013 text: .text%__1cLimmUL32OperJconstantL6kM_x_;2014 1276 text: .text%__1cIGraphKitWround_double_arguments6MpnIciMethod__v_; 2015 1277 text: .text%__1cFParseHdo_call6M_v_; 2016 1278 text: .text%__1cIGraphKitTround_double_result6MpnIciMethod__v_; 2017 text: .text%__1cFParseZcan_not_compile_call_site6MpnIciMethod_pnPciInstanceKlass__i_;2018 1279 text: .text%__1cQciBytecodeStreambAget_declared_method_holder6M_pnHciKlass__; 2019 1280 text: .text%__1cFParseMprofile_call6MpnENode__v_; 2020 1281 text: .text%__1cScompP_mem_rRegNodePoper_input_base6kM_I_; 2021 1282 text: .text%__1cICodeHeapLheader_size6F_L_; 2022 text: .text%__1cJloadBNodeJnum_opnds6kM_I_;2023 1283 text: .text%__1cENodeLbottom_type6kM_pknEType__; 2024 1284 text: .text%__1cXindIndexScaleOffsetOperNconstant_disp6kM_i_; … … 2034 1294 text: .text%jni_DeleteLocalRef: jni.o; 2035 1295 text: .text%__1cJloadSNodePoper_input_base6kM_I_; 2036 text: .text%__1cPno_rax_RegPOperJnum_edges6kM_I_;2037 1296 text: .text%__1cOcompI_rRegNodeQuse_cisc_RegMask6M_v_; 2038 1297 text: .text%jni_SetIntField: jni.o; 2039 1298 text: .text%__1cMURShiftLNodeLbottom_type6kM_pknEType__; 2040 text: .text%__1cMMutableSpaceFclear6M_v_;2041 1299 text: .text%__1cNtestI_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2042 1300 text: .text%__1cQjava_lang_StringbBcreate_tenured_from_unicode6FpHipnGThread__nGHandle__; … … 2049 1307 text: .text%__1cPsalI_rReg_1NodeMideal_Opcode6kM_i_; 2050 1308 text: .text%__1cRaddP_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2051 text: .text%__1cMLinkResolverbFlinktime_resolve_special_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;2052 text: .text%__1cMLinkResolverUresolve_special_call6FrnICallInfo_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;2053 text: .text%__1cMLinkResolverbEruntime_resolve_special_method6FrnICallInfo_nMmethodHandle_nLKlassHandle_4ipnGThread__v_;2054 1309 text: .text%__1cQComputeCallStackJdo_object6Mii_v_; 2055 text: .text%__1cIGraphKitNcast_not_null6MpnENode__2_;2056 1310 text: .text%__1cTconvL2I_reg_regNodeMideal_Opcode6kM_i_; 2057 1311 text: .text%__1cKPSYoungGenNused_in_bytes6kM_L_; 2058 text: .text%__1cOCompilerOracleOshould_exclude6FnMmethodHandle__i_;2059 1312 text: .text%__1cOGenerateOopMapHset_var6MinNCellTypeState__v_; 2060 text: .text%__1cPcheckCastPPNodeJnum_opnds6kM_I_;2061 text: .text%__1cLLShiftLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2062 1313 text: .text%__1cGIfNodeHsize_of6kM_I_; 2063 1314 text: .text%__1cPciInstanceKlassFsuper6M_p0_; … … 2066 1317 text: .text%__1cScompI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2067 1318 text: .text%__1cMMergeMemNodeJideal_reg6kM_I_; 2068 text: .text%__1cNandL_rRegNodePoper_input_base6kM_I_;2069 text: .text%__1cIciMethodWwas_executed_more_than6Mi_i_;2070 text: .text%__1cSReferenceProcessorbAprocess_discovered_reflist6MppnHoopDesc_pnPReferencePolicy_i_v_;2071 text: .text%__1cSReferenceProcessorOprocess_phase36MppnHoopDesc_ipnRBoolObjectClosure_pnKOopClosure_pnLVoidClosure__v_;2072 text: .text%__1cSReferenceProcessorOprocess_phase26MppnHoopDesc_pnRBoolObjectClosure_pnKOopClosure__v_;2073 text: .text%__1cSReferenceProcessorbAenqueue_discovered_reflist6MpnHoopDesc_p2_v_;2074 1319 text: .text%__1cTleaPIdxScaleOffNodeMideal_Opcode6kM_i_; 2075 1320 text: .text%__1cTleaPIdxScaleOffNodePoper_input_base6kM_I_; 2076 text: .text%__1cFLabelJadd_patch6Mi_v_;2077 1321 text: .text%__1cKMemBarNodeEhash6kM_I_; 2078 1322 text: .text%__1cOcompP_rRegNodeLout_RegMask6kM_rknHRegMask__; 2079 text: .text%__1cNloadConL0NodePoper_input_base6kM_I_;2080 1323 text: .text%__1cNsubI_rRegNodeLout_RegMask6kM_rknHRegMask__; 2081 text: .text%__1cJMarkSweepSMarkAndPushClosureLdo_nmethods6kM_ki_;2082 1324 text: .text%__1cIXorINodeGOpcode6kM_i_; 2083 text: .text%__1cTStackWalkCompPolicyRcompilation_level6MnMmethodHandle_i_i_;2084 1325 text: .text%__1cMoutputStreamDput6Mc_v_; 2085 1326 text: .text%__1cPindOffset32OperNbase_position6kM_i_; 2086 1327 text: .text%__1cPindOffset32OperNconstant_disp6kM_i_; 2087 1328 text: .text%__1cOcompU_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2088 text: .text%__1cNloadConL0NodeHtwo_adr6kM_I_;2089 text: .text%__1cPBytecode_invokeFindex6kM_i_;2090 text: .text%__1cFframeNis_glue_frame6kM_i_;2091 1329 text: .text%__1cLRShiftINodeFValue6kMpnOPhaseTransform__pknEType__; 2092 1330 text: .text%__1cZPhaseConservativeCoalesceKupdate_ifg6MIIpnIIndexSet_2_v_; … … 2096 1334 text: .text%__1cRshrL_rReg_immNodeErule6kM_I_; 2097 1335 text: .text%__1cKInlineTreeMok_to_inline6MpnIciMethod_pnIJVMState_rnNciCallProfile_pnMWarmCallInfo__8_; 2098 text: .text%__1cTpass_initial_checks6FpnIciMethod_i1_i_;2099 text: .text%__1cKInlineTreeMshouldInline6kMpnIciMethod_irnNciCallProfile_pnMWarmCallInfo__pkc_;2100 text: .text%__1cOCompilerOracleNshould_inline6FnMmethodHandle__i_;2101 text: .text%__1cKInlineTreeNtry_to_inline6MpnIciMethod_irnNciCallProfile_pnMWarmCallInfo__pkc_;2102 text: .text%__1cIciMethodbAinterpreter_throwout_count6kM_i_;2103 text: .text%__1cIciMethodNshould_inline6M_i_;2104 text: .text%__1cIciMethodOshould_exclude6M_i_;2105 1336 text: .text%__1cScompU_rReg_immNodeErule6kM_I_; 2106 1337 text: .text%__1cKjmpDirNodeJlabel_set6MrnFLabel_I_v_; 2107 text: .text%__1cKjmpDirNodeJis_Branch6kM_I_;2108 1338 text: .text%__1cKjmpDirNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2109 1339 text: .text%__1cMindirectOperKin_RegMask6kMi_pknHRegMask__; … … 2111 1341 text: .text%__1cLTypeInstPtrQcast_to_ptr_type6kMnHTypePtrDPTR__pknEType__; 2112 1342 text: .text%__1cIGraphKitHjava_bc6kM_nJBytecodesECode__; 2113 text: .text%__1cFLabelSpatch_instructions6MpnRAbstractAssembler__v_;2114 text: .text%__1cRAbstractAssemblerHbind_to6MrnFLabel_i_v_;2115 1343 text: .text%__1cRAbstractAssemblerEbind6MrnFLabel__v_; 2116 1344 text: .text%__1cNloadConL0NodeErule6kM_I_; … … 2118 1346 text: .text%__1cIGraphKitNbuiltin_throw6MnODeoptimizationLDeoptReason_pnENode__v_; 2119 1347 text: .text%__1cbBopt_virtual_call_RelocationEtype6M_nJrelocInfoJrelocType__; 2120 text: .text%__1cJrRegIOperFclone6kM_pnIMachOper__;2121 1348 text: .text%__1cMindIndexOperFscale6kM_i_; 2122 1349 text: .text%__1cScompP_mem_rRegNodeMideal_Opcode6kM_i_; 2123 text: .text%__1cFKlassPoop_is_instance6kM_i_;2124 1350 text: .text%__1cHciFieldPinitialize_from6MpnPfieldDescriptor__v_; 2125 1351 text: .text%__1cRandI_rReg_immNodeMideal_Opcode6kM_i_; 2126 1352 text: .text%__1cMMachProjNodeHsize_of6kM_I_; 2127 1353 text: .text%__1cJStoreNodeZIdeal_sign_extended_input6MpnIPhaseGVN_i_pnENode__; 2128 text: .text%__1cScompP_mem_rRegNodeHtwo_adr6kM_I_;2129 1354 text: .text%__1cTconvF2D_reg_memNodeErule6kM_I_; 2130 1355 text: .text%__1cPindOffset32OperKin_RegMask6kMi_pknHRegMask__; … … 2135 1360 text: .text%__1cIciSymbolEmake6Fpkc_p0_; 2136 1361 text: .text%__1cIciSymbolJmake_impl6Fpkc_p0_; 2137 text: .text%__1cScompU_rReg_immNodePoper_input_base6kM_I_;2138 1362 text: .text%__1cKimmL32OperIconstant6kM_l_; 2139 text: .text%__1cHi2sNodePoper_input_base6kM_I_;2140 1363 text: .text%__1cKimmL32OperJnum_edges6kM_I_; 2141 text: .text%__1cMMonitorValue2t6MpnKScopeValue_nILocation__v_;2142 1364 text: .text%__1cMMonitorValueIwrite_on6MpnUDebugInfoWriteStream__v_; 2143 1365 text: .text%__1cLBoxLockNodeKstack_slot6FpnENode__i_; 2144 text: .text%__1cLBoxLockNodeKis_BoxLock6kM_pk0_;2145 1366 text: .text%__1cIBoolNodeDcmp6kMrknENode__I_; 2146 1367 text: .text%__1cNSignatureInfoIdo_array6Mii_v_; 2147 text: .text%__1cKDataLayoutPneeds_array_len6FC_i_;2148 1368 text: .text%__1cKDataLayoutKinitialize6MCHi_v_; 2149 1369 text: .text%__1cJloadLNodeLout_RegMask6kM_rknHRegMask__; 2150 1370 text: .text%__1cFframebHnext_monitor_in_interpreter_frame6kMpnPBasicObjectLock__2_; 2151 text: .text%__1cLRuntimeStubHoops_do6MpnKOopClosure__v_;2152 text: .text%__1cFParseRbranch_prediction6Mrf_f_;2153 1371 text: .text%__1cPshrI_rReg_1NodeMideal_Opcode6kM_i_; 2154 text: .text%__1cHciKlassNis_subtype_of6Mp0_i_;2155 1372 text: .text%__1cOcompL_rRegNodeErule6kM_I_; 2156 1373 text: .text%__1cNGrowableArray4Cpv_Praw_at_put_grow6Mirk03_v_; 2157 1374 text: .text%__1cNGrowableArray4Cl_Praw_at_put_grow6Mirkl2_v_; 2158 1375 text: .text%__1cISubINodeLbottom_type6kM_pknEType__; 2159 text: .text%__1cIGraphKitZset_all_rewritable_memory6MpnENode__v_;2160 text: .text%__1cIGraphKitTset_all_memory_call6MpnENode__v_;2161 1376 text: .text%__1cMtlsLoadPNodeLbottom_type6kM_pknEType__; 2162 1377 text: .text%__1cJAssemblerEmovq6MnHAddress_pnMRegisterImpl__v_; 2163 text: .text%__1cRsalI_rReg_immNodePoper_input_base6kM_I_;2164 1378 text: .text%__1cNloadRangeNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2165 text: .text%__1cICodeBlobPis_runtime_stub6kM_i_;2166 1379 text: .text%__1cGRFrameMset_distance6Mi_v_; 2167 text: .text%__1cICodeBlobOis_c2i_adapter6kM_i_;2168 text: .text%__1cFframeTis_first_java_frame6kM_i_;2169 1380 text: .text%__1cFframeLreal_sender6kMpnLRegisterMap__0_; 2170 1381 text: .text%__1cGRFrameGcaller6M_p0_; … … 2175 1386 text: .text%__1cNFingerprinterGdo_int6M_v_; 2176 1387 text: .text%__1cNSafepointBlobbDpreserve_callee_argument_oops6MnFframe_pknLRegisterMap_pnKOopClosure__v_; 2177 text: .text%__1cRaddI_rReg_immNodeJnum_opnds6kM_I_;2178 1388 text: .text%__1cRshrL_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2179 1389 text: .text%__1cHPhiNodeEmake6FpnENode_2_p0_; 2180 text: .text%__1cScompI_rReg_immNodeJnum_opnds6kM_I_;2181 text: .text%__1cENodeIis_CMove6M_pnJCMoveNode__;2182 1390 text: .text%__1cWstatic_call_RelocationLstatic_stub6M_pC_; 2183 text: .text%__1cLRethrowNodeGis_CFG6kM_i_;2184 1391 text: .text%__1cIciObjectFklass6M_pnHciKlass__; 2185 1392 text: .text%__1cNloadConP0NodeMideal_Opcode6kM_i_; 2186 1393 text: .text%__1cOPhaseIdealLoopOsplit_thru_phi6MpnENode_2i_2_; 2187 text: .text%__1cNGCTaskManagerRset_resource_flag6MIi_v_;2188 text: .text%__1cRshrI_rReg_immNodePoper_input_base6kM_I_;2189 text: .text%__1cUmembar_cpu_orderNodeMideal_Opcode6kM_i_;2190 1394 text: .text%__1cLklassVtableIindex_of6kMpnNmethodOopDesc_i_i_; 2191 1395 text: .text%__1cKEntryPointFentry6kMnITosState__pC_; 2192 text: .text%__1cJloadCNodeMideal_Opcode6kM_i_;2193 1396 text: .text%__1cKJavaThreadJframes_do6MpFpnFframe_pknLRegisterMap__v_v_; 2194 1397 text: .text%__1cNMemoryManagerHoops_do6MpnKOopClosure__v_; 2195 1398 text: .text%__1cRInvocationCounterJset_carry6M_v_; 2196 text: .text%__1cKTypeAryPtrEmake6FnHTypePtrDPTR_pknHTypeAry_pnHciKlass_ii_pk0_;2197 1399 text: .text%__1cFStateM_sub_Op_RegL6MpknENode__v_; 2198 1400 text: .text%__1cNdecI_rRegNodeErule6kM_I_; 2199 text: .text%__1cKjmpConNodeJis_Branch6kM_I_;2200 1401 text: .text%__1cKjmpConNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2201 1402 text: .text%__1cPcmpFastLockNodeMideal_Opcode6kM_i_; 2202 1403 text: .text%__1cKjmpConNodeJlabel_set6MrnFLabel_I_v_; 2203 1404 text: .text%__1cJttyLockerbCbreak_tty_lock_for_safepoint6Fl_v_; 2204 text: .text%__1cNCallGeneratorJis_inline6kM_i_;2205 1405 text: .text%__1cUSafepointSynchronizeFblock6FpnKJavaThread__v_; 2206 1406 text: .text%__1cCosRcurrent_thread_id6F_l_; … … 2209 1409 text: .text%__1cLLShiftLNodeIIdentity6MpnOPhaseTransform__pnENode__; 2210 1410 text: .text%__1cKstoreLNodeMideal_Opcode6kM_i_; 2211 text: .text%__1cNloadKlassNodeHtwo_adr6kM_I_;2212 text: .text%__1cFParseYprofile_not_taken_branch6M_v_;2213 1411 text: .text%__1cHPhiNodeMslice_memory6kMpknHTypePtr__p0_; 2214 text: .text%__1cOcompL_rRegNodeJnum_opnds6kM_I_;2215 text: .text%__1cLRuntimeStubMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;2216 text: .text%__1cLSymbolTableFprobe6Fpkci_pnNsymbolOopDesc__;2217 text: .text%__1cOcompL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;2218 1412 text: .text%__1cPcmpFastLockNodePoper_input_base6kM_I_; 2219 text: .text%__1cNCallGeneratorKis_virtual6kM_i_;2220 text: .text%__1cKInlineTreePshouldNotInline6kMpnIciMethod_pnMWarmCallInfo__pkc_;2221 text: .text%__1cLcastP2LNodeErule6kM_I_;2222 1413 text: .text%__1cNinstanceKlassKjava_super6kM_pnMklassOopDesc__; 2223 1414 text: .text%__1cNPhaseRegAllocKoffset2reg6kMi_i_; … … 2227 1418 text: .text%__1cTconvI2L_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2228 1419 text: .text%__1cJloadINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2229 text: .text%__1cENodeRlatency_from_uses6kMrnLBlock_Array_rnNGrowableArray4CI___i_;2230 1420 text: .text%__1cNGrowableArray4CI_Praw_at_put_grow6MirkI2_v_; 2231 text: .text%__1cFParseFdo_if6MpnENode_2nIBoolTestEmask_2_v_;2232 1421 text: .text%__1cXmembar_acquire_lockNodeMideal_Opcode6kM_i_; 2233 1422 text: .text%__1cKklassKlassIoop_size6kMpnHoopDesc__i_; 2234 1423 text: .text%__1cXindIndexScaleOffsetOperOindex_position6kM_i_; 2235 1424 text: .text%__1cXindIndexScaleOffsetOperNbase_position6kM_i_; 2236 text: .text%__1cPsalI_rReg_1NodePoper_input_base6kM_I_;2237 1425 text: .text%__1cIGraphKitJpush_node6MnJBasicType_pnENode__v_; 2238 text: .text%__1cISubINodeFIdeal6MpnIPhaseGVN_i_pnENode__;2239 1426 text: .text%__1cSconstMethodOopDescbEchecked_exceptions_length_addr6kM_pH_; 2240 1427 text: .text%__1cPThreadLocalNodeGOpcode6kM_i_; 2241 1428 text: .text%__1cRsubI_rReg_memNodePoper_input_base6kM_I_; 2242 text: .text%__1cJloadCNodePoper_input_base6kM_I_;2243 1429 text: .text%__1cSThreadLocalStoragePget_thread_slow6F_pnGThread__; 2244 1430 text: .text%__1cCosXthread_local_storage_at6Fi_pv_; 2245 text: .text%__1cLRuntimeStubYcaller_must_gc_arguments6kMpnKJavaThread__i_;2246 1431 text: .text%__1cIAddPNodeJideal_reg6kM_I_; 2247 text: .text%__1cTleaPIdxScaleOffNodeJnum_opnds6kM_I_;2248 1432 text: .text%__1cRaddI_rReg_immNodeHtwo_adr6kM_I_; 2249 1433 text: .text%__1cFParseNthrow_to_exit6MpnNSafePointNode__v_; … … 2251 1435 text: .text%__1cKTypeRawPtrHget_con6kM_l_; 2252 1436 text: .text%__1cOClearArrayNodeGOpcode6kM_i_; 2253 text: .text%__1cOoop_RelocationHoops_do6MpFppnHoopDesc__v_v_;2254 text: .text%__1cIciMethodbHhas_unloaded_classes_in_signature6M_i_;2255 text: .text%__1cScompP_mem_rRegNodeJnum_opnds6kM_I_;2256 1437 text: .text%__1cFStateM_sub_Op_CmpI6MpknENode__v_; 2257 text: .text%__1cNincI_rRegNodeJnum_opnds6kM_I_;2258 1438 text: .text%__1cJimmP0OperEtype6kM_pknEType__; 2259 1439 text: .text%__1cNloadConP0NodeLbottom_type6kM_pknEType__; 2260 1440 text: .text%__1cPloadConUL32NodeLbottom_type6kM_pknEType__; 2261 1441 text: .text%__1cNloadConI0NodeHsize_of6kM_I_; 2262 text: .text%__1cRaddI_rReg_memNodeZcheck_for_anti_dependence6kM_i_;2263 text: .text%__1cPshrI_rReg_1NodePoper_input_base6kM_I_;2264 1442 text: .text%JVM_handle_solaris_signal; 2265 1443 text: .text%signalHandler; 2266 1444 text: .text%__1cQJNI_FastGetFieldQfind_slowcase_pc6FpC_1_; 2267 text: .text%__1cMLinkResolverbElinktime_resolve_static_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;2268 text: .text%__1cRresolve_and_patch6FppnHoopDesc__v_;2269 1445 text: .text%__1cFStateN_sub_Op_LoadP6MpknENode__v_; 2270 1446 text: .text%__1cISubINodeDsub6kMpknEType_3_3_; 2271 1447 text: .text%__1cPClassFileParserbDverify_legal_method_signature6MnMsymbolHandle_1pnGThread__i_; 2272 1448 text: .text%__1cMLinkResolverVresolve_invokevirtual6FrnICallInfo_nGHandle_nSconstantPoolHandle_ipnGThread__v_; 2273 text: .text%__1cRInterpretedRFrameOis_interpreted6kM_i_;2274 text: .text%__1cGRFrameLis_compiled6kM_i_;2275 1449 text: .text%__1cUPSGenerationCountersKupdate_all6M_v_; 2276 1450 text: .text%__1cTStackWalkCompPolicyMshouldInline6FnMmethodHandle_fi_pkc_; 2277 1451 text: .text%__1cFArenaRdestruct_contents6M_v_; 2278 text: .text%__1cIGraphKitPstore_to_memory6MpnENode_22nJBasicType_i_2_;2279 text: .text%__1cJStoreNodeEmake6FpnENode_22pknHTypePtr_2nJBasicType__p0_;2280 1452 text: .text%__1cXPhaseAggressiveCoalesceYinsert_copy_with_overlap6MpnFBlock_pnENode_II_v_; 2281 1453 text: .text%__1cULinearLeastSquareFitGupdate6Mdd_v_; 2282 text: .text%__1cKciTypeFlowGJsrSetSis_compatible_with6Mp1_i_;2283 1454 text: .text%__1cENodeIadd_prec6Mp0_v_; 2284 text: .text%__1cKOSRAdapterOis_osr_adapter6kM_i_;2285 1455 text: .text%__1cIMulINodeGOpcode6kM_i_; 2286 1456 text: .text%__1cLciSignature2t6MpnHciKlass_pnIciSymbol__v_; 2287 1457 text: .text%__1cNGrowableArray4CpnGciType__2t6MpnFArena_iirk1_v_; 2288 text: .text%__1cKTypeAryPtrFempty6kM_i_;2289 text: .text%__1cHTypeAryFempty6kM_i_;2290 text: .text%__1cJloadCNodeZcheck_for_anti_dependence6kM_i_;2291 1458 text: .text%__1cIciMethod2t6MnMmethodHandle__v_; 2292 text: .text%__1cRandI_rReg_immNodePoper_input_base6kM_I_;2293 1459 text: .text%__1cJAssemblerDjcc6Mn0AJCondition_rnFLabel_nJrelocInfoJrelocType__v_; 2294 text: .text%__1cCosRelapsed_frequency6F_x_;2295 text: .text%__1cNinstanceKlassVis_same_class_package6FpnHoopDesc_pnNsymbolOopDesc_24_i_;2296 1460 text: .text%__1cMelapsedTimerHseconds6kM_d_; 2297 1461 text: .text%__1cOJNIHandleBlockOallocate_block6FpnGThread__p0_; 2298 text: .text%__1cJAssemblerDnop6M_v_;2299 text: .text%__1cDCHANprocess_class6FnLKlassHandle_pnNGrowableArray4n0B___pnNGrowableArray4nMmethodHandle___nMsymbolHandle_6_v_;2300 text: .text%__1cEUTF8Fequal6FpWi1i_i_;2301 text: .text%__1cKstoreLNodeJnum_opnds6kM_I_;2302 text: .text%__1cIjniIdMapHoops_do6MpnKOopClosure__v_;2303 text: .text%__1cMjniIdMapBaseHoops_do6MpnKOopClosure__v_;2304 1462 text: .text%__1cJArrayDataKcell_count6M_i_; 2305 1463 text: .text%__1cGBitMapIset_from6M0_v_; 2306 text: .text%__1cPBytecode_invokeJsignature6kM_pnNsymbolOopDesc__;2307 1464 text: .text%__1cKType_ArrayEgrow6MI_v_; 2308 1465 text: .text%JVM_Write; 2309 1466 text: .text%__1cDhpiFwrite6FipkvI_L_; 2310 text: .text%__1cMStartC2INodeGOpcode6kM_i_;2311 1467 text: .text%__1cSindIndexOffsetOperKin_RegMask6kMi_pknHRegMask__; 2312 1468 text: .text%__1cFframebGinterpreter_callee_receiver_addr6MnMsymbolHandle__ppnHoopDesc__; … … 2319 1475 text: .text%__1cJcmpOpOperGnegate6M_v_; 2320 1476 text: .text%__1cHTypeAryEmake6FpknEType_pknHTypeInt__pk0_; 2321 text: .text%__1cFParseRoptimize_inlining6MpnIciMethod_ipnPciInstanceKlass_24irnKInlineTreeLInlineStyle_r2_v_;2322 text: .text%__1cQimprove_receiver6FpnPciInstanceKlass_pknLTypeInstPtr_ri_1_;2323 text: .text%__1cPcmpFastLockNodeHtwo_adr6kM_I_;2324 text: .text%__1cMLinkResolverTresolve_static_call6FrnICallInfo_rnLKlassHandle_nMsymbolHandle_53iipnGThread__v_;2325 1477 text: .text%__1cPCheckCastPPNodeJideal_reg6kM_I_; 2326 text: .text%__1cKJavaThreadUin_stack_yellow_zone6MpC_i_;2327 text: .text%__1cFParseSmerge_memory_edges6MpnMMergeMemNode_ii_v_;2328 1478 text: .text%__1cJAssemblerEmovq6MpnMRegisterImpl_nHAddress__v_; 2329 1479 text: .text%__1cUSafepointSynchronizebDhandle_polling_page_exception6FpnKJavaThread__v_; … … 2332 1482 text: .text%__1cNandL_rRegNodeMideal_Opcode6kM_i_; 2333 1483 text: .text%__1cKcmpOpUOperFccode6kM_i_; 2334 text: .text%__1cLjmpConUNodeTmay_be_short_branch6kM_i_;2335 text: .text%__1cLjmpConUNodeOis_pc_relative6kM_i_;2336 1484 text: .text%__1cIPipelinePoperand_latency6kMIpk0_I_; 2337 1485 text: .text%__1cWCallLeafNoFPDirectNodeMideal_Opcode6kM_i_; 2338 1486 text: .text%__1cQPlaceholderTableKfind_entry6MiInMsymbolHandle_nGHandle__pnNsymbolOopDesc__; 2339 text: .text%__1cJTimeStampSticks_since_update6kM_x_;2340 1487 text: .text%__1cURethrowExceptionNodeMideal_Opcode6kM_i_; 2341 1488 text: .text%__1cJloadPNodeFreloc6kM_i_; 2342 1489 text: .text%__1cTno_rax_rbx_RegPOperKin_RegMask6kMi_pknHRegMask__; 2343 text: .text%__1cNprefetchwNodeJnum_opnds6kM_I_;2344 1490 text: .text%__1cKjmpConNodeGnegate6M_v_; 2345 1491 text: .text%__1cMindirectOperFscale6kM_i_; 2346 text: .text%__1cQSystemDictionaryVadd_loader_constraint6FnMsymbolHandle_nGHandle_2pnGThread__v_;2347 text: .text%__1cVLoaderConstraintTableJadd_entry6MnMsymbolHandle_pnMklassOopDesc_nGHandle_34pnGThread__i_;2348 1492 text: .text%__1cRsubI_rReg_memNodeMideal_Opcode6kM_i_; 2349 1493 text: .text%__1cTOopMapForCacheEntryZfill_stackmap_for_opcodes6MpnOBytecodeStream_pnNCellTypeState_4i_v_; … … 2353 1497 text: .text%__1cNloadRangeNodeIpipeline6kM_pknIPipeline__; 2354 1498 text: .text%__1cPCheckCastPPNodeFValue6kMpnOPhaseTransform__pknEType__; 2355 text: .text%__1cFParseMvisit_blocks6M_v_;2356 1499 text: .text%__1cQjmpDir_shortNodeMideal_Opcode6kM_i_; 2357 1500 text: .text%__1cQjmpDir_shortNodeEsize6kMpnNPhaseRegAlloc__I_; … … 2362 1505 text: .text%__1cNSafePointNodeIIdentity6MpnOPhaseTransform__pnENode__; 2363 1506 text: .text%__1cJloadSNodeLout_RegMask6kM_rknHRegMask__; 2364 text: .text%__1cKMemBarNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2365 1507 text: .text%__1cOjmpLoopEndNodeMideal_Opcode6kM_i_; 2366 text: .text%__1cFBlockTimplicit_null_check6MrnLBlock_Array_rnNGrowableArray4CI__pnENode_6_v_;2367 1508 text: .text%__1cKCastPPNodeQIdeal_DU_postCCP6MpnIPhaseCCP__pnENode__; 2368 1509 text: .text%__1cOGenerateOopMapKcopy_state6MpnNCellTypeState_2_v_; 2369 text: .text%__1cGThreadSis_Compiler_thread6kM_i_;2370 1510 text: .text%__1cRCardTableModRefBSPdirty_MemRegion6MnJMemRegion__v_; 2371 text: .text%__1cJloadBNodeZcheck_for_anti_dependence6kM_i_;2372 1511 text: .text%__1cQVMOperationQdDueueSqueue_remove_front6Mi_pnMVM_Operation__; 2373 1512 text: .text%__1cOcompI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2374 1513 text: .text%__1cVCompressedWriteStreamEgrow6M_v_; 2375 text: .text%__1cNCompileBrokerYcheck_compilation_result6FnMmethodHandle_iippnHnmethod__i_;2376 text: .text%__1cKReflectionVis_same_class_package6FpnMklassOopDesc_2_i_;2377 text: .text%__1cNinstanceKlassVis_same_class_package6MpnMklassOopDesc__i_;2378 1514 text: .text%JVM_RawMonitorEnter; 2379 text: .text%__1cFMutexMjvm_raw_lock6M_v_;2380 1515 text: .text%JVM_RawMonitorExit; 2381 text: .text%__1cFMutexOjvm_raw_unlock6M_v_;2382 1516 text: .text%__1cHUNICODELutf8_length6FpHi_i_; 2383 1517 text: .text%__1cRaddP_rReg_immNodeHtwo_adr6kM_I_; 2384 text: .text%__1cIciMethodLis_accessor6kM_i_;2385 1518 text: .text%__1cPCountedLoopNodeDphi6kM_pnENode__; 2386 1519 text: .text%__1cLBoxLockNodeEsize6kMpnNPhaseRegAlloc__I_; 2387 1520 text: .text%__1cSmembar_releaseNodeMideal_Opcode6kM_i_; 2388 text: .text%__1cQciBytecodeStreamSget_constant_index6kM_i_;2389 text: .text%__1cOGenerateOopMapOset_bbmark_bit6Mi_v_;2390 1521 text: .text%__1cFParseOreturn_current6MpnENode__v_; 2391 1522 text: .text%__1cLConvI2LNodeJideal_reg6kM_I_; … … 2393 1524 text: .text%__1cMorI_rRegNodeMcisc_operand6kM_i_; 2394 1525 text: .text%__1cMloadConPNodeFreloc6kM_i_; 2395 text: .text%__1cGThreadMis_VM_thread6kM_i_;2396 1526 text: .text%__1cSPSPromotionManagerFreset6M_v_; 2397 text: .text%__1cNPrefetchQdDueueFclear6M_v_;2398 1527 text: .text%__1cSPSPromotionManagerKflush_labs6M_v_; 2399 1528 text: .text%__1cFciEnvVnotice_inlined_method6MpnIciMethod__v_; … … 2408 1537 text: .text%__1cHi2sNodeLout_RegMask6kM_rknHRegMask__; 2409 1538 text: .text%__1cJAssemblerKemit_arith6MiipnMRegisterImpl_2_v_; 2410 text: .text%__1cLcastP2LNodeLout_RegMask6kM_rknHRegMask__;2411 1539 text: .text%__1cRciVirtualCallDataOtranslate_from6MpnLProfileData__v_; 2412 1540 text: .text%__1cXinitialize_static_field6FpnPfieldDescriptor_pnGThread__v_: classFileParser.o; 2413 1541 text: .text%__1cKstoreCNodeOmemory_operand6kM_pknIMachOper__; 2414 text: .text%__1cNCompileBrokerXcompilation_is_in_queue6FnMmethodHandle_i_i_;2415 text: .text%__1cRsubI_rReg_memNodeJnum_opnds6kM_I_;2416 text: .text%__1cETypeCeq6kMpk0_i_;2417 text: .text%__1cHMatcherPstack_alignment6F_I_;2418 1542 text: .text%__1cNloadKlassNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2419 text: .text%__1cJloadSNodeJnum_opnds6kM_I_;2420 1543 text: .text%__1cJMultiNodeLout_RegMask6kM_rknHRegMask__; 2421 text: .text%__1cRshrL_rReg_immNodeJnum_opnds6kM_I_;2422 text: .text%__1cTconvI2L_reg_memNodeErule6kM_I_;2423 1544 text: .text%__1cMURShiftLNodeFValue6kMpnOPhaseTransform__pknEType__; 2424 1545 text: .text%__1cRcmpFastUnlockNodeLout_RegMask6kM_rknHRegMask__; 2425 text: .text%__1cSInterpreterRuntimebAfrequency_counter_overflow6FpnKJavaThread_pC_n0AJIcoResult__;2426 1546 text: .text%__1cHSubNodeIIdentity6MpnOPhaseTransform__pnENode__; 2427 text: .text%__1cQjava_lang_StringGlength6FpnHoopDesc__i_;2428 1547 text: .text%__1cLRethrowNodeGOpcode6kM_i_; 2429 text: .text%__1cPcmpFastLockNodeJnum_opnds6kM_I_;2430 text: .text%__1cIciMethodPcan_be_compiled6M_i_;2431 1548 text: .text%__1cFParseQcreate_entry_map6M_pnNSafePointNode__; 2432 1549 text: .text%__1cFParseIdo_exits6M_v_; … … 2434 1551 text: .text%__1cFParseLinit_blocks6M_v_; 2435 1552 text: .text%__1cFParse2t6MpnIJVMState_pnIciMethod_f_v_; 2436 text: .text%__1cIciMethodVhas_balanced_monitors6M_i_;2437 1553 text: .text%__1cFParseNdo_all_blocks6M_v_; 2438 1554 text: .text%__1cOParseGeneratorIgenerate6MpnIJVMState__2_; 2439 text: .text%__1cOParseGeneratorJcan_parse6FpnIciMethod_i_i_;2440 1555 text: .text%__1cFArenaEused6kM_L_; 2441 1556 text: .text%__1cRandI_rReg_immNodeErule6kM_I_; … … 2443 1558 text: .text%__1cPno_rax_RegPOperKin_RegMask6kMi_pknHRegMask__; 2444 1559 text: .text%__1cFStateM_sub_Op_AddI6MpknENode__v_; 2445 text: .text%__1cPClassFileParserUskip_over_field_name6MpciI_1_;2446 1560 text: .text%__1cFParsePdo_method_entry6M_v_; 2447 1561 text: .text%__1cNCallGeneratorKfor_inline6FpnIciMethod_f_p0_; 2448 text: .text%__1cKciTypeFlowFBlockPclone_loop_head6Mp0ip1pn0AGJsrSet__3_;2449 1562 text: .text%__1cLOpaque1NodeGOpcode6kM_i_; 2450 text: .text%__1cHciKlassOis_subclass_of6Mp0_i_;2451 text: .text%__1cbBjava_lang_ref_SoftReferenceFclock6F_x_;2452 1563 text: .text%__1cTAbstractInterpreterbFsize_top_interpreter_activation6FpnNmethodOopDesc__i_; 2453 text: .text%__1cRruntime_type_from6FpnJJavaValue__nJBasicType__: javaCalls.o;2454 text: .text%__1cCosbCstack_shadow_pages_available6FpnGThread_nMmethodHandle__i_;2455 1564 text: .text%__1cPJavaCallWrapper2t6MnMmethodHandle_nGHandle_pnJJavaValue_pnGThread__v_; 2456 1565 text: .text%__1cCosUos_exception_wrapper6FpFpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v2468_v_; … … 2458 1567 text: .text%__1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_; 2459 1568 text: .text%__1cJJavaCallsEcall6FpnJJavaValue_nMmethodHandle_pnRJavaCallArguments_pnGThread__v_; 2460 text: .text%__1cLCastP2LNodeLbottom_type6kM_pknEType__;2461 1569 text: .text%__1cPJavaCallWrapper2T6M_v_; 2462 1570 text: .text%__1cVPreserveExceptionMark2T6M_v_; 2463 1571 text: .text%__1cVPreserveExceptionMark2t6MrpnGThread__v_; 2464 text: .text%__1cMrax_RegPOperJnum_edges6kM_I_;2465 1572 text: .text%__1cMrax_RegPOperKin_RegMask6kMi_pknHRegMask__; 2466 1573 text: .text%__1cITypeFuncFxdual6kM_pknEType__; 2467 text: .text%__1cIimmLOperJconstantL6kM_x_;2468 text: .text%__1cIMulLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2469 1574 text: .text%__1cLRShiftINodeIIdentity6MpnOPhaseTransform__pnENode__; 2470 1575 text: .text%__1cJloadPNodeIpipeline6kM_pknIPipeline__; 2471 text: .text%__1cNCompileBrokerTcompile_method_base6FnMmethodHandle_ii1ipkcpnGThread__pnHnmethod__;2472 text: .text%__1cNCompileBrokerOcompile_method6FnMmethodHandle_i1ipkcpnGThread__pnHnmethod__;2473 text: .text%__1cNmethodOopDescWload_signature_classes6FnMmethodHandle_pnGThread__i_;2474 1576 text: .text%__1cTconstantPoolOopDescbDresolve_string_constants_impl6FnSconstantPoolHandle_pnGThread__v_; 2475 text: .text%__1cYDebugInformationRecorderNadd_dependent6MpnPciInstanceKlass_pnIciMethod__v_;2476 1577 text: .text%__1cHciField2t6MpnPciInstanceKlass_i_v_; 2477 1578 text: .text%__1cTconstantPoolOopDescbCklass_ref_at_if_loaded_check6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__; 2478 1579 text: .text%__1cMLinkResolverXresolve_klass_no_update6FrnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 2479 text: .text%__1cNaddL_rRegNodePoper_input_base6kM_I_;2480 1580 text: .text%__1cISubINodeGadd_id6kM_pknEType__; 2481 1581 text: .text%__1cNsubI_rRegNodeHtwo_adr6kM_I_; 2482 1582 text: .text%__1cGciType2t6MnLKlassHandle__v_; 2483 text: .text%__1cMMutableSpaceKinitialize6MnJMemRegion_i_v_;2484 1583 text: .text%__1cHciKlass2t6MnLKlassHandle__v_; 2485 text: .text%__1cKInlineTree2t6MpnHCompile_pk0pnIciMethod_pnIJVMState_if_v_;2486 1584 text: .text%__1cJEventMark2t6MpkcE_v_; 2487 text: .text%__1cJloadCNodeJnum_opnds6kM_I_;2488 1585 text: .text%__1cNaddI_rRegNodeQuse_cisc_RegMask6M_v_; 2489 1586 text: .text%__1cQComputeCallStackHdo_long6M_v_; … … 2493 1590 text: .text%__1cQVMOperationQdDueueNqueue_oops_do6MipnKOopClosure__v_; 2494 1591 text: .text%__1cMCreateExNodeJideal_reg6kM_I_; 2495 text: .text%__1cMorI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;2496 text: .text%__1cMorI_rRegNodeJnum_opnds6kM_I_;2497 1592 text: .text%__1cRmethodDataOopDescLbci_to_data6Mi_pnLProfileData__; 2498 1593 text: .text%__1cNSCMemProjNodeGOpcode6kM_i_; 2499 1594 text: .text%__1cNSignatureInfoHdo_long6M_v_; 2500 text: .text%__1cLPCTableNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2501 1595 text: .text%__1cMCreateExNodeIIdentity6MpnOPhaseTransform__pnENode__; 2502 1596 text: .text%__1cRinterpretedVFrameDbci6kM_i_; … … 2512 1606 text: .text%__1cFKlassTarray_klass_or_null6Mi_pnMklassOopDesc__; 2513 1607 text: .text%__1cNmulL_rRegNodeMcisc_operand6kM_i_; 2514 text: .text%__1cNobjArrayKlassPoop_is_objArray6kM_i_;2515 text: .text%__1cLklassVtableXvtable_accessibility_at6Mi_n0AKAccessType__;2516 text: .text%__1cNrFlagsRegOperFclone6kM_pnIMachOper__;2517 1608 text: .text%__1cIGraphKitJpush_pair6MpnENode__v_; 2518 1609 text: .text%__1cNCatchProjNodeDcmp6kMrknENode__I_; 2519 text: .text%__1cIGraphKitRmake_slow_call_ex6MpnENode_pnPciInstanceKlass__v_;2520 1610 text: .text%__1cTcompareAndSwapLNodePoper_input_base6kM_I_; 2521 1611 text: .text%__1cMloadConINodeHsize_of6kM_I_; 2522 1612 text: .text%__1cJAssemblerKemit_arith6MiipnMRegisterImpl_i_v_; 2523 text: .text%__1cRMachSafePointNodeLis_MachCall6M_pnMMachCallNode__;2524 1613 text: .text%__1cNstoreImmINodeMideal_Opcode6kM_i_; 2525 text: .text%__1cJScopeDescGis_top6kM_i_;2526 1614 text: .text%__1cHOrINodeLbottom_type6kM_pknEType__; 2527 1615 text: .text%__1cPstoreImmI16NodeMideal_Opcode6kM_i_; … … 2529 1617 text: .text%__1cFStateQ_sub_Op_CreateEx6MpknENode__v_; 2530 1618 text: .text%__1cRshrL_rReg_immNodeHtwo_adr6kM_I_; 2531 text: .text%__1cLjmpConUNodeJis_Branch6kM_I_;2532 1619 text: .text%__1cLjmpConUNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2533 1620 text: .text%__1cLjmpConUNodeJlabel_set6MrnFLabel_I_v_; … … 2535 1622 text: .text%__1cPciInstanceKlass2t6MnLKlassHandle__v_; 2536 1623 text: .text%__1cHCompileXin_preserve_stack_slots6M_I_; 2537 text: .text%__1cMMachCallNodeHis_Call6M_pnICallNode__;2538 1624 text: .text%__1cNdecI_rRegNodeLout_RegMask6kM_rknHRegMask__; 2539 text: .text%__1cKStoreCNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2540 1625 text: .text%__1cLLShiftINodeIIdentity6MpnOPhaseTransform__pnENode__; 2541 1626 text: .text%__1cTtypeArrayKlassKlassIoop_size6kMpnHoopDesc__i_; 2542 text: .text%__1cLklassVtableKis_miranda6FpnNmethodOopDesc_pnPobjArrayOopDesc_pnMklassOopDesc__i_;2543 text: .text%__1cTconvL2I_reg_regNodePoper_input_base6kM_I_;2544 1627 text: .text%__1cRalign_code_offset6Fi_I_; 2545 1628 text: .text%__1cMURShiftINodeLbottom_type6kM_pknEType__; … … 2552 1635 text: .text%__1cIAddLNodeGadd_id6kM_pknEType__; 2553 1636 text: .text%__1cRaddL_rReg_immNodeMideal_Opcode6kM_i_; 2554 text: .text%__1cLRShiftINodeFIdeal6MpnIPhaseGVN_i_pnENode__;2555 1637 text: .text%__1cFTypeFEhash6kM_i_; 2556 text: .text%__1cIGraphKitMarray_length6MpnENode__2_;2557 text: .text%__1cPCallRuntimeNodeEhash6kM_I_;2558 1638 text: .text%__1cPsalI_rReg_1NodeErule6kM_I_; 2559 1639 text: .text%__1cIJVMState2t6Mi_v_; 2560 text: .text%__1cNstoreImmBNodeHtwo_adr6kM_I_;2561 text: .text%__1cLLShiftINodeFIdeal6MpnIPhaseGVN_i_pnENode__;2562 text: .text%__1cScompU_rReg_immNodeJnum_opnds6kM_I_;2563 text: .text%__1cNGrowableArray4Cl_Icontains6kMrkl_i_;2564 1640 text: .text%__1cScompU_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2565 text: .text%__1cQjava_lang_StringGequals6FpnHoopDesc_pHi_i_;2566 1641 text: .text%__1cOcompP_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2567 1642 text: .text%__1cTCreateExceptionNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2580 1655 text: .text%__1cPshrI_rReg_1NodeErule6kM_I_; 2581 1656 text: .text%__1cRmethodDataOopDescKmileage_of6FpnNmethodOopDesc__i_; 2582 text: .text%__1cKManagementJtimestamp6F_x_;2583 text: .text%__1cbDReferenceProcessorInitializerIis_clean6kM_v_;2584 1657 text: .text%__1cIPSOldGenPupdate_counters6M_v_; 2585 text: .text%__1cNSingletonBlobIis_alive6kM_i_;2586 text: .text%__1cKTypeRawPtrCeq6kMpknEType__i_;2587 1658 text: .text%__1cIregDOperEtype6kM_pknEType__; 2588 text: .text%__1cQleaPIdxScaleNodeHtwo_adr6kM_I_;2589 1659 text: .text%__1cTStackWalkCompPolicyPshouldNotInline6FnMmethodHandle__pkc_; 2590 text: .text%__1cMPrefetchNodeLbottom_type6kM_pknEType__;2591 1660 text: .text%__1cPcmpFastLockNodeErule6kM_I_; 2592 1661 text: .text%__1cFArena2t6M_v_; 2593 1662 text: .text%__1cSCallLeafDirectNodePoper_input_base6kM_I_; 2594 text: .text%__1cMCallLeafNodeLis_CallLeaf6kM_pk0_;2595 1663 text: .text%__1cQleaPIdxScaleNodeMideal_Opcode6kM_i_; 2596 1664 text: .text%__1cJcmpOpOperFequal6kM_i_; 2597 1665 text: .text%__1cScompI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2598 1666 text: .text%jni_IsSameObject: jni.o; 2599 text: .text%__1cNmulL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;2600 text: .text%__1cNmulL_rRegNodeJnum_opnds6kM_I_;2601 1667 text: .text%__1cIGraphKitYcombine_exception_states6MpnNSafePointNode_2_v_; 2602 1668 text: .text%__1cJloadBNodeLout_RegMask6kM_rknHRegMask__; 2603 text: .text%__1cMrcx_RegIOperJnum_edges6kM_I_;2604 text: .text%__1cFKlassNoop_is_method6kM_i_;2605 1669 text: .text%__1cIMulLNodeLbottom_type6kM_pknEType__; 2606 text: .text%__1cHnmethodPis_locked_by_vm6kM_i_;2607 1670 text: .text%__1cONMethodSweeperPprocess_nmethod6FpnHnmethod__v_; 2608 1671 text: .text%__1cRaddP_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2609 text: .text%__1cXjava_lang_ref_ReferenceWpending_list_lock_addr6F_ppnHoopDesc__;2610 text: .text%__1cJloadLNodeHtwo_adr6kM_I_;2611 text: .text%__1cHMulNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2612 1672 text: .text%__1cMrep_stosNodePoper_input_base6kM_I_; 2613 1673 text: .text%__1cRsalI_rReg_immNodeErule6kM_I_; 2614 1674 text: .text%__1cJFieldTypeSskip_optional_size6FpnNsymbolOopDesc_pi_v_; 2615 1675 text: .text%__1cMloadConPNodeHsize_of6kM_I_; 2616 text: .text%__1cSCallLeafDirectNodeHtwo_adr6kM_I_;2617 1676 text: .text%__1cHnmethodVcleanup_inline_caches6M_v_; 2618 1677 text: .text%__1cIGraphKitTcreate_and_xform_if6MpnENode_2ff_pnGIfNode__; 2619 text: .text%__1cQsolaris_mprotect6FpcLi_i_: os_solaris.o;2620 1678 text: .text%__1cRaddI_rReg_memNodePoper_input_base6kM_I_; 2621 text: .text%__1cHnmethodLis_unloaded6kM_i_;2622 1679 text: .text%__1cOGenerateOopMapHppstore6MpnNCellTypeState_i_v_; 2623 text: .text%__1cIGraphKitXset_edges_for_java_call6MpnMCallJavaNode_i_v_;2624 text: .text%__1cTconvI2L_reg_memNodeMideal_Opcode6kM_i_;2625 text: .text%__1cHi2sNodeJnum_opnds6kM_I_;2626 1680 text: .text%__1cSconstMethodOopDescZchecked_exceptions_length6kM_i_; 2627 text: .text%__1cHMatcherXadjust_incoming_stk_arg6Mi_i_;2628 1681 text: .text%__1cNIdealLoopTreeIset_nest6MI_i_; 2629 1682 text: .text%__1cNIdealLoopTreeMcounted_loop6MpnOPhaseIdealLoop__v_; 2630 text: .text%__1cRsubI_rReg_memNodeZcheck_for_anti_dependence6kM_i_;2631 text: .text%__1cIGraphKitZset_results_for_java_call6MpnMCallJavaNode__pnENode__;2632 text: .text%__1cTconvI2L_reg_memNodePoper_input_base6kM_I_;2633 1683 text: .text%__1cFStateM_sub_Op_CmpU6MpknENode__v_; 2634 1684 text: .text%__1cLRethrowNodeKmatch_edge6kMI_I_; 2635 text: .text%__1cKcopy_table6FppC1i_v_: interpreter.o;2636 1685 text: .text%__1cUBytecode_tableswitchOdest_offset_at6kMi_i_; 2637 1686 text: .text%__1cNobjArrayKlassKcopy_array6MpnMarrayOopDesc_i2iipnGThread__v_; 2638 1687 text: .text%__1cKTypeRawPtrFxmeet6kMpknEType__3_; 2639 text: .text%__1cMVM_OperationVevaluate_at_safepoint6kM_i_;2640 text: .text%__1cMVM_OperationVevaluate_concurrently6kM_i_;2641 text: .text%__1cMVM_OperationSis_cheap_allocated6kM_i_;2642 text: .text%__1cXmembar_release_lockNodePoper_input_base6kM_I_;2643 text: .text%__1cRaddL_rReg_immNodePoper_input_base6kM_I_;2644 text: .text%__1cScompP_mem_rRegNodeZcheck_for_anti_dependence6kM_i_;2645 1688 text: .text%__1cJFieldTypeOget_array_info6FpnNsymbolOopDesc_pip2pnGThread__nJBasicType__; 2646 text: .text%__1cJFieldTypeYis_valid_array_signature6FpnNsymbolOopDesc__i_;2647 1689 text: .text%__1cNincI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2648 1690 text: .text%__1cIciObject2t6M_v_; 2649 1691 text: .text%__1cPstoreImmI16NodePoper_input_base6kM_I_; 2650 text: .text%__1cNinstanceKlassbDcheck_valid_for_instantiation6MipnGThread__v_;2651 1692 text: .text%__1cPClassFileParserbCverify_legal_class_modifiers6MipnGThread__v_; 2652 text: .text%__1cQLibraryIntrinsicKis_virtual6kM_i_;2653 1693 text: .text%__1cPciObjectFactoryUget_empty_methodData6M_pnMciMethodData__; 2654 1694 text: .text%__1cMciMethodData2t6M_v_; 2655 text: .text%__1cPsarI_rReg_1NodePoper_input_base6kM_I_;2656 1695 text: .text%__1cNstoreImmBNodeOmemory_operand6kM_pknIMachOper__; 2657 1696 text: .text%__1cFTypeDEhash6kM_i_; 2658 text: .text%__1cMPrefetchNodeKmatch_edge6kMI_I_;2659 text: .text%__1cHCompileQcan_generate_C2I6MpnIciMethod_i_i_;2660 1697 text: .text%__1cPloadConUL32NodeLout_RegMask6kM_rknHRegMask__; 2661 text: .text%__1cPciObjArrayKlassSis_obj_array_klass6M_i_;2662 1698 text: .text%__1cLOpaque1NodeEhash6kM_I_; 2663 text: .text%__1cXmembar_release_lockNodeHtwo_adr6kM_I_;2664 1699 text: .text%JVM_GetMethodIxModifiers; 2665 1700 text: .text%__1cJloadBNodeOmemory_operand6kM_pknIMachOper__; 2666 text: .text%__1cNandL_rRegNodeJnum_opnds6kM_I_;2667 text: .text%__1cNandL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;2668 1701 text: .text%__1cFKlassMset_subklass6MpnMklassOopDesc__v_; 2669 1702 text: .text%__1cTCallDynamicJavaNodeGOpcode6kM_i_; 2670 1703 text: .text%__1cJloadINodeOmemory_operand6kM_pknIMachOper__; 2671 text: .text%__1cKklassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2672 text: .text%__1cUCompressedReadStreamMraw_read_int6FrpC_i_;2673 1704 text: .text%__1cIHaltNodeEhash6kM_I_; 2674 1705 text: .text%__1cNstoreImmINodePoper_input_base6kM_I_; 2675 1706 text: .text%__1cLAccessFlagsPatomic_set_bits6Mi_v_; 2676 1707 text: .text%__1cNinstanceKlassWcompute_modifier_flags6kMpnGThread__i_; 2677 text: .text%__1cNinstanceKlassScopy_static_fields6MpnSPSPromotionManager__v_;2678 text: .text%__1cSinstanceKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2679 1708 text: .text%__1cOcompL_rRegNodeLout_RegMask6kM_rknHRegMask__; 2680 1709 text: .text%__1cQVMOperationQdDueueLremove_next6M_pnMVM_Operation__; 2681 text: .text%__1cQciTypeArrayKlassTis_type_array_klass6M_i_;2682 1710 text: .text%__1cRsubI_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 2683 1711 text: .text%__1cFStateP_sub_Op_LShiftL6MpknENode__v_; 2684 1712 text: .text%__1cLjmpConUNodeGnegate6M_v_; 2685 1713 text: .text%__1cKcmpOpUOperGnegate6M_v_; 2686 text: .text%__1cMrax_RegLOperJnum_edges6kM_I_;2687 1714 text: .text%__1cLGCTaskQdDueueKinitialize6M_v_; 2688 text: .text%__1cJStealTask2t6Mi_v_;2689 1715 text: .text%__1cJStealTaskFdo_it6MpnNGCTaskManager_I_v_; 2690 1716 text: .text%__1cTOldToYoungRootsTaskEname6M_pc_; … … 2693 1719 text: .text%__1cJStealTaskEname6M_pc_; 2694 1720 text: .text%__1cSCardTableExtensionbAscavenge_contents_parallel6MpnQObjectStartArray_pnMMutableSpace_pnIHeapWord_pnSPSPromotionManager_I_v_; 2695 text: .text%__1cFciEnvbAget_constant_by_index_impl6MpnPciInstanceKlass_i_nKciConstant__;2696 1721 text: .text%__1cQciBytecodeStreamMget_constant6M_nKciConstant__; 2697 text: .text%__1cFciEnvVget_constant_by_index6MpnPciInstanceKlass_i_nKciConstant__;2698 text: .text%__1cJcmpOpOperFclone6kM_pnIMachOper__;2699 1722 text: .text%__1cMrep_stosNodeMideal_Opcode6kM_i_; 2700 text: .text%__1cEhash6Fpkc1_I_;2701 text: .text%__1cQput_after_lookup6FnMsymbolHandle_0ppnLNameSigHash__i_;2702 1723 text: .text%__1cKJavaThreadLgc_epilogue6M_v_; 2703 1724 text: .text%__1cKJavaThreadLgc_prologue6M_v_; … … 2705 1726 text: .text%__1cUreloc_java_to_interp6F_I_; 2706 1727 text: .text%__1cQinit_input_masks6FIrnHRegMask_1_p0_: matcher.o; 2707 text: .text%__1cKOSRAdapterHoops_do6MpnKOopClosure__v_;2708 text: .text%__1cRCompilationPolicybIreset_counter_for_invocation_event6MnMmethodHandle__v_;2709 1728 text: .text%__1cRitableMethodEntryKinitialize6MpnNmethodOopDesc__v_; 2710 1729 text: .text%__1cTcompareAndSwapLNodeMideal_Opcode6kM_i_; 2711 text: .text%__1cNinstanceKlassPlink_class_impl6FnTinstanceKlassHandle_pnGThread__v_;2712 1730 text: .text%__1cIGraphKitbBset_arguments_for_java_call6MpnMCallJavaNode__v_; 2713 1731 text: .text%__1cNCallGeneratorCtf6kM_pknITypeFunc__; 2714 1732 text: .text%__1cMloadConLNodeLbottom_type6kM_pknEType__; 2715 text: .text%__1cKStoreBNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2716 1733 text: .text%__1cNaddL_rRegNodeMideal_Opcode6kM_i_; 2717 text: .text%__1cTcompareAndSwapLNodeJnum_opnds6kM_I_;2718 1734 text: .text%__1cFStateO_sub_Op_StoreI6MpknENode__v_; 2719 1735 text: .text%__1cQleaPIdxScaleNodePoper_input_base6kM_I_; 2720 text: .text%__1cNGrowableArray4CpnNmethodOopDesc__2t6Mii_v_;2721 1736 text: .text%__1cLklassVtableMget_mirandas6FpnNGrowableArray4CpnNmethodOopDesc___pnMklassOopDesc_pnPobjArrayOopDesc_8_v_; 2722 1737 text: .text%__1cXJNI_ArgumentPusherVaArgKget_object6M_v_; 2723 1738 text: .text%__1cNloadConP0NodeLout_RegMask6kM_rknHRegMask__; 2724 1739 text: .text%__1cFKlassKsuperklass6kM_pnNinstanceKlass__; 2725 text: .text%__1cWstatic_stub_RelocationJpack_data6M_i_;2726 text: .text%__1cNsubL_rRegNodePoper_input_base6kM_I_;2727 text: .text%__1cbAjni_check_async_exceptions6FpnKJavaThread__v_: jni.o;2728 text: .text%__1cKJavaThreadbHcheck_and_handle_async_exceptions6Mi_v_;2729 1740 text: .text%__1cRsalI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2730 1741 text: .text%__1cMindIndexOperNbase_position6kM_i_; 2731 1742 text: .text%__1cMindIndexOperOindex_position6kM_i_; 2732 1743 text: .text%__1cMindIndexOperNconstant_disp6kM_i_; 2733 text: .text%__1cJLoadSNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2734 text: .text%__1cNGrowableArray4CpnOMethodLivenessKBasicBlock__2t6Mii_v_;2735 1744 text: .text%__1cKstoreINodeLout_RegMask6kM_rknHRegMask__; 2736 text: .text%__1cNCallGeneratorPfor_direct_call6FpnIciMethod__p0_;2737 1745 text: .text%__1cTDirectCallGeneratorIgenerate6MpnIJVMState__2_; 2738 1746 text: .text%__1cMWarmCallInfoLalways_cold6F_p0_; … … 2740 1748 text: .text%JVM_IsInterface; 2741 1749 text: .text%__1cFKlassQset_next_sibling6MpnMklassOopDesc__v_; 2742 text: .text%__1cJMultiNodeUdepends_only_on_test6kM_i_;2743 1750 text: .text%__1cRshrL_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2744 1751 text: .text%__1cQjmpCon_shortNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2745 1752 text: .text%__1cQjmpCon_shortNodeJlabel_set6MrnFLabel_I_v_; 2746 text: .text%__1cKjmpConNodeUshort_branch_version6M_pnIMachNode__;2747 text: .text%__1cQjmpCon_shortNodeJis_Branch6kM_I_;2748 text: .text%__1cKJavaThreadNpd_last_frame6M_nFframe__;2749 1753 text: .text%__1cTStackWalkCompPolicyVfindTopInlinableFrame6MpnNGrowableArray4CpnGRFrame____2_; 2750 1754 text: .text%__1cKJavaThreadQlast_java_vframe6MpnLRegisterMap__pnKjavaVFrame__; 2751 1755 text: .text%__1cTStackWalkCompPolicyXmethod_invocation_event6MnMmethodHandle_pnGThread__v_; 2752 1756 text: .text%__1cRInterpretedRFrame2t6MnFframe_pnKJavaThread_nMmethodHandle__v_; 2753 text: .text%__1cNGrowableArray4CpnGRFrame__2t6Mii_v_;2754 text: .text%__1cKjavaVFrameNis_java_frame6kM_i_;2755 text: .text%__1cIVerifierRshould_verify_for6FpnHoopDesc__i_;2756 text: .text%__1cQciBytecodeStreamPget_klass_index6M_i_;2757 1757 text: .text%__1cRMachNullCheckNodeLout_RegMask6kM_rknHRegMask__; 2758 text: .text%__1cRMachNullCheckNode2t6MpnENode_2I_v_;2759 1758 text: .text%__1cRsarI_rReg_immNodeMideal_Opcode6kM_i_; 2760 text: .text%__1cNMachIdealNodeJnum_opnds6kM_I_;2761 text: .text%__1cRMachSafePointNodePis_MachCallJava6M_pnQMachCallJavaNode__;2762 1759 text: .text%__1cKstorePNodeLout_RegMask6kM_rknHRegMask__; 2763 1760 text: .text%__1cWImplicitExceptionTableGappend6MII_v_; 2764 1761 text: .text%__1cHUNICODEHas_utf86FpHi_pc_; 2765 text: .text%__1cMStartI2CNodeGOpcode6kM_i_;2766 text: .text%__1cKOSRAdapterMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;2767 text: .text%__1cSvframeStreamCommonbHskip_method_invoke_and_aux_frames6M_v_;2768 text: .text%__1cNdecI_rRegNodeJnum_opnds6kM_I_;2769 1762 text: .text%__1cIMinINodeGOpcode6kM_i_; 2770 text: .text%__1cNinstanceKlassbCfind_local_field_from_offset6kMiipnPfieldDescriptor__i_;2771 text: .text%__1cNinstanceKlassWfind_field_from_offset6kMiipnPfieldDescriptor__i_;2772 text: .text%__1cPciInstanceKlassTget_field_by_offset6Mii_pnHciField__;2773 1763 text: .text%__1cFArena2T6M_v_; 2774 1764 text: .text%__1cKmethodOperJnum_edges6kM_I_; … … 2781 1771 text: .text%__1cKstorePNodeFreloc6kM_i_; 2782 1772 text: .text%__1cYCallStaticJavaDirectNodeIpipeline6kM_pknIPipeline__; 2783 text: .text%__1cYCallStaticJavaDirectNodeJnum_opnds6kM_I_;2784 1773 text: .text%__1cQleaPIdxScaleNodeErule6kM_I_; 2785 1774 text: .text%__1cTciConstantPoolCacheGinsert6Mipv_v_; 2786 text: .text%__1cNinstanceKlassXmark_dependent_nmethods6MpnMklassOopDesc__i_;2787 text: .text%__1cMvframeStream2t6MpnKJavaThread_i_v_;2788 1775 text: .text%__1cIGraphKitTuse_exception_state6MpnNSafePointNode__pnENode__; 2789 1776 text: .text%__1cIGraphKitSclear_saved_ex_oop6FpnNSafePointNode__pnENode__; 2790 text: .text%__1cNloadConI0NodeFclone6kM_pnENode__;2791 text: .text%__1cJimmI0OperFclone6kM_pnIMachOper__;2792 text: .text%__1cLCastP2LNodeFValue6kMpnOPhaseTransform__pknEType__;2793 1777 text: .text%__1cMLinkResolverbBresolve_static_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 2794 1778 text: .text%__1cKcmpOpUOperNgreater_equal6kM_i_; 2795 1779 text: .text%__1cPClassFileParserYparse_checked_exceptions6MpHInSconstantPoolHandle_pnGThread__1_; 2796 text: .text%__1cXcopy_u2_with_conversion6FpH0i_v_: classFileParser.o;2797 text: .text%__1cENodeGis_Sub6M_pnHSubNode__;2798 1780 text: .text%__1cJAssemblerFtestq6MpnMRegisterImpl_2_v_; 2799 1781 text: .text%__1cJCMoveNodeLis_cmove_id6FpnOPhaseTransform_pnENode_44pnIBoolNode__4_; 2800 1782 text: .text%__1cZresource_reallocate_bytes6FpcLL_0_; 2801 1783 text: .text%__1cKstoreINodeFreloc6kM_i_; 2802 text: .text%__1cLsymbolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2803 text: .text%__1cQciBytecodeStreamJget_klass6Mri_pnHciKlass__;2804 text: .text%__1cKMemBarNode2t6M_v_;2805 1784 text: .text%__1cIDivINodeGOpcode6kM_i_; 2806 text: .text%__1cFframeRis_compiled_frame6kMpi_i_;2807 text: .text%__1cPCallRuntimeNodeOis_CallRuntime6kM_pk0_;2808 1785 text: .text%__1cPshrI_rReg_1NodeLout_RegMask6kM_rknHRegMask__; 2809 1786 text: .text%__1cMorI_rRegNodeLout_RegMask6kM_rknHRegMask__; … … 2811 1788 text: .text%__1cPsalI_rReg_1NodeLout_RegMask6kM_rknHRegMask__; 2812 1789 text: .text%__1cHciField2t6MpnPfieldDescriptor__v_; 2813 text: .text%__1cIAddLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2814 1790 text: .text%__1cIModINodeGOpcode6kM_i_; 2815 1791 text: .text%__1cNmulL_rRegNodeErule6kM_I_; 2816 text: .text%__1cSsafePoint_pollNodeHtwo_adr6kM_I_;2817 text: .text%__1cDCHAManalyze_call6FnLKlassHandle_11nMsymbolHandle_2_pnJCHAResult__;2818 text: .text%__1cJCHAResult2t6MnLKlassHandle_nMsymbolHandle_2pnNGrowableArray4n0B___pnNGrowableArray4nMmethodHandle___n0E_i_v_;2819 1792 text: .text%__1cMLinkResolverbCresolve_virtual_call_or_null6FnLKlassHandle_1nMsymbolHandle_21_nMmethodHandle__; 2820 text: .text%__1cJCHAResultOis_monomorphic6kM_i_;2821 text: .text%__1cIciMethodXfind_monomorphic_target6MpnHciKlass_22_p0_;2822 text: .text%__1cQconstMethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2823 text: .text%__1cKMemBarNodeJis_MemBar6kM_pk0_;2824 text: .text%__1cIGraphKitOinsert_mem_bar6MpnKMemBarNode__v_;2825 text: .text%__1cHi2sNodeHtwo_adr6kM_I_;2826 1793 text: .text%__1cJCodeCacheMfind_nmethod6Fpv_pnHnmethod__; 2827 1794 text: .text%__1cLConvL2INodeLbottom_type6kM_pknEType__; 2828 1795 text: .text%__1cMLinkResolverbCresolve_special_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 2829 text: .text%__1cNIdealLoopTreeObeautify_loops6MpnOPhaseIdealLoop__i_;2830 1796 text: .text%__1cScompP_mem_rRegNodeLout_RegMask6kM_rknHRegMask__; 2831 1797 text: .text%__1cKstoreBNodePoper_input_base6kM_I_; 2832 1798 text: .text%__1cRandI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 2833 text: .text%__1cSCallLeafDirectNodeRis_safepoint_node6kM_i_;2834 1799 text: .text%__1cJloadLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2835 1800 text: .text%__1cSCallLeafDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2836 text: .text%__1cKMemBarNodeJideal_reg6kM_I_;2837 text: .text%__1cJloadSNodeHtwo_adr6kM_I_;2838 1801 text: .text%__1cVConstantOopWriteValueIwrite_on6MpnUDebugInfoWriteStream__v_; 2839 1802 text: .text%__1cUDebugInfoWriteStreamMwrite_handle6MpnI_jobject__v_; 2840 text: .text%__1cLmethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2841 1803 text: .text%__1cNaddI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2842 text: .text%__1cJlog2_long6Fx_i_;2843 1804 text: .text%__1cTconvL2I_reg_regNodeLout_RegMask6kM_rknHRegMask__; 2844 1805 text: .text%__1cIGraphKitPpush_pair_local6Mi_v_; … … 2853 1814 text: .text%__1cLStringTableGintern6FpnHoopDesc_pnGThread__2_; 2854 1815 text: .text%__1cFKlassQup_cast_abstract6M_p0_; 2855 text: .text%__1cNGrowableArray4CpnENode__2t6Mii_v_;2856 text: .text%__1cPCheckCastPPNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2857 1816 text: .text%__1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_; 2858 1817 text: .text%__1cSCountedLoopEndNodeKstride_con6kM_i_; 2859 text: .text%__1cTconvI2L_reg_memNodeJnum_opnds6kM_I_;2860 1818 text: .text%__1cPCheckCastPPNodeIIdentity6MpnOPhaseTransform__pnENode__; 2861 1819 text: .text%__1cPClassFileStreamHskip_u26MipnGThread__v_; 2862 1820 text: .text%__1cLOpaque1NodeLbottom_type6kM_pknEType__; 2863 1821 text: .text%__1cOPhaseIdealLoopRsplit_thru_region6MpnENode_2_2_; 2864 text: .text%__1cFTypeFCeq6kMpknEType__i_;2865 text: .text%__1cNmethodOopDescOis_initializer6kM_i_;2866 1822 text: .text%__1cFciEnvRfind_system_klass6MpnIciSymbol__pnHciKlass__; 2867 1823 text: .text%__1cNandL_rRegNodeErule6kM_I_; 2868 1824 text: .text%__1cQjmpDir_shortNodeJlabel_set6MrnFLabel_I_v_; 2869 1825 text: .text%__1cQjmpDir_shortNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2870 text: .text%__1cKjmpDirNodeUshort_branch_version6M_pnIMachNode__;2871 text: .text%__1cQjmpDir_shortNodeJis_Branch6kM_I_;2872 1826 text: .text%__1cLBlock_ArrayEgrow6MI_v_; 2873 text: .text%__1cOtypeArrayKlassQarray_klass_impl6MiipnGThread__pnMklassOopDesc__;2874 text: .text%__1cSCompareAndSwapNodeLbottom_type6kM_pknEType__;2875 text: .text%__1cOtypeArrayKlassQarray_klass_impl6FnUtypeArrayKlassHandle_iipnGThread__pnMklassOopDesc__;2876 1827 text: .text%__1cMPhaseChaitinVfind_base_for_derived6MppnENode_2rI_2_; 2877 1828 text: .text%__1cSindIndexOffsetOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 2878 1829 text: .text%__1cSindIndexOffsetOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 2879 1830 text: .text%__1cNGrowableArray4CI_Egrow6Mi_v_; 2880 text: .text%__1cHMatcherMreturn_value6Fii_nLOptoRegPair__;2881 1831 text: .text%__1cFStateP_sub_Op_ConvI2L6MpknENode__v_; 2882 text: .text%__1cOjmpLoopEndNodeGpinned6kM_i_;2883 text: .text%__1cNxorI_rRegNodePoper_input_base6kM_I_;2884 text: .text%__1cJCHAResultSmonomorphic_target6kM_nMmethodHandle__;2885 1832 text: .text%__1cNsubI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2886 text: .text%__1cPCountedLoopNodeNstride_is_con6kM_i_;2887 1833 text: .text%__1cRcmpFastUnlockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2888 text: .text%__1cbBjava_lang_ref_SoftReferenceJtimestamp6FpnHoopDesc__x_;2889 text: .text%__1cQLRUMaxHeapPolicyWshould_clear_reference6MpnHoopDesc__i_;2890 text: .text%__1cLcastP2LNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;2891 1834 text: .text%__1cPcheckCastPPNodeEsize6kMpnNPhaseRegAlloc__I_; 2892 1835 text: .text%__1cPciInstanceKlassLfind_method6MpnIciSymbol_2_pnIciMethod__; 2893 text: .text%__1cZCallInterpreterDirectNodeMideal_Opcode6kM_i_;2894 1836 text: .text%__1cILoopNodeHsize_of6kM_I_; 2895 1837 text: .text%__1cSindIndexOffsetOperFscale6kM_i_; 2896 text: .text%__1cMjniIdSupportNto_method_oop6FpnK_jmethodID__pnNmethodOopDesc__;2897 1838 text: .text%__1cLBoxLockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2898 1839 text: .text%__1cRSignatureIterator2t6MpnGThread_pnNsymbolOopDesc__v_; 2899 text: .text%__1cRaddI_rReg_memNodeJnum_opnds6kM_I_;2900 text: .text%__1cFKlassQoop_is_typeArray6kM_i_;2901 text: .text%__1cGOopMapPset_derived_oop6Miiii_v_;2902 1840 text: .text%__1cKstoreBNodeMideal_Opcode6kM_i_; 2903 1841 text: .text%__1cHi2bNodeErule6kM_I_; 2904 1842 text: .text%__1cFStateN_sub_Op_LoadI6MpknENode__v_; 2905 text: .text%__1cMloadConDNodePoper_input_base6kM_I_;2906 1843 text: .text%__1cPCountedLoopNodeJinit_trip6kM_pnENode__; 2907 1844 text: .text%__1cICmpLNodeDsub6kMpknEType_3_3_; 2908 1845 text: .text%__1cRjmpConU_shortNodeEsize6kMpnNPhaseRegAlloc__I_; 2909 1846 text: .text%__1cRjmpConU_shortNodeMideal_Opcode6kM_i_; 2910 text: .text%__1cMloadConDNodeHtwo_adr6kM_I_;2911 text: .text%__1cHnmethodKpc_desc_at6MpC_pnGPcDesc__;2912 text: .text%__1cJrRegPOperFclone6kM_pnIMachOper__;2913 text: .text%__1cFParseNpush_constant6MnKciConstant__i_;2914 text: .text%__1cMrep_stosNodeJnum_opnds6kM_I_;2915 1847 text: .text%__1cOClearArrayNodeKmatch_edge6kMI_I_; 2916 1848 text: .text%__1cUvisit_all_interfaces6FpnPobjArrayOopDesc_pnXInterfaceVisiterClosure__v_; 2917 1849 text: .text%__1cXmembar_release_lockNodeLbottom_type6kM_pknEType__; 2918 1850 text: .text%__1cPThreadLocalNodeJideal_reg6kM_I_; 2919 text: .text%__1cPstoreImmI16NodeJnum_opnds6kM_I_;2920 1851 text: .text%__1cTleaPIdxScaleOffNodeLout_RegMask6kM_rknHRegMask__; 2921 text: .text%__1cIGraphKitbMset_predefined_output_for_runtime_call6MpnENode_pnMMergeMemNode__v_;2922 text: .text%__1cFKlassXsearch_secondary_supers6kMpnMklassOopDesc__i_;2923 1852 text: .text%__1cPsarI_rReg_1NodeErule6kM_I_; 2924 1853 text: .text%__1cOPhaseIdealLoopPis_counted_loop6MpnENode_pnNIdealLoopTree__2_; 2925 text: .text%__1cIGraphKitOhas_ex_handler6M_i_;2926 1854 text: .text%__1cMloadConDNodeErule6kM_I_; 2927 1855 text: .text%__1cHCompileQsync_stack_slots6kM_i_; 2928 1856 text: .text%__1cNMemoryServiceXtrack_memory_pool_usage6FpnKMemoryPool__v_; 2929 text: .text%__1cMURShiftLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2930 1857 text: .text%__1cKoopFactoryTnew_system_objArray6FipnGThread__pnPobjArrayOopDesc__; 2931 1858 text: .text%__1cNdecI_rRegNodeHtwo_adr6kM_I_; 2932 text: .text%__1cPClassFileParserbHparse_constant_pool_integer_entry6MnSconstantPoolHandle_ipnGThread__v_;2933 text: .text%__1cTDebugInfoReadStream2t6MpknHnmethod_i_v_;2934 text: .text%__1cRsalI_rReg_immNodeJnum_opnds6kM_I_;2935 1859 text: .text%__1cJScopeDescJstream_at6kMi_pnTDebugInfoReadStream__; 2936 1860 text: .text%__1cVjava_lang_ClassLoaderGparent6FpnHoopDesc__2_; 2937 1861 text: .text%__1cIPhaseIFGEinit6MI_v_; 2938 text: .text%__1cMPhaseChaitinQgather_lrg_masks6Mi_v_;2939 1862 text: .text%__1cJPhaseLiveHcompute6MI_v_; 2940 1863 text: .text%JVM_GetCPClassNameUTF; 2941 1864 text: .text%__1cMLinkResolverUresolve_invokestatic6FrnICallInfo_nSconstantPoolHandle_ipnGThread__v_; 2942 text: .text%__1cNstoreImmINodeJnum_opnds6kM_I_;2943 text: .text%__1cITypeNodeHis_Type6M_p0_;2944 1865 text: .text%__1cHRetNodePoper_input_base6kM_I_; 2945 text: .text%__1cLCastP2LNodeFIdeal6MpnIPhaseGVN_i_pnENode__;2946 1866 text: .text%jni_GetStringLength: jni.o; 2947 1867 text: .text%__1cPloadConUL32NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2948 1868 text: .text%__1cOFastUnlockNodeFValue6kMpnOPhaseTransform__pknEType__; 2949 1869 text: .text%__1cPciObjArrayKlassNelement_klass6M_pnHciKlass__; 2950 text: .text%__1cNprefetchwNodeHtwo_adr6kM_I_;2951 text: .text%__1cNnmethodLocker2T6M_v_;2952 1870 text: .text%__1cKoopFactoryYnew_permanent_shortArray6FipnGThread__pnQtypeArrayOopDesc__; 2953 text: .text%__1cKstoreCNodeHtwo_adr6kM_I_;2954 text: .text%__1cQleaPIdxScaleNodeJnum_opnds6kM_I_;2955 1871 text: .text%__1cNaddL_rRegNodeMcisc_operand6kM_i_; 2956 1872 text: .text%__1cOcompL_rRegNodeQuse_cisc_RegMask6M_v_; 2957 text: .text%__1cTDebugInfoReadStreamLread_handle6M_nGHandle__;2958 text: .text%__1cJScopeDesc2t6MpknHnmethod_i_v_;2959 1873 text: .text%__1cFStateR_sub_Op_LoadRange6MpknENode__v_; 2960 1874 text: .text%__1cOcompiledVFrame2t6MpknFframe_pknLRegisterMap_pnKJavaThread_pnJScopeDesc__v_; 2961 1875 text: .text%__1cOcompU_rRegNodeIpipeline6kM_pknIPipeline__; 2962 text: .text%__1cPcmovI_reg_gNodePoper_input_base6kM_I_;2963 text: .text%__1cLProfileDataSis_VirtualCallData6M_i_;2964 text: .text%__1cSmembar_acquireNodePoper_input_base6kM_I_;2965 1876 text: .text%__1cNsubL_rRegNodeMideal_Opcode6kM_i_; 2966 1877 text: .text%__1cJMarkSweepMfollow_stack6F_v_; 2967 text: .text%__1cNnmethodLocker2t6MpnHnmethod__v_;2968 1878 text: .text%__1cNloadRangeNodeFreloc6kM_i_; 2969 text: .text%__1cNGrowableArray4CpnKciTypeFlowJJsrRecord__2t6Miirk2i_v_;2970 1879 text: .text%__1cTcompareAndSwapLNodeErule6kM_I_; 2971 1880 text: .text%__1cZCallDynamicJavaDirectNodeMideal_Opcode6kM_i_; 2972 text: .text%__1cMURShiftINodeFIdeal6MpnIPhaseGVN_i_pnENode__;2973 text: .text%__1cOcompiledVFrameGis_top6kM_i_;2974 1881 text: .text%__1cSInterpreterRuntimeLmonitorexit6FpnKJavaThread_pnPBasicObjectLock__v_; 2975 1882 text: .text%__1cNxorI_rRegNodeMideal_Opcode6kM_i_; 2976 text: .text%__1cRshrI_rReg_immNodeJnum_opnds6kM_I_;2977 1883 text: .text%__1cKciTypeFlow2t6MpnFciEnv_pnIciMethod_i_v_; 2978 text: .text%__1cKciTypeFlowXmark_known_range_starts6M_v_;2979 text: .text%__1cKciTypeFlowLfind_ranges6M_v_;2980 1884 text: .text%__1cSFixupMirrorClosureJdo_object6MpnHoopDesc__v_; 2981 1885 text: .text%__1cKciTypeFlowKmap_blocks6M_v_; … … 2985 1889 text: .text%__1cIAndINodeGadd_id6kM_pknEType__; 2986 1890 text: .text%__1cMURShiftINodeIIdentity6MpnOPhaseTransform__pnENode__; 2987 text: .text%__1cJloadBNodeHtwo_adr6kM_I_;2988 1891 text: .text%__1cKPSYoungGenRcapacity_in_bytes6kM_L_; 2989 text: .text%__1cHMonitorGnotify6M_i_;2990 1892 text: .text%__1cYciExceptionHandlerStreamPcount_remaining6M_i_; 2991 1893 text: .text%__1cFParseXcatch_inline_exceptions6MpnNSafePointNode__v_; 2992 text: .text%__1cHMatcherNfind_receiver6Fi_i_;2993 1894 text: .text%__1cMciMethodDataJload_data6M_v_; 2994 1895 text: .text%__1cIciMethodJload_code6M_v_; … … 3001 1902 text: .text%__1cIMaxINodeGOpcode6kM_i_; 3002 1903 text: .text%__1cOPhaseTransform2t6MnFPhaseLPhaseNumber__v_; 3003 text: .text%__1cPsalI_rReg_1NodeJnum_opnds6kM_I_;3004 1904 text: .text%__1cQSystemDictionarybAcompute_loader_lock_object6FnGHandle_pnGThread__1_; 3005 text: .text%__1cHciKlassMis_interface6M_i_;3006 text: .text%__1cPmethodDataKlassRoop_is_methodData6kM_i_;3007 1905 text: .text%__1cIMulLNodeGadd_id6kM_pknEType__; 3008 text: .text%__1cJloadCNodeLout_RegMask6kM_rknHRegMask__;3009 1906 text: .text%__1cQSystemDictionaryRpreloaded_oops_do6FpnKOopClosure__v_; 3010 text: .text%__1cIVMThreadHoops_do6MpnKOopClosure__v_;3011 1907 text: .text%__1cLJvmtiExportHoops_do6FpnKOopClosure__v_; 3012 1908 text: .text%__1cMFlatProfilerHoops_do6FpnKOopClosure__v_; … … 3021 1917 text: .text%__1cKJNIHandlesHoops_do6FpnKOopClosure__v_; 3022 1918 text: .text%__1cXJvmtiCurrentBreakpointsHoops_do6FpnKOopClosure__v_; 3023 text: .text%__1cIUniverseHoops_do6FpnKOopClosure_i_v_;3024 1919 text: .text%__1cbGJvmtiVMObjectAllocEventCollectorXoops_do_for_all_threads6FpnKOopClosure__v_; 3025 1920 text: .text%__1cRindIndexScaleOperJnum_edges6kM_I_; 3026 1921 text: .text%__1cRindIndexScaleOperKin_RegMask6kMi_pknHRegMask__; 3027 text: .text%__1cKstoreBNodeJnum_opnds6kM_I_;3028 1922 text: .text%__1cNSignatureInfoJdo_double6M_v_; 3029 1923 text: .text%__1cJAssemblerEmovl6MnHAddress_pnMRegisterImpl__v_; … … 3031 1925 text: .text%__1cMrdx_RegIOperEtype6kM_pknEType__; 3032 1926 text: .text%__1cMciMethodData2t6MnQmethodDataHandle__v_; 3033 text: .text%__1cSmembar_acquireNodeHtwo_adr6kM_I_;3034 1927 text: .text%__1cRshrI_rReg_immNodeHtwo_adr6kM_I_; 3035 text: .text%__1cKJNIHandlesLmake_global6FnGHandle_i_pnI_jobject__;3036 1928 text: .text%jni_ExceptionOccurred: jni.o; 3037 1929 text: .text%jni_SetObjectArrayElement: jni.o; 3038 text: .text%__1cSCompareAndSwapNodeKmatch_edge6kMI_I_;3039 1930 text: .text%__1cISubINodeJideal_reg6kM_I_; 3040 text: .text%__1cRMachSafePointNodeGpinned6kM_i_;3041 text: .text%__1cIimmIOperFclone6kM_pnIMachOper__;3042 text: .text%__1cMloadConINodeFclone6kM_pnENode__;3043 1931 text: .text%__1cICodeHeapIallocate6ML_pv_; 3044 1932 text: .text%__1cICodeHeapPsearch_freelist6ML_pnJFreeBlock__; 3045 text: .text%__1cbACallCompiledJavaDirectNodeMideal_Opcode6kM_i_;3046 1933 text: .text%__1cPcmpFastLockNodeLout_RegMask6kM_rknHRegMask__; 3047 text: .text%__1cLCastP2LNodeIIdentity6MpnOPhaseTransform__pnENode__;3048 1934 text: .text%__1cNmulL_rRegNodeLout_RegMask6kM_rknHRegMask__; 3049 text: .text%__1cJLoadBNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3050 text: .text%__1cVmerge_point_too_heavy6FpnHCompile_pnENode__i_: loopopts.o;3051 1935 text: .text%jni_GetByteArrayRegion: jni.o; 3052 text: .text%__1cFParseKdo_put_xxx6MpknHTypePtr_pnENode_pnHciField_i_v_;3053 text: .text%__1cHnmethodOis_java_method6kM_i_;3054 1936 text: .text%__1cQjava_lang_StringLutf8_length6FpnHoopDesc__i_; 3055 1937 text: .text%__1cQjava_lang_StringOas_utf8_string6FpnHoopDesc_ii_pc_; … … 3057 1939 text: .text%jni_GetStringUTFLength: jni.o; 3058 1940 text: .text%__1cOMacroAssemblerWbang_stack_with_offset6Mi_v_; 3059 text: .text%__1cRsarL_rReg_immNodePoper_input_base6kM_I_;3060 1941 text: .text%__1cScompU_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3061 text: .text%__1cFciEnvZcheck_klass_accessibility6MpnHciKlass_pnMklassOopDesc__i_;3062 text: .text%__1cIciObjectMis_obj_array6M_i_;3063 text: .text%__1cOLibraryCallKitOgenerate_guard6MpnENode_pnKRegionNode_f_v_;3064 1942 text: .text%__1cMoutputStream2t6Mi_v_; 3065 1943 text: .text%__1cMstringStreamJas_string6M_pc_; … … 3068 1946 text: .text%__1cMstringStream2T6M_v_; 3069 1947 text: .text%__1cOMethodLivenessKBasicBlockJstore_two6Mi_v_; 3070 text: .text%__1cJloadINodeIpeephole6MpnFBlock_ipnNPhaseRegAlloc_ri_pnIMachNode__;3071 text: .text%__1cTconvL2I_reg_regNodeJnum_opnds6kM_I_;3072 1948 text: .text%__1cPClassFileParserXverify_legal_class_name6MnMsymbolHandle_pnGThread__v_; 3073 text: .text%__1cRandI_rReg_immNodeJnum_opnds6kM_I_;3074 1949 text: .text%__1cOAbstractICacheQinvalidate_range6FpCi_v_; 3075 1950 text: .text%__1cOAbstractICachePcall_flush_stub6FpCi_v_; … … 3077 1952 text: .text%__1cRClassPathZipEntryLopen_stream6Mpkc_pnPClassFileStream__; 3078 1953 text: .text%__1cJCodeCacheIallocate6Fi_pnICodeBlob__; 3079 text: .text%__1cIGraphKitOmake_slow_call6MpknITypeFunc_pCpkcpnENode_88_8_;3080 1954 text: .text%__1cICodeHeapPfollowing_block6MpnJFreeBlock__2_; 3081 1955 text: .text%__1cOClearArrayNodeLbottom_type6kM_pknEType__; 3082 text: .text%__1cPshrI_rReg_1NodeJnum_opnds6kM_I_;3083 1956 text: .text%__1cEDictIdoubhash6M_v_; 3084 text: .text%__1cTleaPIdxScaleOffNodeLbottom_type6kM_pknEType__;3085 1957 text: .text%__1cIProjNodeJideal_reg6kM_I_; 3086 1958 text: .text%__1cHi2sNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3087 1959 text: .text%__1cLimmI_16OperJnum_edges6kM_I_; 3088 text: .text%__1cUmembar_cpu_orderNodePoper_input_base6kM_I_;3089 1960 text: .text%__1cPfieldDescriptorRint_initial_value6kM_i_; 3090 text: .text%__1cTCallInterpreterNodeGOpcode6kM_i_;3091 1961 text: .text%__1cMloadConLNodeLout_RegMask6kM_rknHRegMask__; 3092 1962 text: .text%__1cRaddL_rReg_immNodeErule6kM_I_; 3093 1963 text: .text%__1cJLoadLNodeJideal_reg6kM_I_; 3094 text: .text%__1cTleaPIdxScaleOffNodeZcheck_for_anti_dependence6kM_i_;3095 1964 text: .text%__1cHCompileTset_cached_top_node6MpnENode__v_; 3096 1965 text: .text%__1cENodeMsetup_is_top6M_v_; 3097 1966 text: .text%__1cIGotoNodeGOpcode6kM_i_; 3098 1967 text: .text%__1cOMachPrologNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3099 text: .text%__1cHCompilePneed_stack_bang6kMi_i_;3100 1968 text: .text%__1cKBranchDataPpost_initialize6MpnOBytecodeStream_pnRmethodDataOopDesc__v_; 3101 1969 text: .text%__1cNFingerprinterIdo_array6Mii_v_; … … 3105 1973 text: .text%__1cSInterpreterRuntimeE_new6FpnKJavaThread_pnTconstantPoolOopDesc_i_v_; 3106 1974 text: .text%__1cMorI_rRegNodeHtwo_adr6kM_I_; 3107 text: .text%__1cKTypeRawPtrFempty6kM_i_;3108 text: .text%__1cHRetNodeGpinned6kM_i_;3109 text: .text%__1cHRetNodeHtwo_adr6kM_I_;3110 1975 text: .text%__1cPsalI_rReg_1NodeHtwo_adr6kM_I_; 3111 1976 text: .text%__1cNinstanceKlassVadd_dependent_nmethod6MpnHnmethod__v_; 3112 1977 text: .text%__1cHRetNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3113 1978 text: .text%__1cPGlobalTLABStatsKinitialize6M_v_; 3114 text: .text%__1cbBjava_lang_ref_SoftReferenceJset_clock6Fx_v_;3115 text: .text%__1cUParallelScavengeHeapTensure_parseability6M_v_;3116 1979 text: .text%__1cTDerivedPointerTableFclear6F_v_; 3117 text: .text%__1cNMemoryServiceGgc_end6Fi_v_;3118 text: .text%__1cSReferenceProcessorQprocess_phaseJNI6M_v_;3119 1980 text: .text%__1cRLowMemoryDetectorRdetect_low_memory6F_v_; 3120 text: .text%__1cSReferenceProcessorbDenqueue_discovered_references6M_i_;3121 text: .text%__1cSReferenceProcessorbDprocess_discovered_references6M_v_;3122 1981 text: .text%__1cNCollectedHeapbFaccumulate_statistics_all_tlabs6M_v_; 3123 1982 text: .text%__1cTDerivedPointerTablePupdate_pointers6F_v_; 3124 text: .text%__1cNCollectedHeapTensure_parseability6M_v_;3125 text: .text%__1cNCollectedHeapOfill_all_tlabs6M_v_;3126 1983 text: .text%__1cKDictionaryHoops_do6MpnKOopClosure__v_; 3127 text: .text%__1cSReferenceProcessorbBenqueue_discovered_reflists6MppnHoopDesc__v_;3128 1984 text: .text%__1cWThreadLocalAllocBufferbFaccumulate_statistics_before_gc6F_v_; 3129 text: .text%__1cSReferenceProcessorOprocess_phase16MppnHoopDesc_pnPReferencePolicy_pnRBoolObjectClosure_pnKOopClosure_pnLVoidClosure__v_;3130 1985 text: .text%__1cQLRUMaxHeapPolicy2t6M_v_; 3131 text: .text%__1cPGCMemoryManagerIgc_begin6M_v_;3132 text: .text%__1cPGCMemoryManagerGgc_end6M_v_;3133 1986 text: .text%__1cVLoaderConstraintTableHoops_do6MpnKOopClosure__v_; 3134 1987 text: .text%__1cUParallelScavengeHeapbFaccumulate_statistics_all_tlabs6M_v_; 3135 1988 text: .text%__1cKPSYoungGenPupdate_counters6M_v_; 3136 text: .text%__1cXjava_lang_ref_ReferenceRpending_list_addr6F_ppnHoopDesc__;3137 1989 text: .text%__1cNMemoryServiceStrack_memory_usage6F_v_; 3138 1990 text: .text%__1cQSystemDictionaryHoops_do6FpnKOopClosure__v_; 3139 text: .text%__1cNMemoryServiceIgc_begin6Fi_v_;3140 text: .text%__1cUParallelScavengeHeapOfill_all_tlabs6M_v_;3141 1991 text: .text%__1cXTraceMemoryManagerStats2T6M_v_; 3142 text: .text%__1cXTraceMemoryManagerStats2t6Mi_v_;3143 1992 text: .text%__1cUParallelScavengeHeapPupdate_counters6M_v_; 3144 text: .text%__1cQPlaceholderTableJnew_entry6MipnNsymbolOopDesc_pnHoopDesc__pnQPlaceholderEntry__;3145 1993 text: .text%__1cQPlaceholderTableMremove_entry6MiInMsymbolHandle_nGHandle__v_; 3146 text: .text%__1cQPlaceholderTableJadd_entry6MiInMsymbolHandle_nGHandle__v_;3147 1994 text: .text%__1cNCollectedHeapQresize_all_tlabs6M_v_; 3148 1995 text: .text%__1cUParallelScavengeHeapQresize_all_tlabs6M_v_; … … 3153 2000 text: .text%__1cNmethodOopDescbEfast_exception_handler_bci_for6MnLKlassHandle_ipnGThread__i_; 3154 2001 text: .text%__1cSInterpreterRuntimebFexception_handler_for_exception6FpnKJavaThread_pnHoopDesc__pC_; 3155 text: .text%__1cNaddL_rRegNodeJnum_opnds6kM_I_;3156 text: .text%__1cNaddL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;3157 2002 text: .text%__1cKstoreLNodeOmemory_operand6kM_pknIMachOper__; 3158 text: .text%__1cUPSAdaptiveSizePolicyZdecay_supplemental_growth6Mi_v_;3159 2003 text: .text%__1cUPSAdaptiveSizePolicybPeden_increment_with_supplement_aligned_up6ML_L_; 3160 text: .text%__1cUPSAdaptiveSizePolicyQdecaying_gc_cost6kM_d_;3161 text: .text%__1cUPSAdaptiveSizePolicybDcompute_generation_free_space6MLLLLLLLi_v_;3162 2004 text: .text%__1cIPSOldGenMmax_gen_size6M_L_; 3163 2005 text: .text%__1cUPSAdaptiveSizePolicybHclear_generation_free_space_flags6M_v_; 3164 2006 text: .text%__1cUPSAdaptiveSizePolicyOeden_increment6MLI_L_; 3165 text: .text%__1cUPSAdaptiveSizePolicyVadjust_for_throughput6MipL1_v_;3166 2007 text: .text%__1cQSystemDictionaryTload_instance_class6FnMsymbolHandle_nGHandle_pnGThread__nTinstanceKlassHandle__; 3167 text: .text%__1cUmembar_cpu_orderNodeHtwo_adr6kM_I_;3168 2008 text: .text%__1cPjava_lang_ClassNcreate_mirror6FnLKlassHandle_pnGThread__pnHoopDesc__; 3169 text: .text%__1cLklassVtableRinitialize_vtable6MpnGThread__v_;3170 2009 text: .text%__1cJAssemblerDjmp6MrnFLabel_nJrelocInfoJrelocType__v_; 3171 2010 text: .text%__1cPshrI_rReg_1NodeHtwo_adr6kM_I_; 3172 2011 text: .text%__1cRmulI_rReg_immNodeMideal_Opcode6kM_i_; 3173 text: .text%__1cNandI_rRegNodePoper_input_base6kM_I_;3174 2012 text: .text%__1cOMachEpilogNodeEsize6kMpnNPhaseRegAlloc__I_; 3175 2013 text: .text%__1cLklassVtableVinitialize_from_super6MnLKlassHandle__i_; … … 3177 2015 text: .text%__1cLklassVtableOcopy_vtable_to6MpnLvtableEntry__v_; 3178 2016 text: .text%__1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_; 3179 text: .text%__1cQinstanceRefKlassbKrelease_and_notify_pending_list_lock6FipnJBasicLock__v_;3180 2017 text: .text%__1cPVM_GC_OperationbKrelease_and_notify_pending_list_lock6M_v_; 3181 text: .text%__1cPVM_GC_OperationOskip_operation6kM_i_;3182 text: .text%__1cPVM_GC_OperationNdoit_prologue6M_i_;3183 2018 text: .text%__1cPVM_GC_OperationZacquire_pending_list_lock6M_v_; 3184 2019 text: .text%__1cMTypeKlassPtrFxmeet6kMpknEType__3_; 3185 2020 text: .text%__1cKReturnNodeEhash6kM_I_; 3186 text: .text%__1cHnmethodVis_dependent_on_entry6MpnMklassOopDesc_2pnNmethodOopDesc__i_;3187 text: .text%__1cbDVM_ParallelGCFailedAllocation2t6MLiiI_v_;3188 2021 text: .text%__1cLlog2_intptr6Fl_i_; 3189 2022 text: .text%__1cKKlass_vtbl2n6FLrnLKlassHandle_ipnGThread__pv_; 3190 2023 text: .text%__1cFKlassVbase_create_klass_oop6FrnLKlassHandle_irknKKlass_vtbl_pnGThread__pnMklassOopDesc__; 3191 2024 text: .text%__1cFKlassRinitialize_supers6MpnMklassOopDesc_pnGThread__v_; 3192 text: .text%__1cMloadConPNodeFclone6kM_pnENode__;3193 text: .text%__1cIimmPOperFclone6kM_pnIMachOper__;3194 2025 text: .text%__1cFKlassRbase_create_klass6FrnLKlassHandle_irknKKlass_vtbl_pnGThread__1_; 3195 2026 text: .text%__1cSCallLeafDirectNodeKmethod_set6Ml_v_; … … 3197 2028 text: .text%__1cJloadLNodeOmemory_operand6kM_pknIMachOper__; 3198 2029 text: .text%__1cRAbstractAssemblerbDgenerate_stack_overflow_check6Mi_v_; 3199 text: .text%__1cCosOunguard_memory6FpcL_i_;3200 2030 text: .text%__1cNandL_rRegNodeLout_RegMask6kM_rknHRegMask__; 3201 2031 text: .text%__1cLLShiftINodeJideal_reg6kM_I_; 3202 text: .text%__1cRsarI_rReg_immNodePoper_input_base6kM_I_;3203 text: .text%__1cGThreadRis_Watcher_thread6kM_i_;3204 2032 text: .text%__1cJLoadSNodeJideal_reg6kM_I_; 3205 text: .text%__1cTconvL2I_reg_regNodeHtwo_adr6kM_I_;3206 2033 text: .text%__1cIPhaseIFGISquareUp6M_v_; 3207 2034 text: .text%__1cPciObjectFactoryMvm_symbol_at6Fi_pnIciSymbol__; 3208 2035 text: .text%__1cCosJyield_all6Fi_v_; 3209 text: .text%__1cKciTypeFlowLStateVectorOmeet_exception6MpnPciInstanceKlass_pk1_i_;3210 2036 text: .text%__1cCosbCmake_polling_page_unreadable6F_v_; 3211 text: .text%__1cONMethodSweeperFsweep6F_v_;3212 2037 text: .text%__1cSObjectSynchronizerVdeflate_idle_monitors6F_v_; 3213 2038 text: .text%__1cMCounterDecayFdecay6F_v_; 3214 text: .text%__1cCosOprotect_memory6FpcL_i_;3215 2039 text: .text%__1cORuntimeServiceWrecord_safepoint_begin6F_v_; 3216 2040 text: .text%__1cORuntimeServicebDrecord_safepoint_synchronized6F_v_; 3217 2041 text: .text%__1cCosXserialize_thread_states6F_v_; 3218 2042 text: .text%__1cUSafepointSynchronizeFbegin6F_v_; 3219 text: .text%__1cUSafepointSynchronizeRis_cleanup_needed6F_i_;3220 2043 text: .text%__1cUSafepointSynchronizeQdo_cleanup_tasks6F_v_; 3221 text: .text%__1cRInlineCacheBufferIis_empty6F_i_;3222 2044 text: .text%__1cRInlineCacheBufferUupdate_inline_caches6F_v_; 3223 text: .text%__1cTAbstractInterpreterRnotice_safepoints6F_v_;3224 2045 text: .text%__1cNloadConP0NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3225 2046 text: .text%__1cCosbAmake_polling_page_readable6F_v_; 3226 2047 text: .text%__1cORuntimeServiceUrecord_safepoint_end6F_v_; 3227 2048 text: .text%__1cUSafepointSynchronizeDend6F_v_; 3228 text: .text%__1cTAbstractInterpreterRignore_safepoints6F_v_;3229 2049 text: .text%__1cQVMOperationQdDueueGinsert6MpnMVM_Operation_2_v_; 3230 2050 text: .text%__1cQVMOperationQdDueueGunlink6MpnMVM_Operation__v_; … … 3236 2056 text: .text%__1cCosTget_native_priority6FpknGThread_pi_nIOSReturn__; 3237 2057 text: .text%__1cIVMThreadSevaluate_operation6MpnMVM_Operation__v_; 3238 text: .text%__1cQVMOperationQdDueueDadd6MpnMVM_Operation__i_;3239 2058 text: .text%__1cSmembar_releaseNodeLbottom_type6kM_pknEType__; 3240 2059 text: .text%__1cCosGrandom6F_l_; 3241 text: .text%__1cNget_next_hash6F_l_: synchronizer.o;3242 text: .text%__1cNJvmtiGCMarker2t6Mi_v_;3243 2060 text: .text%__1cPVM_GC_OperationNdoit_epilogue6M_v_; 3244 text: .text%__1cKPSScavengeXshould_attempt_scavenge6F_i_;3245 text: .text%__1cKPSScavengeQinvoke_no_policy6Fpi_i_;3246 2061 text: .text%__1cPGlobalTLABStatsHpublish6M_v_; 3247 2062 text: .text%__1cUinitialize_hashtable6FppnLNameSigHash__v_; 3248 text: .text%__1cPclear_hashtable6FppnLNameSigHash__v_;3249 text: .text%__1cQciBytecodeStreamUis_unresolved_string6kM_i_;3250 text: .text%__1cFciEnvUis_unresolved_string6kMpnPciInstanceKlass_i_i_;3251 text: .text%__1cFciEnvZis_unresolved_string_impl6kMpnNinstanceKlass_i_i_;3252 2063 text: .text%__1cNtestP_regNodeFreloc6kM_i_; 3253 text: .text%__1cNSCMemProjNodeGis_CFG6kM_i_;3254 text: .text%__1cKPSScavengeGinvoke6Fpi_v_;3255 text: .text%__1cUParallelScavengeHeapTfailed_mem_allocate6MpiLii_pnIHeapWord__;3256 text: .text%__1cbDVM_ParallelGCFailedAllocationEname6kM_pkc_;3257 2064 text: .text%__1cbDVM_ParallelGCFailedAllocationEdoit6M_v_; 3258 2065 text: .text%__1cKDictionaryJnew_entry6MIpnMklassOopDesc_pnHoopDesc__pnPDictionaryEntry__; 3259 2066 text: .text%__1cKDictionaryJadd_klass6MnMsymbolHandle_nGHandle_nLKlassHandle__v_; 3260 2067 text: .text%__1cQSystemDictionaryRupdate_dictionary6FiIiInTinstanceKlassHandle_nGHandle_pnGThread__v_; 3261 text: .text%__1cQSystemDictionaryRcheck_constraints6FiInTinstanceKlassHandle_nGHandle_pnGThread__v_;3262 2068 text: .text%__1cQSystemDictionaryQfind_placeholder6FiInMsymbolHandle_nGHandle__pnNsymbolOopDesc__; 3263 text: .text%__1cVLoaderConstraintTablePcheck_or_update6MnTinstanceKlassHandle_nGHandle_nMsymbolHandle__pkc_;3264 2069 text: .text%__1cKoopFactoryXnew_permanent_byteArray6FipnGThread__pnQtypeArrayOopDesc__; 3265 text: .text%__1cNIdealLoopTreeTcheck_inner_safepts6MpnOPhaseIdealLoop__v_;3266 2070 text: .text%__1cPsarI_rReg_1NodeLout_RegMask6kM_rknHRegMask__; 3267 2071 text: .text%__1cKciTypeFlowPflow_exceptions6MpnNGrowableArray4Cpn0AFBlock___pnNGrowableArray4CpnPciInstanceKlass___pn0ALStateVector__v_; 3268 text: .text%__1cIAndINodeFIdeal6MpnIPhaseGVN_i_pnENode__;3269 text: .text%__1cIciObjectOis_null_object6kM_i_;3270 2072 text: .text%__1cNIdealLoopTreeNDCE_loop_body6M_v_; 3271 2073 text: .text%__1cNprefetchwNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3278 2080 text: .text%__1cNPhaseCoalescePcoalesce_driver6M_v_; 3279 2081 text: .text%__1cNdecI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3280 text: .text%__1cSComputeAdapterInfoHdo_long6M_v_;3281 2082 text: .text%__1cOGenerateOopMapJdo_astore6Mi_v_; 3282 2083 text: .text%__1cSTailCalljmpIndNodeNis_block_proj6kM_pknENode__; 3283 text: .text%__1cIciObjectMhas_encoding6M_i_;3284 2084 text: .text%__1cMrcx_RegIOperKin_RegMask6kMi_pknHRegMask__; 3285 2085 text: .text%__1cIMulLNodeImul_ring6kMpknEType_3_3_; … … 3292 2092 text: .text%JVM_GetMethodIxExceptionIndexes; 3293 2093 text: .text%JVM_GetMethodIxExceptionsCount; 3294 text: .text%__1cENodeUdepends_only_on_test6kM_i_;3295 text: .text%__1cXmembar_acquire_lockNodePoper_input_base6kM_I_;3296 2094 text: .text%__1cOPhaseIdealLoopMdominated_by6MpnENode_2_v_; 3297 text: .text%__1cNGrowableArray4nLKlassHandle__Icontains6kMrkn0A__i_;3298 text: .text%__1cLGCTaskQdDueue2t6Mi_v_;3299 2095 text: .text%__1cNaddL_rRegNodeErule6kM_I_; 3300 2096 text: .text%__1cGGCTask2t6Mn0AEKindEkind__v_; … … 3313 2109 text: .text%__1cUWaitForBarrierGCTaskIdestruct6M_v_; 3314 2110 text: .text%__1cUWaitForBarrierGCTaskHdestroy6Fp0_v_; 3315 text: .text%__1cUWaitForBarrierGCTask2t6Mi_v_;3316 2111 text: .text%__1cUWaitForBarrierGCTaskGcreate6F_p0_; 3317 2112 text: .text%__1cNBarrierGCTaskIdestruct6M_v_; … … 3325 2120 text: .text%__1cHThreadsZcreate_thread_roots_tasks6FpnLGCTaskQdDueue__v_; 3326 2121 text: .text%__1cKPSYoungGenLswap_spaces6M_v_; 3327 text: .text%__1cUPSAdaptiveSizePolicybPcompute_survivor_space_size_and_threshold6MiiL_i_;3328 2122 text: .text%__1cUParallelScavengeHeapQresize_young_gen6MLL_v_; 3329 text: .text%__1cUPSAdaptiveSizePolicyPupdate_averages6MiLL_v_;3330 text: .text%__1cKPSYoungGenRresize_generation6MLL_i_;3331 2123 text: .text%__1cKPSYoungGenGresize6MLL_v_; 3332 2124 text: .text%__1cKPSYoungGenNresize_spaces6MLL_v_; 3333 text: .text%__1cHMatcherKcan_be_arg6Fi_i_;3334 text: .text%__1cHMatcherQis_spillable_arg6Fi_i_;3335 text: .text%__1cUPSAdaptiveSizePolicyOshould_full_GC6ML_i_;3336 2125 text: .text%__1cSAdaptiveSizePolicybIupdate_minor_pause_young_estimator6Md_v_; 3337 2126 text: .text%__1cUPSAdaptiveSizePolicybGupdate_minor_pause_old_estimator6Md_v_; … … 3339 2128 text: .text%__1cMStartOSRNodeGOpcode6kM_i_; 3340 2129 text: .text%__1cRsubI_rReg_memNodeErule6kM_I_; 3341 text: .text%__1cQinstanceRefKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3342 text: .text%__1cXmembar_acquire_lockNodeHtwo_adr6kM_I_;3343 2130 text: .text%__1cNandI_rRegNodeMideal_Opcode6kM_i_; 3344 text: .text%__1cNcmovI_regNodePoper_input_base6kM_I_;3345 2131 text: .text%__1cMURShiftINodeJideal_reg6kM_I_; 3346 2132 text: .text%__1cMorI_rRegNodeQuse_cisc_RegMask6M_v_; 3347 2133 text: .text%__1cLRShiftINodeJideal_reg6kM_I_; 3348 text: .text%__1cLklassItableRinitialize_itable6M_v_;3349 2134 text: .text%__1cLklassVtableQfill_in_mirandas6Mri_v_; 3350 2135 text: .text%__1cRandI_rReg_immNodeHtwo_adr6kM_I_; 3351 text: .text%__1cSmembar_releaseNodePoper_input_base6kM_I_;3352 text: .text%__1cFKlassZcan_be_primary_super_slow6kM_i_;3353 text: .text%__1cJrRegLOperFclone6kM_pnIMachOper__;3354 2136 text: .text%__1cFStateR_sub_Op_LoadKlass6MpknENode__v_; 3355 text: .text%__1cRmethodDataOopDescJis_mature6kM_i_;3356 2137 text: .text%__1cJcmpOpOperEless6kM_i_; 3357 2138 text: .text%__1cFKlassWappend_to_sibling_list6M_v_; … … 3362 2143 text: .text%__1cIAndINodeIIdentity6MpnOPhaseTransform__pnENode__; 3363 2144 text: .text%__1cTjava_lang_ThrowableNset_backtrace6FpnHoopDesc_2_v_; 3364 text: .text%__1cPcmovI_reg_gNodeMideal_Opcode6kM_i_;3365 2145 text: .text%__1cIAndINodeGmul_id6kM_pknEType__; 3366 2146 text: .text%__1cTClassLoadingServiceScompute_class_size6FpnNinstanceKlass__L_; 3367 2147 text: .text%__1cLklassVtableQget_num_mirandas6FpnMklassOopDesc_pnPobjArrayOopDesc_4_i_; 3368 text: .text%__1cIVerifierQrelax_verify_for6FpnHoopDesc__i_;3369 text: .text%__1cLklassVtablebKcompute_vtable_size_and_num_mirandas6Fri1pnMklassOopDesc_pnPobjArrayOopDesc_nLAccessFlags_pnHoopDesc_pnNsymbolOopDesc_5_v_;3370 2148 text: .text%__1cPClassFileParserbAparse_classfile_attributes6MnSconstantPoolHandle_nTinstanceKlassHandle_pnGThread__v_; 3371 text: .text%__1cRaddI_rReg_memNodeRis_cisc_alternate6kM_i_;3372 text: .text%__1cVjava_lang_ClassLoaderRis_trusted_loader6FpnHoopDesc__i_;3373 text: .text%__1cNmethodOopDescMsort_methods6FpnPobjArrayOopDesc_222_v_;3374 2149 text: .text%__1cQSystemDictionaryQadd_to_hierarchy6FnTinstanceKlassHandle_pnGThread__v_; 3375 text: .text%__1cPClassFileParserUcompute_oop_map_size6MnTinstanceKlassHandle_ii_i_;3376 text: .text%__1cPClassFileParserOparseClassFile6MnMsymbolHandle_nGHandle_2r1pnGThread__nTinstanceKlassHandle__;3377 2150 text: .text%__1cPClassFileParserVset_precomputed_flags6MnTinstanceKlassHandle__v_; 3378 text: .text%__1cPClassFileParserNfill_oop_maps6MnTinstanceKlassHandle_ii_v_;3379 2151 text: .text%__1cPClassFileParserbDcompute_transitive_interfaces6MnTinstanceKlassHandle_nOobjArrayHandle_pnGThread__2_; 3380 2152 text: .text%__1cQSystemDictionaryVdefine_instance_class6FnTinstanceKlassHandle_pnGThread__v_; … … 3382 2154 text: .text%__1cPClassFileParserYcheck_super_class_access6FnTinstanceKlassHandle_pnGThread__v_; 3383 2155 text: .text%__1cPClassFileParserbBcheck_final_method_override6FnTinstanceKlassHandle_pnGThread__v_; 3384 text: .text%__1cSinstanceKlassKlassXallocate_instance_klass6MiiiinNReferenceType_pnGThread__pnMklassOopDesc__;3385 text: .text%__1cPClassFileParserQparse_interfaces6MnSconstantPoolHandle_nGHandle_2pnGThread__nOobjArrayHandle__;3386 2156 text: .text%__1cPClassFileParserTparse_constant_pool6MpnGThread__nSconstantPoolHandle__; 3387 2157 text: .text%__1cNinstanceKlassOset_alloc_size6MI_v_; 3388 text: .text%__1cTClassLoadingServiceTnotify_class_loaded6FpnNinstanceKlass_i_v_;3389 2158 text: .text%__1cLklassItableZsetup_itable_offset_table6FnTinstanceKlassHandle__v_; 3390 text: .text%__1cPClassFileParserMparse_fields6MnSconstantPoolHandle_ipnUFieldAllocationCount_pnOobjArrayHandle_pnGThread__nPtypeArrayHandle__;3391 text: .text%__1cPClassFileParserNparse_methods6MnSconstantPoolHandle_ipnLAccessFlags_ppnPobjArrayOopDesc_66pnGThread__nOobjArrayHandle__;3392 2159 text: .text%__1cPClassFileParserMsort_methods6MnOobjArrayHandle_111pnGThread__nPtypeArrayHandle__; 3393 2160 text: .text%__1cPClassFileParserbBparse_constant_pool_entries6MnSconstantPoolHandle_ipnGThread__v_; 3394 2161 text: .text%__1cIUniverseTflush_dependents_on6FnTinstanceKlassHandle__v_; 3395 text: .text%__1cKoopFactoryQnew_constantPool6FipnGThread__pnTconstantPoolOopDesc__;3396 text: .text%__1cRconstantPoolKlassIallocate6MipnGThread__pnTconstantPoolOopDesc__;3397 2162 text: .text%__1cPClassFileStream2t6MpCipc_v_; 3398 2163 text: .text%__1cNinstanceKlassbBdo_local_static_fields_impl6FnTinstanceKlassHandle_pFpnPfieldDescriptor_pnGThread__v5_v_; … … 3403 2168 text: .text%__1cNinstanceKlassQinit_implementor6M_v_; 3404 2169 text: .text%__1cNinstanceKlassQeager_initialize6MpnGThread__v_; 3405 text: .text%__1cKoopFactoryRnew_instanceKlass6FiiiinNReferenceType_pnGThread__pnMklassOopDesc__;3406 text: .text%__1cQSystemDictionaryVresolve_super_or_fail6FnMsymbolHandle_1nGHandle_2pnGThread__pnMklassOopDesc__;3407 text: .text%__1cNinstanceKlassZcan_be_primary_super_slow6kM_i_;3408 2170 text: .text%__1cKTypeRawPtrEmake6FpC_pk0_; 3409 2171 text: .text%__1cScompI_rReg_memNodeMideal_Opcode6kM_i_; … … 3414 2176 text: .text%__1cOMethodLivenessNinit_gen_kill6M_v_; 3415 2177 text: .text%__1cOMethodLivenessQcompute_liveness6M_v_; 3416 text: .text%__1cFKlassRoop_is_methodData6kM_i_;3417 text: .text%__1cFVTuneQstart_class_load6F_v_;3418 2178 text: .text%__1cSThreadProfilerMark2t6Mn0AGRegion__v_; 3419 2179 text: .text%__1cLClassLoaderOload_classfile6FnMsymbolHandle_pnGThread__nTinstanceKlassHandle__; 3420 text: .text%__1cFVTuneOend_class_load6F_v_;3421 2180 text: .text%__1cQSystemDictionaryRload_shared_class6FnTinstanceKlassHandle_nGHandle_pnGThread__1_; 3422 2181 text: .text%__1cQSystemDictionaryRload_shared_class6FnMsymbolHandle_nGHandle_pnGThread__nTinstanceKlassHandle__; … … 3429 2188 text: .text%__1cKciTypeFlowLStateVectorGdo_ldc6MpnQciBytecodeStream__v_; 3430 2189 text: .text%__1cMPhaseIterGVNIoptimize6M_v_; 3431 text: .text%__1cOrFlagsRegUOperFclone6kM_pnIMachOper__;3432 2190 text: .text%__1cNmulL_rRegNodeHtwo_adr6kM_I_; 3433 text: .text%__1cMrdi_RegPOperJnum_edges6kM_I_;3434 2191 text: .text%__1cRsalI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3435 2192 text: .text%__1cLklassVtableYadd_new_mirandas_to_list6FpnNGrowableArray4CpnNmethodOopDesc___pnPobjArrayOopDesc_6pnMklassOopDesc__v_; 3436 2193 text: .text%__1cQPackageHashtableMcompute_hash6Mpkci_I_; 3437 text: .text%__1cWconstantPoolCacheKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3438 2194 text: .text%__1cRsalL_rReg_immNodeMideal_Opcode6kM_i_; 3439 text: .text%__1cIConINodeHget_int6kMpi_i_;3440 2195 text: .text%__1cJMarkSweepSFollowStackClosureHdo_void6M_v_; 3441 text: .text%__1cICallNodeRis_CallStaticJava6kM_pknSCallStaticJavaNode__;3442 2196 text: .text%__1cLOpaque2NodeGOpcode6kM_i_; 3443 2197 text: .text%__1cOGenerateOopMapJppdupswap6Mipkc_v_; 3444 text: .text%__1cILoopNode2t6MpnENode_2_v_;3445 2198 text: .text%__1cJloadBNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3446 2199 text: .text%__1cPClassFileStreamGget_u86MpnGThread__X_; 3447 2200 text: .text%__1cKstoreINodeOmemory_operand6kM_pknIMachOper__; 3448 text: .text%__1cTconvI2L_reg_memNodeRis_cisc_alternate6kM_i_;3449 2201 text: .text%__1cScompP_mem_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3450 text: .text%__1cIVerifierRverify_byte_codes6FnTinstanceKlassHandle_pnGThread__v_;3451 2202 text: .text%__1cIRewriterHrewrite6FnTinstanceKlassHandle_pnGThread__v_; 3452 text: .text%__1cIRewriterScompute_index_maps6FnSconstantPoolHandle_rpnIintArray_rpnIintStack__v_;3453 text: .text%__1cIRewriterXnew_constant_pool_cache6FrnIintArray_pnGThread__nXconstantPoolCacheHandle__;3454 text: .text%__1cIintArray2t6Mii_v_;3455 2203 text: .text%__1cNinstanceKlassNrewrite_class6MpnGThread__v_; 3456 text: .text%__1cKoopFactoryVnew_constantPoolCache6FipnGThread__pnYconstantPoolCacheOopDesc__;3457 text: .text%__1cNinstanceKlassWadd_loader_constraints6FnTinstanceKlassHandle_pnGThread__v_;3458 text: .text%__1cNinstanceKlassLverify_code6FnTinstanceKlassHandle_pnGThread__v_;3459 text: .text%__1cWconstantPoolCacheKlassIallocate6MipnGThread__pnYconstantPoolCacheOopDesc__;3460 2204 text: .text%__1cYconstantPoolCacheOopDescKinitialize6MrnIintArray__v_; 3461 2205 text: .text%__1cFframeWsender_for_entry_frame6kMpnLRegisterMap__0_; 3462 2206 text: .text%__1cHPhiNodeDcmp6kMrknENode__I_; 3463 text: .text%__1cSmembar_releaseNodeHtwo_adr6kM_I_;3464 2207 text: .text%__1cSObjectSynchronizerJnotifyall6FnGHandle_pnGThread__v_; 3465 2208 text: .text%__1cKoopFactoryWnew_permanent_intArray6FipnGThread__pnQtypeArrayOopDesc__; 3466 2209 text: .text%__1cPClassFileParserVparse_exception_table6MIInSconstantPoolHandle_pnGThread__nPtypeArrayHandle__; 3467 text: .text%__1cPClassFileParserbSparse_constant_pool_interfacemethodref_entry6MnSconstantPoolHandle_ipnGThread__v_;3468 2210 text: .text%__1cWCountInterfacesClosureEdoit6MpnMklassOopDesc_i_v_; 3469 2211 text: .text%__1cMtlsLoadPNodeLout_RegMask6kM_rknHRegMask__; 3470 2212 text: .text%__1cNmodI_rRegNodeMideal_Opcode6kM_i_; 3471 2213 text: .text%__1cNtestL_regNodeMideal_Opcode6kM_i_; 3472 text: .text%__1cRaddI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3473 2214 text: .text%__1cIConFNodeGOpcode6kM_i_; 3474 2215 text: .text%__1cLOpaque1NodeIIdentity6MpnOPhaseTransform__pnENode__; 3475 text: .text%__1cTconvI2L_reg_memNodeOmemory_operand6kM_pknIMachOper__;3476 text: .text%__1cNSharedRuntimebOraw_exception_handler_for_return_address6FpC_1_;3477 text: .text%__1cNSharedRuntimebKexception_handler_for_return_address6FpC_1_;3478 text: .text%__1cOMethodLivenessKBasicBlockPmerge_exception6MnGBitMap__i_;3479 text: .text%__1cTconvI2L_reg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;3480 2216 text: .text%__1cIAndINodeKmul_opcode6kM_i_; 3481 2217 text: .text%__1cIAndINodeKadd_opcode6kM_i_; 3482 text: .text%__1cPcmovI_reg_gNodeJnum_opnds6kM_I_;3483 2218 text: .text%__1cKCMoveINodeGOpcode6kM_i_; 3484 text: .text%__1cKarrayKlassMoop_is_array6kM_i_;3485 2219 text: .text%__1cIRootNodeFValue6kMpnOPhaseTransform__pknEType__; 3486 2220 text: .text%__1cPloadConUL32NodeHsize_of6kM_I_; … … 3488 2222 text: .text%__1cLClassLoaderOlookup_package6Fpkc_pnLPackageInfo__; 3489 2223 text: .text%__1cQPackageHashtableJget_entry6MiIpkcL_pnLPackageInfo__; 3490 text: .text%__1cIGraphKitRmerge_fast_memory6MpnENode_2i_v_;3491 2224 text: .text%JVM_Clone; 3492 2225 text: .text%__1cLklassItableTcompute_itable_size6FnOobjArrayHandle__i_; 3493 text: .text%__1cUCallCompiledJavaNodeGOpcode6kM_i_;3494 2226 text: .text%__1cPsalI_rReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3495 text: .text%__1cKadd_n_reqs6FpnENode_1_v_: graphKit.o;3496 2227 text: .text%__1cSTailCalljmpIndNodeMideal_Opcode6kM_i_; 3497 2228 text: .text%__1cQComputeCallStackJdo_double6M_v_; 3498 2229 text: .text%__1cKciTypeFlowLStateVectorMdo_putstatic6MpnQciBytecodeStream__v_; 3499 text: .text%__1cLClassLoaderLadd_package6Fpkci_i_;3500 2230 text: .text%__1cIGraphKitHopt_iff6MpnENode_2_2_; 3501 text: .text%__1cIGraphKitOmake_merge_mem6MpnENode_22_v_;3502 2231 text: .text%__1cGEventsDlog6FpkcE_v_; 3503 2232 text: .text%__1cMLinkResolverbHlookup_instance_method_in_klasses6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; … … 3507 2236 text: .text%__1cFParseWensure_phis_everywhere6M_v_; 3508 2237 text: .text%__1cNsubL_rRegNodeErule6kM_I_; 3509 text: .text%__1cNIdealLoopTreeUiteration_split_impl6MpnOPhaseIdealLoop_rnJNode_List__v_;3510 text: .text%__1cNIdealLoopTreebBpolicy_do_remove_empty_loop6MpnOPhaseIdealLoop__i_;3511 text: .text%__1cNIdealLoopTreeOpolicy_peeling6kMpnOPhaseIdealLoop__i_;3512 text: .text%__1cIBoolNodeZis_counted_loop_exit_test6M_i_;3513 text: .text%__1cJloadCNodeHtwo_adr6kM_I_;3514 2238 text: .text%__1cUPSMarkSweepDecoratorVdestination_decorator6F_p0_; 3515 text: .text%__1cTGeneratePairingInfoRpossible_gc_point6MpnOBytecodeStream__i_;3516 text: .text%__1cENode2n6FL_pv_;3517 2239 text: .text%__1cSvframeStreamCommonZsecurity_get_caller_frame6Mi_v_; 3518 2240 text: .text%__1cKBufferBlob2n6FLI_pv_; 3519 2241 text: .text%__1cFParseKarray_load6MnJBasicType__v_; 3520 text: .text%__1cICodeBlob2t6Mpkcii_v_;3521 2242 text: .text%__1cKBufferBlob2t6Mpkci_v_; 3522 2243 text: .text%__1cKBufferBlobGcreate6Fpkci_p0_; 3523 2244 text: .text%__1cKciTypeFlowLStateVectorLdo_putfield6MpnQciBytecodeStream__v_; 3524 2245 text: .text%__1cHnmethodNscope_desc_at6MpC_pnJScopeDesc__; 3525 text: .text%__1cHnmethodJcode_size6kM_i_;3526 text: .text%__1cRtestP_reg_memNodeMideal_Opcode6kM_i_;3527 text: .text%__1cRtestP_reg_memNodePoper_input_base6kM_I_;3528 2246 text: .text%__1cOPhaseIdealLoopQset_subtree_ctrl6MpnENode__v_; 3529 text: .text%__1cOjmpLoopEndNodeJnum_opnds6kM_I_;3530 2247 text: .text%__1cJAssemblerEmovl6MpnMRegisterImpl_i_v_; 3531 text: .text%__1cRconstantPoolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3532 2248 text: .text%__1cNinstanceKlassbBcall_class_initializer_impl6FnTinstanceKlassHandle_pnGThread__v_; 3533 2249 text: .text%__1cNinstanceKlassRclass_initializer6M_pnNmethodOopDesc__; … … 3537 2253 text: .text%__1cNRelocIteratorTlocs_and_index_size6Fii_i_; 3538 2254 text: .text%__1cMrdi_RegPOperKin_RegMask6kMi_pknHRegMask__; 3539 text: .text%__1cTStackWalkCompPolicyYmethod_back_branch_event6MnMmethodHandle_iipnGThread__v_;3540 text: .text%__1cFTypeDCeq6kMpknEType__i_;3541 text: .text%__1cJLoadCNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3542 text: .text%__1cNtestL_regNodeHtwo_adr6kM_I_;3543 2255 text: .text%__1cTconvL2I_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3544 text: .text%__1cRCompilationPolicybJreset_counter_for_back_branch_event6MnMmethodHandle__v_;3545 2256 text: .text%__1cMrax_RegLOperKin_RegMask6kMi_pknHRegMask__; 3546 text: .text%__1cNmodI_rRegNodePoper_input_base6kM_I_;3547 2257 text: .text%__1cNSignatureInfoIdo_short6M_v_; 3548 2258 text: .text%JVM_GetFieldIxModifiers; 3549 text: .text%__1cNsubL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;3550 2259 text: .text%__1cNandL_rRegNodeHtwo_adr6kM_I_; 3551 text: .text%__1cNsubL_rRegNodeJnum_opnds6kM_I_;3552 2260 text: .text%__1cTMachCallRuntimeNodePret_addr_offset6M_i_; 3553 2261 text: .text%__1cOcompiledVFrameEcode6kM_pnHnmethod__; … … 3564 2272 text: .text%__1cHMatcherLreturn_addr6kM_i_; 3565 2273 text: .text%__1cSindIndexOffsetOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; 3566 text: .text%__1cGBundlePinitialize_nops6FppnIMachNode__v_;3567 2274 text: .text%__1cOMachPrologNodeEsize6kMpnNPhaseRegAlloc__I_; 3568 2275 text: .text%__1cHMemNodeHsize_of6kM_I_; 3569 2276 text: .text%__1cNSignatureInfoIdo_float6M_v_; 3570 2277 text: .text%__1cRaddI_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3571 text: .text%__1cRmulI_rReg_immNodePoper_input_base6kM_I_;3572 2278 text: .text%__1cFParseNadd_safepoint6M_v_; 3573 2279 text: .text%__1cFStateT_sub_Op_CheckCastPP6MpknENode__v_; … … 3575 2281 text: .text%__1cOCompiledRFrameEinit6M_v_; 3576 2282 text: .text%__1cGvframeDtop6kM_p0_; 3577 text: .text%__1cPsarI_rReg_1NodeJnum_opnds6kM_I_;3578 2283 text: .text%__1cRmethodDataOopDescYcompute_extra_data_count6Fii_i_; 3579 2284 text: .text%__1cPcheckCastPPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3580 text: .text%__1cIciObjectIis_klass6M_i_;3581 2285 text: .text%__1cFStateM_sub_Op_SubI6MpknENode__v_; 3582 2286 text: .text%__1cRxorI_rReg_immNodeMideal_Opcode6kM_i_; … … 3586 2290 text: .text%__1cXJNI_ArgumentPusherVaArgHiterate6ML_v_; 3587 2291 text: .text%__1cTresource_free_bytes6FpcL_v_; 3588 text: .text%__1cNSingletonBlobMdo_unloading6MpnRBoolObjectClosure_pnKOopClosure_i_v_;3589 2292 text: .text%__1cUPSMarkSweepDecoratorPadjust_pointers6M_v_; 3590 text: .text%__1cUPSMarkSweepDecoratorHcompact6Mi_v_;3591 2293 text: .text%__1cUPSMarkSweepDecoratorKprecompact6M_v_; 3592 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeMideal_Opcode6kM_i_;3593 2294 text: .text%__1cRindIndexScaleOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 3594 2295 text: .text%__1cRindIndexScaleOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 3595 2296 text: .text%__1cPCountedLoopNodeHsize_of6kM_I_; 3596 2297 text: .text%__1cENodeHrm_prec6MI_v_; 3597 text: .text%__1cHAddNodeGis_Add6kM_pk0_;3598 2298 text: .text%__1cHCompilebAvarargs_C_out_slots_killed6kM_I_; 3599 text: .text%__1cTMachCallRuntimeNodeSis_MachCallRuntime6M_p0_;3600 text: .text%__1cMrax_RegIOperJnum_edges6kM_I_;3601 2299 text: .text%__1cICodeHeapLmerge_right6MpnJFreeBlock__v_; 3602 text: .text%__1cNaddI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3603 2300 text: .text%__1cNmulL_rRegNodeQuse_cisc_RegMask6M_v_; 3604 2301 text: .text%__1cWandI_rReg_imm65535NodeMideal_Opcode6kM_i_; 3605 text: .text%__1cKReturnNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3606 2302 text: .text%__1cRjmpConU_shortNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3607 text: .text%__1cLjmpConUNodeUshort_branch_version6M_pnIMachNode__;3608 2303 text: .text%__1cRjmpConU_shortNodeJlabel_set6MrnFLabel_I_v_; 3609 text: .text%__1cRjmpConU_shortNodeJis_Branch6kM_I_;3610 text: .text%__1cKcmpOpUOperFclone6kM_pnIMachOper__;3611 text: .text%__1cRtestP_reg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;3612 text: .text%__1cFMutexbLwait_for_lock_blocking_implementation6MpnKJavaThread__v_;3613 text: .text%__1cIregDOperJnum_edges6kM_I_;3614 text: .text%__1cPciInstanceKlassTis_java_lang_Object6M_i_;3615 2304 text: .text%__1cSciExceptionHandlerLcatch_klass6M_pnPciInstanceKlass__; 3616 2305 text: .text%__1cSindIndexOffsetOperNconstant_disp6kM_i_; … … 3619 2308 text: .text%__1cQleaPIdxScaleNodeLout_RegMask6kM_rknHRegMask__; 3620 2309 text: .text%__1cIAndLNodeImul_ring6kMpknEType_3_3_; 3621 text: .text%__1cRaddP_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3622 2310 text: .text%__1cMloadConLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3623 text: .text%__1cHMatcherQpost_fast_unlock6FpknENode__i_;3624 2311 text: .text%__1cFStateV_sub_Op_MemBarRelease6MpknENode__v_; 3625 2312 text: .text%__1cOleaPIdxOffNodeMideal_Opcode6kM_i_; 3626 text: .text%__1cILoopNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3627 text: .text%__1cScompI_rReg_memNodeRis_cisc_alternate6kM_i_;3628 text: .text%__1cScompI_rReg_memNodeJnum_opnds6kM_I_;3629 2313 text: .text%__1cJAssemblerDorq6MpnMRegisterImpl_nHAddress__v_; 3630 2314 text: .text%__1cScompI_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 3631 text: .text%__1cKJNIHandlesOdestroy_global6FpnI_jobject_i_v_;3632 2315 text: .text%__1cPcmpFastLockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3633 2316 text: .text%__1cXmembar_release_lockNodeLout_RegMask6kM_rknHRegMask__; 3634 2317 text: .text%__1cTcompareAndSwapLNodeLout_RegMask6kM_rknHRegMask__; 3635 text: .text%__1cNmethodOopDescTset_native_function6MpC_v_;3636 2318 text: .text%__1cKciTypeFlowLStateVectorJhalf_type6FpnGciType__3_; 3637 text: .text%__1cQmerge_point_safe6FpnENode__i_: loopopts.o;3638 text: .text%__1cRaddL_rReg_immNodeJnum_opnds6kM_I_;3639 text: .text%__1cHMatcherUc_calling_convention6FpnLOptoRegPair_I_v_;3640 text: .text%__1cPCallRuntimeNodeScalling_convention6kMpnLOptoRegPair_I_v_;3641 text: .text%__1cUjni_invoke_nonstatic6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;3642 2319 text: .text%__1cQSystemDictionaryRnumber_of_classes6F_i_; 3643 2320 text: .text%__1cNaddL_rRegNodeLout_RegMask6kM_rknHRegMask__; 3644 2321 text: .text%__1cNxorI_rRegNodeMcisc_operand6kM_i_; 3645 2322 text: .text%__1cWCallLeafNoFPDirectNodePoper_input_base6kM_I_; 3646 text: .text%__1cENodeHget_int6kMpi_i_;3647 text: .text%__1cPCountedLoopNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3648 2323 text: .text%__1cJLoadFNodeGOpcode6kM_i_; 3649 2324 text: .text%__1cQSystemDictionarybBresolve_array_class_or_null6FnMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 3650 text: .text%__1cNincI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3651 text: .text%__1cPClassFileParserbEparse_constant_pool_long_entry6MnSconstantPoolHandle_ipnGThread__v_;3652 text: .text%__1cPcmovI_reg_lNodePoper_input_base6kM_I_;3653 2325 text: .text%__1cJAssemblerEleaq6MpnMRegisterImpl_nHAddress__v_; 3654 text: .text%__1cNinstanceKlassQarray_klass_impl6MipnGThread__pnMklassOopDesc__;3655 2326 text: .text%__1cJloadINodeIpipeline6kM_pknIPipeline__; 3656 2327 text: .text%__1cHTypePtrFxmeet6kMpknEType__3_; 3657 text: .text%__1cNprefetchwNodeZcheck_for_anti_dependence6kM_i_;3658 2328 text: .text%__1cFKlassTarray_klass_or_null6M_pnMklassOopDesc__; 3659 2329 text: .text%__1cIPhaseIFGYCompute_Effective_Degree6M_v_; … … 3668 2338 text: .text%__1cRNativeGeneralJumpQjump_destination6kM_pC_; 3669 2339 text: .text%__1cLRethrowNodeFValue6kMpnOPhaseTransform__pknEType__; 3670 text: .text%__1cWCallLeafNoFPDirectNodeHtwo_adr6kM_I_;3671 text: .text%__1cNSafepointBlobHoops_do6MpnKOopClosure__v_;3672 text: .text%__1cSvframeStreamCommonYfill_from_compiled_frame6MpnHnmethod_i_v_;3673 2340 text: .text%__1cNandL_rRegNodeQuse_cisc_RegMask6M_v_; 3674 text: .text%__1cHnmethodQis_native_method6kM_i_;3675 2341 text: .text%__1cTleaPIdxScaleOffNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3676 2342 text: .text%__1cNmulL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3679 2345 text: .text%__1cKRelocationRpd_set_data_value6MpCl_v_; 3680 2346 text: .text%__1cLOptoRuntimeJstub_name6FpC_pkc_; 3681 text: .text%__1cIMulINodeFIdeal6MpnIPhaseGVN_i_pnENode__;3682 2347 text: .text%__1cFStateO_sub_Op_StoreB6MpknENode__v_; 3683 2348 text: .text%__1cRaddL_rReg_immNodeHtwo_adr6kM_I_; 3684 text: .text%__1cIregFOperJnum_edges6kM_I_;3685 2349 text: .text%__1cRandI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3686 2350 text: .text%__1cIRootNodeIIdentity6MpnOPhaseTransform__pnENode__; 3687 text: .text%__1cIRootNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3688 2351 text: .text%__1cOleaPIdxOffNodePoper_input_base6kM_I_; 3689 2352 text: .text%__1cJcmpOpOperKless_equal6kM_i_; 3690 2353 text: .text%__1cNmethodOopDescVset_signature_handler6MpC_v_; 3691 2354 text: .text%__1cIMulLNodeGmul_id6kM_pknEType__; 3692 text: .text%__1cMrep_stosNodeHtwo_adr6kM_I_;3693 2355 text: .text%__1cHMemNodeIadr_type6kM_pknHTypePtr__; 3694 text: .text%__1cNsubI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3695 2356 text: .text%__1cHMemNodeScalculate_adr_type6FpknEType_pknHTypePtr__6_; 3696 2357 text: .text%__1cRmulI_rReg_immNodeErule6kM_I_; … … 3698 2359 text: .text%__1cNaddP_rRegNodePoper_input_base6kM_I_; 3699 2360 text: .text%__1cFStateP_sub_Op_RShiftI6MpknENode__v_; 3700 text: .text%__1cKstoreLNodeHtwo_adr6kM_I_;3701 2361 text: .text%__1cNnegI_rRegNodeMideal_Opcode6kM_i_; 3702 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodePoper_input_base6kM_I_;3703 2362 text: .text%__1cbFloadConL_0x6666666666666667NodeErule6kM_I_; 3704 2363 text: .text%__1cNSharedRuntimeXfind_callee_info_helper6FpnKJavaThread_rnMvframeStream_rnJBytecodesECode_rnICallInfo_pnGThread__nGHandle__; 3705 text: .text%__1cIGraphKitNstore_barrier6MpnENode_22_v_;3706 2364 text: .text%__1cNmethodOopDescTverified_code_entry6M_pC_; 3707 2365 text: .text%__1cNloadKlassNodeIpipeline6kM_pknIPipeline__; 3708 2366 text: .text%__1cSmembar_acquireNodeEsize6kMpnNPhaseRegAlloc__I_; 3709 text: .text%__1cMoutputStreamMdo_vsnprintf6FpcLpkcpnR__va_list_element_irL_3_;3710 2367 text: .text%__1cMoutputStreamFprint6MpkcE_v_; 3711 2368 text: .text%__1cMURShiftLNodeJideal_reg6kM_I_; … … 3717 2374 text: .text%__1cQComputeCallStackIdo_short6M_v_; 3718 2375 text: .text%__1cNFingerprinterHdo_long6M_v_; 3719 text: .text%__1cIciMethodRinstructions_size6M_i_;3720 2376 text: .text%__1cSsafePoint_pollNodeLout_RegMask6kM_rknHRegMask__; 3721 2377 text: .text%__1cNloadConL0NodeLbottom_type6kM_pknEType__; 3722 text: .text%__1cJimmL0OperJconstantL6kM_x_;3723 text: .text%__1cWandI_rReg_imm65535NodePoper_input_base6kM_I_;3724 2378 text: .text%__1cIAndINodeJideal_reg6kM_I_; 3725 2379 text: .text%__1cZInterpreterMacroAssemblerKverify_oop6MpnMRegisterImpl_nITosState__v_; 3726 text: .text%__1cYexternal_word_RelocationJpack_data6M_i_;3727 text: .text%__1cJimmP0OperFclone6kM_pnIMachOper__;3728 text: .text%__1cKRelocationYruntime_address_to_index6FpC_l_;3729 2380 text: .text%__1cOemit_d32_reloc6FrnKCodeBuffer_inJrelocInfoJrelocType_i_v_; 3730 2381 text: .text%__1cYexternal_word_RelocationEtype6M_nJrelocInfoJrelocType__; 3731 text: .text%__1cRsalL_rReg_immNodePoper_input_base6kM_I_;3732 text: .text%__1cLPhaseValues2T5B6M_v_;3733 2382 text: .text%__1cNstoreImmBNodeLout_RegMask6kM_rknHRegMask__; 3734 2383 text: .text%__1cFStateQ_sub_Op_URShiftL6MpknENode__v_; 3735 2384 text: .text%__1cJNode_ListEyank6MpnENode__v_; 3736 text: .text%__1cNxorI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;3737 text: .text%__1cNxorI_rRegNodeJnum_opnds6kM_I_;3738 text: .text%__1cJAssemblerEmovq6MpnMRegisterImpl_l_v_;3739 2385 text: .text%jni_ExceptionCheck: jni.o; 3740 2386 text: .text%__1cMFastLockNodeFValue6kMpnOPhaseTransform__pknEType__; 3741 text: .text%__1cTCallDynamicJavaNodeEhash6kM_I_;3742 text: .text%__1cMalloc_object6FpnH_jclass_pnGThread__pnPinstanceOopDesc__: jni.o;3743 text: .text%__1cRshrL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3744 2387 text: .text%__1cIXorINodeLbottom_type6kM_pknEType__; 3745 2388 text: .text%__1cJAssemblerEsubq6MpnMRegisterImpl_i_v_; 3746 2389 text: .text%__1cNloadConL0NodeMideal_Opcode6kM_i_; 3747 text: .text%__1cLPcDescCacheKpc_desc_at6kMpnHnmethod_pC_pnGPcDesc__;3748 2390 text: .text%__1cKBlock_ListGinsert6MIpnFBlock__v_; 3749 text: .text%__1cKtype2basic6FpknEType__nJBasicType__;3750 text: .text%__1cQleaPIdxScaleNodeLbottom_type6kM_pknEType__;3751 2391 text: .text%__1cKklassKlassOklass_oop_size6kM_i_; 3752 text: .text%__1cIGraphKitOnull_check_oop6MpnKRegionNode_pnENode_i_4_;3753 text: .text%__1cJloadCNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;3754 2392 text: .text%__1cRxorI_rReg_memNodeMideal_Opcode6kM_i_; 3755 2393 text: .text%__1cKTypeAryPtrQcast_to_ptr_type6kMnHTypePtrDPTR__pknEType__; … … 3758 2396 text: .text%__1cICodeHeapPadd_to_freelist6MpnJHeapBlock__v_; 3759 2397 text: .text%__1cICodeHeapKdeallocate6Mpv_v_; 3760 text: .text%__1cFframeLnmethods_do6M_v_;3761 2398 text: .text%__1cJVectorSetGslamin6Mrk0_v_; 3762 2399 text: .text%__1cFStateQ_sub_Op_URShiftI6MpknENode__v_; 3763 2400 text: .text%__1cScompI_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3764 2401 text: .text%__1cRaddI_rReg_memNodeErule6kM_I_; 3765 text: .text%__1cYexternal_word_RelocationWfix_relocation_at_move6Ml_v_;3766 2402 text: .text%__1cKRelocationYpd_get_address_from_code6M_pC_; 3767 2403 text: .text%__1cRxorI_rReg_memNodePoper_input_base6kM_I_; 3768 2404 text: .text%__1cXJNI_ArgumentPusherVaArgIget_long6M_v_; 3769 2405 text: .text%__1cNandL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3770 text: .text%__1cOCompilerOracleMshould_print6FnMmethodHandle__i_;3771 2406 text: .text%__1cNstoreImmBNodeFreloc6kM_i_; 3772 2407 text: .text%__1cJcmpOpOperNgreater_equal6kM_i_; … … 3777 2412 text: .text%__1cKNode_ArrayFclear6M_v_; 3778 2413 text: .text%__1cQjava_lang_StringOas_utf8_string6FpnHoopDesc__pc_; 3779 text: .text%__1cJAssemblerFpushq6MpnMRegisterImpl__v_;3780 text: .text%__1cIRootNodeHis_Root6M_p0_;3781 2414 text: .text%__1cJJavaCallsMcall_special6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_; 3782 2415 text: .text%__1cIJumpDataPpost_initialize6MpnOBytecodeStream_pnRmethodDataOopDesc__v_; 3783 2416 text: .text%__1cRsalL_rReg_immNodeErule6kM_I_; 3784 text: .text%__1cPstoreImmI16NodeHtwo_adr6kM_I_;3785 2417 text: .text%__1cQjava_lang_StringOchar_converter6FnGHandle_HHpnGThread__1_; 3786 2418 text: .text%jni_NewObject: jni.o; … … 3791 2423 text: .text%__1cNtestL_regNodeErule6kM_I_; 3792 2424 text: .text%__1cLOptoRuntimebAcomplete_monitor_exit_Type6F_pknITypeFunc__; 3793 text: .text%__1cNstoreImmINodeHtwo_adr6kM_I_;3794 2425 text: .text%__1cIGraphKitNshared_unlock6MpnENode_2_v_; 3795 2426 text: .text%__1cNSafePointNodeLpop_monitor6M_v_; 3796 2427 text: .text%__1cRsarI_rReg_immNodeErule6kM_I_; 3797 text: .text%__1cNtestL_regNodePoper_input_base6kM_I_;3798 2428 text: .text%__1cRsarL_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 3799 2429 text: .text%__1cMindirectOperNbase_position6kM_i_; … … 3801 2431 text: .text%__1cMTailCallNodeKmatch_edge6kMI_I_; 3802 2432 text: .text%__1cKciTypeFlowLStateVectorGdo_new6MpnQciBytecodeStream__v_; 3803 text: .text%__1cHMatcherPprior_fast_lock6FpknENode__i_;3804 2433 text: .text%__1cGIfNodeMdominated_by6MpnENode_pnMPhaseIterGVN__v_; 3805 2434 text: .text%__1cFStateV_sub_Op_MemBarAcquire6MpknENode__v_; 3806 2435 text: .text%__1cNSharedRuntimeQfind_callee_info6FpnKJavaThread_rnJBytecodesECode_rnICallInfo_pnGThread__nGHandle__; 3807 2436 text: .text%__1cFKlassDLCA6Mp0_1_; 3808 text: .text%__1cRtestP_reg_memNodeOmemory_operand6kM_pknIMachOper__;3809 text: .text%__1cRtestP_reg_memNodeRis_cisc_alternate6kM_i_;3810 text: .text%__1cRtestP_reg_memNodeJnum_opnds6kM_I_;3811 2437 text: .text%__1cHciKlassVleast_common_ancestor6Mp0_1_; 3812 text: .text%__1cUmembar_cpu_orderNodeEsize6kMpnNPhaseRegAlloc__I_;3813 text: .text%__1cUmembar_cpu_orderNodeLbottom_type6kM_pknEType__;3814 text: .text%__1cTcompareAndSwapLNodeZcheck_for_anti_dependence6kM_i_;3815 2438 text: .text%__1cNSCMemProjNodeLbottom_type6kM_pknEType__; 3816 text: .text%__1cTcompareAndSwapLNodeHtwo_adr6kM_I_;3817 2439 text: .text%__1cJScopeDescGsender6kM_p0_; 3818 2440 text: .text%__1cSindIndexOffsetOperOindex_position6kM_i_; 3819 2441 text: .text%__1cSindIndexOffsetOperNbase_position6kM_i_; 3820 text: .text%__1cNSharedRuntimeOresolve_helper6FpnKJavaThread_iipnGThread__nMmethodHandle__;3821 2442 text: .text%__1cNSafePointNodeMpush_monitor6MpknMFastLockNode__v_; 3822 text: .text%__1cNSharedRuntimeSresolve_sub_helper6FpnKJavaThread_iipnGThread__nMmethodHandle__;3823 2443 text: .text%__1cOcompiledVFrameGsender6kM_pnGvframe__; 3824 text: .text%__1cNtestU_regNodeHtwo_adr6kM_I_;3825 2444 text: .text%__1cTciConstantPoolCache2t6MpnFArena_i_v_; 3826 2445 text: .text%__1cNGrowableArray4Cpv_2t6MpnFArena_iirk0_v_; … … 3833 2452 text: .text%__1cKCompiledIC2t6MpnKNativeCall__v_; 3834 2453 text: .text%__1cFStateN_sub_Op_LoadL6MpknENode__v_; 3835 text: .text%__1cNmodI_rRegNodeJnum_opnds6kM_I_;3836 2454 text: .text%__1cSCallLeafDirectNodeLout_RegMask6kM_rknHRegMask__; 3837 2455 text: .text%__1cNSignatureInfoHdo_char6M_v_; … … 3839 2457 text: .text%__1cFStateQ_sub_Op_CallLeaf6MpknENode__v_; 3840 2458 text: .text%__1cRAbstractAssemblerFflush6M_v_; 3841 text: .text%__1cJloadLNodeIpeephole6MpnFBlock_ipnNPhaseRegAlloc_ri_pnIMachNode__;3842 2459 text: .text%__1cJloadLNodeFreloc6kM_i_; 3843 2460 text: .text%__1cSCallLeafDirectNodeFreloc6kM_i_; … … 3848 2465 text: .text%__1cJAssemblerEmovq6MpnMRegisterImpl_2_v_; 3849 2466 text: .text%__1cRmulL_rReg_immNodeMideal_Opcode6kM_i_; 3850 text: .text%__1cRsubI_rReg_memNodeRis_cisc_alternate6kM_i_;3851 2467 text: .text%__1cJAssemblerEmovl6MpnMRegisterImpl_nHAddress__v_; 3852 2468 text: .text%__1cFframeRretrieve_receiver6MpnLRegisterMap__pnHoopDesc__; 3853 2469 text: .text%__1cPBytecode_invokeNstatic_target6MpnGThread__nMmethodHandle__; 3854 2470 text: .text%jni_NewGlobalRef: jni.o; 3855 text: .text%__1cKciTypeFlowFRangeSprivate_copy_count6kMpn0AGJsrSet__i_;3856 text: .text%__1cOleaPIdxOffNodeJnum_opnds6kM_I_;3857 2471 text: .text%__1cOPhaseIdealLoopLdo_split_if6MpnENode__v_; 3858 2472 text: .text%__1cNandI_rRegNodeMcisc_operand6kM_i_; 3859 2473 text: .text%__1cHOrINodeGadd_id6kM_pknEType__; 3860 2474 text: .text%__1cIPhaseCFGOinsert_goto_at6MII_v_; 3861 text: .text%__1cOPhaseIdealLoop2t6MrnMPhaseIterGVN_pk0i_v_;3862 2475 text: .text%__1cOPhaseIdealLoopPbuild_loop_tree6M_v_; 3863 2476 text: .text%__1cRsubI_rReg_memNodeLout_RegMask6kM_rknHRegMask__; 3864 2477 text: .text%__1cIMinINodeLbottom_type6kM_pknEType__; 3865 text: .text%__1cOjmpLoopEndNodeHtwo_adr6kM_I_;3866 2478 text: .text%__1cJLoadBNodeJideal_reg6kM_I_; 3867 text: .text%__1cNnegI_rRegNodePoper_input_base6kM_I_;3868 2479 text: .text%__1cFStateS_sub_Op_FastUnlock6MpknENode__v_; 3869 2480 text: .text%__1cXmembar_release_lockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3870 text: .text%__1cRcmpFastUnlockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3871 2481 text: .text%__1cMVirtualSpaceNreserved_size6kM_L_; 3872 2482 text: .text%__1cScompU_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3873 2483 text: .text%__1cRsarI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 3874 2484 text: .text%__1cKStoreFNodeGOpcode6kM_i_; 3875 text: .text%__1cLCastP2LNodeJideal_reg6kM_I_;3876 2485 text: .text%__1cPcmovI_reg_gNodeErule6kM_I_; 3877 text: .text%__1cFStateP_sub_Op_CastP2L6MpknENode__v_;3878 text: .text%__1cScompU_rReg_memNodeRis_cisc_alternate6kM_i_;3879 text: .text%__1cScompU_rReg_memNodeJnum_opnds6kM_I_;3880 2486 text: .text%__1cScompU_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 3881 2487 text: .text%__1cMLinkResolverOresolve_method6FrnMmethodHandle_rnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 3882 text: .text%__1cWCallLeafNoFPDirectNodeRis_safepoint_node6kM_i_;3883 2488 text: .text%__1cQjava_lang_ThreadRset_thread_status6FpnHoopDesc_n0AMThreadStatus__v_; 3884 2489 text: .text%__1cWCallLeafNoFPDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3885 text: .text%__1cJAssemblerDjcc6Mn0AJCondition_pCnJrelocInfoJrelocType__v_;3886 2490 text: .text%__1cKstoreFNodeMideal_Opcode6kM_i_; 3887 2491 text: .text%__1cIimmFOperJconstantF6kM_f_; 3888 text: .text%__1cNcmovI_regNodePin_oper_RegMask6kMIII_pknHRegMask__;3889 text: .text%__1cKTypeOopPtrSmake_from_constant6FpnIciObject__pk0_;3890 text: .text%__1cNcmovI_regNodeJnum_opnds6kM_I_;3891 text: .text%__1cJAssemblerEmovq6MnHAddress_i_v_;3892 text: .text%__1cIciObjectJis_method6M_i_;3893 text: .text%__1cIciObjectOis_method_data6M_i_;3894 2492 text: .text%__1cIDivINodeLbottom_type6kM_pknEType__; 3895 2493 text: .text%__1cHOrINodeJideal_reg6kM_I_; … … 3901 2499 text: .text%__1cbFunnecessary_membar_volatileNodeMideal_Opcode6kM_i_; 3902 2500 text: .text%__1cSmembar_acquireNodeIadr_type6kM_pknHTypePtr__; 3903 text: .text%__1cIAndLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;3904 2501 text: .text%__1cIAndLNodeKadd_opcode6kM_i_; 3905 2502 text: .text%__1cFStateO_sub_Op_StoreC6MpknENode__v_; … … 3908 2505 text: .text%__1cMrep_stosNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3909 2506 text: .text%__1cXmembar_acquire_lockNodeEsize6kMpnNPhaseRegAlloc__I_; 3910 text: .text%__1cFParseJdo_ifnull6MnIBoolTestEmask__v_;3911 text: .text%__1cMtlsLoadPNodeHtwo_adr6kM_I_;3912 text: .text%__1cIGraphKitOset_pair_local6MipnENode__v_;3913 text: .text%__1cJLoadCNodeJideal_reg6kM_I_;3914 text: .text%__1cPcmovI_reg_lNodeMideal_Opcode6kM_i_;3915 text: .text%__1cJCodeCacheXmark_for_deoptimization6FpnMklassOopDesc__i_;3916 2507 text: .text%__1cMrcx_RegIOperEtype6kM_pknEType__; 3917 text: .text%__1cLConvL2INodeFIdeal6MpnIPhaseGVN_i_pnENode__;3918 2508 text: .text%__1cOPhaseIdealLoopKDominators6M_v_; 3919 2509 text: .text%__1cHNTarjanDDFS6Fp0rnJVectorSet_pnOPhaseIdealLoop_pI_i_; … … 3922 2512 text: .text%__1cIMulLNodeKadd_opcode6kM_i_; 3923 2513 text: .text%jni_SetLongField: jni.o; 3924 text: .text%__1cOPhaseIdealLoopQbuild_loop_early6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;3925 text: .text%__1cOPhaseIdealLoopPbuild_loop_late6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;3926 2514 text: .text%__1cOPhaseIdealLoopRinit_dom_lca_tags6M_v_; 3927 2515 text: .text%__1cKstoreLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3928 2516 text: .text%__1cLPcDescCacheLadd_pc_desc6MpnGPcDesc__v_; 3929 text: .text%__1cScheck_phi_clipping6FpnHPhiNode_rpnHConNode_rI45rpnENode_5_i_: cfgnode.o;3930 2517 text: .text%__1cJloadSNodeOmemory_operand6kM_pknIMachOper__; 3931 text: .text%__1cTconvI2L_reg_memNodeZcheck_for_anti_dependence6kM_i_;3932 2518 text: .text%__1cRsubI_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3933 2519 text: .text%__1cMloadConFNodeMideal_Opcode6kM_i_; 3934 text: .text%__1cTC2IAdapterGeneratorUgenerate_c2i_adapter6FnMmethodHandle__pnKC2IAdapter__;3935 text: .text%__1cKCompiledICIis_clean6kM_i_;3936 2520 text: .text%__1cNaddP_rRegNodeErule6kM_I_; 3937 text: .text%__1cRmulL_rReg_immNodePoper_input_base6kM_I_;3938 2521 text: .text%__1cNmethodOopDescVclear_native_function6M_v_; 3939 text: .text%__1cICodeBlobOis_java_method6kM_i_;3940 text: .text%__1cKVtableStubSpd_code_size_limit6Fi_i_;3941 text: .text%__1cIUniverseWis_out_of_memory_error6FnGHandle__i_;3942 2522 text: .text%__1cTjava_lang_ThrowableTfill_in_stack_trace6FnGHandle_pnGThread__v_; 3943 2523 text: .text%__1cTjava_lang_ThrowableQclear_stacktrace6FpnHoopDesc__v_; … … 3946 2526 text: .text%__1cTjava_lang_ThrowableTfill_in_stack_trace6FnGHandle__v_; 3947 2527 text: .text%__1cSInterpreterRuntimePset_bcp_and_mdp6FpCpnKJavaThread__v_; 3948 text: .text%__1cKJavaThreadNreguard_stack6MpC_i_;3949 2528 text: .text%__1cFframeZinterpreter_frame_set_bcp6MpC_v_; 3950 2529 text: .text%jni_DeleteGlobalRef: jni.o; 3951 text: .text%__1cKCompiledICZcompute_monomorphic_entry6FnMmethodHandle_nLKlassHandle_iirnOCompiledICInfo_pnGThread__v_;3952 text: .text%__1cNGrowableArray4nMmethodHandle__Icontains6kMrkn0A__i_;3953 2530 text: .text%__1cLOpaque2NodeEhash6kM_I_; 3954 2531 text: .text%__1cICodeHeapLfirst_block6kM_pnJHeapBlock__; 3955 2532 text: .text%__1cJCodeCacheFfirst6F_pnICodeBlob__; 3956 text: .text%__1cJBytecodesRspecial_length_at6FpC_i_;3957 2533 text: .text%__1cFParseGdo_new6M_v_; 3958 2534 text: .text%__1cFParseFBlockMadd_new_path6M_i_; 3959 text: .text%__1cLklassItablebFinitialize_itable_for_interface6MpnMklassOopDesc_pnRitableMethodEntry__v_;3960 2535 text: .text%__1cJimmI0OperJnum_edges6kM_I_; 3961 2536 text: .text%__1cRmulI_rReg_immNodeMcisc_operand6kM_i_; … … 3975 2550 text: .text%__1cHciKlassGloader6M_pnHoopDesc__; 3976 2551 text: .text%__1cIConDNodeGOpcode6kM_i_; 3977 text: .text%__1cNandI_rRegNodeJnum_opnds6kM_I_;3978 2552 text: .text%__1cLRethrowNodeEhash6kM_I_; 3979 text: .text%__1cTC2IAdapterGeneratorSstd_verified_entry6FnMmethodHandle__pC_;3980 2553 text: .text%__1cIDivLNodeGOpcode6kM_i_; 3981 text: .text%__1cNandI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;3982 text: .text%__1cGThreadOis_Java_thread6kM_i_;3983 2554 text: .text%__1cSmembar_releaseNodeEsize6kMpnNPhaseRegAlloc__I_; 3984 2555 text: .text%__1cHMatcherQinline_cache_reg6F_i_; 3985 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeJnum_opnds6kM_I_;3986 2556 text: .text%__1cbBInterpreterCodeletInterfaceRcode_size_to_size6kMi_i_; 3987 2557 text: .text%__1cbBInterpreterCodeletInterfaceKinitialize6MpnEStub_i_v_; 3988 2558 text: .text%jni_NewLocalRef: jni.o; 3989 2559 text: .text%__1cSSetupItableClosureEdoit6MpnMklassOopDesc_i_v_; 3990 text: .text%__1cLOptoRuntimebAresolve_opt_virtual_call_C6FpnKJavaThread__pC_;3991 2560 text: .text%__1cPstoreImmI16NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3992 2561 text: .text%__1cLRShiftLNodeFValue6kMpnOPhaseTransform__pknEType__; … … 3995 2564 text: .text%__1cPClassFileParserbNparse_classfile_inner_classes_attribute6MnSconstantPoolHandle_nTinstanceKlassHandle_pnGThread__H_; 3996 2565 text: .text%__1cMloadConFNodeLbottom_type6kM_pknEType__; 3997 text: .text%__1cENodeMis_CatchProj6kM_pknNCatchProjNode__;3998 2566 text: .text%__1cJCodeCacheNalive_nmethod6FpnICodeBlob__pnHnmethod__; 3999 2567 text: .text%__1cJAssemblerGmovzbl6MpnMRegisterImpl_nHAddress__v_; 4000 text: .text%__1cIVMThreadMis_VM_thread6kM_i_;4001 text: .text%__1cPcmovI_reg_lNodeJnum_opnds6kM_I_;4002 2568 text: .text%__1cMloadConLNodeHsize_of6kM_I_; 4003 2569 text: .text%__1cOMacroAssemblerSload_unsigned_byte6MpnMRegisterImpl_nHAddress__i_; 4004 text: .text%__1cTconvI2L_reg_memNodeLout_RegMask6kM_rknHRegMask__;4005 2570 text: .text%__1cNaddL_rRegNodeHtwo_adr6kM_I_; 4006 text: .text%__1cKstoreFNodeJnum_opnds6kM_I_;4007 2571 text: .text%__1cNaddL_rRegNodeQuse_cisc_RegMask6M_v_; 4008 text: .text%__1cSComputeAdapterInfoJdo_double6M_v_;4009 text: .text%__1cLimmUL32OperFclone6kM_pnIMachOper__;4010 text: .text%__1cPloadConUL32NodeFclone6kM_pnENode__;4011 2572 text: .text%__1cLLShiftLNodeJideal_reg6kM_I_; 4012 text: .text%__1cMtlsLoadPNodePoper_input_base6kM_I_;4013 2573 text: .text%__1cPlocal_vsnprintf6FpcLpkcpnR__va_list_element__i_; 4014 text: .text%__1cSComputeAdapterInfoHdo_bool6M_v_;4015 2574 text: .text%jio_vsnprintf; 4016 text: .text%__1cURethrowExceptionNodeGpinned6kM_i_;4017 2575 text: .text%__1cNstoreImmINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4018 2576 text: .text%__1cIAndLNodeJideal_reg6kM_I_; 4019 text: .text%__1cURethrowExceptionNodeHtwo_adr6kM_I_;4020 2577 text: .text%__1cNDispatchTableJset_entry6MirnKEntryPoint__v_; 4021 2578 text: .text%jio_snprintf; 4022 2579 text: .text%__1cNSafePointNodeKgrow_stack6MpnIJVMState_I_v_; 4023 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeErule6kM_I_;4024 2580 text: .text%__1cURethrowExceptionNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4025 text: .text%__1cRsarL_rReg_immNodeJnum_opnds6kM_I_;4026 2581 text: .text%__1cTcompareAndSwapLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4027 2582 text: .text%JVM_GetCPMethodModifiers; 4028 2583 text: .text%__1cFStateR_sub_Op_SafePoint6MpknENode__v_; 4029 text: .text%__1cSsafePoint_pollNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4030 text: .text%__1cOCompilerOraclePshould_break_at6FnMmethodHandle__i_;4031 text: .text%__1cJloadCNodeOmemory_operand6kM_pknIMachOper__;4032 2584 text: .text%__1cQorI_rReg_immNodeMideal_Opcode6kM_i_; 4033 2585 text: .text%__1cPsarI_rReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4034 2586 text: .text%__1cLRShiftLNodeLbottom_type6kM_pknEType__; 4035 text: .text%__1cKReturnNode2t6MpnENode_2222_v_;4036 2587 text: .text%__1cKReturnNodeJideal_reg6kM_I_; 4037 2588 text: .text%__1cNinstanceKlassPadd_implementor6MpnMklassOopDesc__v_; … … 4039 2590 text: .text%JVM_DoPrivileged; 4040 2591 text: .text%__1cOGenerateOopMapXreplace_all_CTS_matches6MnNCellTypeState_1_v_; 4041 text: .text%__1cNIdealLoopTreeMis_loop_exit6kMpnENode_pnOPhaseIdealLoop__2_;4042 2592 text: .text%__1cPpoll_RelocationEtype6M_nJrelocInfoJrelocType__; 4043 2593 text: .text%__1cSsafePoint_pollNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 4045 2595 text: .text%__1cLStrCompNodeGOpcode6kM_i_; 4046 2596 text: .text%__1cJOopMapSet2t6M_v_; 4047 text: .text%__1cKloadUBNodeZcheck_for_anti_dependence6kM_i_;4048 text: .text%__1cNobjArrayKlassOmulti_allocate6MipiipnGThread__pnHoopDesc__;4049 2597 text: .text%__1cKstoreCNodeLout_RegMask6kM_rknHRegMask__; 4050 2598 text: .text%__1cENodeGOpcode6kM_i_; 4051 text: .text%__1cOLibraryCallKitNtry_to_inline6M_i_;4052 2599 text: .text%__1cNFingerprinterHdo_bool6M_v_; 4053 2600 text: .text%__1cOPhaseIdealLoopUsplit_if_with_blocks6MrnJVectorSet_rnKNode_Stack__v_; … … 4055 2602 text: .text%__1cQLibraryIntrinsicIgenerate6MpnIJVMState__2_; 4056 2603 text: .text%__1cLOopRecorderIoop_size6M_i_; 4057 text: .text%__1cHnmethodOexception_size6kM_i_;4058 text: .text%__1cHnmethodPscopes_pcs_size6kM_i_;4059 2604 text: .text%__1cYDebugInformationRecorderIpcs_size6M_i_; 4060 2605 text: .text%__1cYDebugInformationRecorderJdata_size6M_i_; 4061 text: .text%__1cHnmethodQscopes_data_size6kM_i_;4062 text: .text%__1cHnmethodJstub_size6kM_i_;4063 2606 text: .text%__1cHnmethodKtotal_size6kM_i_; 4064 2607 text: .text%__1cNtestU_regNodeErule6kM_I_; 4065 2608 text: .text%__1cJOopMapSetJheap_size6kM_i_; 4066 text: .text%__1cICodeBlobWfix_relocation_at_move6Ml_v_;4067 text: .text%__1cKCodeBufferJcopy_code6MpnICodeBlob__v_;4068 text: .text%__1cNRelocIteratorMcreate_index6FpnKCodeBuffer_pnJrelocInfo_4_4_;4069 text: .text%__1cICodeBlobPallocation_size6FpnKCodeBuffer_ii_I_;4070 2609 text: .text%__1cRAbstractAssemblerOcode_fill_byte6F_i_; 4071 text: .text%__1cICodeBlob2t6MpkcpnKCodeBuffer_iiipnJOopMapSet_i_v_;4072 2610 text: .text%__1cMrdx_RegLOperEtype6kM_pknEType__; 4073 text: .text%__1cKCodeBufferPcopy_relocation6MpnICodeBlob__v_;4074 2611 text: .text%__1cVPatchingRelocIteratorHprepass6M_v_; 4075 2612 text: .text%__1cVPatchingRelocIteratorIpostpass6M_v_; … … 4080 2617 text: .text%__1cJAssemblerDjmp6MnHAddress__v_; 4081 2618 text: .text%__1cOJNIHandleBlockRrebuild_free_list6M_v_; 4082 text: .text%__1cSstring_compareNodeZcheck_for_anti_dependence6kM_i_;4083 2619 text: .text%jni_GetObjectArrayElement: jni.o; 4084 2620 text: .text%__1cKCompiledICSset_to_monomorphic6MrknOCompiledICInfo__v_; 4085 text: .text%__1cIDivINodeFIdeal6MpnIPhaseGVN_i_pnENode__;4086 2621 text: .text%__1cVCallRuntimeDirectNodeMideal_Opcode6kM_i_; 4087 2622 text: .text%__1cICmpDNodeGOpcode6kM_i_; … … 4089 2624 text: .text%__1cFStateM_sub_Op_AndI6MpknENode__v_; 4090 2625 text: .text%__1cHCompilebBregister_library_intrinsics6M_v_; 4091 text: .text%__1cNGrowableArray4CpnNCallGenerator__2t6Mii_v_;4092 2626 text: .text%__1cETypeKInitialize6FpnHCompile__v_; 4093 2627 text: .text%__1cYDebugInformationRecorder2t6MpnLOopRecorder__v_; … … 4111 2645 text: .text%__1cHMatcher2t6MrnJNode_List__v_; 4112 2646 text: .text%__1cFArena2t6ML_v_; 4113 text: .text%__1cIPhaseCFGOschedule_early6MrnJVectorSet_rnJNode_List_rnLBlock_Array__i_;4114 2647 text: .text%__1cWNode_Backward_Iterator2t6MpnENode_rnJVectorSet_rnJNode_List_rnLBlock_Array__v_; 4115 2648 text: .text%__1cHMatcherFmatch6M_v_; 4116 2649 text: .text%__1cFStateM_sub_Op_Goto6MpknENode__v_; 4117 text: .text%__1cIPhaseCFGNschedule_late6MrnJVectorSet_rnJNode_List_rnNGrowableArray4CI___v_;4118 text: .text%__1cIPhaseCFGQFind_Inner_Loops6M_v_;4119 2650 text: .text%__1cIPhaseCFGQGlobalCodeMotion6MrnHMatcher_IrnJNode_List__v_; 4120 2651 text: .text%__1cIPhaseCFGYEstimate_Block_Frequency6M_v_; … … 4124 2655 text: .text%__1cMPhaseChaitinRRegister_Allocate6M_v_; 4125 2656 text: .text%__1cMPhaseChaitinGde_ssa6M_v_; 4126 text: .text%__1cMPhaseChaitinbGstretch_base_pointer_live_ranges6MpnMResourceArea__i_;4127 2657 text: .text%__1cNPhaseRegAllocTpd_preallocate_hook6M_v_; 4128 2658 text: .text%__1cHMatcherPinit_spill_mask6MpnENode__v_; … … 4137 2667 text: .text%__1cOCompileWrapper2T6M_v_; 4138 2668 text: .text%__1cHCompileYinit_scratch_buffer_blob6M_v_; 4139 text: .text%__1cHCompileYinit_scratch_locs_memory6M_v_;4140 2669 text: .text%__1cNPhasePeephole2t6MpnNPhaseRegAlloc_rnIPhaseCFG__v_; 4141 text: .text%__1cJPhaseLive2T6M_v_;4142 text: .text%__1cNPhasePeephole2T6M_v_;4143 2670 text: .text%__1cHCompileGOutput6M_v_; 4144 2671 text: .text%__1cHCompileQShorten_branches6MpnFLabel_ri333_v_; … … 4147 2674 text: .text%__1cHCompileRScheduleAndBundle6M_v_; 4148 2675 text: .text%__1cOMachPrologNodeFreloc6kM_i_; 4149 text: .text%__1cNtestU_regNodePoper_input_base6kM_I_;4150 text: .text%__1cWemit_exception_handler6FrnKCodeBuffer__v_;4151 2676 text: .text%__1cWsize_exception_handler6F_I_; 4152 2677 text: .text%__1cWImplicitExceptionTableIset_size6MI_v_; 4153 2678 text: .text%__1cNPhasePeepholeMdo_transform6M_v_; 4154 2679 text: .text%__1cMPhaseChaitinMfixup_spills6M_v_; 4155 text: .text%__1cMPhaseChaitin2T6M_v_;4156 2680 text: .text%__1cNPhaseRegAllocPalloc_node_regs6Mi_v_; 4157 text: .text%__1cKCodeBufferOrelocate_stubs6M_v_;4158 text: .text%__1cIPhaseCFGLRemoveEmpty6M_v_;4159 2681 text: .text%__1cLdo_liveness6FpnNPhaseRegAlloc_pnIPhaseCFG_pnKBlock_List_ipnFArena_pnEDict__v_: buildOopMap.o; 4160 2682 text: .text%__1cHCompileMBuildOopMaps6M_v_; 4161 2683 text: .text%__1cMPhaseChaitinbApost_allocate_copy_removal6M_v_; 4162 text: .text%__1cNGrowableArray4CpnJNode_List__2t6Mii_v_;4163 2684 text: .text%__1cRsarL_rReg_immNodeHtwo_adr6kM_I_; 4164 2685 text: .text%__1cOGenerateOopMapIcopy_cts6MpnNCellTypeState_2_i_; … … 4168 2689 text: .text%__1cSInterpreterRuntimeOprofile_method6FpnKJavaThread_pC_i_; 4169 2690 text: .text%__1cOCompiledRFrame2t6MnFframe_pnKJavaThread_pnGRFrame__v_; 4170 text: .text%__1cKC2IAdapterOis_c2i_adapter6kM_i_;4171 2691 text: .text%__1cOCompiledRFrameKtop_method6kM_nMmethodHandle__; 4172 text: .text%__1cOCompiledRFrameLis_compiled6kM_i_;4173 text: .text%__1cRmethodDataOopDescKinitialize6MpnNmethodOopDesc__v_;4174 2692 text: .text%__1cKoopFactoryOnew_methodData6FnMmethodHandle_pnGThread__pnRmethodDataOopDesc__; 4175 text: .text%__1cRmethodDataOopDescbGcompute_allocation_size_in_bytes6FpnNmethodOopDesc__i_;4176 2693 text: .text%__1cPmethodDataKlassIallocate6MnMmethodHandle_pnGThread__pnRmethodDataOopDesc__; 4177 2694 text: .text%__1cNxorI_rRegNodeLout_RegMask6kM_rknHRegMask__; 4178 text: .text%__1cRmethodDataOopDescbGcompute_allocation_size_in_words6FpnNmethodOopDesc__i_;4179 2695 text: .text%__1cRmethodDataOopDescPpost_initialize6MpnOBytecodeStream__v_; 4180 2696 text: .text%__1cHRetNodeLout_RegMask6kM_rknHRegMask__; 4181 2697 text: .text%__1cFStateO_sub_Op_Return6MpknENode__v_; 4182 2698 text: .text%__1cHRetNodeFreloc6kM_i_; 4183 text: .text%__1cZInterpreterMacroAssemblerNdispatch_base6MnITosState_ppCi_v_;4184 text: .text%__1cZCallInterpreterDirectNodeHtwo_adr6kM_I_;4185 text: .text%__1cNloadConP0NodeFclone6kM_pnENode__;4186 text: .text%__1cOClearArrayNodeFIdeal6MpnIPhaseGVN_i_pnENode__;4187 2699 text: .text%__1cKScopeValueJread_from6FpnTDebugInfoReadStream__p0_; 4188 2700 text: .text%__1cOcompiledVFrameScreate_stack_value6kMpnKScopeValue__pnKStackValue__; 4189 2701 text: .text%__1cQleaPIdxScaleNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4190 2702 text: .text%__1cRindIndexScaleOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; 4191 text: .text%__1cIGraphKitNallocate_heap6MpnENode_222pknITypeFunc_pC22ipknKTypeOopPtr__2_;4192 text: .text%__1cPciInstanceKlassbBcompute_shared_has_subklass6M_i_;4193 2703 text: .text%__1cNSignatureInfoHdo_byte6M_v_; 4194 text: .text%__1cQorI_rReg_immNodePoper_input_base6kM_I_;4195 2704 text: .text%__1cKCompiledICSset_ic_destination6MpC_v_; 4196 text: .text%__1cNIdealLoopTreePiteration_split6MpnOPhaseIdealLoop_rnJNode_List__v_;4197 2705 text: .text%__1cNandI_rRegNodeErule6kM_I_; 4198 text: .text%__1cRsarI_rReg_immNodeJnum_opnds6kM_I_;4199 2706 text: .text%__1cIMulINodeGadd_id6kM_pknEType__; 4200 2707 text: .text%__1cVcompiledICHolderKlassIoop_size6kMpnHoopDesc__i_; … … 4202 2709 text: .text%__1cIMulINodeImul_ring6kMpknEType_3_3_; 4203 2710 text: .text%__1cKloadUBNodeMideal_Opcode6kM_i_; 4204 text: .text%__1cHBitDataKis_BitData6M_i_;4205 2711 text: .text%__1cQsalI_rReg_CLNodeMideal_Opcode6kM_i_; 4206 text: .text%__1cNaddP_rRegNodeJnum_opnds6kM_I_;4207 2712 text: .text%__1cJAssemblerEcmpq6MnHAddress_i_v_; 4208 2713 text: .text%__1cNloadConP0NodeFreloc6kM_i_; 4209 text: .text%__1cMLinkResolverYresolve_interface_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;4210 2714 text: .text%__1cSmembar_acquireNodeLbottom_type6kM_pknEType__; 4211 2715 text: .text%__1cOMacroAssemblerKincrementq6MpnMRegisterImpl_i_v_; 4212 2716 text: .text%__1cRsarI_rReg_immNodeHtwo_adr6kM_I_; 4213 2717 text: .text%__1cZInterpreterMacroAssemblerNdispatch_next6MnITosState_i_v_; 4214 text: .text%__1cNGrowableArray4nMmethodHandle__2t6Mii_v_;4215 2718 text: .text%__1cLConvL2INodeJideal_reg6kM_I_; 4216 text: .text%__1cNGrowableArray4nLKlassHandle__2t6Mii_v_;4217 text: .text%__1cNmethodOopDescThas_native_function6kM_i_;4218 2719 text: .text%JVM_GetClassNameUTF; 4219 text: .text%__1cMPrefetchNodeJideal_reg6kM_I_;4220 text: .text%__1cKCodeBuffer2t6MpCi_v_;4221 2720 text: .text%__1cNprefetchwNodeLout_RegMask6kM_rknHRegMask__; 4222 text: .text%__1cFStateQ_sub_Op_Prefetch6MpknENode__v_;4223 2721 text: .text%__1cOjmpLoopEndNodeEsize6kMpnNPhaseRegAlloc__I_; 4224 2722 text: .text%__1cNprefetchwNodeFreloc6kM_i_; … … 4226 2724 text: .text%__1cILocation2t6MpnTDebugInfoReadStream__v_; 4227 2725 text: .text%__1cKstoreCNodeFreloc6kM_i_; 4228 text: .text%__1cNdecI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4229 text: .text%__1cNmethodOopDescWis_vanilla_constructor6kM_i_;4230 2726 text: .text%__1cWCallLeafNoFPDirectNodeKmethod_set6Ml_v_; 4231 2727 text: .text%__1cOPhaseIdealLoopOplace_near_use6kMpnENode__2_; 4232 2728 text: .text%__1cHi2bNodeMideal_Opcode6kM_i_; 4233 text: .text%__1cNLocationValueLis_location6kM_i_;4234 2729 text: .text%__1cNLocationValue2t6MpnTDebugInfoReadStream__v_; 4235 2730 text: .text%__1cIMulLNodeJideal_reg6kM_I_; … … 4242 2737 text: .text%__1cVcompiledICHolderKlassToop_follow_contents6MpnHoopDesc__v_; 4243 2738 text: .text%__1cVcompiledICHolderKlassToop_adjust_pointers6MpnHoopDesc__i_; 4244 text: .text%__1cKReflectionGinvoke6FnTinstanceKlassHandle_nMmethodHandle_nGHandle_inOobjArrayHandle_nJBasicType_4ipnGThread__pnHoopDesc__;4245 text: .text%__1cITypeLongFwiden6kMpknEType__3_;4246 text: .text%__1cQsalI_rReg_CLNodePoper_input_base6kM_I_;4247 2739 text: .text%__1cbIjava_lang_reflect_AccessibleObjectIoverride6FpnHoopDesc__C_; 4248 2740 text: .text%__1cKReflectionDbox6FpnGjvalue_nJBasicType_pnGThread__pnHoopDesc__; 4249 text: .text%__1cMLinkResolverbHlinktime_resolve_interface_method6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_43ipnGThread__v_;4250 2741 text: .text%__1cLBoxLockNodeEhash6kM_I_; 4251 2742 text: .text%__1cJOopMapSetMgrow_om_data6M_v_; 4252 text: .text%__1cRxorI_rReg_memNodeJnum_opnds6kM_I_;4253 text: .text%__1cKciTypeFlowFBlockQset_private_copy6Mi_v_;4254 2743 text: .text%__1cWandI_rReg_imm65535NodeLout_RegMask6kM_rknHRegMask__; 4255 2744 text: .text%__1cWandI_rReg_imm65535NodeErule6kM_I_; … … 4258 2747 text: .text%__1cRsalL_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 4259 2748 text: .text%__1cNGrowableArray4CpnKInlineTree__Egrow6Mi_v_; 4260 text: .text%__1cSComputeAdapterInfoIdo_short6M_v_;4261 text: .text%__1cNtestL_regNodeJnum_opnds6kM_I_;4262 2749 text: .text%__1cLConvF2DNodeGOpcode6kM_i_; 4263 2750 text: .text%__1cISubLNodeLbottom_type6kM_pknEType__; 4264 2751 text: .text%__1cSmembar_acquireNodeLout_RegMask6kM_rknHRegMask__; 4265 2752 text: .text%__1cSmembar_acquireNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4266 text: .text%__1cNaddP_rRegNodeLbottom_type6kM_pknEType__;4267 2753 text: .text%__1cNmodL_rRegNodeErule6kM_I_; 4268 text: .text%__1cRsalI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4269 2754 text: .text%__1cJAssemblerDret6Mi_v_; 4270 text: .text%__1cRshrI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4271 2755 text: .text%__1cbDjava_lang_reflect_ConstructorPparameter_types6FpnHoopDesc__2_; 4272 2756 text: .text%__1cKReflectionSinvoke_constructor6FpnHoopDesc_nOobjArrayHandle_pnGThread__2_; … … 4299 2783 text: .text%__1cQconstMethodKlassOklass_oop_size6kM_i_; 4300 2784 text: .text%__1cPmethodDataKlassOklass_oop_size6kM_i_; 4301 text: .text%__1cGThreadOis_interrupted6Fp0i_i_;4302 text: .text%__1cHThreadsHoops_do6FpnKOopClosure__v_;4303 2785 text: .text%__1cJHashtableHoops_do6MpnKOopClosure__v_; 4304 2786 text: .text%__1cSsafePoint_pollNodeIpipeline6kM_pknIPipeline__; 4305 2787 text: .text%__1cIPSOldGenHcompact6M_v_; 4306 text: .text%__1cSsafePoint_pollNodeJnum_opnds6kM_I_;4307 2788 text: .text%__1cFJNIidHoops_do6MpnKOopClosure__v_; 4308 text: .text%__1cJvmSymbolsHoops_do6FpnKOopClosure_i_v_;4309 2789 text: .text%__1cJHashtableGunlink6MpnRBoolObjectClosure__v_; 4310 text: .text%__1cSReferenceProcessorHoops_do6MpnKOopClosure__v_;4311 2790 text: .text%__1cQObjectStartArrayFreset6M_v_; 4312 2791 text: .text%__1cIPSOldGenPadjust_pointers6M_v_; … … 4314 2793 text: .text%__1cJloadBNodeFreloc6kM_i_; 4315 2794 text: .text%__1cUandI_rReg_imm255NodeMideal_Opcode6kM_i_; 4316 text: .text%__1cNGrowableArray4CpnKciTypeFlowFBlock__Icontains6kMrk2_i_;4317 2795 text: .text%__1cScompP_mem_rRegNodeFreloc6kM_i_; 4318 text: .text%__1cNcmovP_regNodePoper_input_base6kM_I_;4319 text: .text%__1cTno_rax_rdx_RegIOperJnum_edges6kM_I_;4320 2796 text: .text%__1cKciTypeFlowLStateVectorJdo_aaload6MpnQciBytecodeStream__v_; 4321 text: .text%__1cJAssemblerMemit_operand6MpnRFloatRegisterImpl_nHAddress__v_;4322 text: .text%__1cJAssemblerMemit_operand6MpnRFloatRegisterImpl_pnMRegisterImpl_4nHAddressLScaleFactor_ipCrknQRelocationHolder__v_;4323 2797 text: .text%__1cNaddL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4324 text: .text%__1cLRethrowNodeFIdeal6MpnIPhaseGVN_i_pnENode__;4325 2798 text: .text%__1cRaddI_rReg_memNodeLout_RegMask6kM_rknHRegMask__; 4326 2799 text: .text%__1cRsubI_rReg_memNodeHtwo_adr6kM_I_; … … 4329 2802 text: .text%__1cFParseMdo_checkcast6M_v_; 4330 2803 text: .text%__1cIMulINodeGmul_id6kM_pknEType__; 4331 text: .text%__1cMloadConINodeGis_Con6kM_I_;4332 2804 text: .text%__1cIregDOperKin_RegMask6kMi_pknHRegMask__; 4333 2805 text: .text%__1cIMulDNodeGOpcode6kM_i_; 4334 2806 text: .text%__1cRsarL_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4335 2807 text: .text%__1cNsubL_rRegNodeQuse_cisc_RegMask6M_v_; 4336 text: .text%__1cHnmethodUnumber_of_dependents6kM_i_;4337 text: .text%__1cTconvI2L_reg_memNodeFreloc6kM_i_;4338 text: .text%__1cSComputeAdapterInfoIdo_float6M_v_;4339 2808 text: .text%__1cFParseLarray_store6MnJBasicType__v_; 4340 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc_ii_v_: nativeLookup.o;4341 2809 text: .text%JVM_FindClassFromClassLoader; 4342 2810 text: .text%JVM_FindClassFromBootLoader; 4343 text: .text%__1cZCallInterpreterDirectNodeSalignment_required6kM_i_;4344 text: .text%__1cZCallInterpreterDirectNodePoper_input_base6kM_I_;4345 text: .text%__1cZCallInterpreterDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;4346 2811 text: .text%__1cRmulL_rReg_immNodeMcisc_operand6kM_i_; 4347 text: .text%__1cNloadConI0NodeGis_Con6kM_I_;4348 text: .text%__1cKstoreBNodeHtwo_adr6kM_I_;4349 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc__v_: nativeLookup.o;4350 text: .text%__1cKRegionNodeUdepends_only_on_test6kM_i_;4351 2812 text: .text%__1cMMergeMemNodeIadr_type6kM_pknHTypePtr__; 4352 text: .text%__1cFciEnvZcall_has_multiple_targets6FpnNinstanceKlass_nMsymbolHandle_3ri_i_;4353 text: .text%__1cMadjust_check6FpnENode_11iipnMPhaseIterGVN__v_: ifnode.o;4354 text: .text%__1cPsalI_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4355 text: .text%__1cTconvI2L_reg_memNodeHtwo_adr6kM_I_;4356 2813 text: .text%__1cLPhaseValuesKis_IterGVN6M_pnMPhaseIterGVN__; 4357 2814 text: .text%__1cQciTypeArrayKlassJmake_impl6FnJBasicType__p0_; 4358 2815 text: .text%__1cFStateM_sub_Op_AddL6MpknENode__v_; 4359 2816 text: .text%__1cQciTypeArrayKlassEmake6FnJBasicType__p0_; 4360 text: .text%__1cUmembar_cpu_orderNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;4361 text: .text%__1cUmembar_cpu_orderNodeLout_RegMask6kM_rknHRegMask__;4362 2817 text: .text%__1cNSCMemProjNodeFValue6kMpnOPhaseTransform__pknEType__; 4363 text: .text%__1cSCompareAndSwapNodeJideal_reg6kM_I_;4364 text: .text%__1cFStateW_sub_Op_MemBarCPUOrder6MpknENode__v_;4365 2818 text: .text%__1cKciTypeFlowLStateVectorMdo_checkcast6MpnQciBytecodeStream__v_; 4366 text: .text%__1cMorI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4367 2819 text: .text%__1cMrax_RegIOperKin_RegMask6kMi_pknHRegMask__; 4368 2820 text: .text%lwp_mutex_init: os_solaris.o; … … 4376 2828 text: .text%__1cJAssemblerEmovl6MnHAddress_i_v_; 4377 2829 text: .text%__1cKoopFactoryNnew_charArray6FpkcpnGThread__pnQtypeArrayOopDesc__; 4378 text: .text%__1cPshrI_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4379 2830 text: .text%__1cQjava_lang_StringTcreate_oop_from_str6FpkcpnGThread__pnHoopDesc__; 4380 text: .text%__1cRmulI_rReg_immNodeJnum_opnds6kM_I_;4381 2831 text: .text%__1cNandI_rRegNodeLout_RegMask6kM_rknHRegMask__; 4382 text: .text%__1cbACallCompiledJavaDirectNodeHtwo_adr6kM_I_;4383 2832 text: .text%__1cIModINodeFValue6kMpnOPhaseTransform__pknEType__; 4384 text: .text%__1cNinstanceKlassVis_same_class_package6MpnHoopDesc_pnNsymbolOopDesc__i_;4385 text: .text%__1cbLtransform_int_divide_to_long_multiply6FpnIPhaseGVN_pnENode_i_3_: divnode.o;4386 2833 text: .text%__1cTno_rax_rdx_RegIOperKin_RegMask6kMi_pknHRegMask__; 4387 2834 text: .text%__1cJAssemblerGmovzwl6MpnMRegisterImpl_nHAddress__v_; 4388 2835 text: .text%__1cRmulL_rReg_immNodeErule6kM_I_; 4389 2836 text: .text%__1cZCallDynamicJavaDirectNodePoper_input_base6kM_I_; 4390 text: .text%__1cHTypePtrFempty6kM_i_;4391 text: .text%__1cOMacroAssemblerSload_unsigned_word6MpnMRegisterImpl_nHAddress__i_;4392 2837 text: .text%__1cOGenerateOopMapXdo_return_monitor_check6M_v_; 4393 text: .text%__1cNobjArrayKlassQarray_klass_impl6MipnGThread__pnMklassOopDesc__;4394 2838 text: .text%__1cFStateP_sub_Op_ConvL2I6MpknENode__v_; 4395 2839 text: .text%__1cLOptoRuntimebBcomplete_monitor_enter_Type6F_pknITypeFunc__; 4396 2840 text: .text%__1cIGraphKitMnext_monitor6M_i_; 4397 2841 text: .text%__1cLBoxLockNode2t6Mi_v_; 4398 text: .text%__1cRmulI_rReg_immNodePin_oper_RegMask6kMIII_pknHRegMask__;4399 text: .text%__1cJloadFNodeZcheck_for_anti_dependence6kM_i_;4400 text: .text%__1cIplus_adr6FpnENode_l_1_: generateOptoStub.o;4401 2842 text: .text%__1cIGraphKitLshared_lock6MpnENode__pnMFastLockNode__; 4402 text: .text%__1cHConNode2t6MpknEType__v_;4403 2843 text: .text%__1cMloadConDNodeMideal_Opcode6kM_i_; 4404 text: .text%__1cNCompileBrokerTcreate_compile_task6FpnMCompileQdDueue_inMmethodHandle_i3ipkcii_pnLCompileTask__;4405 text: .text%__1cLCompileTaskKinitialize6MinMmethodHandle_i1ipkcii_v_;4406 2844 text: .text%__1cNCompileBrokerNallocate_task6F_pnLCompileTask__; 4407 2845 text: .text%__1cMCompileQdDueueDadd6MpnLCompileTask__v_; … … 4409 2847 text: .text%__1cMCompileQdDueueDget6M_pnLCompileTask__; 4410 2848 text: .text%__1cRsarI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4411 text: .text%__1cQleaPIdxScaleNodeZcheck_for_anti_dependence6kM_i_;4412 2849 text: .text%__1cSCompileTaskWrapper2t6MpnLCompileTask__v_; 4413 2850 text: .text%__1cQjava_lang_ThreadGthread6FpnHoopDesc__pnKJavaThread__; … … 4416 2853 text: .text%__1cCosPhint_no_preempt6F_v_; 4417 2854 text: .text%__1cJAssemblerFtestl6MpnMRegisterImpl_i_v_; 4418 text: .text%__1cObox_handleNodePoper_input_base6kM_I_;4419 2855 text: .text%__1cNCompileBrokerJfree_task6FpnLCompileTask__v_; 4420 2856 text: .text%__1cSCompileTaskWrapper2T6M_v_; 4421 2857 text: .text%__1cLCompileTaskEfree6M_v_; 4422 2858 text: .text%__1cNnegI_rRegNodeLout_RegMask6kM_rknHRegMask__; 4423 text: .text%__1cKDictionarybAis_valid_protection_domain6MiInMsymbolHandle_nGHandle_2_i_;4424 2859 text: .text%__1cMincI_memNodeMideal_Opcode6kM_i_; 4425 2860 text: .text%__1cRandL_rReg_immNodeMideal_Opcode6kM_i_; … … 4427 2862 text: .text%__1cQjava_lang_StringXcreate_oop_from_unicode6FpHipnGThread__pnHoopDesc__; 4428 2863 text: .text%jni_NewString: jni.o; 4429 text: .text%__1cRxorI_rReg_immNodePoper_input_base6kM_I_;4430 2864 text: .text%__1cFStateM_sub_Op_AndL6MpknENode__v_; 4431 2865 text: .text%__1cKloadUBNodePoper_input_base6kM_I_; 4432 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeLout_RegMask6kM_rknHRegMask__;4433 text: .text%__1cVcompiledICHolderKlassXoop_is_compiledICHolder6kM_i_;4434 text: .text%__1cJStoreNodeUdepends_only_on_test6kM_i_;4435 2866 text: .text%__1cPcmovI_reg_lNodeErule6kM_I_; 4436 text: .text%__1cOloadConL32NodePoper_input_base6kM_I_;4437 2867 text: .text%__1cNSharedRuntimebJcontinuation_for_implicit_exception6FpnKJavaThread_pCn0AVImplicitExceptionKind__3_; 4438 text: .text%__1cRtestI_reg_immNodeHtwo_adr6kM_I_;4439 2868 text: .text%__1cIimmDOperJconstantD6kM_d_; 4440 2869 text: .text%__1cFParsePmerge_exception6Mi_v_; 4441 2870 text: .text%__1cXmembar_acquire_lockNodeIadr_type6kM_pknHTypePtr__; 4442 2871 text: .text%__1cNGrowableArray4CpnIciObject__2t6MpnFArena_iirk1_v_; 4443 text: .text%__1cICallInfoDset6MnLKlassHandle_1nMmethodHandle_2pnGThread__v_;4444 text: .text%__1cZCallDynamicJavaDirectNodeHtwo_adr6kM_I_;4445 text: .text%__1cMLinkResolverbGruntime_resolve_interface_method6FrnICallInfo_nMmethodHandle_nLKlassHandle_nGHandle_4ipnGThread__v_;4446 text: .text%__1cMLinkResolverWresolve_interface_call6FrnICallInfo_nGHandle_nLKlassHandle_4nMsymbolHandle_54iipnGThread__v_;4447 2872 text: .text%__1cNGrowableArray4CpnIciObject__JappendAll6Mpk2_v_; 4448 text: .text%__1cFciEnv2t6MpnHJNIEnv__iii_v_;4449 text: .text%__1cRtestP_reg_memNodeFreloc6kM_i_;4450 text: .text%__1cNtestP_regNodeMcisc_version6Mi_pnIMachNode__;4451 2873 text: .text%__1cNGrowableArray4CpnIciMethod__2t6MpnFArena_iirk1_v_; 4452 2874 text: .text%__1cNGrowableArray4CpnHciKlass__2t6MpnFArena_iirk1_v_; … … 4462 2884 text: .text%__1cbBopt_virtual_call_RelocationLstatic_stub6M_pC_; 4463 2885 text: .text%__1cNinstanceKlassbFlookup_method_in_all_interfaces6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 4464 text: .text%__1cPcmpFastLockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4465 2886 text: .text%__1cFStateQ_sub_Op_FastLock6MpknENode__v_; 4466 2887 text: .text%__1cXmembar_acquire_lockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4467 2888 text: .text%__1cTconvD2I_reg_regNodeErule6kM_I_; 4468 2889 text: .text%__1cITemplateIbytecode6kM_nJBytecodesECode__; 4469 text: .text%__1cLOptoRuntimeRmultianewarray1_C6FpnMklassOopDesc_ipnKJavaThread__v_;4470 2890 text: .text%__1cWImplicitExceptionTableCat6kMI_I_; 4471 2891 text: .text%__1cWImplicitExceptionTable2t6MpknHnmethod__v_; 4472 2892 text: .text%__1cLVtableStubsPstub_containing6FpC_pnKVtableStub__; 4473 text: .text%__1cLVtableStubsIcontains6FpC_i_;4474 2893 text: .text%__1cNFingerprinterIdo_float6M_v_; 4475 2894 text: .text%__1cHnmethodbJcontinuation_for_implicit_exception6MpC_1_; 4476 2895 text: .text%__1cLRShiftLNodeIIdentity6MpnOPhaseTransform__pnENode__; 4477 2896 text: .text%__1cUjmpLoopEnd_shortNodeEsize6kMpnNPhaseRegAlloc__I_; 4478 text: .text%__1cNmodI_rRegNodeHtwo_adr6kM_I_;4479 2897 text: .text%__1cUjmpLoopEnd_shortNodeMideal_Opcode6kM_i_; 4480 2898 text: .text%__1cKEntryPoint2t6MpC11111111_v_; 4481 2899 text: .text%jni_GetObjectClass: jni.o; 4482 2900 text: .text%__1cRappend_interfaces6FnOobjArrayHandle_ripnPobjArrayOopDesc__v_; 4483 text: .text%__1cRandI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4484 2901 text: .text%__1cISubLNodeDsub6kMpknEType_3_3_; 4485 2902 text: .text%__1cJloadSNodeIpipeline6kM_pknIPipeline__; 4486 2903 text: .text%__1cRtestI_reg_immNodeMideal_Opcode6kM_i_; 4487 text: .text%__1cOloadConL32NodeHtwo_adr6kM_I_;4488 text: .text%__1cQshrI_rReg_CLNodePoper_input_base6kM_I_;4489 2904 text: .text%__1cSstring_compareNodePoper_input_base6kM_I_; 4490 2905 text: .text%__1cNcmovI_regNodeLout_RegMask6kM_rknHRegMask__; 4491 2906 text: .text%__1cMdecI_memNodeMideal_Opcode6kM_i_; 4492 2907 text: .text%__1cMrax_RegLOperEtype6kM_pknEType__; 4493 text: .text%__1cRmulI_rReg_immNodeHtwo_adr6kM_I_;4494 2908 text: .text%__1cIXorINodeGadd_id6kM_pknEType__; 4495 2909 text: .text%__1cNtestP_regNodeIpipeline6kM_pknIPipeline__; 4496 2910 text: .text%__1cPcmovI_reg_gNodeHtwo_adr6kM_I_; 4497 text: .text%__1cOPhaseIdealLoopKclone_loop6MpnNIdealLoopTree_rnJNode_List_i_v_;4498 text: .text%__1cHi2bNodePoper_input_base6kM_I_;4499 text: .text%__1cRsalL_rReg_immNodeJnum_opnds6kM_I_;4500 2911 text: .text%__1cKBinaryNodeGOpcode6kM_i_; 4501 2912 text: .text%__1cNxorI_rRegNodeQuse_cisc_RegMask6M_v_; … … 4503 2914 text: .text%JVM_GetClassLoader; 4504 2915 text: .text%__1cMstoreSSPNodeMideal_Opcode6kM_i_; 4505 text: .text%__1cNmulL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4506 text: .text%__1cRxorI_rReg_memNodeZcheck_for_anti_dependence6kM_i_;4507 2916 text: .text%__1cINodeHashIround_up6FI_I_; 4508 2917 text: .text%__1cHCompileKinit_start6MpnJStartNode__v_; … … 4512 2921 text: .text%__1cINodeHash2t6MpnFArena_I_v_; 4513 2922 text: .text%__1cRaddI_rReg_memNodeHtwo_adr6kM_I_; 4514 text: .text%__1cIJVMState2n6FL_pv_;4515 2923 text: .text%__1cOMacroAssemblerFalign6Mi_v_; 4516 text: .text%__1cOleaPIdxOffNodeZcheck_for_anti_dependence6kM_i_;4517 text: .text%__1cFVTuneNregister_stub6FpkcpC3_v_;4518 2924 text: .text%__1cFForteNregister_stub6FpkcpC3_v_; 4519 text: .text%__1cMdecI_memNodeJnum_opnds6kM_I_;4520 text: .text%__1cIModINodeFIdeal6MpnIPhaseGVN_i_pnENode__;4521 2925 text: .text%__1cMLinkResolverXresolve_invokeinterface6FrnICallInfo_nGHandle_nSconstantPoolHandle_ipnGThread__v_; 4522 2926 text: .text%lwp_cond_init: os_solaris.o; … … 4525 2929 text: .text%__1cOPhaseIdealLoopVclone_up_backedge_goo6MpnENode_22_2_; 4526 2930 text: .text%__1cSInterpreterCodeletKinitialize6MpkcnJBytecodesECode__v_; 4527 text: .text%__1cTconvI2L_reg_regNodeMcisc_version6Mi_pnIMachNode__;4528 2931 text: .text%__1cNxorI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4529 2932 text: .text%__1cNaddP_rRegNodeLout_RegMask6kM_rknHRegMask__; 4530 2933 text: .text%__1cZInterpreterMacroAssemblerZcheck_and_handle_popframe6MpnMRegisterImpl__v_; 4531 2934 text: .text%__1cOloadConL32NodeErule6kM_I_; 4532 text: .text%__1cOMacroAssemblerMcall_VM_base6MpnMRegisterImpl_22pCii_v_;4533 text: .text%__1cFframeVnmethods_code_blob_do6M_v_;4534 2935 text: .text%__1cHi2bNodeLout_RegMask6kM_rknHRegMask__; 4535 2936 text: .text%__1cKcmpOpUOperKless_equal6kM_i_; 4536 text: .text%__1cWandI_rReg_imm65535NodeJnum_opnds6kM_I_;4537 2937 text: .text%__1cFParseTprofile_switch_case6Mi_v_; 4538 2938 text: .text%__1cKNativeJumpbEcheck_verified_entry_alignment6FpC1_v_; 4539 2939 text: .text%__1cFParseSjump_switch_ranges6MpnENode_pnLSwitchRange_4i_v_; 4540 2940 text: .text%__1cFParseOmerge_new_path6Mi_v_; 4541 text: .text%__1cUBytecode_tableswitchGlength6M_i_;4542 2941 text: .text%__1cNandI_rRegNodeHtwo_adr6kM_I_; 4543 text: .text%__1cNmodL_rRegNodePoper_input_base6kM_I_;4544 text: .text%__1cMloadConLNodeFclone6kM_pnENode__;4545 text: .text%__1cNtestU_regNodeJnum_opnds6kM_I_;4546 text: .text%__1cIimmLOperFclone6kM_pnIMachOper__;4547 text: .text%__1cRandL_rReg_immNodePoper_input_base6kM_I_;4548 2942 text: .text%__1cOleaPIdxOffNodeLout_RegMask6kM_rknHRegMask__; 4549 2943 text: .text%__1cKstoreBNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4550 text: .text%__1cMmatch_option6FpknMJavaVMOption_pkcp4_i_: arguments.o;4551 text: .text%__1cNCompileBrokerTis_not_compile_only6FnMmethodHandle__i_;4552 2944 text: .text%__1cNCompileBrokerRassign_compile_id6FnMmethodHandle_i_I_; 4553 text: .text%__1cNCompileBrokerTis_compile_blocking6FnMmethodHandle_i_i_;4554 2945 text: .text%__1cIMulFNodeGOpcode6kM_i_; 4555 text: .text%__1cNIdealLoopTreeQpolicy_peel_only6kMpnOPhaseIdealLoop__i_;4556 text: .text%__1cNIdealLoopTreeSpolicy_range_check6kMpnOPhaseIdealLoop__i_;4557 text: .text%__1cQSystemDictionaryPresolve_or_fail6FnMsymbolHandle_ipnGThread__pnMklassOopDesc__;4558 text: .text%__1cNIdealLoopTreeMpolicy_align6kMpnOPhaseIdealLoop__i_;4559 text: .text%__1cNIdealLoopTreeNpolicy_unroll6kMpnOPhaseIdealLoop__i_;4560 2946 text: .text%__1cNtestU_regNodeLout_RegMask6kM_rknHRegMask__; 4561 text: .text%__1cNCompileBrokerZcompilation_is_prohibited6FnMmethodHandle_i_i_;4562 2947 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pFi_vi_v_; 4563 text: .text%__1cbCAbstractInterpreterGeneratorVgenerate_and_dispatch6MpnITemplate_nITosState__v_;4564 2948 text: .text%__1cITemplateIgenerate6MpnZInterpreterMacroAssembler__v_; 4565 text: .text%__1cKC2CompilerOneeds_adapters6M_i_;4566 text: .text%__1cLServiceUtilLvisible_oop6FpnHoopDesc__i_;4567 2949 text: .text%__1cITemplateKinitialize6MinITosState_1pFi_vi_v_; 4568 2950 text: .text%__1cNObjectMonitorGEnterI6MpnGThread__v_; 4569 text: .text%__1cIciMethodJhas_loops6kM_i_;4570 text: .text%__1cIciMethodVshould_print_assembly6M_i_;4571 text: .text%__1cOMacroAssemblerOcall_VM_helper6MpnMRegisterImpl_pCii_v_;4572 2951 text: .text%__1cNloadConL0NodeLout_RegMask6kM_rknHRegMask__; 4573 text: .text%__1cZInterpreterMacroAssemblerMcall_VM_base6MpnMRegisterImpl_22pCii_v_;4574 text: .text%__1cMincI_memNodeJnum_opnds6kM_I_;4575 text: .text%__1cNCompileBrokerOcheck_break_at6FnMmethodHandle_iii_i_;4576 2952 text: .text%__1cJAssemblerEcall6MrnFLabel_nJrelocInfoJrelocType__v_; 4577 text: .text%__1cNCompileBrokerQset_last_compile6FpnOCompilerThread_nMmethodHandle_ii_v_;4578 text: .text%__1cNCompileBrokerbAeager_compile_c2i_adapters6FpnFciEnv_pnIciMethod__v_;4579 text: .text%__1cNCompileBrokerbAeager_compile_i2c_adapters6FpnFciEnv_pnIciMethod__v_;4580 2953 text: .text%__1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_; 4581 2954 text: .text%__1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_; 4582 text: .text%__1cMstoreSSPNodeHis_Copy6kM_I_;4583 2955 text: .text%__1cQshrI_rReg_CLNodeMideal_Opcode6kM_i_; 4584 text: .text%__1cFciEnvPregister_method6MpnIciMethod_iiiiiipnKCodeBuffer_ipnJOopMapSet_pnVExceptionHandlerTable_pnWImplicitExceptionTable_pnQAbstractCompiler_ii_v_;4585 2956 text: .text%__1cLAccessFlagsRatomic_clear_bits6Mi_v_; 4586 text: .text%__1cIciMethodQbreak_at_execute6M_i_;4587 2957 text: .text%__1cFciEnvbOcheck_for_system_dictionary_modification6MpnIciMethod__v_; 4588 text: .text%__1cFciEnvbUsystem_dictionary_modification_counter_changed6M_i_;4589 2958 text: .text%__1cMelapsedTimerDadd6M0_v_; 4590 2959 text: .text%__1cNCompileBrokerScollect_statistics6FpnOCompilerThread_nMelapsedTimer_pnLCompileTask__v_; 4591 text: .text%__1cJStartNodeScalling_convention6kMpnLOptoRegPair_I_v_;4592 2960 text: .text%__1cICodeHeapMinsert_after6MpnJFreeBlock_2_v_; 4593 text: .text%__1cKExceptionsNnew_exception6FpnGThread_nMsymbolHandle_3pnRJavaCallArguments_nGHandle_6_6_;4594 text: .text%__1cFMutex2t6Mipkci_v_;4595 2961 text: .text%__1cKloadUBNodeErule6kM_I_; 4596 2962 text: .text%__1cQsalL_rReg_CLNodeMideal_Opcode6kM_i_; 4597 text: .text%__1cbACallCompiledJavaDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;4598 text: .text%__1cbACallCompiledJavaDirectNodePoper_input_base6kM_I_;4599 text: .text%__1cTbasictype2arraycopy6FnJBasicType_i_pC_;4600 text: .text%__1cOLibraryCallKitQinline_arraycopy6M_i_;4601 2963 text: .text%__1cPstoreImmI16NodeOmemory_operand6kM_pknIMachOper__; 4602 text: .text%__1cLOptoRuntimeOarraycopy_Type6F_pknITypeFunc__;4603 text: .text%__1cFciEnvbFpost_compiled_method_load_event6MpnHnmethod__v_;4604 2964 text: .text%__1cJCodeCacheGcommit6FpnICodeBlob__v_; 4605 text: .text%__1cLPcDescCache2t6M_v_;4606 2965 text: .text%__1cFciEnvVnum_inlined_bytecodes6kM_i_; 4607 text: .text%__1cHnmethodSresolve_JNIHandles6M_v_;4608 2966 text: .text%__1cRmulL_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 4609 2967 text: .text%__1cVExceptionHandlerTableHcopy_to6MpnHnmethod__v_; 4610 2968 text: .text%__1cWImplicitExceptionTableHcopy_to6MpnHnmethod__v_; 4611 text: .text%__1cFVTuneOcreate_nmethod6FpnHnmethod__v_;4612 2969 text: .text%__1cYDebugInformationRecorderHcopy_to6MpnHnmethod__v_; 4613 text: .text%__1cHnmethodLnew_nmethod6FnMmethodHandle_iiiiiipnYDebugInformationRecorder_pnKCodeBuffer_ipnJOopMapSet_pnVExceptionHandlerTable_pnWImplicitExceptionTable_pnQAbstractCompiler__p0_;4614 2970 text: .text%__1cPcmovI_reg_lNodeLout_RegMask6kM_rknHRegMask__; 4615 text: .text%__1cHnmFlagsFclear6M_v_;4616 2971 text: .text%__1cHnmethod2n6FLi_pv_; 4617 text: .text%__1cHnmethod2t6MpnNmethodOopDesc_iiiiiiipnYDebugInformationRecorder_pnKCodeBuffer_ipnJOopMapSet_pnVExceptionHandlerTable_pnWImplicitExceptionTable_pnQAbstractCompiler__v_;4618 text: .text%__1cNaddI_rRegNodeMcisc_version6Mi_pnIMachNode__;4619 2972 text: .text%__1cKTypeRawPtrFxdual6kM_pknEType__; 4620 2973 text: .text%__1cHnmethodQcopy_scopes_data6MpCi_v_; 4621 text: .text%__1cLOopRecorderHcopy_to6MpnICodeBlob__v_;4622 text: .text%__1cICodeBlobJcopy_oops6MppnI_jobject_i_v_;4623 text: .text%__1cFStateN_sub_Op_LoadC6MpknENode__v_;4624 text: .text%__1cJloadCNodeFreloc6kM_i_;4625 2974 text: .text%__1cFParseQjump_if_fork_int6MpnENode_2nIBoolTestEmask__pnGIfNode__; 4626 2975 text: .text%__1cWandI_rReg_imm65535NodeHtwo_adr6kM_I_; 4627 text: .text%__1cNdivL_rRegNodePoper_input_base6kM_I_;4628 text: .text%__1cNmethodOopDescIset_code6MpnHnmethod__v_;4629 2976 text: .text%__1cINodeHashUremove_useless_nodes6MrnJVectorSet__v_; 4630 2977 text: .text%__1cQUnique_Node_ListUremove_useless_nodes6MrnJVectorSet__v_; 4631 2978 text: .text%__1cKInlineTreeWbuild_inline_tree_root6F_p0_; 4632 text: .text%__1cHCompile2t6MpnFciEnv_pnKC2Compiler_pnIciMethod_ii_v_;4633 2979 text: .text%__1cHCompileWprint_compile_messages6M_v_; 4634 text: .text%__1cPClassFileParserbGparse_constant_pool_double_entry6MnSconstantPoolHandle_ipnGThread__v_;4635 2980 text: .text%__1cQsalI_rReg_CLNodeErule6kM_I_; 4636 2981 text: .text%__1cHCompileRbuild_start_state6MpnJStartNode_pknITypeFunc__pnIJVMState__; … … 4642 2987 text: .text%__1cHCompileLFinish_Warm6M_v_; 4643 2988 text: .text%__1cHCompileLInline_Warm6M_i_; 4644 text: .text%__1cPno_rax_RegLOperJnum_edges6kM_I_;4645 2989 text: .text%__1cMPhaseIterGVN2t6MpnIPhaseGVN__v_; 4646 text: .text%__1cJBytecodesDdef6Fn0AECode_pkc33nJBasicType_ii1_v_;4647 2990 text: .text%__1cIciMethodRbuild_method_data6MnMmethodHandle__v_; 4648 2991 text: .text%__1cSstring_compareNodeErule6kM_I_; 4649 2992 text: .text%__1cbAfinal_graph_reshaping_walk6FrnKNode_Stack_pnENode_rnUFinal_Reshape_Counts__v_: compile.o; 4650 text: .text%__1cHCompileVfinal_graph_reshaping6M_i_;4651 text: .text%__1cOcompI_rRegNodeMcisc_version6Mi_pnIMachNode__;4652 2993 text: .text%__1cScompI_rReg_memNodeFreloc6kM_i_; 4653 2994 text: .text%__1cJStartNodeFValue6kMpnOPhaseTransform__pknEType__; … … 4655 2996 text: .text%__1cIPhaseCCPJtransform6MpnENode__2_; 4656 2997 text: .text%__1cHCompileNreturn_values6MpnIJVMState__v_; 4657 text: .text%__1cbCAbstractInterpreterGeneratorQset_entry_points6MnJBytecodesECode__v_;4658 text: .text%__1cbCAbstractInterpreterGeneratorWset_short_entry_points6MpnITemplate_rpC44444444_v_;4659 2998 text: .text%__1cMPhaseIterGVN2t6Mp0_v_; 4660 2999 text: .text%__1cIPhaseCCP2t6MpnMPhaseIterGVN__v_; 4661 text: .text%__1cIPhaseCCP2T6M_v_;4662 3000 text: .text%__1cIPhaseCCPHanalyze6M_v_; 4663 3001 text: .text%__1cIPhaseCCPMdo_transform6M_v_; 4664 3002 text: .text%__1cOcompI_rRegNodeIpipeline6kM_pknIPipeline__; 4665 3003 text: .text%__1cNsubL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4666 text: .text%__1cNloadConPcNodeMideal_Opcode6kM_i_;4667 text: .text%__1cKExceptionsG_throw6FpnGThread_pkcinGHandle__v_;4668 text: .text%__1cKExceptionsRspecial_exception6FpnGThread_pkcinGHandle__i_;4669 text: .text%__1cGThreadVset_pending_exception6MpnHoopDesc_pkci_v_;4670 text: .text%__1cNandL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4671 3004 text: .text%__1cLklassItableUcompute_itable_index6FpnNmethodOopDesc__i_; 4672 3005 text: .text%__1cWpoll_return_RelocationEtype6M_nJrelocInfoJrelocType__; … … 4674 3007 text: .text%__1cJloadFNodeLout_RegMask6kM_rknHRegMask__; 4675 3008 text: .text%__1cPClassFileParserUverify_constantvalue6MiinSconstantPoolHandle_pnGThread__v_; 4676 text: .text%__1cQsalI_rReg_CLNodeJnum_opnds6kM_I_;4677 text: .text%__1cIMachNodeJis_MachIf6kM_pknKMachIfNode__;4678 3009 text: .text%__1cPsalL_rReg_1NodeMideal_Opcode6kM_i_; 4679 text: .text%__1cKExceptionsRspecial_exception6FpnGThread_pkcinMsymbolHandle_4_i_;4680 3010 text: .text%__1cQjava_lang_StringScreate_from_symbol6FnMsymbolHandle_pnGThread__nGHandle__; 4681 3011 text: .text%__1cOClearArrayNodeIIdentity6MpnOPhaseTransform__pnENode__; … … 4685 3015 text: .text%__1cSInterpreterRuntimeXthrow_pending_exception6FpnKJavaThread__v_; 4686 3016 text: .text%__1cKcmpOpUOperHgreater6kM_i_; 4687 text: .text%__1cNCompileBrokerUcheck_adapter_result6FnMmethodHandle_ippnMBasicAdapter__i_;4688 text: .text%__1cJloadFNodeJnum_opnds6kM_I_;4689 3017 text: .text%__1cYinternal_word_RelocationEtype6M_nJrelocInfoJrelocType__; 4690 text: .text%__1cSMachC2IEntriesNodeEsize6kMpnNPhaseRegAlloc__I_;4691 text: .text%__1cbFunnecessary_membar_volatileNodePoper_input_base6kM_I_;4692 3018 text: .text%__1cRmulI_rReg_immNodeQuse_cisc_RegMask6M_v_; 4693 text: .text%__1cQPSIsAliveClosureLdo_object_b6MpnHoopDesc__i_;4694 text: .text%__1cTCallInterpreterNodeSis_CallInterpreter6kM_pk0_;4695 text: .text%__1cZCallInterpreterDirectNodePcompute_padding6kMi_i_;4696 text: .text%__1cSMachC2IcheckICNodeEsize6kMpnNPhaseRegAlloc__I_;4697 3019 text: .text%__1cZInterpreterMacroAssemblerPdispatch_epilog6MnITosState_i_v_; 4698 3020 text: .text%__1cZInterpreterMacroAssemblerPdispatch_prolog6MnITosState_i_v_; 4699 text: .text%__1cZCallInterpreterDirectNodeKmethod_set6Ml_v_;4700 text: .text%__1cXMachCallInterpreterNodePret_addr_offset6M_i_;4701 3021 text: .text%__1cQjava_lang_StringPcreate_from_str6FpkcpnGThread__nGHandle__; 4702 text: .text%__1cLOptoRuntimeInew_Type6F_pknITypeFunc__;4703 3022 text: .text%__1cLBoxLockNodeDcmp6kMrknENode__I_; 4704 3023 text: .text%__1cMTailCallNodeGOpcode6kM_i_; 4705 3024 text: .text%__1cJChunkPoolMfree_all_but6ML_v_; 4706 text: .text%__1cIGraphKitMnew_instance6MpnPciInstanceKlass__pnENode__;4707 text: .text%__1cPcmpD_cc_regNodePoper_input_base6kM_I_;4708 3025 text: .text%__1cRsalL_rReg_immNodeHtwo_adr6kM_I_; 4709 text: .text%__1cLOptoRuntimeSnew_typeArray_Type6F_pknITypeFunc__;4710 text: .text%__1cObox_handleNodeMideal_Opcode6kM_i_;4711 3026 text: .text%__1cJJavaCallsMcall_special6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_533pnGThread__v_; 4712 text: .text%__1cIGraphKitJnew_array6MpnENode_nJBasicType_pknEType_pknMTypeKlassPtr__2_;4713 3027 text: .text%__1cNdecL_rRegNodeMideal_Opcode6kM_i_; 4714 3028 text: .text%__1cKJavaThreadZsecurity_get_caller_class6Mi_pnMklassOopDesc__; … … 4718 3032 text: .text%__1cIAddFNodeGOpcode6kM_i_; 4719 3033 text: .text%__1cSstring_compareNodeMideal_Opcode6kM_i_; 4720 text: .text%__1cNmethodOopDescWcompute_has_loops_flag6M_i_;4721 text: .text%__1cKloadUBNodeJnum_opnds6kM_I_;4722 text: .text%__1cNGrowableArray4CpnHoopDesc__2t6Mii_v_;4723 3034 text: .text%__1cZCallDynamicJavaDirectNodeSalignment_required6kM_i_; 4724 text: .text%__1cXvirtual_call_RelocationJpack_data6M_i_;4725 3035 text: .text%__1cXvirtual_call_RelocationEtype6M_nJrelocInfoJrelocType__; 4726 3036 text: .text%__1cQorI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 4727 3037 text: .text%__1cUParallelScavengeHeapIcapacity6kM_L_; 4728 3038 text: .text%__1cJAssemblerEcmpq6MpnMRegisterImpl_nHAddress__v_; 4729 text: .text%__1cNnegI_rRegNodeJnum_opnds6kM_I_;4730 text: .text%__1cYinternal_word_RelocationJpack_data6M_i_;4731 text: .text%__1cKsplit_once6FpnMPhaseIterGVN_pnENode_333_v_: cfgnode.o;4732 3039 text: .text%__1cQSystemDictionarybAvalidate_protection_domain6FnTinstanceKlassHandle_nGHandle_2pnGThread__v_; 4733 3040 text: .text%__1cPDictionaryEntryVadd_protection_domain6MpnHoopDesc__v_; 4734 3041 text: .text%__1cbIjava_lang_reflect_AccessibleObjectMset_override6FpnHoopDesc_C_v_; 4735 3042 text: .text%__1cRCardTableModRefBSPclear_MemRegion6MnJMemRegion__v_; 4736 text: .text%__1cOleaPIdxOffNodeLbottom_type6kM_pknEType__;4737 3043 text: .text%__1cNdivL_rRegNodeMideal_Opcode6kM_i_; 4738 3044 text: .text%__1cFParsebLincrement_and_test_invocation_counter6Mi_v_; … … 4743 3049 text: .text%__1cScompL_rReg_immNodeMideal_Opcode6kM_i_; 4744 3050 text: .text%__1cTmembar_volatileNodeMideal_Opcode6kM_i_; 4745 text: .text%__1cTCallDynamicJavaNodeSis_CallDynamicJava6kM_pk0_;4746 text: .text%__1cCosHSolarisFEventEpark6M_v_;4747 text: .text%__1cIMinINodeFIdeal6MpnIPhaseGVN_i_pnENode__;4748 text: .text%__1cODeoptimizationYtrap_state_is_recompiled6Fi_i_;4749 3051 text: .text%__1cXSignatureHandlerLibraryKinitialize6F_v_; 4750 3052 text: .text%__1cXSignatureHandlerLibraryDadd6FnMmethodHandle__v_; 4751 3053 text: .text%__1cSInterpreterRuntimeTprepare_native_call6FpnKJavaThread_pnNmethodOopDesc__v_; 4752 3054 text: .text%__1cNGrowableArray4CL_Efind6kMrkL_i_; 4753 text: .text%__1cUandI_rReg_imm255NodePoper_input_base6kM_I_;4754 text: .text%__1cSReferenceProcessorZadd_to_discovered_list_mt6MppnHoopDesc_23_v_;4755 3055 text: .text%__1cSInterpreterRuntimeNquicken_io_cc6FpnKJavaThread__v_; 4756 text: .text%__1cJBytecodesDdef6Fn0AECode_pkc33nJBasicType_ii_v_;4757 3056 text: .text%__1cHOrINodeIadd_ring6kMpknEType_3_3_; 4758 text: .text%__1cNObjectMonitorbAEntryQdDueue_SelectSuccessor6M_pnMObjectWaiter__;4759 text: .text%__1cNObjectMonitorREntryQdDueue_insert6MpnMObjectWaiter_i_v_;4760 3057 text: .text%__1cSobjArrayKlassKlassXallocate_objArray_klass6MinLKlassHandle_pnGThread__pnMklassOopDesc__; 4761 text: .text%__1cJAssemblerEpopq6MpnMRegisterImpl__v_;4762 3058 text: .text%__1cSobjArrayKlassKlassbCallocate_objArray_klass_impl6FnYobjArrayKlassKlassHandle_inLKlassHandle_pnGThread__pnMklassOopDesc__; 4763 text: .text%__1cISubLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;4764 text: .text%__1cMTypeKlassPtrRcast_to_exactness6kMi_pknEType__;4765 text: .text%__1cNloadConI0NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4766 text: .text%__1cSComputeAdapterInfoHdo_char6M_v_;4767 3059 text: .text%__1cKPerfMemoryFalloc6FL_pc_; 4768 3060 text: .text%__1cIPerfData2T6M_v_; … … 4773 3065 text: .text%__1cXJNI_ArgumentPusherVaArgHget_int6M_v_; 4774 3066 text: .text%__1cIPerfData2t6MnJCounterNS_pkcn0AFUnits_n0ALVariability__v_; 4775 text: .text%__1cPPerfDataManagerIadd_item6FpnIPerfData_i_v_;4776 3067 text: .text%__1cLStrCompNodeKmatch_edge6kMI_I_; 4777 3068 text: .text%__1cOjmpLoopEndNodeLout_RegMask6kM_rknHRegMask__; 4778 text: .text%__1cOjmpLoopEndNodeOis_pc_relative6kM_i_;4779 text: .text%__1cOjmpLoopEndNodeTmay_be_short_branch6kM_i_;4780 3069 text: .text%jni_ReleaseStringUTFChars: jni.o; 4781 3070 text: .text%jni_GetStringUTFChars: jni.o; 4782 3071 text: .text%__1cFStateW_sub_Op_CountedLoopEnd6MpknENode__v_; 4783 3072 text: .text%__1cNFingerprinterIdo_short6M_v_; 4784 text: .text%__1cOcompU_rRegNodeMcisc_version6Mi_pnIMachNode__;4785 3073 text: .text%__1cJAssemblerEincq6MpnMRegisterImpl__v_; 4786 3074 text: .text%__1cFTypeDEmake6Fd_pk0_; … … 4789 3077 text: .text%__1cFParseLdo_newarray6MnJBasicType__v_; 4790 3078 text: .text%__1cWCallLeafNoFPDirectNodeLout_RegMask6kM_rknHRegMask__; 4791 text: .text%__1cMNativeLookupGlookup6FnMmethodHandle_ripnGThread__pC_;4792 3079 text: .text%__1cWCallLeafNoFPDirectNodeFreloc6kM_i_; 4793 text: .text%__1cSstring_compareNodeJnum_opnds6kM_I_;4794 3080 text: .text%__1cFStateU_sub_Op_CallLeafNoFP6MpknENode__v_; 4795 3081 text: .text%JVM_FindLibraryEntry; 4796 text: .text%__1cSObjectSynchronizerHinflate6FpnHoopDesc__pnNObjectMonitor__;4797 3082 text: .text%JVM_GetMethodIxExceptionTableEntry; 4798 3083 text: .text%__1cNObjectMonitorHRecycle6M_v_; 4799 3084 text: .text%__1cISubLNodeGadd_id6kM_pknEType__; 4800 3085 text: .text%__1cNmodI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4801 text: .text%__1cHMatcherOc_return_value6Fii_nLOptoRegPair__;4802 3086 text: .text%__1cRxorI_rReg_memNodeLout_RegMask6kM_rknHRegMask__; 4803 3087 text: .text%__1cIMachNodeOmemory_operand6kM_pknIMachOper__; 4804 text: .text%__1cQsarL_rReg_63NodeMideal_Opcode6kM_i_;4805 3088 text: .text%__1cRmulI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4806 3089 text: .text%__1cIMachOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; … … 4811 3094 text: .text%__1cNnegI_rRegNodeHtwo_adr6kM_I_; 4812 3095 text: .text%__1cFStateS_sub_Op_ClearArray6MpknENode__v_; 4813 text: .text%__1cRaddL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4814 text: .text%__1cFciEnvWis_dependence_violated6FpnMklassOopDesc_pnNmethodOopDesc__i_;4815 text: .text%__1cHCompile2t6MpnFciEnv_pnIciMethod_i_v_;4816 3096 text: .text%__1cIXorINodeJideal_reg6kM_I_; 4817 3097 text: .text%__1cMrep_stosNodeLout_RegMask6kM_rknHRegMask__; 4818 text: .text%__1cRtestI_reg_immNodePoper_input_base6kM_I_;4819 text: .text%__1cKC2CompilerPcompile_adapter6MpnFciEnv_pnIciMethod_i_v_;4820 text: .text%__1cMrep_stosNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4821 text: .text%__1cMAdapterCacheGinsert6MpnLAdapterInfo_pnMBasicAdapter__v_;4822 3098 text: .text%__1cFStateO_sub_Op_StoreL6MpknENode__v_; 4823 text: .text%__1cLAdapterInfoHcopy_to6Mp0_v_;4824 text: .text%__1cQjava_lang_StringFvalue6FpnHoopDesc__pnQtypeArrayOopDesc__;4825 3099 text: .text%__1cPciObjArrayKlassGloader6M_pnHoopDesc__; 4826 3100 text: .text%__1cIMinINodeGadd_id6kM_pknEType__; 4827 text: .text%__1cNdecL_rRegNodePoper_input_base6kM_I_;4828 text: .text%__1cQjava_lang_StringGoffset6FpnHoopDesc__i_;4829 3101 text: .text%__1cKstoreLNodeLout_RegMask6kM_rknHRegMask__; 4830 text: .text%__1cGThreadLnmethods_do6M_v_;4831 text: .text%__1cKmul_hiNodeMideal_Opcode6kM_i_;4832 3102 text: .text%__1cKstoreLNodeFreloc6kM_i_; 4833 3103 text: .text%__1cMstoreSSPNodeLbottom_type6kM_pknEType__; 4834 3104 text: .text%__1cRsubI_rReg_memNodeFreloc6kM_i_; 4835 text: .text%__1cPsarL_rReg_2NodeMideal_Opcode6kM_i_;4836 3105 text: .text%__1cTconvF2D_reg_memNodeMideal_Opcode6kM_i_; 4837 text: .text%__1cRmulL_rReg_immNodePin_oper_RegMask6kMIII_pknHRegMask__;4838 text: .text%__1cNmodL_rRegNodeJnum_opnds6kM_I_;4839 text: .text%__1cRmulL_rReg_immNodeJnum_opnds6kM_I_;4840 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeHtwo_adr6kM_I_;4841 3106 text: .text%__1cSCompiledStaticCallSset_to_interpreted6MnMmethodHandle_pC_v_; 4842 3107 text: .text%__1cScompU_rReg_immNodeIpipeline6kM_pknIPipeline__; 4843 text: .text%__1cRInterpreterOopMapIis_empty6M_i_;4844 3108 text: .text%__1cNFingerprinterHdo_char6M_v_; 4845 text: .text%__1cOrepush_if_args6FpnFParse_pnENode_3_v_: parse2.o;4846 3109 text: .text%__1cMloadConDNodeLbottom_type6kM_pknEType__; 4847 3110 text: .text%__1cNGrowableArray4CpnHoopDesc__Uclear_and_deallocate6M_v_; 4848 text: .text%__1cMrdx_RegLOperJnum_edges6kM_I_;4849 3111 text: .text%__1cLMachUEPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4850 3112 text: .text%__1cZget_mirror_from_signature6FnMmethodHandle_pnPSignatureStream_pnGThread__pnHoopDesc__; 4851 3113 text: .text%__1cNGrowableArray4CpnJNode_List__Egrow6Mi_v_; 4852 3114 text: .text%__1cMciArrayKlass2t6MnLKlassHandle__v_; 4853 text: .text%__1cNObjectMonitorGenter26MpnGThread__v_;4854 3115 text: .text%__1cKarrayKlassKjava_super6kM_pnMklassOopDesc__; 4855 3116 text: .text%__1cIUniverseWupdate_heap_info_at_gc6F_v_; … … 4861 3122 text: .text%__1cJMarkSweepNrestore_marks6F_v_; 4862 3123 text: .text%__1cHThreadsLgc_epilogue6F_v_; 4863 text: .text%__1cKDictionaryMdo_unloading6MpnRBoolObjectClosure__i_;4864 3124 text: .text%__1cHThreadsLgc_prologue6F_v_; 4865 text: .text%__1cNGrowableArray4CpnFKlass__2t6Mii_v_;4866 text: .text%__1cQSystemDictionaryMdo_unloading6FpnRBoolObjectClosure__i_;4867 3125 text: .text%__1cQSystemDictionaryPplaceholders_do6FpnKOopClosure__v_; 4868 text: .text%__1cSReferenceProcessorPoops_do_statics6FpnKOopClosure__v_;4869 3126 text: .text%__1cQSystemDictionaryYalways_strong_classes_do6FpnKOopClosure__v_; 4870 3127 text: .text%__1cUPSAdaptiveSizePolicyWmajor_collection_begin6M_v_; … … 4875 3132 text: .text%__1cKPSYoungGenPadjust_pointers6M_v_; 4876 3133 text: .text%__1cKPSYoungGenKprecompact6M_v_; 4877 text: .text%__1cLPSMarkSweepQinvoke_no_policy6Fpii_v_;4878 3134 text: .text%__1cLPSMarkSweepPallocate_stacks6F_v_; 4879 3135 text: .text%__1cLPSMarkSweepRdeallocate_stacks6F_v_; 4880 text: .text%__1cLPSMarkSweepRmark_sweep_phase16Fi_v_;4881 3136 text: .text%__1cLPSMarkSweepRmark_sweep_phase26F_v_; 4882 3137 text: .text%__1cLPSMarkSweepRmark_sweep_phase36F_v_; … … 4885 3140 text: .text%__1cUPSMarkSweepDecoratorbHset_destination_decorator_tenured6F_v_; 4886 3141 text: .text%__1cUPSMarkSweepDecoratorbIset_destination_decorator_perm_gen6F_v_; 4887 text: .text%__1cNExceptionBlobHoops_do6MpnKOopClosure__v_;4888 3142 text: .text%__1cKDictionaryYalways_strong_classes_do6MpnKOopClosure__v_; 4889 text: .text%__1cQUncommonTrapBlobHoops_do6MpnKOopClosure__v_;4890 text: .text%__1cSDeoptimizationBlobHoops_do6MpnKOopClosure__v_;4891 3143 text: .text%__1cIPSOldGenKprecompact6M_v_; 4892 3144 text: .text%__1cVLoaderConstraintTableYpurge_loader_constraints6MpnRBoolObjectClosure__v_; 4893 text: .text%__1cRCardTableModRefBSEis_a6MnKBarrierSetEName__i_;4894 3145 text: .text%__1cJPSPermGenQcompute_new_size6ML_v_; 4895 3146 text: .text%__1cJPSPermGenKprecompact6M_v_; 4896 text: .text%__1cJCodeCacheMdo_unloading6FpnRBoolObjectClosure_pnKOopClosure_i_v_;4897 text: .text%__1cJCodeCacheHoops_do6FpnKOopClosure__v_;4898 text: .text%__1cPcmpD_cc_regNodeHtwo_adr6kM_I_;4899 text: .text%__1cbFunnecessary_membar_volatileNodeHtwo_adr6kM_I_;4900 3147 text: .text%__1cIDivINodeIIdentity6MpnOPhaseTransform__pnENode__; 4901 3148 text: .text%__1cIciSymbolHas_utf86M_pkc_; 4902 3149 text: .text%__1cQorI_rReg_memNodePoper_input_base6kM_I_; 4903 text: .text%__1cPfieldDescriptorSlong_initial_value6kM_x_;4904 text: .text%__1cKJavaThreadLnmethods_do6M_v_;4905 3150 text: .text%__1cCosTnative_java_library6F_pv_; 4906 3151 text: .text%__1cSTailCalljmpIndNodePoper_input_base6kM_I_; 4907 3152 text: .text%__1cOstackSlotPOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 4908 3153 text: .text%__1cOstackSlotPOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 4909 text: .text%__1cScompL_rReg_immNodeHtwo_adr6kM_I_;4910 3154 text: .text%__1cNandI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4911 text: .text%__1cNinstanceKlassKfind_field6kMpnNsymbolOopDesc_2ipnPfieldDescriptor__pnMklassOopDesc__;4912 3155 text: .text%__1cPciObjArrayKlass2t6MnLKlassHandle__v_; 4913 3156 text: .text%__1cPstoreImmI16NodeFreloc6kM_i_; 4914 3157 text: .text%__1cPstoreImmI16NodeLout_RegMask6kM_rknHRegMask__; 4915 3158 text: .text%__1cCosYprint_jni_name_prefix_on6FpnMoutputStream_i_v_; 4916 text: .text%__1cVlookup_special_native6Fpc_pC_: nativeLookup.o;4917 3159 text: .text%jni_ReleaseStringCritical: jni.o; 4918 text: .text%__1cMNativeLookupMlookup_style6FnMmethodHandle_pcpkciiripnGThread__pC_;4919 3160 text: .text%__1cCosYprint_jni_name_suffix_on6FpnMoutputStream_i_v_; 4920 3161 text: .text%jni_GetStringCritical: jni.o; 4921 text: .text%__1cSInterpreterRuntimeTnmethod_entry_point6FpnKJavaThread_pnNmethodOopDesc_pnHnmethod__pC_;4922 3162 text: .text%__1cIPSOldGenOgen_size_limit6M_L_; 4923 text: .text%__1cTI2CAdapterGeneratorSstd_verified_entry6FnMmethodHandle__pC_;4924 text: .text%__1cTI2CAdapterGeneratorUgenerate_i2c_adapter6FnMmethodHandle__pnKI2CAdapter__;4925 3163 text: .text%__1cUPSAdaptiveSizePolicybQpromo_increment_with_supplement_aligned_up6ML_L_; 4926 text: .text%__1cHnmethodXinterpreter_entry_point6M_pC_;4927 3164 text: .text%__1cUParallelScavengeHeapOresize_old_gen6ML_v_; 4928 3165 text: .text%__1cUPSAdaptiveSizePolicyPpromo_increment6MLI_L_; … … 4930 3167 text: .text%__1cIPSOldGenGresize6ML_v_; 4931 3168 text: .text%__1cKConv2BNodeGOpcode6kM_i_; 4932 text: .text%__1cObox_handleNodeHtwo_adr6kM_I_;4933 3169 text: .text%__1cKarrayKlassOset_alloc_size6MI_v_; 4934 3170 text: .text%__1cKarrayKlassXbase_create_array_klass6FrknKKlass_vtbl_inLKlassHandle_pnGThread__nQarrayKlassHandle__; … … 4936 3172 text: .text%__1cKarrayKlassbBcomplete_create_array_klass6FnQarrayKlassHandle_nLKlassHandle_pnGThread__v_; 4937 3173 text: .text%__1cLConvI2FNodeGOpcode6kM_i_; 4938 text: .text%__1cNmethodOopDescVparameter_annotations6kM_pnQtypeArrayOopDesc__;4939 text: .text%__1cNmethodOopDescLannotations6kM_pnQtypeArrayOopDesc__;4940 3174 text: .text%__1cNcmovI_regNodeHtwo_adr6kM_I_; 4941 3175 text: .text%__1cNmethodOopDescbGresolved_checked_exceptions_impl6Fp0pnGThread__nOobjArrayHandle__; … … 4945 3179 text: .text%__1cKReflectionTget_parameter_types6FnMmethodHandle_ippnHoopDesc_pnGThread__nOobjArrayHandle__; 4946 3180 text: .text%__1cKReflectionTget_exception_types6FnMmethodHandle_pnGThread__nOobjArrayHandle__; 4947 text: .text%__1cNinstanceKlassQmethod_index_for6kMpnNmethodOopDesc_pnGThread__i_;4948 3181 text: .text%__1cJAssemblerEandl6MpnMRegisterImpl_i_v_; 4949 3182 text: .text%__1cNmethodOopDescKklass_name6kM_pnNsymbolOopDesc__; 4950 3183 text: .text%__1cFStateP_sub_Op_Rethrow6MpknENode__v_; 4951 3184 text: .text%__1cQComputeCallStackIdo_array6Mii_v_; 4952 text: .text%__1cQsalL_rReg_CLNodePoper_input_base6kM_I_;4953 3185 text: .text%__1cNdecL_rRegNodeErule6kM_I_; 4954 3186 text: .text%__1cLRethrowNodeJideal_reg6kM_I_; 4955 text: .text%__1cMNativeLookupLlookup_base6FnMmethodHandle_ripnGThread__pC_;4956 3187 text: .text%__1cNstoreImmINodeFreloc6kM_i_; 4957 3188 text: .text%__1cURethrowExceptionNodeLout_RegMask6kM_rknHRegMask__; … … 4959 3190 text: .text%__1cIPerfLong2t6MnJCounterNS_pkcnIPerfDataFUnits_n0CLVariability__v_; 4960 3191 text: .text%__1cURethrowExceptionNodeFreloc6kM_i_; 4961 text: .text%__1cTCompareAndSwapLNode2t6MpnENode_2222_v_;4962 text: .text%__1cQshrI_rReg_CLNodeJnum_opnds6kM_I_;4963 text: .text%__1cSCompareAndSwapNode2t6MpnENode_2222_v_;4964 text: .text%__1cTcompareAndSwapLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4965 3192 text: .text%__1cTcompareAndSwapLNodeOmemory_operand6kM_pknIMachOper__; 4966 text: .text%__1cOLibraryCallKitRinline_unsafe_CAS6MnJBasicType__i_;4967 3193 text: .text%__1cIProjNodeLout_RegMask6kM_rknHRegMask__; 4968 3194 text: .text%__1cFStateX_sub_Op_CompareAndSwapL6MpknENode__v_; … … 4971 3197 text: .text%__1cOGenerateOopMapMmonitor_push6MnNCellTypeState__v_; 4972 3198 text: .text%__1cOcompP_rRegNodeIpipeline6kM_pknIPipeline__; 4973 text: .text%__1cPsarI_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4974 3199 text: .text%__1cOGenerateOopMapPdo_monitorenter6Mi_v_; 4975 3200 text: .text%__1cMmulD_immNodeMideal_Opcode6kM_i_; 4976 text: .text%__1cPmethodDataKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;4977 text: .text%__1cMaddF_regNodePoper_input_base6kM_I_;4978 3201 text: .text%__1cPcmpD_cc_regNodeMideal_Opcode6kM_i_; 4979 3202 text: .text%__1cJLoadPNodeMstore_Opcode6kM_i_; 4980 text: .text%__1cbACallCompiledJavaDirectNodeKmethod_set6Ml_v_;4981 text: .text%__1cYMachCallCompiledJavaNodePret_addr_offset6M_i_;4982 3203 text: .text%__1cJCMoveNodeFValue6kMpnOPhaseTransform__pknEType__; 4983 3204 text: .text%__1cKciTypeFlowLStateVectorEtrap6MpnQciBytecodeStream_pnHciKlass_i_v_; 4984 3205 text: .text%__1cIDivLNodeLbottom_type6kM_pknEType__; 4985 3206 text: .text%__1cNobjArrayKlassYcompute_secondary_supers6MipnGThread__pnPobjArrayOopDesc__; 4986 text: .text%__1cJloadFNodeHtwo_adr6kM_I_;4987 3207 text: .text%__1cNinstanceKlassYremove_dependent_nmethod6MpnHnmethod__v_; 4988 3208 text: .text%__1cOGenerateOopMapTmark_reachable_code6M_v_; 4989 text: .text%__1cNobjArrayKlassZcan_be_primary_super_slow6kM_i_;4990 3209 text: .text%__1cOGenerateOopMapKinterp_all6M_v_; 4991 3210 text: .text%__1cOGenerateOopMapYrewrite_refval_conflicts6M_v_; … … 4994 3213 text: .text%__1cFframeZinterpreter_frame_set_mdx6Ml_v_; 4995 3214 text: .text%__1cOGenerateOopMapbAmake_context_uninitialized6M_v_; 4996 text: .text%__1cQorI_rReg_immNodeJnum_opnds6kM_I_;4997 text: .text%__1cOGenerateOopMapTmethodsig_to_effect6MpnNsymbolOopDesc_ipnNCellTypeState__i_;4998 3215 text: .text%__1cOGenerateOopMapPinitialize_vars6M_v_; 4999 3216 text: .text%__1cNobjArrayKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 5000 3217 text: .text%__1cOGenerateOopMapKinit_state6M_v_; 5001 text: .text%__1cPClassFileParserbFparse_constant_pool_float_entry6MnSconstantPoolHandle_ipnGThread__v_;5002 text: .text%__1cRmulL_rReg_immNodeHtwo_adr6kM_I_;5003 3218 text: .text%__1cOGenerateOopMapNinitialize_bb6M_v_; 5004 3219 text: .text%__1cOGenerateOopMapRdo_interpretation6M_v_; 5005 text: .text%__1cQciBytecodeStreamFtable6MnJBytecodesECode__2_;5006 3220 text: .text%__1cOGenerateOopMap2t6MnMmethodHandle__v_; 5007 3221 text: .text%__1cOGenerateOopMapbImark_bbheaders_and_count_gc_points6M_v_; … … 5009 3223 text: .text%__1cIRetTableRcompute_ret_table6MnMmethodHandle__v_; 5010 3224 text: .text%__1cRxorI_rReg_memNodeHtwo_adr6kM_I_; 5011 text: .text%__1cNmulI_rRegNodePoper_input_base6kM_I_;5012 3225 text: .text%__1cFStateM_sub_Op_XorI6MpknENode__v_; 5013 3226 text: .text%__1cISubLNodeJideal_reg6kM_I_; … … 5018 3231 text: .text%__1cQOopMapCacheEntryEfill6MnMmethodHandle_i_v_; 5019 3232 text: .text%__1cRsalL_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5020 text: .text%__1cPsalL_rReg_1NodePoper_input_base6kM_I_;5021 text: .text%__1cOstackSlotPOperJnum_edges6kM_I_;5022 3233 text: .text%__1cOPhaseIdealLoopOadd_constraint6MiipnENode_22p23_v_; 5023 3234 text: .text%jni_IsAssignableFrom: jni.o; 5024 3235 text: .text%__1cOstackSlotPOperKin_RegMask6kMi_pknHRegMask__; 5025 3236 text: .text%__1cFParseWcheck_interpreter_type6MpnENode_pknEType_rpnNSafePointNode__2_; 5026 text: .text%__1cFParseXfetch_interpreter_state6MipknEType_pnENode__5_;5027 text: .text%__1cObox_handleNodeJnum_opnds6kM_I_;5028 3237 text: .text%__1cNaddP_rRegNodeHtwo_adr6kM_I_; 5029 text: .text%__1cSComputeAdapterInfoHdo_byte6M_v_;5030 3238 text: .text%__1cPPerfDataManagerMcounter_name6Fpkc2_pc_; 5031 3239 text: .text%__1cOGenerateOopMapKpp_new_ref6MpnNCellTypeState_i_v_; … … 5036 3244 text: .text%__1cPcmpD_cc_immNodeMideal_Opcode6kM_i_; 5037 3245 text: .text%__1cTOopMapForCacheEntryLcompute_map6MpnGThread__v_; 5038 text: .text%__1cTOopMapForCacheEntryOreport_results6kM_i_;5039 3246 text: .text%__1cTconvF2D_reg_memNodePoper_input_base6kM_I_; 5040 3247 text: .text%__1cNdivL_rRegNodeErule6kM_I_; … … 5043 3250 text: .text%__1cQsalL_rReg_CLNodeErule6kM_I_; 5044 3251 text: .text%__1cJloadLNodeIpipeline6kM_pknIPipeline__; 5045 text: .text%__1cNloadConP0NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5046 3252 text: .text%__1cXMachCallDynamicJavaNodePret_addr_offset6M_i_; 5047 3253 text: .text%__1cRxorI_rReg_immNodeErule6kM_I_; 5048 3254 text: .text%__1cZCallDynamicJavaDirectNodePcompute_padding6kMi_i_; 5049 text: .text%__1cFParseScreate_jump_tables6MpnENode_pnLSwitchRange_4_i_;5050 3255 text: .text%__1cZCallDynamicJavaDirectNodeKmethod_set6Ml_v_; 5051 3256 text: .text%__1cPcmovI_reg_lNodeHtwo_adr6kM_I_; … … 5054 3259 text: .text%__1cTconvI2F_reg_regNodeMideal_Opcode6kM_i_; 5055 3260 text: .text%__1cKstorePNodeIpipeline6kM_pknIPipeline__; 5056 text: .text%__1cWPredictedCallGeneratorJis_inline6kM_i_;5057 text: .text%__1cUjmpLoopEnd_shortNodeJis_Branch6kM_I_;5058 3261 text: .text%__1cQorI_rReg_memNodeMideal_Opcode6kM_i_; 5059 3262 text: .text%__1cSInterpreterRuntimeOmultianewarray6FpnKJavaThread_pi_v_; 5060 3263 text: .text%__1cUjmpLoopEnd_shortNodeJlabel_set6MrnFLabel_I_v_; 5061 3264 text: .text%__1cFParseSjump_if_false_fork6MpnGIfNode_ii_v_; 5062 text: .text%__1cbFloadConL_0x6666666666666667NodeMideal_Opcode6kM_i_;5063 3265 text: .text%__1cJAssemblerEshll6MpnMRegisterImpl_i_v_; 5064 text: .text%__1cOjmpLoopEndNodeUshort_branch_version6M_pnIMachNode__;5065 3266 text: .text%__1cUjmpLoopEnd_shortNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5066 3267 text: .text%__1cPCountedLoopNodeGstride6kM_pnENode__; 5067 text: .text%__1cHi2bNodeJnum_opnds6kM_I_;5068 3268 text: .text%__1cHTypeAryFxdual6kM_pknEType__; 5069 3269 text: .text%__1cOMacroAssemblerKverify_oop6MpnMRegisterImpl_pkc_v_; 5070 text: .text%__1cKstoreFNodeHtwo_adr6kM_I_;5071 3270 text: .text%__1cNnegI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5072 3271 text: .text%__1cLencode_copy6FrnKCodeBuffer_ii_v_; 5073 text: .text%__1cbBconvI2L_reg_reg_reg_zexNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;5074 text: .text%__1cTconvI2F_reg_regNodePoper_input_base6kM_I_;5075 text: .text%__1cUCallNativeDirectNodeMideal_Opcode6kM_i_;5076 text: .text%__1cKmul_hiNodePoper_input_base6kM_I_;5077 text: .text%__1cKExceptionsNnew_exception6FpnGThread_nMsymbolHandle_pkcnGHandle_6_6_;5078 3272 text: .text%__1cPcmpD_cc_regNodeMcisc_operand6kM_i_; 5079 3273 text: .text%__1cPICStubInterfaceKinitialize6MpnEStub_i_v_; … … 5081 3275 text: .text%__1cPcmpD_cc_regNodeErule6kM_I_; 5082 3276 text: .text%__1cNtestU_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5083 text: .text%__1cOPSPromotionLABRunallocate_object6MpnHoopDesc__i_;5084 text: .text%__1cPcmpD_cc_immNodeHtwo_adr6kM_I_;5085 text: .text%__1cOPhaseIdealLoopJdo_unroll6MpnNIdealLoopTree_rnJNode_List_i_v_;5086 3277 text: .text%__1cRandL_rReg_immNodeErule6kM_I_; 5087 text: .text%__1cNloadConP0NodeGis_Con6kM_I_;5088 3278 text: .text%__1cIMulINodeKmul_opcode6kM_i_; 5089 text: .text%__1cNdivL_rRegNodeJnum_opnds6kM_I_;5090 3279 text: .text%__1cIMulINodeKadd_opcode6kM_i_; 5091 3280 text: .text%__1cRxorI_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 5092 text: .text%__1cPregister_native6FnLKlassHandle_nMsymbolHandle_1pCpnGThread__i_: jni.o;5093 3281 text: .text%__1cTno_rax_rdx_RegLOperKin_RegMask6kMi_pknHRegMask__; 5094 text: .text%__1cOtypeArrayKlassOmulti_allocate6MipiipnGThread__pnHoopDesc__;5095 text: .text%__1cTno_rax_rdx_RegLOperJnum_edges6kM_I_;5096 text: .text%__1cOCallNativeNodeGOpcode6kM_i_;5097 3282 text: .text%__1cQsalI_rReg_CLNodeLout_RegMask6kM_rknHRegMask__; 5098 text: .text%__1cSobjArrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;5099 text: .text%__1cJAssemblerDjmp6MpCnJrelocInfoJrelocType__v_;5100 3283 text: .text%__1cLRShiftLNodeJideal_reg6kM_I_; 5101 3284 text: .text%jni_SetBooleanField: jni.o; … … 5103 3286 text: .text%__1cIModLNodeLbottom_type6kM_pknEType__; 5104 3287 text: .text%__1cRxorI_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5105 text: .text%__1cHMonitor2t6Mipkci_v_;5106 text: .text%__1cGHandle2t6MpnGThread_pnHoopDesc__v_;5107 3288 text: .text%__1cQorI_rReg_immNodeHtwo_adr6kM_I_; 5108 3289 text: .text%__1cODeoptimizationVtrap_state_has_reason6Fii_i_; … … 5111 3292 text: .text%jni_GetFieldID: jni.o; 5112 3293 text: .text%__1cNGrowableArray4Cl_Egrow6Mi_v_; 5113 text: .text%__1cXjava_lang_ref_ReferenceOset_discovered6FpnHoopDesc_2_v_;5114 3294 text: .text%__1cLResourceObj2n6FLn0APallocation_type__pv_; 5115 3295 text: .text%__1cFframeZinterpreter_frame_set_mdp6MpC_v_; 5116 text: .text%__1cJLoadPNodeUdepends_only_on_test6kM_i_;5117 3296 text: .text%__1cFBlockNset_next_call6MpnENode_rnJVectorSet_rnLBlock_Array__v_; 5118 3297 text: .text%__1cIciObject2t6MpnHciKlass__v_; 5119 3298 text: .text%__1cScompL_rReg_immNodeErule6kM_I_; 5120 3299 text: .text%__1cQshrI_rReg_CLNodeErule6kM_I_; 5121 text: .text%__1cNaddL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5122 3300 text: .text%__1cFStateT_sub_Op_ThreadLocal6MpknENode__v_; 5123 text: .text%__1cVCallRuntimeDirectNodeHtwo_adr6kM_I_;5124 text: .text%__1cKciTypeFlowOsplit_range_at6Mi_pn0AFRange__;5125 text: .text%__1cQSystemDictionaryTresolve_from_stream6FnMsymbolHandle_nGHandle_2pnPClassFileStream_pnGThread__pnMklassOopDesc__;5126 text: .text%__1cXjvm_define_class_common6FpnHJNIEnv__pkcpnI_jobject_pkWi53pnGThread__pnH_jclass__: jvm.o;5127 3301 text: .text%__1cKExceptionsK_throw_msg6FpnGThread_pkcipnNsymbolOopDesc_4_v_; 5128 3302 text: .text%__1cKExceptionsK_throw_msg6FpnGThread_pkcinMsymbolHandle_4nGHandle_6_v_; 5129 text: .text%__1cMmulD_immNodePoper_input_base6kM_I_;5130 3303 text: .text%__1cRInlineCacheBufferRic_stub_code_size6F_i_; 5131 3304 text: .text%__1cMmulF_immNodeMideal_Opcode6kM_i_; 5132 text: .text%__1cNGrowableArray4CpnKStackValue__2t6Mii_v_;5133 text: .text%__1cZInterpreterMacroAssemblerbAget_cache_and_index_at_bcp6MpnMRegisterImpl_2i_v_;5134 3305 text: .text%__1cRandL_rReg_immNodeLout_RegMask6kM_rknHRegMask__; 5135 3306 text: .text%__1cMloadConFNodeLout_RegMask6kM_rknHRegMask__; 5136 text: .text%__1cOMacroAssemblerHcall_VM6MpnMRegisterImpl_pCi_v_;5137 3307 text: .text%__1cUandI_rReg_imm255NodeErule6kM_I_; 5138 3308 text: .text%__1cRmulL_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5139 3309 text: .text%__1cNcmovI_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5140 3310 text: .text%__1cNloadConL0NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5141 text: .text%__1cPsarL_rReg_2NodePoper_input_base6kM_I_;5142 text: .text%__1cJAssemblerGpushaq6M_v_;5143 3311 text: .text%__1cOMethodLivenessKBasicBlockFsplit6Mi_p1_; 5144 3312 text: .text%__1cFStateP_sub_Op_RShiftL6MpknENode__v_; 5145 text: .text%__1cMrsi_RegPOperJnum_edges6kM_I_;5146 text: .text%__1cMstoreSSPNodePoper_input_base6kM_I_;5147 text: .text%__1cScompL_rReg_immNodePoper_input_base6kM_I_;5148 text: .text%__1cKCodeBufferWinsert_double_constant6Md_pC_;5149 3313 text: .text%__1cPClassFileParserbJparse_classfile_signature_attribute6MnSconstantPoolHandle_nTinstanceKlassHandle_pnGThread__v_; 5150 3314 text: .text%__1cNaddP_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5151 3315 text: .text%__1cFParseHdo_irem6M_v_; 5152 text: .text%__1cRsarL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5153 3316 text: .text%__1cJAssemblerEsubl6MpnMRegisterImpl_2_v_; 5154 text: .text%__1cHi2bNodeHtwo_adr6kM_I_;5155 3317 text: .text%__1cPClassFileParserbBcheck_illegal_static_method6FnTinstanceKlassHandle_pnGThread__v_; 5156 text: .text%__1cJAssemblerFmovsd6MnHAddress_pnRFloatRegisterImpl__v_;5157 text: .text%__1cTCallInterpreterNodeScalling_convention6kMpnLOptoRegPair_I_v_;5158 text: .text%__1cXMachCallInterpreterNodeWis_MachCallInterpreter6M_p0_;5159 text: .text%__1cFStateX_sub_Op_CallInterpreter6MpknENode__v_;5160 text: .text%__1cZCallInterpreterDirectNodeFreloc6kM_i_;5161 text: .text%__1cMStartC2INodeScalling_convention6kMpnLOptoRegPair_I_v_;5162 3318 text: .text%__1cZInterpreterMacroAssemblerYtest_method_data_pointer6MpnMRegisterImpl_rnFLabel__v_; 5163 text: .text%__1cMStartC2INodeKc2i_domain6FpknJTypeTuple__3_;5164 text: .text%__1cHCompilebMGenerate_Compiled_To_Interpreter_Graph6MpknITypeFunc_pC_v_;5165 text: .text%__1cZCallInterpreterDirectNodeLout_RegMask6kM_rknHRegMask__;5166 text: .text%__1cFciEnvUregister_c2i_adapter6MpnIciMethod_pnJOopMapSet_pnKCodeBuffer_ii_v_;5167 text: .text%__1cSMachC2IcheckICNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;5168 text: .text%__1cSMachC2IEntriesNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;5169 3319 text: .text%__1cRtestI_reg_immNodeLout_RegMask6kM_rknHRegMask__; 5170 3320 text: .text%__1cHMatcherbAinterpreter_method_oop_reg6F_i_; 5171 text: .text%__1cHMatcherXcompiler_method_oop_reg6F_i_;5172 3321 text: .text%__1cIciMethodRinterpreter_entry6M_pC_; 5173 3322 text: .text%__1cSTailCalljmpIndNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5174 text: .text%__1cPcmpD_cc_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5175 text: .text%__1cSTailCalljmpIndNodeGpinned6kM_i_;5176 text: .text%__1cSTailCalljmpIndNodeHtwo_adr6kM_I_;5177 3323 text: .text%jni_SetByteArrayRegion: jni.o; 5178 text: .text%__1cHBoxNodeGOpcode6kM_i_;5179 text: .text%__1cPcmpD_cc_regNodeJnum_opnds6kM_I_;5180 text: .text%__1cKC2IAdapter2t6MpnKCodeBuffer_iIpnJOopMapSet_i_v_;5181 text: .text%__1cKC2IAdapterPnew_c2i_adapter6FpnKCodeBuffer_IpnJOopMapSet_i_p0_;5182 text: .text%__1cKC2IAdapter2n6FLI_pv_;5183 text: .text%__1cJAssemblerFmovss6MnHAddress_pnRFloatRegisterImpl__v_;5184 3324 text: .text%__1cIMulINodeJideal_reg6kM_I_; 5185 3325 text: .text%__1cKCMovePNodeGOpcode6kM_i_; … … 5190 3330 text: .text%__1cFParseTjump_if_always_fork6Mii_v_; 5191 3331 text: .text%__1cKloadUBNodeLout_RegMask6kM_rknHRegMask__; 5192 text: .text%__1cMmulF_immNodePoper_input_base6kM_I_;5193 text: .text%__1cPcmpD_cc_immNodePoper_input_base6kM_I_;5194 3332 text: .text%__1cUciInstanceKlassKlassEmake6F_p0_; 5195 3333 text: .text%__1cJAssemblerDhlt6M_v_; 5196 3334 text: .text%__1cOMacroAssemblerEstop6Mpkc_v_; 5197 3335 text: .text%__1cQComputeCallStackIdo_float6M_v_; 5198 text: .text%__1cIciObjectUis_array_klass_klass6M_i_;5199 3336 text: .text%__1cKciTypeFlowLStateVectorLdo_newarray6MpnQciBytecodeStream__v_; 5200 text: .text%__1cWResolveOopMapConflictsRpossible_gc_point6MpnOBytecodeStream__i_;5201 3337 text: .text%__1cJloadFNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5202 3338 text: .text%__1cPcmovI_reg_lNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 5206 3342 text: .text%__1cIMaxINodeGadd_id6kM_pknEType__; 5207 3343 text: .text%__1cRCardTableModRefBSFclear6MnJMemRegion__v_; 5208 text: .text%__1cOMacroAssemblerHcall_VM6MpnMRegisterImpl_pC2i_v_;5209 3344 text: .text%__1cKExceptionsL_throw_args6FpnGThread_pkcinMsymbolHandle_5pnRJavaCallArguments__v_; 5210 3345 text: .text%__1cMmulD_immNodeErule6kM_I_; 5211 text: .text%__1cMnegD_regNodePoper_input_base6kM_I_;5212 text: .text%__1cFframeVshould_be_deoptimized6kM_i_;5213 3346 text: .text%__1cMaddF_regNodeMideal_Opcode6kM_i_; 5214 text: .text%__1cbDjava_lang_reflect_ConstructorThas_signature_field6F_i_;5215 text: .text%__1cbDjava_lang_reflect_ConstructorVhas_annotations_field6F_i_;5216 text: .text%__1cbDjava_lang_reflect_ConstructorbFhas_parameter_annotations_field6F_i_;5217 3347 text: .text%__1cbDjava_lang_reflect_ConstructorIset_slot6FpnHoopDesc_i_v_; 5218 3348 text: .text%__1cKReflectionPnew_constructor6FnMmethodHandle_pnGThread__pnHoopDesc__; … … 5227 3357 text: .text%__1cbDjava_lang_reflect_ConstructorJset_clazz6FpnHoopDesc_2_v_; 5228 3358 text: .text%__1cbDjava_lang_reflect_ConstructorGcreate6FpnGThread__nGHandle__; 5229 text: .text%__1cKmul_hiNodeJnum_opnds6kM_I_;5230 3359 text: .text%__1cKstoreFNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5231 3360 text: .text%__1cKstoreBNodeLout_RegMask6kM_rknHRegMask__; 5232 3361 text: .text%__1cRxorI_rReg_immNodeHtwo_adr6kM_I_; 5233 text: .text%__1cNsubI_rRegNodeMcisc_version6Mi_pnIMachNode__;5234 3362 text: .text%__1cJAssemblerExorl6MpnMRegisterImpl_2_v_; 5235 text: .text%__1cHMatcherXinterpreter_arg_ptr_reg6F_i_;5236 3363 text: .text%__1cINegDNodeGOpcode6kM_i_; 5237 3364 text: .text%__1cNdecL_rRegNodeLout_RegMask6kM_rknHRegMask__; 5238 3365 text: .text%__1cPjava_lang_ClassQprimitive_mirror6FnJBasicType__pnHoopDesc__; 5239 text: .text%__1cRsarI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5240 3366 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_; 5241 text: .text%__1cNcmovP_regNodeJnum_opnds6kM_I_;5242 3367 text: .text%__1cSCompiledStaticCallNcompute_entry6FnMmethodHandle_rnOStaticCallInfo__v_; 5243 3368 text: .text%__1cMloadConDNodeLout_RegMask6kM_rknHRegMask__; 5244 text: .text%__1cLOptoRuntimeVresolve_static_call_C6FpnKJavaThread__pC_;5245 text: .text%__1cSCompiledStaticCallIis_clean6kM_i_;5246 3369 text: .text%__1cMrsi_RegPOperKin_RegMask6kMi_pknHRegMask__; 5247 text: .text%__1cTAbstractInterpreterLdeopt_entry6FnITosState_i_pC_;5248 3370 text: .text%__1cRindIndexScaleOperNconstant_disp6kM_i_; 5249 text: .text%__1cQorI_rReg_memNodeJnum_opnds6kM_I_;5250 text: .text%__1cRtestI_reg_immNodeJnum_opnds6kM_I_;5251 3371 text: .text%jni_NewStringUTF: jni.o; 5252 3372 text: .text%__1cTAbstractInterpreterSBasicType_as_index6FnJBasicType__i_; 5253 3373 text: .text%__1cNtestI_regNodeIpipeline6kM_pknIPipeline__; 5254 3374 text: .text%__1cZInterpreterMacroAssemblerGpush_l6MpnMRegisterImpl__v_; 5255 text: .text%__1cRxorI_rReg_immNodeJnum_opnds6kM_I_;5256 3375 text: .text%__1cZInterpreterMacroAssemblerFpop_i6MpnMRegisterImpl__v_; 5257 text: .text%__1cZInterpreterMacroAssemblerGpush_d6MpnRFloatRegisterImpl__v_;5258 text: .text%__1cObox_handleNodeErule6kM_I_;5259 3376 text: .text%__1cZInterpreterMacroAssemblerIpush_ptr6MpnMRegisterImpl__v_; 5260 text: .text%__1cZInterpreterMacroAssemblerGpush_f6MpnRFloatRegisterImpl__v_;5261 3377 text: .text%__1cOleaPIdxOffNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5262 text: .text%__1cQsarL_rReg_63NodePoper_input_base6kM_I_;5263 3378 text: .text%__1cSCompiledStaticCallDset6MrknOStaticCallInfo__v_; 5264 3379 text: .text%__1cJAssemblerEcmpl6MpnMRegisterImpl_i_v_; 5265 text: .text%__1cHCompileRmake_vm_intrinsic6MpnIciMethod_i_pnNCallGenerator__;5266 3380 text: .text%__1cNmulI_rRegNodeErule6kM_I_; 5267 text: .text%__1cNGrowableArray4Ci_2t6Mii_v_;5268 text: .text%__1cQsalL_rReg_CLNodeJnum_opnds6kM_I_;5269 3381 text: .text%__1cNGrowableArray4Ci_Uclear_and_deallocate6M_v_; 5270 text: .text%__1cPCountedLoopNode2t6MpnENode_2_v_;5271 text: .text%__1cSCountedLoopEndNode2t6MpnENode_2ff_v_;5272 3382 text: .text%__1cJloadDNodeMideal_Opcode6kM_i_; 5273 3383 text: .text%__1cENodeIpipeline6kM_pknIPipeline__; 5274 3384 text: .text%__1cIDivLNodeFValue6kMpnOPhaseTransform__pknEType__; 5275 text: .text%__1cMmulD_regNodePoper_input_base6kM_I_;5276 text: .text%__1cTconvF2D_reg_memNodeJnum_opnds6kM_I_;5277 3385 text: .text%__1cIModINodeJideal_reg6kM_I_; 5278 3386 text: .text%__1cYinternal_word_RelocationGtarget6M_pC_; 5279 text: .text%__1cObox_handleNodeLbottom_type6kM_pknEType__;5280 text: .text%__1cbDreorder_based_on_method_index6FpnPobjArrayOopDesc_1ppnHoopDesc__v_: methodOop.o;5281 3387 text: .text%__1cPshrL_rReg_1NodeMideal_Opcode6kM_i_; 5282 text: .text%__1cUverify_byte_codes_fn6F_pv_: verifier.o;5283 text: .text%__1cMLinkResolverbPlinktime_resolve_interface_method_or_null6FnLKlassHandle_nMsymbolHandle_21i_nMmethodHandle__;5284 3388 text: .text%JVM_GetClassCPTypes; 5285 3389 text: .text%__1cQComputeCallStackHdo_byte6M_v_; … … 5292 3396 text: .text%__1cJAssemblerEnegq6MpnMRegisterImpl__v_; 5293 3397 text: .text%__1cNmodL_rRegNodeLout_RegMask6kM_rknHRegMask__; 5294 text: .text%__1cKloadUBNodeHtwo_adr6kM_I_;5295 text: .text%__1cRxorI_rReg_memNodeRis_cisc_alternate6kM_i_;5296 3398 text: .text%__1cVCallRuntimeDirectNodePoper_input_base6kM_I_; 5297 3399 text: .text%__1cSstring_compareNodeLout_RegMask6kM_rknHRegMask__; 5298 text: .text%__1cPPerfDataManagerUcreate_long_variable6FnJCounterNS_pkcnIPerfDataFUnits_xpnGThread__pnQPerfLongVariable__;5299 text: .text%__1cNsubL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5300 3400 text: .text%__1cOjmpLoopEndNodeGnegate6M_v_; 5301 3401 text: .text%__1cQorI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 5304 3404 text: .text%__1cPcmpD_cc_immNodeErule6kM_I_; 5305 3405 text: .text%__1cJAssemblerFtestl6MpnMRegisterImpl_2_v_; 5306 text: .text%__1cbCAbstractInterpreterGeneratorVset_vtos_entry_points6MpnITemplate_rpC44444444_v_;5307 3406 text: .text%__1cHCompileQgrow_alias_types6M_v_; 5308 3407 text: .text%__1cUandI_rReg_imm255NodeLout_RegMask6kM_rknHRegMask__; … … 5312 3411 text: .text%__1cMrdx_RegLOperKin_RegMask6kMi_pknHRegMask__; 5313 3412 text: .text%__1cNmulI_rRegNodeMcisc_operand6kM_i_; 5314 text: .text%__1cNxorI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5315 3413 text: .text%__1cTconvF2D_reg_memNodeLout_RegMask6kM_rknHRegMask__; 5316 text: .text%__1cIUniverseWreinitialize_vtable_of6FpnFKlass_pnGThread__v_;5317 3414 text: .text%__1cJLoadINodeMstore_Opcode6kM_i_; 5318 3415 text: .text%__1cNSharedRuntimeTreresolve_call_site6FpnKJavaThread_pnGThread__nMmethodHandle__; … … 5320 3417 text: .text%__1cENodeEgetd6kM_d_; 5321 3418 text: .text%__1cICmpFNodeGOpcode6kM_i_; 5322 text: .text%__1cLOptoRuntimeThandle_wrong_method6FpnKJavaThread__pC_;5323 3419 text: .text%__1cNGrowableArray4CpnOMethodLivenessKBasicBlock__Egrow6Mi_v_; 5324 3420 text: .text%__1cKstoreFNodeOmemory_operand6kM_pknIMachOper__; … … 5327 3423 text: .text%__1cScompI_rReg_immNodeIpipeline6kM_pknIPipeline__; 5328 3424 text: .text%__1cZCallDynamicJavaDirectNodeLout_RegMask6kM_rknHRegMask__; 5329 text: .text%__1cRandL_rReg_immNodeJnum_opnds6kM_I_;5330 3425 text: .text%__1cOstackSlotPOperFscale6kM_i_; 5331 text: .text%__1cHnmethodPis_dependent_on6MpnMklassOopDesc__i_;5332 text: .text%__1cMdecI_memNodeHtwo_adr6kM_I_;5333 text: .text%__1cSalign_to_page_size6FL_L_: heap.o;5334 3426 text: .text%__1cNmulI_rRegNodeMideal_Opcode6kM_i_; 5335 3427 text: .text%__1cOstackSlotPOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; … … 5338 3430 text: .text%jni_NewByteArray: jni.o; 5339 3431 text: .text%__1cYinternal_word_RelocationFvalue6M_pC_; 5340 text: .text%__1cYinternal_word_RelocationWfix_relocation_at_move6Ml_v_;5341 3432 text: .text%__1cFStateM_sub_Op_SubL6MpknENode__v_; 5342 3433 text: .text%__1cJAssemblerSemit_arith_operand6MipnMRegisterImpl_nHAddress_i_v_; 5343 3434 text: .text%__1cJAssemblerEcmpl6MpnMRegisterImpl_nHAddress__v_; 5344 3435 text: .text%__1cMaddF_regNodeMcisc_operand6kM_i_; 5345 text: .text%__1cRsubI_rReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5346 text: .text%__1cNloadConPcNodeHtwo_adr6kM_I_;5347 text: .text%__1cbCAbstractInterpreterGeneratorYgenerate_deopt_entry_for6MnITosState_i_pC_;5348 text: .text%__1cKLoadPCNodeGOpcode6kM_i_;5349 text: .text%__1cTconvI2F_reg_regNodeMcisc_operand6kM_i_;5350 3436 text: .text%__1cOstackSlotPOperEtype6kM_pknEType__; 5351 text: .text%__1cbCAbstractInterpreterGeneratorZgenerate_return_entry_for6MnITosState_i_pC_;5352 3437 text: .text%__1cTconvD2I_reg_regNodeMideal_Opcode6kM_i_; 5353 3438 text: .text%__1cMstoreSSPNodeLout_RegMask6kM_rknHRegMask__; 5354 text: .text%__1cNGrowableArray4Ci_Icontains6kMrki_i_;5355 3439 text: .text%__1cKstoreBNodeFreloc6kM_i_; 5356 text: .text%__1cObox_handleNodeLout_RegMask6kM_rknHRegMask__;5357 text: .text%__1cMjniIdPrivateGid_for6FnTinstanceKlassHandle_i_l_;5358 text: .text%__1cNget_method_id6FpnHJNIEnv__pnH_jclass_pkc5ipnGThread__pnK_jmethodID__: jni.o;5359 3440 text: .text%__1cQshrI_rReg_CLNodeLout_RegMask6kM_rknHRegMask__; 5360 3441 text: .text%__1cQjava_lang_SystemTout_offset_in_bytes6F_i_; 5361 text: .text%__1cMjniIdSupportNto_jmethod_id6FpnNmethodOopDesc__pnK_jmethodID__;5362 3442 text: .text%__1cNmethodOopDescKjmethod_id6M_pnK_jmethodID__; 5363 3443 text: .text%__1cQjava_lang_SystemSin_offset_in_bytes6F_i_; 5364 3444 text: .text%__1cRandL_rReg_immNodeHtwo_adr6kM_I_; 5365 3445 text: .text%__1cJAssemblerEmovl6MpnMRegisterImpl_2_v_; 5366 text: .text%__1cbACallCompiledJavaDirectNodeFreloc6kM_i_;5367 3446 text: .text%__1cIAddFNodeLbottom_type6kM_pknEType__; 5368 text: .text%__1cUCallCompiledJavaNodeScalling_convention6kMpnLOptoRegPair_I_v_;5369 text: .text%__1cFStateY_sub_Op_CallCompiledJava6MpknENode__v_;5370 text: .text%__1cFciEnvUregister_i2c_adapter6MpnIciMethod_pnJOopMapSet_pnKCodeBuffer_i_v_;5371 text: .text%__1cbACallCompiledJavaDirectNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5372 text: .text%__1cMStartI2CNodeScalling_convention6kMpnLOptoRegPair_I_v_;5373 text: .text%__1cHCompilebMGenerate_Interpreter_To_Compiled_Graph6MpknITypeFunc__v_;5374 3447 text: .text%__1cPciObjectFactoryPinsert_non_perm6Mrpn0ANNonPermObject_pnHoopDesc_pnIciObject__v_; 5375 text: .text%__1cKI2CAdapter2n6FLI_pv_;5376 text: .text%__1cKCodeBufferVinsert_float_constant6Mf_pC_;5377 text: .text%__1cbACallCompiledJavaDirectNodeLout_RegMask6kM_rknHRegMask__;5378 text: .text%__1cKI2CAdapterPnew_i2c_adapter6FpnKCodeBuffer_pnJOopMapSet_i_p0_;5379 3448 text: .text%__1cKmul_hiNodeErule6kM_I_; 5380 text: .text%__1cKI2CAdapter2t6MpnKCodeBuffer_pnJOopMapSet_ii_v_;5381 text: .text%__1cbBinitialize_itable_for_klass6FpnMklassOopDesc__v_;5382 3449 text: .text%__1cFJNIidEfind6Mi_p0_; 5383 3450 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4nGHandle_5pnGThread__v_; … … 5389 3456 text: .text%__1cIDivDNodeGOpcode6kM_i_; 5390 3457 text: .text%__1cMnegD_regNodeMideal_Opcode6kM_i_; 5391 text: .text%__1cJCMoveNodeFIdeal6MpnIPhaseGVN_i_pnENode__;5392 3458 text: .text%__1cPciObjArrayKlassJmake_impl6FpnHciKlass__p0_; 5393 text: .text%__1cQjava_lang_ThreadJis_daemon6FpnHoopDesc__i_;5394 3459 text: .text%__1cJAssemblerEcmpl6MnHAddress_i_v_; 5395 3460 text: .text%__1cHi2bNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5396 3461 text: .text%__1cLimmI_24OperJnum_edges6kM_I_; 5397 3462 text: .text%__1cRxorI_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5398 text: .text%__1cFTypeDJsingleton6kM_i_;5399 3463 text: .text%__1cPsalI_rReg_1NodeIpipeline6kM_pknIPipeline__; 5400 3464 text: .text%__1cIModLNodeFValue6kMpnOPhaseTransform__pknEType__; 5401 text: .text%__1cUPipeline_Use_Element2t6MIIIinXPipeline_Use_Cycle_Mask__v_;5402 text: .text%__1cTmembar_volatileNodePoper_input_base6kM_I_;5403 text: .text%__1cNloadConPcNodePoper_input_base6kM_I_;5404 3465 text: .text%__1cXPipeline_Use_Cycle_Mask2t6MI_v_; 5405 3466 text: .text%__1cKCompiledICMset_to_clean6M_v_; 5406 text: .text%__1cNdecL_rRegNodeJnum_opnds6kM_I_;5407 3467 text: .text%__1cIciMethodOresolve_invoke6MpnHciKlass_2_p0_; 5408 3468 text: .text%__1cQChunkPoolCleanerEtask6M_v_; … … 5411 3471 text: .text%__1cFStateM_sub_Op_MulI6MpknENode__v_; 5412 3472 text: .text%__1cZCallDynamicJavaDirectNodeFreloc6kM_i_; 5413 text: .text%__1cQMachCallJavaNodeVis_MachCallStaticJava6M_pnWMachCallStaticJavaNode__;5414 text: .text%__1cUandI_rReg_imm255NodeJnum_opnds6kM_I_;5415 3473 text: .text%__1cFStateX_sub_Op_CallDynamicJava6MpknENode__v_; 5416 text: .text%__1cNObjectMonitorEwait6MxipnGThread__v_;5417 3474 text: .text%jni_FindClass: jni.o; 5418 3475 text: .text%__1cKarrayKlassTallocate_arrayArray6MiipnGThread__pnPobjArrayOopDesc__; 5419 3476 text: .text%__1cIMinINodeJideal_reg6kM_I_; 5420 3477 text: .text%__1cJCMoveNodeIIdentity6MpnOPhaseTransform__pnENode__; 5421 text: .text%__1cSObjectSynchronizerEwait6FnGHandle_xpnGThread__v_;5422 text: .text%__1cNCallGeneratorSfor_predicted_call6FpnHciKlass_p03_3_;5423 text: .text%__1cLTypeInstPtrRcast_to_exactness6kMi_pknEType__;5424 3478 text: .text%__1cTconvI2F_reg_regNodeErule6kM_I_; 5425 text: .text%__1cWPredictedCallGeneratorKis_virtual6kM_i_;5426 text: .text%__1cTconvF2D_reg_memNodeZcheck_for_anti_dependence6kM_i_;5427 3479 text: .text%__1cNcmovP_regNodeErule6kM_I_; 5428 text: .text%__1cMaddF_regNodeJnum_opnds6kM_I_;5429 3480 text: .text%__1cWPredictedCallGeneratorIgenerate6MpnIJVMState__2_; 5430 3481 text: .text%JVM_MonitorWait; 5431 text: .text%__1cPshrL_rReg_1NodePoper_input_base6kM_I_;5432 text: .text%__1cMaddF_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5433 text: .text%__1cNCallGeneratorQfor_virtual_call6FpnIciMethod__p0_;5434 3482 text: .text%__1cUVirtualCallGeneratorIgenerate6MpnIJVMState__2_; 5435 text: .text%__1cLPSMarkSweepbAabsorb_live_data_from_eden6FpnUPSAdaptiveSizePolicy_pnKPSYoungGen_pnIPSOldGen__i_;5436 3483 text: .text%__1cUPSMarkSweepDecoratorbDadvance_destination_decorator6F_v_; 5437 text: .text%__1cNmulI_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;5438 text: .text%__1cNmulI_rRegNodeJnum_opnds6kM_I_;5439 text: .text%__1cSOnStackReplacementPget_osr_adapter6FnFframe_nMmethodHandle__pnKOSRAdapter__;5440 text: .text%__1cNGrowableArray4CpnKOSRAdapter__Hat_grow6Mirk1_1_;5441 3484 text: .text%__1cPciObjArrayKlassEmake6FpnHciKlass__p0_; 5442 3485 text: .text%JVM_GetClassDeclaredConstructors; 5443 text: .text%__1cRCardTableModRefBSKinvalidate6MnJMemRegion__v_;5444 3486 text: .text%__1cJLoadFNodeJideal_reg6kM_I_; 5445 3487 text: .text%__1cJAssemblerEaddq6MpnMRegisterImpl_2_v_; 5446 text: .text%__1cFTypeFJsingleton6kM_i_;5447 3488 text: .text%__1cTconvF2D_reg_regNodeMideal_Opcode6kM_i_; 5448 3489 text: .text%__1cMstoreSSPNodeErule6kM_I_; 5449 3490 text: .text%__1cOloadConL32NodeLout_RegMask6kM_rknHRegMask__; 5450 text: .text%__1cMstoreSSPNodeHtwo_adr6kM_I_;5451 text: .text%__1cMincI_memNodeHtwo_adr6kM_I_;5452 3491 text: .text%__1cKcmpOpUOperFequal6kM_i_; 5453 text: .text%__1cTconvF2D_reg_regNodePoper_input_base6kM_I_;5454 3492 text: .text%__1cHRegMask2t6M_v_; 5455 3493 text: .text%__1cIGraphKitPdstore_rounding6MpnENode__2_; … … 5459 3497 text: .text%__1cJCmpD3NodeGOpcode6kM_i_; 5460 3498 text: .text%__1cKloadUBNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5461 text: .text%__1cPcmpD_cc_immNodeJnum_opnds6kM_I_;5462 3499 text: .text%__1cLConvL2DNodeGOpcode6kM_i_; 5463 text: .text%__1cRmulI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5464 3500 text: .text%__1cJAssemblerFcmovq6Mn0AJCondition_pnMRegisterImpl_3_v_; 5465 text: .text%__1cNminI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5466 3501 text: .text%__1cMmulD_regNodeMideal_Opcode6kM_i_; 5467 text: .text%__1cNminI_rRegNodePoper_input_base6kM_I_;5468 3502 text: .text%__1cFStateM_sub_Op_MinI6MpknENode__v_; 5469 3503 text: .text%__1cCosTset_native_priority6FpnGThread_i_nIOSReturn__; … … 5475 3509 text: .text%__1cJStubQdDueueMremove_first6M_v_; 5476 3510 text: .text%__1cOPhaseIdealLoopOdo_range_check6MpnNIdealLoopTree_rnJNode_List__v_; 5477 text: .text%__1cUVirtualCallGeneratorKis_virtual6kM_i_;5478 3511 text: .text%__1cPICStubInterfaceIfinalize6MpnEStub__v_; 5479 3512 text: .text%__1cZUncommonTrapCallGeneratorIgenerate6MpnIJVMState__2_; … … 5483 3516 text: .text%__1cFStateM_sub_Op_ModI6MpknENode__v_; 5484 3517 text: .text%__1cNObjectMonitor2t6M_v_; 5485 text: .text%__1cNmodI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5486 3518 text: .text%__1cFParseNdo_instanceof6M_v_; 5487 3519 text: .text%__1cPcmpD_cc_regNodeLout_RegMask6kM_rknHRegMask__; 5488 text: .text%__1cNIdealLoopTreeXpolicy_maximally_unroll6kMpnOPhaseIdealLoop__i_;5489 text: .text%__1cTmembar_volatileNodeHtwo_adr6kM_I_;5490 3520 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_; 5491 3521 text: .text%__1cIGraphKitOgen_instanceof6MpnENode_2_2_; 5492 3522 text: .text%__1cHciKlassOsuper_of_depth6MI_p0_; 5493 3523 text: .text%__1cJLoadDNodeGOpcode6kM_i_; 5494 text: .text%__1cNcmovL_regNodePoper_input_base6kM_I_;5495 3524 text: .text%__1cMdecI_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5496 text: .text%__1cRaddI_rReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5497 3525 text: .text%__1cXNativeSignatureIteratorJdo_object6Mii_v_; 5498 3526 text: .text%__1cQsalL_rReg_CLNodeLout_RegMask6kM_rknHRegMask__; 5499 text: .text%__1cNandI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5500 3527 text: .text%__1cbFunnecessary_membar_volatileNodeLbottom_type6kM_pknEType__; 5501 text: .text%__1cHMatcherXpost_store_load_barrier6FpknENode__i_;5502 text: .text%__1cYjava_lang_reflect_MethodThas_signature_field6F_i_;5503 text: .text%__1cYjava_lang_reflect_MethodbFhas_parameter_annotations_field6F_i_;5504 3528 text: .text%__1cYjava_lang_reflect_MethodZset_parameter_annotations6FpnHoopDesc_2_v_; 5505 text: .text%__1cYjava_lang_reflect_MethodbChas_annotation_default_field6F_i_;5506 3529 text: .text%__1cJloadDNodePoper_input_base6kM_I_; 5507 3530 text: .text%__1cENodeEgetf6kM_f_; … … 5511 3534 text: .text%__1cYjava_lang_reflect_MethodIset_slot6FpnHoopDesc_i_v_; 5512 3535 text: .text%__1cYjava_lang_reflect_MethodGcreate6FpnGThread__nGHandle__; 5513 text: .text%__1cPBytecode_invokeIis_valid6kM_i_;5514 text: .text%__1cKReflectionKnew_method6FnMmethodHandle_iipnGThread__pnHoopDesc__;5515 text: .text%__1cYjava_lang_reflect_MethodVhas_annotations_field6F_i_;5516 3536 text: .text%__1cYjava_lang_reflect_MethodPset_annotations6FpnHoopDesc_2_v_; 5517 3537 text: .text%__1cYjava_lang_reflect_MethodWset_annotation_default6FpnHoopDesc_2_v_; 5518 3538 text: .text%__1cYjava_lang_reflect_MethodNset_modifiers6FpnHoopDesc_i_v_; 5519 text: .text%__1cNmethodOopDescSannotation_default6kM_pnQtypeArrayOopDesc__;5520 3539 text: .text%__1cYjava_lang_reflect_MethodTset_exception_types6FpnHoopDesc_2_v_; 5521 3540 text: .text%__1cYjava_lang_reflect_MethodTset_parameter_types6FpnHoopDesc_2_v_; 5522 3541 text: .text%__1cVCallRuntimeDirectNodeKmethod_set6Ml_v_; 5523 text: .text%__1cTconvD2I_reg_regNodePoper_input_base6kM_I_;5524 text: .text%__1cSTailCalljmpIndNodeJnum_opnds6kM_I_;5525 text: .text%__1cTconvI2D_reg_regNodePoper_input_base6kM_I_;5526 text: .text%__1cQorI_rReg_memNodeZcheck_for_anti_dependence6kM_i_;5527 3542 text: .text%__1cKstoreFNodeLout_RegMask6kM_rknHRegMask__; 5528 3543 text: .text%__1cRaddI_mem_rRegNodePoper_input_base6kM_I_; 5529 3544 text: .text%__1cMmulF_immNodeErule6kM_I_; 5530 text: .text%__1cJAssemblerGmovlpd6MpnRFloatRegisterImpl_nHAddress__v_;5531 text: .text%__1cPcmpF_cc_regNodePoper_input_base6kM_I_;5532 text: .text%__1cNCompileBrokerTcompile_adapter_for6FnMmethodHandle_ii_pnMBasicAdapter__;5533 3545 text: .text%__1cCosbBthread_local_storage_at_put6Fipv_v_; 5534 text: .text%__1cNCompileBrokerbBwait_for_adapter_completion6FpnLCompileTask__pnMBasicAdapter__;5535 text: .text%__1cOjmpLoopEndNodeJis_Branch6kM_I_;5536 3546 text: .text%__1cOjmpLoopEndNodeJlabel_set6MrnFLabel_I_v_; 5537 3547 text: .text%__1cNinstanceKlassSregister_finalizer6FpnPinstanceOopDesc_pnGThread__2_; 5538 3548 text: .text%__1cSThreadLocalStorageNpd_set_thread6FpnGThread__v_; 5539 text: .text%__1cKCMoveINodeFIdeal6MpnIPhaseGVN_i_pnENode__;5540 3549 text: .text%__1cSThreadLocalStoragebBget_thread_via_cache_slowly6FLi_pnGThread__; 5541 3550 text: .text%__1cMrax_RegIOperEtype6kM_pknEType__; … … 5546 3555 text: .text%get_thread; 5547 3556 text: .text%__1cMincI_memNodeOmemory_operand6kM_pknIMachOper__; 5548 text: .text%__1cIGraphKitXinsert_mem_bar_volatile6MpnKMemBarNode_i_v_;5549 3557 text: .text%__1cSThreadLocalStorageKset_thread6FpnGThread__v_; 5550 3558 text: .text%__1cCosHSolarisKmmap_chunk6FpcLii_2_; … … 5556 3564 text: .text%__1cNcmovP_regNodeLbottom_type6kM_pknEType__; 5557 3565 text: .text%__1cJScopeDescTdecode_scope_values6Mi_pnNGrowableArray4CpnKScopeValue____; 5558 text: .text%__1cTAbstractInterpreterWlayout_activation_impl6FpnNmethodOopDesc_iiiipnFframe_4i_i_;5559 3566 text: .text%__1cLconvI2BNodeMideal_Opcode6kM_i_; 5560 3567 text: .text%__1cIDivLNodeIIdentity6MpnOPhaseTransform__pnENode__; 5561 3568 text: .text%__1cQsalI_rReg_CLNodeHtwo_adr6kM_I_; 5562 3569 text: .text%__1cPsarL_rReg_2NodeLout_RegMask6kM_rknHRegMask__; 5563 text: .text%__1cNmodL_rRegNodeHtwo_adr6kM_I_;5564 text: .text%__1cScompL_rReg_immNodeJnum_opnds6kM_I_;5565 text: .text%__1cQshrL_rReg_CLNodePoper_input_base6kM_I_;5566 text: .text%__1cJCMoveNode2t6MpnENode_22pknEType__v_;5567 text: .text%__1cJCMoveNodeEmake6FpnENode_222pknEType__p0_;5568 3570 text: .text%__1cVLoaderConstraintTableYextend_loader_constraint6MpnVLoaderConstraintEntry_nGHandle_pnMklassOopDesc__v_; 5569 3571 text: .text%__1cIimmIOperJnum_edges6kM_I_; 5570 text: .text%__1cJAssemblerFmovss6MpnRFloatRegisterImpl_nHAddress__v_;5571 3572 text: .text%__1cRtestI_reg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5572 3573 text: .text%__1cRandL_rReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5573 3574 text: .text%__1cNGrowableArray4CpnKciTypeFlowFBlock__Gremove6Mrk2_v_; 5574 3575 text: .text%__1cVLoaderConstraintTablebHensure_loader_constraint_capacity6MpnVLoaderConstraintEntry_i_v_; 5575 text: .text%__1cPsalL_rReg_1NodeJnum_opnds6kM_I_;5576 text: .text%__1cMsubD_regNodePoper_input_base6kM_I_;5577 text: .text%__1cMstoreSSPNodeJnum_opnds6kM_I_;5578 3576 text: .text%__1cMnegD_regNodeHtwo_adr6kM_I_; 5579 text: .text%__1cIBytecodeIset_code6MnJBytecodesECode__v_;5580 text: .text%__1cPClassFileParserXverify_unqualified_name6MpcIi_i_;5581 3577 text: .text%__1cMdivD_immNodeMideal_Opcode6kM_i_; 5582 3578 text: .text%__1cTconvI2F_reg_regNodeLout_RegMask6kM_rknHRegMask__; 5583 text: .text%__1cQjava_lang_ThreadMis_stillborn6FpnHoopDesc__i_;5584 3579 text: .text%__1cQsarL_rReg_63NodeErule6kM_I_; 5585 3580 text: .text%__1cRsubL_rReg_memNodeMideal_Opcode6kM_i_; 5586 3581 text: .text%__1cMVirtualSpaceQuncommitted_size6kM_L_; 5587 3582 text: .text%__1cRsubL_rReg_memNodePoper_input_base6kM_I_; 5588 text: .text%__1cMVirtualSpaceJexpand_by6ML_i_;5589 3583 text: .text%__1cNstoreImmPNodeMideal_Opcode6kM_i_; 5590 3584 text: .text%__1cQjava_lang_ThreadKset_thread6FpnHoopDesc_pnKJavaThread__v_; 5591 3585 text: .text%__1cLOopMapCache2t6M_v_; 5592 text: .text%__1cJloadDNodeZcheck_for_anti_dependence6kM_i_;5593 3586 text: .text%__1cQComputeCallStackHdo_char6M_v_; 5594 text: .text%__1cNdivI_rRegNodePoper_input_base6kM_I_;5595 text: .text%__1cOcmovI_regUNodePoper_input_base6kM_I_;5596 3587 text: .text%__1cZInterpreterMacroAssemblerEpush6MnITosState__v_; 5597 3588 text: .text%__1cSvframeArrayElementDbci6kM_i_; 5598 3589 text: .text%__1cMaddF_regNodeErule6kM_I_; 5599 text: .text%__1cTconvF2D_reg_memNodeHtwo_adr6kM_I_;5600 3590 text: .text%__1cNdecL_rRegNodeHtwo_adr6kM_I_; 5601 3591 text: .text%__1cMdecI_memNodeOmemory_operand6kM_pknIMachOper__; … … 5604 3594 text: .text%__1cNaddI_rRegNodeIpipeline6kM_pknIPipeline__; 5605 3595 text: .text%__1cJAssemblerEdecl6MpnMRegisterImpl__v_; 5606 text: .text%__1cOPhaseIdealLoopVinsert_pre_post_loops6MpnNIdealLoopTree_rnJNode_List_i_v_;5607 3596 text: .text%__1cJAssemblerGbswapl6MpnMRegisterImpl__v_; 5608 3597 text: .text%__1cRInlineCacheBufferLnew_ic_stub6F_pnGICStub__; … … 5611 3600 text: .text%__1cMincI_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5612 3601 text: .text%__1cSInterpreterRuntimeZSignatureHandlerGeneratorIpass_int6M_v_; 5613 text: .text%__1cNloadConPcNodeLout_RegMask6kM_rknHRegMask__;5614 3602 text: .text%__1cGICStubIset_stub6MpnKCompiledIC_pnHoopDesc_pC_v_; 5615 3603 text: .text%__1cRInlineCacheBufferXassemble_ic_buffer_code6FpCpnHoopDesc_1_v_; 5616 3604 text: .text%__1cTconvD2I_reg_regNodeLout_RegMask6kM_rknHRegMask__; 5617 3605 text: .text%__1cZInterpreterMacroAssemblerHpop_ptr6MpnMRegisterImpl__v_; 5618 text: .text%__1cGThreadbCis_hidden_from_external_view6kM_i_;5619 3606 text: .text%__1cMelapsedTimer2t6M_v_; 5620 text: .text%__1cGThreadVis_jvmti_agent_thread6kM_i_;5621 3607 text: .text%__1cMdivD_immNodeErule6kM_I_; 5622 3608 text: .text%__1cTconvI2D_reg_regNodeMideal_Opcode6kM_i_; … … 5624 3610 text: .text%__1cJAssemblerEshrl6MpnMRegisterImpl_i_v_; 5625 3611 text: .text%__1cGICStubLdestination6kM_pC_; 5626 text: .text%__1cRsalL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5627 3612 text: .text%__1cRInlineCacheBufferVic_buffer_entry_point6FpC_1_; 5628 3613 text: .text%__1cPcmpD_cc_immNodeLout_RegMask6kM_rknHRegMask__; … … 5637 3622 text: .text%__1cNdivL_rRegNodeHtwo_adr6kM_I_; 5638 3623 text: .text%__1cKcastPPNodePoper_input_base6kM_I_; 5639 text: .text%__1cMaddD_immNodePoper_input_base6kM_I_;5640 3624 text: .text%__1cFTypeDFxmeet6kMpknEType__3_; 5641 3625 text: .text%__1cKloadUBNodeOmemory_operand6kM_pknIMachOper__; 5642 text: .text%__1cIDivLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;5643 3626 text: .text%__1cJloadDNodeErule6kM_I_; 5644 text: .text%__1cRaddI_mem_rRegNodeJnum_opnds6kM_I_;5645 3627 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_; 5646 3628 text: .text%__1cPsarL_rReg_1NodeMideal_Opcode6kM_i_; … … 5649 3631 text: .text%__1cMmulF_memNodePoper_input_base6kM_I_; 5650 3632 text: .text%lwp_cond_destroy: os_solaris.o; 5651 text: .text%__1cHnmethodNis_osr_method6kM_i_;5652 3633 text: .text%lwp_mutex_destroy: os_solaris.o; 5653 text: .text%__1cFParseScan_rerun_bytecode6M_i_;5654 3634 text: .text%__1cISubFNodeGOpcode6kM_i_; 5655 text: .text%__1cRjni_invoke_static6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;5656 text: .text%__1cFTypeDGis_nan6kM_i_;5657 text: .text%__1cTconvI2F_reg_regNodeJnum_opnds6kM_I_;5658 3635 text: .text%__1cOJavaAssertionsNmatch_package6Fpkc_pn0AKOptionList__; 5659 text: .text%__1cOJavaAssertionsHenabled6Fpkci_i_;5660 3636 text: .text%__1cOJavaAssertionsLmatch_class6Fpkc_pn0AKOptionList__; 5661 3637 text: .text%JVM_DesiredAssertionStatus; 5662 3638 text: .text%__1cHTypePtrFxdual6kM_pknEType__; 5663 text: .text%__1cTconvI2F_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5664 3639 text: .text%__1cQjava_lang_ThreadLthreadGroup6FpnHoopDesc__2_; 5665 3640 text: .text%__1cLConvI2FNodeLbottom_type6kM_pknEType__; … … 5672 3647 text: .text%__1cJvmSymbolsOsignature_type6FpnNsymbolOopDesc__nJBasicType__; 5673 3648 text: .text%__1cMloadConFNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5674 text: .text%__1cNnegI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5675 text: .text%__1cPcmpF_cc_regNodeHtwo_adr6kM_I_;5676 text: .text%__1cKReflectionJnew_field6FpnPfieldDescriptor_ipnGThread__pnHoopDesc__;5677 3649 text: .text%__1cXjava_lang_reflect_FieldIset_type6FpnHoopDesc_2_v_; 5678 3650 text: .text%__1cKJavaThreadbScheck_safepoint_and_suspend_for_native_trans6Fp0_v_; 5679 3651 text: .text%__1cXjava_lang_reflect_FieldPset_annotations6FpnHoopDesc_2_v_; 5680 3652 text: .text%__1cXjava_lang_reflect_FieldGcreate6FpnGThread__nGHandle__; 5681 text: .text%__1cXjava_lang_reflect_FieldVhas_annotations_field6F_i_;5682 3653 text: .text%__1cISubDNodeGOpcode6kM_i_; 5683 3654 text: .text%__1cJloadFNodeOmemory_operand6kM_pknIMachOper__; 5684 text: .text%__1cSstring_compareNodeHtwo_adr6kM_I_;5685 3655 text: .text%__1cPfieldDescriptorLannotations6kM_pnQtypeArrayOopDesc__; 5686 3656 text: .text%__1cRaddI_mem_rRegNodeMideal_Opcode6kM_i_; 5687 3657 text: .text%__1cXjava_lang_reflect_FieldIset_slot6FpnHoopDesc_i_v_; 5688 text: .text%__1cKScopeValueLis_location6kM_i_;5689 text: .text%__1cXjava_lang_reflect_FieldThas_signature_field6F_i_;5690 3658 text: .text%__1cMmulF_immNodeLout_RegMask6kM_rknHRegMask__; 5691 3659 text: .text%__1cSObjectSynchronizerGnotify6FnGHandle_pnGThread__v_; … … 5693 3661 text: .text%__1cQsarL_rReg_63NodeLout_RegMask6kM_rknHRegMask__; 5694 3662 text: .text%jni_GetStaticFieldID: jni.o; 5695 text: .text%__1cIModLNodeFIdeal6MpnIPhaseGVN_i_pnENode__;5696 3663 text: .text%__1cPjava_lang_ClassOprimitive_type6FpnHoopDesc__nJBasicType__; 5697 text: .text%__1cIjniIdMapGcreate6FnTinstanceKlassHandle__p0_;5698 text: .text%__1cPsarL_rReg_2NodeJnum_opnds6kM_I_;5699 3664 text: .text%__1cKReflectionbFbasic_type_mirror_to_basic_type6FpnHoopDesc_pnGThread__nJBasicType__; 5700 3665 text: .text%__1cPcmpF_cc_regNodeMideal_Opcode6kM_i_; 5701 text: .text%__1cQSystemDictionaryQjava_mirror_type6FpnHoopDesc__nJBasicType__;5702 text: .text%__1cIjniIdMap2t6MpnMklassOopDesc_i_v_;5703 text: .text%__1cIjniIdMapRcompute_index_cnt6FnTinstanceKlassHandle__i_;5704 text: .text%__1cLjniIdBucket2t6MpnIjniIdMap_p0_v_;5705 3666 text: .text%__1cNinstanceKlassKjni_id_for6Mi_pnFJNIid__; 5706 3667 text: .text%__1cJLoadSNodeMstore_Opcode6kM_i_; 5707 text: .text%__1cLTypeInstPtrLmirror_type6kM_pnGciType__;5708 text: .text%__1cMsubF_regNodePoper_input_base6kM_I_;5709 3668 text: .text%__1cPcmpD_cc_regNodeQuse_cisc_RegMask6M_v_; 5710 3669 text: .text%__1cMlogD_regNodeMideal_Opcode6kM_i_; … … 5716 3675 text: .text%__1cNsymbolOopDescWas_klass_external_name6kM_pkc_; 5717 3676 text: .text%__1cbFunnecessary_membar_volatileNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5718 text: .text%__1cNloadConPcNodeErule6kM_I_;5719 text: .text%__1cIPipeline2t6MIIiIIiiiipnSmachPipelineStages_2pInMPipeline_Use__v_;5720 3677 text: .text%__1cRComputeEntryStackGdo_int6M_v_; 5721 3678 text: .text%__1cMstoreSSPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 5726 3683 text: .text%__1cNmodL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5727 3684 text: .text%__1cTconvF2D_reg_regNodeErule6kM_I_; 5728 text: .text%__1cJAssemblerDjmp6MpnMRegisterImpl_nJrelocInfoJrelocType__v_;5729 text: .text%__1cObox_handleNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;5730 3685 text: .text%__1cQsalI_rReg_CLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5731 3686 text: .text%__1cQorI_rReg_memNodeErule6kM_I_; 5732 text: .text%__1cLloadSSDNodePoper_input_base6kM_I_;5733 text: .text%__1cNCompileBrokerbAinvoke_compiler_on_adapter6FpnLCompileTask__v_;5734 3687 text: .text%__1cLConvF2DNodeFValue6kMpnOPhaseTransform__pknEType__; 5735 3688 text: .text%__1cMaddF_regNodeLout_RegMask6kM_rknHRegMask__; 5736 3689 text: .text%__1cRxorI_rReg_memNodeFreloc6kM_i_; 5737 text: .text%__1cMaddF_immNodePoper_input_base6kM_I_;5738 3690 text: .text%__1cKCMoveLNodeGOpcode6kM_i_; 5739 3691 text: .text%__1cICodeHeapTmark_segmap_as_free6MLL_v_; … … 5742 3694 text: .text%__1cJAssemblerEsbbq6MnHAddress_i_v_; 5743 3695 text: .text%__1cZInterpreterMacroAssemblerFpop_l6MpnMRegisterImpl__v_; 5744 text: .text%__1cMmulD_regNodeJnum_opnds6kM_I_;5745 text: .text%__1cODeoptimizationYquery_update_method_data6FnQmethodDataHandle_in0ALDeoptReason_rIri4_pnLProfileData__;5746 text: .text%__1cICodeHeapJexpand_by6ML_i_;5747 text: .text%__1cMmulD_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5748 3696 text: .text%__1cLConvF2DNodeLbottom_type6kM_pknEType__; 5749 3697 text: .text%__1cJAssemblerEaddq6MnHAddress_i_v_; … … 5751 3699 text: .text%__1cTconvF2D_reg_regNodeMcisc_operand6kM_i_; 5752 3700 text: .text%__1cLStringTableGintern6FpkcpnGThread__pnHoopDesc__; 5753 text: .text%__1cMmulD_immNodeJnum_opnds6kM_I_;5754 3701 text: .text%__1cNmulI_rRegNodeLout_RegMask6kM_rknHRegMask__; 5755 3702 text: .text%__1cQorI_rReg_memNodeLout_RegMask6kM_rknHRegMask__; 5756 text: .text%__1cPPerfDataManagerTcreate_long_counter6FnJCounterNS_pkcnIPerfDataFUnits_xpnGThread__pnPPerfLongCounter__;5757 3703 text: .text%__1cNObjectMonitorGnotify6MpnGThread__v_; 5758 3704 text: .text%__1cQjava_lang_ThreadMset_priority6FpnHoopDesc_nOThreadPriority__v_; 5759 3705 text: .text%__1cRsubL_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 5760 3706 text: .text%__1cRaddL_rReg_memNodeMideal_Opcode6kM_i_; 5761 text: .text%__1cRsubL_rReg_memNodeRis_cisc_alternate6kM_i_;5762 text: .text%__1cRsubL_rReg_memNodeJnum_opnds6kM_I_;5763 3707 text: .text%__1cPshrL_rReg_1NodeErule6kM_I_; 5764 3708 text: .text%__1cQshrI_rReg_CLNodeHtwo_adr6kM_I_; … … 5766 3710 text: .text%__1cFStateM_sub_Op_RegD6MpknENode__v_; 5767 3711 text: .text%__1cQorI_rReg_memNodeHtwo_adr6kM_I_; 5768 text: .text%__1cUCallNativeDirectNodeHtwo_adr6kM_I_;5769 text: .text%__1cTconvI2D_reg_regNodeMcisc_operand6kM_i_;5770 3712 text: .text%__1cXNativeSignatureIteratorGdo_int6M_v_; 5771 3713 text: .text%__1cIMaxINodeJideal_reg6kM_I_; … … 5775 3717 text: .text%JVM_Open; 5776 3718 text: .text%__1cHRegMask2t6Miiiiiii_v_; 5777 text: .text%__1cbFloadConL_0x6666666666666667NodeHtwo_adr6kM_I_;5778 3719 text: .text%__1cNsubI_rRegNodeIpipeline6kM_pknIPipeline__; 5779 text: .text%__1cMmulF_regNodePoper_input_base6kM_I_;5780 text: .text%__1cZInterpreterMacroAssemblerVincrement_mdp_data_at6MpnMRegisterImpl_i_v_;5781 text: .text%__1cQConstantIntValuePis_constant_int6kM_i_;5782 text: .text%__1cRmulL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5783 3720 text: .text%__1cPsarL_rReg_2NodeHtwo_adr6kM_I_; 5784 text: .text%__1cKmul_hiNodeHtwo_adr6kM_I_;5785 3721 text: .text%__1cQConstantIntValue2t6MpnTDebugInfoReadStream__v_; 5786 text: .text%__1cRxorI_rReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5787 3722 text: .text%__1cFStateM_sub_Op_ConD6MpknENode__v_; 5788 3723 text: .text%__1cLConvI2DNodeGOpcode6kM_i_; 5789 3724 text: .text%__1cVLoaderConstraintTableJnew_entry6MIpnNsymbolOopDesc_pnMklassOopDesc_ii_pnVLoaderConstraintEntry__; 5790 text: .text%__1cNaddP_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5791 3725 text: .text%__1cPcmpF_cc_regNodeMcisc_operand6kM_i_; 5792 3726 text: .text%__1cJAssemblerFcmovl6Mn0AJCondition_pnMRegisterImpl_3_v_; 5793 text: .text%__1cVscale_to_lwp_priority6Fiii_i_: os_solaris.o;5794 text: .text%__1cLOptoRuntimeWresolve_virtual_call_C6FpnKJavaThread__pC_;5795 3727 text: .text%__1cNPerfByteArray2t6MnJCounterNS_pkcnIPerfDataFUnits_n0CLVariability_i_v_; 5796 text: .text%__1cLStrCompNodeFIdeal6MpnIPhaseGVN_i_pnENode__;5797 3728 text: .text%__1cMmulF_memNodeMideal_Opcode6kM_i_; 5798 3729 text: .text%__1cKConv2BNodeFValue6kMpnOPhaseTransform__pknEType__; 5799 text: .text%__1cJloadDNodeJnum_opnds6kM_I_;5800 3730 text: .text%__1cFStateM_sub_Op_RegF6MpknENode__v_; 5801 text: .text%__1cMmulF_immNodeJnum_opnds6kM_I_;5802 3731 text: .text%__1cOMacroAssemblerKnull_check6MpnMRegisterImpl_i_v_; 5803 3732 text: .text%__1cNcmovP_regNodeHtwo_adr6kM_I_; … … 5807 3736 text: .text%__1cSTailCalljmpIndNodeLout_RegMask6kM_rknHRegMask__; 5808 3737 text: .text%__1cTconvD2F_reg_regNodeMideal_Opcode6kM_i_; 5809 text: .text%__1cLCastP2LNodeUdepends_only_on_test6kM_i_;5810 3738 text: .text%__1cTconvF2D_reg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5811 3739 text: .text%__1cMmulD_immNodeHtwo_adr6kM_I_; … … 5813 3741 text: .text%__1cMloadConDNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5814 3742 text: .text%__1cMTailCallNode2t6MpnENode_222222_v_; 5815 text: .text%__1cICmpDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;5816 3743 text: .text%__1cXPartialSubtypeCheckNodeGOpcode6kM_i_; 5817 3744 text: .text%__1cSTailCalljmpIndNodeFreloc6kM_i_; 5818 text: .text%__1cObox_handleNodeZcheck_for_anti_dependence6kM_i_;5819 3745 text: .text%__1cOloadConL32NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5820 text: .text%__1cMlogD_regNodePoper_input_base6kM_I_;5821 text: .text%__1cTconvI2F_reg_regNodeHtwo_adr6kM_I_;5822 3746 text: .text%__1cMnegD_regNodeErule6kM_I_; 5823 3747 text: .text%__1cLvframeArrayRregister_location6kMi_pC_; … … 5827 3751 text: .text%__1cCosScurrent_process_id6F_i_; 5828 3752 text: .text%__1cMaddD_immNodeErule6kM_I_; 5829 text: .text%__1cNmaxI_rRegNodePoper_input_base6kM_I_;5830 3753 text: .text%__1cPshrL_rReg_1NodeLout_RegMask6kM_rknHRegMask__; 5831 text: .text%__1cTconvI2F_reg_regNodeQuse_cisc_RegMask6M_v_;5832 text: .text%__1cNmaxI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5833 3754 text: .text%__1cIMaxINodeIadd_ring6kMpknEType_3_3_; 5834 3755 text: .text%__1cCosRinitialize_thread6F_v_; … … 5845 3766 text: .text%jni_CallStaticVoidMethod: jni.o; 5846 3767 text: .text%__1cCosScurrent_stack_size6F_L_; 5847 text: .text%__1cNPhaseRegAllocHset_oop6MpknENode_i_v_;5848 3768 text: .text%__1cCosScurrent_stack_base6F_pC_; 5849 3769 text: .text%__1cJloadFNodeFreloc6kM_i_; … … 5854 3774 text: .text%__1cNcmovL_memNodeErule6kM_I_; 5855 3775 text: .text%__1cFStateO_sub_Op_StoreF6MpknENode__v_; 5856 text: .text%__1cHnmethodbAmake_not_entrant_or_zombie6Mi_v_;5857 3776 text: .text%__1cCosPpd_start_thread6FpnGThread__v_; 5858 3777 text: .text%__1cNcmovL_regNodeMcisc_operand6kM_i_; 5859 text: .text%__1cCosNcreate_thread6FpnGThread_n0AKThreadType_L_i_;5860 text: .text%__1cLconvI2BNodePoper_input_base6kM_I_;5861 3778 text: .text%__1cOGenerateOopMapMdo_checkcast6M_v_; 5862 3779 text: .text%JVM_SetThreadPriority; 5863 text: .text%__1cG_start6Fpv_0_: os_solaris.o;5864 3780 text: .text%__1cLOptoRuntimeMrethrow_Type6F_pknITypeFunc__; 5865 3781 text: .text%JVM_GetStackAccessControlContext; … … 5869 3785 text: .text%__1cNdivI_rRegNodeErule6kM_I_; 5870 3786 text: .text%__1cNdecL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5871 text: .text%__1cOLibraryCallKitYinline_native_time_funcs6Mi_i_;5872 3787 text: .text%__1cNGrowableArray4CpknEType__2t6MpnFArena_iirk2_v_; 5873 3788 text: .text%__1cFParseVcatch_call_exceptions6MrnYciExceptionHandlerStream__v_; 5874 text: .text%__1cTconvL2F_reg_regNodePoper_input_base6kM_I_;5875 text: .text%__1cQjava_lang_ThreadIis_alive6FpnHoopDesc__i_;5876 3789 text: .text%jni_CallObjectMethod: jni.o; 5877 3790 text: .text%__1cJAssemblerExorq6MpnMRegisterImpl_2_v_; 5878 text: .text%__1cNcmovL_regNodeJnum_opnds6kM_I_;5879 3791 text: .text%__1cLOptoRuntimeYcurrent_time_millis_Type6F_pknITypeFunc__; 5880 3792 text: .text%__1cOcmovI_regUNodeMideal_Opcode6kM_i_; 5881 text: .text%__1cNcmovL_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5882 3793 text: .text%__1cNObjectMonitorJnotifyAll6MpnGThread__v_; 5883 3794 text: .text%__1cMsubD_regNodeMideal_Opcode6kM_i_; 5884 text: .text%__1cNloadConL0NodeFclone6kM_pnENode__;5885 3795 text: .text%__1cPcmpF_cc_regNodeErule6kM_I_; 5886 text: .text%__1cJimmL0OperFclone6kM_pnIMachOper__;5887 3796 text: .text%__1cNmodI_rRegNodeIpipeline6kM_pknIPipeline__; 5888 text: .text%__1cPcmpF_cc_regNodeJnum_opnds6kM_I_;5889 text: .text%__1cPcmpF_cc_regNodePin_oper_RegMask6kMIII_pknHRegMask__;5890 text: .text%__1cbFloadConL_0x6666666666666667NodePoper_input_base6kM_I_;5891 text: .text%__1cZInterpreterMacroAssemblerFpop_d6MpnRFloatRegisterImpl__v_;5892 3797 text: .text%__1cTconvL2D_reg_memNodePoper_input_base6kM_I_; 5893 3798 text: .text%__1cLConvD2FNodeGOpcode6kM_i_; … … 5897 3802 text: .text%__1cMmulF_immNodeHtwo_adr6kM_I_; 5898 3803 text: .text%__1cQsarL_rReg_63NodeHtwo_adr6kM_I_; 5899 text: .text%__1cQsarL_rReg_63NodeJnum_opnds6kM_I_;5900 text: .text%__1cQjava_lang_StringbHcreate_from_platform_depended_str6FpkcpnGThread__nGHandle__;5901 3804 text: .text%__1cMsubF_regNodeMideal_Opcode6kM_i_; 5902 3805 text: .text%__1cTconvI2L_reg_regNodeIpipeline6kM_pknIPipeline__; 5903 text: .text%__1cWThreadLocalAllocBufferMinitial_size6F_L_;5904 3806 text: .text%__1cSInterpreterRuntimeZSignatureHandlerGeneratorJpass_long6M_v_; 5905 3807 text: .text%__1cSInterpreterRuntimeMat_safepoint6FpnKJavaThread__v_; … … 5907 3809 text: .text%__1cRandI_rReg_memNodePoper_input_base6kM_I_; 5908 3810 text: .text%__1cRandI_rReg_memNodeMideal_Opcode6kM_i_; 5909 text: .text%__1cCosNcommit_memory6FpcL_i_;5910 text: .text%__1cNdivI_rRegNodeJnum_opnds6kM_I_;5911 text: .text%__1cENodeJis_MemBar6kM_pknKMemBarNode__;5912 text: .text%__1cNjni_functions6F_pknTJNINativeInterface___;5913 text: .text%__1cNThreadServiceKadd_thread6FpnKJavaThread_i_v_;5914 3811 text: .text%JVM_NativePath; 5915 3812 text: .text%__1cKJavaThreadKinitialize6M_v_; 5916 text: .text%__1cHThreadsDadd6FpnKJavaThread_i_v_;5917 text: .text%__1cGParker2t6M_v_;5918 3813 text: .text%__1cOPhaseIdealLoopKdo_peeling6MpnNIdealLoopTree_rnJNode_List__v_; 5919 3814 text: .text%__1cUThreadSafepointStateGcreate6FpnKJavaThread__v_; … … 5921 3816 text: .text%__1cKJavaThreadYcreate_stack_guard_pages6M_v_; 5922 3817 text: .text%__1cUThreadSafepointState2t6MpnKJavaThread__v_; 5923 text: .text%__1cCosMguard_memory6FpcL_i_;5924 3818 text: .text%__1cMnegD_regNodeLout_RegMask6kM_rknHRegMask__; 5925 text: .text%__1cUCallNativeDirectNodePoper_input_base6kM_I_;5926 3819 text: .text%__1cHnmethodTinc_decompile_count6M_v_; 5927 3820 text: .text%__1cIMinINodeIadd_ring6kMpknEType_3_3_; 5928 3821 text: .text%__1cMResourceMarkNreset_to_mark6M_v_; 5929 3822 text: .text%__1cQThreadStatistics2t6M_v_; 5930 text: .text%__1cMFlatProfilerJis_active6F_i_;5931 text: .text%__1cNloadConPcNodeLbottom_type6kM_pknEType__;5932 3823 text: .text%__1cMmulD_regNodeErule6kM_I_; 5933 3824 text: .text%__1cMdivD_immNodeLout_RegMask6kM_rknHRegMask__; … … 5935 3826 text: .text%__1cPcmpD_cc_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5936 3827 text: .text%__1cTconvI2D_reg_regNodeErule6kM_I_; 5937 text: .text%__1cQshrL_rReg_CLNodeJnum_opnds6kM_I_;5938 3828 text: .text%__1cNcmovL_memNodePoper_input_base6kM_I_; 5939 3829 text: .text%__1cNdivL_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 5950 3840 text: .text%__1cIGraphKitIset_jvms6MpnIJVMState__v_; 5951 3841 text: .text%__1cKJavaThreadDrun6M_v_; 5952 text: .text%__1cTconvD2I_reg_regNodeJnum_opnds6kM_I_;5953 3842 text: .text%__1cOsalI_mem_1NodePoper_input_base6kM_I_; 5954 text: .text%__1cSMachCallNativeNodePret_addr_offset6M_i_;5955 3843 text: .text%__1cMLinkResolverbEresolve_interface_call_or_null6FnLKlassHandle_1nMsymbolHandle_21_nMmethodHandle__; 5956 text: .text%__1cZInterpreterMacroAssemblerFpop_f6MpnRFloatRegisterImpl__v_;5957 3844 text: .text%__1cMrdi_RegIOperEtype6kM_pknEType__; 5958 text: .text%__1cVThreadStateTransitionKtransition6FpnKJavaThread_nPJavaThreadState_3_v_;5959 text: .text%__1cUCallNativeDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;5960 3845 text: .text%__1cKJavaThreadRthread_main_inner6M_v_; 5961 text: .text%__1cQorI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;5962 text: .text%__1cIGraphKitbAgen_stub_or_native_wrapper6MpCpkcpnIciMethod_iiiii_v_;5963 3846 text: .text%__1cPsalL_rReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 5964 3847 text: .text%__1cMResourceMark2t6M_v_; … … 5966 3849 text: .text%__1cJScopeDescGlocals6M_pnNGrowableArray4CpnKScopeValue____; 5967 3850 text: .text%__1cJScopeDescVdecode_monitor_values6Mi_pnNGrowableArray4CpnMMonitorValue____; 5968 text: .text%__1cSvframeArrayElementPunpack_on_stack6MiipnFframe_ii_v_;5969 text: .text%__1cTAbstractInterpreterRlayout_activation6FpnNmethodOopDesc_iiiipnFframe_4i_v_;5970 3851 text: .text%__1cOcompiledVFrameLexpressions6kM_pnUStackValueCollection__; 5971 3852 text: .text%__1cOcompiledVFrameImonitors6kM_pnNGrowableArray4CpnLMonitorInfo____; … … 5973 3854 text: .text%__1cSvframeArrayElementHfill_in6MpnOcompiledVFrame__v_; 5974 3855 text: .text%__1cOcompiledVFrameHraw_bci6kM_i_; 5975 text: .text%__1cNGrowableArray4CpnLMonitorInfo__2t6Mii_v_;5976 3856 text: .text%__1cPPerfDataManagerWcreate_string_constant6FnJCounterNS_pkc3pnGThread__pnSPerfStringConstant__; 5977 3857 text: .text%__1cOMacroAssemblerKincrementl6MpnMRegisterImpl_i_v_; 5978 3858 text: .text%__1cFframebCinterpreter_frame_set_locals6Mpl_v_; 5979 3859 text: .text%__1cFframebHinterpreter_frame_set_monitor_end6MpnPBasicObjectLock__v_; 5980 text: .text%__1cTAbstractInterpreterPsize_activation6FpnNmethodOopDesc_iiiii_i_;5981 3860 text: .text%__1cSPerfStringConstant2t6MnJCounterNS_pkc3_v_; 5982 text: .text%__1cTAbstractInterpreterQcontinuation_for6FpnNmethodOopDesc_pCiiri_3_;5983 text: .text%__1cZInterpreterMacroAssemblerLcall_VM_Ico6MpnMRegisterImpl_pC2i_v_;5984 3861 text: .text%__1cFframebCinterpreter_frame_set_method6MpnNmethodOopDesc__v_; 5985 3862 text: .text%__1cMmulF_regNodeMideal_Opcode6kM_i_; … … 5992 3869 text: .text%__1cOcompiledVFrameGlocals6kM_pnUStackValueCollection__; 5993 3870 text: .text%__1cJScopeDescLexpressions6M_pnNGrowableArray4CpnKScopeValue____; 5994 text: .text%__1cTconvF2D_reg_memNodeRis_cisc_alternate6kM_i_;5995 text: .text%__1cSvframeArrayElementNon_stack_size6kMiiii_i_;5996 text: .text%__1cMaddD_regNodePoper_input_base6kM_I_;5997 3871 text: .text%__1cXjava_lang_boxing_objectJget_value6FpnHoopDesc_pnGjvalue__nJBasicType__; 5998 text: .text%__1cMorL_rRegNodePoper_input_base6kM_I_;5999 text: .text%__1cOcmovD_regUNodePoper_input_base6kM_I_;6000 3872 text: .text%__1cPcmovI_reg_gNodeIpipeline6kM_pknIPipeline__; 6001 text: .text%__1cMdivD_immNodePoper_input_base6kM_I_;6002 text: .text%__1cJloadDNodeHtwo_adr6kM_I_;6003 3873 text: .text%__1cKReflectionTunbox_for_primitive6FpnHoopDesc_pnGjvalue_pnGThread__nJBasicType__; 6004 3874 text: .text%__1cCosMset_priority6FpnGThread_nOThreadPriority__nIOSReturn__; 6005 text: .text%__1cMmulF_memNodeJnum_opnds6kM_I_;6006 3875 text: .text%__1cIMulDNodeImul_ring6kMpknEType_3_3_; 6007 3876 text: .text%__1cODeoptimizationVtrap_state_add_reason6Fii_i_; … … 6013 3882 text: .text%__1cZInterpreterMacroAssemblerWupdate_mdp_by_constant6MpnMRegisterImpl_i_v_; 6014 3883 text: .text%__1cOtailjmpIndNodeNis_block_proj6kM_pknENode__; 6015 text: .text%__1cRaddL_rReg_memNodeJnum_opnds6kM_I_;6016 3884 text: .text%__1cTconvI2F_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6017 3885 text: .text%__1cTconvL2F_reg_regNodeMideal_Opcode6kM_i_; 6018 3886 text: .text%__1cGICStubKcached_oop6kM_pnHoopDesc__; 6019 3887 text: .text%__1cRInlineCacheBufferUic_buffer_cached_oop6FpC_pnHoopDesc__; 6020 text: .text%__1cTconvD2F_reg_regNodePoper_input_base6kM_I_;6021 text: .text%__1cJAssemblerFpushq6Mi_v_;6022 3888 text: .text%JVM_Close; 6023 text: .text%__1cMnegF_regNodePoper_input_base6kM_I_;6024 text: .text%__1cOcmovI_regUNodeJnum_opnds6kM_I_;6025 text: .text%__1cbCAbstractInterpreterGeneratorRset_unimplemented6Mi_v_;6026 3889 text: .text%__1cRComputeEntryStackJdo_object6Mii_v_; 6027 3890 text: .text%__1cMLinkResolverYresolve_interface_method6FrnMmethodHandle_rnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 6028 text: .text%__1cOcmovI_regUNodePin_oper_RegMask6kMIII_pknHRegMask__;6029 3891 text: .text%__1cGThreadMset_priority6Fp0nOThreadPriority__v_; 6030 3892 text: .text%jni_NewObjectV: jni.o; … … 6032 3894 text: .text%__1cQshrL_rReg_CLNodeErule6kM_I_; 6033 3895 text: .text%__1cTconvF2D_reg_regNodeLout_RegMask6kM_rknHRegMask__; 6034 text: .text%__1cHnmethodbCcan_not_entrant_be_converted6M_i_;6035 3896 text: .text%__1cNSafePointNodeQpeek_monitor_obj6kM_pnENode__; 6036 3897 text: .text%__1cOcmovI_regUNodeMcisc_operand6kM_i_; 6037 3898 text: .text%__1cNSafePointNodeQpeek_monitor_box6kM_pnENode__; 6038 3899 text: .text%__1cJLoadBNodeMstore_Opcode6kM_i_; 6039 text: .text%__1cVCompressedWriteStreamKwrite_long6Mx_v_;6040 text: .text%__1cTconvF2I_reg_regNodePoper_input_base6kM_I_;6041 3900 text: .text%__1cLConvF2INodeGOpcode6kM_i_; 6042 3901 text: .text%__1cPMultiBranchDataScompute_cell_count6FpnOBytecodeStream__i_; … … 6048 3907 text: .text%__1cKcastPPNodeErule6kM_I_; 6049 3908 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pF3_v3_v_; 6050 text: .text%__1cOsalI_mem_1NodeJnum_opnds6kM_I_;6051 3909 text: .text%__1cKJavaThreadbFdeoptimized_wrt_marked_nmethods6M_v_; 6052 3910 text: .text%__1cKJavaThreadHprepare6MpnI_jobject_nOThreadPriority__v_; 6053 text: .text%__1cPshrL_rReg_1NodeJnum_opnds6kM_I_;6054 text: .text%__1cRandI_rReg_memNodeRis_cisc_alternate6kM_i_;6055 text: .text%__1cRandI_rReg_memNodeJnum_opnds6kM_I_;6056 text: .text%__1cQorI_rReg_memNodeRis_cisc_alternate6kM_i_;6057 3911 text: .text%__1cJAssemblerGmovslq6MpnMRegisterImpl_2_v_; 6058 3912 text: .text%__1cRandI_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 6059 text: .text%__1cQjava_lang_ThreadJstackSize6FpnHoopDesc__x_;6060 3913 text: .text%__1cRConstantLongValueIwrite_on6MpnUDebugInfoWriteStream__v_; 6061 3914 text: .text%JVM_StartThread; 6062 3915 text: .text%__1cMthread_entry6FpnKJavaThread_pnGThread__v_: jvm.o; 6063 text: .text%__1cTconvF2D_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6064 3916 text: .text%__1cMsubD_regNodeErule6kM_I_; 6065 3917 text: .text%__1cQjava_lang_ThreadIpriority6FpnHoopDesc__nOThreadPriority__; … … 6067 3919 text: .text%__1cIMulFNodeImul_ring6kMpknEType_3_3_; 6068 3920 text: .text%__1cLRuntimeStub2n6FLI_pv_; 6069 text: .text%__1cLRuntimeStubQnew_runtime_stub6FpkcpnKCodeBuffer_ipnJOopMapSet_i_p0_;6070 text: .text%__1cLRuntimeStub2t6MpkcpnKCodeBuffer_iipnJOopMapSet_i_v_;6071 text: .text%__1cTconvF2D_reg_regNodeJnum_opnds6kM_I_;6072 text: .text%__1cRxorI_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6073 3921 text: .text%__1cMmulF_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6074 text: .text%__1cOLibraryCallKitbDis_method_invoke_or_aux_frame6MpnIJVMState__i_;6075 3922 text: .text%__1cbFloadConL_0x6666666666666667NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6076 text: .text%__1cIAddFNodeFIdeal6MpnIPhaseGVN_i_pnENode__;6077 3923 text: .text%__1cOloadConL32NodeHsize_of6kM_I_; 6078 3924 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pFn0AJOperation__v4_v_; … … 6080 3926 text: .text%__1cIDivLNodeJideal_reg6kM_I_; 6081 3927 text: .text%__1cGICStubFclear6M_v_; 6082 text: .text%__1cTconvI2D_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6083 text: .text%__1cMsubD_regNodeJnum_opnds6kM_I_;6084 text: .text%__1cMsubD_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6085 text: .text%__1cHCompileWget_MethodAccessorImpl6M_pnPciInstanceKlass__;6086 text: .text%__1cHCompileRget_Method_invoke6M_pnIciMethod__;6087 3928 text: .text%__1cNdecI_rRegNodeIpipeline6kM_pknIPipeline__; 6088 3929 text: .text%__1cFTypeFFxdual6kM_pknEType__; 6089 text: .text%__1cTconvL2D_reg_memNodeJnum_opnds6kM_I_;6090 text: .text%__1cTconvI2D_reg_regNodeJnum_opnds6kM_I_;6091 text: .text%__1cTunsafe_intrinsic_id6FpnNsymbolOopDesc_1_nMvmIntrinsicsCID__;6092 text: .text%__1cPPerfDataManagerUcreate_long_constant6FnJCounterNS_pkcnIPerfDataFUnits_xpnGThread__pnQPerfLongConstant__;6093 3930 text: .text%__1cFStateM_sub_Op_ConF6MpknENode__v_; 6094 3931 text: .text%__1cMloadConFNodeHsize_of6kM_I_; … … 6096 3933 text: .text%__1cQsarL_rReg_63NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6097 3934 text: .text%__1cPoldgetTimeNanos6F_x_; 6098 text: .text%__1cPno_rax_RegLOperFclone6kM_pnIMachOper__;6099 text: .text%__1cTAbstractInterpreterMreturn_entry6FnITosState_i_pC_;6100 text: .text%__1cPsarL_rReg_1NodePoper_input_base6kM_I_;6101 text: .text%__1cMnegD_regNodeJnum_opnds6kM_I_;6102 3935 text: .text%__1cKmul_hiNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6103 text: .text%__1cJAssemblerEjccb6Mn0AJCondition_rnFLabel_nJrelocInfoJrelocType__v_;6104 3936 text: .text%__1cNcmovP_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6105 3937 text: .text%__1cHMonitor2T6M_v_; 6106 3938 text: .text%__1cINegDNodeLbottom_type6kM_pknEType__; 6107 text: .text%__1cLvframeArrayIallocate6FpnKJavaThread_ipnNGrowableArray4CpnOcompiledVFrame___pnLRegisterMap_nFframe_9A9A9A_p0_;6108 text: .text%__1cNThreadServiceNremove_thread6FpnKJavaThread_i_v_;6109 3939 text: .text%__1cQjava_lang_ThreadbGinherited_access_control_context6FpnHoopDesc__2_; 6110 text: .text%__1cODeoptimizationScreate_vframeArray6FpnKJavaThread_nFframe_pnLRegisterMap__pnLvframeArray__;6111 3940 text: .text%__1cHThreadsGremove6FpnKJavaThread__v_; 6112 3941 text: .text%__1cODeoptimizationTuncommon_trap_inner6FpnKJavaThread_i_v_; 6113 text: .text%__1cODeoptimizationPget_method_data6FpnKJavaThread_nMmethodHandle_i_pnRmethodDataOopDesc__;6114 3942 text: .text%__1cLensure_join6FpnKJavaThread__v_: thread.o; 6115 3943 text: .text%__1cIOSThread2T6M_v_; … … 6119 3947 text: .text%__1cUThreadSafepointStateHdestroy6FpnKJavaThread__v_; 6120 3948 text: .text%__1cIGraphKitTdprecision_rounding6MpnENode__2_; 6121 text: .text%__1cNGrowableArray4CpnOcompiledVFrame__2t6Mii_v_;6122 3949 text: .text%__1cOcmovI_regUNodeErule6kM_I_; 6123 text: .text%__1cKJavaThreadEexit6Mi_v_;6124 text: .text%__1cGParker2T6M_v_;6125 3950 text: .text%__1cCosLfree_thread6FpnIOSThread__v_; 6126 3951 text: .text%__1cXpartialSubtypeCheckNodeMideal_Opcode6kM_i_; … … 6136 3961 text: .text%__1cLvframeArrayPunpack_to_stack6MrnFframe_i_v_; 6137 3962 text: .text%__1cOcompL_rRegNodeIpipeline6kM_pknIPipeline__; 6138 text: .text%__1cODeoptimizationLUnrollBlock2t6MiiiiiplppCnJBasicType__v_;6139 text: .text%__1cLvframeArrayHfill_in6MpnKJavaThread_ipnNGrowableArray4CpnOcompiledVFrame___pknLRegisterMap_i_v_;6140 text: .text%__SLIP.DELETER__A: thread.o;6141 text: .text%__1cbIjava_security_AccessControlContextGcreate6FnOobjArrayHandle_inGHandle_pnGThread__pnHoopDesc__;6142 3963 text: .text%__1cIOSThreadKpd_destroy6M_v_; 6143 3964 text: .text%__1cMaddF_immNodeLout_RegMask6kM_rknHRegMask__; … … 6147 3968 text: .text%__1cODeoptimizationNunpack_frames6FpnKJavaThread_i_nJBasicType__; 6148 3969 text: .text%__1cNnmethodLocker2t6MpC_v_; 6149 text: .text%__1cTconvD2I_reg_regNodeHtwo_adr6kM_I_;6150 3970 text: .text%__1cOtailjmpIndNodeMideal_Opcode6kM_i_; 6151 3971 text: .text%__1cLconvI2BNodeErule6kM_I_; … … 6153 3973 text: .text%__1cIciMethodVget_osr_flow_analysis6Mi_pnKciTypeFlow__; 6154 3974 text: .text%__1cSCallLeafDirectNodeIpipeline6kM_pknIPipeline__; 6155 text: .text%__1cQAbstractCompilerMsupports_osr6M_i_;6156 3975 text: .text%__1cRaddL_mem_rRegNodePoper_input_base6kM_I_; 6157 text: .text%__1cSCallLeafDirectNodeJnum_opnds6kM_I_;6158 3976 text: .text%__1cXjava_lang_reflect_FieldJmodifiers6FpnHoopDesc__i_; 6159 3977 text: .text%__1cMmulL_memNodePoper_input_base6kM_I_; … … 6172 3990 text: .text%__1cRcmpFastUnlockNodeIpipeline6kM_pknIPipeline__; 6173 3991 text: .text%__1cKloadUBNodeFreloc6kM_i_; 6174 text: .text%__1cMStartOSRNodeScalling_convention6kMpnLOptoRegPair_I_v_;6175 3992 text: .text%__1cMStartOSRNodeKosr_domain6F_pknJTypeTuple__; 6176 text: .text%__1cMloadConPNodeGis_Con6kM_I_;6177 3993 text: .text%__1cMmulD_regNodeLout_RegMask6kM_rknHRegMask__; 6178 3994 text: .text%__1cXjava_lang_reflect_FieldFclazz6FpnHoopDesc__2_; 6179 text: .text%__1cOPSVirtualSpaceJexpand_by6ML_i_;6180 3995 text: .text%__1cNCallGeneratorHfor_osr6FpnIciMethod_i_p0_; 6181 text: .text%__1cFParseWload_interpreter_state6MpnENode_2_v_;6182 3996 text: .text%__1cKstoreINodeIpipeline6kM_pknIPipeline__; 6183 3997 text: .text%__1cOstackSlotDOperKin_RegMask6kMi_pknHRegMask__; … … 6192 4006 text: .text%__1cJloadDNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6193 4007 text: .text%__1cMlogD_regNodeErule6kM_I_; 6194 text: .text%__1cXpartialSubtypeCheckNodePoper_input_base6kM_I_;6195 4008 text: .text%__1cNmulI_rRegNodeHtwo_adr6kM_I_; 6196 4009 text: .text%__1cMdecI_memNodeLout_RegMask6kM_rknHRegMask__; … … 6198 4011 text: .text%__1cKemit_break6FrnKCodeBuffer__v_; 6199 4012 text: .text%jni_GetStaticMethodID: jni.o; 6200 text: .text%__1cOstackSlotDOperJnum_edges6kM_I_;6201 4013 text: .text%__1cMsubF_regNodeMcisc_operand6kM_i_; 6202 4014 text: .text%__1cMdecI_memNodeFreloc6kM_i_; 6203 text: .text%__1cMdecI_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6204 4015 text: .text%__1cRCardTableModRefBSbCfind_covering_region_by_base6MpnIHeapWord__i_; 6205 4016 text: .text%__1cRCardTableModRefBSVresize_covered_region6MnJMemRegion__v_; 6206 4017 text: .text%__1cINegFNodeGOpcode6kM_i_; 6207 4018 text: .text%__1cRCardTableModRefBSbAlargest_prev_committed_end6kMi_pnIHeapWord__; 6208 text: .text%__1cLloadSSDNodeJnum_opnds6kM_I_;6209 4019 text: .text%__1cSMachBreakpointNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6210 4020 text: .text%__1cSCardTableExtensionVresize_covered_region6MnJMemRegion__v_; 6211 text: .text%__1cLconvI2BNodeJnum_opnds6kM_I_;6212 4021 text: .text%__1cNstoreImmPNodePoper_input_base6kM_I_; 6213 4022 text: .text%__1cKReflectionUarray_component_type6FpnHoopDesc_pnGThread__2_; 6214 4023 text: .text%__1cKoopFactoryUnew_compiledICHolder6FnMmethodHandle_nLKlassHandle_pnGThread__pnXcompiledICHolderOopDesc__; 6215 text: .text%__1cHCompile2t6MpnFciEnv_pF_pknITypeFunc_pCpkciiii_v_;6216 4024 text: .text%__1cTconvL2F_reg_regNodeMcisc_operand6kM_i_; 6217 text: .text%__1cMciArrayKlassOis_array_klass6M_i_;6218 text: .text%__1cNloadConPcNodeEsize6kMpnNPhaseRegAlloc__I_;6219 4025 text: .text%__1cKarrayKlassWuncached_lookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 6220 4026 text: .text%__1cFStateM_sub_Op_CmpD6MpknENode__v_; 6221 text: .text%__1cNloadConL0NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6222 text: .text%__1cUCallNativeDirectNodeKmethod_set6Ml_v_;6223 4027 text: .text%__1cKcastPPNodeMideal_Opcode6kM_i_; 6224 text: .text%__1cNcmovL_memNodeJnum_opnds6kM_I_;6225 4028 text: .text%__1cZInterpreterMacroAssemblerUprofile_taken_branch6MpnMRegisterImpl_2_v_; 6226 4029 text: .text%__1cPshrL_rReg_1NodeHtwo_adr6kM_I_; 6227 text: .text%__1cIGraphKitIgen_stub6MpCpkciii_v_;6228 4030 text: .text%__1cbDcatch_cleanup_find_cloned_def6FpnFBlock_pnENode_1rnLBlock_Array_i_3_: lcm.o; 6229 4031 text: .text%__1cVcompiledICHolderKlassIallocate6MpnGThread__pnXcompiledICHolderOopDesc__; 6230 text: .text%__1cTC2IAdapterGeneratorUmkh_unverified_entry6FnMmethodHandle__pC_;6231 text: .text%__1cRaddL_rReg_memNodeRis_cisc_alternate6kM_i_;6232 text: .text%__1cLOptoRuntimeNgenerate_stub6FpnFciEnv_pF_pknITypeFunc_pCpkciiii_8_;6233 4032 text: .text%__1cISubDNodeLbottom_type6kM_pknEType__; 6234 4033 text: .text%__1cbCcatch_cleanup_fix_all_inputs6FpnENode_11_v_: lcm.o; 6235 4034 text: .text%__1cISubFNodeLbottom_type6kM_pknEType__; 6236 4035 text: .text%__1cNdivI_rRegNodeLout_RegMask6kM_rknHRegMask__; 6237 text: .text%__1cNTemplateTableGbranch6Fii_v_;6238 text: .text%__1cNstoreImmPNodeHtwo_adr6kM_I_;6239 text: .text%__1cLOptoRuntimeRnew_objArray_Type6F_pknITypeFunc__;6240 4036 text: .text%JVM_GetComponentType; 6241 4037 text: .text%__1cIMulDNodeJideal_reg6kM_I_; 6242 text: .text%__1cTconvF2D_reg_regNodeHtwo_adr6kM_I_;6243 4038 text: .text%__1cJAssemblerEsbbq6MpnMRegisterImpl_i_v_; 6244 4039 text: .text%__1cNcmovL_memNodeMideal_Opcode6kM_i_; 6245 4040 text: .text%jni_GetStringRegion: jni.o; 6246 4041 text: .text%jni_EnsureLocalCapacity: jni.o; 6247 text: .text%__1cLloadSSDNodeHtwo_adr6kM_I_;6248 4042 text: .text%__1cMaddF_memNodePoper_input_base6kM_I_; 6249 4043 text: .text%__1cFParseMdo_anewarray6M_v_; 6250 4044 text: .text%__1cLConvI2FNodeFValue6kMpnOPhaseTransform__pknEType__; 6251 4045 text: .text%__1cLconvI2BNodeLout_RegMask6kM_rknHRegMask__; 6252 text: .text%__1cOMacroAssemblerHcall_VM6MpnMRegisterImpl_pC22i_v_;6253 4046 text: .text%__1cHThreadsYis_supported_jni_version6Fi_C_; 6254 text: .text%__1cMincL_memNodeJnum_opnds6kM_I_;6255 text: .text%__1cRandL_rReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6256 4047 text: .text%__1cKarrayKlassYcompute_secondary_supers6MipnGThread__pnPobjArrayOopDesc__; 6257 text: .text%__1cRaddL_mem_rRegNodeJnum_opnds6kM_I_;6258 4048 text: .text%JVM_NewArray; 6259 4049 text: .text%JVM_FreeMemory; 6260 4050 text: .text%JVM_TotalMemory; 6261 text: .text%__1cMaddD_immNodeJnum_opnds6kM_I_;6262 text: .text%__1cMsubF_regNodeJnum_opnds6kM_I_;6263 text: .text%__1cLloadSSINodePoper_input_base6kM_I_;6264 4051 text: .text%__1cNinstanceKlassPadd_osr_nmethod6MpnHnmethod__v_; 6265 4052 text: .text%__1cMincI_memNodeLout_RegMask6kM_rknHRegMask__; 6266 4053 text: .text%__1cKReflectionRreflect_new_array6FpnHoopDesc_ipnGThread__pnMarrayOopDesc__; 6267 text: .text%__1cMsubF_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6268 4054 text: .text%__1cMmulF_memNodeErule6kM_I_; 6269 4055 text: .text%__1cODeoptimizationbJupdate_method_data_from_interpreter6FnQmethodDataHandle_ii_v_; 6270 4056 text: .text%__1cLClassLoaderSget_system_package6FpkcpnGThread__pnHoopDesc__; 6271 4057 text: .text%__1cMTailJumpNodeKmatch_edge6kMI_I_; 6272 text: .text%__1cFStateL_sub_Op_Box6MpknENode__v_;6273 4058 text: .text%__1cRaddL_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 6274 4059 text: .text%__1cTconvL2F_reg_regNodeErule6kM_I_; 6275 4060 text: .text%__1cKPSYoungGenLpost_resize6M_v_; 6276 4061 text: .text%__1cNcmovL_regNodeErule6kM_I_; 6277 text: .text%__1cOcmovD_regUNodeJnum_opnds6kM_I_;6278 4062 text: .text%__1cRandI_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6279 4063 text: .text%__1cMnegF_regNodeHtwo_adr6kM_I_; 6280 text: .text%__1cTAbstractInterpreterRTosState_as_index6FnITosState__i_;6281 4064 text: .text%__1cHThreadsbMis_supported_jni_version_including_1_16Fi_C_; 6282 4065 text: .text%__1cKstoreBNodeIpipeline6kM_pknIPipeline__; 6283 text: .text%__1cPBytecode_invokeLresult_type6kMpnGThread__nJBasicType__;6284 4066 text: .text%__1cMincL_memNodeMideal_Opcode6kM_i_; 6285 4067 text: .text%__1cJAssemblerEaddl6MpnMRegisterImpl_nHAddress__v_; 6286 text: .text%__1cJloadCNodeIpipeline6kM_pknIPipeline__;6287 text: .text%__1cCosPuncommit_memory6FpcL_i_;6288 4068 text: .text%__1cSInterpreterRuntimeJnote_trap6FpnKJavaThread_ipnGThread__v_; 6289 4069 text: .text%__1cRSignatureIteratorHiterate6M_v_; 6290 4070 text: .text%__1cIModLNodeJideal_reg6kM_I_; 6291 text: .text%__1cNTemplateTableOpatch_bytecode6FnJBytecodesECode_pnMRegisterImpl_4i_v_;6292 4071 text: .text%__1cLConvD2INodeLbottom_type6kM_pknEType__; 6293 4072 text: .text%__1cMaddF_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6294 text: .text%__1cHBoxNodeLbottom_type6kM_pknEType__;6295 4073 text: .text%__1cFStateM_sub_Op_DivL6MpknENode__v_; 6296 4074 text: .text%__1cTconvL2D_reg_memNodeErule6kM_I_; 6297 4075 text: .text%JVM_GetSystemPackage; 6298 text: .text%__1cCosNcommit_memory6FpcLL_i_;6299 4076 text: .text%__1cOMacroAssemblerFenter6M_v_; 6300 4077 text: .text%__1cLConvF2DNodeJideal_reg6kM_I_; … … 6302 4079 text: .text%__1cKNativeJumpUpatch_verified_entry6FpC11_v_; 6303 4080 text: .text%__1cLMoveL2DNodeGOpcode6kM_i_; 6304 text: .text%__1cMincI_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6305 4081 text: .text%__1cFStateP_sub_Op_ConvF2D6MpknENode__v_; 6306 4082 text: .text%__1cMmulL_memNodeOmemory_operand6kM_pknIMachOper__; 6307 4083 text: .text%Unsafe_DefineClass1; 6308 text: .text%__1cSUnsafe_DefineClass6FpnHJNIEnv__pnI_jstring_pnL_jbyteArray_iipnI_jobject_7_pnH_jclass__: unsafe.o;6309 4084 text: .text%__1cFTypeDFxdual6kM_pknEType__; 6310 4085 text: .text%__1cMincI_memNodeFreloc6kM_i_; … … 6315 4090 text: .text%JVM_DefineClass; 6316 4091 text: .text%__1cMaddF_memNodeMideal_Opcode6kM_i_; 6317 text: .text%__1cMmulL_memNodeRis_cisc_alternate6kM_i_;6318 text: .text%__1cMmulL_memNodeJnum_opnds6kM_I_;6319 4092 text: .text%__1cJAssemblerEshrq6MpnMRegisterImpl_i_v_; 6320 text: .text%__1cTC2IAdapterGeneratorLadapter_for6FnMmethodHandle__pnKC2IAdapter__;6321 4093 text: .text%__1cPcmpFastLockNodeIpipeline6kM_pknIPipeline__; 6322 text: .text%__1cZInterpreterMacroAssemblerQtest_mdp_data_at6MpnMRegisterImpl_i2rnFLabel__v_;6323 4094 text: .text%__1cZInterpreterMacroAssemblerYprofile_not_taken_branch6MpnMRegisterImpl__v_; 6324 4095 text: .text%__1cTleaPIdxScaleOffNodeIpipeline6kM_pknIPipeline__; … … 6328 4099 text: .text%__1cYjava_lang_reflect_MethodLreturn_type6FpnHoopDesc__2_; 6329 4100 text: .text%__1cYjava_lang_reflect_MethodPparameter_types6FpnHoopDesc__2_; 6330 text: .text%__1cNloadConL0NodeGis_Con6kM_I_;6331 text: .text%__1cMset_property6FnGHandle_pkc2pnGThread__v_: jvm.o;6332 4101 text: .text%JVM_GetCPFieldModifiers; 6333 4102 text: .text%JVM_InvokeMethod; 6334 4103 text: .text%__1cFKlassWcompute_modifier_flags6kMpnGThread__i_; 6335 text: .text%__1cZcatch_cleanup_inter_block6FpnENode_pnFBlock_13rnLBlock_Array_i_v_: lcm.o;6336 4104 text: .text%__1cOsalI_mem_1NodeMideal_Opcode6kM_i_; 6337 text: .text%__1cMaddF_immNodeJnum_opnds6kM_I_;6338 text: .text%__1cMsubD_immNodePoper_input_base6kM_I_;6339 4105 text: .text%__1cMmulF_regNodeMcisc_operand6kM_i_; 6340 text: .text%__1cMmulF_regNodeJnum_opnds6kM_I_;6341 text: .text%__1cMmulF_memNodeZcheck_for_anti_dependence6kM_i_;6342 4106 text: .text%__1cMmulD_regNodeHtwo_adr6kM_I_; 6343 4107 text: .text%__1cTconvD2F_reg_regNodeMcisc_operand6kM_i_; 6344 4108 text: .text%jni_AllocObject: jni.o; 6345 text: .text%__1cCosHSolarisOset_mpss_range6FpcLL_i_;6346 4109 text: .text%__1cTconvF2I_reg_regNodeLout_RegMask6kM_rknHRegMask__; 6347 4110 text: .text%__1cFParseOdo_tableswitch6M_v_; 6348 4111 text: .text%__1cTmembar_volatileNodeLout_RegMask6kM_rknHRegMask__; 6349 4112 text: .text%__1cKReflectionNinvoke_method6FpnHoopDesc_nGHandle_nOobjArrayHandle_pnGThread__2_; 6350 text: .text%__1cMrdx_RegLOperFclone6kM_pnIMachOper__;6351 4113 text: .text%__1cICmpFNodeFValue6kMpnOPhaseTransform__pknEType__; 6352 4114 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pFn0AJCondition__v4_v_; 6353 text: .text%__1cFj_not6FnNTemplateTableJCondition__nJAssemblerJCondition__: templateTable_amd64.o;6354 4115 text: .text%__1cNTemplateTableMlocals_index6FpnMRegisterImpl_i_v_; 6355 4116 text: .text%__1cTconvF2D_reg_regNodeQuse_cisc_RegMask6M_v_; 6356 text: .text%__1cMmulF_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6357 4117 text: .text%Unsafe_AllocateInstance; 6358 4118 text: .text%__1cZInterpreterMacroAssemblerNunlock_object6MpnMRegisterImpl__v_; 6359 4119 text: .text%__1cOcmovD_regUNodeMideal_Opcode6kM_i_; 6360 text: .text%__1cIciObjectMis_classless6kM_i_;6361 4120 text: .text%__1cMsubD_immNodeMideal_Opcode6kM_i_; 6362 4121 text: .text%__1cRInlineCacheBufferOinit_next_stub6F_v_; 6363 4122 text: .text%__1cPshrL_rReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6364 4123 text: .text%__1cMsubD_immNodeErule6kM_I_; 6365 text: .text%__1cHTypePtrKadd_offset6kMi_pk0_;6366 4124 text: .text%__1cNTemplateTableHconvert6F_v_; 6367 4125 text: .text%__1cMnegD_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 6378 4136 text: .text%__1cXpartialSubtypeCheckNodeErule6kM_I_; 6379 4137 text: .text%__1cOstackSlotDOperEtype6kM_pknEType__; 6380 text: .text%__1cHThreadsLnmethods_do6F_v_;6381 4138 text: .text%__1cLloadSSDNodeErule6kM_I_; 6382 4139 text: .text%__1cMsubD_regNodeLout_RegMask6kM_rknHRegMask__; … … 6391 4148 text: .text%__1cMmulD_memNodeMideal_Opcode6kM_i_; 6392 4149 text: .text%__1cMaddD_regNodeMideal_Opcode6kM_i_; 6393 text: .text%__1cTconvI2D_reg_regNodeQuse_cisc_RegMask6M_v_;6394 4150 text: .text%__1cMnegF_regNodeMideal_Opcode6kM_i_; 6395 4151 text: .text%__1cMloadConFNodeFreloc6kM_i_; … … 6399 4155 text: .text%__1cLStrCompNodeJideal_reg6kM_I_; 6400 4156 text: .text%__1cMlogD_regNodeLout_RegMask6kM_rknHRegMask__; 6401 text: .text%__1cFVTuneOdelete_nmethod6FpnHnmethod__v_;6402 4157 text: .text%__1cMaddD_regNodeMcisc_operand6kM_i_; 6403 4158 text: .text%__1cMaddD_regNodeErule6kM_I_; 6404 4159 text: .text%__1cScompL_rReg_memNodePoper_input_base6kM_I_; 6405 4160 text: .text%__1cIAddFNodeJideal_reg6kM_I_; 6406 text: .text%__1cJimmP0OperPconstant_is_oop6kM_i_;6407 4161 text: .text%__1cJimmP0OperIconstant6kM_l_; 6408 4162 text: .text%__1cNciMethodKlassEmake6F_p0_; 6409 text: .text%__1cETypeJis_finite6kM_i_;6410 4163 text: .text%__1cHnmethodFflush6M_v_; 6411 4164 text: .text%JVM_GetClassContext; 6412 text: .text%__1cIciObjectTis_type_array_klass6M_i_;6413 text: .text%__1cNsubL_rRegNodeMcisc_version6Mi_pnIMachNode__;6414 text: .text%__1cIregFOperFclone6kM_pnIMachOper__;6415 4165 text: .text%__1cRfind_field_offset6FpnI_jobject_ipnGThread__i_; 6416 text: .text%__1cHBoxNodeJideal_reg6kM_I_;6417 4166 text: .text%__1cXPartialSubtypeCheckNodeLbottom_type6kM_pknEType__; 6418 4167 text: .text%__1cIciMethod2t6MpnPciInstanceKlass_pnIciSymbol_4_v_; 6419 4168 text: .text%__1cPfieldDescriptorTfloat_initial_value6kM_f_; 6420 text: .text%__1cLloadSSDNodeMideal_Opcode6kM_i_;6421 4169 text: .text%__1cMsubF_regNodeErule6kM_I_; 6422 4170 text: .text%__1cRsubL_rReg_memNodeFreloc6kM_i_; 6423 text: .text%__1cKExceptionsNnew_exception6FpnGThread_pnNsymbolOopDesc_pkc_nGHandle__;6424 4171 text: .text%__1cTconvL2F_reg_regNodeLout_RegMask6kM_rknHRegMask__; 6425 4172 text: .text%__1cMmulF_memNodeLout_RegMask6kM_rknHRegMask__; … … 6427 4174 text: .text%__1cIDivDNodeLbottom_type6kM_pknEType__; 6428 4175 text: .text%__1cLStatSamplerTget_system_property6FpkcpnGThread__2_; 6429 text: .text%__1cRmethodDataOopDescRbci_to_extra_data6Mii_pnLProfileData__;6430 4176 text: .text%__1cICodeBlobFflush6M_v_; 6431 4177 text: .text%__1cVMoveF2I_reg_stackNodeMideal_Opcode6kM_i_; 6432 text: .text%__1cNmodL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6433 4178 text: .text%__1cJArgumentsQPropertyList_add6FppnOSystemProperty_2_v_; 6434 4179 text: .text%__1cKstoreCNodeIpipeline6kM_pknIPipeline__; 6435 4180 text: .text%__1cSmembar_releaseNodeIadr_type6kM_pknHTypePtr__; 6436 text: .text%__1cQsalI_rReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6437 4181 text: .text%__1cSInterpreterRuntimeQcreate_exception6FpnKJavaThread_pc3_v_; 6438 4182 text: .text%__1cJAssemblerEaddl6MpnMRegisterImpl_2_v_; … … 6440 4184 text: .text%__1cQinitialize_class6FnMsymbolHandle_pnGThread__v_: thread.o; 6441 4185 text: .text%__1cJAssemblerFcmovq6Mn0AJCondition_pnMRegisterImpl_nHAddress__v_; 6442 text: .text%__1cXpartialSubtypeCheckNodeJnum_opnds6kM_I_;6443 4186 text: .text%__1cMmulD_regNodeQuse_cisc_RegMask6M_v_; 6444 4187 text: .text%__1cMaddF_immNodeHtwo_adr6kM_I_; … … 6452 4195 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4nGHandle_pnGThread__v_; 6453 4196 text: .text%__1cXjava_lang_reflect_FieldEslot6FpnHoopDesc__i_; 6454 text: .text%__1cPloadConUL32NodeGis_Con6kM_I_;6455 4197 text: .text%__1cQshrL_rReg_CLNodeHtwo_adr6kM_I_; 6456 4198 text: .text%__1cKJavaThreadbOcheck_special_condition_for_native_trans6Fp0_v_; 6457 text: .text%__1cODeoptimizationYreset_invocation_counter6FpnJScopeDesc_i_v_;6458 4199 text: .text%__1cZCallDynamicJavaDirectNodeIpipeline6kM_pknIPipeline__; 6459 text: .text%__1cTconvF2I_reg_regNodeJnum_opnds6kM_I_;6460 text: .text%__1cMmulD_memNodeJnum_opnds6kM_I_;6461 4200 text: .text%__1cHOrLNodeGOpcode6kM_i_; 6462 4201 text: .text%__1cIMulFNodeGmul_id6kM_pknEType__; … … 6465 4204 text: .text%__1cTconvD2F_reg_regNodeLout_RegMask6kM_rknHRegMask__; 6466 4205 text: .text%JVM_RawMonitorCreate; 6467 text: .text%__1cOresolve_symbol6Fpkc_pC_: os_solaris.o;6468 4206 text: .text%__1cMMutableSpaceOobject_iterate6MpnNObjectClosure__v_; 6469 4207 text: .text%__1cKCMoveDNodeGOpcode6kM_i_; … … 6473 4211 text: .text%__1cLConvD2INodeJideal_reg6kM_I_; 6474 4212 text: .text%__1cKcastPPNodeLout_RegMask6kM_rknHRegMask__; 6475 text: .text%__1cZCallDynamicJavaDirectNodeJnum_opnds6kM_I_;6476 text: .text%__1cMlogD_regNodeJnum_opnds6kM_I_;6477 4213 text: .text%Unsafe_CompareAndSwapInt; 6478 4214 text: .text%__1cOstackSlotIOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 6479 4215 text: .text%__1cOstackSlotIOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 6480 text: .text%__1cMmatch_option6FpknMJavaVMOption_ppkc5i_i_: arguments.o;6481 4216 text: .text%__1cMmulD_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6482 4217 text: .text%__1cNmulI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6483 text: .text%__1cKimmL32OperFclone6kM_pnIMachOper__;6484 text: .text%__1cIimmFOperFclone6kM_pnIMachOper__;6485 4218 text: .text%__1cOMacroAssemblerTset_last_Java_frame6MpnMRegisterImpl_22pC_v_; 6486 text: .text%__1cOindOffset8OperFclone6kM_pnIMachOper__;6487 text: .text%__1cOMacroAssemblerVreset_last_Java_frame6MpnMRegisterImpl_i_v_;6488 text: .text%__1cOloadConL32NodeFclone6kM_pnENode__;6489 text: .text%__1cMloadConFNodeFclone6kM_pnENode__;6490 4219 text: .text%__1cScompL_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6491 4220 text: .text%__1cQinstanceRefKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 6492 4221 text: .text%__1cNTemplateTableRlocals_index_wide6FpnMRegisterImpl__v_; 6493 text: .text%__1cVMoveL2D_reg_stackNodePoper_input_base6kM_I_;6494 4222 text: .text%__1cZInterpreterMacroAssemblerPset_mdp_data_at6MpnMRegisterImpl_i2_v_; 6495 text: .text%__1cKOSRAdapter2n6FLI_pv_;6496 text: .text%__1cKOSRAdapterPnew_osr_adapter6FpnKCodeBuffer_pnJOopMapSet_ii_p0_;6497 4223 text: .text%__1cJAssemblerEincl6MnHAddress__v_; 6498 text: .text%__1cKOSRAdapter2t6MpnKCodeBuffer_pnJOopMapSet_iii_v_;6499 text: .text%__1cTconvI2D_reg_regNodeHtwo_adr6kM_I_;6500 text: .text%__1cNSharedRuntimeRgenerate_osr_blob6Fi_pnKOSRAdapter__;6501 text: .text%__1cMaddD_regNodeJnum_opnds6kM_I_;6502 text: .text%__1cbCAbstractInterpreterGeneratorUset_wide_entry_point6MpnITemplate_rpC_v_;6503 4224 text: .text%__1cMmulF_regNodeErule6kM_I_; 6504 4225 text: .text%__1cIMulFNodeJideal_reg6kM_I_; … … 6508 4229 text: .text%__1cMloadConDNodeHsize_of6kM_I_; 6509 4230 text: .text%__1cOcmovI_regUNodeLout_RegMask6kM_rknHRegMask__; 6510 text: .text%__1cLconvI2BNodeHtwo_adr6kM_I_;6511 text: .text%__1cMorL_rRegNodeJnum_opnds6kM_I_;6512 4231 text: .text%__1cQorI_rReg_memNodeFreloc6kM_i_; 6513 4232 text: .text%__1cMaddD_immNodeHtwo_adr6kM_I_; … … 6515 4234 text: .text%__1cLConvL2FNodeLbottom_type6kM_pknEType__; 6516 4235 text: .text%__1cLConvL2DNodeLbottom_type6kM_pknEType__; 6517 text: .text%__1cLloadSSINodeMideal_Opcode6kM_i_;6518 4236 text: .text%__1cOstackSlotDOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_; 6519 4237 text: .text%__1cTconvF2D_reg_memNodeFreloc6kM_i_; 6520 4238 text: .text%__1cLConvD2INodeFValue6kMpnOPhaseTransform__pknEType__; 6521 text: .text%__1cTconvL2D_reg_memNodeZcheck_for_anti_dependence6kM_i_;6522 4239 text: .text%__1cMloadConDNodeFreloc6kM_i_; 6523 4240 text: .text%JVM_Lseek; 6524 4241 text: .text%__1cPsarL_rReg_1NodeErule6kM_I_; 6525 4242 text: .text%__1cPsarL_rReg_1NodeLout_RegMask6kM_rknHRegMask__; 6526 text: .text%__1cVcompiledICHolderKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;6527 text: .text%__1cMaddD_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6528 4243 text: .text%__1cOstackSlotDOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_; 6529 text: .text%__1cMorL_rRegNodePin_oper_RegMask6kMIII_pknHRegMask__;6530 4244 text: .text%__1cMmulF_regNodeLout_RegMask6kM_rknHRegMask__; 6531 4245 text: .text%__1cMlogD_regNodeHtwo_adr6kM_I_; 6532 text: .text%__1cRaddI_mem_rRegNodeHtwo_adr6kM_I_;6533 4246 text: .text%__1cFStateM_sub_Op_AddF6MpknENode__v_; 6534 4247 text: .text%__1cIXorINodeIadd_ring6kMpknEType_3_3_; 6535 text: .text%__1cTconvL2F_reg_regNodeJnum_opnds6kM_I_;6536 text: .text%__1cSstring_compareNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6537 text: .text%__1cNGrowableArray4CpnKOSRAdapter__Praw_at_put_grow6Mirk14_v_;6538 4248 text: .text%__1cFStateP_sub_Op_StrComp6MpknENode__v_; 6539 text: .text%__1cTconvL2F_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6540 text: .text%__1cUInterpreterGeneratorUgenerate_fixed_frame6Mi_v_;6541 4249 text: .text%__1cGciType2t6MnJBasicType__v_; 6542 text: .text%__1cMaddF_memNodeJnum_opnds6kM_I_;6543 text: .text%__1cUInterpreterGeneratorbAgenerate_run_compiled_code6M_v_;6544 4250 text: .text%__1cScompL_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 6545 text: .text%__1cUInterpreterGeneratorZgenerate_counter_overflow6MpC_v_;6546 4251 text: .text%__1cUInterpreterGeneratorVgenerate_counter_incr6MpnFLabel_22_v_; 6547 4252 text: .text%__1cPcmpF_cc_regNodeQuse_cisc_RegMask6M_v_; 6548 4253 text: .text%__1cXNativeSignatureIteratorHdo_bool6M_v_; 6549 4254 text: .text%__1cQmulI_mem_immNodePoper_input_base6kM_I_; 6550 text: .text%__1cbCAbstractInterpreterGeneratorXbang_stack_shadow_pages6Mi_v_;6551 4255 text: .text%__1cZInterpreterMacroAssemblerTnotify_method_entry6M_v_; 6552 text: .text%__1cNdecL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6553 text: .text%__1cOLibraryCallKitXinline_string_compareTo6M_i_;6554 text: .text%__1cScompL_rReg_memNodeRis_cisc_alternate6kM_i_;6555 4256 text: .text%__1cJAssemblerEsubq6MpnMRegisterImpl_nHAddress__v_; 6556 4257 text: .text%jni_GetEnv; 6557 4258 text: .text%JVM_NanoTime; 6558 text: .text%__1cCosNjavaTimeNanos6F_x_;6559 text: .text%__1cZInterpreterMacroAssemblerNsuper_call_VM6MpnMRegisterImpl_2pC22_v_;6560 text: .text%__1cFTypeFJis_finite6kM_i_;6561 4259 text: .text%__1cRmulI_rReg_immNodeIpipeline6kM_pknIPipeline__; 6562 4260 text: .text%__1cOMacroAssemblerRcall_VM_leaf_base6MpCi_v_; 6563 text: .text%__1cScompL_rReg_memNodeJnum_opnds6kM_I_;6564 text: .text%__1cHMulNodeGis_Mul6kM_pk0_;6565 4261 text: .text%__1cETypeEmake6Fn0AFTYPES__pk0_; 6566 4262 text: .text%__1cQmulI_mem_immNodeMideal_Opcode6kM_i_; 6567 text: .text%__1cParrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;6568 text: .text%__1cJAssemblerLemit_data646MxnJrelocInfoJrelocType_i_v_;6569 4263 text: .text%__1cJAssemblerFpushq6MnHAddress__v_; 6570 text: .text%__1cIGraphKitSgen_native_wrapper6MpnIciMethod__v_;6571 4264 text: .text%__1cRComputeEntryStackIdo_array6Mii_v_; 6572 4265 text: .text%__1cPcmpD_cc_immNodeKconst_size6kM_i_; 6573 text: .text%__1cKLoadPCNodeJideal_reg6kM_I_;6574 4266 text: .text%__1cMorL_rRegNodeErule6kM_I_; 6575 text: .text%__1cUCallNativeDirectNodeLout_RegMask6kM_rknHRegMask__;6576 4267 text: .text%__1cScompP_rReg_memNodePoper_input_base6kM_I_; 6577 4268 text: .text%__1cScompP_rReg_memNodeMideal_Opcode6kM_i_; 6578 text: .text%__1cSvframeStreamCommonbFfill_in_compiled_inlined_sender6M_i_;6579 4269 text: .text%__1cNdivI_rRegNodeHtwo_adr6kM_I_; 6580 text: .text%__1cKcastPPNodeJnum_opnds6kM_I_;6581 text: .text%__1cTconvL2D_reg_memNodeHtwo_adr6kM_I_;6582 text: .text%__1cOLibraryCallKitbNinline_native_Reflection_getCallerClass6M_i_;6583 text: .text%__1cOLibraryCallKitZinline_native_Class_query6MnMvmIntrinsicsCID__i_;6584 4270 text: .text%__1cMnegF_regNodeLout_RegMask6kM_rknHRegMask__; 6585 text: .text%__1cHCompile2t6MpnFciEnv_pnKC2Compiler_pnIciMethod__v_;6586 4271 text: .text%__1cKciTypeFlowLStateVectorOdo_null_assert6MpnHciKlass__v_; 6587 4272 text: .text%__1cMsubD_regNodeQuse_cisc_RegMask6M_v_; 6588 4273 text: .text%__1cJLoadLNodeMstore_Opcode6kM_i_; 6589 4274 text: .text%__1cNGrowableArray4CpnGciType__Egrow6Mi_v_; 6590 text: .text%__1cMdivD_immNodeJnum_opnds6kM_I_;6591 text: .text%__1cNstoreImmPNodeJnum_opnds6kM_I_;6592 4275 text: .text%__1cMdivD_immNodeHtwo_adr6kM_I_; 6593 text: .text%__1cLloadSSINodeHtwo_adr6kM_I_;6594 4276 text: .text%__1cLConvI2FNodeIIdentity6MpnOPhaseTransform__pnENode__; 6595 4277 text: .text%__1cIciMethodMnative_entry6M_pC_; 6596 4278 text: .text%__1cPcmpD_cc_immNodeFreloc6kM_i_; 6597 text: .text%__1cUCallNativeDirectNodeFreloc6kM_i_;6598 text: .text%__1cNloadConPcNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_;6599 4279 text: .text%__1cMmulD_memNodeErule6kM_I_; 6600 4280 text: .text%jni_CallVoidMethod: jni.o; 6601 text: .text%__1cFStateS_sub_Op_CallNative6MpknENode__v_;6602 text: .text%__1cFStateO_sub_Op_LoadPC6MpknENode__v_;6603 text: .text%__1cQAbstractCompilerPsupports_native6M_i_;6604 text: .text%__1cQorI_rReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6605 text: .text%__1cbCAbstractInterpreterGeneratorbBgenerate_result_handler_for6MnJBasicType__pC_;6606 4281 text: .text%__1cMmulF_regNodeHtwo_adr6kM_I_; 6607 text: .text%__1cPsalL_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6608 text: .text%__1cQshrI_rReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6609 4282 text: .text%__1cNTemplateTableQvolatile_barrier6FnJAssemblerQMembar_mask_bits__v_; 6610 text: .text%__1cNdivL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6611 4283 text: .text%__1cVMoveL2D_reg_stackNodeErule6kM_I_; 6612 4284 text: .text%__1cRsalI_rReg_immNodeIpipeline6kM_pknIPipeline__; 6613 text: .text%__1cNRelocIterator2t6MpnKCodeBuffer_pC3_v_;6614 4285 text: .text%__1cJBasicLockHmove_to6MpnHoopDesc_p0_v_; 6615 text: .text%__1cYinternal_word_RelocationMforce_target6MpC_v_;6616 4286 text: .text%__1cOstackSlotIOperEtype6kM_pknEType__; 6617 text: .text%__1cLloadSSINodeJnum_opnds6kM_I_;6618 4287 text: .text%__1cKPSYoungGenRavailable_to_live6M_L_; 6619 4288 text: .text%__1cOstackSlotIOperKin_RegMask6kMi_pknHRegMask__; 6620 4289 text: .text%__1cNcmovL_regNodeQuse_cisc_RegMask6M_v_; 6621 4290 text: .text%__1cSstore_to_stackslot6FrnKCodeBuffer_iii_v_; 6622 text: .text%__1cFTypeFGis_nan6kM_i_;6623 4291 text: .text%__1cQshrL_rReg_CLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6624 text: .text%__1cTconvD2F_reg_regNodeJnum_opnds6kM_I_;6625 text: .text%__1cbCAbstractInterpreterGeneratorZgenerate_safept_entry_for6MnITosState_pC_2_;6626 4292 text: .text%__1cUInterpreterGeneratorbDgenerate_stack_overflow_check6M_v_; 6627 4293 text: .text%__1cRComputeEntryStackHdo_bool6M_v_; 6628 4294 text: .text%__1cMmulD_immNodeFreloc6kM_i_; 6629 4295 text: .text%__1cQmulI_mem_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6630 text: .text%__1cbCAbstractInterpreterGeneratorZgenerate_continuation_for6MnITosState__pC_;6631 4296 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; 6632 4297 text: .text%JVM_FindPrimitiveClass; 6633 text: .text%__1cOstackSlotIOperJnum_edges6kM_I_;6634 4298 text: .text%JVM_IsSameClassPackage; 6635 text: .text%__1cUInterpreterGeneratorXcheck_for_compiled_code6MrnFLabel__v_;6636 4299 text: .text%__1cRaddI_mem_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6637 4300 text: .text%__1cMaddF_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6638 text: .text%__1cPjava_lang_ClassYcreate_basic_type_mirror6FpkcpnGThread__pnHoopDesc__;6639 4301 text: .text%__1cLconvI2BNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6640 4302 text: .text%__1cMaddD_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6641 4303 text: .text%__1cMlogD_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6642 text: .text%__1cOPSVirtualSpaceJshrink_by6ML_i_;6643 text: .text%__1cTconvD2F_reg_regNodePin_oper_RegMask6kMIII_pknHRegMask__;6644 4304 text: .text%__1cRCardTableModRefBSYcommitted_unique_to_self6kMinJMemRegion__1_; 6645 4305 text: .text%__1cNTemplateTableEiop26Fn0AJOperation__v_; 6646 4306 text: .text%__1cFStateN_sub_Op_LoadD6MpknENode__v_; 6647 4307 text: .text%__1cTconvL2F_reg_regNodeQuse_cisc_RegMask6M_v_; 6648 text: .text%__1cZInterpreterMacroAssemblerRremove_activation6MnITosState_pnMRegisterImpl_iii_v_;6649 4308 text: .text%__1cZInterpreterMacroAssemblerMdispatch_via6MnITosState_ppC_v_; 6650 text: .text%__1cUInterpreterGeneratorbEgenerate_asm_interpreter_entry6Mi_pC_;6651 4309 text: .text%__1cPcmpF_cc_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6652 text: .text%__1cMsubF_memNodeJnum_opnds6kM_I_;6653 4310 text: .text%__1cKPSYoungGenUavailable_to_min_gen6M_L_; 6654 4311 text: .text%__1cJAssemblerKrepne_scan6M_v_; … … 6659 4316 text: .text%__1cFStateP_sub_Op_ConvI2F6MpknENode__v_; 6660 4317 text: .text%__1cMmulD_immNodeKconst_size6kM_i_; 6661 text: .text%__1cMmulD_memNodeZcheck_for_anti_dependence6kM_i_;6662 4318 text: .text%__1cMmulF_immNodeFreloc6kM_i_; 6663 4319 text: .text%__1cJloadBNodeHsize_of6kM_I_; … … 6668 4324 text: .text%__1cOtypeArrayKlassNexternal_name6FnJBasicType__pkc_; 6669 4325 text: .text%Unsafe_StaticFieldOffset; 6670 text: .text%__1cFTypeFFempty6kM_i_;6671 4326 text: .text%__1cNcmovL_regNodeHtwo_adr6kM_I_; 6672 4327 text: .text%__1cLloadSSDNodeLout_RegMask6kM_rknHRegMask__; … … 6678 4333 text: .text%Unsafe_GetObjectVolatile; 6679 4334 text: .text%__1cMsubD_immNodeLout_RegMask6kM_rknHRegMask__; 6680 text: .text%__1cLdivL_10NodePoper_input_base6kM_I_;6681 text: .text%__1cVVM_ParallelGCSystemGCEname6kM_pkc_;6682 text: .text%__1cOtypeArrayKlassMcreate_klass6FnJBasicType_ipnGThread__pnMklassOopDesc__;6683 4335 text: .text%Unsafe_EnsureClassInitialized; 6684 text: .text%__1cJAssemblerEjmpb6MrnFLabel_nJrelocInfoJrelocType__v_;6685 4336 text: .text%__1cQSystemDictionaryPresolve_or_null6FnMsymbolHandle_pnGThread__pnMklassOopDesc__; 6686 4337 text: .text%__1cOcmovI_regUNodeHtwo_adr6kM_I_; … … 6688 4339 text: .text%__1cJAssemblerEmovw6MnHAddress_pnMRegisterImpl__v_; 6689 4340 text: .text%__1cJAssemblerGmovsbl6MpnMRegisterImpl_nHAddress__v_; 6690 text: .text%__1cMrax_RegLOperFclone6kM_pnIMachOper__;6691 4341 text: .text%__1cMorL_rRegNodeLout_RegMask6kM_rknHRegMask__; 6692 text: .text%__1cTconvD2F_reg_regNodeHtwo_adr6kM_I_;6693 4342 text: .text%__1cUParallelScavengeHeapHcollect6MnHGCCauseFCause__v_; 6694 4343 text: .text%__1cJLoadDNodeJideal_reg6kM_I_; … … 6697 4346 text: .text%__1cOMacroAssemblerMcall_VM_leaf6MpCi_v_; 6698 4347 text: .text%__1cPcheckCastPPNodeIpipeline6kM_pknIPipeline__; 6699 text: .text%__1cJAssemblerFpopaq6M_v_;6700 4348 text: .text%__1cSmembar_acquireNodeIpipeline6kM_pknIPipeline__; 6701 4349 text: .text%__1cKimmL10OperJnum_edges6kM_I_; 6702 4350 text: .text%Unsafe_StaticFieldBaseFromField; 6703 text: .text%__1cLcastP2LNodeHsize_of6kM_I_;6704 text: .text%__1cQmulI_mem_immNodeRis_cisc_alternate6kM_i_;6705 4351 text: .text%__1cMsubD_regNodeHtwo_adr6kM_I_; 6706 text: .text%__1cZInterpreterMacroAssemblerSnotify_method_exit6MnITosState__v_;6707 4352 text: .text%__1cRsubI_rReg_memNodeHsize_of6kM_I_; 6708 text: .text%__1cTconvL2F_reg_regNodeHtwo_adr6kM_I_;6709 text: .text%__1cNReservedSpace2t6MpcL_v_;6710 text: .text%__1cKmul_hiNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6711 text: .text%__1cSmembar_acquireNodeJnum_opnds6kM_I_;6712 text: .text%__1cQsarL_rReg_63NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6713 4353 text: .text%__1cJAssemblerMemit_arith_b6MiipnMRegisterImpl_i_v_; 6714 text: .text%__1cPsarL_rReg_2NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6715 text: .text%__1cLdivL_10NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6716 text: .text%__1cNTemplateTableXresolve_cache_and_index6FipnMRegisterImpl_2_v_;6717 4354 text: .text%__1cNTemplateTableZjvmti_post_fast_field_mod6F_v_; 6718 4355 text: .text%JVM_GC; 6719 4356 text: .text%__1cNTemplateTablePfast_storefield6FnITosState__v_; 6720 4357 text: .text%__1cNTemplateTableQfast_accessfield6FnITosState__v_; 6721 text: .text%__1cScompP_rReg_memNodeJnum_opnds6kM_I_;6722 text: .text%__1cIPSOldGenSexpand_to_reserved6M_i_;6723 text: .text%__1cQmulI_mem_immNodeJnum_opnds6kM_I_;6724 text: .text%__1cIPSOldGenJexpand_by6ML_i_;6725 4358 text: .text%__1cIPSOldGenGexpand6ML_v_; 6726 4359 text: .text%__1cIPSOldGenXexpand_and_cas_allocate6ML_pnIHeapWord__; 6727 4360 text: .text%__1cPsarL_rReg_1NodeHtwo_adr6kM_I_; 6728 4361 text: .text%__1cJAssemblerFtestb6MpnMRegisterImpl_i_v_; 6729 text: .text%__1cXpartialSubtypeCheckNodeHtwo_adr6kM_I_;6730 4362 text: .text%__1cMsubF_regNodeHtwo_adr6kM_I_; 6731 text: .text%__1cZInterpreterMacroAssemblerRget_constant_pool6MpnMRegisterImpl__v_;6732 4363 text: .text%__1cRaddL_rReg_memNodeFreloc6kM_i_; 6733 4364 text: .text%__1cVMoveL2D_reg_stackNodeLout_RegMask6kM_rknHRegMask__; 6734 4365 text: .text%__1cScompP_rReg_memNodeOmemory_operand6kM_pknIMachOper__; 6735 text: .text%__1cPsarL_rReg_1NodeJnum_opnds6kM_I_;6736 4366 text: .text%__1cOGenerateOopMapGdo_jsr6Mi_v_; 6737 4367 text: .text%__1cMmulF_memNodeHtwo_adr6kM_I_; 6738 text: .text%__1cScompP_rReg_memNodeRis_cisc_alternate6kM_i_;6739 text: .text%__1cLPSMarkSweepGinvoke6Fpii_v_;6740 4368 text: .text%__1cOcmovD_regUNodeLout_RegMask6kM_rknHRegMask__; 6741 4369 text: .text%__1cNcmovL_memNodeLout_RegMask6kM_rknHRegMask__; 6742 text: .text%__1cTconvF2I_reg_regNodeHtwo_adr6kM_I_;6743 4370 text: .text%__1cMmulF_immNodeKconst_size6kM_i_; 6744 4371 text: .text%__1cZInterpreterMacroAssemblerbGget_unsigned_2_byte_index_at_bcp6MpnMRegisterImpl_i_v_; … … 6749 4376 text: .text%__1cJloadDNodeFreloc6kM_i_; 6750 4377 text: .text%__1cMincL_memNodeOmemory_operand6kM_pknIMachOper__; 6751 text: .text%__1cNaddL_rRegNodeMcisc_version6Mi_pnIMachNode__;6752 text: .text%__1cCosHSolarisSset_signal_handler6Fiii_v_;6753 4378 text: .text%__1cNinstanceKlassSremove_osr_nmethod6MpnHnmethod__v_; 6754 4379 text: .text%__1cTconvD2F_reg_regNodeQuse_cisc_RegMask6M_v_; 6755 4380 text: .text%__1cKMemoryPoolLadd_manager6MpnNMemoryManager__v_; 6756 4381 text: .text%__1cMmulD_memNodeLout_RegMask6kM_rknHRegMask__; 6757 text: .text%__1cLClassLoaderbCupdate_class_path_entry_list6Fpkc_v_;6758 4382 text: .text%__1cMsubF_memNodeLout_RegMask6kM_rknHRegMask__; 6759 4383 text: .text%__1cOcmovI_regUNodeQuse_cisc_RegMask6M_v_; 6760 text: .text%__1cTconvL2D_reg_memNodeRis_cisc_alternate6kM_i_;6761 text: .text%__1cLOptoRuntimeRresolve_call_Type6F_pknITypeFunc__;6762 text: .text%__1cHciKlassIis_klass6M_i_;6763 4384 text: .text%__1cPPerfDataManagerKname_space6Fpkci_pc_; 6764 text: .text%__1cKScopeValuePis_constant_int6kM_i_;6765 4385 text: .text%jni_RegisterNatives: jni.o; 6766 4386 text: .text%Unsafe_GetNativeFloat; 6767 text: .text%__1cMsubF_memNodeZcheck_for_anti_dependence6kM_i_;6768 4387 text: .text%JVM_GetClassDeclaredFields; 6769 4388 text: .text%__1cMsubF_regNodeQuse_cisc_RegMask6M_v_; 6770 4389 text: .text%__1cJMemRegion2t6M_v_; 6771 4390 text: .text%jni_SetStaticObjectField: jni.o; 6772 text: .text%__1cQsalL_rReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6773 4391 text: .text%__1cCosEstat6FpkcpnEstat__i_; 6774 text: .text%__1cJArgumentsRverify_percentage6FLpkc_i_;6775 4392 text: .text%__1cLOptoRuntimeTmultianewarray_Type6Fi_pknITypeFunc__; 6776 4393 text: .text%__1cRComputeEntryStackHdo_long6M_v_; 6777 4394 text: .text%__1cHnmethodVinvalidate_osr_method6M_v_; 6778 text: .text%__1cMaddF_memNodeZcheck_for_anti_dependence6kM_i_;6779 4395 text: .text%__1cNMemoryManagerIadd_pool6MpnKMemoryPool__v_; 6780 4396 text: .text%jni_SetObjectField: jni.o; 6781 text: .text%__1cLConvD2INodeFIdeal6MpnIPhaseGVN_i_pnENode__;6782 text: .text%__1cJAssemblerEcall6MpnMRegisterImpl_nJrelocInfoJrelocType__v_;6783 4397 text: .text%__1cJloadDNodeOmemory_operand6kM_pknIMachOper__; 6784 4398 text: .text%__1cLConvD2INodeIIdentity6MpnOPhaseTransform__pnENode__; 6785 4399 text: .text%__1cOBasicHashtable2t6Mii_v_; 6786 text: .text%__1cCosHSolarisOis_sig_ignored6Fi_i_;6787 text: .text%__1cNandI_rRegNodeMcisc_version6Mi_pnIMachNode__;6788 text: .text%__1cNcmovL_memNodeZcheck_for_anti_dependence6kM_i_;6789 4400 text: .text%__1cOPhaseIdealLoopJclone_iff6MpnHPhiNode_pnNIdealLoopTree__pnIBoolNode__; 6790 4401 text: .text%__1cMTailJumpNodeGOpcode6kM_i_; … … 6796 4407 text: .text%JVM_LoadLibrary; 6797 4408 text: .text%JVM_Sleep; 6798 text: .text%__1cNReservedSpaceKinitialize6MLLipc_v_;6799 4409 text: .text%__1cHOrLNodeLbottom_type6kM_pknEType__; 6800 4410 text: .text%__1cOstackSlotIOperFscale6kM_i_; … … 6805 4415 text: .text%__1cLloadSSINodeErule6kM_I_; 6806 4416 text: .text%__1cLConvI2DNodeFValue6kMpnOPhaseTransform__pknEType__; 6807 text: .text%__1cVMoveF2I_reg_stackNodePoper_input_base6kM_I_;6808 4417 text: .text%__1cLConvL2FNodeFValue6kMpnOPhaseTransform__pknEType__; 6809 4418 text: .text%__1cIDivDNodeJideal_reg6kM_I_; … … 6815 4424 text: .text%jni_MonitorEnter: jni.o; 6816 4425 text: .text%__1cHciKlass2t6MnLKlassHandle_pnIciSymbol__v_; 6817 text: .text%__1cPciInstanceKlassbDcompute_shared_is_initialized6M_i_;6818 4426 text: .text%__1cNGrowableArray4CpnIPerfData__Praw_at_put_grow6Mirk14_v_; 6819 4427 text: .text%__1cFciEnvOrecord_failure6Mpkc_v_; … … 6823 4431 text: .text%__1cOstackSlotDOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_; 6824 4432 text: .text%__1cOcmovI_regUNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6825 text: .text%__1cKReturnNodeUdepends_only_on_test6kM_i_;6826 4433 text: .text%__1cNcmovL_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6827 4434 text: .text%__1cTconvD2F_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 6829 4436 text: .text%__1cTconvF2I_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6830 4437 text: .text%__1cTconvL2F_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6831 text: .text%__1cMsubD_immNodeJnum_opnds6kM_I_;6832 text: .text%__1cVMoveL2D_reg_stackNodeJnum_opnds6kM_I_;6833 4438 text: .text%__1cRaddI_mem_rRegNodeOmemory_operand6kM_pknIMachOper__; 6834 4439 text: .text%__1cNTemplateTableH_return6FnITosState__v_; … … 6839 4444 text: .text%__1cNSharedRuntimeEdrem6Fdd_d_; 6840 4445 text: .text%__1cRaddI_rReg_immNodeIpipeline6kM_pknIPipeline__; 6841 text: .text%__1cMloadConDNodeFclone6kM_pnENode__;6842 4446 text: .text%__1cScompP_rReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6843 text: .text%__1cKC2IAdapterXreturn_from_interpreter6M_pC_;6844 text: .text%__1cKC2IAdapterRsetup_stack_frame6MnFframe_pnLvframeArray__v_;6845 text: .text%__1cIregDOperFclone6kM_pnIMachOper__;6846 4447 text: .text%__1cJAssemblerGmovswl6MpnMRegisterImpl_nHAddress__v_; 6847 4448 text: .text%__1cMsubF_memNodeErule6kM_I_; 6848 text: .text%__1cIimmDOperFclone6kM_pnIMachOper__;6849 4449 text: .text%__1cOMacroAssemblerQload_signed_byte6MpnMRegisterImpl_nHAddress__i_; 6850 text: .text%__1cKC2IAdapterSunpack_c2i_adapter6MnFframe_1pnLvframeArray__v_;6851 4450 text: .text%__1cNdivI_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6852 4451 text: .text%__1cRMachSpillCopyNodeHsize_of6kM_I_; … … 6862 4461 text: .text%__1cMmulF_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 6863 4462 text: .text%__1cCosZvm_allocation_granularity6F_i_; 6864 text: .text%__1cJAssemblerFpopfq6M_v_;6865 text: .text%__1cCosOreserve_memory6FLpc_1_;6866 4463 text: .text%Unsafe_ObjectFieldOffset; 6867 text: .text%__1cUParallelScavengeHeapEkind6M_nNCollectedHeapEName__;6868 text: .text%__1cKMemoryPool2t6Mpkcn0AIPoolType_LLii_v_;6869 4464 text: .text%__1cNSpaceCounters2t6MpkciLpnMMutableSpace_pnSGenerationCounters__v_; 6870 4465 text: .text%__1cMNativeLookupTbase_library_lookup6Fpkc22_pC_; 6871 text: .text%__1cMaddF_memNodeRis_cisc_alternate6kM_i_;6872 4466 text: .text%__1cOcompiledVFrameUresolve_monitor_lock6kMnILocation__pnJBasicLock__; 6873 text: .text%__1cTconvD2I_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6874 4467 text: .text%__1cQjava_lang_ThreadKset_daemon6FpnHoopDesc__v_; 6875 4468 text: .text%__1cKCompiledICSset_to_megamorphic6MpnICallInfo_nJBytecodesECode_pnGThread__v_; 6876 text: .text%__1cNReservedSpaceKfirst_part6MLii_0_;6877 4469 text: .text%__1cNCellTypeStateImake_any6Fi_0_; 6878 4470 text: .text%__1cMorL_rRegNodeQuse_cisc_RegMask6M_v_; 6879 4471 text: .text%__1cNTemplateTableFaload6Fi_v_; 6880 text: .text%__1cISubFNodeFIdeal6MpnIPhaseGVN_i_pnENode__;6881 text: .text%__1cMnegF_regNodeJnum_opnds6kM_I_;6882 text: .text%__1cINegDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;6883 text: .text%__1cKCompiledICOis_megamorphic6kM_i_;6884 4472 text: .text%__1cXNativeSignatureIteratorJdo_double6M_v_; 6885 4473 text: .text%__1cISubDNodeGadd_id6kM_pknEType__; … … 6894 4482 text: .text%__1cNstoreImmPNodeFreloc6kM_i_; 6895 4483 text: .text%__1cNSharedRuntimeVhandle_ic_miss_helper6FpnKJavaThread_pnGThread__nMmethodHandle__; 6896 text: .text%__1cLOptoRuntimebBhandle_wrong_method_ic_miss6FpnKJavaThread__pC_;6897 4484 text: .text%__1cKJavaThreadUremove_monitor_chunk6MpnMMonitorChunk__v_; 6898 4485 text: .text%__1cKJavaThreadRadd_monitor_chunk6MpnMMonitorChunk__v_; 6899 4486 text: .text%__1cNReservedSpace2t6ML_v_; 6900 4487 text: .text%__1cPPerfDataManagerUcreate_long_variable6FnJCounterNS_pkcnIPerfDataFUnits_pnUPerfLongSampleHelper_pnGThread__pnQPerfLongVariable__; 6901 text: .text%__1cNmulL_rRegNodeMcisc_version6Mi_pnIMachNode__;6902 text: .text%__1cNmulI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6903 text: .text%__1cTGeneratePairingInfoOreport_results6kM_i_;6904 4488 text: .text%Unsafe_GetNativeByte; 6905 4489 text: .text%__1cbEJvmtiDynamicCodeEventCollector2T6M_v_; 6906 4490 text: .text%__1cFframebLprevious_monitor_in_interpreter_frame6kMpnPBasicObjectLock__2_; 6907 4491 text: .text%__1cbEJvmtiDynamicCodeEventCollector2t6M_v_; 6908 text: .text%__1cOMacroAssemblerQload_signed_word6MpnMRegisterImpl_nHAddress__i_;6909 text: .text%__1cQOopMapCacheEntryPfill_for_native6M_v_;6910 4492 text: .text%__1cFStateP_sub_Op_ConvD2I6MpknENode__v_; 6911 text: .text%__1cJAssemblerGpushfq6M_v_;6912 4493 text: .text%__1cKVtableStubRpd_code_alignment6F_i_; 6913 4494 text: .text%__1cJAssemblerDorl6MpnMRegisterImpl_2_v_; 6914 text: .text%__1cIDivFNodeFIdeal6MpnIPhaseGVN_i_pnENode__;6915 4495 text: .text%__1cINegDNodeJideal_reg6kM_I_; 6916 text: .text%__1cODeoptimizationZtrap_state_set_recompiled6Fii_i_;6917 text: .text%__1cPshrL_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;6918 4496 text: .text%__1cTconvF2D_reg_memNodeIpipeline6kM_pknIPipeline__; 6919 4497 text: .text%__1cKklassKlassOset_alloc_size6MI_v_; … … 6922 4500 text: .text%__1cMsubF_memNodeHtwo_adr6kM_I_; 6923 4501 text: .text%__1cINegFNodeLbottom_type6kM_pknEType__; 6924 text: .text%__1cRaddL_rReg_memNodeZcheck_for_anti_dependence6kM_i_;6925 text: .text%__1cLVtableStubsLcreate_stub6FiipnNmethodOopDesc__pC_;6926 4502 text: .text%__1cMmulL_memNodeFreloc6kM_i_; 6927 text: .text%__1cLVtableStubsGlookup6Fiii_pnKVtableStub__;6928 4503 text: .text%__1cMMonitorValue2t6MpnTDebugInfoReadStream__v_; 6929 4504 text: .text%__1cFStateM_sub_Op_NegD6MpknENode__v_; 6930 4505 text: .text%__1cOtailjmpIndNodePoper_input_base6kM_I_; 6931 text: .text%__1cNStubGeneratorYgenerate_throw_exception6MpkcpCi_3_;6932 text: .text%__1cISubDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;6933 4506 text: .text%__1cPPerfDataManagerKname_space6Fpkc2i_pc_; 6934 text: .text%__1cLVtableStubsOis_entry_point6FpC_i_;6935 4507 text: .text%__1cNstoreImmPNodeLout_RegMask6kM_rknHRegMask__; 6936 text: .text%__1cHRetNodeJnum_opnds6kM_I_;6937 4508 text: .text%__1cIDivINodeJideal_reg6kM_I_; 6938 4509 text: .text%__1cRInvocationCounterDdef6Fn0AFState_ipFnMmethodHandle_pnGThread__pC_v_; … … 6945 4516 text: .text%__1cMorL_rRegNodeHtwo_adr6kM_I_; 6946 4517 text: .text%__1cOMacroAssemblerNpop_CPU_state6M_v_; 6947 text: .text%__1cMmulF_memNodeRis_cisc_alternate6kM_i_;6948 4518 text: .text%__1cOMacroAssemblerOpush_CPU_state6M_v_; 6949 4519 text: .text%__1cOMacroAssemblerNpop_FPU_state6M_v_; … … 6956 4526 text: .text%__1cRaddL_rReg_memNodeLout_RegMask6kM_rknHRegMask__; 6957 4527 text: .text%__1cMaddF_memNodeOmemory_operand6kM_pknIMachOper__; 6958 text: .text%__1cRClassPathZipEntry2t6Mppvpc_v_;6959 text: .text%__1cNTemplateTableOprepare_invoke6FpnMRegisterImpl_2inJBytecodesECode__v_;6960 4528 text: .text%__1cVMoveF2I_reg_stackNodeErule6kM_I_; 6961 4529 text: .text%__1cJAssemblerEandq6MpnMRegisterImpl_2_v_; … … 6968 4536 text: .text%__1cMaddD_regNodeHtwo_adr6kM_I_; 6969 4537 text: .text%__1cLConvD2FNodeFValue6kMpnOPhaseTransform__pknEType__; 6970 text: .text%__1cNTemplateTablebAload_invoke_cp_cache_entry6FipnMRegisterImpl_22ii_v_;6971 text: .text%__1cNTemplateTableZload_field_cp_cache_entry6FipnMRegisterImpl_22i_v_;6972 4538 text: .text%__1cJAssemblerEcmpb6MnHAddress_i_v_; 6973 4539 text: .text%__1cCosGsignal6Fipv_1_; 6974 text: .text%__1cLClassLoaderSget_canonical_path6Fpc1i_i_;6975 text: .text%__1cLClassLoaderXcreate_class_path_entry6FpcnEstat_ppnOClassPathEntry__v_;6976 4540 text: .text%__1cMsubD_immNodeHtwo_adr6kM_I_; 6977 text: .text%__1cLklassVtableTis_miranda_entry_at6Mi_i_;6978 4541 text: .text%__1cKPSScavengeZclean_up_failed_promotion6F_v_; 6979 text: .text%__1cNTemplateTableJfloat_cmp6Fii_v_;6980 4542 text: .text%JVM_Available; 6981 text: .text%__1cJAssemblerHucomiss6MpnRFloatRegisterImpl_2_v_;6982 text: .text%__1cZInterpreterMacroAssemblerRprofile_checkcast6MipnMRegisterImpl__v_;6983 4543 text: .text%__1cIAddDNodeIIdentity6MpnOPhaseTransform__pnENode__; 6984 4544 text: .text%__1cJAssemblerFimulq6MpnMRegisterImpl_2_v_; … … 6993 4553 text: .text%__1cNTemplateTableGistore6Fi_v_; 6994 4554 text: .text%__1cIRetTableHadd_jsr6Mii_v_; 6995 text: .text%__1cMincL_memNodeHtwo_adr6kM_I_;6996 4555 text: .text%__1cKPSYoungGenOobject_iterate6MpnNObjectClosure__v_; 6997 text: .text%__1cNGrowableArray4CpnLmarkOopDesc__2t6Mii_v_;6998 text: .text%__1cUCompressedReadStreamJread_long6M_x_;6999 4556 text: .text%__1cISubDNodeJideal_reg6kM_I_; 7000 text: .text%__1cWNonPrintingResourceObj2n6FLnLResourceObjPallocation_type__pv_;7001 4557 text: .text%__1cNTemplateTableFdload6Fi_v_; 7002 4558 text: .text%__1cNTemplateTableFfload6Fi_v_; 7003 text: .text%__1cPaddress_of_flag6FnXCommandLineFlagWithType__pnEFlag__: globals.o;7004 4559 text: .text%__1cNTemplateTableFlload6Fi_v_; 7005 4560 text: .text%__1cNTemplateTableFiload6Fi_v_; 7006 4561 text: .text%__1cMmulI_memNodePoper_input_base6kM_I_; 7007 text: .text%__1cOcompL_rRegNodeMcisc_version6Mi_pnIMachNode__;7008 4562 text: .text%__1cNGrowableArray4CpnLmarkOopDesc__Uclear_and_deallocate6M_v_; 7009 4563 text: .text%__1cMLinkResolverbBlookup_method_in_interfaces6FrnMmethodHandle_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; 7010 text: .text%__1cOcompI_rRegNodeFclone6kM_pnENode__;7011 text: .text%__1cRsubI_rReg_memNodeFclone6kM_pnENode__;7012 text: .text%__1cLcastP2LNodeFclone6kM_pnENode__;7013 4564 text: .text%__1cKExceptionsK_throw_oop6FpnGThread_pkcipnHoopDesc__v_; 7014 4565 text: .text%__1cRaddL_rReg_memNodeErule6kM_I_; 7015 4566 text: .text%__1cOMacroAssemblerLstore_check6MpnMRegisterImpl__v_; 7016 text: .text%__1cOsalI_mem_1NodeHtwo_adr6kM_I_;7017 4567 text: .text%__1cHRetNodeIpipeline6kM_pknIPipeline__; 7018 text: .text%__1cVMoveL2D_reg_stackNodeHtwo_adr6kM_I_;7019 text: .text%__1cRaddL_mem_rRegNodeHtwo_adr6kM_I_;7020 text: .text%__1cJloadPNodeFclone6kM_pnENode__;7021 text: .text%__1cJloadBNodeFclone6kM_pnENode__;7022 4568 text: .text%__1cRaddL_rReg_memNodeHtwo_adr6kM_I_; 7023 4569 text: .text%__1cMmulF_regNodeQuse_cisc_RegMask6M_v_; 7024 4570 text: .text%__1cMaddF_memNodeLout_RegMask6kM_rknHRegMask__; 7025 4571 text: .text%__1cJAssemblerEmovb6MnHAddress_i_v_; 7026 text: .text%__1cIAddDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;7027 4572 text: .text%Unsafe_AllocateMemory; 7028 4573 text: .text%__1cVMoveF2I_reg_stackNodeLout_RegMask6kM_rknHRegMask__; 7029 4574 text: .text%__1cJAssemblerHfxrstor6MnHAddress__v_; 7030 4575 text: .text%__1cJAssemblerGfxsave6MnHAddress__v_; 7031 text: .text%__1cHCompilePget_invoke_name6M_pnIciSymbol__;7032 4576 text: .text%__1cJAssemblerEsetb6Mn0AJCondition_pnMRegisterImpl__v_; 7033 text: .text%__1cNxorI_rRegNodeMcisc_version6Mi_pnIMachNode__;7034 text: .text%__1cMVM_OperationNdoit_prologue6M_i_;7035 4577 text: .text%__1cNGCTaskManagerGthread6MI_pnMGCTaskThread__; 7036 4578 text: .text%__1cRConstantLongValue2t6MpnTDebugInfoReadStream__v_; 7037 text: .text%__1cRConstantLongValueQis_constant_long6kM_i_;7038 text: .text%__1cKScopeValuePis_constant_oop6kM_i_;7039 text: .text%__1cKScopeValueSis_constant_double6kM_i_;7040 4579 text: .text%__1cMmulD_memNodeHtwo_adr6kM_I_; 7041 text: .text%__1cVMoveF2I_reg_stackNodeHtwo_adr6kM_I_;7042 4580 text: .text%jni_CallStaticObjectMethod: jni.o; 7043 4581 text: .text%__1cNcmovL_memNodeHtwo_adr6kM_I_; … … 7046 4584 text: .text%__1cScompL_rReg_memNodeFreloc6kM_i_; 7047 4585 text: .text%__1cLloadSSINodeLout_RegMask6kM_rknHRegMask__; 7048 text: .text%__1cNGrowableArray4CpnIPerfData__2t6Mii_v_;7049 text: .text%__1cOCompilerThreadSis_Compiler_thread6kM_i_;7050 4586 text: .text%__1cTjava_lang_ThrowableLset_message6FpnHoopDesc_2_v_; 7051 4587 text: .text%__1cMPerfDataList2T6M_v_; 7052 text: .text%__1cLVtableStubsFenter6FiiipnKVtableStub__v_;7053 4588 text: .text%__1cMmulI_memNodeOmemory_operand6kM_pknIMachOper__; 7054 4589 text: .text%__1cOcmovD_regUNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7055 4590 text: .text%__1cNCompileBrokerUmake_compiler_thread6FpkcpnMCompileQdDueue_pnQCompilerCounters_pnGThread__pnOCompilerThread__; 7056 4591 text: .text%__1cNnegI_rRegNodeIpipeline6kM_pknIPipeline__; 7057 text: .text%__1cbCAbstractInterpreterGeneratorbHgenerate_exception_handler_common6Mpkc2i_pC_;7058 text: .text%__1cSCommandLineFlagsExKis_default6FnPCommandLineFlag__i_;7059 4592 text: .text%__1cJAssemblerEnegl6MpnMRegisterImpl__v_; 7060 text: .text%__1cUConstantOopReadValuePis_constant_oop6kM_i_;7061 text: .text%__1cHMatcherNlogDSupported6F_ki_;7062 4593 text: .text%__1cOGenerateOopMapRdo_multianewarray6Mii_v_; 7063 4594 text: .text%__1cLconvI2BNodeIpipeline6kM_pknIPipeline__; … … 7067 4598 text: .text%__1cQCompilerCounters2t6MpkcipnGThread__v_; 7068 4599 text: .text%__1cJCodeCachebCmake_marked_nmethods_zombies6F_v_; 7069 text: .text%__1cNVM_DeoptimizeEname6kM_pkc_;7070 4600 text: .text%__1cNTemplateTableHcall_VM6FpnMRegisterImpl_pC2_v_; 7071 4601 text: .text%__1cHThreadsbFdeoptimized_wrt_marked_nmethods6F_v_; 7072 text: .text%__1cSCommandLineFlagsExJboolAtPut6FnXCommandLineFlagWithType_i_v_;7073 text: .text%__1cMmulI_memNodeJnum_opnds6kM_I_;7074 4602 text: .text%__1cFStateM_sub_Op_CmpF6MpknENode__v_; 7075 4603 text: .text%__1cODeoptimizationVdeoptimize_dependents6F_i_; 7076 text: .text%__1cOtailjmpIndNodeGpinned6kM_i_;7077 text: .text%__1cQshrL_rReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7078 4604 text: .text%__1cJAssemblerGmovzbl6MpnMRegisterImpl_2_v_; 7079 4605 text: .text%__1cILogDNodeJideal_reg6kM_I_; 7080 text: .text%__1cMmulI_memNodeRis_cisc_alternate6kM_i_;7081 4606 text: .text%__1cRaddL_mem_rRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7082 4607 text: .text%__1cMincL_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 7084 4609 text: .text%__1cNcmovL_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7085 4610 text: .text%jni_CallStaticObjectMethodV: jni.o; 7086 text: .text%__1cMOopTaskQdDueueKinitialize6M_v_;7087 4611 text: .text%__1cMmulD_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7088 text: .text%__1cMOopTaskQdDueue2t6M_v_;7089 text: .text%__1cOLibraryCallKitbBinline_native_currentThread6M_i_;7090 4612 text: .text%__1cNMemoryManager2t6M_v_; 7091 4613 text: .text%__1cMaddF_immNodeKconst_size6kM_i_; 7092 4614 text: .text%__1cVMoveL2D_reg_stackNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7093 text: .text%__1cOLibraryCallKitSinline_math_native6MnMvmIntrinsicsCID__i_;7094 4615 text: .text%__1cFciEnvbNArrayIndexOutOfBoundsException_instance6M_pnKciInstance__; 7095 4616 text: .text%__1cMsubD_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 7097 4618 text: .text%__1cMaddF_immNodeFreloc6kM_i_; 7098 4619 text: .text%__1cMaddD_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7099 text: .text%__1cOCompilerThreadbCis_hidden_from_external_view6kM_i_;7100 text: .text%__1cNReservedSpaceJlast_part6ML_0_;7101 4620 text: .text%__1cMnegF_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7102 4621 text: .text%__1cMaddD_immNodeFreloc6kM_i_; … … 7104 4623 text: .text%__1cMaddD_immNodeKconst_size6kM_i_; 7105 4624 text: .text%jni_Throw: jni.o; 7106 text: .text%__1cRmulI_rReg_immNodeMcisc_version6Mi_pnIMachNode__;7107 4625 text: .text%__1cOsalI_mem_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7108 4626 text: .text%__1cSPSPromotionManager2t6M_v_; 7109 text: .text%__1cFKlassUoop_is_objArrayKlass6kM_i_;7110 4627 text: .text%__1cOMacroAssemblerLstore_check6MpnMRegisterImpl_nHAddress__v_; 7111 4628 text: .text%__1cOLibraryCallKitXgenerate_current_thread6MrpnENode__2_; 7112 4629 text: .text%__1cMsubF_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7113 text: .text%__1cJAssemblerFmovss6MpnRFloatRegisterImpl_2_v_;7114 4630 text: .text%JVM_GetLastErrorString; 7115 text: .text%__1cJAssemblerFmovsd6MpnRFloatRegisterImpl_2_v_;7116 4631 text: .text%__1cZInterpreterMacroAssemblerTprofile_switch_case6MpnMRegisterImpl_22_v_; 7117 4632 text: .text%__1cZInterpreterMacroAssemblerWprofile_switch_default6MpnMRegisterImpl__v_; 7118 4633 text: .text%__1cFStateM_sub_Op_SubF6MpknENode__v_; 7119 text: .text%__1cLVtableStubsScreate_vtable_stub6Fii_pnKVtableStub__;7120 4634 text: .text%JVM_GetInterfaceVersion; 7121 4635 text: .text%__1cKstoreBNodeErule6kM_I_; 7122 4636 text: .text%__1cKVtableStub2n6FLi_pv_; 7123 4637 text: .text%__1cJAssemblerEdecq6MpnMRegisterImpl__v_; 7124 text: .text%__1cZInterpreterMacroAssemblerUprofile_virtual_call6MpnMRegisterImpl_22_v_;7125 4638 text: .text%__1cOtailjmpIndNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7126 4639 text: .text%__1cCosFyield6F_v_; 7127 text: .text%__1cRaddI_mem_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7128 4640 text: .text%__1cOPSVirtualSpace2t6MnNReservedSpace_L_v_; 7129 text: .text%__1cOLibraryCallKitMinline_trans6MnMvmIntrinsicsCID__i_;7130 4641 text: .text%Unsafe_SetMemory; 7131 4642 text: .text%__1cCosIjvm_path6Fpci_v_; 7132 4643 text: .text%__1cJTimeStamp2t6M_v_; 7133 4644 text: .text%__1cZInterpreterMacroAssemblerUupdate_mdp_by_offset6MpnMRegisterImpl_2i_v_; 7134 text: .text%__1cLconvI2BNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7135 4645 text: .text%__1cSInterpreterRuntimeZSignatureHandlerGeneratorKpass_float6M_v_; 7136 4646 text: .text%__1cISubFNodeJideal_reg6kM_I_; … … 7138 4648 text: .text%__1cMSysClassPathNreset_item_at6Mi_v_; 7139 4649 text: .text%__1cFStateM_sub_Op_LogD6MpknENode__v_; 7140 text: .text%__1cFTypeDFempty6kM_i_;7141 text: .text%__1cZInterpreterMacroAssemblerVincrement_mdp_data_at6MpnMRegisterImpl_2i_v_;7142 text: .text%__1cJlookupOne6FpnHJNIEnv__pkcpnGThread__pnH_jclass__: jni.o;7143 4650 text: .text%__1cLloadSSINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7144 text: .text%__1cCosGgetenv6Fpkcpci_i_;7145 4651 text: .text%__1cZInterpreterMacroAssemblerLlock_object6MpnMRegisterImpl__v_; 7146 text: .text%__1cOtypeArrayKlassQarray_klass_impl6MipnGThread__pnMklassOopDesc__;7147 4652 text: .text%__1cISubFNodeGadd_id6kM_pknEType__; 7148 text: .text%__1cJArgumentsMbuild_string6Fppcpkc_v_;7149 4653 text: .text%__1cFStateM_sub_Op_SubD6MpknENode__v_; 7150 4654 text: .text%JVM_RegisterSignal; … … 7157 4661 text: .text%jni_GetDoubleArrayRegion: jni.o; 7158 4662 text: .text%__1cLloadSSDNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7159 text: .text%__1cVMoveF2I_reg_stackNodeJnum_opnds6kM_I_;7160 4663 text: .text%__1cJArgumentsObuild_jvm_args6Fpkc_v_; 7161 4664 text: .text%__1cOLibraryCallKitMpop_math_arg6M_pnENode__; 7162 4665 text: .text%__1cZInterpreterMacroAssemblerRgen_subtype_check6MpnMRegisterImpl_rnFLabel__v_; 7163 4666 text: .text%__1cFStateO_sub_Op_CMoveL6MpknENode__v_; 7164 text: .text%__1cJArgumentsMadd_property6Fpkc_i_;7165 4667 text: .text%__1cMVM_OperationNdoit_epilogue6M_v_; 7166 4668 text: .text%__1cOCompilerThread2t6MpnMCompileQdDueue_pnQCompilerCounters__v_; … … 7170 4672 text: .text%__1cNTemplateTableGfconst6Fi_v_; 7171 4673 text: .text%__1cNCompileBrokerUcompiler_thread_loop6F_v_; 7172 text: .text%__1cOtailjmpIndNodeHtwo_adr6kM_I_;7173 4674 text: .text%__1cQmulI_mem_immNodeFreloc6kM_i_; 7174 4675 text: .text%__1cNincI_rRegNodeIpipeline6kM_pknIPipeline__; … … 7178 4679 text: .text%__1cRaddI_mem_rRegNodeLout_RegMask6kM_rknHRegMask__; 7179 4680 text: .text%__1cMdivD_immNodeKconst_size6kM_i_; 7180 text: .text%__1cMmulD_memNodeRis_cisc_alternate6kM_i_;7181 4681 text: .text%__1cQObjectStartArrayKinitialize6MnJMemRegion__v_; 7182 4682 text: .text%__1cQObjectStartArraySset_covered_region6MnJMemRegion__v_; 7183 text: .text%__1cMsubF_memNodeRis_cisc_alternate6kM_i_;7184 4683 text: .text%__1cUGcThreadCountClosureJdo_thread6MpnGThread__v_; 7185 4684 text: .text%__1cNGrowableArray4CpnTDerivedPointerEntry__Egrow6Mi_v_; 7186 text: .text%__1cOtailjmpIndNodeJnum_opnds6kM_I_;7187 4685 text: .text%__1cPGCMemoryManagerXinitialize_gc_stat_info6M_v_; 7188 4686 text: .text%__1cPGCMemoryManager2t6M_v_; … … 7190 4688 text: .text%__1cTMaskFillerForNativeLpass_object6M_v_; 7191 4689 text: .text%__1cTMaskFillerForNativeJpass_long6M_v_; 7192 text: .text%__1cJMarkSweepUAdjustPointerClosure2t6Mi_v_;7193 4690 text: .text%__1cCosHrealloc6FpvL_1_; 7194 4691 text: .text%__1cCosWactive_processor_count6F_i_; 7195 text: .text%__1cSestimate_path_freq6FpnENode__f_: loopnode.o;7196 4692 text: .text%__1cCosNsigexitnum_pd6F_i_; 7197 4693 text: .text%__1cMLinkResolverbEvtable_index_of_miranda_method6FnLKlassHandle_nMsymbolHandle_2pnGThread__i_; 7198 text: .text%__1cOLibraryCallKitVinline_fp_conversions6MnMvmIntrinsicsCID__i_;7199 text: .text%__1cZcatch_cleanup_intra_block6FpnENode_1pnFBlock_ii_v_: lcm.o;7200 text: .text%__1cCosbCis_thread_cpu_time_supported6F_i_;7201 4694 text: .text%__1cLklassVtableQindex_of_miranda6MpnNsymbolOopDesc_2_i_; 7202 text: .text%__1cNdefaultStreamMhas_log_file6M_i_;7203 text: .text%__1cNcmovL_memNodeRis_cisc_alternate6kM_i_;7204 text: .text%__1cRalign_object_size6Fl_l_;7205 text: .text%__1cMarrayOopDescLheader_size6FnJBasicType__i_;7206 4695 text: .text%__1cNstoreImmBNodeErule6kM_I_; 7207 4696 text: .text%__1cNstoreImmINodeErule6kM_I_; 7208 text: .text%__1cLloadSSDNodeZcheck_for_anti_dependence6kM_i_;7209 4697 text: .text%__1cFParseMjump_if_join6MpnENode_2_2_; 7210 4698 text: .text%__1cKJNIHandlesQmake_weak_global6FnGHandle__pnI_jobject__; 7211 text: .text%__1cLloadSSINodeZcheck_for_anti_dependence6kM_i_;7212 4699 text: .text%__1cQJNI_FastGetFieldbEgenerate_fast_get_float_field06FnJBasicType__pC_; 7213 4700 text: .text%__1cFParseRdo_multianewarray6M_v_; 7214 text: .text%__1cMloadConDNodeGis_Con6kM_I_;7215 4701 text: .text%jni_NewWeakGlobalRef: jni.o; 7216 text: .text%__1cPfilename_to_pid6Fpkc_i_: perfMemory_solaris.o;7217 text: .text%__1cTis_directory_secure6Fpkc_i_: perfMemory_solaris.o;7218 4702 text: .text%jni_CallStaticVoidMethodV: jni.o; 7219 4703 text: .text%jni_CallStaticBooleanMethod: jni.o; 7220 4704 text: .text%__1cNGrowableArray4CpnNmethodOopDesc__Egrow6Mi_v_; 7221 text: .text%__1cRInvocationCounterMreinitialize6Fi_v_;7222 text: .text%__1cXpartialSubtypeCheckNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7223 text: .text%__1cTconvF2I_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7224 text: .text%__1cUInterpreterGeneratorVgenerate_native_entry6Mi_pC_;7225 4705 text: .text%__1cUInterpreterGeneratorLlock_method6M_v_; 7226 4706 text: .text%__1cNGrowableArray4CpC_Egrow6Mi_v_; 7227 4707 text: .text%__1cNGrowableArray4CL_Egrow6Mi_v_; 7228 text: .text%__1cObox_handleNodeHsize_of6kM_I_;7229 text: .text%__1cPsarL_rReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7230 4708 text: .text%__1cIPSOldGenKinitialize6MnNReservedSpace_Lpkci_v_; 7231 4709 text: .text%__1cIPSOldGenYinitialize_virtual_space6MnNReservedSpace_L_v_; 7232 4710 text: .text%__1cIPSOldGenPinitialize_work6Mpkci_v_; 7233 text: .text%__1cNdivI_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7234 text: .text%__1cbCAbstractInterpreterGeneratorTgenerate_error_exit6Mpkc_pC_;7235 4711 text: .text%__1cTAbstractInterpreterKinitialize6F_v_; 7236 4712 text: .text%__1cZInterpreterMacroAssemblerLprofile_ret6MpnMRegisterImpl_2_v_; … … 7238 4714 text: .text%__1cZInterpreterMacroAssemblerMprofile_call6MpnMRegisterImpl__v_; 7239 4715 text: .text%__1cOPSVirtualSpace2t6M_v_; 7240 text: .text%__1cOPSVirtualSpaceKinitialize6MnNReservedSpace_L_i_;7241 4716 text: .text%__1cZInterpreterMacroAssemblerSupdate_mdp_for_ret6MpnMRegisterImpl__v_; 7242 4717 text: .text%__1cZInterpreterMacroAssemblerPset_mdp_flag_at6MpnMRegisterImpl_i_v_; … … 7244 4719 text: .text%__1cZInterpreterMacroAssemblerSsuper_call_VM_leaf6MpCpnMRegisterImpl__v_; 7245 4720 text: .text%__1cKReflectionbFbasic_type_arrayklass_to_mirror6FpnMklassOopDesc_pnGThread__pnHoopDesc__; 7246 text: .text%__1cMAdapterCache2t6M_v_;7247 text: .text%__1cSComputeAdapterInfoIdo_array6Mii_v_;7248 text: .text%__1cGatomll6Fpkcpx_i_: arguments.o;7249 text: .text%__1cJArgumentsRcheck_memory_size6Fxx_n0AJArgsRange__;7250 4721 text: .text%__1cJArgumentsVset_parallel_gc_flags6F_v_; 7251 text: .text%__1cYalign_to_allocation_size6FL_L_: heap.o;7252 text: .text%__1cJArgumentsRparse_memory_size6Fpkcpxx_n0AJArgsRange__;7253 text: .text%__1cJArgumentsXPropertyList_unique_add6FppnOSystemProperty_pkcpc_v_;7254 4722 text: .text%__1cQAgentLibraryList2t6M_v_; 7255 text: .text%__1cFKlassVoop_is_typeArrayKlass6kM_i_;7256 4723 text: .text%__1cMmulF_memNodeOmemory_operand6kM_pknIMachOper__; 7257 4724 text: .text%__1cJAssemblerGmovsbl6MpnMRegisterImpl_2_v_; 7258 4725 text: .text%__1cJAssemblerGmovswl6MpnMRegisterImpl_2_v_; 7259 text: .text%__1cLOptoRuntimebDlazy_c2i_adapter_generation_C6FpnKJavaThread__pC_;7260 text: .text%__1cLOptoRuntimeVgenerate_handler_blob6FpCi_pnNSafepointBlob__;7261 4726 text: .text%__1cRaddL_mem_rRegNodeOmemory_operand6kM_pknIMachOper__; 7262 4727 text: .text%__1cJAssemblerGmovzwl6MpnMRegisterImpl_2_v_; 7263 text: .text%__1cJAssemblerFmovdq6MpnMRegisterImpl_pnRFloatRegisterImpl__v_;7264 4728 text: .text%__1cRComputeEntryStackIdo_float6M_v_; 7265 4729 text: .text%__1cJAssemblerFcmovl6Mn0AJCondition_pnMRegisterImpl_nHAddress__v_; 7266 text: .text%__1cSReferenceProcessor2t6MnJMemRegion_iii_v_;7267 4730 text: .text%__1cJAssemblerEaddl6MnHAddress_pnMRegisterImpl__v_; 7268 4731 text: .text%__1cOGenerateOopMapTadd_to_ref_init_set6Mi_v_; 7269 4732 text: .text%__1cJAssemblerEcmpq6MpnMRegisterImpl_i_v_; 7270 text: .text%__1cJAssemblerHucomisd6MpnRFloatRegisterImpl_2_v_;7271 4733 text: .text%__1cJAssemblerFidivl6MpnMRegisterImpl__v_; 7272 4734 text: .text%__1cJAssemblerFidivq6MpnMRegisterImpl__v_; … … 7275 4737 text: .text%__1cJAssemblerEleal6MpnMRegisterImpl_nHAddress__v_; 7276 4738 text: .text%__1cJAssemblerDorq6MnHAddress_i_v_; 7277 text: .text%__1cWStubGenerator_generate6FpnKCodeBuffer_i_v_;7278 4739 text: .text%__1cJStubQdDueue2t6MpnNStubInterface_ipnFMutex_pkc_v_; 7279 4740 text: .text%__1cMGCTaskThreadDrun6M_v_; … … 7285 4746 text: .text%__1cNGCTaskManagerKset_thread6MIpnMGCTaskThread__v_; 7286 4747 text: .text%__1cJAssemblerHldmxcsr6MnHAddress__v_; 7287 text: .text%__1cJAssemblerFxorps6MpnRFloatRegisterImpl_2_v_;7288 4748 text: .text%__1cKcastPPNodeEsize6kMpnNPhaseRegAlloc__I_; 7289 4749 text: .text%__1cMPeriodicTask2t6ML_v_; 7290 4750 text: .text%__1cMPeriodicTaskGenroll6M_v_; 7291 text: .text%__1cPOopTaskQdDueueSetOregister_queue6MipnMOopTaskQdDueue__v_;7292 text: .text%__1cOMacroAssemblerHcall_VM6MpnMRegisterImpl_pC222i_v_;7293 4751 text: .text%__1cNTemplateTableHcall_VM6FpnMRegisterImpl_pC_v_; 7294 4752 text: .text%__1cNTemplateTableHcall_VM6FpnMRegisterImpl_pC22_v_; … … 7298 4756 text: .text%__1cNTemplateTableGlconst6Fi_v_; 7299 4757 text: .text%__1cNTemplateTableGdconst6Fi_v_; 7300 text: .text%__1cNTemplateTableDldc6Fi_v_;7301 4758 text: .text%__1cNTemplateTableHcastore6F_v_; 7302 text: .text%__1cPdouble_quadword6Fpxxx_0_: templateTable_amd64.o;7303 4759 text: .text%__1cNTemplateTableKif_nullcmp6Fn0AJCondition__v_; 7304 4760 text: .text%__1cNTemplateTableHif_acmp6Fn0AJCondition__v_; 7305 text: .text%__1cNTemplateTableSgetfield_or_static6Fii_v_;7306 text: .text%__1cNTemplateTableUjvmti_post_field_mod6Fii_v_;7307 text: .text%__1cNTemplateTableSputfield_or_static6Fii_v_;7308 4761 text: .text%__1cNTemplateTableUinvokevirtual_helper6FpnMRegisterImpl_22_v_; 7309 4762 text: .text%__1cEMIN24CL_6FTA0_0_; … … 7313 4766 text: .text%__1cLNamedThread2t6M_v_; 7314 4767 text: .text%__1cLNamedThreadIset_name6MpkcE_v_; 7315 text: .text%__1cOMacroAssemblerQserialize_memory6MpnMRegisterImpl_22_v_;7316 text: .text%__1cIDivDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;7317 4768 text: .text%__1cIDivDNodeIIdentity6MpnOPhaseTransform__pnENode__; 7318 4769 text: .text%__1cFStatebB_sub_Op_PartialSubtypeCheck6MpknENode__v_; … … 7323 4774 text: .text%__1cFStateP_sub_Op_ConvF2I6MpknENode__v_; 7324 4775 text: .text%__1cFStateP_sub_Op_ConvD2F6MpknENode__v_; 7325 text: .text%__1cRcheck_if_clipping6FpknKRegionNode_rpnGIfNode_5_i_: cfgnode.o;7326 text: .text%__1cWcheck_compare_clipping6FipnGIfNode_pnHConNode_rpnENode__i_: cfgnode.o;7327 text: .text%__1cIciObjectOis_array_klass6M_i_;7328 4776 text: .text%__1cScompP_rReg_memNodeFreloc6kM_i_; 7329 4777 text: .text%__1cKCastPPNodeJideal_reg6kM_I_; 7330 4778 text: .text%__1cLMoveF2INodeFValue6kMpnOPhaseTransform__pknEType__; 7331 text: .text%__1cFTypeDJis_finite6kM_i_;7332 4779 text: .text%__1cLMoveL2DNodeFValue6kMpnOPhaseTransform__pknEType__; 7333 4780 text: .text%__1cTconvL2D_reg_memNodeFreloc6kM_i_; … … 7335 4782 text: .text%__1cMmulF_memNodeFreloc6kM_i_; 7336 4783 text: .text%__1cMaddF_memNodeFreloc6kM_i_; 7337 text: .text%__1cLConvF2INodeFIdeal6MpnIPhaseGVN_i_pnENode__;7338 4784 text: .text%__1cLConvF2INodeIIdentity6MpnOPhaseTransform__pnENode__; 7339 4785 text: .text%__1cLConvD2FNodeIIdentity6MpnOPhaseTransform__pnENode__; 7340 text: .text%__1cOcompP_rRegNodeMcisc_version6Mi_pnIMachNode__;7341 4786 text: .text%__1cKciTypeFlowLStateVectorRdo_multianewarray6MpnQciBytecodeStream__v_; 7342 text: .text%__1cMorI_rRegNodeMcisc_version6Mi_pnIMachNode__;7343 4787 text: .text%__1cRCollectorCounters2t6Mpkci_v_; 7344 4788 text: .text%Unsafe_CompareAndSwapObject; … … 7348 4792 text: .text%__1cINegFNodeJideal_reg6kM_I_; 7349 4793 text: .text%__1cMVirtualSpace2t6M_v_; 7350 text: .text%__1cMVirtualSpaceKinitialize6MnNReservedSpace_L_i_;7351 text: .text%__1cHMatcherQconvL2FSupported6F_ki_;7352 4794 text: .text%__1cLConvD2FNodeJideal_reg6kM_I_; 7353 4795 text: .text%__1cLConvF2INodeJideal_reg6kM_I_; … … 7365 4807 text: .text%__1cLOptoRuntimeIgenerate6FpnFciEnv__v_; 7366 4808 text: .text%__1cMmulD_memNodeOmemory_operand6kM_pknIMachOper__; 7367 text: .text%__1cYSurvivorMutableSpacePool2t6MpnKPSYoungGen_pkcnKMemoryPoolIPoolType_i_v_;7368 4809 text: .text%__1cParrayKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7369 text: .text%__1cFKlassUoop_is_instanceKlass6kM_i_;7370 4810 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: arguments.o; 7371 4811 text: .text%__1cJArgumentsWPropertyList_get_value6FpnOSystemProperty_pkc_4_; 7372 4812 text: .text%__1cJArgumentsFparse6FpknOJavaVMInitArgs__i_; 7373 4813 text: .text%__1cKNoopGCTaskQcreate_on_c_heap6F_p0_; 7374 text: .text%__1cJArgumentsbSparse_java_tool_options_environment_variable6FpnMSysClassPath_pi_i_;7375 text: .text%__1cWResolveOopMapConflictsOreport_results6kM_i_;7376 text: .text%__1cMCodeHeapPool2t6MpnICodeHeap_pkci_v_;7377 4814 text: .text%__1cJAssemblerFxchgl6MpnMRegisterImpl_nHAddress__v_; 7378 text: .text%__1cJArgumentsbNparse_java_options_environment_variable6FpnMSysClassPath_pi_i_;7379 4815 text: .text%__1cJAssemblerFxchgq6MpnMRegisterImpl_nHAddress__v_; 7380 text: .text%__1cJArgumentsVfinalize_vm_init_args6FpnMSysClassPath_i_i_;7381 text: .text%__1cJArgumentsWparse_each_vm_init_arg6FpknOJavaVMInitArgs_pnMSysClassPath_pi_i_;7382 4816 text: .text%__1cJArgumentsSparse_vm_init_args6FpknOJavaVMInitArgs__i_; 7383 4817 text: .text%__1cJAssemblerIcmpxchgl6MpnMRegisterImpl_nHAddress__v_; 7384 text: .text%__1cINegFNodeFIdeal6MpnIPhaseGVN_i_pnENode__;7385 text: .text%__1cJArgumentsZcheck_vm_args_consistency6F_i_;7386 4818 text: .text%__1cICodeHeap2t6M_v_; 7387 text: .text%__1cJArgumentsbOparse_java_compiler_environment_variable6F_v_;7388 4819 text: .text%__1cHVM_ExitNset_vm_exited6F_i_; 7389 text: .text%__1cICodeHeapHreserve6MLLL_i_;7390 4820 text: .text%__1cQRelocationHolder2t6M_v_; 7391 4821 text: .text%__1cICodeHeapFclear6M_v_; … … 7396 4826 text: .text%__1cJArgumentsbBset_cms_and_parnew_gc_flags6F_v_; 7397 4827 text: .text%__1cJArgumentsTset_parnew_gc_flags6F_v_; 7398 text: .text%__1cQno_shared_spaces6F_v_: arguments.o;7399 4828 text: .text%__1cJArgumentsMget_property6Fpkc_2_; 7400 4829 text: .text%__1cLsymbolKlassOset_alloc_size6MI_v_; 7401 4830 text: .text%__1cLsymbolKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 7402 text: .text%__1cJArgumentsVprocess_settings_file6Fpkcii_i_;7403 4831 text: .text%__1cNGCTaskManagerKthreads_do6MpnNThreadClosure__v_; 7404 4832 text: .text%__1cNGCTaskManagerKinitialize6M_v_; 7405 4833 text: .text%__1cNGCTaskManager2t6MI_v_; 7406 text: .text%__1cXSynchronizedGCTaskQdDueue2t6MpnLGCTaskQdDueue_pnFMutex__v_;7407 4834 text: .text%__1cDhpiKinitialize6F_i_; 7408 4835 text: .text%__1cDhpiZinitialize_socket_library6F_i_; … … 7422 4849 text: .text%__1cHVM_ExitbJwait_for_threads_in_native_to_block6F_i_; 7423 4850 text: .text%__1cJAssemblerHstmxcsr6MnHAddress__v_; 7424 text: .text%__1cJAssemblerFaddss6MpnRFloatRegisterImpl_nHAddress__v_;7425 text: .text%__1cJAssemblerFsubss6MpnRFloatRegisterImpl_2_v_;7426 4851 text: .text%__1cTICacheStubGeneratorVgenerate_icache_flush6MppFpCii_i_v_; 7427 4852 text: .text%__1cMSysClassPath2t6Mpkc_v_; 7428 4853 text: .text%__1cJArgumentsWinit_system_properties6F_v_; 7429 text: .text%__1cJAssemblerFmulss6MpnRFloatRegisterImpl_nHAddress__v_;7430 text: .text%__1cJAssemblerFdivss6MpnRFloatRegisterImpl_2_v_;7431 text: .text%__1cJAssemblerFaddsd6MpnRFloatRegisterImpl_nHAddress__v_;7432 4854 text: .text%__1cFChunkbDstart_chunk_pool_cleaner_task6F_v_; 7433 text: .text%__1cJAssemblerFsubsd6MpnRFloatRegisterImpl_2_v_;7434 4855 text: .text%__1cOchunkpool_init6F_v_; 7435 text: .text%__1cJAssemblerFmulsd6MpnRFloatRegisterImpl_nHAddress__v_;7436 text: .text%__1cJAssemblerFdivsd6MpnRFloatRegisterImpl_2_v_;7437 4856 text: .text%__1cQSystemDictionarybAcompute_java_system_loader6FpnGThread__v_; 7438 text: .text%__1cJAssemblerGsqrtsd6MpnRFloatRegisterImpl_nHAddress__v_;7439 4857 text: .text%__1cHVM_ExitEdoit6M_v_; 7440 text: .text%__1cRArgumentOopFinderDset6MinJBasicType__v_;7441 4858 text: .text%__1cWAdjoiningVirtualSpaces2t6MnNReservedSpace_LLL_v_; 7442 4859 text: .text%__1cUAdjoiningGenerations2t6MnNReservedSpace_LLLLLLL_v_; 7443 4860 text: .text%__1cHOrLNodeIIdentity6MpnOPhaseTransform__pnENode__; 7444 4861 text: .text%__1cZCompiledArgumentOopFinderRhandle_oop_offset6M_v_; 7445 text: .text%__1cJAssemblerFxorps6MpnRFloatRegisterImpl_nHAddress__v_;7446 text: .text%__1cJAssemblerFxorpd6MpnRFloatRegisterImpl_2_v_;7447 text: .text%__1cJAssemblerFxorpd6MpnRFloatRegisterImpl_nHAddress__v_;7448 text: .text%__1cJAssemblerJcvtsi2ssl6MpnRFloatRegisterImpl_pnMRegisterImpl__v_;7449 text: .text%__1cJAssemblerJcvtsi2ssq6MpnRFloatRegisterImpl_pnMRegisterImpl__v_;7450 text: .text%__1cJAssemblerJcvtsi2sdl6MpnRFloatRegisterImpl_pnMRegisterImpl__v_;7451 text: .text%__1cFframebAoops_compiled_arguments_do6MnMsymbolHandle_ipknLRegisterMap_pnKOopClosure__v_;7452 text: .text%__1cJAssemblerJcvtsi2sdq6MpnRFloatRegisterImpl_pnMRegisterImpl__v_;7453 4862 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: adaptiveSizePolicy.o; 7454 text: .text%__1cSAdaptiveSizePolicy2t6ML_v_;7455 text: .text%__1cFframebDoops_interpreted_arguments_do6MnMsymbolHandle_ipnKOopClosure__v_;7456 4863 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: regmask.o; 7457 text: .text%__1cJAssemblerKcvttss2sil6MpnMRegisterImpl_pnRFloatRegisterImpl__v_;7458 text: .text%__1cJAssemblerKcvttss2siq6MpnMRegisterImpl_pnRFloatRegisterImpl__v_;7459 4864 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: indexSet.o; 7460 text: .text%__1cJAssemblerKcvttsd2sil6MpnMRegisterImpl_pnRFloatRegisterImpl__v_;7461 4865 text: .text%__1cFframeVinterpreter_frame_mdp6kM_pC_; 7462 4866 text: .text%__1cPvm_init_globals6F_v_; 7463 text: .text%__1cJAssemblerKcvttsd2siq6MpnMRegisterImpl_pnRFloatRegisterImpl__v_;7464 4867 text: .text%__1cQSystemDictionaryKclasses_do6FpFpnMklassOopDesc__v_v_; 7465 4868 text: .text%__1cQSystemDictionaryKmethods_do6FpFpnNmethodOopDesc__v_v_; 7466 4869 text: .text%__1cQSystemDictionaryKinitialize6FpnGThread__v_; 7467 4870 text: .text%__1cQSystemDictionarybCinitialize_preloaded_classes6FpnGThread__v_; 7468 text: .text%__1cQSystemDictionarybDinitialize_basic_type_mirrors6FpnGThread__v_;7469 text: .text%__1cJAssemblerIcvtss2sd6MpnRFloatRegisterImpl_2_v_;7470 text: .text%__1cJAssemblerIcvtsd2ss6MpnRFloatRegisterImpl_2_v_;7471 4871 text: .text%__1cMinit_globals6F_i_; 7472 4872 text: .text%__1cMexit_globals6F_v_; 7473 4873 text: .text%__1cOMacroAssemblerKdecrementl6MpnMRegisterImpl_i_v_; 7474 text: .text%__1cHVM_ExitEname6kM_pkc_;7475 4874 text: .text%__1cKcastPPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 7476 4875 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: fprofiler.o; 7477 4876 text: .text%__1cNMemoryServiceRset_universe_heap6FpnNCollectedHeap__v_; 7478 4877 text: .text%__1cMPeriodicTask2T5B6M_v_; 7479 text: .text%__1cMPeriodicTaskLis_enrolled6kM_i_;7480 4878 text: .text%__1cNMemoryServicebFadd_parallel_scavenge_heap_info6FpnUParallelScavengeHeap__v_; 7481 4879 text: .text%__1cMPeriodicTaskJdisenroll6M_v_; 7482 4880 text: .text%__1cSset_init_completed6F_v_; 7483 text: .text%__1cMadapter_init6F_v_;7484 text: .text%__1cTI2CAdapterGeneratorKinitialize6F_v_;7485 4881 text: .text%__1cNMemoryServiceXadd_psYoung_memory_pool6FpnKPSYoungGen_pnNMemoryManager_4_v_; 7486 text: .text%__1cTC2IAdapterGeneratorKinitialize6F_v_;7487 text: .text%__1cOstackSlotPOperFclone6kM_pnIMachOper__;7488 text: .text%__1cObox_handleNodeFclone6kM_pnENode__;7489 4882 text: .text%__1cTAbstract_VM_VersionHvm_name6F_pkc_; 7490 4883 text: .text%__1cTAbstract_VM_VersionJvm_vendor6F_pkc_; 7491 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: ad_amd64_pipeline.o;7492 4884 text: .text%__1cSobjArrayKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7493 4885 text: .text%__1cNTemplateTableHcall_VM6FpnMRegisterImpl_pC222_v_; … … 7506 4898 text: .text%__1cStemplateTable_init6F_v_; 7507 4899 text: .text%__1cNTemplateTableNpd_initialize6F_v_; 7508 text: .text%__1cSinstanceKlassKlassUoop_is_instanceKlass6kM_i_;7509 4900 text: .text%__1cNTemplateTableDnop6F_v_; 7510 4901 text: .text%__1cNTemplateTableSshouldnotreachhere6F_v_; … … 7544 4935 text: .text%__1cXreferenceProcessor_init6F_v_; 7545 4936 text: .text%__1cZInterpreterMacroAssemblerSsuper_call_VM_leaf6MpCpnMRegisterImpl_33_v_; 7546 text: .text%__1cURecompilationMonitorbGstart_recompilation_monitor_task6F_v_;7547 4937 text: .text%__1cZInterpreterMacroAssemblerUdispatch_only_normal6MnITosState__v_; 7548 4938 text: .text%__1cNTemplateTableHaload_06F_v_; … … 7589 4979 text: .text%__1cNTemplateTableElshr6F_v_; 7590 4980 text: .text%__1cNTemplateTableFlushr6F_v_; 7591 text: .text%__1cRaddL_rReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7592 text: .text%__1cRaddL_mem_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7593 4981 text: .text%__1cNTemplateTableEineg6F_v_; 7594 4982 text: .text%__1cNTemplateTableElneg6F_v_; … … 7598 4986 text: .text%__1cNTemplateTableEiinc6F_v_; 7599 4987 text: .text%__1cNTemplateTableJwide_iinc6F_v_; 7600 text: .text%__1cMincL_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7601 4988 text: .text%__1cNTemplateTableElcmp6F_v_; 7602 4989 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psScavenge.o; … … 7613 5000 text: .text%__1cNTemplateTableRfast_binaryswitch6F_v_; 7614 5001 text: .text%__1cbCAbstractInterpreterGeneratorMgenerate_all6M_v_; 7615 text: .text%__1cbCAbstractInterpreterGeneratorbEset_entry_points_for_all_bytes6M_v_;7616 text: .text%__1cbCAbstractInterpreterGeneratorbCset_safepoints_for_all_bytes6M_v_;7617 text: .text%__1cOsalI_mem_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7618 5002 text: .text%__1cSPSPromotionManagerKinitialize6F_v_; 7619 5003 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: memoryService.o; 7620 5004 text: .text%__1cNTemplateTableIgetfield6Fi_v_; 7621 5005 text: .text%__1cNTemplateTableJgetstatic6Fi_v_; 7622 text: .text%__1cNGrowableArray4CpnNMemoryManager__2t6Mii_v_;7623 text: .text%__1cNGrowableArray4CpnKMemoryPool__2t6Mii_v_;7624 5006 text: .text%__1cNTemplateTableIputfield6Fi_v_; 7625 5007 text: .text%__1cNTemplateTableJputstatic6Fi_v_; 7626 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psPromotionLAB.o;7627 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: interpreter.o;7628 5008 text: .text%__1cJPSPermGen2t6MnNReservedSpace_LLLLpkci_v_; 7629 5009 text: .text%__1cXNativeSignatureIteratorHdo_byte6M_v_; … … 7648 5028 text: .text%__1cNTemplateTableOmultianewarray6F_v_; 7649 5029 text: .text%__1cIPSOldGen2t6MnNReservedSpace_LLLLpkci_v_; 7650 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: tenuredGeneration.o;7651 5030 text: .text%__1cQvtableStubs_init6F_v_; 7652 5031 text: .text%__1cQaccessFlags_init6F_v_; … … 7656 5035 text: .text%__1cOMacroAssemblerGc2bool6MpnMRegisterImpl__v_; 7657 5036 text: .text%__1cPmethodDataKlassOset_alloc_size6MI_v_; 7658 text: .text%__1cFVTuneEexit6F_v_;7659 5037 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psMarkSweep.o; 7660 text: .text%__1cTPSAlwaysTrueClosure2t6M_v_: psMarkSweep.o;7661 5038 text: .text%__1cXSignatureHandlerLibraryQset_handler_blob6F_pC_; 7662 text: .text%__1cNGrowableArray4CpC_2t6Mii_v_;7663 text: .text%__1cNGrowableArray4CL_2t6Mii_v_;7664 text: .text%__1cbCAbstractInterpreterGeneratorbJgenerate_StackOverflowError_handler6M_pC_;7665 5039 text: .text%__1cOMacroAssemblerRsign_extend_short6MpnMRegisterImpl__v_; 7666 text: .text%__1cbCAbstractInterpreterGeneratorbMgenerate_ArrayIndexOutOfBounds_handler6Mpkc_pC_;7667 text: .text%__1cbCAbstractInterpreterGeneratorbJgenerate_ClassCastException_handler6M_pC_;7668 text: .text%__1cGThreadWset_as_starting_thread6M_i_;7669 5040 text: .text%__1cLPSMarkSweepKinitialize6F_v_; 7670 5041 text: .text%__1cbBcreate_initial_thread_group6FpnGThread__nGHandle__: thread.o; … … 7679 5050 text: .text%__1cNWatcherThreadEstop6F_v_; 7680 5051 text: .text%__1cOMacroAssemblerQsign_extend_byte6MpnMRegisterImpl__v_; 7681 text: .text%__1cKJavaThread2t6M_v_;7682 5052 text: .text%__1cHRetDataJfixup_ret6MinQmethodDataHandle__pC_; 7683 text: .text%__1cKvtune_init6F_v_;7684 5053 text: .text%__1cLmethodKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7685 5054 text: .text%__1cbAPSGCAdaptivePolicyCounters2t6MpkciipnUPSAdaptiveSizePolicy__v_; 7686 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psAdaptiveSizePolicy.o;7687 5055 text: .text%__1cKDictionaryKmethods_do6MpFpnNmethodOopDesc__v_v_; 7688 5056 text: .text%__1cKDictionaryKclasses_do6MpFpnMklassOopDesc__v_v_; … … 7696 5064 text: .text%__1cJBytecodesKinitialize6F_v_; 7697 5065 text: .text%__1cObytecodes_init6F_v_; 7698 text: .text%__1cUPSAdaptiveSizePolicy2t6MLLLLLddI_v_;7699 5066 text: .text%__1cJBytecodesNpd_initialize6F_v_; 7700 5067 text: .text%__1cHCompileRpd_compiler2_init6F_v_; 7701 5068 text: .text%__1cKC2CompilerKinitialize6M_v_; 7702 5069 text: .text%__1cFStateQ_sub_Op_TailJump6MpknENode__v_; 7703 text: .text%__1cMorL_rRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;7704 text: .text%__1cbCAbstractInterpreterGeneratorYgenerate_throw_exception6M_v_;7705 5070 text: .text%__1cUInterpreterGenerator2t6MpnJStubQdDueue__v_; 7706 5071 text: .text%__1cWinvocationCounter_init6F_v_; 7707 5072 text: .text%__1cQPlaceholderTable2t6Mi_v_; 7708 text: .text%__1cHThreadsJcreate_vm6FpnOJavaVMInitArgs_pi_i_;7709 5073 text: .text%__1cFStateL_sub_Op_OrL6MpknENode__v_; 7710 5074 text: .text%__1cFStateM_sub_Op_NegF6MpknENode__v_; 7711 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: ad_amd64_expand.o;7712 5075 text: .text%__1cQprint_statistics6F_v_; 7713 5076 text: .text%__1cLbefore_exit6FpnKJavaThread__v_; … … 7721 5084 text: .text%__1cYjava_lang_reflect_MethodPcompute_offsets6F_v_; 7722 5085 text: .text%__1cOThreadCriticalKinitialize6F_v_; 7723 text: .text%__1cRAllocateTLSOffset6F_v_: threadLS_solaris_amd64.o;7724 5086 text: .text%__1cSThreadLocalStoragebCgenerate_code_for_get_thread6F_v_; 7725 5087 text: .text%__1cYjava_lang_reflect_MethodNset_signature6FpnHoopDesc_2_v_; … … 7739 5101 text: .text%__1cPGlobalTLABStats2t6M_v_; 7740 5102 text: .text%__1cQjavaClasses_init6F_v_; 7741 text: .text%__1cMTailJumpNode2t6MpnENode_22222_v_;7742 5103 text: .text%jni_ToReflectedMethod: jni.o; 7743 5104 text: .text%__1cSThreadLocalStorageEinit6F_v_; … … 7753 5114 text: .text%__1cXjni_GetDoubleField_addr6F_pC_; 7754 5115 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: phase.o; 7755 text: .text%__1cJTimeStampMmilliseconds6kM_x_;7756 5116 text: .text%__1cTConstantDoubleValueIwrite_on6MpnUDebugInfoWriteStream__v_; 7757 5117 text: .text%__1cKPerfMemoryUdelete_memory_region6F_v_; 7758 5118 text: .text%__1cKPerfMemoryUcreate_memory_region6FL_v_; 7759 5119 text: .text%__1cRCardTableModRefBSbBct_max_alignment_constraint6F_L_; 7760 text: .text%__1cUdelete_shared_memory6FpcL_v_: perfMemory_solaris.o;7761 text: .text%__1cUcreate_shared_memory6FL_pc_: perfMemory_solaris.o;7762 5120 text: .text%__1cOtailjmpIndNodeFreloc6kM_i_; 7763 text: .text%__1cSmmap_create_shared6FL_pc_: perfMemory_solaris.o;7764 5121 text: .text%__1cETypeRInitialize_shared6FpnHCompile__v_; 7765 5122 text: .text%__1cWconstantPoolCacheKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 7766 text: .text%__1cbAcreate_sharedmem_resources6Fpkc1L_i_: perfMemory_solaris.o;7767 5123 text: .text%__1cWconstantPoolCacheKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7768 text: .text%__1cRmake_user_tmp_dir6Fpkc_i_: perfMemory_solaris.o;7769 text: .text%__1cbBcleanup_sharedmem_resources6Fpkc_v_: perfMemory_solaris.o;7770 5124 text: .text%__1cMciArrayKlass2t6MpnIciSymbol_ipnHciKlass__v_; 7771 text: .text%__1cLremove_file6Fpkc_v_: perfMemory_solaris.o;7772 text: .text%__1cWget_sharedmem_filename6Fpkci_pc_: perfMemory_solaris.o;7773 text: .text%__1cNget_user_name6Fi_pc_: perfMemory_solaris.o;7774 text: .text%__1cQget_user_tmp_dir6Fpkc_pc_: perfMemory_solaris.o;7775 5125 text: .text%__1cRconstantPoolKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 7776 5126 text: .text%__1cFciEnvXget_or_create_exception6MrpnI_jobject_nMsymbolHandle__pnKciInstance__; 7777 text: .text%__1cMloadConFNodeGis_Con6kM_I_;7778 5127 text: .text%__1cRconstantPoolKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7779 5128 text: .text%__1cKPerfMemoryHdestroy6F_v_; … … 7795 5144 text: .text%__1cMsubF_memNodeFreloc6kM_i_; 7796 5145 text: .text%lookupDirectBufferClasses: jni.o; 7797 text: .text%__1cbDinitializeDirectBufferSupport6FpnHJNIEnv___i_: jni.o;7798 5146 text: .text%__1cVquicken_jni_functions6F_v_; 7799 5147 text: .text%JNI_CreateJavaVM; … … 7814 5162 text: .text%__1cQJNI_FastGetFieldbDgenerate_fast_get_float_field6F_pC_; 7815 5163 text: .text%__1cQJNI_FastGetFieldbEgenerate_fast_get_double_field6F_pC_; 7816 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: jniFastGetField_amd64.o;7817 5164 text: .text%__1cNcmovL_memNodeFreloc6kM_i_; 7818 5165 text: .text%__1cKJNIHandlesKinitialize6F_v_; … … 7822 5169 text: .text%JVM_MaxMemory; 7823 5170 text: .text%JVM_GetClassDeclaredMethods; 7824 text: .text%__1cKCMoveDNodeFIdeal6MpnIPhaseGVN_i_pnENode__;7825 5171 text: .text%__1cOsalI_mem_1NodeLout_RegMask6kM_rknHRegMask__; 7826 text: .text%__1cHRetDataKis_RetData6M_i_;7827 5172 text: .text%JVM_InitializeSocketLibrary; 7828 5173 text: .text%JVM_Socket; 7829 5174 text: .text%__1cPciObjArrayKlass2t6MpnIciSymbol_pnHciKlass_i_v_; 7830 text: .text%__1cPOopTaskQdDueueSet2t6Mi_v_;7831 5175 text: .text%__1cbEinitialize_converter_functions6F_v_; 7832 5176 text: .text%JVM_SupportsCX8; 7833 5177 text: .text%__1cUciObjArrayKlassKlassEmake6F_p0_; 7834 5178 text: .text%__1cTcompilerOracle_init6F_v_; 7835 text: .text%__1cOCompilerOracleRparse_from_string6Fpkc_v_;7836 5179 text: .text%__1cOCompilerOraclePparse_from_file6F_v_; 7837 text: .text%__1cHcc_file6F_pkc_: compilerOracle.o;7838 text: .text%__1cKTypeOopPtrEmake6FnHTypePtrDPTR_i_pk0_;7839 5180 text: .text%__1cKTypeOopPtrFxdual6kM_pknEType__; 7840 text: .text%__1cOCompilerOracleOread_from_line6Fpc_v_;7841 5181 text: .text%__1cPciObjectFactoryTinit_shared_objects6M_v_; 7842 5182 text: .text%__1cVcompiledICHolderKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 7843 5183 text: .text%__1cVcompiledICHolderKlassOset_alloc_size6MI_v_; 7844 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: jvmtiEnvBase.o;7845 5184 text: .text%__1cVcompiledICHolderKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7846 text: .text%__1cNGrowableArray4CpnMJvmtiEnvBase__2t6Mii_v_;7847 5185 text: .text%__1cRJvmtiEventEnabled2t6M_v_; 7848 text: .text%__1cRciArrayKlassKlassUis_array_klass_klass6M_i_;7849 5186 text: .text%__1cRJvmtiEventEnabledFclear6M_v_; 7850 text: .text%__1cNGrowableArray4CpnOCompilerThread__2t6Mii_v_;7851 text: .text%__1cFParseNfetch_monitor6MipnENode_2_2_;7852 5187 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: compileBroker.o; 7853 5188 text: .text%__1cNGrowableArray4CpnIciMethod__Egrow6Mi_v_; … … 7857 5192 text: .text%__1cUJvmtiEventControllerHvm_init6F_v_; 7858 5193 text: .text%__1cUJvmtiEventControllerIvm_death6F_v_; 7859 text: .text%__1cNCompileBrokerVinit_compiler_threads6Fi_v_;7860 text: .text%__1cUParallelScavengeHeapbCsupports_inline_contig_alloc6kM_i_;7861 5194 text: .text%__1cUParallelScavengeHeapItop_addr6kM_ppnIHeapWord__; 7862 text: .text%__1cNCompileBrokerQcompilation_init6FpnQAbstractCompiler__v_;7863 5195 text: .text%__1cUParallelScavengeHeapIend_addr6kM_ppnIHeapWord__; 7864 5196 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: jvmtiEventController.o; … … 7869 5201 text: .text%__1cLJvmtiExportQenter_live_phase6F_v_; 7870 5202 text: .text%__1cLJvmtiExportNpost_vm_start6F_v_; 7871 text: .text%__1cOcompiler2_init6F_v_;7872 5203 text: .text%__1cLJvmtiExportTpost_vm_initialized6F_v_; 7873 5204 text: .text%__1cLJvmtiExportNpost_vm_death6F_v_; … … 7875 5206 text: .text%__1cUParallelScavengeHeapMmax_capacity6kM_L_; 7876 5207 text: .text%__1cUJvmtiPendingMonitorsXtransition_raw_monitors6F_v_; 7877 text: .text%__1cMaddF_regNodeMcisc_version6Mi_pnIMachNode__;7878 5208 text: .text%__1cUParallelScavengeHeapPpost_initialize6M_v_; 7879 5209 text: .text%__1cUParallelScavengeHeapKinitialize6M_i_; 7880 text: .text%__1cHoopDescLheader_size6F_i_;7881 5210 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: compilationPolicy.o; 7882 5211 text: .text%__1cPClassFileParserbFjava_lang_ref_Reference_fix_pre6MpnPtypeArrayHandle_nSconstantPoolHandle_pnUFieldAllocationCount_pnGThread__v_; … … 7885 5214 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: parGCAllocBuffer.o; 7886 5215 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: jvmtiImpl.o; 7887 text: .text%__1cNGrowableArray4CpnPJvmtiRawMonitor__2t6Mii_v_;7888 5216 text: .text%__1cNGrowableArray4CpnPJvmtiRawMonitor__Uclear_and_deallocate6M_v_; 7889 5217 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: jvmtiTagMap.o; … … 7894 5222 text: .text%__1cMostream_exit6F_v_; 7895 5223 text: .text%__1cTtypeArrayKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7896 text: .text%__1cTtypeArrayKlassKlassVoop_is_typeArrayKlass6kM_i_;7897 5224 text: .text%__1cbCTwoGenerationCollectorPolicyMrem_set_name6M_nJGenRemSetEName__; 7898 5225 text: .text%__1cTtypeArrayKlassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; … … 7903 5230 text: .text%__1cMostream_init6F_v_; 7904 5231 text: .text%__1cNdefaultStreamEinit6M_v_; 7905 text: .text%__1cIUniverseUreinitialize_itables6F_v_;7906 5232 text: .text%__1cKklassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 7907 5233 text: .text%__1cKklassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; … … 7910 5236 text: .text%__1cLClassLoaderbBsetup_bootstrap_search_path6F_v_; 7911 5237 text: .text%__1cOuniverse2_init6F_v_; 7912 text: .text%__1cSuniverse_post_init6F_v_;7913 5238 text: .text%__1cIUniverseYcompute_base_vtable_size6F_v_; 7914 5239 text: .text%__1cCosXnon_memory_address_word6F_pc_; … … 7920 5245 text: .text%__1cCosHSolarisOlibthread_init6F_v_; 7921 5246 text: .text%__1cJLoadFNodeMstore_Opcode6kM_i_; 7922 text: .text%__1cOisT2_libthread6F_i_;7923 5247 text: .text%Unsafe_FreeMemory; 7924 5248 text: .text%__1cCosHSolarisXinstall_signal_handlers6F_v_; … … 7926 5250 text: .text%__1cRlwp_priocntl_init6F_i_: os_solaris.o; 7927 5251 text: .text%__1cNpriocntl_stub6FinGidtype_iipc_l_: os_solaris.o; 7928 text: .text%__1cCosHSolarisRmpss_sanity_check6F_v_;7929 text: .text%__1cOLibraryCallKitWinline_native_hashcode6Mii_i_;7930 5252 text: .text%__1cbCTwoGenerationCollectorPolicyQinitialize_flags6M_v_; 7931 text: .text%__1cCosOrelease_memory6FpcL_i_;7932 5253 text: .text%__1cCosLsignal_wait6F_i_; 7933 5254 text: .text%JVM_RegisterUnsafeMethods; 7934 text: .text%__1cVcheck_pending_signals6Fi_i_: os_solaris.o;7935 5255 text: .text%__1cCosNsignal_notify6Fi_v_; 7936 5256 text: .text%__1cCosOsignal_init_pd6F_v_; 7937 5257 text: .text%__1cLClassLoaderQload_zip_library6F_v_; 7938 5258 text: .text%__1cLClassLoaderZcreate_package_info_table6F_v_; 7939 text: .text%__1cNmulI_rRegNodeMcisc_version6Mi_pnIMachNode__;7940 5259 text: .text%__1cLClassLoaderKinitialize6F_v_; 7941 5260 text: .text%__1cLClassLoaderVcompute_Object_vtable6F_i_; … … 7948 5267 text: .text%__1cCosbDallocate_thread_local_storage6F_i_; 7949 5268 text: .text%__1cOcodeCache_init6F_v_; 7950 text: .text%__1cVverificationType_init6F_v_;7951 text: .text%__1cVverificationType_exit6F_v_;7952 text: .text%__1cQVerificationTypeKinitialize6F_v_;7953 text: .text%__1cQVerificationTypeIfinalize6F_v_;7954 5269 text: .text%__1cJCodeCacheKinitialize6F_v_; 7955 5270 text: .text%__1cNIdealLoopTreeQsplit_outer_loop6MpnOPhaseIdealLoop__v_; … … 7957 5272 text: .text%__1cCosHSolarisQsignal_sets_init6F_v_; 7958 5273 text: .text%__1cTClassLoadingServiceEinit6F_v_; 7959 text: .text%__1cTClassLoadingServiceVnotify_class_unloaded6FpnNinstanceKlass_i_v_;7960 text: .text%__1cCosScreate_main_thread6FpnGThread__i_;7961 5274 text: .text%__1cNIdealLoopTreeUmerge_many_backedges6MpnOPhaseIdealLoop__v_; 7962 text: .text%__1cQcreate_os_thread6FpnGThread_I_pnIOSThread__: os_solaris.o;7963 5275 text: .text%__1cRLowMemoryDetectorKinitialize6F_v_; 7964 5276 text: .text%__1cLmethodKlassOset_alloc_size6MI_v_; … … 7972 5284 text: .text%__1cSDeoptimizationBlobGcreate6FpnKCodeBuffer_pnJOopMapSet_iiii_p0_; 7973 5285 text: .text%__1cSDeoptimizationBlob2t6MpnKCodeBuffer_ipnJOopMapSet_iiii_v_; 7974 text: .text%__1cRLowMemoryDetectorUhas_pending_requests6F_i_;7975 5286 text: .text%__1cCosbDinit_system_properties_values6F_v_; 7976 5287 text: .text%__1cCosHSolarisWinitialize_system_info6F_v_; 7977 5288 text: .text%__1cCosPphysical_memory6F_X_; 7978 text: .text%__1cMFastLockNodeLis_FastLock6kM_pk0_;7979 5289 text: .text%__1cRLowMemoryDetectorbGlow_memory_detector_thread_entry6FpnKJavaThread_pnGThread__v_; 7980 text: .text%__1cXLowMemoryDetectorThreadbCis_hidden_from_external_view6kM_i_;7981 5290 text: .text%__1cSThreadLocalStorageHpd_init6F_v_; 7982 5291 text: .text%__1cLmethodKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; … … 7986 5295 text: .text%__1cKManagementEinit6F_v_; 7987 5296 text: .text%__1cKManagementKinitialize6FpnGThread__v_; 7988 text: .text%__1cKManagementWrecord_vm_startup_time6Fxx_v_;7989 5297 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: management.o; 7990 5298 text: .text%__1cOmarksweep_init6F_v_; 7991 text: .text%__1cCosXis_server_class_machine6F_i_;7992 text: .text%__1cJMarkSweepQKeepAliveClosure2t6M_v_: markSweep.o;7993 text: .text%__1cNReservedSpace2t6MLLipc_v_;7994 text: .text%__1cJMarkSweepOIsAliveClosure2t6M_v_: markSweep.o;7995 5299 text: .text%__1cCosZset_memory_serialize_page6FpC_v_; 7996 text: .text%__1cCosNset_boot_path6Fcc_i_;7997 text: .text%__1cJMarkSweepSFollowStackClosure2t6M_v_: markSweep.o;7998 5300 text: .text%__1cNReservedSpaceUpage_align_size_down6FL_L_; 7999 5301 text: .text%__1cNReservedSpaceYallocation_align_size_up6FL_L_; 8000 text: .text%__1cNGrowableArray4CpnKOSRAdapter__2t6Mii_v_;8001 text: .text%__1cXonStackReplacement_init6F_v_;8002 text: .text%__1cSOnStackReplacementKinitialize6F_v_;8003 text: .text%__1cJMarkSweepRFollowRootClosure2t6M_v_: markSweep.o;8004 5302 text: .text%__1cCosLinit_random6Fl_v_; 8005 5303 text: .text%__1cHOrLNodeJideal_reg6kM_I_; … … 8007 5305 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: vmStructs.o; 8008 5306 text: .text%__1cJvmSymbolsKinitialize6FpnGThread__v_; 8009 text: .text%__1cJMarkSweepSMarkAndPushClosure2t6M_v_: markSweep.o;8010 5307 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: markSweep.o; 8011 5308 text: .text%__1cQVMOperationQdDueue2t6M_v_; … … 8018 5315 text: .text%__1cOtailjmpIndNodeLout_RegMask6kM_rknHRegMask__; 8019 5316 text: .text%__1cSobjArrayKlassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_; 8020 text: .text%__1cHMatcherVfind_callee_arguments6FpnNsymbolOopDesc_ipi_pnLOptoRegPair__;8021 5317 text: .text%__1cIVMThreadGcreate6F_v_; 8022 5318 text: .text%__1cIVMThread2t6M_v_; 8023 text: .text%__1cNSharedRuntimeUlookup_function_DD_D6FrpFpnHJNIEnv__pnH_jclass_dd_dpkc_v_;8024 text: .text%__1cNSharedRuntimebIinitialize_StrictMath_entry_points6F_v_;8025 5319 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: sharedHeap.o; 8026 text: .text%__1cTAssertIsPermClosure2t6M_v_: sharedHeap.o;8027 5320 text: .text%__1cIVMThreadDrun6M_v_; 8028 5321 text: .text%__1cWResolveOopMapConflictsUdo_potential_rewrite6MpnGThread__nMmethodHandle__; … … 8032 5325 text: .text%__1cNCellTypeStateLmake_bottom6F_0_; 8033 5326 text: .text%__1cNcmovL_memNodeOmemory_operand6kM_pknIMachOper__; 8034 text: .text%__1cRcheck_basic_types6F_v_;8035 text: .text%__1cLOptoRuntimeYgenerate_arraycopy_stubs6F_v_;8036 text: .text%__1cSobjArrayKlassKlassUoop_is_objArrayKlass6kM_i_;8037 5327 text: .text%__1cNSharedRuntimebBgenerate_class_cast_message6FpnKJavaThread_pkc_pc_; 8038 text: .text%__1cNSharedRuntimebBgenerate_class_cast_message6Fpkc2_pc_;8039 text: .text%__1cLOptoRuntimebPgenerate_polling_page_return_handler_blob6F_v_;8040 5328 text: .text%__1cIVMThreadEloop6M_v_; 8041 text: .text%__1cLOptoRuntimebSgenerate_polling_page_safepoint_handler_blob6F_v_;8042 5329 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: matcher.o; 8043 text: .text%__1cLOptoRuntimeUsetup_exception_blob6F_v_;8044 text: .text%__1cLOptoRuntimeWfill_in_exception_blob6F_v_;8045 5330 text: .text%__1cNMemoryManagerbDget_code_cache_memory_manager6F_p0_; 8046 5331 text: .text%__1cNMemoryManagerbDget_psScavenge_memory_manager6F_pnPGCMemoryManager__; 8047 5332 text: .text%__1cNMemoryManagerbEget_psMarkSweep_memory_manager6F_pnPGCMemoryManager__; 8048 text: .text%__1cQPSGenerationPool2t6MpnIPSOldGen_pkcnKMemoryPoolIPoolType_i_v_;8049 5333 text: .text%__1cJAssemblerFimull6MpnMRegisterImpl_2_v_; 8050 text: .text%__1cLOptoRuntimebBgenerate_uncommon_trap_blob6F_v_;8051 5334 text: .text%__1cNSharedRuntimeTgenerate_deopt_blob6F_v_; 8052 text: .text%__1cQPSGenerationPool2t6MpnJPSPermGen_pkcnKMemoryPoolIPoolType_i_v_;8053 5335 text: .text%__1cNRegisterSaverYrestore_result_registers6FpnOMacroAssembler__v_; 8054 5336 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: runtimeService.o; 8055 5337 text: .text%__1cORuntimeServiceYrecord_application_start6F_v_; 8056 5338 text: .text%__1cJGenRemSetYmax_alignment_constraint6Fn0AEName__L_; 8057 text: .text%__1cICarSpaceEinit6F_v_;8058 text: .text%__1cNcarSpace_init6F_v_;8059 5339 text: .text%__1cORuntimeServiceEinit6F_v_; 8060 5340 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: genCollectedHeap.o; 8061 text: .text%__1cTAssertIsPermClosure2t6M_v_: genCollectedHeap.o;8062 text: .text%__1cRAlwaysTrueClosure2t6M_v_: genCollectedHeap.o;8063 text: .text%__1cLOptoRuntimeVhandle_exception_Type6F_pknITypeFunc__;8064 text: .text%__1cLOptoRuntimeSfetch_monitor_Type6F_pknITypeFunc__;8065 5341 text: .text%__1cJAssemblerDorl6MpnMRegisterImpl_i_v_; 8066 5342 text: .text%__1cLStatSamplerKinitialize6F_v_; … … 8068 5344 text: .text%__1cLStatSamplerJdisengage6F_v_; 8069 5345 text: .text%__1cLStatSamplerHdestroy6F_v_; 8070 text: .text%__1cSCommandLineFlagsExKuintxAtPut6FnXCommandLineFlagWithType_L_v_;8071 5346 text: .text%__1cSobjArrayKlassKlassbEallocate_system_objArray_klass6MpnGThread__pnMklassOopDesc__; 8072 5347 text: .text%__1cLOptoRuntimeUmultianewarray5_Type6F_pknITypeFunc__; … … 8080 5355 text: .text%__1cJAssemblerEshll6MpnMRegisterImpl__v_; 8081 5356 text: .text%__1cJAssemblerEshlq6MpnMRegisterImpl__v_; 8082 text: .text%__1cUEdenMutableSpacePool2t6MpnKPSYoungGen_pnMMutableSpace_pkcnKMemoryPoolIPoolType_i_v_;8083 5357 text: .text%__1cNStubGeneratorQgenerate_initial6M_v_; 8084 text: .text%__1cNStubGeneratorXgenerate_atomic_add_ptr6M_pC_;8085 text: .text%__1cNStubGeneratorTgenerate_atomic_add6M_pC_;8086 text: .text%__1cNStubGeneratorbCgenerate_atomic_cmpxchg_long6M_pC_;8087 text: .text%__1cNStubGeneratorXgenerate_atomic_cmpxchg6M_pC_;8088 text: .text%__1cNStubGeneratorYgenerate_atomic_xchg_ptr6M_pC_;8089 text: .text%__1cNStubGeneratorUgenerate_atomic_xchg6M_pC_;8090 5358 text: .text%__1cNStubGeneratorYgenerate_catch_exception6M_pC_; 8091 5359 text: .text%__1cNStubGeneratorSgenerate_call_stub6MrpC_1_; … … 8099 5367 text: .text%__1cNStubGeneratorTgenerate_verify_oop6M_pC_; 8100 5368 text: .text%__1cNStubGeneratorVgenerate_verify_mxcsr6M_pC_; 8101 text: .text%__1cNStubGeneratorYgenerate_get_previous_fp6M_pC_;8102 text: .text%__1cNStubGeneratorbIgenerate_handler_for_unsafe_access6M_pC_;8103 5369 text: .text%__1cMStubRoutinesLinitialize16F_v_; 8104 5370 text: .text%__1cMStubRoutinesLinitialize26F_v_; … … 8106 5372 text: .text%__1cSstubRoutines_init26F_v_; 8107 5373 text: .text%__1cLMoveL2DNodeJideal_reg6kM_I_; 8108 text: .text%__1cNGrowableArray4CpnTDerivedPointerEntry__2t6Mii_v_;8109 5374 text: .text%__1cLMoveF2INodeJideal_reg6kM_I_; 8110 5375 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: oopMap.o; 8111 text: .text%__1cNGrowableArray4CpnHMonitor__2t6Mii_v_;8112 5376 text: .text%__1cLOptoRuntimeUmultianewarray2_Type6F_pknITypeFunc__; 8113 text: .text%__1cLOptoRuntimeUmultianewarray1_Type6F_pknITypeFunc__;8114 text: .text%__1cQDoNothingClosure2t6M_v_: oopMap.o;8115 5377 text: .text%__1cJAssemblerEshrl6MpnMRegisterImpl__v_; -
trunk/openjdk/hotspot/make/solaris/makefiles/reorder_TIERED_i486
r2 r309 3 3 4 4 5 text: .text%__1cNinstanceKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;6 5 text: .text%__1cQIndexSetIteratorQadvance_and_next6M_I_; 7 6 text: .text%__1cNSharedRuntimeElrem6Fxx_x_; … … 20 19 text: .text%__1cENodeEjvms6kM_pnIJVMState__; 21 20 text: .text%__1cHRegMaskJis_bound16kM_i_; 22 text: .text%__1cNobjArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;23 21 text: .text%__1cETypeDcmp6Fkpk03_i_; 24 22 text: .text%__1cHRegMaskJis_bound26kM_i_; … … 37 35 text: .text%__1cMPhaseChaitinTinterfere_with_live6MIpnIIndexSet__v_; 38 36 text: .text%__1cETypeFuhash6Fkpk0_i_; 39 text: .text%__1cOlower_pressure6FpnDLRG_IpnFBlock_pI4_v_: ifg.o;40 text: .text%__1cMget_live_bit6Fpii_i_: buildOopMap.o;41 37 text: .text%__1cMPhaseChaitinLskip_copies6MpnENode__2_; 42 38 text: .text%__1cICallNodeKmatch_edge6kMI_I_; … … 48 44 text: .text%__1cIPhaseIFGLremove_node6MI_pnIIndexSet__; 49 45 text: .text%__1cIPhaseIFGJre_insert6MI_v_; 50 text: .text%__1cJraw_score6Fdd_d_: chaitin.o;51 46 text: .text%__1cDLRGFscore6kM_d_; 52 47 text: .text%__1cETypeIhashcons6M_pk0_; … … 55 50 text: .text%__1cHNTarjanEEVAL6M_p0_; 56 51 text: .text%__1cMMachCallNodeKin_RegMask6kMI_rknHRegMask__; 57 text: .text%__1cMset_live_bit6Fpii_v_: buildOopMap.o;58 text: .text%__1cOPhaseIdealLoopUbuild_loop_late_post6MpnENode_pk0_v_;59 52 text: .text%__1cIProjNodeGOpcode6kM_i_; 60 53 text: .text%__1cNobjArrayKlassToop_adjust_pointers6MpnHoopDesc__i_; … … 65 58 text: .text%__1cIConINodeGOpcode6kM_i_; 66 59 text: .text%__1cGIfNodeGOpcode6kM_i_; 67 text: .text%__1cOtypeArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;68 60 text: .text%__1cHTypePtrEhash6kM_i_; 69 61 text: .text%__1cENode2t6MI_v_; … … 80 72 text: .text%__1cPDictionaryEntrybDprotection_domain_set_oops_do6MpnKOopClosure__v_: dictionary.o; 81 73 text: .text%__1cHTypeIntEhash6kM_i_; 82 text: .text%__1cSPSPromotionManagerUflush_prefetch_queue6M_v_: psPromotionManager.o;83 74 text: .text%__1cMMachProjNodeLbottom_type6kM_pknEType__; 84 75 text: .text%__1cMPhaseIterGVNNtransform_old6MpnENode__2_; 85 76 text: .text%__1cMMachProjNodeGOpcode6kM_i_; 86 text: .text%__1cMclr_live_bit6Fpii_v_: buildOopMap.o;87 77 text: .text%__1cJCProjNodeNis_block_proj6kM_pknENode__: cfgnode.o; 88 78 text: .text%__1cJPhaseLiveGgetset6MpnFBlock__pnIIndexSet__; … … 224 214 text: .text%__1cETypeEhash6kM_i_; 225 215 text: .text%__1cLSymbolTableGlookup6FpkcipnGThread__pnNsymbolOopDesc__; 226 text: .text%__1cKoopFactoryKnew_symbol6FpkcipnGThread__pnNsymbolOopDesc__;227 216 text: .text%__1cIHaltNodeGOpcode6kM_i_; 228 217 text: .text%__1cMPhaseIterGVNZremove_globally_dead_node6MpnENode__v_; … … 311 300 text: .text%__1cMloadConINodeLout_RegMask6kM_rknHRegMask__; 312 301 text: .text%JVM_ReleaseUTF; 313 text: .text%__1cKutf8_write6FpCH_0_: utf8.o;314 302 text: .text%__1cKNode_ArrayGremove6MI_v_; 315 303 text: .text%__1cKRegionNodeLbottom_type6kM_pknEType__: classes.o; … … 360 348 text: .text%__1cMPhaseChaitinFUnion6MpknENode_3_v_; 361 349 text: .text%__1cKRegionNodeFValue6kMpnOPhaseTransform__pknEType__; 362 text: .text%__1cLrecord_bias6FpknIPhaseIFG_ii_v_: coalesce.o;363 350 text: .text%__1cMPhaseChaitinSget_spillcopy_wide6MpnENode_2I_2_; 364 351 text: .text%__1cKNativeCallLdestination6kM_pC_; … … 416 403 text: .text%__1cNRelocIteratorKset_limits6MpC1_v_; 417 404 text: .text%__1cIsplit_if6FpnGIfNode_pnMPhaseIterGVN__pnENode__: ifnode.o; 418 text: .text%__1cTremove_useless_bool6FpnGIfNode_pnIPhaseGVN__pnENode__: ifnode.o;419 405 text: .text%__1cJeRegPOperKin_RegMask6kMi_pknHRegMask__; 420 406 text: .text%__1cSInterpreterRuntimeJanewarray6FpnKJavaThread_pnTconstantPoolOopDesc_ii_v_; … … 479 465 text: .text%__1cKRegionNodeIIdentity6MpnOPhaseTransform__pnENode__; 480 466 text: .text%__1cMObjectLocker2T6M_v_; 481 text: .text%__1cWConstantPoolCacheEntryRset_initial_state6Mi_v_;482 467 text: .text%__1cOPhaseIdealLoopOidom_no_update6kMpnENode__2_: loopTransform.o; 483 468 text: .text%__1cRmethodDataOopDescPinitialize_data6MpnOBytecodeStream_i_i_; … … 517 502 text: .text%__1cNLoadKlassNodeGOpcode6kM_i_; 518 503 text: .text%__1cKTypeRawPtrEhash6kM_i_; 519 text: .text%__1cIciObjectIencoding6M_pnI_jobject__;520 504 text: .text%__1cPPerfLongVariantGsample6M_v_; 521 505 text: .text%__1cIAndINodeGOpcode6kM_i_; … … 553 537 text: .text%__1cNloadRangeNodeLout_RegMask6kM_rknHRegMask__; 554 538 text: .text%__1cFStateM_sub_Op_RegI6MpknENode__v_; 555 text: .text%__1cFKlassNlookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__;556 539 text: .text%__1cFStateM_sub_Op_AddP6MpknENode__v_; 557 540 text: .text%__1cIGraphKitMsaved_ex_oop6FpnNSafePointNode__pnENode__; … … 655 638 text: .text%__1cKBranchDataKcell_count6M_i_: ciMethodData.o; 656 639 text: .text%__1cLOopMapCacheIentry_at6kMi_pnQOopMapCacheEntry__; 657 text: .text%__1cHOopFlowEmake6FpnFArena_i_p0_;658 640 text: .text%__1cOGenerateOopMapKcheck_type6MnNCellTypeState_1_v_; 659 641 text: .text%__1cMMergeMemNodeNgrow_to_match6Mpk0_v_; … … 735 717 text: .text%__1cFframebFinterpreter_frame_monitor_begin6kM_pnPBasicObjectLock__; 736 718 text: .text%__1cGGCTask2t6M_v_; 737 text: .text%__1cETypeFwiden6kMpk0_2_: type.o;738 text: .text%__1cIAddPNodeQmach_bottom_type6FpknIMachNode__pknEType__;739 719 text: .text%__1cJLoadBNodeGOpcode6kM_i_; 740 720 text: .text%__1cOPhaseIdealLoopGspinup6MpnENode_2222pnLsmall_cache__2_; … … 763 743 text: .text%__1cILoadNodeHsize_of6kM_I_; 764 744 text: .text%__1cVjava_lang_ClassLoaderbBnon_reflection_class_loader6FpnHoopDesc__2_; 765 text: .text%__1cFciEnvYget_method_by_index_impl6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;766 text: .text%__1cFciEnvTget_method_by_index6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;767 745 text: .text%__1cFciEnvNlookup_method6MpnNinstanceKlass_2pnNsymbolOopDesc_4nJBytecodesECode__pnNmethodOopDesc__; 768 746 text: .text%__1cNCatchProjNodeLbottom_type6kM_pknEType__: cfgnode.o; … … 839 817 text: .text%__1cQSystemDictionarybCfind_instance_or_array_klass6FnMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 840 818 text: .text%__1cMVirtualSpaceOcommitted_size6kM_I_; 841 text: .text%__1cNinstanceKlassSlookup_osr_nmethod6kMkpnNmethodOopDesc_i_pnHnmethod__;842 819 text: .text%__1cGRFrame2t6MnFframe_pnKJavaThread_kp0_v_; 843 820 text: .text%__1cYCallStaticJavaDirectNodeFreloc6kM_i_; … … 848 825 text: .text%__1cKciTypeFlowKflow_block6Mpn0AFBlock_pn0ALStateVector_pn0AGJsrSet__v_; 849 826 text: .text%__1cWConstantPoolCacheEntryKset_method6MnJBytecodesECode_nMmethodHandle_i_v_; 850 text: .text%__1cFframeRoops_code_blob_do6MpnKOopClosure_pknLRegisterMap__v_;851 827 text: .text%__1cLOptoRuntimeSuncommon_trap_Type6F_pknITypeFunc__; 852 828 text: .text%__1cIHaltNode2t6MpnENode_2_v_; … … 888 864 text: .text%__1cIConLNodeGOpcode6kM_i_; 889 865 text: .text%__1cQSystemDictionarybOfind_constrained_instance_or_array_klass6FnMsymbolHandle_nGHandle_pnGThread__pnMklassOopDesc__; 890 text: .text%__1cHTypeIntFwiden6kMpknEType__3_;891 866 text: .text%__1cNCallGenerator2t6MpnIciMethod__v_; 892 867 text: .text%__1cIGraphKit2t6M_v_; 893 868 text: .text%__1cHMulNodeEhash6kM_I_; 894 869 text: .text%__1cFStateM_sub_Op_ConP6MpknENode__v_; 895 text: .text%__1cIciSymbol2t6MnMsymbolHandle__v_;896 870 text: .text%__1cIAddLNodeGOpcode6kM_i_; 897 871 text: .text%__1cIGraphKitNset_map_clone6MpnNSafePointNode__v_; … … 918 892 text: .text%__1cKMemoryPoolYrecord_peak_memory_usage6M_v_; 919 893 text: .text%__1cNinstanceKlassKlink_class6MpnGThread__v_; 920 text: .text%__1cTStackWalkCompPolicyRcompilation_level6MnMmethodHandle_i_i_;921 894 text: .text%__1cKMemBarNodeFValue6kMpnOPhaseTransform__pknEType__; 922 895 text: .text%__1cNinstanceKlassPinitialize_impl6FnTinstanceKlassHandle_pnGThread__v_; … … 936 909 text: .text%__1cKReturnNodeGOpcode6kM_i_; 937 910 text: .text%__1cKHandleAreaHoops_do6MpnKOopClosure__v_; 938 text: .text%__1cNchunk_oops_do6FpnKOopClosure_pnFChunk_pc_I_: handles.o;939 text: .text%__1cGThreadHoops_do6MpnKOopClosure__v_;940 911 text: .text%__1cKstorePNodeOmemory_operand6kM_pknIMachOper__; 941 912 text: .text%__1cLStringTableGintern6FpnNsymbolOopDesc_pnGThread__pnHoopDesc__; … … 965 936 text: .text%__1cRMachNullCheckNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 966 937 text: .text%__1cICodeHeapLheader_size6F_I_; 967 text: .text%__1cKJavaThreadHoops_do6MpnKOopClosure__v_;968 938 text: .text%__1cJTypeTupleKmake_range6FpnLciSignature__pk0_; 969 939 text: .text%__1cJStoreNodeSIdeal_masked_input6MpnIPhaseGVN_I_pnENode__; … … 1004 974 text: .text%__1cRInterpretedRFrame2t6MnFframe_pnKJavaThread_kpnGRFrame__v_; 1005 975 text: .text%__1cJAssemblerEmovl6MpnMRegisterImpl_nHAddress__v_; 1006 text: .text%__1cPBytecode_invokeFindex6kM_i_;1007 976 text: .text%__1cFParseHdo_call6M_v_; 1008 977 text: .text%__1cIGraphKitWround_double_arguments6MpnIciMethod__v_; … … 1058 1027 text: .text%__1cbBopt_virtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 1059 1028 text: .text%__1cLnaxRegPOperKin_RegMask6kMi_pknHRegMask__; 1060 text: .text%__1cbAjni_check_async_exceptions6FpnKJavaThread__v_: jni.o;1061 1029 text: .text%__1cKciTypeFlowLStateVectorStype_meet_internal6FpnGciType_3p0_3_; 1062 1030 text: .text%__1cJFieldTypeSskip_optional_size6FpnNsymbolOopDesc_pi_v_; 1063 1031 text: .text%__1cQjmpCon_shortNodeEsize6kMpnNPhaseRegAlloc__I_; 1064 1032 text: .text%__1cSobjArrayKlassKlassIoop_size6kMpnHoopDesc__i_: objArrayKlassKlass.o; 1065 text: .text%__1cIGraphKitTset_all_memory_call6MpnENode__v_;1066 1033 text: .text%__1cJloadSNodeLout_RegMask6kM_rknHRegMask__; 1067 1034 text: .text%__1cKjmpDirNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 1091 1058 text: .text%__1cFStateN_sub_Op_LoadP6MpknENode__v_; 1092 1059 text: .text%__1cTconstantPoolOopDescbDresolve_string_constants_impl6FnSconstantPoolHandle_pnGThread__v_; 1093 text: .text%__1cNCompileBrokerOcompile_method6FnMmethodHandle_i1ipkcpnGThread__pnHnmethod__;1094 1060 text: .text%__1cJloadINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1095 1061 text: .text%__1cFArenaRdestruct_contents6M_v_; … … 1099 1065 text: .text%__1cHi2sNodeLout_RegMask6kM_rknHRegMask__; 1100 1066 text: .text%__1cOGenerateOopMapJdo_method6Miiii_v_; 1101 text: .text%__1cLSymbolTableFprobe6Fpkci_pnNsymbolOopDesc__;1102 1067 text: .text%__1cNdecI_eRegNodeLout_RegMask6kM_rknHRegMask__; 1103 1068 text: .text%__1cIciObjectFklass6M_pnHciKlass__; … … 1107 1072 text: .text%__1cMURShiftLNodeGOpcode6kM_i_; 1108 1073 text: .text%__1cIMulINodeGOpcode6kM_i_; 1109 text: .text%__1cPBytecode_invokeJsignature6kM_pnNsymbolOopDesc__;1110 1074 text: .text%__1cIConDNodeGOpcode6kM_i_; 1111 1075 text: .text%__1cNSignatureInfoGdo_int6M_v_: bytecode.o; … … 1139 1103 text: .text%jni_GetByteArrayRegion: jni.o; 1140 1104 text: .text%__1cQPlaceholderTableKfind_entry6MiInMsymbolHandle_nGHandle__pnNsymbolOopDesc__; 1141 text: .text%__1cKBufferBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;1142 1105 text: .text%__1cKstorePNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1143 1106 text: .text%__1cFStateP_sub_Op_LShiftI6MpknENode__v_; … … 1145 1108 text: .text%__1cICodeHeapIcapacity6kM_I_; 1146 1109 text: .text%__1cMCodeHeapPoolQget_memory_usage6M_nLMemoryUsage__; 1147 text: .text%__1cKMemoryPoolImax_size6kM_I_: memoryPool.o;1148 1110 text: .text%__1cMCodeHeapPoolNused_in_bytes6M_I_: memoryPool.o; 1149 1111 text: .text%__1cIPipelinePoperand_latency6kMIpk0_I_; … … 1222 1184 text: .text%__1cJJavaCallsEcall6FpnJJavaValue_nMmethodHandle_pnRJavaCallArguments_pnGThread__v_; 1223 1185 text: .text%__1cRJavaCallArgumentsKparameters6M_pi_; 1224 text: .text%__1cRruntime_type_from6FpnJJavaValue__nJBasicType__: javaCalls.o;1225 1186 text: .text%__1cTAbstractInterpreterbFsize_top_interpreter_activation6FpnNmethodOopDesc__i_; 1226 1187 text: .text%__1cJMultiNodeLout_RegMask6kM_rknHRegMask__; 1227 1188 text: .text%__1cPJavaCallWrapper2T6M_v_; 1228 1189 text: .text%__1cITypeFuncFxdual6kM_pknEType__; 1229 text: .text%__1cKInlineTree2t6MpnHCompile_pk0pnIciMethod_pnIJVMState_if_v_;1230 1190 text: .text%__1cMLinkResolverXresolve_klass_no_update6FrnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 1231 1191 text: .text%__1cHciField2t6MpnPciInstanceKlass_i_v_; … … 1234 1194 text: .text%__1cOGenerateOopMapCpp6MpnNCellTypeState_2_v_; 1235 1195 text: .text%__1cSObjectSynchronizerXidentity_hash_value_for6FnGHandle__i_; 1236 text: .text%__1cQjava_lang_StringGlength6FpnHoopDesc__i_;1237 1196 text: .text%__1cHoopDescSslow_identity_hash6M_i_; 1238 1197 text: .text%__1cIMulINodeLbottom_type6kM_pknEType__: classes.o; … … 1243 1202 text: .text%__1cKInlineTreebCbuild_inline_tree_for_callee6MpnIciMethod_pnIJVMState_i_p0_; 1244 1203 text: .text%__1cIciMethodbBinterpreter_call_site_count6Mi_i_; 1245 text: .text%__1cHnmethodHoops_do6MpnKOopClosure__v_;1246 text: .text%__1cJGC_lockerNlock_critical6FpnKJavaThread__v_: jni.o;1247 1204 text: .text%__1cJAssemblerElock6M_v_; 1248 1205 text: .text%__1cFKlassTarray_klass_or_null6Mi_pnMklassOopDesc__; … … 1266 1223 text: .text%jni_GetPrimitiveArrayCritical: jni.o; 1267 1224 text: .text%jni_ReleasePrimitiveArrayCritical: jni.o; 1268 text: .text%__1cWConstantPoolCacheEntryPbytecode_number6FnJBytecodesECode__i_: cpCacheOop.o;1269 1225 text: .text%__1cOMethodLivenessKBasicBlockIload_two6Mi_v_; 1270 1226 text: .text%__1cMCreateExNodeJideal_reg6kM_I_: classes.o; 1271 1227 text: .text%__1cFArena2t6M_v_; 1272 1228 text: .text%__1cHMulNodeIIdentity6MpnOPhaseTransform__pnENode__; 1273 text: .text%__1cLsymbolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1274 1229 text: .text%__1cMCreateExNodeIIdentity6MpnOPhaseTransform__pnENode__; 1275 1230 text: .text%__1cSInterpreterRuntimeLmonitorexit6FpnKJavaThread_pnPBasicObjectLock__v_; … … 1285 1240 text: .text%__1cSCountedLoopEndNodeKstride_con6kM_i_; 1286 1241 text: .text%__1cRmethodDataOopDescKmileage_of6FpnNmethodOopDesc__i_; 1287 text: .text%__1cQconstMethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1288 1242 text: .text%__1cHCompileXin_preserve_stack_slots6M_I_; 1289 text: .text%__1cLmethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1290 1243 text: .text%__1cKTypeRawPtrFxmeet6kMpknEType__3_; 1291 1244 text: .text%__1cTJvmtiEventCollectorYunset_jvmti_thread_state6M_v_; … … 1299 1252 text: .text%__1cFTypeDEmake6Fd_pk0_; 1300 1253 text: .text%jni_IsSameObject: jni.o; 1301 text: .text%__1cRCompilationPolicybIreset_counter_for_invocation_event6MnMmethodHandle__v_;1302 1254 text: .text%__1cKMemoryPoolHoops_do6MpnKOopClosure__v_; 1303 1255 text: .text%__1cNstoreImmBNodeOmemory_operand6kM_pknIMachOper__; … … 1352 1304 text: .text%__1cOGenerateOopMapRsigchar_to_effect6McipnNCellTypeState__2_; 1353 1305 text: .text%__1cJAssemblerFtestl6MpnMRegisterImpl_2_v_; 1354 text: .text%__1cIGraphKitZset_results_for_java_call6MpnMCallJavaNode__pnENode__;1355 1306 text: .text%JVM_GetMethodIxModifiers; 1356 1307 text: .text%__1cNSCMemProjNodeGOpcode6kM_i_; … … 1364 1315 text: .text%__1cRshrI_eReg_immNodeEsize6kMpnNPhaseRegAlloc__I_; 1365 1316 text: .text%__1cScompP_mem_eRegNodeLout_RegMask6kM_rknHRegMask__; 1366 text: .text%__1cFciEnvbAget_constant_by_index_impl6MpnPciInstanceKlass_i_nKciConstant__;1367 text: .text%__1cFciEnvVget_constant_by_index6MpnPciInstanceKlass_i_nKciConstant__;1368 1317 text: .text%__1cLLShiftLNodeGOpcode6kM_i_; 1369 1318 text: .text%__1cTciConstantPoolCacheGinsert6Mipv_v_; … … 1377 1326 text: .text%__1cKstoreINodeLout_RegMask6kM_rknHRegMask__; 1378 1327 text: .text%__1cScompU_eReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1379 text: .text%__1cIGraphKitTcreate_and_xform_if6MpnENode_2ff_pnGIfNode__: graphKit.o;1380 1328 text: .text%__1cSCallLeafDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1381 1329 text: .text%__1cQComputeCallStackHdo_void6M_v_: generateOopMap.o; … … 1402 1350 text: .text%__1cMeADXRegLOperKin_RegMask6kMi_pknHRegMask__; 1403 1351 text: .text%__1cRcmpFastUnlockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1404 text: .text%__1cXcopy_u2_with_conversion6FpH0i_v_: classFileParser.o;1405 1352 text: .text%__1cPClassFileParserYparse_checked_exceptions6MpHInSconstantPoolHandle_pnGThread__1_; 1406 1353 text: .text%__1cMLinkResolverbCresolve_special_call_or_null6FnLKlassHandle_nMsymbolHandle_21_nMmethodHandle__; 1407 1354 text: .text%__1cPciInstanceKlassLfind_method6MpnIciSymbol_2_pnIciMethod__; 1408 text: .text%__1cNCallGeneratorPfor_direct_call6FpnIciMethod__p0_;1409 1355 text: .text%__1cTDirectCallGeneratorIgenerate6MpnIJVMState__2_; 1410 1356 text: .text%__1cMWarmCallInfoLalways_cold6F_p0_; … … 1445 1391 text: .text%__1cNMemoryServiceXtrack_memory_pool_usage6FpnKMemoryPool__v_; 1446 1392 text: .text%__1cMLinkResolverUresolve_invokestatic6FrnICallInfo_nSconstantPoolHandle_ipnGThread__v_; 1447 text: .text%__1cKklassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1448 1393 text: .text%__1cXcmpL_reg_flags_LTGENodeLout_RegMask6kM_rknHRegMask__; 1449 text: .text%__1cNinstanceKlassScopy_static_fields6MpnSPSPromotionManager__v_;1450 text: .text%__1cSinstanceKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1451 1394 text: .text%__1cKoopFactoryYnew_permanent_shortArray6FipnGThread__pnQtypeArrayOopDesc__; 1452 1395 text: .text%__1cFStateR_sub_Op_LoadRange6MpknENode__v_; … … 1467 1410 text: .text%__1cRCardTableModRefBSPdirty_MemRegion6MnJMemRegion__v_; 1468 1411 text: .text%__1cPcheckCastPPNodeEsize6kMpnNPhaseRegAlloc__I_; 1469 text: .text%__1cTStackWalkCompPolicyYmethod_back_branch_event6MnMmethodHandle_iipnGThread__v_;1470 text: .text%__1cRCompilationPolicybJreset_counter_for_back_branch_event6MnMmethodHandle__v_;1471 1412 text: .text%__1cKciTypeFlowHdo_flow6M_v_; 1472 1413 text: .text%__1cKciTypeFlowKmap_blocks6M_v_; … … 1510 1451 text: .text%__1cJTimeStampSticks_since_update6kM_x_; 1511 1452 text: .text%__1cISubLNodeGOpcode6kM_i_; 1512 text: .text%__1cRconstantPoolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1513 1453 text: .text%__1cICodeBlobMset_oop_maps6MpnJOopMapSet__v_; 1514 1454 text: .text%__1cJCodeCacheIallocate6Fi_pnICodeBlob__; … … 1517 1457 text: .text%__1cScompI_eReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1518 1458 text: .text%__1cVAdaptivePaddedAverageGsample6Mf_v_; 1519 text: .text%__1cNPrefetchQdDueueFclear6M_v_: psPromotionManager.o;1520 1459 text: .text%__1cSPSPromotionManagerFreset6M_v_; 1521 1460 text: .text%__1cSPSPromotionManagerKflush_labs6M_v_; … … 1609 1548 text: .text%__1cIAndINodeKmul_opcode6kM_i_: classes.o; 1610 1549 text: .text%__1cRandI_eReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1611 text: .text%__1cRshrI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1612 1550 text: .text%__1cJLoadSNodeJideal_reg6kM_I_: classes.o; 1613 1551 text: .text%__1cLProfileDataPpost_initialize6MpnOBytecodeStream_pnRmethodDataOopDesc__v_: ciMethodData.o; 1614 text: .text%__1cRaddI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1615 1552 text: .text%__1cOPhaseIdealLoopMdominated_by6MpnENode_2_v_; 1616 1553 text: .text%__1cPRoundDoubleNodeGOpcode6kM_i_; … … 1620 1557 text: .text%__1cCosXthread_local_storage_at6Fi_pv_; 1621 1558 text: .text%__1cSThreadLocalStoragePget_thread_slow6F_pnGThread__; 1622 text: .text%__1cQinstanceRefKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1623 1559 text: .text%__1cLregFPR1OperKin_RegMask6kMi_pknHRegMask__; 1624 1560 text: .text%__1cNstoreImmBNodeLout_RegMask6kM_rknHRegMask__; … … 1641 1577 text: .text%__1cNinstanceKlassQinit_implementor6M_v_; 1642 1578 text: .text%__1cNinstanceKlassbBdo_local_static_fields_impl6FnTinstanceKlassHandle_pFpnPfieldDescriptor_pnGThread__v5_v_; 1643 text: .text%__1cSinstanceKlassKlassXallocate_instance_klass6MiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1644 text: .text%__1cKoopFactoryRnew_instanceKlass6FiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1645 1579 text: .text%__1cLklassVtableQget_num_mirandas6FpnMklassOopDesc_pnPobjArrayOopDesc_4_i_; 1646 1580 text: .text%__1cLklassItableZsetup_itable_offset_table6FnTinstanceKlassHandle__v_; … … 1650 1584 text: .text%__1cQSystemDictionaryQadd_to_hierarchy6FnTinstanceKlassHandle_pnGThread__v_; 1651 1585 text: .text%__1cNinstanceKlassWdo_local_static_fields6MpFpnPfieldDescriptor_pnGThread__v4_v_; 1652 text: .text%__1cPClassFileParserUcompute_oop_map_size6MnTinstanceKlassHandle_ii_i_;1653 1586 text: .text%__1cPClassFileParserVset_precomputed_flags6MnTinstanceKlassHandle__v_; 1654 1587 text: .text%__1cPClassFileParserTparse_constant_pool6MpnGThread__nSconstantPoolHandle__; … … 1665 1598 text: .text%__1cJEventMark2t6MpkcE_v_: classLoader.o; 1666 1599 text: .text%__1cSThreadProfilerMark2t6Mn0AGRegion__v_; 1667 text: .text%__1cFVTuneOend_class_load6F_v_;1668 text: .text%__1cFVTuneQstart_class_load6F_v_;1669 1600 text: .text%__1cLClassLoaderOload_classfile6FnMsymbolHandle_pnGThread__nTinstanceKlassHandle__; 1670 1601 text: .text%__1cQSystemDictionaryRfind_shared_class6FnMsymbolHandle__pnMklassOopDesc__; … … 1705 1636 text: .text%__1cJLoadLNodeJideal_reg6kM_I_: classes.o; 1706 1637 text: .text%__1cPshrI_eReg_1NodeLout_RegMask6kM_rknHRegMask__; 1707 text: .text%__1cWconstantPoolCacheKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1708 1638 text: .text%__1cYmulI_imm_RShift_highNodeLout_RegMask6kM_rknHRegMask__; 1709 1639 text: .text%__1cUBytecode_tableswitchOdest_offset_at6kMi_i_; … … 1732 1662 text: .text%__1cKManagementJtimestamp6F_x_; 1733 1663 text: .text%__1cIPSOldGenPupdate_counters6M_v_; 1734 text: .text%__1cNSharedRuntimebOraw_exception_handler_for_return_address6FpC_1_;1735 text: .text%__1cNSharedRuntimebKexception_handler_for_return_address6FpC_1_;1736 text: .text%__1cNaddI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1737 1664 text: .text%__1cHOrINodeGadd_id6kM_pknEType__: classes.o; 1738 1665 text: .text%signalHandler; … … 1801 1728 text: .text%__1cICodeHeapLmerge_right6MpnJFreeBlock__v_; 1802 1729 text: .text%__1cIregDOperKin_RegMask6kMi_pknHRegMask__; 1803 text: .text%__1cNsubI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1804 1730 text: .text%__1cIPhaseIFGYCompute_Effective_Degree6M_v_; 1805 1731 text: .text%__1cMPhaseChaitinISimplify6M_v_; … … 1810 1736 text: .text%__1cSvframeStreamCommonZsecurity_get_caller_frame6Mi_v_; 1811 1737 text: .text%__1cENodeHrm_prec6MI_v_; 1812 text: .text%__1cUjni_invoke_nonstatic6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;1813 1738 text: .text%__1cWflagsReg_long_EQdDNEOperKin_RegMask6kMi_pknHRegMask__; 1814 1739 text: .text%__1cKciTypeFlowPflow_exceptions6MpnNGrowableArray4Cpn0AFBlock___pnNGrowableArray4CpnPciInstanceKlass___pn0ALStateVector__v_; … … 1821 1746 text: .text%__1cHTypePtrFxmeet6kMpknEType__3_; 1822 1747 text: .text%__1cSsafePoint_pollNodeEsize6kMpnNPhaseRegAlloc__I_; 1823 text: .text%__1cJScopeDesc2t6MpknHnmethod_i_v_;1824 1748 text: .text%__1cOcompiledVFrame2t6MpknFframe_pknLRegisterMap_pnKJavaThread_pnJScopeDesc__v_; 1825 1749 text: .text%__1cNSignatureInfoHdo_long6M_v_: bytecode.o; … … 1845 1769 text: .text%__1cOMacroAssemblerKget_thread6MpnMRegisterImpl__v_; 1846 1770 text: .text%__1cLRethrowNodeFValue6kMpnOPhaseTransform__pknEType__; 1847 text: .text%__1cRcmpFastUnlockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1848 1771 text: .text%__1cIGraphKitNshared_unlock6MpnENode_2_v_; 1849 1772 text: .text%__1cNSafePointNodeLpop_monitor6M_v_; … … 1878 1801 text: .text%__1cRsubI_eReg_memNodeOmemory_operand6kM_pknIMachOper__; 1879 1802 text: .text%__1cIJumpDataPpost_initialize6MpnOBytecodeStream_pnRmethodDataOopDesc__v_; 1880 text: .text%__1cMalloc_object6FpnH_jclass_pnGThread__pnPinstanceOopDesc__: jni.o;1881 1803 text: .text%__1cHOrINodeJideal_reg6kM_I_: classes.o; 1882 1804 text: .text%__1cKTypeRawPtrEmake6FnHTypePtrDPTR__pk0_; … … 1901 1823 text: .text%jni_NewObject: jni.o; 1902 1824 text: .text%__1cMTailCallNodeKmatch_edge6kMI_I_; 1903 text: .text%__1cIciMethodRinstructions_size6M_i_;1904 1825 text: .text%__1cKStoreFNodeGOpcode6kM_i_; 1905 1826 text: .text%__1cFStateO_sub_Op_StoreC6MpknENode__v_; … … 1940 1861 text: .text%__1cJloadBNodeOmemory_operand6kM_pknIMachOper__; 1941 1862 text: .text%__1cMLinkResolverOresolve_method6FrnMmethodHandle_rnLKlassHandle_nSconstantPoolHandle_ipnGThread__v_; 1942 text: .text%__1cNincI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1943 1863 text: .text%__1cJloadLNodeOmemory_operand6kM_pknIMachOper__; 1944 1864 text: .text%__1cNandL_eRegNodeQuse_cisc_RegMask6M_v_; … … 1959 1879 text: .text%__1cMVirtualSpaceNreserved_size6kM_I_; 1960 1880 text: .text%__1cHNTarjanIsetdepth6MIpI_v_; 1961 text: .text%__1cOPhaseIdealLoopPbuild_loop_late6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;1962 text: .text%__1cOPhaseIdealLoopQbuild_loop_early6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;1963 1881 text: .text%__1cOPhaseIdealLoopKDominators6M_v_; 1964 1882 text: .text%__1cHNTarjanDDFS6Fp0rnJVectorSet_pnOPhaseIdealLoop_pI_i_; … … 1995 1913 text: .text%__1cNDispatchTableJset_entry6MirnKEntryPoint__v_; 1996 1914 text: .text%__1cNmethodOopDescVclear_native_function6M_v_; 1997 text: .text%__1cFframeLnmethods_do6M_v_;1998 1915 text: .text%__1cJLoadBNodeJideal_reg6kM_I_: classes.o; 1999 1916 text: .text%__1cSSetupItableClosureEdoit6MpnMklassOopDesc_i_v_: klassVtable.o; … … 2011 1928 text: .text%__1cRsubI_eReg_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2012 1929 text: .text%__1cNaddI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2013 text: .text%__1cKTypeOopPtrSmake_from_constant6FpnIciObject__pk0_;2014 1930 text: .text%__1cMURShiftLNodeLbottom_type6kM_pknEType__: classes.o; 2015 1931 text: .text%jni_GetObjectArrayElement: jni.o; … … 2024 1940 text: .text%__1cSObjectSynchronizerHoops_do6FpnKOopClosure__v_; 2025 1941 text: .text%__1cKJNIHandlesHoops_do6FpnKOopClosure__v_; 2026 text: .text%__1cIVMThreadHoops_do6MpnKOopClosure__v_;2027 1942 text: .text%__1cbGJvmtiVMObjectAllocEventCollectorXoops_do_for_all_threads6FpnKOopClosure__v_; 2028 1943 text: .text%__1cQPlaceholderTableHoops_do6MpnKOopClosure__v_; … … 2041 1956 text: .text%__1cLRethrowNodeEhash6kM_I_: classes.o; 2042 1957 text: .text%__1cWCallLeafNoFPDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2043 text: .text%__1cRsalI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2044 1958 text: .text%__1cRsalI_eReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2045 1959 text: .text%__1cJAssemblerDjmp6MnHAddress__v_; … … 2058 1972 text: .text%__1cWThreadLocalAllocBufferQresize_all_tlabs6F_v_; 2059 1973 text: .text%__1cUParallelScavengeHeapbFaccumulate_statistics_all_tlabs6M_v_; 2060 text: .text%__1cPGCMemoryManagerIgc_begin6M_v_;2061 text: .text%__1cPGCMemoryManagerGgc_end6M_v_;2062 1974 text: .text%__1cNMemoryServiceStrack_memory_usage6F_v_; 2063 1975 text: .text%__1cXTraceMemoryManagerStats2T6M_v_; … … 2095 2007 text: .text%__1cJloadFNodeLout_RegMask6kM_rknHRegMask__; 2096 2008 text: .text%__1cMCounterDecayFdecay6F_v_; 2097 text: .text%__1cONMethodSweeperFsweep6F_v_;2098 2009 text: .text%__1cRInlineCacheBufferUupdate_inline_caches6F_v_; 2099 2010 text: .text%__1cUSafepointSynchronizeDend6F_v_; … … 2242 2153 text: .text%__1cHRetNodeFreloc6kM_i_; 2243 2154 text: .text%__1cIConFNodeGOpcode6kM_i_; 2244 text: .text%__1cLRuntimeStubHoops_do6MpnKOopClosure__v_: codeBlob.o;2245 2155 text: .text%__1cJCodeCacheNalive_nmethod6FpnICodeBlob__pnHnmethod__; 2246 2156 text: .text%__1cQLibraryIntrinsicIgenerate6MpnIJVMState__2_; … … 2250 2160 text: .text%__1cLConvL2INodeJideal_reg6kM_I_: classes.o; 2251 2161 text: .text%__1cZInterpreterMacroAssemblerNdispatch_next6MnITosState_i_v_; 2252 text: .text%__1cPshlI_eReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2253 2162 text: .text%__1cSmembar_releaseNodeEsize6kMpnNPhaseRegAlloc__I_; 2254 text: .text%__1cNdecI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2255 2163 text: .text%__1cNandL_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2256 2164 text: .text%__1cNdecI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2268 2176 text: .text%__1cFStateR_sub_Op_SafePoint6MpknENode__v_; 2269 2177 text: .text%__1cMciMethodDataStrap_recompiled_at6MpnLProfileData__i_; 2270 text: .text%__1cSsafePoint_pollNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2271 2178 text: .text%__1cSsafePoint_pollNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2272 2179 text: .text%__1cSsafePoint_pollNodeFreloc6kM_i_; 2273 text: .text%__1cKCodeBuffer2t6MpCi_v_;2274 2180 text: .text%__1cNandI_eRegNodeLout_RegMask6kM_rknHRegMask__; 2275 text: .text%__1cRandI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2276 text: .text%__1cHi2sNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2277 2181 text: .text%__1cHi2sNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2278 2182 text: .text%__1cFStateL_sub_Op_OrI6MpknENode__v_; … … 2312 2216 text: .text%__1cIMaxINodeLbottom_type6kM_pknEType__: classes.o; 2313 2217 text: .text%__1cFStateQ_sub_Op_FastLock6MpknENode__v_; 2314 text: .text%__1cPcmpFastLockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2315 2218 text: .text%__1cIGraphKitLshared_lock6MpnENode__pnMFastLockNode__; 2316 2219 text: .text%__1cQjava_lang_ThreadGthread6FpnHoopDesc__pnKJavaThread__; … … 2319 2222 text: .text%__1cFParseFBlockMadd_new_path6M_i_; 2320 2223 text: .text%JVM_FindClassFromClass; 2321 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc_ii_v_: nativeLookup.o;2322 2224 text: .text%__1cIMulINodeGmul_id6kM_pknEType__: classes.o; 2323 2225 text: .text%__1cPshlI_eReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2328 2230 text: .text%__1cLConvI2LNodeJideal_reg6kM_I_: classes.o; 2329 2231 text: .text%__1cKReflectionSinvoke_constructor6FpnHoopDesc_nOobjArrayHandle_pnGThread__2_; 2330 text: .text%__1cMorI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2331 text: .text%__1cOmangle_name_on6FpnMoutputStream_pnNsymbolOopDesc__v_: nativeLookup.o;2332 2232 text: .text%__1cMtlsLoadPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2333 2233 text: .text%__1cYmulI_imm_RShift_highNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2362 2262 text: .text%__1cXmembar_acquire_lockNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2363 2263 text: .text%__1cMMergeMemNodeIadr_type6kM_pknHTypePtr__: memnode.o; 2364 text: .text%__1cITypeLongFwiden6kMpknEType__3_;2365 2264 text: .text%__1cIModINodeFValue6kMpnOPhaseTransform__pknEType__; 2366 2265 text: .text%__1cQjava_lang_StringTcreate_oop_from_str6FpkcpnGThread__pnHoopDesc__; 2367 2266 text: .text%__1cKoopFactoryNnew_charArray6FpkcpnGThread__pnQtypeArrayOopDesc__; 2368 2267 text: .text%__1cScompP_mem_eRegNodeFreloc6kM_i_; 2369 text: .text%__1cMadjust_check6FpnENode_11iipnMPhaseIterGVN__v_: ifnode.o;2370 2268 text: .text%__1cNtestU_regNodeLout_RegMask6kM_rknHRegMask__; 2371 2269 text: .text%__1cFStateP_sub_Op_ConvI2L6MpknENode__v_; … … 2444 2342 text: .text%__1cJAssemblerEsubl6MpnMRegisterImpl_i_v_; 2445 2343 text: .text%__1cFForteNregister_stub6FpkcpC3_v_; 2446 text: .text%__1cFVTuneNregister_stub6FpkcpC3_v_;2447 2344 text: .text%__1cENodeEgetd6kM_d_; 2448 2345 text: .text%__1cFStateM_sub_Op_AndL6MpknENode__v_; … … 2484 2381 text: .text%__1cQComputeCallStackIdo_short6M_v_: generateOopMap.o; 2485 2382 text: .text%__1cICodeHeapMinsert_after6MpnJFreeBlock_2_v_; 2486 text: .text%__1cHnmFlagsFclear6M_v_;2487 2383 text: .text%__1cHnmethodQcopy_scopes_data6MpCi_v_; 2488 2384 text: .text%__1cVExceptionHandlerTableHcopy_to6MpnHnmethod__v_; 2489 2385 text: .text%__1cHnmethod2n6FIi_pv_; 2490 2386 text: .text%__1cWImplicitExceptionTableHcopy_to6MpnHnmethod__v_; 2491 text: .text%__1cFVTuneOcreate_nmethod6FpnHnmethod__v_;2492 2387 text: .text%__1cFciEnvVnum_inlined_bytecodes6kM_i_; 2493 2388 text: .text%__1cJCodeCacheGcommit6FpnICodeBlob__v_; 2494 2389 text: .text%__1cYDebugInformationRecorderHcopy_to6MpnHnmethod__v_; 2495 text: .text%__1cLOopRecorderHcopy_to6MpnICodeBlob__v_;2496 2390 text: .text%__1cQorI_eReg_immNodeLout_RegMask6kM_rknHRegMask__; 2497 2391 text: .text%__1cHCompileUremove_useless_nodes6MrnQUnique_Node_List__v_; … … 2512 2406 text: .text%__1cHCompileNreturn_values6MpnIJVMState__v_; 2513 2407 text: .text%__1cKInlineTreeWbuild_inline_tree_root6F_p0_; 2514 text: .text%__1cbAfinal_graph_reshaping_walk6FrnKNode_Stack_pnENode_rnUFinal_Reshape_Counts__v_: compile.o;2515 2408 text: .text%__1cIPhaseCCPJtransform6MpnENode__2_; 2516 2409 text: .text%__1cHCompileLFinish_Warm6M_v_; … … 2536 2429 text: .text%__1cIAddFNodeGOpcode6kM_i_; 2537 2430 text: .text%__1cJAssemblerFffree6Mi_v_; 2538 text: .text%__1cKExceptionsG_throw6FpnGThread_pkcinGHandle__v_;2539 2431 text: .text%__1cQjava_lang_StringPcreate_from_str6FpkcpnGThread__nGHandle__; 2540 2432 text: .text%__1cOGenerateOopMapIppop_any6Mi_v_; … … 2552 2444 text: .text%jni_GetStringUTFChars: jni.o; 2553 2445 text: .text%jni_ReleaseStringUTFChars; 2554 text: .text%__1cNloadConI0NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2555 2446 text: .text%__1cSInterpreterRuntimeXthrow_pending_exception6FpnKJavaThread__v_; 2556 2447 text: .text%__1cXcmpL_reg_flags_LEGTNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2573 2464 text: .text%__1cSshrL_eReg_1_31NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2574 2465 text: .text%__1cJleaP8NodeIpipeline6kM_pknIPipeline__; 2575 text: .text%__1cXcmpL_reg_flags_LTGENodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2576 text: .text%__1cNcmpL_LTGENodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2577 2466 text: .text%__1cFParsePmerge_exception6Mi_v_; 2578 2467 text: .text%__1cFStateS_sub_Op_ClearArray6MpknENode__v_; 2579 2468 text: .text%__1cMrep_stosNodeLout_RegMask6kM_rknHRegMask__; 2580 text: .text%__1cMrep_stosNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2581 2469 text: .text%__1cOcompI_eRegNodeIpipeline6kM_pknIPipeline__; 2582 2470 text: .text%__1cFTypeFEmake6Ff_pk0_; … … 2584 2472 text: .text%__1cSInterpreterRuntimeOmultianewarray6FpnKJavaThread_pi_v_; 2585 2473 text: .text%__1cIDivINodeIIdentity6MpnOPhaseTransform__pnENode__; 2586 text: .text%__1cPmethodDataKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2587 2474 text: .text%__1cLStrCompNodeLbottom_type6kM_pknEType__: classes.o; 2588 2475 text: .text%__1cXJNI_ArgumentPusherVaArgHget_int6M_v_: jni.o; … … 2603 2490 text: .text%__1cSsafePoint_pollNodeIpipeline6kM_pknIPipeline__; 2604 2491 text: .text%__1cKstoreLNodeFreloc6kM_i_; 2605 text: .text%__1cGThreadLnmethods_do6M_v_;2606 2492 text: .text%__1cPRoundDoubleNodeFValue6kMpnOPhaseTransform__pknEType__; 2607 2493 text: .text%__1cCosTnative_java_library6F_pv_; 2608 text: .text%__1cQjava_lang_StringFvalue6FpnHoopDesc__pnQtypeArrayOopDesc__;2609 text: .text%__1cQjava_lang_StringGoffset6FpnHoopDesc__i_;2610 2494 text: .text%__1cIModLNodeLbottom_type6kM_pknEType__: classes.o; 2611 2495 text: .text%__1cScompP_eReg_immNodeIpipeline6kM_pknIPipeline__; … … 2616 2500 text: .text%__1cCosYprint_jni_name_prefix_on6FpnMoutputStream_i_v_; 2617 2501 text: .text%__1cJJavaCallsMcall_special6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_53pnGThread__v_; 2618 text: .text%__1cVlookup_special_native6Fpc_pC_: nativeLookup.o;2619 2502 text: .text%__1cPciObjArrayKlassGloader6M_pnHoopDesc__: ciObjArrayKlass.o; 2620 2503 text: .text%__1cPDictionaryEntryVadd_protection_domain6MpnHoopDesc__v_; … … 2622 2505 text: .text%__1cQSystemDictionarybAvalidate_protection_domain6FnTinstanceKlassHandle_nGHandle_2pnGThread__v_; 2623 2506 text: .text%__1cKDictionaryVadd_protection_domain6MiInTinstanceKlassHandle_nGHandle_2pnGThread__v_; 2624 text: .text%__1cPshrI_eReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2625 2507 text: .text%__1cKarrayKlassbBcomplete_create_array_klass6FnQarrayKlassHandle_nLKlassHandle_pnGThread__v_; 2626 2508 text: .text%__1cKarrayKlassXbase_create_array_klass6FrknKKlass_vtbl_inLKlassHandle_pnGThread__nQarrayKlassHandle__; … … 2643 2525 text: .text%__1cKstoreBNodeOmemory_operand6kM_pknIMachOper__; 2644 2526 text: .text%__1cJLoadPNodeMstore_Opcode6kM_i_: classes.o; 2645 text: .text%__1cKJavaThreadLnmethods_do6M_v_;2646 2527 text: .text%__1cXvirtual_call_RelocationEtype6M_nJrelocInfoJrelocType__: relocInfo.o; 2647 2528 text: .text%__1cNcmovI_regNodeQuse_cisc_RegMask6M_v_; … … 2652 2533 text: .text%__1cNobjArrayKlassYcompute_secondary_supers6MipnGThread__pnPobjArrayOopDesc__; 2653 2534 text: .text%__1cRsarI_eReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2654 text: .text%__1cRsarI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2655 2535 text: .text%__1cWCallLeafNoFPDirectNodeFreloc6kM_i_; 2656 2536 text: .text%__1cNobjArrayKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: objArrayKlass.o; … … 2658 2538 text: .text%jni_ReleaseStringCritical: jni.o; 2659 2539 text: .text%__1cPciObjArrayKlass2t6MnLKlassHandle__v_; 2660 text: .text%__1cPsarI_eReg_1NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2661 2540 text: .text%__1cPsarI_eReg_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2662 2541 text: .text%__1cPconvF2D_regNodeLout_RegMask6kM_rknHRegMask__; 2663 2542 text: .text%__1cPPerfDataManagerMcounter_name6Fpkc2_pc_; 2664 text: .text%__1cRaddL_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2665 2543 text: .text%__1cHCompileSrethrow_exceptions6MpnIJVMState__v_; 2666 2544 text: .text%__1cLRethrowNodeJideal_reg6kM_I_: classes.o; … … 2683 2561 text: .text%__1cFParseOmerge_new_path6Mi_v_; 2684 2562 text: .text%__1cFParseSjump_switch_ranges6MpnENode_pnLSwitchRange_4i_v_; 2685 text: .text%__1cNxorI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2686 2563 text: .text%jni_NewByteArray: jni.o; 2687 text: .text%__1cNmulL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2688 2564 text: .text%__1cMstoreSSINodeLout_RegMask6kM_rknHRegMask__; 2689 2565 text: .text%__1cKReflectionTget_parameter_types6FnMmethodHandle_ippnHoopDesc_pnGThread__nOobjArrayHandle__; … … 2699 2575 text: .text%__1cRandI_eReg_memNodeOmemory_operand6kM_pknIMachOper__; 2700 2576 text: .text%__1cNObjectMonitorHRecycle6M_v_; 2701 text: .text%__1cNandL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2702 2577 text: .text%__1cFBlockNset_next_call6MpnENode_rnJVectorSet_rnLBlock_Array__v_; 2703 2578 text: .text%__1cJloadSNodeIpipeline6kM_pknIPipeline__; … … 2705 2580 text: .text%__1cENode2t6Mp0111111_v_; 2706 2581 text: .text%__1cFStateP_sub_Op_RShiftL6MpknENode__v_; 2707 text: .text%__1cMloadConLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2708 2582 text: .text%__1cIAddDNodeGOpcode6kM_i_; 2709 2583 text: .text%__1cNmodL_eRegNodeLout_RegMask6kM_rknHRegMask__; … … 2730 2604 text: .text%jni_IsAssignableFrom: jni.o; 2731 2605 text: .text%__1cNnegI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2732 text: .text%__1cNnegI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2733 text: .text%__1cSobjArrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2734 2606 text: .text%__1cFParseWcheck_interpreter_type6MpnENode_pknEType_rpnNSafePointNode__2_; 2735 2607 text: .text%__1cJAssemblerEaddl6MnHAddress_i_v_; … … 2746 2618 text: .text%__1cNtestU_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2747 2619 text: .text%__1cSloadL_volatileNodeFreloc6kM_i_; 2748 text: .text%__1cTcompareAndSwapLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2749 2620 text: .text%__1cISubLNodeGadd_id6kM_pknEType__: classes.o; 2750 text: .text%__1cFframeVnmethods_code_blob_do6M_v_;2751 2621 text: .text%__1cOPhaseIdealLoopUpeeled_dom_test_elim6MpnNIdealLoopTree_rnJNode_List__v_; 2752 2622 text: .text%__1cJAssemblerDhlt6M_v_; … … 2762 2632 text: .text%__1cFStateT_sub_Op_ThreadLocal6MpknENode__v_; 2763 2633 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pF_vc_v_; 2764 text: .text%__1cMtlsLoadPNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2765 2634 text: .text%__1cIciObject2t6MpnHciKlass__v_; 2766 2635 text: .text%__1cSInterpreterRuntimeZSignatureHandlerGeneratorDbox6Mii_v_; 2767 text: .text%__1cKsplit_once6FpnMPhaseIterGVN_pnENode_333_v_: cfgnode.o;2768 text: .text%__1cYmulI_imm_RShift_highNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2769 2636 text: .text%__1cPRoundDoubleNodeIIdentity6MpnOPhaseTransform__pnENode__; 2770 2637 text: .text%__1cKloadUBNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2776 2643 text: .text%__1cHciKlass2t6MpnIciSymbol_p0_v_; 2777 2644 text: .text%__1cIciMethodRinterpreter_entry6M_pC_; 2778 text: .text%__1cXjvm_define_class_common6FpnHJNIEnv__pkcpnI_jobject_pkWi53pnGThread__pnH_jclass__: jvm.o;2779 text: .text%__1cQSystemDictionaryTresolve_from_stream6FnMsymbolHandle_nGHandle_2pnPClassFileStream_pnGThread__pnMklassOopDesc__;2780 2645 text: .text%__1cUciInstanceKlassKlassEmake6F_p0_; 2781 2646 text: .text%__1cLLShiftLNodeJideal_reg6kM_I_: classes.o; … … 2786 2651 text: .text%__1cSTailCalljmpIndNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2787 2652 text: .text%__1cXMachCallDynamicJavaNodePret_addr_offset6M_i_; 2788 text: .text%__1cNcmpL_EQdDNENodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2789 2653 text: .text%__1cOGenerateOopMapOdo_monitorexit6Mi_v_; 2790 2654 text: .text%__1cOGenerateOopMapLmonitor_pop6M_nNCellTypeState__; 2791 2655 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_; 2792 2656 text: .text%__1cOmulIS_eRegNodeLout_RegMask6kM_rknHRegMask__; 2793 text: .text%__1cSalign_to_page_size6FI_I_: heap.o;2794 2657 text: .text%__1cKExceptionsK_throw_msg6FpnGThread_pkcinMsymbolHandle_4nGHandle_6_v_; 2795 2658 text: .text%__1cKExceptionsK_throw_msg6FpnGThread_pkcipnNsymbolOopDesc_4_v_; … … 2811 2674 text: .text%__1cPICStubInterfaceKinitialize6MpnEStub_i_v_: icBuffer.o; 2812 2675 text: .text%__1cSleaP_eReg_immINodeLout_RegMask6kM_rknHRegMask__; 2813 text: .text%__1cNcmpL_LEGTNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2814 2676 text: .text%__1cFStateQ_sub_Op_URShiftL6MpknENode__v_; 2815 2677 text: .text%__1cIModLNodeFValue6kMpnOPhaseTransform__pknEType__; … … 2845 2707 text: .text%__1cVCallRuntimeDirectNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2846 2708 text: .text%__1cODeoptimizationVtrap_state_has_reason6Fii_i_; 2847 text: .text%__1cNaddL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2848 2709 text: .text%__1cJloadBNodeIpipeline6kM_pknIPipeline__; 2849 2710 text: .text%__1cRmulI_eReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2850 text: .text%__1cS__ieee754_rem_pio26Fdpd_i_: sharedRuntimeTrig.o;2851 2711 text: .text%__1cSThreadLocalStorageNpd_set_thread6FpnGThread__v_; 2852 2712 text: .text%__1cSThreadLocalStorageKset_thread6FpnGThread__v_; … … 2871 2731 text: .text%__1cHCompileQgrow_alias_types6M_v_; 2872 2732 text: .text%JVM_GetClassCPTypes; 2873 text: .text%__1cUverify_byte_codes_fn6F_pv_: verifier.o;2874 2733 text: .text%JVM_GetClassMethodsCount; 2875 2734 text: .text%JVM_GetClassCPEntriesCount; … … 2879 2738 text: .text%__1cQjava_lang_ThreadKset_thread6FpnHoopDesc_pnKJavaThread__v_; 2880 2739 text: .text%__1cMdecI_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2881 text: .text%__1cPconvI2L_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2882 2740 text: .text%__1cOMacroAssemblerKverify_FPU6Mipkc_v_; 2883 2741 text: .text%__1cJLoadFNodeJideal_reg6kM_I_: classes.o; … … 2921 2779 text: .text%__1cFStateM_sub_Op_MinI6MpknENode__v_; 2922 2780 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_; 2923 text: .text%__1cNminI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2924 2781 text: .text%__1cFMutex2T6M_v_; 2925 2782 text: .text%lwp_mutex_destroy: os_solaris.o; … … 2943 2800 text: .text%__1cNaddP_eRegNodeEsize6kMpnNPhaseRegAlloc__I_; 2944 2801 text: .text%__1cICodeHeapLfirst_block6kM_pnJHeapBlock__; 2945 text: .text%__1cXcmpL_reg_flags_LEGTNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2946 2802 text: .text%__1cPciObjectFactoryPinsert_non_perm6Mrpn0ANNonPermObject_pnHoopDesc_pnIciObject__v_; 2947 2803 text: .text%__1cKloadUBNodeOmemory_operand6kM_pknIMachOper__; … … 2952 2808 text: .text%__1cLConvD2FNodeGOpcode6kM_i_; 2953 2809 text: .text%__1cTmembar_volatileNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2954 text: .text%__1cSshrL_eReg_1_31NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2955 2810 text: .text%JVM_MonitorNotify; 2956 2811 text: .text%__1cFParseNdo_instanceof6M_v_; … … 2968 2823 text: .text%__1cIMulFNodeLbottom_type6kM_pknEType__: classes.o; 2969 2824 text: .text%__1cFStateN_sub_Op_LoadF6MpknENode__v_; 2970 text: .text%__1cNandI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2971 2825 text: .text%__1cWPredictedCallGeneratorIgenerate6MpnIJVMState__2_; 2972 2826 text: .text%__1cYjava_lang_reflect_MethodGcreate6FpnGThread__nGHandle__; … … 2986 2840 text: .text%__1cNmodI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2987 2841 text: .text%__1cFStateP_sub_Op_LShiftL6MpknENode__v_; 2988 text: .text%__1cNmodI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2989 2842 text: .text%__1cLConvI2DNodeLbottom_type6kM_pknEType__: classes.o; 2990 2843 text: .text%__1cIGraphKitJpush_pair6MpnENode__v_: callGenerator.o; … … 2996 2849 text: .text%__1cMincI_memNodeOmemory_operand6kM_pknIMachOper__; 2997 2850 text: .text%__1cVCallRuntimeDirectNodeKmethod_set6Mi_v_; 2998 text: .text%__1cRaddI_eReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2999 2851 text: .text%__1cOGenerateOopMapKinit_state6M_v_; 3000 text: .text%__1cNSafepointBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3001 2852 text: .text%__1cOGenerateOopMapTmark_reachable_code6M_v_; 3002 2853 text: .text%__1cOGenerateOopMapPinitialize_vars6M_v_; … … 3014 2865 text: .text%__1cJAssemblerEaddl6MpnMRegisterImpl_nHAddress__v_; 3015 2866 text: .text%__1cQjava_lang_SystemTout_offset_in_bytes6F_i_; 3016 text: .text%__1cIBytecodeIset_code6MnJBytecodesECode__v_;3017 2867 text: .text%__1cNmulI_eRegNodeLout_RegMask6kM_rknHRegMask__; 3018 2868 text: .text%__1cIRetTableRcompute_ret_table6MnMmethodHandle__v_; … … 3033 2883 text: .text%__1cOmulF24_regNodeLout_RegMask6kM_rknHRegMask__; 3034 2884 text: .text%__1cOGenerateOopMapPdo_monitorenter6Mi_v_; 3035 text: .text%__1cRjni_invoke_static6FpnHJNIEnv__pnJJavaValue_pnI_jobject_nLJNICallType_pnK_jmethodID_pnSJNI_ArgumentPusher_pnGThread__v_: jni.o;3036 2885 text: .text%__1cOjmpLoopEndNodeJlabel_set6MrnFLabel_I_v_; 3037 2886 text: .text%__1cOjmpLoopEndNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3055 2904 text: .text%__1cTcmovII_reg_LEGTNodeQuse_cisc_RegMask6M_v_; 3056 2905 text: .text%__1cJAssemblerFfld_s6MnHAddress__v_; 3057 text: .text%__1cVscale_to_lwp_priority6Fiii_i_: os_solaris.o;3058 2906 text: .text%__1cNxorI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3059 2907 text: .text%__1cJMemRegionMintersection6kMk0_0_; … … 3099 2947 text: .text%__1cFStateM_sub_Op_MulI6MpknENode__v_; 3100 2948 text: .text%__1cCosPpd_start_thread6FpnGThread__v_; 3101 text: .text%__1cNsubL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3102 2949 text: .text%__1cPRoundDoubleNodeJideal_reg6kM_I_: classes.o; 3103 2950 text: .text%__1cXjava_lang_reflect_FieldIset_slot6FpnHoopDesc_i_v_; … … 3145 2992 text: .text%__1cKJavaThreadRthread_main_inner6M_v_; 3146 2993 text: .text%__1cKReflectionbFbasic_type_mirror_to_basic_type6FpnHoopDesc_pnGThread__nJBasicType__; 3147 text: .text%__1cM__kernel_cos6Fdd_d_: sharedRuntimeTrig.o;3148 2994 text: .text%__1cJAssemblerFcmovl6Mn0AJCondition_pnMRegisterImpl_3_v_; 3149 text: .text%__1cM__kernel_sin6Fddi_d_: sharedRuntimeTrig.o;3150 2995 text: .text%__1cSleaP_eReg_immINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3151 2996 text: .text%__1cOPhaseIdealLoopJclone_iff6MpnHPhiNode_pnNIdealLoopTree__pnIBoolNode__; … … 3155 3000 text: .text%jni_CallStaticVoidMethod: jni.o; 3156 3001 text: .text%__1cPPerfDataManagerTcreate_long_counter6FnJCounterNS_pkcnIPerfDataFUnits_xpnGThread__pnPPerfLongCounter__; 3157 text: .text%__1cSshlL_eReg_1_31NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3158 3002 text: .text%__1cNsymbolOopDescWas_klass_external_name6kM_pkc_; 3159 3003 text: .text%__1cNdecI_eRegNodeIpipeline6kM_pknIPipeline__; … … 3166 3010 text: .text%__1cSMachBreakpointNodeEsize6kMpnNPhaseRegAlloc__I_; 3167 3011 text: .text%__1cQshrI_eReg_CLNodeEsize6kMpnNPhaseRegAlloc__I_; 3168 text: .text%__1cRmulI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3169 3012 text: .text%JVM_GetClassName; 3170 3013 text: .text%__1cSsarL_eReg_1_31NodeLout_RegMask6kM_rknHRegMask__; … … 3185 3028 text: .text%__1cQjava_lang_ThreadIpriority6FpnHoopDesc__nOThreadPriority__; 3186 3029 text: .text%__1cQjava_lang_ThreadJstackSize6FpnHoopDesc__x_; 3187 text: .text%__1cYcmpL_zero_flags_EQdDNENodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3188 3030 text: .text%__1cNObjectMonitorJnotifyAll6MpnGThread__v_; 3189 3031 text: .text%__1cNPerfByteArray2t6MnJCounterNS_pkcnIPerfDataFUnits_n0CLVariability_i_v_; … … 3193 3035 text: .text%__1cOMacroAssemblerKnull_check6MpnMRegisterImpl_i_v_; 3194 3036 text: .text%__1cGICStubLdestination6kM_pC_; 3195 text: .text%__1cYcmpL_zero_flags_LEGTNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3196 3037 text: .text%__1cLConvD2INodeFValue6kMpnOPhaseTransform__pknEType__; 3197 text: .text%__1cRxorI_eReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3198 3038 text: .text%__1cRInlineCacheBufferVic_buffer_entry_point6FpC_1_; 3199 3039 text: .text%__1cKJavaThreadHprepare6MpnI_jobject_nOThreadPriority__v_; … … 3251 3091 text: .text%__1cTsarL_eReg_32_63NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3252 3092 text: .text%jni_CallObjectMethod: jni.o; 3253 text: .text%__1cNaddP_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3254 3093 text: .text%__1cNaddP_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3255 3094 text: .text%__1cLOptoRuntimeMrethrow_Type6F_pknITypeFunc__; … … 3257 3096 text: .text%__1cRandI_eReg_memNodeFreloc6kM_i_; 3258 3097 text: .text%__1cRCardTableModRefBSPclear_MemRegion6MnJMemRegion__v_; 3259 text: .text%__1cHThreadsHoops_do6FpnKOopClosure__v_;3260 3098 text: .text%__1cRInlineCacheBufferLnew_ic_stub6F_pnGICStub__; 3261 3099 text: .text%__1cRInlineCacheBufferWcreate_transition_stub6FpnKCompiledIC_pnHoopDesc_pC_v_; … … 3277 3115 text: .text%__1cLConvI2FNodeFValue6kMpnOPhaseTransform__pknEType__; 3278 3116 text: .text%__1cKConv2BNodeIIdentity6MpnOPhaseTransform__pnENode__; 3279 text: .text%__1cNmaxI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3280 3117 text: .text%__1cSvframeArrayElementDbci6kM_i_; 3281 3118 text: .text%__1cIDivDNodeLbottom_type6kM_pknEType__: classes.o; … … 3290 3127 text: .text%__1cSPerfStringConstant2t6MnJCounterNS_pkc3_v_; 3291 3128 text: .text%__1cIMulDNodeGmul_id6kM_pknEType__: classes.o; 3292 text: .text%__1cQorI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3293 3129 text: .text%__1cPPerfDataManagerWcreate_string_constant6FnJCounterNS_pkc3pnGThread__pnSPerfStringConstant__; 3294 3130 text: .text%__1cOMacroAssemblerFleave6M_v_; … … 3297 3133 text: .text%__1cQjava_lang_ThreadbGinherited_access_control_context6FpnHoopDesc__2_; 3298 3134 text: .text%__1cVLoaderConstraintTableJnew_entry6MIpnNsymbolOopDesc_pnMklassOopDesc_ii_pnVLoaderConstraintEntry__; 3299 text: .text%__1cVloadConL_low_onlyNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3300 text: .text%__1cQsalI_eReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3301 3135 text: .text%__1cFStateT_sub_Op_CallRuntime6MpknENode__v_; 3302 3136 text: .text%__1cCosXnon_memory_address_word6F_pc_; … … 3308 3142 text: .text%__1cOmulF24_regNodeQuse_cisc_RegMask6M_v_; 3309 3143 text: .text%__1cRandL_eReg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3310 text: .text%__1cTshrL_eReg_32_63NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3311 3144 text: .text%__1cOaddF24_regNodeQuse_cisc_RegMask6M_v_; 3312 3145 text: .text%__1cNcmovP_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3320 3153 text: .text%__1cKstoreFNodeLout_RegMask6kM_rknHRegMask__; 3321 3154 text: .text%__1cSaddD_reg_roundNodeLout_RegMask6kM_rknHRegMask__; 3322 text: .text%__1cMdecI_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3323 3155 text: .text%__1cPciInstanceKlassLjava_mirror6M_pnKciInstance__; 3324 3156 text: .text%__1cISubDNodeLbottom_type6kM_pknEType__: classes.o; … … 3343 3175 text: .text%__1cNSafePointNodeQpeek_monitor_obj6kM_pnENode__; 3344 3176 text: .text%__1cVcompiledICHolderKlassToop_adjust_pointers6MpnHoopDesc__i_; 3345 text: .text%__1cHnmethodbAmake_not_entrant_or_zombie6Mi_v_;3346 3177 text: .text%__1cPoldgetTimeNanos6F_x_: os_solaris.o; 3347 3178 text: .text%__1cVcompiledICHolderKlassToop_follow_contents6MpnHoopDesc__v_; … … 3349 3180 text: .text%__1cNTemplateTableDdef6FnJBytecodesECode_inITosState_3pFn0AJOperation__v4_v_; 3350 3181 text: .text%__1cYinternal_word_RelocationGtarget6M_pC_; 3351 text: .text%__1cRxorI_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3352 3182 text: .text%__1cJAssemblerEsarl6MpnMRegisterImpl_i_v_; 3353 3183 text: .text%__1cIModLNodeJideal_reg6kM_I_: classes.o; … … 3369 3199 text: .text%__1cXjava_lang_reflect_FieldFclazz6FpnHoopDesc__2_; 3370 3200 text: .text%__1cMsubD_regNodeQuse_cisc_RegMask6M_v_; 3371 text: .text%__1cOcmpD_cc_P6NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3372 3201 text: .text%__1cTcmovII_reg_EQdDNENodeQuse_cisc_RegMask6M_v_; 3373 3202 text: .text%__1cFStateM_sub_Op_CmpD6MpknENode__v_; … … 3392 3221 text: .text%__1cXcmpL_reg_flags_LTGENodeIpipeline6kM_pknIPipeline__; 3393 3222 text: .text%__1cSMachBreakpointNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3394 text: .text%__1cQshrI_eReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3395 3223 text: .text%__1cKemit_break6FrnKCodeBuffer__v_; 3396 3224 text: .text%__1cQshrI_eReg_CLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3444 3272 text: .text%__1cMTailJumpNodeKmatch_edge6kMI_I_; 3445 3273 text: .text%__1cFStateP_sub_Op_ConvF2D6MpknENode__v_; 3446 text: .text%__1cNdivL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3447 3274 text: .text%__1cNinstanceKlassPadd_osr_nmethod6MpnHnmethod__v_; 3448 3275 text: .text%__1cHThreadsbMis_supported_jni_version_including_1_16Fi_C_; … … 3459 3286 text: .text%__1cJAssemblerGfrstor6MnHAddress__v_; 3460 3287 text: .text%JVM_GetCPFieldModifiers; 3461 text: .text%__1cSUnsafe_DefineClass6FpnHJNIEnv__pnI_jstring_pnL_jbyteArray_iipnI_jobject_7_pnH_jclass__: unsafe.o;3462 3288 text: .text%__1cJBasicLockHmove_to6MpnHoopDesc_p0_v_; 3463 3289 text: .text%__1cSObjectSynchronizerOinflate_helper6FpnHoopDesc__pnNObjectMonitor__: synchronizer.o; … … 3481 3307 text: .text%__1cLPSMarkSweepbAreset_millis_since_last_gc6F_v_; 3482 3308 text: .text%__1cUPSAdaptiveSizePolicyUmajor_collection_end6MInHGCCauseFCause__v_; 3483 text: .text%__1cSDeoptimizationBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3484 3309 text: .text%__1cJCodeCacheLgc_epilogue6F_v_; 3485 3310 text: .text%__1cJMarkSweepNrestore_marks6F_v_; 3486 text: .text%__1cQUncommonTrapBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3487 text: .text%__1cNExceptionBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3488 3311 text: .text%__1cYinternal_word_RelocationFvalue6M_pC_: relocInfo.o; 3489 3312 text: .text%__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_533pnGThread__v_; 3490 text: .text%__1cJCodeCacheHoops_do6FpnKOopClosure__v_;3491 text: .text%__1cMset_property6FnGHandle_pkc2pnGThread__v_: jvm.o;3492 3313 text: .text%__1cJCodeCacheLgc_prologue6F_v_; 3493 3314 text: .text%__1cHJNIEnv_JNewObject6MpnH_jclass_pnK_jmethodID_E_pnI_jobject__: jni.o; … … 3502 3323 text: .text%__1cJMarkSweepMadjust_marks6F_v_; 3503 3324 text: .text%__1cJMarkSweepXfollow_weak_klass_links6F_v_; 3504 text: .text%__1cNmodL_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3505 3325 text: .text%jni_AllocObject: jni.o; 3506 3326 text: .text%__1cPcmpFastLockNodeIpipeline6kM_pknIPipeline__; … … 3513 3333 text: .text%__1cQSystemDictionaryValways_strong_oops_do6FpnKOopClosure__v_; 3514 3334 text: .text%__1cFKlassWcompute_modifier_flags6kMpnGThread__i_; 3515 text: .text%__1cHThreadsLnmethods_do6F_v_;3516 3335 text: .text%__1cIPSOldGenKprecompact6M_v_; 3517 3336 text: .text%__1cHThreadsLgc_epilogue6F_v_; … … 3523 3342 text: .text%__1cFStateM_sub_Op_ModL6MpknENode__v_; 3524 3343 text: .text%__1cJPSPermGenKprecompact6M_v_; 3525 text: .text%__1cHi2bNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3526 3344 text: .text%__1cTleaPIdxScaleOffNodeIpipeline6kM_pknIPipeline__; 3527 text: .text%__1cMincI_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3528 3345 text: .text%__1cKDictionaryYalways_strong_classes_do6MpnKOopClosure__v_; 3529 3346 text: .text%__1cNTemplateTableMlocals_index6FpnMRegisterImpl_i_v_; … … 3534 3351 text: .text%__1cJStubQdDueueMremove_first6Mi_v_; 3535 3352 text: .text%__1cSsarL_eReg_1_31NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3536 text: .text%__1cNloadConL0NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3537 3353 text: .text%JVM_NewArray; 3538 3354 text: .text%__1cLConvF2INodeLbottom_type6kM_pknEType__: classes.o; … … 3546 3362 text: .text%__1cSmulF24_reg_immNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3547 3363 text: .text%__1cIDivDNodeFValue6kMpnOPhaseTransform__pknEType__; 3548 text: .text%__1cTconvD2I_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3549 3364 text: .text%__1cIMulFNodeJideal_reg6kM_I_: classes.o; 3550 3365 text: .text%__1cFStateP_sub_Op_ConvD2I6MpknENode__v_; … … 3576 3391 text: .text%__1cPconvL2D_regNodeLout_RegMask6kM_rknHRegMask__; 3577 3392 text: .text%__1cXPartialSubtypeCheckNodeLbottom_type6kM_pknEType__: classes.o; 3578 text: .text%__1cOresolve_symbol6Fpkc_pC_: os_solaris.o;3579 3393 text: .text%__1cPMultiBranchDataPpost_initialize6MpnOBytecodeStream_pnRmethodDataOopDesc__v_; 3580 3394 text: .text%JVM_RawMonitorCreate; … … 3582 3396 text: .text%__1cOMacroAssemblerTset_last_Java_frame6MpnMRegisterImpl_22pC_v_; 3583 3397 text: .text%__1cOMacroAssemblerRcall_VM_leaf_base6MpCi_v_; 3584 text: .text%__1cSstring_compareNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3585 3398 text: .text%__1cISubFNodeLbottom_type6kM_pknEType__: classes.o; 3586 3399 text: .text%__1cFStateP_sub_Op_StrComp6MpknENode__v_; … … 3600 3413 text: .text%__1cLvframeArrayZdeallocate_monitor_chunks6M_v_; 3601 3414 text: .text%__1cOstoreF_immNodeLout_RegMask6kM_rknHRegMask__; 3602 text: .text%__1cVcompiledICHolderKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3603 3415 text: .text%__1cNcmovI_memNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3604 3416 text: .text%__1cImulINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3605 text: .text%__1cQsalL_eReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3606 3417 text: .text%Unsafe_CompareAndSwapInt; 3607 3418 text: .text%__1cZInterpreterMacroAssemblerPset_mdp_data_at6MpnMRegisterImpl_i2_v_; 3608 text: .text%__1cRsubI_eReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3609 3419 text: .text%__1cQsalL_eReg_CLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3610 3420 text: .text%__1cMsubD_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 3635 3445 text: .text%Unsafe_GetNativeByte; 3636 3446 text: .text%__1cOMacroAssemblerNpop_FPU_state6M_v_; 3637 text: .text%__1cTsarL_eReg_32_63NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3638 3447 text: .text%__1cPconvL2F_regNodeLout_RegMask6kM_rknHRegMask__; 3639 3448 text: .text%__1cKCMoveLNodeGOpcode6kM_i_; … … 3658 3467 text: .text%__1cQshrL_eReg_CLNodeEsize6kMpnNPhaseRegAlloc__I_; 3659 3468 text: .text%__1cFStateM_sub_Op_AddF6MpknENode__v_; 3660 text: .text%__1cParrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3661 3469 text: .text%jint_cmp: parse2.o; 3662 3470 text: .text%__1cJAssemblerExorl6MpnMRegisterImpl_i_v_; 3663 text: .text%__1cPBytecode_invokeLresult_type6kMpnGThread__nJBasicType__;3664 3471 text: .text%jni_CallVoidMethod: jni.o; 3665 3472 text: .text%__1cOsubF24_regNodeLout_RegMask6kM_rknHRegMask__; … … 3684 3491 text: .text%__1cJAssemblerKrepne_scan6M_v_; 3685 3492 text: .text%__1cNRegisterSaverWrestore_live_registers6FpnOMacroAssembler__v_; 3686 text: .text%__1cRandL_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3687 3493 text: .text%__1cNcmovL_regNodeLout_RegMask6kM_rknHRegMask__; 3688 3494 text: .text%__1cZInterpreterMacroAssemblerMdispatch_via6MnITosState_ppC_v_; … … 3703 3509 text: .text%__1cJAssemblerFtestb6MpnMRegisterImpl_i_v_; 3704 3510 text: .text%__1cNTemplateTableQfast_accessfield6FnITosState__v_; 3705 text: .text%__1cOmulIS_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3706 3511 text: .text%Unsafe_StaticFieldBaseFromField; 3707 3512 text: .text%__1cNTemplateTableZjvmti_post_fast_field_mod6F_v_; 3708 3513 text: .text%__1cNTemplateTablePfast_storefield6FnITosState__v_; 3709 3514 text: .text%Unsafe_StaticFieldOffset; 3710 text: .text%__1cNTemplateTableXresolve_cache_and_index6FipnMRegisterImpl_2_v_;3711 3515 text: .text%Unsafe_GetObjectVolatile; 3712 3516 text: .text%__1cHnmethodFflush6M_v_; … … 3718 3522 text: .text%__1cIMachOperNbase_position6kM_i_; 3719 3523 text: .text%__1cZInterpreterMacroAssemblerGf2ieee6M_v_; 3720 text: .text%__1cFVTuneOdelete_nmethod6FpnHnmethod__v_;3721 3524 text: .text%Unsafe_EnsureClassInitialized; 3722 3525 text: .text%__1cIciSymbolHas_utf86M_pkc_; … … 3729 3532 text: .text%__1cJAssemblerHfincstp6M_v_; 3730 3533 text: .text%__1cETypeFxdual6kM_pk0_; 3731 text: .text%__1cQorI_eReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3732 3534 text: .text%__1cOMacroAssemblerEfpop6M_v_; 3733 3535 text: .text%__1cLOptoRuntimeTmultianewarray_Type6Fi_pknITypeFunc__; … … 3742 3544 text: .text%__1cSaddF24_reg_memNodeOmemory_operand6kM_pknIMachOper__; 3743 3545 text: .text%JVM_GetClassDeclaredFields; 3744 text: .text%stat: os_solaris.o;3745 3546 text: .text%JVM_IsSameClassPackage; 3746 3547 text: .text%__1cCosMuser_handler6F_pv_; … … 3794 3595 text: .text%__1cOstoreF_immNodeFreloc6kM_i_; 3795 3596 text: .text%__1cPPerfLongVariant2t6MnJCounterNS_pkcnIPerfDataFUnits_n0CLVariability_pnUPerfLongSampleHelper__v_; 3796 text: .text%__1cNmulI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3797 3597 text: .text%__1cJAssemblerGfild_d6MnHAddress__v_; 3798 text: .text%__1cRmulI_imm_highNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3799 3598 text: .text%Unsafe_ObjectFieldOffset; 3800 3599 text: .text%__1cRaddL_eReg_memNodeLout_RegMask6kM_rknHRegMask__; … … 3836 3635 text: .text%__1cPPerfDataManagerUcreate_long_variable6FnJCounterNS_pkcnIPerfDataFUnits_pnUPerfLongSampleHelper_pnGThread__pnQPerfLongVariable__; 3837 3636 text: .text%__1cKExceptionsK_throw_oop6FpnGThread_pkcipnHoopDesc__v_; 3838 text: .text%__1cNdivI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3839 3637 text: .text%__1cLVtableStubsPstub_containing6FpC_pnKVtableStub__; 3840 3638 text: .text%__1cMNativeLookupTbase_library_lookup6Fpkc22_pC_; 3841 3639 text: .text%__1cFStateP_sub_Op_ConvF2I6MpknENode__v_; 3842 text: .text%__1cODeoptimizationYreset_invocation_counter6FpnJScopeDesc_i_v_;3843 3640 text: .text%__1cQshrL_eReg_CLNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3844 text: .text%__1cTconvF2I_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3845 3641 text: .text%__1cNCellTypeStateImake_any6Fi_0_: generateOopMap.o; 3846 3642 text: .text%__1cJAssemblerEmovb6MnHAddress_i_v_; 3847 3643 text: .text%__1cPPerfDataManagerKname_space6Fpkc2i_pc_; 3848 text: .text%__1cTshlL_eReg_32_63NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3849 3644 text: .text%__1cWImplicitExceptionTableCat6kMI_I_; 3850 text: .text%__1cQshrL_eReg_CLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3851 text: .text%__1cSsarL_eReg_1_31NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3852 3645 text: .text%__1cJAssemblerFfinit6M_v_; 3853 3646 text: .text%__1cFParseRjump_if_true_fork6MpnGIfNode_ii_v_; … … 3890 3683 text: .text%__1cNTemplateTableFlload6Fi_v_; 3891 3684 text: .text%__1cNcmovI_memNodeFreloc6kM_i_; 3892 text: .text%__1cPaddress_of_flag6FnXCommandLineFlagWithType__pnEFlag__: globals.o;3893 3685 text: .text%__1cNTemplateTableFiload6Fi_v_; 3894 3686 text: .text%__1cOGenerateOopMapTret_jump_targets_do6MpnOBytecodeStream_pFp0ipi_vi4_v_; … … 3952 3744 text: .text%__1cNCompileBrokerUmake_compiler_thread6FpkcpnMCompileQdDueue_pnQCompilerCounters_pnGThread__pnOCompilerThread__; 3953 3745 text: .text%__1cNCompileBrokerUcompiler_thread_loop6F_v_; 3954 text: .text%__1cOcmpF_cc_P6NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3955 3746 text: .text%__1cJAssemblerEcdql6M_v_; 3956 3747 text: .text%__1cUInterpreterGeneratorbDgenerate_stack_overflow_check6M_v_; 3957 3748 text: .text%__1cRCardTableModRefBSbCfind_covering_region_by_base6MpnIHeapWord__i_; 3958 text: .text%__1cIci2bNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3959 3749 text: .text%__1cRCardTableModRefBSbAlargest_prev_committed_end6kMi_pnIHeapWord__; 3960 3750 text: .text%__1cMSysClassPathNreset_item_at6Mi_v_: arguments.o; 3961 text: .text%__1cLconvI2BNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3962 3751 text: .text%__1cFStateM_sub_Op_CmpF6MpknENode__v_; 3963 3752 text: .text%__1cRCardTableModRefBSVresize_covered_region6MnJMemRegion__v_; … … 3974 3763 text: .text%__1cOCompilerThread2t6MpnMCompileQdDueue_pnQCompilerCounters__v_; 3975 3764 text: .text%__1cNSafepointBlob2t6MpnKCodeBuffer_ipnJOopMapSet_i_v_; 3976 text: .text%__1cJlookupOne6FpnHJNIEnv__pkcpnGThread__pnH_jclass__: jni.o;3977 3765 text: .text%__1cUPSGenerationCounters2t6MpkciipnOPSVirtualSpace__v_; 3978 3766 text: .text%__1cNSafepointBlob2n6FII_pv_; … … 3993 3781 text: .text%__1cIci2bNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3994 3782 text: .text%__1cZInterpreterMacroAssemblerRgen_subtype_check6MpnMRegisterImpl_rnFLabel__v_; 3995 text: .text%__1cRaddI_mem_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3996 3783 text: .text%JVM_Available; 3997 3784 text: .text%__1cCosIjvm_path6Fpci_v_; … … 4033 3820 text: .text%__1cMPeriodicTaskGenroll6M_v_; 4034 3821 text: .text%__1cMPeriodicTask2t6MI_v_; 4035 text: .text%__1cSestimate_path_freq6FpnENode__f_: loopnode.o;4036 3822 text: .text%__1cFStateP_sub_Op_MoveL2D6MpknENode__v_; 4037 3823 text: .text%__1cNincI_eRegNodeIpipeline6kM_pknIPipeline__; … … 4069 3855 text: .text%__1cJAssemblerEmovb6MpnMRegisterImpl_nHAddress__v_; 4070 3856 text: .text%__1cLklassVtableQindex_of_miranda6MpnNsymbolOopDesc_2_i_; 4071 text: .text%__1cPconvL2D_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4072 text: .text%__1cPconvD2F_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4073 3857 text: .text%__1cNmulI_eRegNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4074 3858 text: .text%__1cINegFNodeJideal_reg6kM_I_: classes.o; … … 4077 3861 text: .text%__1cIPSOldGenOgen_size_limit6M_I_; 4078 3862 text: .text%__1cIPSOldGenGresize6MI_v_; 4079 text: .text%__1cQorl_eReg_immNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4080 3863 text: .text%__1cNciMethodKlassEmake6F_p0_; 4081 text: .text%__1cPconvL2F_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4082 3864 text: .text%__1cUParallelScavengeHeapItop_addr6kM_ppnIHeapWord__: parallelScavengeHeap.o; 4083 3865 text: .text%__1cIciMethod2t6MpnPciInstanceKlass_pnIciSymbol_4_v_; … … 4087 3869 text: .text%__1cJLoadFNodeMstore_Opcode6kM_i_: classes.o; 4088 3870 text: .text%__1cUInterpreterGeneratorLlock_method6M_v_; 4089 text: .text%__1cXpartialSubtypeCheckNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4090 3871 text: .text%__1cISubFNodeJideal_reg6kM_I_: classes.o; 4091 3872 text: .text%__1cISubFNodeGadd_id6kM_pknEType__: classes.o; 4092 3873 text: .text%__1cIPSOldGenPinitialize_work6Mpkci_v_; 4093 text: .text%lstat: perfMemory_solaris.o;4094 3874 text: .text%__1cRComputeEntryStackHdo_long6M_v_: generateOopMap.o; 4095 text: .text%__1cPfilename_to_pid6Fpkc_l_: perfMemory_solaris.o;4096 3875 text: .text%Unsafe_CompareAndSwapObject; 4097 3876 text: .text%__1cJCodeCachebGmake_marked_nmethods_not_entrant6F_v_; … … 4199 3978 text: .text%__1cTtypeArrayKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 4200 3979 text: .text%__1cKTypeOopPtrFxdual6kM_pknEType__; 4201 text: .text%__1cKTypeOopPtrEmake6FnHTypePtrDPTR_i_pk0_;4202 3980 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: vm_version.o; 4203 3981 text: .text%__1cKVM_VersionWget_processor_features6F_v_; … … 4240 4018 text: .text%JVM_RegisterUnsafeMethods; 4241 4019 text: .text%__1cQvtableStubs_init6F_v_; 4242 text: .text%__1cFVTuneEexit6F_v_;4243 4020 text: .text%__1cTtypeArrayKlassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: typeArrayKlassKlass.o; 4244 text: .text%__1cKvtune_init6F_v_;4245 4021 text: .text%__1cIUniversePcheck_alignment6FIIpkc_v_; 4246 4022 text: .text%__1cSinstanceKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; … … 4293 4069 text: .text%__1cJGenRemSetYmax_alignment_constraint6Fn0AEName__I_; 4294 4070 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: genCollectedHeap.o; 4295 text: .text%__1cTAssertIsPermClosure2t6M_v_: genCollectedHeap.o;4296 4071 text: .text%__1cKNoopGCTaskQcreate_on_c_heap6F_p0_; 4297 4072 text: .text%__1cNGCTaskManagerKthreads_do6MpnNThreadClosure__v_; … … 4399 4174 text: .text%__1cKstoreBNodeIpipeline6kM_pknIPipeline__; 4400 4175 text: .text%__1cOtailjmpIndNodeLout_RegMask6kM_rknHRegMask__; 4401 text: .text%__1cRaddL_eReg_memNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4402 text: .text%__1cLconvP2BNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4403 text: .text%__1cIcp2bNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4404 4176 text: .text%__1cTconvI2F_SSF_memNodeOmemory_operand6kM_pknIMachOper__; 4405 4177 text: .text%__1cQmulD_reg_memNodeOmemory_operand6kM_pknIMachOper__; … … 4411 4183 text: .text%__1cJArgumentsbBset_cms_and_parnew_gc_flags6F_v_; 4412 4184 text: .text%__1cJArgumentsTset_parnew_gc_flags6F_v_; 4413 text: .text%__1cQno_shared_spaces6F_v_: arguments.o;4414 4185 text: .text%__1cJArgumentsMget_property6Fpkc_2_; 4415 4186 text: .text%__1cMSysClassPathQadd_jars_to_path6Fpcpkc_1_; … … 4447 4218 text: .text%__1cTcompilerOracle_init6F_v_; 4448 4219 text: .text%__1cOCompilerOraclePparse_from_file6F_v_; 4449 text: .text%__1cHcc_file6F_pkc_: compilerOracle.o;4450 4220 text: .text%__1cVcompiledICHolderKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: compiledICHolderKlass.o; 4451 4221 text: .text%__1cVcompiledICHolderKlassOset_alloc_size6MI_v_: compiledICHolderKlass.o; … … 4453 4223 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: compileBroker.o; 4454 4224 text: .text%__1cNCompileBrokerQset_should_block6F_v_; 4455 text: .text%__1cNCompileBrokerVinit_compiler_threads6Fi_v_;4456 4225 text: .text%__1cSDeoptimizationBlobGcreate6FpnKCodeBuffer_pnJOopMapSet_iiii_p0_; 4457 4226 text: .text%__1cRCardTableModRefBSbBct_max_alignment_constraint6F_I_; … … 4509 4278 text: .text%__1cLStatSamplerKinitialize6F_v_; 4510 4279 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: sharedHeap.o; 4511 text: .text%__1cTAssertIsPermClosure2t6M_v_: sharedHeap.o;4512 4280 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: psMarkSweep.o; 4513 text: .text%__1cTPSAlwaysTrueClosure2t6M_v_: psMarkSweep.o;4514 4281 text: .text%__1cLPSMarkSweepKinitialize6F_v_; 4515 4282 text: .text%__1cbAPSGCAdaptivePolicyCounters2t6MpkciipnUPSAdaptiveSizePolicy__v_; … … 4518 4285 text: .text%__1cKPerfMemoryUdelete_memory_region6F_v_; 4519 4286 text: .text%__1cKPerfMemoryUcreate_memory_region6FI_v_; 4520 text: .text%__1cUdelete_shared_memory6FpcI_v_: perfMemory_solaris.o;4521 text: .text%__1cUcreate_shared_memory6FI_pc_: perfMemory_solaris.o;4522 text: .text%__1cSmmap_create_shared6FI_pc_: perfMemory_solaris.o;4523 text: .text%__1cbAcreate_sharedmem_resources6Fpkc1I_i_: perfMemory_solaris.o;4524 text: .text%__1cbBcleanup_sharedmem_resources6Fpkc_v_: perfMemory_solaris.o;4525 4287 text: .text%__1cIPSOldGen2t6MnNReservedSpace_IIIIpkci_v_; 4526 4288 text: .text%__1cSReferenceProcessorMinit_statics6F_v_; … … 4603 4365 text: .text%__1cQSystemDictionaryKinitialize6FpnGThread__v_; 4604 4366 text: .text%__1cQSystemDictionaryKclasses_do6FpFpnMklassOopDesc__v_v_; 4605 text: .text%__1cLremove_file6Fpkc_v_: perfMemory_solaris.o;4606 4367 text: .text%__1cNMemoryServicebFadd_parallel_scavenge_heap_info6FpnUParallelScavengeHeap__v_; 4607 4368 text: .text%__1cNMemoryServiceRset_universe_heap6FpnNCollectedHeap__v_; … … 4611 4372 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: matcher.o; 4612 4373 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: markSweep.o; 4613 text: .text%__1cJMarkSweepSMarkAndPushClosure2t6M_v_: markSweep.o;4614 text: .text%__1cJMarkSweepRFollowRootClosure2t6M_v_: markSweep.o;4615 text: .text%__1cJMarkSweepSFollowStackClosure2t6M_v_: markSweep.o;4616 text: .text%__1cJMarkSweepOIsAliveClosure2t6M_v_: markSweep.o;4617 text: .text%__1cJMarkSweepQKeepAliveClosure2t6M_v_: markSweep.o;4618 4374 text: .text%__1cOmarksweep_init6F_v_; 4619 4375 text: .text%__1cNMemoryServiceXadd_psYoung_memory_pool6FpnKPSYoungGen_pnNMemoryManager_4_v_; … … 4667 4423 text: .text%__1cCosHSolarisOlibthread_init6F_v_; 4668 4424 text: .text%__1cUParallelScavengeHeapYpermanent_object_iterate6MpnNObjectClosure__v_; 4669 text: .text%__1cWget_sharedmem_filename6Fpkci_pc_: perfMemory_solaris.o;4670 text: .text%__1cNget_user_name6Fl_pc_: perfMemory_solaris.o;4671 text: .text%__1cQget_user_tmp_dir6Fpkc_pc_: perfMemory_solaris.o;4672 4425 text: .text%__1cKPerfMemoryHdestroy6F_v_; 4673 4426 text: .text%__1cKPerfMemoryKinitialize6F_v_; … … 4690 4443 text: .text%__1cTsignal_thread_entry6FpnKJavaThread_pnGThread__v_: os.o; 4691 4444 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: oopMap.o; 4692 text: .text%__1cQDoNothingClosure2t6M_v_: oopMap.o;4693 4445 text: .text%__1cSobjArrayKlassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: objArrayKlassKlass.o; 4694 4446 text: .text%__1cSobjArrayKlassKlassbEallocate_system_objArray_klass6MpnGThread__pnMklassOopDesc__; … … 4704 4456 text: .text%__1cCosbDallocate_thread_local_storage6F_i_; 4705 4457 text: .text%__1cCosHSolarisQsignal_sets_init6F_v_; 4706 text: .text%__1cQcreate_os_thread6FpnGThread_I_pnIOSThread__: os_solaris.o;4707 4458 text: .text%__1cCosbDinit_system_properties_values6F_v_; 4708 4459 text: .text%__1cCosHSolarisWinitialize_system_info6F_v_; -
trunk/openjdk/hotspot/make/solaris/makefiles/reorder_TIERED_sparc
r2 r309 5 5 text: .text%__1cCosOjavaTimeMillis6F_x_; 6 6 text: .text%__1cQIndexSetIteratorQadvance_and_next6M_I_; 7 text: .text%__1cNinstanceKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;8 7 text: .text%__1cNinstanceKlassToop_adjust_pointers6MpnHoopDesc__i_; 9 8 text: .text%__1cNinstanceKlassToop_follow_contents6MpnHoopDesc__v_; … … 34 33 text: .text%__1cENodeIout_grow6MI_v_; 35 34 text: .text%__1cOloadConI13NodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 36 text: .text%__1cNobjArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;37 35 text: .text%__1cENodeHadd_req6Mp0_v_; 38 36 text: .text%__1cJMarkSweepUAdjustPointerClosureGdo_oop6MppnHoopDesc__v_: markSweep.o; … … 46 44 text: .text%__1cIProjNodeGOpcode6kM_i_; 47 45 text: .text%__1cETypeIhashcons6M_pk0_; 48 text: .text%__1cOPhaseIdealLoopUbuild_loop_late_post6MpnENode_pk0_v_;49 46 text: .text%__1cMPhaseChaitinTinterfere_with_live6MIpnIIndexSet__v_; 50 47 text: .text%__1cWNode_Backward_IteratorEnext6M_pnENode__; … … 155 152 text: .text%__1cJVectorSet2F6kMI_i_; 156 153 text: .text%__1cENodeQIdeal_DU_postCCP6MpnIPhaseCCP__p0_; 157 text: .text%__1cOtypeArrayKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;158 154 text: .text%__1cIProjNodeEhash6kM_I_; 159 155 text: .text%__1cIAddINodeGOpcode6kM_i_; … … 169 165 text: .text%__1cHPhiNodeEhash6kM_I_; 170 166 text: .text%__1cLSymbolTableGlookup6FpkcipnGThread__pnNsymbolOopDesc__; 171 text: .text%__1cKoopFactoryKnew_symbol6FpkcipnGThread__pnNsymbolOopDesc__;172 167 text: .text%__1cKmethodOperJnum_edges6kM_I_: ad_sparc.o; 173 168 text: .text%__1cJStartNodeLbottom_type6kM_pknEType__; … … 503 498 text: .text%__1cSObjectSynchronizerJslow_exit6FpnHoopDesc_pnJBasicLock_pnGThread__v_; 504 499 text: .text%__1cMMergeMemNodePiteration_setup6Mpk0_v_; 505 text: .text%__1cFKlassNlookup_method6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__;506 500 text: .text%__1cKDictionaryEfind6MiInMsymbolHandle_nGHandle_2pnGThread__pnMklassOopDesc__; 507 501 text: .text%__1cRMachSpillCopyNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 606 600 text: .text%__1cSCallLeafDirectNodeIpipeline6kM_pknIPipeline__; 607 601 text: .text%__1cHPhiNodeEmake6FpnENode_2pknEType_pknHTypePtr__p0_; 608 text: .text%__1cIAddPNodeQmach_bottom_type6FpknIMachNode__pknEType__;609 602 text: .text%__1cOcompU_iRegNodeErule6kM_I_: ad_sparc_misc.o; 610 603 text: .text%__1cJiRegLOperKin_RegMask6kMi_pknHRegMask__; … … 641 634 text: .text%__1cENodeDcmp6kMrk0_I_; 642 635 text: .text%__1cHTypeIntFxdual6kM_pknEType__; 643 text: .text%__1cIciObjectIencoding6M_pnI_jobject__;644 636 text: .text%__1cMmerge_region6FpnKRegionNode_pnIPhaseGVN__pnENode__: cfgnode.o; 645 637 text: .text%__1cJAssemblerOpatched_branch6Fiii_i_; … … 739 731 text: .text%__1cHCmpNodeJideal_reg6kM_I_: classes.o; 740 732 text: .text%__1cRloadConP_pollNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 741 text: .text%__1cETypeFwiden6kMpk0_2_: type.o;742 733 text: .text%__1cLstoreI0NodeIpipeline6kM_pknIPipeline__; 743 text: .text%__1cFciEnvTget_method_by_index6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;744 text: .text%__1cFciEnvYget_method_by_index_impl6MpnPciInstanceKlass_inJBytecodesECode__pnIciMethod__;745 734 text: .text%__1cMloadConPNodeLout_RegMask6kM_rknHRegMask__; 746 735 text: .text%__1cFciEnvNlookup_method6MpnNinstanceKlass_2pnNsymbolOopDesc_4nJBytecodesECode__pnNmethodOopDesc__; … … 756 745 text: .text%__1cQsubI_reg_regNodeErule6kM_I_: ad_sparc_misc.o; 757 746 text: .text%__1cXmembar_acquire_lockNodeIpipeline6kM_pknIPipeline__; 758 text: .text%__1cQaddP_reg_regNodeLbottom_type6kM_pknEType__: ad_sparc_misc.o;759 747 text: .text%__1cPCountedLoopNodeGOpcode6kM_i_; 760 748 text: .text%__1cSInterpreterRuntimeLmonitorexit6FpnKJavaThread_pnPBasicObjectLock__v_; … … 827 815 text: .text%__1cQsubI_reg_regNodeIpipeline6kM_pknIPipeline__; 828 816 text: .text%__1cJloadBNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 829 text: .text%__1cIciSymbol2t6MnMsymbolHandle__v_;830 817 text: .text%__1cQaddP_reg_regNodeLout_RegMask6kM_rknHRegMask__; 831 818 text: .text%__1cKmethodOperGmethod6kM_i_: ad_sparc.o; … … 947 934 text: .text%__1cHCompileKTracePhase2T6M_v_; 948 935 text: .text%__1cMPhaseChaitinLclone_projs6MpnFBlock_IpnENode_4rI_i_; 949 text: .text%__1cNinstanceKlassSlookup_osr_nmethod6kMkpnNmethodOopDesc_i_pnHnmethod__;950 936 text: .text%__1cIJVMState2t6MpnIciMethod_p0_v_; 951 937 text: .text%__1cIHaltNode2t6MpnENode_2_v_; … … 955 941 text: .text%__1cINodeHashJhash_find6MpknENode__p1_; 956 942 text: .text%__1cQmulL_reg_regNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 957 text: .text%__1cSaddP_reg_imm13NodeLbottom_type6kM_pknEType__: ad_sparc_misc.o;958 943 text: .text%__1cOMethodLivenessKBasicBlock2t6Mp0ii_v_; 959 944 text: .text%__1cOMethodLivenessKBasicBlockQcompute_gen_kill6MpnIciMethod__v_; … … 988 973 text: .text%__1cHMulNodeFValue6kMpnOPhaseTransform__pknEType__; 989 974 text: .text%__1cMPhaseIterGVNJtransform6MpnENode__2_; 990 text: .text%__1cHTypeIntFwiden6kMpknEType__3_;991 975 text: .text%__1cSsafePoint_pollNodeIpipeline6kM_pknIPipeline__; 992 976 text: .text%__1cJloadSNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; … … 1020 1004 text: .text%__1cPcompP_iRegPNodeLout_RegMask6kM_rknHRegMask__; 1021 1005 text: .text%__1cJloadPNodeOmemory_operand6kM_pknIMachOper__; 1022 text: .text%__1cPBytecode_invokeJsignature6kM_pnNsymbolOopDesc__;1023 1006 text: .text%__1cFframebGinterpreter_callee_receiver_addr6MnMsymbolHandle__ppnHoopDesc__; 1024 1007 text: .text%__1cNSignatureInfoGdo_int6M_v_: bytecode.o; … … 1039 1022 text: .text%__1cPconvL2I_regNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 1040 1023 text: .text%__1cIimmLOperJconstantL6kM_x_: ad_sparc_clone.o; 1041 text: .text%__1cTStackWalkCompPolicyRcompilation_level6MnMmethodHandle_i_i_;1042 1024 text: .text%jni_GetByteArrayRegion: jni.o; 1043 text: .text%__1cIGraphKitTset_all_memory_call6MpnENode__v_;1044 1025 text: .text%__1cSHighResTimeSamplerLtake_sample6M_x_: statSampler.o; 1045 1026 text: .text%__1cHCompileFstart6kM_pnJStartNode__; … … 1083 1064 text: .text%__1cOJNIHandleBlockOallocate_block6FpnGThread__p0_; 1084 1065 text: .text%__1cNSignatureInfoHdo_bool6M_v_: bytecode.o; 1085 text: .text%__1cKBufferBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;1086 1066 text: .text%__1cSandI_reg_imm13NodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 1087 1067 text: .text%__1cIAddINodeIadd_ring6kMpknEType_3_3_; … … 1096 1076 text: .text%__1cJloadSNodeIpipeline6kM_pknIPipeline__; 1097 1077 text: .text%__1cICodeHeapIcapacity6kM_I_; 1098 text: .text%__1cKMemoryPoolImax_size6kM_I_: memoryPool.o;1099 1078 text: .text%__1cMCodeHeapPoolNused_in_bytes6M_I_: memoryPool.o; 1100 1079 text: .text%__1cPcmpFastLockNodeErule6kM_I_: ad_sparc_misc.o; … … 1137 1116 text: .text%__1cObranchConPNodeLout_RegMask6kM_rknHRegMask__; 1138 1117 text: .text%__1cITypeFuncFxdual6kM_pknEType__; 1139 text: .text%__1cQjava_lang_StringGlength6FpnHoopDesc__i_;1140 1118 text: .text%__1cFStateM_sub_Op_CmpI6MpknENode__v_; 1141 1119 text: .text%__1cJcmpOpOperFccode6kM_i_: ad_sparc_clone.o; … … 1201 1179 text: .text%__1cLRethrowNodeKmatch_edge6kMI_I_; 1202 1180 text: .text%__1cFTypeFEhash6kM_i_; 1203 text: .text%__1cHnmethodHoops_do6MpnKOopClosure__v_;1204 1181 text: .text%__1cFStateM_sub_Op_AddI6MpknENode__v_; 1205 1182 text: .text%__1cOParseGeneratorIgenerate6MpnIJVMState__2_; … … 1214 1191 text: .text%__1cbGJvmtiVMObjectAllocEventCollector2t6M_v_; 1215 1192 text: .text%__1cbGJvmtiVMObjectAllocEventCollector2T6M_v_; 1216 text: .text%__1cQconstMethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1217 1193 text: .text%__1cRciVirtualCallDataOtranslate_from6MpnLProfileData__v_; 1218 1194 text: .text%jni_IsSameObject: jni.o; … … 1221 1197 text: .text%__1cNbranchConNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1222 1198 text: .text%__1cQandL_reg_regNodeErule6kM_I_: ad_sparc_misc.o; 1223 text: .text%__1cLmethodKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1224 text: .text%__1cLsymbolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1225 1199 text: .text%__1cIciObjectFklass6M_pnHciKlass__; 1226 text: .text%__1cLSymbolTableFprobe6Fpkci_pnNsymbolOopDesc__;1227 1200 text: .text%__1cPThreadLocalNodeGOpcode6kM_i_; 1228 1201 text: .text%__1cZPhaseConservativeCoalesceKupdate_ifg6MIIpnIIndexSet_2_v_; … … 1245 1218 text: .text%__1cIciMethodbBinterpreter_call_site_count6Mi_i_; 1246 1219 text: .text%__1cGBitMapIset_from6M0_v_; 1247 text: .text%__1cNCompileBrokerOcompile_method6FnMmethodHandle_i1ipkcpnGThread__pnHnmethod__;1248 1220 text: .text%__1cTconstantPoolOopDescbDresolve_string_constants_impl6FnSconstantPoolHandle_pnGThread__v_; 1249 1221 text: .text%__1cHSubNodeIIdentity6MpnOPhaseTransform__pnENode__; … … 1279 1251 text: .text%__1cIMinINodeGOpcode6kM_i_; 1280 1252 text: .text%__1cMURShiftINodeIIdentity6MpnOPhaseTransform__pnENode__; 1281 text: .text%__1cFframeRoops_code_blob_do6MpnKOopClosure_pknLRegisterMap__v_;1282 1253 text: .text%__1cKTypeRawPtrFxmeet6kMpknEType__3_; 1283 1254 text: .text%JVM_GetMethodIxModifiers; … … 1326 1297 text: .text%__1cUcompI_iReg_imm13NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1327 1298 text: .text%__1cOMacroAssemblerNverify_thread6M_v_; 1328 text: .text%__1cIGraphKitZset_results_for_java_call6MpnMCallJavaNode__pnENode__;1329 1299 text: .text%__1cSbranchCon_longNodeIpipeline6kM_pknIPipeline__; 1330 1300 text: .text%__1cHnmethodVcleanup_inline_caches6M_v_; … … 1357 1327 text: .text%__1cQxorI_reg_regNodeErule6kM_I_: ad_sparc_misc.o; 1358 1328 text: .text%__1cKstoreLNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 1359 text: .text%__1cFciEnvVget_constant_by_index6MpnPciInstanceKlass_i_nKciConstant__;1360 text: .text%__1cFciEnvbAget_constant_by_index_impl6MpnPciInstanceKlass_i_nKciConstant__;1361 1329 text: .text%__1cOClearArrayNodeKmatch_edge6kMI_I_; 1362 1330 text: .text%__1cPconvL2I_regNodeErule6kM_I_: ad_sparc_misc.o; 1363 1331 text: .text%__1cJloadSNodeLout_RegMask6kM_rknHRegMask__; 1364 text: .text%__1cKJavaThreadHoops_do6MpnKOopClosure__v_;1365 1332 text: .text%__1cSFixupMirrorClosureJdo_object6MpnHoopDesc__v_: universe.o; 1366 1333 text: .text%__1cFStateP_sub_Op_LShiftI6MpknENode__v_; … … 1388 1355 text: .text%__1cIMaxINodeGOpcode6kM_i_; 1389 1356 text: .text%__1cTDirectCallGeneratorIgenerate6MpnIJVMState__2_; 1390 text: .text%__1cNCallGeneratorPfor_direct_call6FpnIciMethod__p0_;1391 1357 text: .text%__1cMWarmCallInfoLalways_cold6F_p0_; 1392 1358 text: .text%__1cIimmDOperJconstantD6kM_d_: ad_sparc_clone.o; … … 1513 1479 text: .text%__1cVshrL_reg_imm6_L2INodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 1514 1480 text: .text%__1cZCallDynamicJavaDirectNodePoper_input_base6kM_I_: ad_sparc_misc.o; 1515 text: .text%__1cIGraphKitTcreate_and_xform_if6MpnENode_2ff_pnGIfNode__: graphKit.o;1516 1481 text: .text%__1cWImplicitExceptionTableGappend6MII_v_; 1517 1482 text: .text%__1cRMachNullCheckNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 1535 1500 text: .text%__1cMTypeKlassPtrFxdual6kM_pknEType__; 1536 1501 text: .text%__1cQSystemDictionaryVdefine_instance_class6FnTinstanceKlassHandle_pnGThread__v_; 1537 text: .text%__1cSinstanceKlassKlassXallocate_instance_klass6MiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1538 1502 text: .text%__1cPClassFileParserbBcheck_final_method_override6FnTinstanceKlassHandle_pnGThread__v_; 1539 1503 text: .text%__1cJCodeCachebKnumber_of_nmethods_with_dependencies6F_i_; … … 1542 1506 text: .text%__1cNinstanceKlassSprocess_interfaces6MpnGThread__v_; 1543 1507 text: .text%__1cNinstanceKlassYcompute_secondary_supers6MipnGThread__pnPobjArrayOopDesc__; 1544 text: .text%__1cKoopFactoryRnew_instanceKlass6FiiiinNReferenceType_pnGThread__pnMklassOopDesc__;1545 1508 text: .text%__1cNinstanceKlassWdo_local_static_fields6MpFpnPfieldDescriptor_pnGThread__v4_v_; 1546 1509 text: .text%__1cPClassFileParserMsort_methods6MnOobjArrayHandle_111pnGThread__nPtypeArrayHandle__; … … 1562 1525 text: .text%__1cNinstanceKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: instanceKlass.o; 1563 1526 text: .text%__1cHMemNodeHsize_of6kM_I_; 1564 text: .text%__1cFVTuneQstart_class_load6F_v_;1565 1527 text: .text%__1cSThreadProfilerMark2T6M_v_; 1566 text: .text%__1cFVTuneOend_class_load6F_v_;1567 1528 text: .text%__1cLClassLoaderOload_classfile6FnMsymbolHandle_pnGThread__nTinstanceKlassHandle__; 1568 1529 text: .text%__1cJEventMark2t6MpkcE_v_: classLoader.o; 1569 1530 text: .text%__1cSThreadProfilerMark2t6Mn0AGRegion__v_; 1570 1531 text: .text%__1cQSystemDictionaryRload_shared_class6FnTinstanceKlassHandle_nGHandle_pnGThread__1_; 1571 text: .text%__1cKklassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1572 1532 text: .text%__1cPClassFileParserbKparse_classfile_sourcefile_attribute6MnSconstantPoolHandle_nTinstanceKlassHandle_pnGThread__v_; 1573 1533 text: .text%__1cQmodI_reg_regNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; … … 1576 1536 text: .text%__1cLLShiftLNodeGOpcode6kM_i_; 1577 1537 text: .text%__1cYcompareAndSwapL_boolNodeErule6kM_I_: ad_sparc_misc.o; 1578 text: .text%__1cSinstanceKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1579 text: .text%__1cNinstanceKlassScopy_static_fields6MpnSPSPromotionManager__v_;1580 1538 text: .text%__1cMtlsLoadPNodeLout_RegMask6kM_rknHRegMask__; 1581 1539 text: .text%__1cFStateQ_sub_Op_URShiftI6MpknENode__v_; … … 1627 1585 text: .text%__1cQshrL_reg_regNodeErule6kM_I_: ad_sparc_misc.o; 1628 1586 text: .text%__1cKstoreLNodeIpipeline6kM_pknIPipeline__; 1629 text: .text%__1cNSharedRuntimebKexception_handler_for_return_address6FpC_1_;1630 1587 text: .text%__1cILoopNodeHsize_of6kM_I_: classes.o; 1631 1588 text: .text%__1cHMatcherLfind_shared6MpnENode__v_; … … 1644 1601 text: .text%__1cMnegF_regNodeErule6kM_I_: ad_sparc_misc.o; 1645 1602 text: .text%__1cNSharedRuntimebWnative_method_throw_unsatisfied_link_error_entry6F_pC_; 1646 text: .text%__1cTStackWalkCompPolicyYmethod_back_branch_event6MnMmethodHandle_iipnGThread__v_;1647 text: .text%__1cRCompilationPolicybJreset_counter_for_back_branch_event6MnMmethodHandle__v_;1648 1603 text: .text%__1cOMethodLivenessQcompute_liveness6M_v_; 1649 1604 text: .text%__1cOMethodLiveness2t6MpnFArena_pnIciMethod__v_; … … 1655 1610 text: .text%__1cJTimeStampGupdate6M_v_; 1656 1611 text: .text%__1cRmethodDataOopDescKmileage_of6FpnNmethodOopDesc__i_; 1657 text: .text%__1cWconstantPoolCacheKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1658 1612 text: .text%__1cMloadConDNodeIpipeline6kM_pknIPipeline__; 1659 1613 text: .text%__1cFParseQarray_addressing6MnJBasicType_ippknEType__pnENode__; … … 1674 1628 text: .text%__1cYciExceptionHandlerStreamPcount_remaining6M_i_; 1675 1629 text: .text%__1cFParseXcatch_inline_exceptions6MpnNSafePointNode__v_; 1676 text: .text%__1cRconstantPoolKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1677 1630 text: .text%__1cNobjArrayKlassKcopy_array6MpnMarrayOopDesc_i2iipnGThread__v_; 1678 1631 text: .text%__1cKcmpOpUOperNgreater_equal6kM_i_: ad_sparc_clone.o; … … 1699 1652 text: .text%__1cNmethodOopDescTverified_code_entry6M_pC_; 1700 1653 text: .text%__1cNSharedRuntimeXfind_callee_info_helper6FpnKJavaThread_rnMvframeStream_rnJBytecodesECode_rnICallInfo_pnGThread__nGHandle__; 1701 text: .text%__1cPBytecode_invokeFindex6kM_i_;1702 1654 text: .text%__1cLRethrowNodeFValue6kMpnOPhaseTransform__pknEType__; 1703 1655 text: .text%__1cSPSKeepAliveClosureGdo_oop6MppnHoopDesc__v_: psScavenge.o; … … 1737 1689 text: .text%__1cQshlI_reg_regNodeErule6kM_I_: ad_sparc_misc.o; 1738 1690 text: .text%__1cFParseNthrow_to_exit6MpnNSafePointNode__v_; 1739 text: .text%__1cQinstanceRefKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;1740 1691 text: .text%__1cVConstantOopWriteValueIwrite_on6MpnUDebugInfoWriteStream__v_; 1741 1692 text: .text%__1cJVectorSetGslamin6Mrk0_v_; … … 1773 1724 text: .text%__1cMPhaseChaitinISimplify6M_v_; 1774 1725 text: .text%__1cNIdealLoopTreeIset_nest6MI_i_; 1775 text: .text%__1cSCallLeafDirectNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1776 1726 text: .text%__1cIMulLNodeImul_ring6kMpknEType_3_3_; 1777 1727 text: .text%__1cMStartOSRNodeGOpcode6kM_i_; … … 1793 1743 text: .text%__1cRshrI_reg_imm5NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 1794 1744 text: .text%__1cQjava_lang_StringOas_utf8_string6FpnHoopDesc__pc_; 1795 text: .text%__1cRcmpFastUnlockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;1796 1745 text: .text%__1cNSafePointNodeLpop_monitor6M_v_; 1797 1746 text: .text%__1cMPhaseChaitinVfind_base_for_derived6MppnENode_2rI_2_; … … 1825 1774 text: .text%__1cKTypeAryPtrQcast_to_ptr_type6kMnHTypePtrDPTR__pknEType__; 1826 1775 text: .text%__1cOPhaseIdealLoopKDominators6M_v_; 1827 text: .text%__1cOPhaseIdealLoopPbuild_loop_late6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;1828 text: .text%__1cOPhaseIdealLoopQbuild_loop_early6MrnJVectorSet_rnJNode_List_rnKNode_Stack_pk0_v_;1829 1776 text: .text%jni_NewGlobalRef: jni.o; 1830 1777 text: .text%__1cTciConstantPoolCache2t6MpnFArena_i_v_; … … 1982 1929 text: .text%__1cKoopFactoryOnew_methodData6FnMmethodHandle_pnGThread__pnRmethodDataOopDesc__; 1983 1930 text: .text%__1cIAndLNodeJideal_reg6kM_I_: classes.o; 1984 text: .text%__1cKCodeBuffer2t6MpCi_v_;1985 1931 text: .text%__1cVshrL_reg_imm6_L2INodeErule6kM_I_: ad_sparc_misc.o; 1986 1932 text: .text%__1cLConvL2INodeIIdentity6MpnOPhaseTransform__pnENode__; 1987 text: .text%__1cIciMethodRinstructions_size6M_i_;1988 1933 text: .text%__1cSmulI_reg_imm13NodeErule6kM_I_: ad_sparc_misc.o; 1989 1934 text: .text%__1cCosXthread_local_storage_at6Fi_pv_; … … 2014 1959 text: .text%__1cUPSGenerationCountersKupdate_all6M_v_: psGenerationCounters.o; 2015 1960 text: .text%__1cQComputeCallStackHdo_long6M_v_: generateOopMap.o; 2016 text: .text%__1cKTypeOopPtrSmake_from_constant6FpnIciObject__pk0_;2017 1961 text: .text%__1cQregP_to_stkPNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 2018 1962 text: .text%__1cOGenerateOopMapHppstore6MpnNCellTypeState_i_v_; … … 2039 1983 text: .text%__1cVshrL_reg_imm6_L2INodeLout_RegMask6kM_rknHRegMask__; 2040 1984 text: .text%__1cKcmpOpFOperJnum_edges6kM_I_: ad_sparc_clone.o; 2041 text: .text%__1cLRuntimeStubHoops_do6MpnKOopClosure__v_: codeBlob.o;2042 1985 text: .text%__1cTmembar_volatileNodeIpipeline6kM_pknIPipeline__; 2043 1986 text: .text%__1cJloadFNodeLout_RegMask6kM_rknHRegMask__; … … 2067 2010 text: .text%__1cPorI_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2068 2011 text: .text%__1cIPhaseCFGOinsert_goto_at6MII_v_; 2069 text: .text%__1cITypeLongFwiden6kMpknEType__3_;2070 2012 text: .text%__1cSThreadLocalStoragePget_thread_slow6F_pnGThread__; 2071 2013 text: .text%__1cPCallRuntimeNodeGOpcode6kM_i_; … … 2098 2040 text: .text%__1cGIfNodeMdominated_by6MpnENode_pnMPhaseIterGVN__v_; 2099 2041 text: .text%__1cOcompiledVFrame2t6MpknFframe_pknLRegisterMap_pnKJavaThread_pnJScopeDesc__v_; 2100 text: .text%__1cJScopeDesc2t6MpknHnmethod_i_v_;2101 2042 text: .text%__1cQshlI_reg_regNodeIpipeline6kM_pknIPipeline__; 2102 2043 text: .text%__1cOGenerateOopMapJdo_astore6Mi_v_; … … 2128 2069 text: .text%__1cLOptoRuntimebBcomplete_monitor_enter_Type6F_pknITypeFunc__; 2129 2070 text: .text%__1cIGraphKitLshared_lock6MpnENode__pnMFastLockNode__; 2130 text: .text%__1cPcmpFastLockNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2131 2071 text: .text%__1cNloadConP0NodeHsize_of6kM_I_: ad_sparc_misc.o; 2132 2072 text: .text%__1cRorI_reg_imm13NodeMideal_Opcode6kM_i_: ad_sparc_misc.o; … … 2136 2076 text: .text%lwp_mutex_init: os_solaris.o; 2137 2077 text: .text%__1cRsubI_zero_regNodeLout_RegMask6kM_rknHRegMask__; 2138 text: .text%__1cFframeLnmethods_do6M_v_;2139 2078 text: .text%__1cQjava_lang_ThreadGthread6FpnHoopDesc__pnKJavaThread__; 2140 2079 text: .text%__1cQnotemp_iRegIOperEtype6kM_pknEType__: ad_sparc.o; … … 2179 2118 text: .text%__1cQshrI_reg_regNodeIpipeline6kM_pknIPipeline__; 2180 2119 text: .text%__1cFForteNregister_stub6FpkcpC3_v_; 2181 text: .text%__1cFVTuneNregister_stub6FpkcpC3_v_;2182 2120 text: .text%__1cNinstanceKlassbFlookup_method_in_all_interfaces6kMpnNsymbolOopDesc_2_pnNmethodOopDesc__; 2183 2121 text: .text%__1cTloadL_unalignedNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; … … 2250 2188 text: .text%__1cVExceptionHandlerTableHcopy_to6MpnHnmethod__v_; 2251 2189 text: .text%__1cJCodeCacheGcommit6FpnICodeBlob__v_; 2252 text: .text%__1cFVTuneOcreate_nmethod6FpnHnmethod__v_;2253 2190 text: .text%__1cHnmethodQcopy_scopes_data6MpCi_v_; 2254 2191 text: .text%__1cFciEnvVnum_inlined_bytecodes6kM_i_; 2255 2192 text: .text%__1cWImplicitExceptionTableHcopy_to6MpnHnmethod__v_; 2256 text: .text%__1cLOopRecorderHcopy_to6MpnICodeBlob__v_;2257 2193 text: .text%__1cIciMethodRbuild_method_data6M_v_; 2258 2194 text: .text%__1cHCompileIOptimize6M_v_; … … 2366 2302 text: .text%__1cWCallLeafNoFPDirectNodeLout_RegMask6kM_rknHRegMask__; 2367 2303 text: .text%__1cLcmpD_ccNodeIpipeline6kM_pknIPipeline__; 2368 text: .text%__1cWCallLeafNoFPDirectNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2369 2304 text: .text%__1cJloadINodeHsize_of6kM_I_: ad_sparc_misc.o; 2370 2305 text: .text%__1cbBopt_virtual_call_RelocationLstatic_stub6M_pC_; … … 2393 2328 text: .text%__1cFParseOmerge_new_path6Mi_v_; 2394 2329 text: .text%__1cQregP_to_stkPNodeLbottom_type6kM_pknEType__: ad_sparc_misc.o; 2395 text: .text%__1cQjava_lang_StringGoffset6FpnHoopDesc__i_;2396 text: .text%__1cQjava_lang_StringFvalue6FpnHoopDesc__pnQtypeArrayOopDesc__;2397 2330 text: .text%__1cQjava_lang_StringScreate_from_symbol6FnMsymbolHandle_pnGThread__nGHandle__; 2398 2331 text: .text%__1cSmembar_releaseNodeLout_RegMask6kM_rknHRegMask__; … … 2403 2336 text: .text%__1cKDictionaryVadd_protection_domain6MiInTinstanceKlassHandle_nGHandle_2pnGThread__v_; 2404 2337 text: .text%__1cFParseLdo_newarray6MnJBasicType__v_; 2405 text: .text%__1cPmethodDataKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2406 2338 text: .text%__1cNmethodOopDescKklass_name6kM_pnNsymbolOopDesc__; 2407 2339 text: .text%__1cSconvI2D_helperNodeHsize_of6kM_I_: ad_sparc_misc.o; … … 2455 2387 text: .text%__1cOcompiledVFrameGsender6kM_pnGvframe__; 2456 2388 text: .text%__1cZInterpreterMacroAssemblerDpop6MnITosState__v_; 2457 text: .text%__1cGThreadHoops_do6MpnKOopClosure__v_;2458 2389 text: .text%__1cQPlaceholderTableHoops_do6MpnKOopClosure__v_; 2459 2390 text: .text%__1cXJvmtiCurrentBreakpointsHoops_do6FpnKOopClosure__v_; … … 2463 2394 text: .text%__1cQSystemDictionaryRpreloaded_oops_do6FpnKOopClosure__v_; 2464 2395 text: .text%__1cLJvmtiExportHoops_do6FpnKOopClosure__v_; 2465 text: .text%__1cIVMThreadHoops_do6MpnKOopClosure__v_;2466 2396 text: .text%__1cKJNIHandlesMweak_oops_do6FpnRBoolObjectClosure_pnKOopClosure__v_; 2467 2397 text: .text%__1cSObjectSynchronizerHoops_do6FpnKOopClosure__v_; … … 2511 2441 text: .text%__1cWThreadLocalAllocBufferbFaccumulate_statistics_before_gc6F_v_; 2512 2442 text: .text%__1cWThreadLocalAllocBufferQresize_all_tlabs6F_v_; 2513 text: .text%__1cPGCMemoryManagerIgc_begin6M_v_;2514 text: .text%__1cPGCMemoryManagerGgc_end6M_v_;2515 2443 text: .text%__1cRLowMemoryDetectorRdetect_low_memory6F_v_; 2516 2444 text: .text%__1cNMemoryServiceStrack_memory_usage6F_v_; … … 2528 2456 text: .text%__1cUSafepointSynchronizeFbegin6F_v_; 2529 2457 text: .text%__1cKarrayKlassTallocate_arrayArray6MiipnGThread__pnPobjArrayOopDesc__; 2530 text: .text%__1cONMethodSweeperFsweep6F_v_;2531 2458 text: .text%__1cCosbAmake_polling_page_readable6F_v_; 2532 2459 text: .text%__1cUSafepointSynchronizeDend6F_v_; … … 2540 2467 text: .text%__1cOcmovPP_regNodeIpipeline6kM_pknIPipeline__; 2541 2468 text: .text%__1cKstoreBNodeLout_RegMask6kM_rknHRegMask__; 2542 text: .text%__1cSobjArrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;2543 2469 text: .text%__1cLstoreC0NodePoper_input_base6kM_I_: ad_sparc_misc.o; 2544 2470 text: .text%__1cTloadL_unalignedNodePoper_input_base6kM_I_: ad_sparc_misc.o; … … 2552 2478 text: .text%__1cJLoadPNodeMstore_Opcode6kM_i_: classes.o; 2553 2479 text: .text%__1cLstoreB0NodeEsize6kMpnNPhaseRegAlloc__I_; 2554 text: .text%__1cZInterpreterMacroAssemblerbAget_cache_and_index_at_bcp6MpnMRegisterImpl_2i_v_;2555 2480 text: .text%__1cHTypeAryFxdual6kM_pknEType__; 2556 2481 text: .text%__1cMtlsLoadPNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2627 2552 text: .text%__1cNObjectMonitorHRecycle6M_v_; 2628 2553 text: .text%__1cNSharedRuntimeSfind_callee_method6FpnKJavaThread_pnGThread__nMmethodHandle__; 2629 text: .text%__1cMloadConLNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2630 2554 text: .text%__1cJloadDNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 2631 text: .text%__1cQSystemDictionaryTresolve_from_stream6FnMsymbolHandle_nGHandle_2pnPClassFileStream_pnGThread__pnMklassOopDesc__;2632 2555 text: .text%__1cQstkI_to_regFNodeIpipeline6kM_pknIPipeline__; 2633 2556 text: .text%__1cQregP_to_stkPNodeIpipeline6kM_pknIPipeline__; … … 2637 2560 text: .text%__1cYcompareAndSwapL_boolNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2638 2561 text: .text%__1cNSCMemProjNodeJideal_reg6kM_I_: classes.o; 2639 text: .text%__1cYcompareAndSwapL_boolNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2640 2562 text: .text%__1cIProjNodeLout_RegMask6kM_rknHRegMask__; 2641 2563 text: .text%__1cIPSOldGenMmax_gen_size6M_I_: psOldGen.o; … … 2856 2778 text: .text%__1cQshlL_reg_regNodeLout_RegMask6kM_rknHRegMask__; 2857 2779 text: .text%__1cIMulINodeJideal_reg6kM_I_: classes.o; 2858 text: .text%__1cNminI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2859 2780 text: .text%__1cRshlI_reg_imm5NodeEsize6kMpnNPhaseRegAlloc__I_; 2860 2781 text: .text%__1cOloadConL13NodeIpipeline6kM_pknIPipeline__; … … 2878 2799 text: .text%__1cKo1RegPOperKin_RegMask6kMi_pknHRegMask__; 2879 2800 text: .text%__1cSsubL_reg_reg_1NodeIpipeline6kM_pknIPipeline__; 2880 text: .text%__1cIBytecodeIset_code6MnJBytecodesECode__v_;2881 2801 text: .text%__1cQshrL_reg_regNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; 2882 2802 text: .text%__1cRsarL_reg_imm6NodeErule6kM_I_: ad_sparc_misc.o; … … 2949 2869 text: .text%__1cJvmSymbolsOsignature_type6FpnNsymbolOopDesc__nJBasicType__; 2950 2870 text: .text%__1cQsubL_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 2951 text: .text%__1cQmodI_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;2952 2871 text: .text%__1cISubDNodeGOpcode6kM_i_; 2953 2872 text: .text%__1cQmodI_reg_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; … … 2987 2906 text: .text%__1cKJavaThread2t6MpFp0pnGThread__vI_v_; 2988 2907 text: .text%__1cKJavaThreadDrun6M_v_; 2989 text: .text%__1cNSafepointBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;2990 2908 text: .text%__1cPjava_lang_ClassOprimitive_type6FpnHoopDesc__nJBasicType__; 2991 2909 text: .text%JVM_IsArrayClass; … … 3018 2936 text: .text%__1cOGenerateOopMapPdo_monitorenter6Mi_v_; 3019 2937 text: .text%__1cOcmovPP_regNodeLbottom_type6kM_pknEType__: ad_sparc_misc.o; 3020 text: .text%__1cMloadConDNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3021 2938 text: .text%__1cIMaxINodeIadd_ring6kMpknEType_3_3_; 3022 2939 text: .text%__1cJloadSNodeEsize6kMpnNPhaseRegAlloc__I_; … … 3025 2942 text: .text%JVM_Open; 3026 2943 text: .text%__1cRInvocationCounterFreset6M_v_; 3027 text: .text%__1cRCompilationPolicybIreset_counter_for_invocation_event6MnMmethodHandle__v_;3028 2944 text: .text%__1cOGenerateOopMap2t6MnMmethodHandle__v_; 3029 2945 text: .text%__1cOGenerateOopMapRdo_interpretation6M_v_; … … 3145 3061 text: .text%JVM_GetInheritedAccessControlContext; 3146 3062 text: .text%__1cPPerfDataManagerWcreate_string_constant6FnJCounterNS_pkc3pnGThread__pnSPerfStringConstant__; 3147 text: .text%__1cNmaxI_eRegNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3148 3063 text: .text%JVM_NativePath; 3149 3064 text: .text%__1cOMacroAssemblerNflush_windows6M_v_; … … 3158 3073 text: .text%__1cQObjectStartArrayFreset6M_v_; 3159 3074 text: .text%__1cPconvI2D_memNodeLout_RegMask6kM_rknHRegMask__; 3160 text: .text%__1cHThreadsHoops_do6FpnKOopClosure__v_;3161 3075 text: .text%__1cQaddD_reg_regNodeLout_RegMask6kM_rknHRegMask__; 3162 3076 text: .text%__1cLConvF2INodeGOpcode6kM_i_; … … 3164 3078 text: .text%__1cJHashtableGunlink6MpnRBoolObjectClosure__v_; 3165 3079 text: .text%__1cIPSOldGenPadjust_pointers6M_v_; 3166 text: .text%__1cVCallRuntimeDirectNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3167 3080 text: .text%__1cOcmovPI_regNodeErule6kM_I_: ad_sparc_misc.o; 3168 3081 text: .text%__1cIPSOldGenHcompact6M_v_; … … 3178 3091 text: .text%__1cZInterpreterMacroAssemblerUupdate_mdp_by_offset6MipnMRegisterImpl__v_; 3179 3092 text: .text%__1cRtestI_reg_immNodeLout_RegMask6kM_rknHRegMask__; 3180 text: .text%__1cHnmethodbAmake_not_entrant_or_zombie6Mi_v_;3181 3093 text: .text%__1cPconvF2D_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3182 3094 text: .text%__1cOPhaseIdealLoopKdo_peeling6MpnNIdealLoopTree_rnJNode_List__v_; … … 3291 3203 text: .text%__1cOcmovLL_regNodeLout_RegMask6kM_rknHRegMask__; 3292 3204 text: .text%__1cRorI_reg_imm13NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3293 text: .text%__1cTloadL_unalignedNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3294 3205 text: .text%__1cTloadL_unalignedNodeOmemory_operand6kM_pknIMachOper__; 3295 3206 text: .text%__1cKloadUBNodeOmemory_operand6kM_pknIMachOper__; … … 3372 3283 text: .text%__1cYinternal_word_RelocationGtarget6M_pC_; 3373 3284 text: .text%__1cJStubQdDueueKremove_all6M_v_; 3374 text: .text%__1cMloadConFNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3375 3285 text: .text%__1cPconvI2D_memNodeIpipeline6kM_pknIPipeline__; 3376 3286 text: .text%__1cPorL_reg_regNodeMideal_Opcode6kM_i_: ad_sparc_misc.o; … … 3406 3316 text: .text%__1cKPSYoungGenKprecompact6M_v_; 3407 3317 text: .text%__1cXjava_lang_reflect_FieldEslot6FpnHoopDesc__i_; 3408 text: .text%__1cSconvD2I_helperNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3409 3318 text: .text%__1cMnegF_regNodeLout_RegMask6kM_rknHRegMask__; 3410 3319 text: .text%__1cHThreadsLgc_prologue6F_v_; 3411 3320 text: .text%__1cHThreadsLgc_epilogue6F_v_; 3412 3321 text: .text%__1cPconvI2L_regNodeEsize6kMpnNPhaseRegAlloc__I_; 3413 text: .text%__1cPconvD2I_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3414 3322 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4nGHandle_pnGThread__v_; 3415 3323 text: .text%__1cUParallelScavengeHeapHcollect6MnHGCCauseFCause__v_; … … 3450 3358 text: .text%__1cPfieldDescriptorTfloat_initial_value6kM_f_; 3451 3359 text: .text%__1cKPSYoungGenPadjust_pointers6M_v_; 3452 text: .text%__1cQUncommonTrapBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3453 text: .text%__1cSDeoptimizationBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3454 text: .text%__1cNExceptionBlobHoops_do6MpnKOopClosure__v_: codeBlob.o;3455 text: .text%__1cJCodeCacheHoops_do6FpnKOopClosure__v_;3456 3360 text: .text%__1cJCodeCacheLgc_prologue6F_v_; 3457 3361 text: .text%__1cJCodeCacheLgc_epilogue6F_v_; … … 3509 3413 text: .text%__1cJloadDNodeOmemory_operand6kM_pknIMachOper__; 3510 3414 text: .text%__1cQstkI_to_regINodeLout_RegMask6kM_rknHRegMask__; 3511 text: .text%__1cSstring_compareNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3512 3415 text: .text%__1cXNativeSignatureIteratorHdo_bool6M_v_: interpreterRT_sparc.o; 3513 3416 text: .text%Unsafe_GetNativeByte; … … 3515 3418 text: .text%__1cCosNjavaTimeNanos6F_x_; 3516 3419 text: .text%__1cOMacroAssemblerOrestore_thread6MkpnMRegisterImpl__v_; 3517 text: .text%__1cVcompiledICHolderKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3518 3420 text: .text%__1cQandL_reg_regNodeEsize6kMpnNPhaseRegAlloc__I_; 3519 3421 text: .text%__1cIimmFOperJnum_edges6kM_I_: ad_sparc_clone.o; 3520 text: .text%__1cHThreadsLnmethods_do6F_v_;3521 3422 text: .text%__1cKcmpOpFOperGnegate6M_v_: ad_sparc_clone.o; 3522 3423 text: .text%__1cICodeBlobFflush6M_v_; … … 3538 3439 text: .text%__1cQregI_to_stkINodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3539 3440 text: .text%__1cbCAbstractInterpreterGeneratorVgenerate_method_entry6MnTAbstractInterpreterKMethodKind__pC_; 3540 text: .text%__1cParrayKlassKlassRoop_copy_contents6MpnSPSPromotionManager_pnHoopDesc__v_;3541 text: .text%__1cFVTuneOdelete_nmethod6FpnHnmethod__v_;3542 3441 text: .text%__1cWloadConI_x43300000NodeIpipeline6kM_pknIPipeline__; 3543 3442 text: .text%__1cFParseQdo_monitor_enter6M_v_; … … 3548 3447 text: .text%__1cNTemplateTableEiop26Fn0AJOperation__v_; 3549 3448 text: .text%__1cZInterpreterMacroAssemblerMdispatch_via6MnITosState_ppC_v_; 3550 text: .text%__1cSmodL_reg_imm13NodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3551 3449 text: .text%__1cRshrI_reg_imm5NodeEsize6kMpnNPhaseRegAlloc__I_; 3552 3450 text: .text%__1cJJavaCallsLcall_static6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnGThread__v_; … … 3554 3452 text: .text%__1cUmulL_reg_imm13_1NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3555 3453 text: .text%__1cIDivDNodeFValue6kMpnOPhaseTransform__pknEType__; 3556 text: .text%__1cPconvI2F_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3557 3454 text: .text%__1cNinstanceKlassUfind_interface_field6kMpnNsymbolOopDesc_2pnPfieldDescriptor__pnMklassOopDesc__; 3558 3455 text: .text%__1cOstackSlotFOperKin_RegMask6kMi_pknHRegMask__; … … 3562 3459 text: .text%__1cJname2type6Fpkc_nJBasicType__; 3563 3460 text: .text%__1cSmulL_reg_imm13NodeIpipeline6kM_pknIPipeline__; 3564 text: .text%__1cPBytecode_invokeLresult_type6kMpnGThread__nJBasicType__;3565 3461 text: .text%__1cOloadConL13NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3566 3462 text: .text%__1cKcmpOpFOperHgreater6kM_i_: ad_sparc_clone.o; … … 3590 3486 text: .text%Unsafe_StaticFieldOffset; 3591 3487 text: .text%__1cQmulI_reg_regNodeHsize_of6kM_I_: ad_sparc_misc.o; 3592 text: .text%__1cNTemplateTableXresolve_cache_and_index6FipnMRegisterImpl_2_v_;3593 3488 text: .text%__1cQaddI_reg_regNodeHsize_of6kM_I_: ad_sparc_misc.o; 3594 3489 text: .text%__1cOcmovLI_regNodeHtwo_adr6kM_I_: ad_sparc_misc.o; … … 3726 3621 text: .text%__1cSandL_reg_imm13NodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 3727 3622 text: .text%JVM_GetLastErrorString; 3728 text: .text%__1cQmodL_reg_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3729 3623 text: .text%__1cNTemplateTableElop26Fn0AJOperation__v_; 3730 3624 text: .text%__1cQjava_lang_ThreadKset_daemon6FpnHoopDesc__v_; … … 3739 3633 text: .text%__1cIciMethod2t6MpnPciInstanceKlass_pnIciSymbol_4_v_; 3740 3634 text: .text%__1cRcompL_reg_regNodeHsize_of6kM_I_: ad_sparc_misc.o; 3741 text: .text%__1cLconvI2BNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3742 3635 text: .text%__1cLConvD2FNodeFValue6kMpnOPhaseTransform__pknEType__; 3743 3636 text: .text%__1cSconvD2I_helperNodeHsize_of6kM_I_: ad_sparc_misc.o; … … 3776 3669 text: .text%__1cTjava_lang_ThrowableLset_message6FpnHoopDesc_2_v_; 3777 3670 text: .text%__1cOGenerateOopMapTret_jump_targets_do6MpnOBytecodeStream_pFp0ipi_vi4_v_; 3778 text: .text%__1cPconvI2D_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3779 3671 text: .text%Unsafe_SetMemory; 3780 3672 text: .text%__1cKstfSSFNodeErule6kM_I_: ad_sparc_misc.o; … … 3799 3691 text: .text%__1cOGenerateOopMapRdo_multianewarray6Mii_v_; 3800 3692 text: .text%__1cNCompileBrokerUcompiler_thread_loop6F_v_; 3801 text: .text%__1cbFpartialSubtypeCheck_vs_zeroNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3802 3693 text: .text%jni_CallStaticObjectMethodV: jni.o; 3803 3694 text: .text%__1cNTemplateTableMfast_xaccess6FnITosState__v_; … … 3858 3749 text: .text%__1cTAbstract_VM_VersionOvm_info_string6F_pkc_; 3859 3750 text: .text%__1cJStubQdDueue2t6MpnNStubInterface_ipnFMutex_pkc_v_; 3860 text: .text%__1cSconvF2I_helperNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3861 3751 text: .text%__1cHThreadsbFdeoptimized_wrt_marked_nmethods6F_v_; 3862 text: .text%__1cbAconvL2D_reg_slow_fxtofNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3863 3752 text: .text%__1cOstackSlotFOperEdisp6kMpnNPhaseRegAlloc_pknENode_i_i_: ad_sparc.o; 3864 3753 text: .text%__1cOstackSlotFOperEbase6kMpnNPhaseRegAlloc_pknENode_i_i_: ad_sparc.o; 3865 3754 text: .text%__1cOstackSlotFOperFindex6kMpnNPhaseRegAlloc_pknENode_i_i_: ad_sparc.o; 3866 text: .text%__1cPconvF2I_regNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;3867 3755 text: .text%__1cNTemplateTableGlconst6Fi_v_; 3868 3756 text: .text%__1cLstoreC0NodeEsize6kMpnNPhaseRegAlloc__I_; … … 3914 3802 text: .text%__1cOMacroAssemblerUcalc_mem_param_words6MpnMRegisterImpl_2_v_; 3915 3803 text: .text%__1cZInterpreterMacroAssemblerLprofile_ret6MnITosState_pnMRegisterImpl_3_v_; 3916 text: .text%__1cZInterpreterMacroAssemblerUprofile_virtual_call6MpnMRegisterImpl_2_v_;3917 3804 text: .text%__1cZInterpreterMacroAssemblerMprofile_call6MpnMRegisterImpl__v_; 3918 3805 text: .text%__1cLklassVtableQindex_of_miranda6MpnNsymbolOopDesc_2_i_; … … 4002 3889 text: .text%__1cVMoveL2D_stack_regNodeEemit6kMrnKCodeBuffer_pnNPhaseRegAlloc__v_; 4003 3890 text: .text%__1cWinvocationCounter_init6F_v_; 4004 text: .text%__1cKTypeOopPtrEmake6FnHTypePtrDPTR_i_pk0_;4005 3891 text: .text%__1cKTypeOopPtrFxdual6kM_pknEType__; 4006 3892 text: .text%__1cFParseMjump_if_join6MpnENode_2_2_; 4007 3893 text: .text%__1cSinstanceKlassKlassMcreate_klass6FpnGThread__pnMklassOopDesc__; 4008 3894 text: .text%__1cSinstanceKlassKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: instanceKlassKlass.o; 4009 text: .text%__1cLconvP2BNodeGExpand6MpnFState_rnJNode_List__pnIMachNode__;4010 3895 text: .text%__1cETypeRInitialize_shared6FpnHCompile__v_; 4011 3896 text: .text%__1cQinstanceRefKlassZupdate_nonstatic_oop_maps6FpnMklassOopDesc__v_; 4012 3897 text: .text%__1cVInterfaceSupport_init6F_v_; 4013 text: .text%__1cZInterpreterMacroAssemblerSsuper_call_VM_leaf6MpnMRegisterImpl_pC2_v_;4014 3898 text: .text%__1cPGenerationSizerQinitialize_flags6M_v_: parallelScavengeHeap.o; 4015 3899 text: .text%__1cZInterpreterMacroAssemblerPdispatch_normal6MnITosState__v_; … … 4104 3988 text: .text%__1cKi0RegPOperKin_RegMask6kMi_pknHRegMask__; 4105 3989 text: .text%__1cKg1RegPOperKin_RegMask6kMi_pknHRegMask__; 4106 text: .text%__1cFVTuneEexit6F_v_;4107 3990 text: .text%__1cLmethodKlassSallocate_permanent6kMrnLKlassHandle_ipnGThread__pv_: methodKlass.o; 4108 3991 text: .text%__1cU__STATIC_CONSTRUCTOR6F_v_: methodLiveness.o; 4109 3992 text: .text%__1cMMutableSpaceOobject_iterate6MpnNObjectClosure__v_; 4110 text: .text%__1cKvtune_init6F_v_;4111 3993 text: .text%__1cKmutex_init6F_v_; 4112 3994 text: .text%__1cQaccessFlags_init6F_v_; … … 4441 4323 text: .text%__1cNTemplateTableRfast_linearswitch6F_v_; 4442 4324 text: .text%__1cNTemplateTableRfast_binaryswitch6F_v_; 4443 text: .text%__1cNCompileBrokerVinit_compiler_threads6Fi_v_;4444 4325 text: .text%__1cJPSPermGen2t6MnNReservedSpace_IIIIpkci_v_; 4445 4326 text: .text%__1cNCompileBrokerQset_should_block6F_v_; -
trunk/openjdk/hotspot/make/solaris/makefiles/rules.make
r278 r309 1 1 # 2 # Copyright (c) 2000, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 152 152 @echo Compiling $< 153 153 $(QUIETLY) $(REMOVE_TARGET) 154 $(QUIETLY) $(COMPILE.CC) -o $@ $< $(COMPILE_DONE)154 $(QUIETLY) $(COMPILE.CC) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE) 155 155 else 156 156 %.o: %.cpp … … 158 158 $(QUIETLY) $(REMOVE_TARGET) 159 159 $(QUIETLY) $(if $(findstring $@, $(NONPIC_OBJ_FILES)), \ 160 $(subst $(VM_PICFLAG), ,$(COMPILE.CC)) -o $@ $< $(COMPILE_DONE), \161 $(COMPILE.CC) -o $@ $< $(COMPILE_DONE))160 $(subst $(VM_PICFLAG), ,$(COMPILE.CC)) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE), \ 161 $(COMPILE.CC) $(DEPFLAGS) -o $@ $< $(COMPILE_DONE)) 162 162 endif 163 163 -
trunk/openjdk/hotspot/make/solaris/makefiles/sa.make
r278 r309 1 1 # 2 # Copyright (c) 2003, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 45 45 AGENT_FILES2 := $(shell /usr/bin/test -d $(AGENT_DIR) && /bin/ls $(AGENT_FILES2)) 46 46 47 AGENT_FILES1_LIST := $(GENERATED)/agent1.classes.list 48 AGENT_FILES2_LIST := $(GENERATED)/agent2.classes.list 49 47 50 SA_CLASSDIR = $(GENERATED)/saclasses 48 51 … … 71 74 mkdir -p $(SA_CLASSDIR); \ 72 75 fi 73 $(QUIETLY) $(COMPILE.JAVAC) -source 1.4 -target 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) $(AGENT_FILES1) 74 $(QUIETLY) $(COMPILE.JAVAC) -source 1.4 -target 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) $(AGENT_FILES2) 76 77 # Note: When indented, make tries to execute the '$(shell' comment. 78 # In some environments, cmd processors have limited line length. 79 # To prevent the javac invocation in the next block from using 80 # a very long cmd line, we use javac's @file-list option. We 81 # generate the file lists using make's built-in 'foreach' control 82 # flow which also avoids cmd processor line length issues. Since 83 # the 'foreach' is done as part of make's macro expansion phase, 84 # the initialization of the lists is also done in the same phase 85 # using '$(shell rm ...' instead of using the more traditional 86 # 'rm ...' rule. 87 $(shell rm -rf $(AGENT_FILES1_LIST) $(AGENT_FILES2_LIST)) 88 $(foreach file,$(AGENT_FILES1),$(shell echo $(file) >> $(AGENT_FILES1_LIST))) 89 $(foreach file,$(AGENT_FILES2),$(shell echo $(file) >> $(AGENT_FILES2_LIST))) 90 91 $(QUIETLY) $(COMPILE.JAVAC) -source 1.4 -target 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) @$(AGENT_FILES1_LIST) 92 $(QUIETLY) $(COMPILE.JAVAC) -source 1.4 -target 1.4 -classpath $(SA_CLASSPATH) -sourcepath $(AGENT_SRC_DIR) -d $(SA_CLASSDIR) @$(AGENT_FILES2_LIST) 75 93 76 94 $(QUIETLY) $(COMPILE.RMIC) -classpath $(SA_CLASSDIR) -d $(SA_CLASSDIR) sun.jvm.hotspot.debugger.remote.RemoteDebuggerServer … … 89 107 rm -rf $(SA_CLASSDIR) 90 108 rm -rf $(GENERATED)/sa-jdi.jar 109 rm -rf $(AGENT_FILES1_LIST) $(AGENT_FILES2_LIST) -
trunk/openjdk/hotspot/make/solaris/makefiles/saproc.make
r278 r309 1 1 # 2 # Copyright (c) 2005, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 45 45 # if $(AGENT_DIR) does not exist, we don't build SA 46 46 47 checkAndBuildSA: 48 $(QUIETLY) if [ -d $(AGENT_DIR) ] ; then \ 49 $(MAKE) -f vm.make $(LIBSAPROC); \ 50 fi 47 ifneq ($(wildcard $(AGENT_DIR)),) 48 BUILDLIBSAPROC = $(LIBSAPROC) 49 endif 51 50 52 51 SA_LFLAGS = $(MAPFLAG:FILENAME=$(SAMAPFILE)) … … 76 75 [ -f $(LIBSAPROC_G) ] || { ln -s $@ $(LIBSAPROC_G); } 77 76 78 install_saproc: checkAndBuildSA77 install_saproc: $(BULDLIBSAPROC) 79 78 $(QUIETLY) if [ -f $(LIBSAPROC) ] ; then \ 80 79 echo "Copying $(LIBSAPROC) to $(DEST_SAPROC)"; \ … … 82 81 fi 83 82 84 .PHONY: checkAndBuildSAinstall_saproc83 .PHONY: install_saproc -
trunk/openjdk/hotspot/make/solaris/makefiles/sparcWorks.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 09, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 52 52 VALIDATED_C_COMPILER_REVS := 5.8 53 53 else 54 # Validated compiler s for JDK7 are SS12 (5.9) or SS12 update 1(5.10)55 VALIDATED_COMPILER_REVS := 5. 9 5.1056 VALIDATED_C_COMPILER_REVS := 5. 9 5.1054 # Validated compiler for JDK7 is SS12 update 1 + patches (5.10) 55 VALIDATED_COMPILER_REVS := 5.10 56 VALIDATED_C_COMPILER_REVS := 5.10 57 57 endif 58 58 … … 146 146 OPT_CFLAGS/NOOPT=-xO1 147 147 148 ################################################# 148 # Flags for creating the dependency files. 149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) 150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d) 151 endif 152 153 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. 154 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER 155 156 ################################################ 149 157 # Begin current (>=5.9) Forte compiler options # 150 158 ################################################# -
trunk/openjdk/hotspot/make/solaris/makefiles/sparcv9.make
r278 r309 1 1 # 2 # Copyright (c) 1999, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 23 23 # 24 24 25 Obj_Files += solaris_sparc.o26 25 ASFLAGS += $(AS_ARCHFLAG) 27 26 -
trunk/openjdk/hotspot/make/solaris/makefiles/top.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 32 32 33 33 # It assumes the following flags are set: 34 # CFLAGS Platform_file, Src_Dirs , SYSDEFS, AOUT, Jvm_Obj_Files34 # CFLAGS Platform_file, Src_Dirs_I, Src_Dirs_V, SYSDEFS, AOUT, Jvm_Obj_Files 35 35 36 36 # -- D. Ungar (5/97) from a file by Bill Bush … … 45 45 CDG = cd $(GENERATED); 46 46 47 # Pick up MakeDeps' sources and definitions 48 include $(GAMMADIR)/make/$(Platform_os_family)/makefiles/makedeps.make 49 MakeDepsClass = MakeDeps.class 50 MakeDeps = $(RUN.JAVA) -classpath . MakeDeps 51 52 Include_DBs/GC = $(VM)/includeDB_gc \ 53 $(VM)/includeDB_gc_parallel \ 54 $(VM)/gc_implementation/includeDB_gc_parallelScavenge \ 55 $(VM)/gc_implementation/includeDB_gc_concurrentMarkSweep \ 56 $(VM)/gc_implementation/includeDB_gc_parNew \ 57 $(VM)/gc_implementation/includeDB_gc_g1 \ 58 $(VM)/gc_implementation/includeDB_gc_serial \ 59 $(VM)/gc_implementation/includeDB_gc_shared 60 61 62 Include_DBs/KERNEL = $(VM)/includeDB_core $(VM)/includeDB_gc \ 63 $(VM)/gc_implementation/includeDB_gc_serial \ 64 $(VM)/includeDB_jvmti \ 65 $(VM)/includeDB_compiler1 66 67 Include_DBs/CORE = $(VM)/includeDB_core $(Include_DBs/GC) \ 68 $(VM)/includeDB_jvmti \ 69 $(VM)/includeDB_features 70 Include_DBs/COMPILER1 = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 71 Include_DBs/COMPILER2 = $(Include_DBs/CORE) $(VM)/includeDB_compiler2 72 Include_DBs/TIERED = $(Include_DBs/CORE) $(VM)/includeDB_compiler1 \ 73 $(VM)/includeDB_compiler2 74 75 Include_DBs = $(Include_DBs/$(TYPE)) 76 77 Cached_plat = platform.current 78 Cached_db = includeDB.current 79 80 Incremental_Lists =$(GENERATED)/$(Cached_db) 81 # list generation also creates $(GENERATED)/$(Cached_plat) 82 47 Cached_plat = $(GENERATED)/platform.current 83 48 84 49 AD_Dir = $(GENERATED)/adfiles … … 99 64 100 65 101 # default target: make makeDeps,update lists, make vm66 # default target: update lists, make vm 102 67 # done in stages to force sequential order with parallel make 103 68 # … … 107 72 108 73 # This is an explicit dependency for the sake of parallel makes. 109 vm_build_preliminaries: checks $( Incremental_Lists) $(AD_Files_If_Required) jvmti_stuff sa_stuff74 vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff sa_stuff 110 75 @# We need a null action here, so implicit rules don't get consulted. 111 76 112 # make makeDeps: (and zap the cached db files to force a nonincremental run) 113 114 $(GENERATED)/$(MakeDepsClass): $(MakeDepsSources) 115 @$(COMPILE.JAVAC) -classpath $(GAMMADIR)/src/share/tools/MakeDeps -d $(GENERATED) $(MakeDepsSources) 116 @echo Removing $(Incremental_Lists) to force regeneration. 117 @rm -f $(Incremental_Lists) 118 @$(CDG) echo >$(Cached_plat) 119 120 # make incremental_lists, if cached files out of date, run makeDeps 121 122 $(Incremental_Lists): $(Include_DBs) $(Plat_File) $(GENERATED)/$(MakeDepsClass) 123 $(CDG) cat $(Include_DBs) > includeDB 124 $(CDG) if [ ! -r incls ] ; then \ 125 mkdir incls ; \ 126 fi 127 $(CDG) $(MakeDeps) diffs UnixPlatform $(Cached_plat) $(Cached_db) $(Plat_File) includeDB $(MakeDepsOptions) 128 $(CDG) cp includeDB $(Cached_db) 129 $(CDG) cp $(Plat_File) $(Cached_plat) 130 131 # symbolic target for command lines 132 lists: $(Incremental_Lists) 133 @: lists are now up to date 77 $(Cached_plat): $(Plat_File) 78 $(CDG) cp $(Plat_File) $(Cached_plat) 134 79 135 80 # make AD files as necessary 136 ad_stuff: $( Incremental_Lists) $(adjust-mflags)81 ad_stuff: $(Cached_plat) $(adjust-mflags) 137 82 @$(MAKE) -f adlc.make $(MFLAGS-adjusted) 138 83 139 84 # generate JVMTI files from the spec 140 jvmti_stuff: $( Incremental_Lists) $(adjust-mflags)85 jvmti_stuff: $(Cached_plat) $(adjust-mflags) 141 86 @$(MAKE) -f jvmti.make $(MFLAGS-adjusted) 142 87 … … 173 118 clean: 174 119 rm -f $(GENERATED)/*.class 175 $(MAKE) $(MFLAGS) $(GENERATED)/$(MakeDepsClass)176 120 $(MAKE) -f vm.make $(MFLAGS) clean 177 121 -
trunk/openjdk/hotspot/make/solaris/makefiles/vm.make
r278 r309 1 1 # 2 # Copyright (c) 1998, 20 08, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 36 36 37 37 GENERATED = ../generated 38 39 # read a generated file defining the set of .o's and the .o .h dependencies 40 include $(GENERATED)/Dependencies 38 DEP_DIR = $(GENERATED)/dependencies 39 40 # reads the generated files defining the set of .o's and the .o .h dependencies 41 -include $(DEP_DIR)/*.d 41 42 42 43 # read machine-specific adjustments (%%% should do this via buildtree.make?) … … 44 45 45 46 # set VPATH so make knows where to look for source files 46 # Src_Dirs is everything in src/share/vm/*, plus the right os/*/vm and cpu/*/vm 47 # The incls directory contains generated header file lists for inclusion. 47 # Src_Dirs_V is everything in src/share/vm/*, plus the right os/*/vm and cpu/*/vm 48 48 # The adfiles directory contains ad_<arch>.[ch]pp. 49 49 # The jvmtifiles directory contains jvmti*.[ch]pp 50 Src_Dirs_V = $(GENERATED)/adfiles $(GENERATED)/jvmtifiles ${Src_Dirs} $(GENERATED)/incls51 VPATH 50 Src_Dirs_V += $(GENERATED)/adfiles $(GENERATED)/jvmtifiles 51 VPATH += $(Src_Dirs_V:%=%:) 52 52 53 53 # set INCLUDES for C preprocessor 54 Src_Dirs_I = $(GENERATED)/adfiles $(GENERATED)/jvmtifiles ${Src_Dirs} $(GENERATED)54 Src_Dirs_I += $(GENERATED) 55 55 INCLUDES += $(Src_Dirs_I:%=-I%) 56 56 … … 107 107 # The order may not be too significant anymore, but I have placed this 108 108 # older libm before libCrun, just to make sure it's found and used first. 109 LIBS += -lsocket -lsched -ldl $(LIBM) -lCrun -lthread -ldoor -lc 109 LIBS += -lsocket -lsched -ldl $(LIBM) -lCrun -lthread -ldoor -lc -ldemangle 110 110 else 111 111 ifeq ($(COMPILER_REV_NUMERIC), 502) 112 112 # SC6.1 has it's own libm.so: specifying anything else provokes a name conflict. 113 LIBS += -ldl -lthread -lsocket -lm -lsched -ldoor 114 else 115 LIBS += -ldl -lthread -lsocket $(LIBM) -lsched -ldoor 113 LIBS += -ldl -lthread -lsocket -lm -lsched -ldoor -ldemangle 114 else 115 LIBS += -ldl -lthread -lsocket $(LIBM) -lsched -ldoor -ldemangle 116 116 endif # 502 117 117 endif # 505 118 118 else 119 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc 119 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle 120 120 endif # sparcWorks 121 122 ifeq ("${Platform_arch}", "sparc") 123 LIBS += -lkstat 124 endif 121 125 122 126 # By default, link the *.o into the library, not the executable. … … 135 139 LIBJVM = lib$(JVM).so 136 140 LIBJVM_G = lib$(JVM)$(G_SUFFIX).so 141 142 CORE_PATHS := $(shell find $(GAMMADIR)/src/share/vm/* -type d \! \( -name adlc -o -name c1 -o -name gc_implementation -o -name opto -o -name shark -o -name libadt \)) 143 CORE_PATHS += $(GAMMADIR)/src/os/$(Platform_os_family)/vm 144 CORE_PATHS += $(GAMMADIR)/src/cpu/$(Platform_arch)/vm 145 CORE_PATHS += $(GAMMADIR)/src/os_cpu/$(Platform_os_arch)/vm 146 CORE_PATHS += $(GENERATED)/jvmtifiles 147 148 COMPILER1_PATHS := $(GAMMADIR)/src/share/vm/c1 149 150 COMPILER2_PATHS := $(GAMMADIR)/src/share/vm/opto 151 COMPILER2_PATHS += $(GAMMADIR)/src/share/vm/libadt 152 COMPILER2_PATHS += $(GENERATED)/adfiles 153 154 # Include dirs per type. 155 Src_Dirs/CORE := $(CORE_PATHS) 156 Src_Dirs/COMPILER1 := $(CORE_PATHS) $(COMPILER1_PATHS) 157 Src_Dirs/COMPILER2 := $(CORE_PATHS) $(COMPILER2_PATHS) 158 Src_Dirs/TIERED := $(CORE_PATHS) $(COMPILER1_PATHS) $(COMPILER2_PATHS) 159 Src_Dirs/ZERO := $(CORE_PATHS) 160 Src_Dirs/SHARK := $(CORE_PATHS) 161 Src_Dirs := $(Src_Dirs/$(TYPE)) 162 163 COMPILER2_SPECIFIC_FILES := opto libadt bcEscapeAnalyzer.cpp chaitin\* c2_\* runtime_\* 164 COMPILER1_SPECIFIC_FILES := c1_\* 165 SHARK_SPECIFIC_FILES := shark 166 ZERO_SPECIFIC_FILES := zero 167 168 # Always exclude these. 169 Src_Files_EXCLUDE := dtrace jsig.c jvmtiEnvRecommended.cpp jvmtiEnvStub.cpp 170 171 # Exclude per type. 172 Src_Files_EXCLUDE/CORE := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) ciTypeFlow.cpp 173 Src_Files_EXCLUDE/COMPILER1 := $(COMPILER2_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) ciTypeFlow.cpp 174 Src_Files_EXCLUDE/COMPILER2 := $(COMPILER1_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) 175 Src_Files_EXCLUDE/TIERED := $(ZERO_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) 176 Src_Files_EXCLUDE/ZERO := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(SHARK_SPECIFIC_FILES) ciTypeFlow.cpp 177 Src_Files_EXCLUDE/SHARK := $(COMPILER1_SPECIFIC_FILES) $(COMPILER2_SPECIFIC_FILES) $(ZERO_SPECIFIC_FILES) 178 179 Src_Files_EXCLUDE += $(Src_Files_EXCLUDE/$(TYPE)) 180 181 # Special handling of arch model. 182 ifeq ($(Platform_arch_model), x86_32) 183 Src_Files_EXCLUDE += \*x86_64\* 184 endif 185 ifeq ($(Platform_arch_model), x86_64) 186 Src_Files_EXCLUDE += \*x86_32\* 187 endif 188 189 # Locate all source files in the given directory, excluding files in Src_Files_EXCLUDE. 190 define findsrc 191 $(notdir $(shell find $(1)/. ! -name . -prune \ 192 -a \( -name \*.c -o -name \*.cpp -o -name \*.s \) \ 193 -a ! \( -name DUMMY $(addprefix -o -name ,$(Src_Files_EXCLUDE)) \))) 194 endef 195 196 Src_Files := $(foreach e,$(Src_Dirs),$(call findsrc,$(e))) 197 198 Obj_Files = $(sort $(addsuffix .o,$(basename $(Src_Files)))) 137 199 138 200 JVM_OBJ_FILES = $(Obj_Files) $(DTRACE_OBJS) … … 206 268 #---------------------------------------------------------------------- 207 269 208 build: $(LIBJVM) $(LAUNCHER) $(LIBJSIG) $(LIBJVM_DB) $(LIBJVM_DTRACE) checkAndBuildSAdtraceCheck270 build: $(LIBJVM) $(LAUNCHER) $(LIBJSIG) $(LIBJVM_DB) $(LIBJVM_DTRACE) $(BUILDLIBSAPROC) dtraceCheck 209 271 210 272 install: install_jvm install_jsig install_saproc
Note:
See TracChangeset
for help on using the changeset viewer.