Skip to content
Failed

Console Output

Push event to branch feat/druid
20:12:19 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 8d67c078ad8464e63a42239f88f859df5ddc914c
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_feat_druid
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (VM Unit Tests)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_feat_druid/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_feat_druid/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8d67c078ad8464e63a42239f88f859df5ddc914c (feat/druid)
Commit message: "Merge cfcae58a92f9dedfdb86b484cf34ede590610249"
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d67c078ad8464e63a42239f88f859df5ddc914c # timeout=10
 > git rev-list --no-walk cfcae58a92f9dedfdb86b484cf34ede590610249 # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
[Pipeline] echo
Extracted versionTag:  is release: false
[Pipeline] writeFile
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_feat_druid/repository
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 10.0.0-8d67c078
-- Commit hash 8d67c078 : 2022-11-20 16:11:54 -0300
-- No user build settings.
-- 8d67c078 - Commit: 8d67c078 - Date: 2022-11-20 16:11:54 -0300
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /usr/lib/libffi.dylib  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Looking for Git2 in the system
-- Could NOT find libgit2 (missing: LIBGIT2_LIBRARY LIBGIT2_INCLUDE_PATH) 
-- Git2 not found.
-- Building LibGit2 1.4.4 with LibSSH 1.9.0
-- Downloading/updating LibSSH2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/LibSSH2-download
Scanning dependencies of target LibSSH2-download
[ 11%] Creating directories for 'LibSSH2-download'
[ 22%] Performing download step (git clone) for 'LibSSH2-download'
Cloning into 'LibSSH2-src'...
Note: switching to 'libssh2-1.9.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 42d37aa 1.9 Formatting
[ 33%] No patch step for 'LibSSH2-download'
[ 44%] Performing update step for 'LibSSH2-download'
[ 55%] No configure step for 'LibSSH2-download'
[ 66%] No build step for 'LibSSH2-download'
[ 77%] No install step for 'LibSSH2-download'
[ 88%] No test step for 'LibSSH2-download'
[100%] Completed 'LibSSH2-download'
[100%] Built target LibSSH2-download
-- Downloading/updating LibGit2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/LibGit2-download
Scanning dependencies of target LibGit2-download
[ 11%] Creating directories for 'LibGit2-download'
[ 22%] Performing download step (git clone) for 'LibGit2-download'
Cloning into 'LibGit2-src'...
Updating files:  30% (3493/11537)
Updating files:  31% (3577/11537)
Updating files:  32% (3692/11537)
Updating files:  33% (3808/11537)
Updating files:  34% (3923/11537)
Updating files:  35% (4038/11537)
Updating files:  36% (4154/11537)
Updating files:  37% (4269/11537)
Updating files:  38% (4385/11537)
Updating files:  39% (4500/11537)
Updating files:  40% (4615/11537)
Updating files:  41% (4731/11537)
Updating files:  42% (4846/11537)
Updating files:  43% (4961/11537)
Updating files:  44% (5077/11537)
Updating files:  45% (5192/11537)
Updating files:  46% (5308/11537)
Updating files:  47% (5423/11537)
Updating files:  48% (5538/11537)
Updating files:  49% (5654/11537)
Updating files:  50% (5769/11537)
Updating files:  51% (5884/11537)
Updating files:  52% (6000/11537)
Updating files:  53% (6115/11537)
Updating files:  54% (6230/11537)
Updating files:  55% (6346/11537)
Updating files:  56% (6461/11537)
Updating files:  57% (6577/11537)
Updating files:  58% (6692/11537)
Updating files:  59% (6807/11537)
Updating files:  59% (6905/11537)
Updating files:  60% (6923/11537)
Updating files:  61% (7038/11537)
Updating files:  62% (7153/11537)
Updating files:  63% (7269/11537)
Updating files:  64% (7384/11537)
Updating files:  65% (7500/11537)
Updating files:  66% (7615/11537)
Updating files:  67% (7730/11537)
Updating files:  68% (7846/11537)
Updating files:  69% (7961/11537)
Updating files:  70% (8076/11537)
Updating files:  71% (8192/11537)
Updating files:  71% (8287/11537)
Updating files:  72% (8307/11537)
Updating files:  73% (8423/11537)
Updating files:  74% (8538/11537)
Updating files:  75% (8653/11537)
Updating files:  76% (8769/11537)
Updating files:  77% (8884/11537)
Updating files:  78% (8999/11537)
Updating files:  79% (9115/11537)
Updating files:  80% (9230/11537)
Updating files:  81% (9345/11537)
Updating files:  82% (9461/11537)
Updating files:  83% (9576/11537)
Updating files:  84% (9692/11537)
Updating files:  85% (9807/11537)
Updating files:  86% (9922/11537)
Updating files:  87% (10038/11537)
Updating files:  88% (10153/11537)
Updating files:  89% (10268/11537)
Updating files:  90% (10384/11537)
Updating files:  90% (10445/11537)
Updating files:  91% (10499/11537)
Updating files:  92% (10615/11537)
Updating files:  93% (10730/11537)
Updating files:  94% (10845/11537)
Updating files:  95% (10961/11537)
Updating files:  96% (11076/11537)
Updating files:  97% (11191/11537)
Updating files:  98% (11307/11537)
Updating files:  99% (11422/11537)
Updating files: 100% (11537/11537)
Updating files: 100% (11537/11537), done.
Note: switching to 'v1.4.4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 3b7d756cc meta: add changelog for v1.4.4
[ 33%] No patch step for 'LibGit2-download'
[ 44%] Performing update step for 'LibGit2-download'
[ 55%] No configure step for 'LibGit2-download'
[ 66%] No build step for 'LibGit2-download'
[ 77%] No install step for 'LibGit2-download'
[ 88%] No test step for 'LibGit2-download'
[100%] Completed 'LibGit2-download'
[100%] Built target LibGit2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_NSEC
-- Performing Test HAVE_STRUCT_STAT_NSEC - Success
-- Performing Test IS_WERROR_SUPPORTED
-- Performing Test IS_WERROR_SUPPORTED - Success
-- Looking for futimens
-- Looking for futimens - not found
-- Performing Test IS_WNO_ERROR_SUPPORTED
-- Performing Test IS_WNO_ERROR_SUPPORTED - Success
-- Performing Test IS_WALL_SUPPORTED
-- Performing Test IS_WALL_SUPPORTED - Success
-- Performing Test IS_WEXTRA_SUPPORTED
-- Performing Test IS_WEXTRA_SUPPORTED - Success
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED - Success
-- Performing Test IS_WDOCUMENTATION_SUPPORTED
-- Performing Test IS_WDOCUMENTATION_SUPPORTED - Success
-- Performing Test IS_WNO_DOCUMENTATION_DEPRECATED_SYNC_SUPPORTED
-- Performing Test IS_WNO_DOCUMENTATION_DEPRECATED_SYNC_SUPPORTED - Success
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED - Success
-- Performing Test IS_WMISSING_DECLARATIONS_SUPPORTED
-- Performing Test IS_WMISSING_DECLARATIONS_SUPPORTED - Success
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED - Success
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED - Success
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED - Success
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED - Success
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED - Success
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED - Success
-- Performing Test IS_WINT_CONVERSION_SUPPORTED
-- Performing Test IS_WINT_CONVERSION_SUPPORTED - Success
-- Performing Test IS_WC11_EXTENSIONS_SUPPORTED
-- Performing Test IS_WC11_EXTENSIONS_SUPPORTED - Success
-- Performing Test IS_WC99_C11_COMPAT_SUPPORTED
-- Performing Test IS_WC99_C11_COMPAT_SUPPORTED - Failed
-- Performing Test IS_WFORMAT_SUPPORTED
-- Performing Test IS_WFORMAT_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED - Success
-- Checking prototype qsort_r for GIT_QSORT_R_BSD - True
-- Checking prototype qsort_r for GIT_QSORT_R_GNU - False
-- Looking for qsort_s
-- Looking for qsort_s - not found
-- Looking for getentropy
-- Looking for getentropy - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) 
-- Found Security /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework - found
-- Found CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreFoundation.framework
-- http-parser version 2 was not found or disabled; using bundled 3rd-party sources.
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED - Failed
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) 
-- Looking for regcomp_l
-- Looking for regcomp_l - found
-- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path.
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") 
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED - Success
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) 
-- Found GSS.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GSS.framework
-- Looking for iconv_open
-- Looking for iconv_open - not found
-- Found Iconv: -L/usr/lib -liconv
-- Found PythonInterp: /usr/bin/python3 (found version "3.7.3") 
-- Enabled features:
 * nanoseconds, support nanosecond precision file mtimes and ctimes
 * threadsafe, threadsafe support
 * HTTPS, using SecureTransport
 * SHA, using CollisionDetection
 * http-parser, http-parser support (bundled)
 * regex, using system regcomp_l
 * zlib, using system zlib
 * ntlmclient, NTLM authentication support for Unix
 * iconv, iconv encoding conversion support

-- Disabled features:
 * debugpool, debug pool allocator
 * debugalloc, debug strict allocators
 * debugopen, path validation in open
 * futimens, futimens support
 * SSH, SSH transport support
 * SPNEGO, SPNEGO authentication support

-- Looking for Freetype in the system
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
-- Freetype not found.
-- Building Freetype
-- Downloading/updating freetype
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/freetype-download
Scanning dependencies of target freetype-download
[ 11%] Creating directories for 'freetype-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
   timeout='none'
-- Using src='https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/freetype-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-download'
[ 44%] No update step for 'freetype-download'
[ 55%] No configure step for 'freetype-download'
[ 66%] No build step for 'freetype-download'
[ 77%] No install step for 'freetype-download'
[ 88%] No test step for 'freetype-download'
[100%] Completed 'freetype-download'
[100%] Built target freetype-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find harfbuzz (missing: HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES) 
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) 
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 11% complete]
-- [download 16% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/libpng-1.2.49-src/libpng12.dylib
-- Looking for SDL2 in the system
-- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) 
-- SDL2 not found.
-- Building SDL2
-- Downloading/updating SDL2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/SDL2-download
Scanning dependencies of target SDL2-download
[ 11%] Creating directories for 'SDL2-download'
[ 22%] Performing download step (git clone) for 'SDL2-download'
Cloning into 'SDL2-src'...
Updating files:  91% (1212/1318)
Updating files:  92% (1213/1318)
Updating files:  93% (1226/1318)
Updating files:  94% (1239/1318)
Updating files:  95% (1253/1318)
Updating files:  96% (1266/1318)
Updating files:  97% (1279/1318)
Updating files:  98% (1292/1318)
Updating files:  99% (1305/1318)
Updating files: 100% (1318/1318)
Updating files: 100% (1318/1318), done.
Note: switching to 'v2.0.12'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8ff4d3e Added vcruntime dependency to build on VS2019 as per in https://thomas.reiser.zone/building-sdl2-on-windows-with-vs2019/
[ 33%] No patch step for 'SDL2-download'
[ 44%] Performing update step for 'SDL2-download'
[ 55%] No configure step for 'SDL2-download'
[ 66%] No build step for 'SDL2-download'
[ 77%] No install step for 'SDL2-download'
[ 88%] No test step for 'SDL2-download'
[100%] Completed 'SDL2-download'
[100%] Built target SDL2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Performing Test HAVE_GCC_WALL
-- Performing Test HAVE_GCC_WALL - Success
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_ATOMICS
-- Performing Test HAVE_GCC_ATOMICS - Success
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY - Failed
-- Performing Test HAVE_GCC_FVISIBILITY
-- Performing Test HAVE_GCC_FVISIBILITY - Success
-- Performing Test HAVE_GCC_WSHADOW
-- Performing Test HAVE_GCC_WSHADOW - Success
-- Performing Test HAVE_MMX
-- Performing Test HAVE_MMX - Success
-- Performing Test HAVE_3DNOW
-- Performing Test HAVE_3DNOW - Success
-- Performing Test HAVE_SSE
-- Performing Test HAVE_SSE - Success
-- Performing Test HAVE_SSE2
-- Performing Test HAVE_SSE2 - Success
-- Performing Test HAVE_SSE3
-- Performing Test HAVE_SSE3 - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test HAVE_ALTIVEC_H_HDR
-- Performing Test HAVE_ALTIVEC_H_HDR - Failed
-- Performing Test HAVE_ALTIVEC
-- Performing Test HAVE_ALTIVEC - Failed
-- Performing Test ARMSIMD_FOUND
-- Performing Test ARMSIMD_FOUND - Failed
-- Performing Test ARMNEON_FOUND
-- Performing Test ARMNEON_FOUND - Failed
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for malloc.h
-- Looking for malloc.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for wchar.h
-- Looking for wchar.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for iconv.h
-- Looking for iconv.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - found
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Looking for M_PI
-- Looking for M_PI - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Looking for strtod
-- Looking for strtod - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for calloc
-- Looking for calloc - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for free
-- Looking for free - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for qsort
-- Looking for qsort - found
-- Looking for abs
-- Looking for abs - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memset
-- Looking for memset - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memcmp
-- Looking for memcmp - found
-- Looking for strlen
-- Looking for strlen - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for _strrev
-- Looking for _strrev - not found
-- Looking for _strupr
-- Looking for _strupr - not found
-- Looking for _strlwr
-- Looking for _strlwr - not found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for itoa
-- Looking for itoa - not found
-- Looking for _ltoa
-- Looking for _ltoa - not found
-- Looking for _uitoa
-- Looking for _uitoa - not found
-- Looking for _ultoa
-- Looking for _ultoa - not found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for _i64toa
-- Looking for _i64toa - not found
-- Looking for _ui64toa
-- Looking for _ui64toa - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for atoi
-- Looking for atoi - found
-- Looking for atof
-- Looking for atof - found
-- Looking for strcmp
-- Looking for strcmp - found
-- Looking for strncmp
-- Looking for strncmp - found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for _strnicmp
-- Looking for _strnicmp - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for wcscmp
-- Looking for wcscmp - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcslcat
-- Looking for wcslcat - found
-- Looking for wcslcpy
-- Looking for wcslcpy - found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for wcsncmp
-- Looking for wcsncmp - found
-- Looking for wcsstr
-- Looking for wcsstr - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for vsscanf
-- Looking for vsscanf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for fopen64
-- Looking for fopen64 - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fseeko64
-- Looking for fseeko64 - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for setjmp
-- Looking for setjmp - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for sysctlbyname
-- Looking for sysctlbyname - found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for _Exit
-- Looking for _Exit - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for atan
-- Looking for atan - found
-- Looking for atan2
-- Looking for atan2 - found
-- Looking for atanf
-- Looking for atanf - found
-- Looking for atan2f
-- Looking for atan2f - found
-- Looking for ceil
-- Looking for ceil - found
-- Looking for ceilf
-- Looking for ceilf - found
-- Looking for copysign
-- Looking for copysign - found
-- Looking for copysignf
-- Looking for copysignf - found
-- Looking for cos
-- Looking for cos - found
-- Looking for cosf
-- Looking for cosf - found
-- Looking for exp
-- Looking for exp - found
-- Looking for expf
-- Looking for expf - found
-- Looking for fabs
-- Looking for fabs - found
-- Looking for fabsf
-- Looking for fabsf - found
-- Looking for floor
-- Looking for floor - found
-- Looking for floorf
-- Looking for floorf - found
-- Looking for fmod
-- Looking for fmod - found
-- Looking for fmodf
-- Looking for fmodf - found
-- Looking for log
-- Looking for log - found
-- Looking for logf
-- Looking for logf - found
-- Looking for log10
-- Looking for log10 - found
-- Looking for log10f
-- Looking for log10f - found
-- Looking for pow
-- Looking for pow - found
-- Looking for powf
-- Looking for powf - found
-- Looking for scalbn
-- Looking for scalbn - found
-- Looking for scalbnf
-- Looking for scalbnf - found
-- Looking for sin
-- Looking for sin - found
-- Looking for sinf
-- Looking for sinf - found
-- Looking for sqrt
-- Looking for sqrt - found
-- Looking for sqrtf
-- Looking for sqrtf - found
-- Looking for tan
-- Looking for tan - found
-- Looking for tanf
-- Looking for tanf - found
-- Looking for acos
-- Looking for acos - found
-- Looking for acosf
-- Looking for acosf - found
-- Looking for asin
-- Looking for asin - found
-- Looking for asinf
-- Looking for asinf - found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test HAVE_SA_SIGACTION
-- Performing Test HAVE_SA_SIGACTION - Success
-- Looking for dlopen
-- Looking for dlopen - found
-- Performing Test HAVE_FRAMEWORK_METAL
-- Performing Test HAVE_FRAMEWORK_METAL - Failed
-- Performing Test HAVE_PTHREADS
-- Performing Test HAVE_PTHREADS - Success
-- Performing Test HAVE_RECURSIVE_MUTEXES
-- Performing Test HAVE_RECURSIVE_MUTEXES - Success
-- Performing Test HAVE_PTHREADS_SEM
-- Performing Test HAVE_PTHREADS_SEM - Success
-- Performing Test HAVE_SEM_TIMEDWAIT
-- Performing Test HAVE_SEM_TIMEDWAIT - Failed
-- Performing Test HAVE_PTHREAD_NP_H
-- Performing Test HAVE_PTHREAD_NP_H - Failed
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for pthread_set_name_np
-- Looking for pthread_set_name_np - not found
-- 
-- SDL2 was configured with the following options:
-- 
-- Platform: Darwin-19.4.0
-- 64-bit:   TRUE
-- Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- 
-- Subsystems:
--   Atomic:	ON
--   Audio:	ON
--   Video:	ON
--   Render:	ON
--   Events:	ON
--   Joystick:	ON
--   Haptic:	ON
--   Power:	ON
--   Threads:	ON
--   Timers:	ON
--   File:	ON
--   Loadso:	ON
--   CPUinfo:	ON
--   Filesystem:	ON
--   Dlopen:	ON
--   Sensor:	ON
-- 
-- Options:
--   3DNOW                  (Wanted: ON): ON
--   ALSA                   (Wanted: OFF): OFF
--   ALSA_SHARED            (Wanted: OFF): OFF
--   ALTIVEC                (Wanted: ON): OFF
--   ARMNEON                (Wanted: ON): OFF
--   ARMSIMD                (Wanted: ON): OFF
--   ARTS                   (Wanted: OFF): OFF
--   ARTS_SHARED            (Wanted: OFF): OFF
--   ASSEMBLY               (Wanted: ON): ON
--   ASSERTIONS             (Wanted: auto): auto
--   BACKGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   CLOCK_GETTIME          (Wanted: OFF): OFF
--   DIRECTFB_SHARED        (Wanted: OFF): OFF
--   DIRECTX                (Wanted: OFF): OFF
--   DISKAUDIO              (Wanted: ON): ON
--   DUMMYAUDIO             (Wanted: ON): ON
--   ESD                    (Wanted: OFF): OFF
--   ESD_SHARED             (Wanted: OFF): OFF
--   FOREGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   FUSIONSOUND            (Wanted: OFF): OFF
--   FUSIONSOUND_SHARED     (Wanted: OFF): OFF
--   GCC_ATOMICS            (Wanted: ON): ON
--   HIDAPI                 (Wanted: OFF): OFF
--   INPUT_TSLIB            (Wanted: OFF): OFF
--   JACK                   (Wanted: OFF): OFF
--   JACK_SHARED            (Wanted: OFF): OFF
--   KMSDRM_SHARED          (Wanted: OFF): OFF
--   LIBC                   (Wanted: ON): ON
--   LIBSAMPLERATE          (Wanted: OFF): OFF
--   LIBSAMPLERATE_SHARED   (Wanted: OFF): OFF
--   MMX                    (Wanted: ON): ON
--   NAS                    (Wanted: OFF): OFF
--   NAS_SHARED             (Wanted: OFF): OFF
--   OSS                    (Wanted: OFF): OFF
--   PTHREADS               (Wanted: ON): ON
--   PTHREADS_SEM           (Wanted: ON): ON
--   PULSEAUDIO             (Wanted: OFF): OFF
--   PULSEAUDIO_SHARED      (Wanted: OFF): OFF
--   RENDER_D3D             (Wanted: OFF): OFF
--   RENDER_METAL           (Wanted: 0): OFF
--   RPATH                  (Wanted: OFF): OFF
--   SDL_DLOPEN             (Wanted: ON): ON
--   SDL_STATIC_PIC         (Wanted: OFF): OFF
--   SDL_TEST               (Wanted: OFF): OFF
--   SNDIO                  (Wanted: OFF): OFF
--   SSE                    (Wanted: ON): ON
--   SSE2                   (Wanted: ON): ON
--   SSE3                   (Wanted: ON): ON
--   SSEMATH                (Wanted: ON): OFF
--   VIDEO_COCOA            (Wanted: ON): ON
--   VIDEO_DIRECTFB         (Wanted: OFF): OFF
--   VIDEO_DUMMY            (Wanted: ON): ON
--   VIDEO_KMSDRM           (Wanted: OFF): OFF
--   VIDEO_METAL            (Wanted: 0): OFF
--   VIDEO_OFFSCREEN        (Wanted: OFF): OFF
--   VIDEO_OPENGL           (Wanted: ON): ON
--   VIDEO_OPENGLES         (Wanted: ON): ON
--   VIDEO_RPI              (Wanted: OFF): OFF
--   VIDEO_VIVANTE          (Wanted: OFF): OFF
--   VIDEO_VULKAN           (Wanted: 0): OFF
--   VIDEO_WAYLAND          (Wanted: OFF): OFF
--   VIDEO_WAYLAND_QT_TOUCH (Wanted: OFF): OFF
--   VIDEO_X11              (Wanted: OFF): OFF
--   VIDEO_X11_XCURSOR      (Wanted: OFF): OFF
--   VIDEO_X11_XINERAMA     (Wanted: OFF): OFF
--   VIDEO_X11_XINPUT       (Wanted: OFF): OFF
--   VIDEO_X11_XRANDR       (Wanted: OFF): OFF
--   VIDEO_X11_XSCRNSAVER   (Wanted: OFF): OFF
--   VIDEO_X11_XSHAPE       (Wanted: OFF): OFF
--   VIDEO_X11_XVM          (Wanted: OFF): OFF
--   WASAPI                 (Wanted: OFF): OFF
--   WAYLAND_SHARED         (Wanted: OFF): OFF
--   X11_SHARED             (Wanted: OFF): OFF
-- 
--  CFLAGS:         -g -stdlib=libc++ -mmacosx-version-min=10.7 -Wall -Werror=implicit-function-declaration -idirafter /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/SDL2-src/src/video/khronos
--  EXTRA_CFLAGS:  -D_THREAD_SAFE -msse3 -msse2 -msse -m3dnow -mmmx -Wshadow -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -fno-strict-aliasing -Wall 
--  EXTRA_LDFLAGS: -Wl,-undefined,error;-Wl,-compatibility_version,1.0.0;-Wl,-current_version,12.0.0
--  EXTRA_LIBS:    m;iconv;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ForceFeedback.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreAudio.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AudioToolbox.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AVFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework
-- 
--  Build Shared Library: ON
--  Build Static Library: OFF
-- 
-- If something was not detected, although the libraries
-- were installed, then make sure you have set the
-- CFLAGS and LDFLAGS environment variables correctly.
-- 
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   freetype

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SDL2
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   freetype
   git2

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_feat_druid/runTests
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_druid/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_feat_druid/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles 2
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_druid/repository /builds/workspace/pharo-vm_feat_druid/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[ 50%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[ 50%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/PharoVM-9.0.17-9e4879f5-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.17-9e4879f5-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/PharoVM-9.0.17-9e4879f5-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/PharoVM-9.0.17-9e4879f5-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[ 50%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 50%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm && echo

[ 50%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 50%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 50%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_feat_druid/repository /builds/workspace/pharo-vm_feat_druid/repository /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[100%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[100%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.169.sha.0137cce.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/110/Pharo11-SNAPSHOT.build.169.sha.0137cce.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.169.sha.0137cce.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/Pharo11-SNAPSHOT.build.169.sha.0137cce.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[100%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[100%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image && echo

[100%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[100%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image/Pharo11-SNAPSHOT-64bit-0137cce.image --no-default-preferences save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_feat_druid/runTests/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_feat_druid/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_feat_druid/repository scpUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfOpalSimdBytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loading -> BaselineOfOpalSimdBytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Loaded -> BaselineOfOpalSimdBytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfSmaCC-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- https://github.com/SmaCCRefactoring/SmaCC.git[master]
MetacelloNotification: Loading -> BaselineOfSmaCC-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- https://github.com/SmaCCRefactoring/SmaCC.git[master]
MetacelloNotification: Loaded -> BaselineOfSmaCC-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- https://github.com/SmaCCRefactoring/SmaCC.git[master]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1656491958 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1656491958 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1656491958 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: SmaCC-GLR baseline
MetacelloNotification: Fetched -> SmaCC-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- https://github.com/SmaCCRefactoring/SmaCC.git[master]
MetacelloNotification: Fetched -> SmaCC-GLR-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- https://github.com/SmaCCRefactoring/SmaCC.git[master]
MetacelloNotification: Fetched -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1656491958 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master]
MetacelloNotification: Project: OpalSimdBytecode baseline
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc
MetacelloNotification: Loading -> SmaCC-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- cache
NewUndeclaredWarning: SmaCCParser class>>parseFile: (FileStream is Undeclared)
MetacelloNotification: Loaded -> SmaCC-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> SmaCC-GLR-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- cache
MetacelloNotification: Loaded -> SmaCC-GLR-Runtime-CompatibleUserName.1550753626 --- https://github.com/SmaCCRefactoring/SmaCC.git[master] --- cache
MetacelloNotification: Loading -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> CAST-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitCLocalsOn:generator: (usedVariablesCache is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
NewUndeclaredWarning: TMethod>>emitInlineOn:level:generator: (locals is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TAssignmentNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TBraceCaseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TCaseStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TConstantNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TGoToNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TInlineNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TLabeledCommentNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TParseNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TReturnNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSendNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>addReadBeforeAssignedIn:to:assignments:in:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TStatementListNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:(parent is shadowed)
SystemNotification: TSwitchStmtNode>>nodesDo:parent:unless:(parent is shadowed)
SystemNotification: TVariableNode>>nodesDo:parent:(parent is shadowed)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
NewUndeclaredWarning: SlangOptionTest>>setUp (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: SlangBasicTranslationTest>>constantClass (VMBasicConstants is Undeclared)
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
Warning: Package Melchor depends on the following classes:
  VMClass
You must resolve these dependencies before you will be able to load these definitions: 
  AbstractInterpreter
  AbstractInterpreter>>#table:from:
  MockLocalizationInterpreterMock
  MockLocalizationInterpreterMock>>#initialize
  MockLocalizationInterpreterMock>>#initializeWithAutoLocalizedVariableOnly
  MockLocalizationInterpreterMock>>#initializeWithEscapingCall
  MockLocalizationInterpreterMock>>#initializeWithEscapingCallAsArgument
  MockLocalizationInterpreterMock>>#initializeWithEscapingCallAsArgumentOfExternalCall
  MockLocalizationInterpreterMock>>#initializeWithExternalizedAutoLocalizedVariableInExpressionOnly
  MockLocalizationInterpreterMock>>#initializeWithExternalizedAutoLocalizedVariableOnly
  MockLocalizationInterpreterMock>>#initializeWithIfStatement
  MockLocalizationInterpreterMock>>#initializeWithInlinedMethodCall
  MockLocalizationInterpreterMock>>#initializeWithMacroCall
  MockLocalizationInterpreterMock>>#initializeWithPerform
  MockLocalizationInterpreterMock>>#initializeWithSafeEscapingCall
  MockLocalizationInterpreterMock>>#initializeWithoutAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeInliningSharedMethod
  MockLocalizationInterpreterMock>>#bytecodeNotUsingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeToInline
  MockLocalizationInterpreterMock>>#bytecodeUsingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingComplexAssert
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsAssignmentWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpression
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpressionInAssignment
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpressionInReturn
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiver
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithNestedAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithNestedConditional
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithOr
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableInNestedLexicalScope
  MockLocalizationInterpreterMock>>#bytecodeUsingInlinedCall
  MockLocalizationInterpreterMock>>#bytecodeUsingLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingMacro
  MockLocalizationInterpreterMock>>#bytecodeUsingNestedConditionalValueWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingSafeExternalCall
  MockLocalizationInterpreterMock>>#bytecodeUsingSharedLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingSharedLocalizedVariableBeforeInlining
  MockLocalizationInterpreterMock>>#bytecodeUsingTwiceNestedConditionalValueWithAnd
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCall
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCallAsArgument
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCallAsArgumentOfExternalCall
  MockLocalizationInterpreterMock>>#bytecodeWithPerform
  MockLocalizationInterpreterMock>>#foo2
  MockLocalizationInterpreterMock>>#foo:
  MockLocalizationInterpreterMock>>#inlinedMethodUsingExternalCall
  MockLocalizationInterpreterMock>>#interpret
  MockLocalizationInterpreterMock>>#interpretWithExternalCallBeforeDispatch
  MockLocalizationInterpreterMock>>#interpretWithLocalizedVariableConflict
  MockLocalizationInterpreterMock>>#interpretWithReturnExpression
  MockLocalizationInterpreterMock>>#interpretWithReturnExpressionUpdatingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#interpretWithSeveralVariablesToLocalize
  MockLocalizationInterpreterMock>>#macroMethod
  MockLocalizationInterpreterMock>>#methodAlsoSharedLocalizedVariableBeforeInlining
  MockLocalizationInterpreterMock>>#methodCallingBytecodeUsingLocalizedVariable
  MockLocalizationInterpreterMock>>#methodCallingBytecodeUsingLocalizedVariable2
  MockLocalizationInterpreterMock>>#methodWithDiamond
  MockLocalizationInterpreterMock>>#nonBytecodeUsingSharedLocalizedVariable
  MockLocalizationInterpreterMock>>#nonInlinedMethodNotUsingAutolocalizedVariables
  MockLocalizationInterpreterMock>>#nonInlinedMethodNotUsingAutolocalizedVariables:
  MockLocalizationInterpreterMock>>#nonInlinedMethodUsingAutolocalizedVariable
  MockLocalizationInterpreterMock>>#nonInlinedMethodUsingAutolocalizedVariable1
  MockLocalizationInterpreterMock>>#sharedMethod

MCPackageLoader(Object)>>notify:
MCPackageLoader>>warnAboutDependencies
MCPackageLoader>>validate
MCPackageLoader>>loadWithNameLike:
MCVersionLoader>>basicLoadWithNameLike:
[ self basicLoadWithNameLike: aString ] in MCVersionLoader>>loadWithNameLike: in Block: [ self basicLoadWithNameLike: aString ]
[ returnValue := aBlock value ] in [ 
		[ returnValue := aBlock value ] ensure: [ 
			self announceLoadStop: aString ] ] in MCVersionLoader>>announceLoad:do: in Block: [ returnValue := aBlock value ]
FullBlockClosure(BlockClosure)>>ensure:
[ 
		[ returnValue := aBlock value ] ensure: [ 
			self announceLoadStop: aString ] ] in MCVersionLoader>>announceLoad:do: in Block: [ ...
FullBlockClosure(BlockClosure)>>ensure:
MCVersionLoader>>announceLoad:do:
MCVersionLoader>>loadWithNameLike:
[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] in [   
		| version |
		version := versions first. 
		[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] asJob
				title: 'Loading ', version info name asString;
				run ] in MCVersionLoader>>load in Block: [ self ensurePackage: version package....
FullBlockClosure(BlockClosure)>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ ^ block cull: self ]
[ activeProcess
			psValueAt: index
			put: anObject.
		aBlock value ] in CurrentJob(DynamicVariable)>>value:during: in Block: [ activeProcess...
FullBlockClosure(BlockClosure)>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ self prepareForRunning....
FullBlockClosure(BlockClosure)>>ensure:
Job>>run
[   
		| version |
		version := versions first. 
		[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] asJob
				title: 'Loading ', version info name asString;
				run ] in MCVersionLoader>>load in Block: [   ...
FullBlockClosure(BlockClosure)>>ensure:
RPackageSet class>>withCacheDo:
MCVersionLoader>>load
MetacelloGoferLoad(GoferLoad)>>execute
[ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			] in [ | loadBlock goferLoad answers resolvedReference |

			aGofer disablePackageCache.	"for good luck:)"
			resolvedReference := self resolvePackageSpec: packageSpec gofer: aGofer.
			resolvedReference ifNil: [ "Package version already loaded into image" ^ self ].
			loadBlock := [ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			].
			MetacelloNotification signal:
					'Loading -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description.
			( answers := packageSpec answers ) notEmpty
				ifTrue: [ loadBlock valueSupplyingMetacelloAnswers: answers ]
				ifFalse: [ loadBlock value ].
			resolvedReference workingCopy repositoryGroup addRepository: aPackageLoadDirective repository.
			MetacelloNotification signal:
					'Loaded -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description
			] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)>>loadPackageDirective:gofer: in Block: [ "mcLoader preLoad: packageSpec."...
[ | loadBlock goferLoad answers resolvedReference |

			aGofer disablePackageCache.	"for good luck:)"
			resolvedReference := self resolvePackageSpec: packageSpec gofer: aGofer.
			resolvedReference ifNil: [ "Package version already loaded into image" ^ self ].
			loadBlock := [ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			].
			MetacelloNotification signal:
					'Loading -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description.
			( answers := packageSpec answers ) notEmpty
				ifTrue: [ loadBlock valueSupplyingMetacelloAnswers: answers ]
				ifFalse: [ loadBlock value ].
			resolvedReference workingCopy repositoryGroup addRepository: aPackageLoadDirective repository.
			MetacelloNotification signal:
					'Loaded -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description
			] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)>>loadPackageDirective:gofer: in Block: [ | loadBlock goferLoad answers resolvedRefere[..]
[:bar |
            bar value: 1.
            aBlock value.
            bar value: 2 ] in IceMetacelloPharoPlatform(MetacelloPharoCommonPlatform)>>do:displaying: in Block: [:bar |...

*** Warning: Warning: Package Melchor depends on the following classes:
  VMClass
You must resolve these dependencies before you will be able to load these definitions: 
  AbstractInterpreter
  AbstractInterpreter>>#table:from:
  MockLocalizationInterpreterMock
  MockLocalizationInterpreterMock>>#initialize
  MockLocalizationInterpreterMock>>#initializeWithAutoLocalizedVariableOnly
  MockLocalizationInterpreterMock>>#initializeWithEscapingCall
  MockLocalizationInterpreterMock>>#initializeWithEscapingCallAsArgument
  MockLocalizationInterpreterMock>>#initializeWithEscapingCallAsArgumentOfExternalCall
  MockLocalizationInterpreterMock>>#initializeWithExternalizedAutoLocalizedVariableInExpressionOnly
  MockLocalizationInterpreterMock>>#initializeWithExternalizedAutoLocalizedVariableOnly
  MockLocalizationInterpreterMock>>#initializeWithIfStatement
  MockLocalizationInterpreterMock>>#initializeWithInlinedMethodCall
  MockLocalizationInterpreterMock>>#initializeWithMacroCall
  MockLocalizationInterpreterMock>>#initializeWithPerform
  MockLocalizationInterpreterMock>>#initializeWithSafeEscapingCall
  MockLocalizationInterpreterMock>>#initializeWithoutAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeInliningSharedMethod
  MockLocalizationInterpreterMock>>#bytecodeNotUsingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeToInline
  MockLocalizationInterpreterMock>>#bytecodeUsingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingComplexAssert
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsAssignmentWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpression
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpressionInAssignment
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsExpressionInReturn
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiver
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithNestedAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithNestedConditional
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableAsIfReceiverWithOr
  MockLocalizationInterpreterMock>>#bytecodeUsingExternalizedAutoLocalizedVariableInNestedLexicalScope
  MockLocalizationInterpreterMock>>#bytecodeUsingInlinedCall
  MockLocalizationInterpreterMock>>#bytecodeUsingLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingMacro
  MockLocalizationInterpreterMock>>#bytecodeUsingNestedConditionalValueWithAnd
  MockLocalizationInterpreterMock>>#bytecodeUsingSafeExternalCall
  MockLocalizationInterpreterMock>>#bytecodeUsingSharedLocalizedVariable
  MockLocalizationInterpreterMock>>#bytecodeUsingSharedLocalizedVariableBeforeInlining
  MockLocalizationInterpreterMock>>#bytecodeUsingTwiceNestedConditionalValueWithAnd
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCall
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCallAsArgument
  MockLocalizationInterpreterMock>>#bytecodeWithEscapingCallAsArgumentOfExternalCall
  MockLocalizationInterpreterMock>>#bytecodeWithPerform
  MockLocalizationInterpreterMock>>#foo2
  MockLocalizationInterpreterMock>>#foo:
  MockLocalizationInterpreterMock>>#inlinedMethodUsingExternalCall
  MockLocalizationInterpreterMock>>#interpret
  MockLocalizationInterpreterMock>>#interpretWithExternalCallBeforeDispatch
  MockLocalizationInterpreterMock>>#interpretWithLocalizedVariableConflict
  MockLocalizationInterpreterMock>>#interpretWithReturnExpression
  MockLocalizationInterpreterMock>>#interpretWithReturnExpressionUpdatingAutoLocalizedVariable
  MockLocalizationInterpreterMock>>#interpretWithSeveralVariablesToLocalize
  MockLocalizationInterpreterMock>>#macroMethod
  MockLocalizationInterpreterMock>>#methodAlsoSharedLocalizedVariableBeforeInlining
  MockLocalizationInterpreterMock>>#methodCallingBytecodeUsingLocalizedVariable
  MockLocalizationInterpreterMock>>#methodCallingBytecodeUsingLocalizedVariable2
  MockLocalizationInterpreterMock>>#methodWithDiamond
  MockLocalizationInterpreterMock>>#nonBytecodeUsingSharedLocalizedVariable
  MockLocalizationInterpreterMock>>#nonInlinedMethodNotUsingAutolocalizedVariables
  MockLocalizationInterpreterMock>>#nonInlinedMethodNotUsingAutolocalizedVariables:
  MockLocalizationInterpreterMock>>#nonInlinedMethodUsingAutolocalizedVariable
  MockLocalizationInterpreterMock>>#nonInlinedMethodUsingAutolocalizedVariable1
  MockLocalizationInterpreterMock>>#sharedMethod

NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>applyLocalizationTo: (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>applyLocalizationToInterpretWith: (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>applyManyLocalizationsToInterpretWith: (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>setUp (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testAutoLocalizeVariableDefinesNewLocalVariable (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testAutoLocalizeVariableDefinesNewLocalVariableWhenNameConflict (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testAutoLocalizeVariableDefinesNewLocalVariables (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testCollectFreeVariablesOfMethodWithManyCallers (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeAndInsideValueIf (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeAndInsideValueIfNestedTwice (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeCallsInNestedLexicalScope (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeComplexAssert (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeNestedCalls (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeNestedCallsWithAssignment (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeNestedCallsWithReturn (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfConditional (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfConditionalAnd (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfConditionalAndAssigned (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfConditionalNestedAnd (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfConditionalOr (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeReceiverOfNestedConditional (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLinearizeSingleCalls (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLocalizeSharedVariableShouldFail (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLocalizeSharedVariableShouldFailIfAllInlinedUsesAreNotInlined (MockLocalizationInterpreterMock is Undeclared)
NewUndeclaredWarning: MLLocalizationTestCase>>testLocalizeSharedVariableShouldNotFailIfAllUsesAreInlined (MockLocalizationInterpreterMock is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1656491958 --- https://github.com/pharo-project/pharo-unicorn.git[unicorn2] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/pharo-project/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> Opal-Simd-Bytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loaded -> Opal-Simd-Bytecode-Tests-CompatibleUserName.1664278416 --- https://github.com/nrainhart/pharo-opal-simd-bytecode.git[main] --- cache
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_feat_druid/repository/smalltalksrc --- cache
Warning: Package VMMaker-JITSimulation depends on the following classes:
  AbstractInterpreter
You must resolve these dependencies before you will be able to load these definitions: 
  CoInterpreter
  CoInterpreter>>#ancilliaryClasses
  CoInterpreter>>#apiExportHeaderName
  CoInterpreter>>#declareCVarsIn:
  CoInterpreter>>#hasCogit
  CoInterpreter>>#initializeCaches
  CoInterpreter>>#initializeContextIndices
  CoInterpreter>>#initializeFrameIndices
  CoInterpreter>>#initializeMiscConstants
  CoInterpreter>>#initializePrimitiveTable
  CoInterpreter>>#initializeWithOptions:objectMemoryClass:
  CoInterpreter>>#interpreterMachineCodeTransitions
  CoInterpreter>>#interpreterVersion
  CoInterpreter>>#isAcceptableAncilliaryClass:
  CoInterpreter>>#isNonArgumentImplicitReceiverVariableName:
  CoInterpreter>>#mustBeGlobal:
  CoInterpreter>>#needsCogit
  CoInterpreter>>#preGenerationHook:
  CoInterpreter>>#primitivesClass
  CoInterpreter>>#shouldGenerateTypedefFor:
  CoInterpreter>>#sourceFileName
  CoInterpreter>>#specialValueForConstant:default:
  CoInterpreter>>#writeVMHeaderTo:bytesPerWord:generator:
  CoInterpreter>>#ISA
  CoInterpreter>>#accessorDepthForPrimitiveIndex:
  CoInterpreter>>#activateCoggedNewMethod:
  CoInterpreter>>#activateNewFullClosure:method:numArgs:mayContextSwitch:
  CoInterpreter>>#activateNewMethod
  CoInterpreter>>#addNewMethodToCache:
  CoInterpreter>>#allocateHeapMemoryForImage:withHeader:desiredStartingAddress:
  CoInterpreter>>#allocateJITMemory:_:
  CoInterpreter>>#allocateMemoryForImage:withHeader:
  CoInterpreter>>#argumentCount
  CoInterpreter>>#argumentCount:
  CoInterpreter>>#argumentCountAddress
  CoInterpreter>>#asCogHomeMethod:
  CoInterpreter>>#assertValidExecutionPointe:r:s:imbar:line:
  CoInterpreter>>#assertValidExternalStackPointers
  CoInterpreter>>#assertValidMachineCodeFrame:
  CoInterpreter>>#assertValidStackPageHeadPointers
  CoInterpreter>>#assertValidStackedInstructionPointers:
  CoInterpreter>>#assertValidStackedInstructionPointersIn:line:
  CoInterpreter>>#attemptToSwitchToMachineCode:
  CoInterpreter>>#baseFrameReturn
  CoInterpreter>>#basicInitialize
  CoInterpreter>>#beforeCodeZoneInitialization
  CoInterpreter>>#bytecodePCFor:cogMethod:startBcpc:
  CoInterpreter>>#bytecodePrimAt
  CoInterpreter>>#bytecodePrimAtPut
  CoInterpreter>>#callEnilopmart:
  CoInterpreter>>#callForCogCompiledCodeCompaction
  CoInterpreter>>#callRegisterArgCogMethod:at:receiver:
  CoInterpreter>>#callbackEnter:
  CoInterpreter>>#ceActivateFailingPrimitiveMethod:
  CoInterpreter>>#ceBaseFrameReturn:
  CoInterpreter>>#ceCannotAssignTo:withIndex:valueToAssign:
  CoInterpreter>>#ceCannotResume
  CoInterpreter>>#ceCheckAndMaybeRetryPrimitive:
  CoInterpreter>>#ceCheckForInterrupts
  CoInterpreter>>#ceCheckProfileTick
  CoInterpreter>>#ceContext:instVar:
  CoInterpreter>>#ceContext:instVar:value:
  CoInterpreter>>#ceCounterTripped:
  CoInterpreter>>#ceInterpretMethodFromPIC:receiver:
  CoInterpreter>>#ceMNUFromPICMNUMethod:receiver:
  CoInterpreter>>#ceNewHashOf:
  CoInterpreter>>#ceNonLocalReturn:
  CoInterpreter>>#ceReapAndResetErrorCodeFor:
  CoInterpreter>>#ceReturnToInterpreter:
  CoInterpreter>>#ceSend:above:to:numArgs:
  CoInterpreter>>#ceSend:aboveClassBinding:to:numArgs:
  CoInterpreter>>#ceSend:super:to:numArgs:
  CoInterpreter>>#ceSendAbort:to:numArgs:
  CoInterpreter>>#ceSendFromInLineCacheMiss:
  CoInterpreter>>#ceSendMustBeBoolean:
  CoInterpreter>>#ceSendMustBeBooleanTo:interpretingAtDelta:
  CoInterpreter>>#ceSistaTrap
  CoInterpreter>>#ceStackOverflow:
  CoInterpreter>>#ceTraceBlockActivation
  CoInterpreter>>#ceTraceLinkedSend:
  CoInterpreter>>#ceTraceStoreOf:into:
  CoInterpreter>>#checkAssertsEnabledInCoInterpreter
  CoInterpreter>>#checkCodeIntegrity:
  CoInterpreter>>#checkCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#checkForAndFollowForwardedPrimitiveState
  CoInterpreter>>#checkLogIntegrity
  CoInterpreter>>#checkOkayFields:
  CoInterpreter>>#checkStackIntegrity
  CoInterpreter>>#clearCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#clearTraceLog
  CoInterpreter>>#cogCodeSize
  CoInterpreter>>#cogCodeSize:
  CoInterpreter>>#cogMethodOf:
  CoInterpreter>>#cogMethodZone
  CoInterpreter>>#cogMethodZone:
  CoInterpreter>>#cogit:
  CoInterpreter>>#commenceCogCompiledCodeCompaction
  CoInterpreter>>#commonCallerReturn
  CoInterpreter>>#commonSendOrdinary
  CoInterpreter>>#commonVariable:at:cacheIndex:
  CoInterpreter>>#commonVariable:at:put:cacheIndex:
  CoInterpreter>>#compilationBreak:point:isMNUCase:
  CoInterpreter>>#compilationBreakpointFor:
  CoInterpreter>>#contextInstructionPointer:frame:
  CoInterpreter>>#convertToMachineCodeFrame:bcpc:
  CoInterpreter>>#defaultNativeStackFrameSize
  CoInterpreter>>#deferStackLimitSmashAround:
  CoInterpreter>>#deferStackLimitSmashAround:with:
  CoInterpreter>>#divorceAMachineCodeFrameWithCogMethod:in:
  CoInterpreter>>#divorceMachineCodeFramesWithMethod:
  CoInterpreter>>#divorceSomeMachineCodeFramesWithMethod:
  CoInterpreter>>#dumpPrimTraceLog
  CoInterpreter>>#dumpTraceLog
  CoInterpreter>>#encodedNativePCOf:cogMethod:
  CoInterpreter>>#ensureAllContextsWithMethodHaveBytecodePCs:
  CoInterpreter>>#ensureContextHasBytecodePC:
  CoInterpreter>>#ensureContextIsExecutionSafeAfterAssignToStackPointer:
  CoInterpreter>>#ensureMethodIsCogged:maybeClosure:
  CoInterpreter>>#ensurePushedInstructionPointer
  CoInterpreter>>#enterSmalltalkExecutiveImplementation
  CoInterpreter>>#error:
  CoInterpreter>>#executeCogMethod:fromLinkedSendWithReceiver:
  CoInterpreter>>#executeCogMethod:fromUnlinkedSendWithReceiver:
  CoInterpreter>>#executeCogPIC:fromLinkedSendWithReceiver:andCacheTag:
  CoInterpreter>>#executeFullCogBlock:closure:mayContextSwitch:
  CoInterpreter>>#executeNewMethod
  CoInterpreter>>#extendedStoreBytecodePop:
  CoInterpreter>>#externalAboutToReturn:through:
  CoInterpreter>>#externalCannotReturn:from:
  CoInterpreter>>#externalInstVar:ofContext:
  CoInterpreter>>#externalWriteBackHeadStackPointer
  CoInterpreter>>#externalizeIPandSP
  CoInterpreter>>#fastLogPrim:
  CoInterpreter>>#findNewMethodInClassTag:
  CoInterpreter>>#flushAtCache
  CoInterpreter>>#flushBecommedClassesInMethodZone
  CoInterpreter>>#flushExternalPrimitiveOf:
  CoInterpreter>>#flushMethodCache
  CoInterpreter>>#followForwardedFieldsInCurrentMethod
  CoInterpreter>>#followForwardedMethodsInMethodZone
  CoInterpreter>>#followForwardingPointersInStackZone:
  CoInterpreter>>#forProcessPrimitiveReturnToExecutivePostContextSwitch:
  CoInterpreter>>#forceInterruptCheckFromHeartbeat
  CoInterpreter>>#frameCallerContext:
  CoInterpreter>>#frameCallerContext:put:
  CoInterpreter>>#frameHasContext:
  CoInterpreter>>#frameIsBlockActivation:
  CoInterpreter>>#frameMethodField:
  CoInterpreter>>#frameMethodObject:
  CoInterpreter>>#frameNumArgs:
  CoInterpreter>>#frameNumTemps:
  CoInterpreter>>#framePointerAddress
  CoInterpreter>>#frameReceiver:
  CoInterpreter>>#frameReceiverLocation:
  CoInterpreter>>#freeUnmarkedMachineCode
  CoInterpreter>>#functionForPrimitiveExternalCall:
  CoInterpreter>>#functionPointerForCompiledMethod:primitiveIndex:
  CoInterpreter>>#gcMode
  CoInterpreter>>#gcMode:
  CoInterpreter>>#getBlockCompilationCount
  CoInterpreter>>#getBlockCompilationMSecs
  CoInterpreter>>#getCheckAllocFiller
  CoInterpreter>>#getCodeCompactionCount
  CoInterpreter>>#getCodeCompactionMSecs
  CoInterpreter>>#getCogCodeSize
  CoInterpreter>>#getCogCodeZoneThreshold
  CoInterpreter>>#getCogMethodCount
  CoInterpreter>>#getCogVMFlags
  CoInterpreter>>#getCurrentBytecode
  CoInterpreter>>#getDesiredCogCodeSize
  CoInterpreter>>#getGCMode
  CoInterpreter>>#getImageHeaderFlags
  CoInterpreter>>#getMethodCompilationCount
  CoInterpreter>>#getMethodCompilationMSecs
  CoInterpreter>>#handleForwardedSendFaultForReceiver:stackDelta:
  CoInterpreter>>#handleMNU:InMachineCodeTo:classForMessage:
  CoInterpreter>>#heapBase
  CoInterpreter>>#heapBase:
  CoInterpreter>>#ifAppropriateCompileToNativeCode:selector:
  CoInterpreter>>#ifBackwardsCheckForEvents:
  CoInterpreter>>#ifValidWriteBackStack:Pointers:Save:To:
  CoInterpreter>>#iframeBackwardBranchByte:
  CoInterpreter>>#iframeBackwardBranchByte:put:
  CoInterpreter>>#iframeHasContext:
  CoInterpreter>>#iframeIsBlockActivation:
  CoInterpreter>>#iframeNumArgs:
  CoInterpreter>>#iframeReceiver:
  CoInterpreter>>#iframeSavedIP:
  CoInterpreter>>#iframeSavedIP:put:
  CoInterpreter>>#initStackPagesAndInterpret
  CoInterpreter>>#initializeAtCache
  CoInterpreter>>#instVar:ofContext:
  CoInterpreter>>#instructionPointer
  CoInterpreter>>#instructionPointer:
  CoInterpreter>>#instructionPointerAddress
  CoInterpreter>>#instructionPointerForFrame:currentFP:currentIP:
  CoInterpreter>>#internalActivateNewMethod
  CoInterpreter>>#internalExecuteNewMethod
  CoInterpreter>>#internalFindNewMethodOrdinary
  CoInterpreter>>#internalMustMapMachineCodePC:context:
  CoInterpreter>>#internalizeIPandSP
  CoInterpreter>>#interpretAddress
  CoInterpreter>>#interpretMethodFromMachineCode
  CoInterpreter>>#interpreterAllocationReserveBytes
  CoInterpreter>>#is:methodAssignmentToContextWithMachineCodePC:
  CoInterpreter>>#isCog
  CoInterpreter>>#isCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#isCogMethodReference:
  CoInterpreter>>#isMachineCodeFrame:
  CoInterpreter>>#isMachineCodeIP:
  CoInterpreter>>#itemporary:in:
  CoInterpreter>>#itemporary:in:put:
  CoInterpreter>>#justActivateNewMethod:
  CoInterpreter>>#longPushTemporaryVariableBytecode
  CoInterpreter>>#longStoreTemporaryVariableBytecode
  CoInterpreter>>#lookupAddress:
  CoInterpreter>>#lookupMNU:receiver:
  CoInterpreter>>#lookupOrdinary:receiver:
  CoInterpreter>>#mMethodClass
  CoInterpreter>>#makeBaseFrameFor:
  CoInterpreter>>#mapMachineCode:
  CoInterpreter>>#mapPrimTraceLog
  CoInterpreter>>#mapStackPages
  CoInterpreter>>#mapTraceLog
  CoInterpreter>>#mapTraceLogs
  CoInterpreter>>#mapVMRegisters
  CoInterpreter>>#markActiveMethodsAndReferents
  CoInterpreter>>#markAndTraceMachineCodeMethod:
  CoInterpreter>>#markAndTraceMachineCodeOfMarkedMethods
  CoInterpreter>>#markAndTracePrimTraceLog
  CoInterpreter>>#markAndTraceStackPage:
  CoInterpreter>>#markAndTraceTraceLog
  CoInterpreter>>#markCogMethodsAndReferentsOnPage:
  CoInterpreter>>#marryFrame:SP:copyTemps:
  CoInterpreter>>#marryFrameCopiesTemps
  CoInterpreter>>#maxLookupNoMNUErrorCode
  CoInterpreter>>#maybeFixClonedCompiledMethod:
  CoInterpreter>>#maybeFlagMethodAsInterpreted:
  CoInterpreter>>#maybeMethodHasCogMethod:
  CoInterpreter>>#maybeReturnToMachineCodeFrame
  CoInterpreter>>#maybeTraceStackOverflow
  CoInterpreter>>#mcprimFunctionForPrimitiveIndex:
  CoInterpreter>>#methodCacheAddress
  CoInterpreter>>#methodHasCogMethod:
  CoInterpreter>>#methodNeedsLargeContext:
  CoInterpreter>>#methodShouldBeCogged:
  CoInterpreter>>#methodWithHeaderShouldBeCogged:
  CoInterpreter>>#mframeCogMethod:
  CoInterpreter>>#mframeHasContext:
  CoInterpreter>>#mframeHomeMethod:
  CoInterpreter>>#mframeHomeMethodExport
  CoInterpreter>>#mframeIsBlockActivation:
  CoInterpreter>>#mframeMethod:
  CoInterpreter>>#mframeNumArgs:
  CoInterpreter>>#mframeReceiver:
  CoInterpreter>>#minimumUnusedHeadroom
  CoInterpreter>>#mnuCompilationBreak:point:
  CoInterpreter>>#mnuCompilationBreakpointFor:
  CoInterpreter>>#mnuMethodOrNilFor:
  CoInterpreter>>#moveFramesIn:through:toPage:
  CoInterpreter>>#mtemporary:in:put:
  CoInterpreter>>#mustMapMachineCodePC:context:
  CoInterpreter>>#newMethod
  CoInterpreter>>#newMethodAddress
  CoInterpreter>>#newMethodInLookupCacheAt:and:
  CoInterpreter>>#nextProfileTick
  CoInterpreter>>#nextProfileTickAddress
  CoInterpreter>>#nextProfileTickHigh
  CoInterpreter>>#nextProfileTickLow
  CoInterpreter>>#nilUncoggableMethods
  CoInterpreter>>#noAssertHeaderOf:
  CoInterpreter>>#positive32BitIntegerFor:
  CoInterpreter>>#positive32BitValueOf:
  CoInterpreter>>#positive64BitIntegerFor:
  CoInterpreter>>#positive64BitValueOf:
  CoInterpreter>>#postBecomeAction:
  CoInterpreter>>#postGCAction:
  CoInterpreter>>#preBecomeAction
  CoInterpreter>>#preGCAction:
  CoInterpreter>>#primErrTable
  CoInterpreter>>#primFailCodeAddress
  CoInterpreter>>#primNumberExternalCall
  CoInterpreter>>#primTraceLog
  CoInterpreter>>#primTraceLogAddress
  CoInterpreter>>#primTraceLogEntries
  CoInterpreter>>#primTraceLogIndex
  CoInterpreter>>#primTraceLogIndex:
  CoInterpreter>>#primTraceLogIndexAddress
  CoInterpreter>>#primitiveAccessorDepthTable
  CoInterpreter>>#primitiveAccessorDepthTable:
  CoInterpreter>>#primitiveFailAddress
  CoInterpreter>>#primitiveFunctionPointer:
  CoInterpreter>>#printCogMethod:
  CoInterpreter>>#printFrame:WithSP:
  CoInterpreter>>#printFrameFlagsForFP:
  CoInterpreter>>#printFrameMethodFor:
  CoInterpreter>>#printFrameThing:at:extra:
  CoInterpreter>>#printFrameThing:at:extraString:
  CoInterpreter>>#printLogEntryAt:
  CoInterpreter>>#printMethodCacheFor:
  CoInterpreter>>#printMethodFieldForPrintContext:
  CoInterpreter>>#printMethodHeaderOop:
  CoInterpreter>>#printPrimLogEntryAt:
  CoInterpreter>>#printSends
  CoInterpreter>>#pushFullClosureNumArgs:copiedValues:compiledBlock:receiverIsOnStack:ignoreContext:
  CoInterpreter>>#pushRemoteTemp:inVectorAt:
  CoInterpreter>>#pushTemporaryVariable:
  CoInterpreter>>#quickPrimitiveConstantFor:
  CoInterpreter>>#quickPrimitiveGeneratorFor:
  CoInterpreter>>#quickPrimitiveInstVarIndexFor:
  CoInterpreter>>#rawHeaderOf:
  CoInterpreter>>#rawHeaderOf:put:
  CoInterpreter>>#receiver
  CoInterpreter>>#recordContextSwitchFrom:in:
  CoInterpreter>>#recordTrace:thing:source:
  CoInterpreter>>#reportMinimumUnusedHeadroom
  CoInterpreter>>#restoreCStackStateForCallbackContext:
  CoInterpreter>>#resume:
  CoInterpreter>>#resume:preemptedYieldingIf:
  CoInterpreter>>#resume:preemptedYieldingIf:from:
  CoInterpreter>>#return:toExecutive:
  CoInterpreter>>#returnToExecutive:postContextSwitch:
  CoInterpreter>>#returnToMachineCodeFrame
  CoInterpreter>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  CoInterpreter>>#roomToPushNArgs:
  CoInterpreter>>#rumpCStackAddress
  CoInterpreter>>#rumpCStackSize
  CoInterpreter>>#saveCStackStateForCallbackContext:
  CoInterpreter>>#scavengeThreshold
  CoInterpreter>>#setCogCodeZoneThreshold:
  CoInterpreter>>#setCogVMFlags:
  CoInterpreter>>#setDesiredCogCodeSize:
  CoInterpreter>>#setGCMode:
  CoInterpreter>>#setIFrameHasContext:
  CoInterpreter>>#setImageHeaderFlagsFrom:
  CoInterpreter>>#setMethod:
  CoInterpreter>>#setUpForUseByFacade:
  CoInterpreter>>#shortPrintFrame:
  CoInterpreter>>#siglong:jmp:
  CoInterpreter>>#signed32BitIntegerFor:
  CoInterpreter>>#signed32BitValueOf:
  CoInterpreter>>#signed64BitIntegerFor:
  CoInterpreter>>#signed64BitValueOf:
  CoInterpreter>>#sigset:jmp:
  CoInterpreter>>#slowPrimitiveResponse
  CoInterpreter>>#specialSelectorNumArgs:
  CoInterpreter>>#stackLimitAddress
  CoInterpreter>>#stackLimitOffset
  CoInterpreter>>#stackPageHeadroom
  CoInterpreter>>#stackPagesClass
  CoInterpreter>>#stackPagesInitializedAt:totalSize:pageSize:
  CoInterpreter>>#stackPointer:
  CoInterpreter>>#stackPointerAddress
  CoInterpreter>>#stackPointerIndexForFrame:WithSP:
  CoInterpreter>>#stackPointerIndexForIFrame:WithSP:numArgs:
  CoInterpreter>>#stackPointerIndexForMFrame:WithSP:numArgs:
  CoInterpreter>>#startPCOfClosure:
  CoInterpreter>>#startPCOfMethodHeader:
  CoInterpreter>>#storeAndPopTemporaryVariableBytecode
  CoInterpreter>>#storeRemoteTemp:inVectorAt:
  CoInterpreter>>#synchronousSignal:
  CoInterpreter>>#tearDownAndRebuildFrameForCannotReturnBaseFrameReturnFrom:to:returnValue:
  CoInterpreter>>#temporary:in:
  CoInterpreter>>#temporary:in:put:
  CoInterpreter>>#temporaryLocation:in:numArgs:
  CoInterpreter>>#transcript
  CoInterpreter>>#transferTo:
  CoInterpreter>>#transferTo:from:
  CoInterpreter>>#unfollowTempVector:atIndex:in:
  CoInterpreter>>#unknownShortOrCodeSizeInKs
  CoInterpreter>>#updateStackZoneReferencesToCompiledCodePreCompaction
  CoInterpreter>>#updateStateOfSpouseContextForFrame:WithSP:
  CoInterpreter>>#validInstructionPointer:inMethod:framePointer:
  CoInterpreter>>#validStackPageBaseFrame:
  CoInterpreter>>#varBaseAddress
  CoInterpreter>>#voidVMStateForSnapshotFlushingExternalPrimitivesIf:
  CoInterpreter>>#warning:
  CoInterpreter>>#whereIs:
  CoInterpreter>>#widowOrForceToBytecodePC:
  CoInterpreterPrimitives
  CoInterpreterPrimitives>>#doWaitSemaphore:
  CoInterpreterPrimitives>>#doWaitSemaphore:reEnterInterpreter:
  CoInterpreterPrimitives>>#frameIsMarked:
  CoInterpreterPrimitives>>#markFrame:
  CoInterpreterPrimitives>>#mcprimHashMultiply:
  CoInterpreterPrimitives>>#pathTo:using:followWeak:
  CoInterpreterPrimitives>>#pcDataFor:
  CoInterpreterPrimitives>>#primitiveAllMethodsCompiledToMachineCode
  CoInterpreterPrimitives>>#primitiveCollectCogCodeConstituents
  CoInterpreterPrimitives>>#primitiveContextXray
  CoInterpreterPrimitives>>#primitiveEnterCriticalSection
  CoInterpreterPrimitives>>#primitiveExitCriticalSection
  CoInterpreterPrimitives>>#primitiveFailureCodeAddress
  CoInterpreterPrimitives>>#primitiveFlushCacheByMethod
  CoInterpreterPrimitives>>#primitiveFlushCacheBySelector
  CoInterpreterPrimitives>>#primitiveFunctionPointerAddress
  CoInterpreterPrimitives>>#primitiveLongRunningPrimitiveSemaphore
  CoInterpreterPrimitives>>#primitiveMethodPCData
  CoInterpreterPrimitives>>#primitiveMethodProfilingData
  CoInterpreterPrimitives>>#primitiveMethodXray
  CoInterpreterPrimitives>>#primitiveMinimumUnusedHeadroom
  CoInterpreterPrimitives>>#primitiveObjectAt
  CoInterpreterPrimitives>>#primitiveObjectAtPut
  CoInterpreterPrimitives>>#primitiveProfileSemaphore
  CoInterpreterPrimitives>>#primitiveResetCountersInMethod
  CoInterpreterPrimitives>>#primitiveResume
  CoInterpreterPrimitives>>#primitiveSignal
  CoInterpreterPrimitives>>#primitiveSnapshot
  CoInterpreterPrimitives>>#primitiveSuspend
  CoInterpreterPrimitives>>#primitiveTerminateTo
  CoInterpreterPrimitives>>#primitiveVoidVMState
  CoInterpreterPrimitives>>#primitiveVoidVMStateForMethod
  CoInterpreterPrimitives>>#primitiveYield
  CoInterpreterPrimitives>>#profilingDataFor:
  CoInterpreterPrimitives>>#unmarkAllFrames
  CoInterpreterWithQueueFFI
  CogVMSimulator
  CogVMSimulator>>#expectedSends
  CogVMSimulator>>#initializeWithOptions:
  CogVMSimulator>>#new
  CogVMSimulator>>#newWithOptions:
  CogVMSimulator>>#onObjectMemory:
  CogVMSimulator>>#onObjectMemory:cogit:
  CogVMSimulator>>#onObjectMemory:cogit:options:
  CogVMSimulator>>#allObjectsSelect:
  CogVMSimulator>>#atEachStepBlock
  CogVMSimulator>>#atEachStepBlock:
  CogVMSimulator>>#attemptToSwitchToMachineCode:
  CogVMSimulator>>#baseFrameReturn
  CogVMSimulator>>#basicInitialize
  CogVMSimulator>>#beforeCodeZoneInitialization
  CogVMSimulator>>#bootstrapping:
  CogVMSimulator>>#breakCount
  CogVMSimulator>>#byteAt:
  CogVMSimulator>>#byteAt:put:
  CogVMSimulator>>#byteCount
  CogVMSimulator>>#byteCountText
  CogVMSimulator>>#cCoerceSimple:to:
  CogVMSimulator>>#callExternalPrimitive:
  CogVMSimulator>>#ceActivateFailingPrimitiveMethod:
  CogVMSimulator>>#ceBaseFrameReturn:
  CogVMSimulator>>#ceContext:instVar:
  CogVMSimulator>>#ceContext:instVar:value:
  CogVMSimulator>>#ceCounterTripped:
  CogVMSimulator>>#ceMNUFromPICMNUMethod:receiver:
  CogVMSimulator>>#ceNonLocalReturn:
  CogVMSimulator>>#ceReapAndResetErrorCodeFor:
  CogVMSimulator>>#ceSend:super:to:numArgs:
  CogVMSimulator>>#ceSendAbort:to:numArgs:
  CogVMSimulator>>#ceSendFromInLineCacheMiss:
  CogVMSimulator>>#ceSendMustBeBoolean:
  CogVMSimulator>>#ceStackOverflow:
  CogVMSimulator>>#ceTraceBlockActivation
  CogVMSimulator>>#ceTraceLinkedSend:
  CogVMSimulator>>#checkStackIntegrity
  CogVMSimulator>>#classAndSelectorOfMethod:forReceiver:
  CogVMSimulator>>#classNameOf:Is:
  CogVMSimulator>>#clipboardRead:Into:At:
  CogVMSimulator>>#clipboardSize
  CogVMSimulator>>#cloneSimulation
  CogVMSimulator>>#close
  CogVMSimulator>>#codeGeneratorToComputeAccessorDepth
  CogVMSimulator>>#codeGeneratorToComputeAccessorDepth:
  CogVMSimulator>>#cogit
  CogVMSimulator>>#collectSends
  CogVMSimulator>>#commenceCogCompiledCodeCompaction
  CogVMSimulator>>#convertToMachineCodeFrame:bcpc:
  CogVMSimulator>>#copyBits
  CogVMSimulator>>#cr
  CogVMSimulator>>#createActualMessageTo:
  CogVMSimulator>>#debugStackPointersFor:
  CogVMSimulator>>#desiredCogCodeSize:
  CogVMSimulator>>#desiredDisplayExtent
  CogVMSimulator>>#desiredEdenBytes:
  CogVMSimulator>>#desiredNumStackPages:
  CogVMSimulator>>#dispatchMappedPluginEntry:
  CogVMSimulator>>#dispatchOn:in:
  CogVMSimulator>>#displayLocation
  CogVMSimulator>>#displayView
  CogVMSimulator>>#doSignalExternalSemaphores:
  CogVMSimulator>>#doesNotUnderstand:
  CogVMSimulator>>#drawLoopX:Y:
  CogVMSimulator>>#dumpMethodHeader:
  CogVMSimulator>>#elementsPerPrintOopLine
  CogVMSimulator>>#enableCog:
  CogVMSimulator>>#ensureContextIsExecutionSafeAfterAssignToStackPointer:
  CogVMSimulator>>#ensureMethodIsCogged:maybeClosure:
  CogVMSimulator>>#expectSends:
  CogVMSimulator>>#extABytecode
  CogVMSimulator>>#extBBytecode
  CogVMSimulator>>#extUnconditionalJump
  CogVMSimulator>>#externalCannotReturn:from:
  CogVMSimulator>>#externalDivorceFrame:andContext:
  CogVMSimulator>>#externalInstVar:ofContext:
  CogVMSimulator>>#externalInstVar:ofContext:put:
  CogVMSimulator>>#externalSetStackPageAndPointersForSuspendedContextOfProcess:
  CogVMSimulator>>#fetchByte
  CogVMSimulator>>#fetchPointer:ofObject:
  CogVMSimulator>>#filterPerformOf:to:
  CogVMSimulator>>#findNewMethodInClassTag:
  CogVMSimulator>>#firstIndexableField:
  CogVMSimulator>>#flush
  CogVMSimulator>>#flushExternalPrimitives
  CogVMSimulator>>#forShortPrintString:filterPerformMessages:
  CogVMSimulator>>#frameCallerContext:
  CogVMSimulator>>#frameOfMarriedContext:
  CogVMSimulator>>#framePointer
  CogVMSimulator>>#functionForPrimitiveExternalCall:
  CogVMSimulator>>#functionPointerFor:inClass:
  CogVMSimulator>>#functionPointerForCompiledMethod:primitiveIndex:
  CogVMSimulator>>#halfWordHighInLong32:
  CogVMSimulator>>#halfWordLowInLong32:
  CogVMSimulator>>#handleListenEvent:
  CogVMSimulator>>#handleMNU:InMachineCodeTo:classForMessage:
  CogVMSimulator>>#headerStart:
  CogVMSimulator>>#heapMapAtWord:Put:
  CogVMSimulator>>#ifAppropriateCompileToNativeCode:selector:
  CogVMSimulator>>#iframeIsBlockActivation:
  CogVMSimulator>>#iframeMethod:
  CogVMSimulator>>#iframeNumArgs:
  CogVMSimulator>>#iframeSavedIP:
  CogVMSimulator>>#imageName
  CogVMSimulator>>#imageName:
  CogVMSimulator>>#imageNameGet:Length:
  CogVMSimulator>>#imageNamePut:Length:
  CogVMSimulator>>#imageNameSize
  CogVMSimulator>>#inMemoryCFramePointerAddress
  CogVMSimulator>>#inMemoryCStackPointerAddress
  CogVMSimulator>>#inMemoryStackLimitAddress
  CogVMSimulator>>#inMemoryVMOwnerLockAddress
  CogVMSimulator>>#incrementByteCount
  CogVMSimulator>>#initStackPagesForTests
  CogVMSimulator>>#initialAddress
  CogVMSimulator>>#initialize
  CogVMSimulator>>#initializePluginEntries
  CogVMSimulator>>#instVar:ofContext:
  CogVMSimulator>>#instVar:ofContext:put:
  CogVMSimulator>>#insufficientMemoryAvailableError
  CogVMSimulator>>#insufficientMemorySpecifiedError
  CogVMSimulator>>#internalCannotReturn:
  CogVMSimulator>>#internalFindNewMethodOrdinary
  CogVMSimulator>>#interpret
  CogVMSimulator>>#interpreterAllocationReserveBytes
  CogVMSimulator>>#invalidCompactClassError:
  CogVMSimulator>>#ioBeDisplay:width:height:depth:
  CogVMSimulator>>#ioCanRenameImage
  CogVMSimulator>>#ioCanWriteImage
  CogVMSimulator>>#ioExit
  CogVMSimulator>>#ioExitWithErrorCode:
  CogVMSimulator>>#ioGetMaxExtSemTableSize
  CogVMSimulator>>#ioHeartbeatMilliseconds
  CogVMSimulator>>#ioHighResClock
  CogVMSimulator>>#ioInitHeartbeat
  CogVMSimulator>>#ioLoadFunction:From:
  CogVMSimulator>>#ioLoadFunction:From:AccessorDepthInto:
  CogVMSimulator>>#ioMSecs
  CogVMSimulator>>#ioMicroMSecs
  CogVMSimulator>>#ioMousePoint
  CogVMSimulator>>#ioProcessEvents
  CogVMSimulator>>#ioRelinquishProcessorForMicroseconds:
  CogVMSimulator>>#ioScreenDepth
  CogVMSimulator>>#ioScreenScaleFactor
  CogVMSimulator>>#ioScreenSize
  CogVMSimulator>>#ioSetMaxExtSemTableSize:
  CogVMSimulator>>#ioSynchronousCheckForEvents
  CogVMSimulator>>#ioUTCMicroseconds
  CogVMSimulator>>#ioUTCStartMicroseconds
  CogVMSimulator>>#isOnRumpCStack:
  CogVMSimulator>>#isPrimitiveFunctionPointerAnIndex
  CogVMSimulator>>#loadNewPlugin:
  CogVMSimulator>>#logSend:
  CogVMSimulator>>#long32At:
  CogVMSimulator>>#longAt:
  CogVMSimulator>>#longAt:put:
  CogVMSimulator>>#lookupMethodInClass:
  CogVMSimulator>>#lookupOrdinaryNoMNUEtcInClass:
  CogVMSimulator>>#makeBaseFrameFor:
  CogVMSimulator>>#mapFunctionToAddress:
  CogVMSimulator>>#mappedPluginEntries
  CogVMSimulator>>#maybeCheckStackDepth:sp:pc:
  CogVMSimulator>>#maybeMapPrimitiveFunctionPointerBackToSomethingEvaluable
  CogVMSimulator>>#mcprimFunctionForPrimitiveIndex:
  CogVMSimulator>>#memory
  CogVMSimulator>>#methodCache
  CogVMSimulator>>#methodCacheSize
  CogVMSimulator>>#methodForContext:
  CogVMSimulator>>#minBackwardJumpCountForCompile
  CogVMSimulator>>#minBackwardJumpCountForCompile:
  CogVMSimulator>>#moveMethodCacheToMemoryAt:
  CogVMSimulator>>#movePrimTraceLogToMemoryAt:
  CogVMSimulator>>#nameOfClass:
  CogVMSimulator>>#nextShortFrom:
  CogVMSimulator>>#numStackPages
  CogVMSimulator>>#openOn:extraMemory:
  CogVMSimulator>>#osCogStackPageHeadroom
  CogVMSimulator>>#parent
  CogVMSimulator>>#parent:
  CogVMSimulator>>#pluginEntryFor:
  CogVMSimulator>>#pluginList:
  CogVMSimulator>>#preGCAction:
  CogVMSimulator>>#primStringcomparewithcollated
  CogVMSimulator>>#primStringfindSubstringinstartingAtmatchTable
  CogVMSimulator>>#primStringindexOfAsciiinStringstartingAt
  CogVMSimulator>>#primStringtranslatefromtotable
  CogVMSimulator>>#primTraceLogSize
  CogVMSimulator>>#primitiveContextAtPut
  CogVMSimulator>>#primitiveDoPrimitiveWithArgs
  CogVMSimulator>>#primitiveExecuteMethod
  CogVMSimulator>>#primitiveFailCount
  CogVMSimulator>>#primitiveFailCount:
  CogVMSimulator>>#primitiveFailCounting
  CogVMSimulator>>#primitiveForceMachineCodeCompaction
  CogVMSimulator>>#primitiveGetAttribute
  CogVMSimulator>>#primitiveObject:perform:withArguments:lookedUpIn:
  CogVMSimulator>>#primitiveObjectAt
  CogVMSimulator>>#primitiveObjectAtPut
  CogVMSimulator>>#primitiveObjectPointsTo
  CogVMSimulator>>#primitivePerform
  CogVMSimulator>>#primitiveSignalAtMilliseconds
  CogVMSimulator>>#primitiveStoreStackp
  CogVMSimulator>>#primitiveThatDoNothingWithOneArgument
  CogVMSimulator>>#primitiveVMParameter
  CogVMSimulator>>#primitiveVoidVMState
  CogVMSimulator>>#print:
  CogVMSimulator>>#printActivationNameForSelector:startClass:
  CogVMSimulator>>#printChar:
  CogVMSimulator>>#printCurrentBytecodeOn:
  CogVMSimulator>>#printECS
  CogVMSimulator>>#printFloat:
  CogVMSimulator>>#printFrameAtEachStep
  CogVMSimulator>>#printFrameOop:at:
  CogVMSimulator>>#printFrameOop:obj:at:
  CogVMSimulator>>#printFrameThing:andFrame:at:
  CogVMSimulator>>#printFrameThing:at:
  CogVMSimulator>>#printHex:
  CogVMSimulator>>#printHexnp:
  CogVMSimulator>>#printHexnpnp:
  CogVMSimulator>>#printLCS
  CogVMSimulator>>#printNum:
  CogVMSimulator>>#printRumpCStackTo:
  CogVMSimulator>>#printStringForCurrentBytecode
  CogVMSimulator>>#printStringOf:
  CogVMSimulator>>#printStringOf:on:
  CogVMSimulator>>#queueForwardedEvent:
  CogVMSimulator>>#reverseBytesInImage
  CogVMSimulator>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  CogVMSimulator>>#rumpCStackSize
  CogVMSimulator>>#run
  CogVMSimulator>>#saneFunctionPointerForFailureOfPrimIndex:
  CogVMSimulator>>#savedWindowSize
  CogVMSimulator>>#setBreakBlockFromString:
  CogVMSimulator>>#setBreakCount:
  CogVMSimulator>>#setBreakSelectorLength:
  CogVMSimulator>>#setImageName:
  CogVMSimulator>>#shortPrintContext:
  CogVMSimulator>>#shortPrintFrame:
  CogVMSimulator>>#signalSemaphoreWithIndex:
  CogVMSimulator>>#space
  CogVMSimulator>>#sqGetInterpreterProxy
  CogVMSimulator>>#sqMakeMemoryNotExecutableFrom:To:
  CogVMSimulator>>#sqMemoryExtraBytesLeft:
  CogVMSimulator>>#sqShrinkMemory:By:
  CogVMSimulator>>#stackLimitFromMachineCode
  CogVMSimulator>>#stackPage
  CogVMSimulator>>#stackPages
  CogVMSimulator>>#startInContextSuchThat:
  CogVMSimulator>>#startOfMemory
  CogVMSimulator>>#systemAttributes
  CogVMSimulator>>#tab
  CogVMSimulator>>#tearDownAndRebuildFrameForCannotReturnBaseFrameReturnFrom:to:returnValue:
  CogVMSimulator>>#testBecome
  CogVMSimulator>>#testPCMapping
  CogVMSimulator>>#toggleTranscript
  CogVMSimulator>>#transcript
  CogVMSimulator>>#transcript:
  CogVMSimulator>>#unableToReadImageError
  CogVMSimulator>>#updateStateOfSpouseContextForFrame:WithSP:
  CogVMSimulator>>#veryDeepCopyWith:
  CogVMSimulator>>#vmPathGet:Length:
  CogVMSimulator>>#warpBits
  CogVMSimulator>>#whereIs:
  CogVMSimulator>>#windowColorToUse
  CogVMSimulator>>#windowIsClosing
  CogVMSimulator>>#withMemoryProtectionDo:
  CogVMSimulator>>#withoutSmallIntegerTags:
  CogVMSimulatorLSB
  CogVMSimulatorLSB>>#byteAt:put:
  CogVMSimulatorLSB>>#halfWordHighInLong32:
  CogVMSimulatorLSB>>#halfWordLowInLong32:
  CogVMSimulatorLSB>>#nextShortFrom:
  CogVMSimulatorLSB>>#vmEndianness
  InterpreterPrimitives
  InterpreterPrimitives>>#declareCVarsIn:
  InterpreterPrimitives>>#defineAtCompileTime:
  InterpreterPrimitives>>#initializeMiscConstants
  InterpreterPrimitives>>#asUnsigned:
  InterpreterPrimitives>>#booleanValueOf:
  InterpreterPrimitives>>#cStringOrNullFor:
  InterpreterPrimitives>>#canBeImmutable:
  InterpreterPrimitives>>#doWaitSemaphore:
  InterpreterPrimitives>>#doWaitSemaphore:reEnterInterpreter:
  InterpreterPrimitives>>#failed
  InterpreterPrimitives>>#floatExponentBits
  InterpreterPrimitives>>#getenv:
  InterpreterPrimitives>>#initPrimCall
  InterpreterPrimitives>>#initialize
  InterpreterPrimitives>>#ioGetCurrentWorkingDirectory:maxLength:
  InterpreterPrimitives>>#isAppropriateForCopyObject:
  InterpreterPrimitives>>#isDirectAlien:
  InterpreterPrimitives>>#isFinite:
  InterpreterPrimitives>>#isIndirectAlien:
  InterpreterPrimitives>>#isInstanceOfClassArray:
  InterpreterPrimitives>>#isInstanceOfClassBlockClosure:
  InterpreterPrimitives>>#isInstanceOfClassByteString:
  InterpreterPrimitives>>#isNegativeIntegerValueOf:
  InterpreterPrimitives>>#isPointerAlien:
  InterpreterPrimitives>>#isPositiveMachineIntegerObject:
  InterpreterPrimitives>>#isSignedInteger:inRangeForBits:
  InterpreterPrimitives>>#magnitude64BitIntegerFor:neg:
  InterpreterPrimitives>>#magnitude64BitValueOf:
  InterpreterPrimitives>>#maybeInlinePositive32BitValueOf:
  InterpreterPrimitives>>#multiplySmallInteger:withSmallInteger:ifOverflow:
  InterpreterPrimitives>>#newMethod:
  InterpreterPrimitives>>#noInlineSigned32BitValueGutsOf:
  InterpreterPrimitives>>#pop:thenPushBool:
  InterpreterPrimitives>>#positive32BitValueOf:
  InterpreterPrimitives>>#positive64BitValueOf:
  InterpreterPrimitives>>#positiveMachineIntegerValueOf:
  InterpreterPrimitives>>#primitiveAdd
  InterpreterPrimitives>>#primitiveAddLargeIntegers
  InterpreterPrimitives>>#primitiveAddOld
  InterpreterPrimitives>>#primitiveAdoptInstance
  InterpreterPrimitives>>#primitiveAllInstances
  InterpreterPrimitives>>#primitiveAllObjects
  InterpreterPrimitives>>#primitiveArctan
  InterpreterPrimitives>>#primitiveArrayBecome
  InterpreterPrimitives>>#primitiveArrayBecomeOneWay
  InterpreterPrimitives>>#primitiveArrayBecomeOneWayCopyHash
  InterpreterPrimitives>>#primitiveArrayBecomeOneWayNoCopyHash
  InterpreterPrimitives>>#primitiveAsCharacter
  InterpreterPrimitives>>#primitiveAsFloat
  InterpreterPrimitives>>#primitiveAt
  InterpreterPrimitives>>#primitiveAtPut
  InterpreterPrimitives>>#primitiveBehaviorHash
  InterpreterPrimitives>>#primitiveBitAnd
  InterpreterPrimitives>>#primitiveBitAndLargeIntegers
  InterpreterPrimitives>>#primitiveBitOr
  InterpreterPrimitives>>#primitiveBitOrLargeIntegers
  InterpreterPrimitives>>#primitiveBitShift
  InterpreterPrimitives>>#primitiveBitShiftLargeIntegers
  InterpreterPrimitives>>#primitiveBitXor
  InterpreterPrimitives>>#primitiveBitXorLargeIntegers
  InterpreterPrimitives>>#primitiveBytesLeft
  InterpreterPrimitives>>#primitiveCalloutToFFI
  InterpreterPrimitives>>#primitiveChangeClass
  InterpreterPrimitives>>#primitiveClass
  InterpreterPrimitives>>#primitiveClearVMProfile
  InterpreterPrimitives>>#primitiveClockLogAddresses
  InterpreterPrimitives>>#primitiveClone
  InterpreterPrimitives>>#primitiveCoarseLocalMicrosecondClock
  InterpreterPrimitives>>#primitiveCoarseUTCMicrosecondClock
  InterpreterPrimitives>>#primitiveCompareBytes
  InterpreterPrimitives>>#primitiveCompareWith
  InterpreterPrimitives>>#primitiveConstantFill
  InterpreterPrimitives>>#primitiveConstantFillSpur
  InterpreterPrimitives>>#primitiveControlVMProfiling
  InterpreterPrimitives>>#primitiveCopyObject
  InterpreterPrimitives>>#primitiveCrashVM
  InterpreterPrimitives>>#primitiveDisablePowerManager
  InterpreterPrimitives>>#primitiveDiv
  InterpreterPrimitives>>#primitiveDivLargeIntegers
  InterpreterPrimitives>>#primitiveDivide
  InterpreterPrimitives>>#primitiveDivideLargeIntegers
  InterpreterPrimitives>>#primitiveEnterCriticalSection
  InterpreterPrimitives>>#primitiveEqual
  InterpreterPrimitives>>#primitiveEqualLargeIntegers
  InterpreterPrimitives>>#primitiveExitCriticalSection
  InterpreterPrimitives>>#primitiveExitToDebugger
  InterpreterPrimitives>>#primitiveExp
  InterpreterPrimitives>>#primitiveExponent
  InterpreterPrimitives>>#primitiveFail
  InterpreterPrimitives>>#primitiveFailFor:
  InterpreterPrimitives>>#primitiveFailForOSError:
  InterpreterPrimitives>>#primitiveFailureCode
  InterpreterPrimitives>>#primitiveFetchNextMourner
  InterpreterPrimitives>>#primitiveFindHandlerContext
  InterpreterPrimitives>>#primitiveFindNextUnwindContext
  InterpreterPrimitives>>#primitiveFloatAdd
  InterpreterPrimitives>>#primitiveFloatAt
  InterpreterPrimitives>>#primitiveFloatAtPut
  InterpreterPrimitives>>#primitiveFloatDivide
  InterpreterPrimitives>>#primitiveFloatEqual
  InterpreterPrimitives>>#primitiveFloatGreaterOrEqual
  InterpreterPrimitives>>#primitiveFloatGreaterThan
  InterpreterPrimitives>>#primitiveFloatLessOrEqual
  InterpreterPrimitives>>#primitiveFloatLessThan
  InterpreterPrimitives>>#primitiveFloatMultiply
  InterpreterPrimitives>>#primitiveFloatNotEqual
  InterpreterPrimitives>>#primitiveFloatSubtract
  InterpreterPrimitives>>#primitiveFlushCache
  InterpreterPrimitives>>#primitiveFlushExternalPrimitives
  InterpreterPrimitives>>#primitiveFractionalPart
  InterpreterPrimitives>>#primitiveFullClosureValue
  InterpreterPrimitives>>#primitiveFullClosureValueNoContextSwitch
  InterpreterPrimitives>>#primitiveFullClosureValueWithArgs
  InterpreterPrimitives>>#primitiveFullGC
  InterpreterPrimitives>>#primitiveGetAttribute
  InterpreterPrimitives>>#primitiveGetImmutability
  InterpreterPrimitives>>#primitiveGetLogDirectory
  InterpreterPrimitives>>#primitiveGetWindowLabel
  InterpreterPrimitives>>#primitiveGetWindowSize
  InterpreterPrimitives>>#primitiveGetenv
  InterpreterPrimitives>>#primitiveGetenv:
  InterpreterPrimitives>>#primitiveGreaterOrEqual
  InterpreterPrimitives>>#primitiveGreaterOrEqualLargeIntegers
  InterpreterPrimitives>>#primitiveGreaterThan
  InterpreterPrimitives>>#primitiveGreaterThanLargeIntegers
  InterpreterPrimitives>>#primitiveGrowMemoryByAtLeast
  InterpreterPrimitives>>#primitiveHashMultiply
  InterpreterPrimitives>>#primitiveHeartbeatFrequency
  InterpreterPrimitives>>#primitiveHighResClock
  InterpreterPrimitives>>#primitiveIdentical
  InterpreterPrimitives>>#primitiveIdentityHash
  InterpreterPrimitives>>#primitiveImageFormatVersion
  InterpreterPrimitives>>#primitiveImageName
  InterpreterPrimitives>>#primitiveImmediateAsInteger
  InterpreterPrimitives>>#primitiveIncrementalGC
  InterpreterPrimitives>>#primitiveInstVarAt
  InterpreterPrimitives>>#primitiveInstVarAtPut
  InterpreterPrimitives>>#primitiveIntegerAt
  InterpreterPrimitives>>#primitiveIntegerAtPut
  InterpreterPrimitives>>#primitiveInterruptChecksPerMSec
  InterpreterPrimitives>>#primitiveInvokeObjectAsMethod
  InterpreterPrimitives>>#primitiveIsBigEnder
  InterpreterPrimitives>>#primitiveIsPinned
  InterpreterPrimitives>>#primitiveIsWindowObscured
  InterpreterPrimitives>>#primitiveLessOrEqual
  InterpreterPrimitives>>#primitiveLessOrEqualLargeIntegers
  InterpreterPrimitives>>#primitiveLessThan
  InterpreterPrimitives>>#primitiveLessThanLargeIntegers
  InterpreterPrimitives>>#primitiveListBuiltinModule
  InterpreterPrimitives>>#primitiveListExternalModule
  InterpreterPrimitives>>#primitiveLocalMicrosecondClock
  InterpreterPrimitives>>#primitiveLogN
  InterpreterPrimitives>>#primitiveLowSpaceSemaphore
  InterpreterPrimitives>>#primitiveMakePoint
  InterpreterPrimitives>>#primitiveMarkHandlerMethod
  InterpreterPrimitives>>#primitiveMarkUnwindMethod
  InterpreterPrimitives>>#primitiveMaxIdentityHash
  InterpreterPrimitives>>#primitiveMethod
  InterpreterPrimitives>>#primitiveMillisecondClock
  InterpreterPrimitives>>#primitiveMillisecondClockMask
  InterpreterPrimitives>>#primitiveMod
  InterpreterPrimitives>>#primitiveModLargeIntegers
  InterpreterPrimitives>>#primitiveMultiply
  InterpreterPrimitives>>#primitiveMultiplyLargeIntegers
  InterpreterPrimitives>>#primitiveNew
  InterpreterPrimitives>>#primitiveNewMethod
  InterpreterPrimitives>>#primitiveNewPinned
  InterpreterPrimitives>>#primitiveNewWithArg
  InterpreterPrimitives>>#primitiveNewWithArgPinned
  InterpreterPrimitives>>#primitiveNextInstance
  InterpreterPrimitives>>#primitiveNextObject
  InterpreterPrimitives>>#primitiveNotEqual
  InterpreterPrimitives>>#primitiveNotEqualLargeIntegers
  InterpreterPrimitives>>#primitiveNotIdentical
  InterpreterPrimitives>>#primitiveObjectAt
  InterpreterPrimitives>>#primitiveObjectAtPut
  InterpreterPrimitives>>#primitiveObjectPointsTo
  InterpreterPrimitives>>#primitivePathToUsing
  InterpreterPrimitives>>#primitivePerformInSuperclass
  InterpreterPrimitives>>#primitivePerformWithArgs
  InterpreterPrimitives>>#primitivePin
  InterpreterPrimitives>>#primitiveProcessBindToThreadId
  InterpreterPrimitives>>#primitiveProcessBoundThreadId
  InterpreterPrimitives>>#primitiveProfilePrimitive
  InterpreterPrimitives>>#primitiveProfileSample
  InterpreterPrimitives>>#primitiveProfileSemaphore
  InterpreterPrimitives>>#primitiveProfileStart
  InterpreterPrimitives>>#primitiveQuit
  InterpreterPrimitives>>#primitiveQuo
  InterpreterPrimitives>>#primitiveQuoLargeIntegers
  InterpreterPrimitives>>#primitiveRelinquishProcessor
  InterpreterPrimitives>>#primitiveRemLargeIntegers
  InterpreterPrimitives>>#primitiveResume
  InterpreterPrimitives>>#primitiveScreenDepth
  InterpreterPrimitives>>#primitiveScreenScaleFactor
  InterpreterPrimitives>>#primitiveSecondsClock
  InterpreterPrimitives>>#primitiveSetIdentityHash
  InterpreterPrimitives>>#primitiveSetImmutability
  InterpreterPrimitives>>#primitiveSetLogDirectory
  InterpreterPrimitives>>#primitiveSetOrHasIdentityHash
  InterpreterPrimitives>>#primitiveSetWindowLabel
  InterpreterPrimitives>>#primitiveSetWindowSize
  InterpreterPrimitives>>#primitiveShortAt
  InterpreterPrimitives>>#primitiveShortAtPut
  InterpreterPrimitives>>#primitiveSignal
  InterpreterPrimitives>>#primitiveSignalAtBytesLeft
  InterpreterPrimitives>>#primitiveSine
  InterpreterPrimitives>>#primitiveSize
  InterpreterPrimitives>>#primitiveSizeInBytes
  InterpreterPrimitives>>#primitiveSizeInBytesOfInstance
  InterpreterPrimitives>>#primitiveSlotAt
  InterpreterPrimitives>>#primitiveSlotAtPut
  InterpreterPrimitives>>#primitiveSmallFloatAdd
  InterpreterPrimitives>>#primitiveSmallFloatArctan
  InterpreterPrimitives>>#primitiveSmallFloatDivide
  InterpreterPrimitives>>#primitiveSmallFloatEqual
  InterpreterPrimitives>>#primitiveSmallFloatExp
  InterpreterPrimitives>>#primitiveSmallFloatExponent
  InterpreterPrimitives>>#primitiveSmallFloatFractionalPart
  InterpreterPrimitives>>#primitiveSmallFloatGreaterOrEqual
  InterpreterPrimitives>>#primitiveSmallFloatGreaterThan
  InterpreterPrimitives>>#primitiveSmallFloatHash
  InterpreterPrimitives>>#primitiveSmallFloatLessOrEqual
  InterpreterPrimitives>>#primitiveSmallFloatLessThan
  InterpreterPrimitives>>#primitiveSmallFloatLogN
  InterpreterPrimitives>>#primitiveSmallFloatMultiply
  InterpreterPrimitives>>#primitiveSmallFloatNotEqual
  InterpreterPrimitives>>#primitiveSmallFloatSine
  InterpreterPrimitives>>#primitiveSmallFloatSquareRoot
  InterpreterPrimitives>>#primitiveSmallFloatSubtract
  InterpreterPrimitives>>#primitiveSmallFloatTimesTwoPower
  InterpreterPrimitives>>#primitiveSmallFloatTruncated
  InterpreterPrimitives>>#primitiveSnapshot
  InterpreterPrimitives>>#primitiveSomeInstance
  InterpreterPrimitives>>#primitiveSomeObject
  InterpreterPrimitives>>#primitiveSpecialObjectsOop
  InterpreterPrimitives>>#primitiveSpurIntegerAt
  InterpreterPrimitives>>#primitiveSpurIntegerAtPut
  InterpreterPrimitives>>#primitiveSpurStringReplace
  InterpreterPrimitives>>#primitiveSquareRoot
  InterpreterPrimitives>>#primitiveStartVMProfiling
  InterpreterPrimitives>>#primitiveStopVMProfiling
  InterpreterPrimitives>>#primitiveStringAt
  InterpreterPrimitives>>#primitiveStringAtPut
  InterpreterPrimitives>>#primitiveStringReplace
  InterpreterPrimitives>>#primitiveSubtract
  InterpreterPrimitives>>#primitiveSubtract2
  InterpreterPrimitives>>#primitiveSubtractLargeIntegers
  InterpreterPrimitives>>#primitiveSuspend
  InterpreterPrimitives>>#primitiveTestAndSetOwnershipOfCriticalSection
  InterpreterPrimitives>>#primitiveTestShortenIndexableSize
  InterpreterPrimitives>>#primitiveTimesTwoPower
  InterpreterPrimitives>>#primitiveTruncated
  InterpreterPrimitives>>#primitiveUTCMicrosecondClock
  InterpreterPrimitives>>#primitiveUnloadModule
  InterpreterPrimitives>>#primitiveUpdateTimezone
  InterpreterPrimitives>>#primitiveUtcAndTimezoneOffset
  InterpreterPrimitives>>#primitiveUtcWithOffset
  InterpreterPrimitives>>#primitiveV3IntegerAt
  InterpreterPrimitives>>#primitiveV3IntegerAtPut
  InterpreterPrimitives>>#primitiveV3StringReplace
  InterpreterPrimitives>>#primitiveVMCurrentThreadId
  InterpreterPrimitives>>#primitiveVMPath
  InterpreterPrimitives>>#primitiveVMProfileInfoInto
  InterpreterPrimitives>>#primitiveVMProfileSamplesInto
  InterpreterPrimitives>>#primitiveWait
  InterpreterPrimitives>>#primitiveYield
  InterpreterPrimitives>>#profileMethod:
  InterpreterPrimitives>>#profileProcess:
  InterpreterPrimitives>>#profileSemaphore:
  InterpreterPrimitives>>#quot:ient:
  InterpreterPrimitives>>#rawCompare:length:with:length:accessBlock:
  InterpreterPrimitives>>#signalNoResume:
  InterpreterPrimitives>>#signed32BitValueOf:
  InterpreterPrimitives>>#signed64BitValueOf:
  InterpreterPrimitives>>#signedMachineIntegerValueOf:
  InterpreterPrimitives>>#sizeFieldOfAlien:
  InterpreterPrimitives>>#stackIntegerValue:
  InterpreterPrimitives>>#subSmallInteger:withSmallInteger:ifOverflow:
  InterpreterPrimitives>>#success:
  InterpreterPrimitives>>#successful
  InterpreterPrimitives>>#sumSmallInteger:withSmallInteger:ifNotOverflow:
  InterpreterPrimitives>>#sumSmallInteger:withSmallInteger:ifOverflow:
  StackInterpreter
  StackInterpreter>>#additionalHeadersDo:
  StackInterpreter>>#additionalSelectorTables
  StackInterpreter>>#ancilliaryClasses
  StackInterpreter>>#bytecodeTable
  StackInterpreter>>#declareCVarsIn:
  StackInterpreter>>#implicitReturnTypeFor:
  StackInterpreter>>#initializeAssociationIndex
  StackInterpreter>>#initializeBytecodeTable
  StackInterpreter>>#initializeBytecodeTableForSistaV1
  StackInterpreter>>#initializeCaches
  StackInterpreter>>#initializeCharacterIndex
  StackInterpreter>>#initializeCharacterScannerIndices
  StackInterpreter>>#initializeClassIndices
  StackInterpreter>>#initializeContextIndices
  StackInterpreter>>#initializeDirectoryLookupResultCodes
  StackInterpreter>>#initializeFrameIndices
  StackInterpreter>>#initializeMessageIndices
  StackInterpreter>>#initializeMethodIndices
  StackInterpreter>>#initializeMiscConstants
  StackInterpreter>>#initializePointIndices
  StackInterpreter>>#initializePrimitiveTable
  StackInterpreter>>#initializeSchedulerIndices
  StackInterpreter>>#initializeSmallIntegers
  StackInterpreter>>#initializeStreamIndices
  StackInterpreter>>#initializeWithOptions:
  StackInterpreter>>#initializeWithOptions:objectMemoryClass:
  StackInterpreter>>#interpreterVersion
  StackInterpreter>>#isInterpreterClass
  StackInterpreter>>#isNonArgumentImplicitReceiverVariableName:
  StackInterpreter>>#isObjectAccessor:
  StackInterpreter>>#isStackAccessor:
  StackInterpreter>>#mustBeGlobal:
  StackInterpreter>>#namesOfVariablesToLocalize
  StackInterpreter>>#needsCogit
  StackInterpreter>>#preGenerationHook:
  StackInterpreter>>#preambleCCode
  StackInterpreter>>#prepareToBeAddedToCodeGenerator:
  StackInterpreter>>#primitiveAccessorDepthTable
  StackInterpreter>>#primitiveTable
  StackInterpreter>>#primitiveTableString
  StackInterpreter>>#primitiveTableStringFor:
  StackInterpreter>>#primitivesClass
  StackInterpreter>>#reorganizeAsISeeFit
  StackInterpreter>>#requiredMethodNames:
  StackInterpreter>>#sourceFileName
  StackInterpreter>>#translationClass
  StackInterpreter>>#vmCallbackHeader
  StackInterpreter>>#vmProxyMajorVersion
  StackInterpreter>>#vmProxyMinorVersion
  StackInterpreter>>#wantsLabels
  StackInterpreter>>#writeVMHeaderTo:bytesPerWord:generator:
  StackInterpreter>>#ISA
  StackInterpreter>>#abstractDetailedSymbolicMethod:
  StackInterpreter>>#activateFailingPrimitiveMethod
  StackInterpreter>>#activateNewFullClosure:method:numArgs:mayContextSwitch:
  StackInterpreter>>#activateNewMethod
  StackInterpreter>>#activeProcess
  StackInterpreter>>#addFirstLink:toList:
  StackInterpreter>>#addFloat32VectorBytecode
  StackInterpreter>>#addFloat64VectorBytecode
  StackInterpreter>>#addIdleUsecs:
  StackInterpreter>>#addLastLink:toList:
  StackInterpreter>>#addNewMethodToCache:
  StackInterpreter>>#addToExternalPrimitiveTable:
  StackInterpreter>>#addressCouldBeClassObj:
  StackInterpreter>>#allOnesAsCharStar
  StackInterpreter>>#allocateHeapMemoryForImage:withHeader:desiredStartingAddress:
  StackInterpreter>>#allocateJITMemory:desiredPosition:
  StackInterpreter>>#allocateMemory:Minimum:ImageFile:HeaderSize:BaseAddress:
  StackInterpreter>>#allocateMemory:minimum:imageFile:headerSize:
  StackInterpreter>>#allocateMemory:minimum:imageFile:headerSize:desiredPosition:
  StackInterpreter>>#allocateMemoryForImage:withHeader:
  StackInterpreter>>#alternateHeaderHasPrimitiveFlag:
  StackInterpreter>>#alternateHeaderNumLiteralsMask
  StackInterpreter>>#argumentCountOf:
  StackInterpreter>>#argumentCountOfClosure:
  StackInterpreter>>#argumentCountOfMethodHeader:
  StackInterpreter>>#arrayValueOf:
  StackInterpreter>>#asciiOfCharacter:
  StackInterpreter>>#assertClassOf:is:
  StackInterpreter>>#assertValidExecutionPointe:r:s:
  StackInterpreter>>#assertValidExecutionPointe:r:s:imbar:line:
  StackInterpreter>>#assertValidExecutionPointers
  StackInterpreter>>#assertValidStackLimits:
  StackInterpreter>>#baseFrameReturn
  StackInterpreter>>#basicInitialize
  StackInterpreter>>#bereaveAllMarriedContextsForSnapshotFlushingExternalPrimitivesIf:
  StackInterpreter>>#binaryAtInlinePrimitive:
  StackInterpreter>>#binaryCompInlinePrimitive:
  StackInterpreter>>#binaryInlinePrimitive:
  StackInterpreter>>#binaryNewInlinePrimitive:
  StackInterpreter>>#binarySmiArithmeticInlinePrimitive:
  StackInterpreter>>#binarySmiBitInlinePrimitive:
  StackInterpreter>>#binarySmiCompInlinePrimitive:
  StackInterpreter>>#booleanCheat:
  StackInterpreter>>#booleanCheatFalse
  StackInterpreter>>#booleanCheatFalseSistaV1
  StackInterpreter>>#booleanCheatSistaV1:
  StackInterpreter>>#booleanCheatTrue
  StackInterpreter>>#booleanCheatTrueSistaV1
  StackInterpreter>>#booleanValueOf:
  StackInterpreter>>#bytecodePrimAdd
  StackInterpreter>>#bytecodePrimAt
  StackInterpreter>>#bytecodePrimAtEnd
  StackInterpreter>>#bytecodePrimAtPut
  StackInterpreter>>#bytecodePrimBitAnd
  StackInterpreter>>#bytecodePrimBitOr
  StackInterpreter>>#bytecodePrimBitShift
  StackInterpreter>>#bytecodePrimClass
  StackInterpreter>>#bytecodePrimDiv
  StackInterpreter>>#bytecodePrimDivide
  StackInterpreter>>#bytecodePrimDo
  StackInterpreter>>#bytecodePrimEqual
  StackInterpreter>>#bytecodePrimEqualSistaV1
  StackInterpreter>>#bytecodePrimGreaterOrEqual
  StackInterpreter>>#bytecodePrimGreaterOrEqualSistaV1
  StackInterpreter>>#bytecodePrimGreaterThan
  StackInterpreter>>#bytecodePrimGreaterThanSistaV1
  StackInterpreter>>#bytecodePrimIdentical
  StackInterpreter>>#bytecodePrimIdenticalSistaV1
  StackInterpreter>>#bytecodePrimLessOrEqual
  StackInterpreter>>#bytecodePrimLessOrEqualSistaV1
  StackInterpreter>>#bytecodePrimLessThan
  StackInterpreter>>#bytecodePrimLessThanSistaV1
  StackInterpreter>>#bytecodePrimMakePoint
  StackInterpreter>>#bytecodePrimMod
  StackInterpreter>>#bytecodePrimMultiply
  StackInterpreter>>#bytecodePrimNew
  StackInterpreter>>#bytecodePrimNewWithArg
  StackInterpreter>>#bytecodePrimNext
  StackInterpreter>>#bytecodePrimNextPut
  StackInterpreter>>#bytecodePrimNotEqual
  StackInterpreter>>#bytecodePrimNotEqualSistaV1
  StackInterpreter>>#bytecodePrimNotIdentical
  StackInterpreter>>#bytecodePrimNotIdenticalSistaV1
  StackInterpreter>>#bytecodePrimPointX
  StackInterpreter>>#bytecodePrimPointY
  StackInterpreter>>#bytecodePrimSize
  StackInterpreter>>#bytecodePrimSpecialSelector24
  StackInterpreter>>#bytecodePrimSubtract
  StackInterpreter>>#bytecodePrimValue
  StackInterpreter>>#bytecodePrimValueWithArg
  StackInterpreter>>#callExternalPrimitive:
  StackInterpreter>>#callMappedInlinedPrimitive
  StackInterpreter>>#callPrimitiveBytecode
  StackInterpreter>>#callbackEnter:
  StackInterpreter>>#callbackLeave:
  StackInterpreter>>#canContextSwitchIfActivating:header:
  StackIn[..]
MCPackageLoader(Object)>>notify:
MCPackageLoader>>warnAboutDependencies
MCPackageLoader>>validate
MCPackageLoader>>loadWithNameLike:
MCVersionLoader>>basicLoadWithNameLike:
[ self basicLoadWithNameLike: aString ] in MCVersionLoader>>loadWithNameLike: in Block: [ self basicLoadWithNameLike: aString ]
[ returnValue := aBlock value ] in [ 
		[ returnValue := aBlock value ] ensure: [ 
			self announceLoadStop: aString ] ] in MCVersionLoader>>announceLoad:do: in Block: [ returnValue := aBlock value ]
FullBlockClosure(BlockClosure)>>ensure:
[ 
		[ returnValue := aBlock value ] ensure: [ 
			self announceLoadStop: aString ] ] in MCVersionLoader>>announceLoad:do: in Block: [ ...
FullBlockClosure(BlockClosure)>>ensure:
MCVersionLoader>>announceLoad:do:
MCVersionLoader>>loadWithNameLike:
[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] in [   
		| version |
		version := versions first. 
		[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] asJob
				title: 'Loading ', version info name asString;
				run ] in MCVersionLoader>>load in Block: [ self ensurePackage: version package....
FullBlockClosure(BlockClosure)>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ ^ block cull: self ]
[ activeProcess
			psValueAt: index
			put: anObject.
		aBlock value ] in CurrentJob(DynamicVariable)>>value:during: in Block: [ activeProcess...
FullBlockClosure(BlockClosure)>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ self prepareForRunning....
FullBlockClosure(BlockClosure)>>ensure:
Job>>run
[   
		| version |
		version := versions first. 
		[ self ensurePackage: version package.
		  self loadWithNameLike: version info name ] asJob
				title: 'Loading ', version info name asString;
				run ] in MCVersionLoader>>load in Block: [   ...
FullBlockClosure(BlockClosure)>>ensure:
RPackageSet class>>withCacheDo:
MCVersionLoader>>load
MetacelloGoferLoad(GoferLoad)>>execute
[ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			] in [ | loadBlock goferLoad answers resolvedReference |

			aGofer disablePackageCache.	"for good luck:)"
			resolvedReference := self resolvePackageSpec: packageSpec gofer: aGofer.
			resolvedReference ifNil: [ "Package version already loaded into image" ^ self ].
			loadBlock := [ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			].
			MetacelloNotification signal:
					'Loading -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description.
			( answers := packageSpec answers ) notEmpty
				ifTrue: [ loadBlock valueSupplyingMetacelloAnswers: answers ]
				ifFalse: [ loadBlock value ].
			resolvedReference workingCopy repositoryGroup addRepository: aPackageLoadDirective repository.
			MetacelloNotification signal:
					'Loaded -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description
			] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)>>loadPackageDirective:gofer: in Block: [ "mcLoader preLoad: packageSpec."...
[ | loadBlock goferLoad answers resolvedReference |

			aGofer disablePackageCache.	"for good luck:)"
			resolvedReference := self resolvePackageSpec: packageSpec gofer: aGofer.
			resolvedReference ifNil: [ "Package version already loaded into image" ^ self ].
			loadBlock := [ "mcLoader preLoad: packageSpec."
			goferLoad := MetacelloGoferLoad on: aGofer.
			goferLoad addResolved: resolvedReference.
			goferLoad execute.
			MetacelloPlatform current clearCurrentVersionCache	"mcLoader postLoad: packageSpec"
			].
			MetacelloNotification signal:
					'Loading -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description.
			( answers := packageSpec answers ) notEmpty
				ifTrue: [ loadBlock valueSupplyingMetacelloAnswers: answers ]
				ifFalse: [ loadBlock value ].
			resolvedReference workingCopy repositoryGroup addRepository: aPackageLoadDirective repository.
			MetacelloNotification signal:
					'Loaded -> ' , resolvedReference name , ' --- '
						, aPackageLoadDirective repository repositoryDescription , ' --- '
						, resolvedReference repository description
			] in MetacelloLoadingMCSpecLoader(MetacelloCommonMCSpecLoader)>>loadPackageDirective:gofer: in Block: [ | loadBlock goferLoad answers resolvedRefere[..]
[:bar |
            bar value: 1.
            aBlock value.
            bar value: 2 ] in IceMetacelloPharoPlatform(MetacelloPharoCommonPlatform)>>do:displaying: in Block: [:bar |...

*** Warning: Warning: Package VMMaker-JITSimulation depends on the following classes:
  AbstractInterpreter
You must resolve these dependencies before you will be able to load these definitions: 
  CoInterpreter
  CoInterpreter>>#ancilliaryClasses
  CoInterpreter>>#apiExportHeaderName
  CoInterpreter>>#declareCVarsIn:
  CoInterpreter>>#hasCogit
  CoInterpreter>>#initializeCaches
  CoInterpreter>>#initializeContextIndices
  CoInterpreter>>#initializeFrameIndices
  CoInterpreter>>#initializeMiscConstants
  CoInterpreter>>#initializePrimitiveTable
  CoInterpreter>>#initializeWithOptions:objectMemoryClass:
  CoInterpreter>>#interpreterMachineCodeTransitions
  CoInterpreter>>#interpreterVersion
  CoInterpreter>>#isAcceptableAncilliaryClass:
  CoInterpreter>>#isNonArgumentImplicitReceiverVariableName:
  CoInterpreter>>#mustBeGlobal:
  CoInterpreter>>#needsCogit
  CoInterpreter>>#preGenerationHook:
  CoInterpreter>>#primitivesClass
  CoInterpreter>>#shouldGenerateTypedefFor:
  CoInterpreter>>#sourceFileName
  CoInterpreter>>#specialValueForConstant:default:
  CoInterpreter>>#writeVMHeaderTo:bytesPerWord:generator:
  CoInterpreter>>#ISA
  CoInterpreter>>#accessorDepthForPrimitiveIndex:
  CoInterpreter>>#activateCoggedNewMethod:
  CoInterpreter>>#activateNewFullClosure:method:numArgs:mayContextSwitch:
  CoInterpreter>>#activateNewMethod
  CoInterpreter>>#addNewMethodToCache:
  CoInterpreter>>#allocateHeapMemoryForImage:withHeader:desiredStartingAddress:
  CoInterpreter>>#allocateJITMemory:_:
  CoInterpreter>>#allocateMemoryForImage:withHeader:
  CoInterpreter>>#argumentCount
  CoInterpreter>>#argumentCount:
  CoInterpreter>>#argumentCountAddress
  CoInterpreter>>#asCogHomeMethod:
  CoInterpreter>>#assertValidExecutionPointe:r:s:imbar:line:
  CoInterpreter>>#assertValidExternalStackPointers
  CoInterpreter>>#assertValidMachineCodeFrame:
  CoInterpreter>>#assertValidStackPageHeadPointers
  CoInterpreter>>#assertValidStackedInstructionPointers:
  CoInterpreter>>#assertValidStackedInstructionPointersIn:line:
  CoInterpreter>>#attemptToSwitchToMachineCode:
  CoInterpreter>>#baseFrameReturn
  CoInterpreter>>#basicInitialize
  CoInterpreter>>#beforeCodeZoneInitialization
  CoInterpreter>>#bytecodePCFor:cogMethod:startBcpc:
  CoInterpreter>>#bytecodePrimAt
  CoInterpreter>>#bytecodePrimAtPut
  CoInterpreter>>#callEnilopmart:
  CoInterpreter>>#callForCogCompiledCodeCompaction
  CoInterpreter>>#callRegisterArgCogMethod:at:receiver:
  CoInterpreter>>#callbackEnter:
  CoInterpreter>>#ceActivateFailingPrimitiveMethod:
  CoInterpreter>>#ceBaseFrameReturn:
  CoInterpreter>>#ceCannotAssignTo:withIndex:valueToAssign:
  CoInterpreter>>#ceCannotResume
  CoInterpreter>>#ceCheckAndMaybeRetryPrimitive:
  CoInterpreter>>#ceCheckForInterrupts
  CoInterpreter>>#ceCheckProfileTick
  CoInterpreter>>#ceContext:instVar:
  CoInterpreter>>#ceContext:instVar:value:
  CoInterpreter>>#ceCounterTripped:
  CoInterpreter>>#ceInterpretMethodFromPIC:receiver:
  CoInterpreter>>#ceMNUFromPICMNUMethod:receiver:
  CoInterpreter>>#ceNewHashOf:
  CoInterpreter>>#ceNonLocalReturn:
  CoInterpreter>>#ceReapAndResetErrorCodeFor:
  CoInterpreter>>#ceReturnToInterpreter:
  CoInterpreter>>#ceSend:above:to:numArgs:
  CoInterpreter>>#ceSend:aboveClassBinding:to:numArgs:
  CoInterpreter>>#ceSend:super:to:numArgs:
  CoInterpreter>>#ceSendAbort:to:numArgs:
  CoInterpreter>>#ceSendFromInLineCacheMiss:
  CoInterpreter>>#ceSendMustBeBoolean:
  CoInterpreter>>#ceSendMustBeBooleanTo:interpretingAtDelta:
  CoInterpreter>>#ceSistaTrap
  CoInterpreter>>#ceStackOverflow:
  CoInterpreter>>#ceTraceBlockActivation
  CoInterpreter>>#ceTraceLinkedSend:
  CoInterpreter>>#ceTraceStoreOf:into:
  CoInterpreter>>#checkAssertsEnabledInCoInterpreter
  CoInterpreter>>#checkCodeIntegrity:
  CoInterpreter>>#checkCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#checkForAndFollowForwardedPrimitiveState
  CoInterpreter>>#checkLogIntegrity
  CoInterpreter>>#checkOkayFields:
  CoInterpreter>>#checkStackIntegrity
  CoInterpreter>>#clearCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#clearTraceLog
  CoInterpreter>>#cogCodeSize
  CoInterpreter>>#cogCodeSize:
  CoInterpreter>>#cogMethodOf:
  CoInterpreter>>#cogMethodZone
  CoInterpreter>>#cogMethodZone:
  CoInterpreter>>#cogit:
  CoInterpreter>>#commenceCogCompiledCodeCompaction
  CoInterpreter>>#commonCallerReturn
  CoInterpreter>>#commonSendOrdinary
  CoInterpreter>>#commonVariable:at:cacheIndex:
  CoInterpreter>>#commonVariable:at:put:cacheIndex:
  CoInterpreter>>#compilationBreak:point:isMNUCase:
  CoInterpreter>>#compilationBreakpointFor:
  CoInterpreter>>#contextInstructionPointer:frame:
  CoInterpreter>>#convertToMachineCodeFrame:bcpc:
  CoInterpreter>>#defaultNativeStackFrameSize
  CoInterpreter>>#deferStackLimitSmashAround:
  CoInterpreter>>#deferStackLimitSmashAround:with:
  CoInterpreter>>#divorceAMachineCodeFrameWithCogMethod:in:
  CoInterpreter>>#divorceMachineCodeFramesWithMethod:
  CoInterpreter>>#divorceSomeMachineCodeFramesWithMethod:
  CoInterpreter>>#dumpPrimTraceLog
  CoInterpreter>>#dumpTraceLog
  CoInterpreter>>#encodedNativePCOf:cogMethod:
  CoInterpreter>>#ensureAllContextsWithMethodHaveBytecodePCs:
  CoInterpreter>>#ensureContextHasBytecodePC:
  CoInterpreter>>#ensureContextIsExecutionSafeAfterAssignToStackPointer:
  CoInterpreter>>#ensureMethodIsCogged:maybeClosure:
  CoInterpreter>>#ensurePushedInstructionPointer
  CoInterpreter>>#enterSmalltalkExecutiveImplementation
  CoInterpreter>>#error:
  CoInterpreter>>#executeCogMethod:fromLinkedSendWithReceiver:
  CoInterpreter>>#executeCogMethod:fromUnlinkedSendWithReceiver:
  CoInterpreter>>#executeCogPIC:fromLinkedSendWithReceiver:andCacheTag:
  CoInterpreter>>#executeFullCogBlock:closure:mayContextSwitch:
  CoInterpreter>>#executeNewMethod
  CoInterpreter>>#extendedStoreBytecodePop:
  CoInterpreter>>#externalAboutToReturn:through:
  CoInterpreter>>#externalCannotReturn:from:
  CoInterpreter>>#externalInstVar:ofContext:
  CoInterpreter>>#externalWriteBackHeadStackPointer
  CoInterpreter>>#externalizeIPandSP
  CoInterpreter>>#fastLogPrim:
  CoInterpreter>>#findNewMethodInClassTag:
  CoInterpreter>>#flushAtCache
  CoInterpreter>>#flushBecommedClassesInMethodZone
  CoInterpreter>>#flushExternalPrimitiveOf:
  CoInterpreter>>#flushMethodCache
  CoInterpreter>>#followForwardedFieldsInCurrentMethod
  CoInterpreter>>#followForwardedMethodsInMethodZone
  CoInterpreter>>#followForwardingPointersInStackZone:
  CoInterpreter>>#forProcessPrimitiveReturnToExecutivePostContextSwitch:
  CoInterpreter>>#forceInterruptCheckFromHeartbeat
  CoInterpreter>>#frameCallerContext:
  CoInterpreter>>#frameCallerContext:put:
  CoInterpreter>>#frameHasContext:
  CoInterpreter>>#frameIsBlockActivation:
  CoInterpreter>>#frameMethodField:
  CoInterpreter>>#frameMethodObject:
  CoInterpreter>>#frameNumArgs:
  CoInterpreter>>#frameNumTemps:
  CoInterpreter>>#framePointerAddress
  CoInterpreter>>#frameReceiver:
  CoInterpreter>>#frameReceiverLocation:
  CoInterpreter>>#freeUnmarkedMachineCode
  CoInterpreter>>#functionForPrimitiveExternalCall:
  CoInterpreter>>#functionPointerForCompiledMethod:primitiveIndex:
  CoInterpreter>>#gcMode
  CoInterpreter>>#gcMode:
  CoInterpreter>>#getBlockCompilationCount
  CoInterpreter>>#getBlockCompilationMSecs
  CoInterpreter>>#getCheckAllocFiller
  CoInterpreter>>#getCodeCompactionCount
  CoInterpreter>>#getCodeCompactionMSecs
  CoInterpreter>>#getCogCodeSize
  CoInterpreter>>#getCogCodeZoneThreshold
  CoInterpreter>>#getCogMethodCount
  CoInterpreter>>#getCogVMFlags
  CoInterpreter>>#getCurrentBytecode
  CoInterpreter>>#getDesiredCogCodeSize
  CoInterpreter>>#getGCMode
  CoInterpreter>>#getImageHeaderFlags
  CoInterpreter>>#getMethodCompilationCount
  CoInterpreter>>#getMethodCompilationMSecs
  CoInterpreter>>#handleForwardedSendFaultForReceiver:stackDelta:
  CoInterpreter>>#handleMNU:InMachineCodeTo:classForMessage:
  CoInterpreter>>#heapBase
  CoInterpreter>>#heapBase:
  CoInterpreter>>#ifAppropriateCompileToNativeCode:selector:
  CoInterpreter>>#ifBackwardsCheckForEvents:
  CoInterpreter>>#ifValidWriteBackStack:Pointers:Save:To:
  CoInterpreter>>#iframeBackwardBranchByte:
  CoInterpreter>>#iframeBackwardBranchByte:put:
  CoInterpreter>>#iframeHasContext:
  CoInterpreter>>#iframeIsBlockActivation:
  CoInterpreter>>#iframeNumArgs:
  CoInterpreter>>#iframeReceiver:
  CoInterpreter>>#iframeSavedIP:
  CoInterpreter>>#iframeSavedIP:put:
  CoInterpreter>>#initStackPagesAndInterpret
  CoInterpreter>>#initializeAtCache
  CoInterpreter>>#instVar:ofContext:
  CoInterpreter>>#instructionPointer
  CoInterpreter>>#instructionPointer:
  CoInterpreter>>#instructionPointerAddress
  CoInterpreter>>#instructionPointerForFrame:currentFP:currentIP:
  CoInterpreter>>#internalActivateNewMethod
  CoInterpreter>>#internalExecuteNewMethod
  CoInterpreter>>#internalFindNewMethodOrdinary
  CoInterpreter>>#internalMustMapMachineCodePC:context:
  CoInterpreter>>#internalizeIPandSP
  CoInterpreter>>#interpretAddress
  CoInterpreter>>#interpretMethodFromMachineCode
  CoInterpreter>>#interpreterAllocationReserveBytes
  CoInterpreter>>#is:methodAssignmentToContextWithMachineCodePC:
  CoInterpreter>>#isCog
  CoInterpreter>>#isCogCompiledCodeCompactionCalledFor
  CoInterpreter>>#isCogMethodReference:
  CoInterpreter>>#isMachineCodeFrame:
  CoInterpreter>>#isMachineCodeIP:
  CoInterpreter>>#itemporary:in:
  CoInterpreter>>#itemporary:in:put:
  CoInterpreter>>#justActivateNewMethod:
  CoInterpreter>>#longPushTemporaryVariableBytecode
  CoInterpreter>>#longStoreTemporaryVariableBytecode
  CoInterpreter>>#lookupAddress:
  CoInterpreter>>#lookupMNU:receiver:
  CoInterpreter>>#lookupOrdinary:receiver:
  CoInterpreter>>#mMethodClass
  CoInterpreter>>#makeBaseFrameFor:
  CoInterpreter>>#mapMachineCode:
  CoInterpreter>>#mapPrimTraceLog
  CoInterpreter>>#mapStackPages
  CoInterpreter>>#mapTraceLog
  CoInterpreter>>#mapTraceLogs
  CoInterpreter>>#mapVMRegisters
  CoInterpreter>>#markActiveMethodsAndReferents
  CoInterpreter>>#markAndTraceMachineCodeMethod:
  CoInterpreter>>#markAndTraceMachineCodeOfMarkedMethods
  CoInterpreter>>#markAndTracePrimTraceLog
  CoInterpreter>>#markAndTraceStackPage:
  CoInterpreter>>#markAndTraceTraceLog
  CoInterpreter>>#markCogMethodsAndReferentsOnPage:
  CoInterpreter>>#marryFrame:SP:copyTemps:
  CoInterpreter>>#marryFrameCopiesTemps
  CoInterpreter>>#maxLookupNoMNUErrorCode
  CoInterpreter>>#maybeFixClonedCompiledMethod:
  CoInterpreter>>#maybeFlagMethodAsInterpreted:
  CoInterpreter>>#maybeMethodHasCogMethod:
  CoInterpreter>>#maybeReturnToMachineCodeFrame
  CoInterpreter>>#maybeTraceStackOverflow
  CoInterpreter>>#mcprimFunctionForPrimitiveIndex:
  CoInterpreter>>#methodCacheAddress
  CoInterpreter>>#methodHasCogMethod:
  CoInterpreter>>#methodNeedsLargeContext:
  CoInterpreter>>#methodShouldBeCogged:
  CoInterpreter>>#methodWithHeaderShouldBeCogged:
  CoInterpreter>>#mframeCogMethod:
  CoInterpreter>>#mframeHasContext:
  CoInterpreter>>#mframeHomeMethod:
  CoInterpreter>>#mframeHomeMethodExport
  CoInterpreter>>#mframeIsBlockActivation:
  CoInterpreter>>#mframeMethod:
  CoInterpreter>>#mframeNumArgs:
  CoInterpreter>>#mframeReceiver:
  CoInterpreter>>#minimumUnusedHeadroom
  CoInterpreter>>#mnuCompilationBreak:point:
  CoInterpreter>>#mnuCompilationBreakpointFor:
  CoInterpreter>>#mnuMethodOrNilFor:
  CoInterpreter>>#moveFramesIn:through:toPage:
  CoInterpreter>>#mtemporary:in:put:
  CoInterpreter>>#mustMapMachineCodePC:context:
  CoInterpreter>>#newMethod
  CoInterpreter>>#newMethodAddress
  CoInterpreter>>#newMethodInLookupCacheAt:and:
  CoInterpreter>>#nextProfileTick
  CoInterpreter>>#nextProfileTickAddress
  CoInterpreter>>#nextProfileTickHigh
  CoInterpreter>>#nextProfileTickLow
  CoInterpreter>>#nilUncoggableMethods
  CoInterpreter>>#noAssertHeaderOf:
  CoInterpreter>>#positive32BitIntegerFor:
  CoInterpreter>>#positive32BitValueOf:
  CoInterpreter>>#positive64BitIntegerFor:
  CoInterpreter>>#positive64BitValueOf:
  CoInterpreter>>#postBecomeAction:
  CoInterpreter>>#postGCAction:
  CoInterpreter>>#preBecomeAction
  CoInterpreter>>#preGCAction:
  CoInterpreter>>#primErrTable
  CoInterpreter>>#primFailCodeAddress
  CoInterpreter>>#primNumberExternalCall
  CoInterpreter>>#primTraceLog
  CoInterpreter>>#primTraceLogAddress
  CoInterpreter>>#primTraceLogEntries
  CoInterpreter>>#primTraceLogIndex
  CoInterpreter>>#primTraceLogIndex:
  CoInterpreter>>#primTraceLogIndexAddress
  CoInterpreter>>#primitiveAccessorDepthTable
  CoInterpreter>>#primitiveAccessorDepthTable:
  CoInterpreter>>#primitiveFailAddress
  CoInterpreter>>#primitiveFunctionPointer:
  CoInterpreter>>#printCogMethod:
  CoInterpreter>>#printFrame:WithSP:
  CoInterpreter>>#printFrameFlagsForFP:
  CoInterpreter>>#printFrameMethodFor:
  CoInterpreter>>#printFrameThing:at:extra:
  CoInterpreter>>#printFrameThing:at:extraString:
  CoInterpreter>>#printLogEntryAt:
  CoInterpreter>>#printMethodCacheFor:
  CoInterpreter>>#printMethodFieldForPrintContext:
  CoInterpreter>>#printMethodHeaderOop:
  CoInterpreter>>#printPrimLogEntryAt:
  CoInterpreter>>#printSends
  CoInterpreter>>#pushFullClosureNumArgs:copiedValues:compiledBlock:receiverIsOnStack:ignoreContext:
  CoInterpreter>>#pushRemoteTemp:inVectorAt:
  CoInterpreter>>#pushTemporaryVariable:
  CoInterpreter>>#quickPrimitiveConstantFor:
  CoInterpreter>>#quickPrimitiveGeneratorFor:
  CoInterpreter>>#quickPrimitiveInstVarIndexFor:
  CoInterpreter>>#rawHeaderOf:
  CoInterpreter>>#rawHeaderOf:put:
  CoInterpreter>>#receiver
  CoInterpreter>>#recordContextSwitchFrom:in:
  CoInterpreter>>#recordTrace:thing:source:
  CoInterpreter>>#reportMinimumUnusedHeadroom
  CoInterpreter>>#restoreCStackStateForCallbackContext:
  CoInterpreter>>#resume:
  CoInterpreter>>#resume:preemptedYieldingIf:
  CoInterpreter>>#resume:preemptedYieldingIf:from:
  CoInterpreter>>#return:toExecutive:
  CoInterpreter>>#returnToExecutive:postContextSwitch:
  CoInterpreter>>#returnToMachineCodeFrame
  CoInterpreter>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  CoInterpreter>>#roomToPushNArgs:
  CoInterpreter>>#rumpCStackAddress
  CoInterpreter>>#rumpCStackSize
  CoInterpreter>>#saveCStackStateForCallbackContext:
  CoInterpreter>>#scavengeThreshold
  CoInterpreter>>#setCogCodeZoneThreshold:
  CoInterpreter>>#setCogVMFlags:
  CoInterpreter>>#setDesiredCogCodeSize:
  CoInterpreter>>#setGCMode:
  CoInterpreter>>#setIFrameHasContext:
  CoInterpreter>>#setImageHeaderFlagsFrom:
  CoInterpreter>>#setMethod:
  CoInterpreter>>#setUpForUseByFacade:
  CoInterpreter>>#shortPrintFrame:
  CoInterpreter>>#siglong:jmp:
  CoInterpreter>>#signed32BitIntegerFor:
  CoInterpreter>>#signed32BitValueOf:
  CoInterpreter>>#signed64BitIntegerFor:
  CoInterpreter>>#signed64BitValueOf:
  CoInterpreter>>#sigset:jmp:
  CoInterpreter>>#slowPrimitiveResponse
  CoInterpreter>>#specialSelectorNumArgs:
  CoInterpreter>>#stackLimitAddress
  CoInterpreter>>#stackLimitOffset
  CoInterpreter>>#stackPageHeadroom
  CoInterpreter>>#stackPagesClass
  CoInterpreter>>#stackPagesInitializedAt:totalSize:pageSize:
  CoInterpreter>>#stackPointer:
  CoInterpreter>>#stackPointerAddress
  CoInterpreter>>#stackPointerIndexForFrame:WithSP:
  CoInterpreter>>#stackPointerIndexForIFrame:WithSP:numArgs:
  CoInterpreter>>#stackPointerIndexForMFrame:WithSP:numArgs:
  CoInterpreter>>#startPCOfClosure:
  CoInterpreter>>#startPCOfMethodHeader:
  CoInterpreter>>#storeAndPopTemporaryVariableBytecode
  CoInterpreter>>#storeRemoteTemp:inVectorAt:
  CoInterpreter>>#synchronousSignal:
  CoInterpreter>>#tearDownAndRebuildFrameForCannotReturnBaseFrameReturnFrom:to:returnValue:
  CoInterpreter>>#temporary:in:
  CoInterpreter>>#temporary:in:put:
  CoInterpreter>>#temporaryLocation:in:numArgs:
  CoInterpreter>>#transcript
  CoInterpreter>>#transferTo:
  CoInterpreter>>#transferTo:from:
  CoInterpreter>>#unfollowTempVector:atIndex:in:
  CoInterpreter>>#unknownShortOrCodeSizeInKs
  CoInterpreter>>#updateStackZoneReferencesToCompiledCodePreCompaction
  CoInterpreter>>#updateStateOfSpouseContextForFrame:WithSP:
  CoInterpreter>>#validInstructionPointer:inMethod:framePointer:
  CoInterpreter>>#validStackPageBaseFrame:
  CoInterpreter>>#varBaseAddress
  CoInterpreter>>#voidVMStateForSnapshotFlushingExternalPrimitivesIf:
  CoInterpreter>>#warning:
  CoInterpreter>>#whereIs:
  CoInterpreter>>#widowOrForceToBytecodePC:
  CoInterpreterPrimitives
  CoInterpreterPrimitives>>#doWaitSemaphore:
  CoInterpreterPrimitives>>#doWaitSemaphore:reEnterInterpreter:
  CoInterpreterPrimitives>>#frameIsMarked:
  CoInterpreterPrimitives>>#markFrame:
  CoInterpreterPrimitives>>#mcprimHashMultiply:
  CoInterpreterPrimitives>>#pathTo:using:followWeak:
  CoInterpreterPrimitives>>#pcDataFor:
  CoInterpreterPrimitives>>#primitiveAllMethodsCompiledToMachineCode
  CoInterpreterPrimitives>>#primitiveCollectCogCodeConstituents
  CoInterpreterPrimitives>>#primitiveContextXray
  CoInterpreterPrimitives>>#primitiveEnterCriticalSection
  CoInterpreterPrimitives>>#primitiveExitCriticalSection
  CoInterpreterPrimitives>>#primitiveFailureCodeAddress
  CoInterpreterPrimitives>>#primitiveFlushCacheByMethod
  CoInterpreterPrimitives>>#primitiveFlushCacheBySelector
  CoInterpreterPrimitives>>#primitiveFunctionPointerAddress
  CoInterpreterPrimitives>>#primitiveLongRunningPrimitiveSemaphore
  CoInterpreterPrimitives>>#primitiveMethodPCData
  CoInterpreterPrimitives>>#primitiveMethodProfilingData
  CoInterpreterPrimitives>>#primitiveMethodXray
  CoInterpreterPrimitives>>#primitiveMinimumUnusedHeadroom
  CoInterpreterPrimitives>>#primitiveObjectAt
  CoInterpreterPrimitives>>#primitiveObjectAtPut
  CoInterpreterPrimitives>>#primitiveProfileSemaphore
  CoInterpreterPrimitives>>#primitiveResetCountersInMethod
  CoInterpreterPrimitives>>#primitiveResume
  CoInterpreterPrimitives>>#primitiveSignal
  CoInterpreterPrimitives>>#primitiveSnapshot
  CoInterpreterPrimitives>>#primitiveSuspend
  CoInterpreterPrimitives>>#primitiveTerminateTo
  CoInterpreterPrimitives>>#primitiveVoidVMState
  CoInterpreterPrimitives>>#primitiveVoidVMStateForMethod
  CoInterpreterPrimitives>>#primitiveYield
  CoInterpreterPrimitives>>#profilingDataFor:
  CoInterpreterPrimitives>>#unmarkAllFrames
  CoInterpreterWithQueueFFI
  CogVMSimulator
  CogVMSimulator>>#expectedSends
  CogVMSimulator>>#initializeWithOptions:
  CogVMSimulator>>#new
  CogVMSimulator>>#newWithOptions:
  CogVMSimulator>>#onObjectMemory:
  CogVMSimulator>>#onObjectMemory:cogit:
  CogVMSimulator>>#onObjectMemory:cogit:options:
  CogVMSimulator>>#allObjectsSelect:
  CogVMSimulator>>#atEachStepBlock
  CogVMSimulator>>#atEachStepBlock:
  CogVMSimulator>>#attemptToSwitchToMachineCode:
  CogVMSimulator>>#baseFrameReturn
  CogVMSimulator>>#basicInitialize
  CogVMSimulator>>#beforeCodeZoneInitialization
  CogVMSimulator>>#bootstrapping:
  CogVMSimulator>>#breakCount
  CogVMSimulator>>#byteAt:
  CogVMSimulator>>#byteAt:put:
  CogVMSimulator>>#byteCount
  CogVMSimulator>>#byteCountText
  CogVMSimulator>>#cCoerceSimple:to:
  CogVMSimulator>>#callExternalPrimitive:
  CogVMSimulator>>#ceActivateFailingPrimitiveMethod:
  CogVMSimulator>>#ceBaseFrameReturn:
  CogVMSimulator>>#ceContext:instVar:
  CogVMSimulator>>#ceContext:instVar:value:
  CogVMSimulator>>#ceCounterTripped:
  CogVMSimulator>>#ceMNUFromPICMNUMethod:receiver:
  CogVMSimulator>>#ceNonLocalReturn:
  CogVMSimulator>>#ceReapAndResetErrorCodeFor:
  CogVMSimulator>>#ceSend:super:to:numArgs:
  CogVMSimulator>>#ceSendAbort:to:numArgs:
  CogVMSimulator>>#ceSendFromInLineCacheMiss:
  CogVMSimulator>>#ceSendMustBeBoolean:
  CogVMSimulator>>#ceStackOverflow:
  CogVMSimulator>>#ceTraceBlockActivation
  CogVMSimulator>>#ceTraceLinkedSend:
  CogVMSimulator>>#checkStackIntegrity
  CogVMSimulator>>#classAndSelectorOfMethod:forReceiver:
  CogVMSimulator>>#classNameOf:Is:
  CogVMSimulator>>#clipboardRead:Into:At:
  CogVMSimulator>>#clipboardSize
  CogVMSimulator>>#cloneSimulation
  CogVMSimulator>>#close
  CogVMSimulator>>#codeGeneratorToComputeAccessorDepth
  CogVMSimulator>>#codeGeneratorToComputeAccessorDepth:
  CogVMSimulator>>#cogit
  CogVMSimulator>>#collectSends
  CogVMSimulator>>#commenceCogCompiledCodeCompaction
  CogVMSimulator>>#convertToMachineCodeFrame:bcpc:
  CogVMSimulator>>#copyBits
  CogVMSimulator>>#cr
  CogVMSimulator>>#createActualMessageTo:
  CogVMSimulator>>#debugStackPointersFor:
  CogVMSimulator>>#desiredCogCodeSize:
  CogVMSimulator>>#desiredDisplayExtent
  CogVMSimulator>>#desiredEdenBytes:
  CogVMSimulator>>#desiredNumStackPages:
  CogVMSimulator>>#dispatchMappedPluginEntry:
  CogVMSimulator>>#dispatchOn:in:
  CogVMSimulator>>#displayLocation
  CogVMSimulator>>#displayView
  CogVMSimulator>>#doSignalExternalSemaphores:
  CogVMSimulator>>#doesNotUnderstand:
  CogVMSimulator>>#drawLoopX:Y:
  CogVMSimulator>>#dumpMethodHeader:
  CogVMSimulator>>#elementsPerPrintOopLine
  CogVMSimulator>>#enableCog:
  CogVMSimulator>>#ensureContextIsExecutionSafeAfterAssignToStackPointer:
  CogVMSimulator>>#ensureMethodIsCogged:maybeClosure:
  CogVMSimulator>>#expectSends:
  CogVMSimulator>>#extABytecode
  CogVMSimulator>>#extBBytecode
  CogVMSimulator>>#extUnconditionalJump
  CogVMSimulator>>#externalCannotReturn:from:
  CogVMSimulator>>#externalDivorceFrame:andContext:
  CogVMSimulator>>#externalInstVar:ofContext:
  CogVMSimulator>>#externalInstVar:ofContext:put:
  CogVMSimulator>>#externalSetStackPageAndPointersForSuspendedContextOfProcess:
  CogVMSimulator>>#fetchByte
  CogVMSimulator>>#fetchPointer:ofObject:
  CogVMSimulator>>#filterPerformOf:to:
  CogVMSimulator>>#findNewMethodInClassTag:
  CogVMSimulator>>#firstIndexableField:
  CogVMSimulator>>#flush
  CogVMSimulator>>#flushExternalPrimitives
  CogVMSimulator>>#forShortPrintString:filterPerformMessages:
  CogVMSimulator>>#frameCallerContext:
  CogVMSimulator>>#frameOfMarriedContext:
  CogVMSimulator>>#framePointer
  CogVMSimulator>>#functionForPrimitiveExternalCall:
  CogVMSimulator>>#functionPointerFor:inClass:
  CogVMSimulator>>#functionPointerForCompiledMethod:primitiveIndex:
  CogVMSimulator>>#halfWordHighInLong32:
  CogVMSimulator>>#halfWordLowInLong32:
  CogVMSimulator>>#handleListenEvent:
  CogVMSimulator>>#handleMNU:InMachineCodeTo:classForMessage:
  CogVMSimulator>>#headerStart:
  CogVMSimulator>>#heapMapAtWord:Put:
  CogVMSimulator>>#ifAppropriateCompileToNativeCode:selector:
  CogVMSimulator>>#iframeIsBlockActivation:
  CogVMSimulator>>#iframeMethod:
  CogVMSimulator>>#iframeNumArgs:
  CogVMSimulator>>#iframeSavedIP:
  CogVMSimulator>>#imageName
  CogVMSimulator>>#imageName:
  CogVMSimulator>>#imageNameGet:Length:
  CogVMSimulator>>#imageNamePut:Length:
  CogVMSimulator>>#imageNameSize
  CogVMSimulator>>#inMemoryCFramePointerAddress
  CogVMSimulator>>#inMemoryCStackPointerAddress
  CogVMSimulator>>#inMemoryStackLimitAddress
  CogVMSimulator>>#inMemoryVMOwnerLockAddress
  CogVMSimulator>>#incrementByteCount
  CogVMSimulator>>#initStackPagesForTests
  CogVMSimulator>>#initialAddress
  CogVMSimulator>>#initialize
  CogVMSimulator>>#initializePluginEntries
  CogVMSimulator>>#instVar:ofContext:
  CogVMSimulator>>#instVar:ofContext:put:
  CogVMSimulator>>#insufficientMemoryAvailableError
  CogVMSimulator>>#insufficientMemorySpecifiedError
  CogVMSimulator>>#internalCannotReturn:
  CogVMSimulator>>#internalFindNewMethodOrdinary
  CogVMSimulator>>#interpret
  CogVMSimulator>>#interpreterAllocationReserveBytes
  CogVMSimulator>>#invalidCompactClassError:
  CogVMSimulator>>#ioBeDisplay:width:height:depth:
  CogVMSimulator>>#ioCanRenameImage
  CogVMSimulator>>#ioCanWriteImage
  CogVMSimulator>>#ioExit
  CogVMSimulator>>#ioExitWithErrorCode:
  CogVMSimulator>>#ioGetMaxExtSemTableSize
  CogVMSimulator>>#ioHeartbeatMilliseconds
  CogVMSimulator>>#ioHighResClock
  CogVMSimulator>>#ioInitHeartbeat
  CogVMSimulator>>#ioLoadFunction:From:
  CogVMSimulator>>#ioLoadFunction:From:AccessorDepthInto:
  CogVMSimulator>>#ioMSecs
  CogVMSimulator>>#ioMicroMSecs
  CogVMSimulator>>#ioMousePoint
  CogVMSimulator>>#ioProcessEvents
  CogVMSimulator>>#ioRelinquishProcessorForMicroseconds:
  CogVMSimulator>>#ioScreenDepth
  CogVMSimulator>>#ioScreenScaleFactor
  CogVMSimulator>>#ioScreenSize
  CogVMSimulator>>#ioSetMaxExtSemTableSize:
  CogVMSimulator>>#ioSynchronousCheckForEvents
  CogVMSimulator>>#ioUTCMicroseconds
  CogVMSimulator>>#ioUTCStartMicroseconds
  CogVMSimulator>>#isOnRumpCStack:
  CogVMSimulator>>#isPrimitiveFunctionPointerAnIndex
  CogVMSimulator>>#loadNewPlugin:
  CogVMSimulator>>#logSend:
  CogVMSimulator>>#long32At:
  CogVMSimulator>>#longAt:
  CogVMSimulator>>#longAt:put:
  CogVMSimulator>>#lookupMethodInClass:
  CogVMSimulator>>#lookupOrdinaryNoMNUEtcInClass:
  CogVMSimulator>>#makeBaseFrameFor:
  CogVMSimulator>>#mapFunctionToAddress:
  CogVMSimulator>>#mappedPluginEntries
  CogVMSimulator>>#maybeCheckStackDepth:sp:pc:
  CogVMSimulator>>#maybeMapPrimitiveFunctionPointerBackToSomethingEvaluable
  CogVMSimulator>>#mcprimFunctionForPrimitiveIndex:
  CogVMSimulator>>#memory
  CogVMSimulator>>#methodCache
  CogVMSimulator>>#methodCacheSize
  CogVMSimulator>>#methodForContext:
  CogVMSimulator>>#minBackwardJumpCountForCompile
  CogVMSimulator>>#minBackwardJumpCountForCompile:
  CogVMSimulator>>#moveMethodCacheToMemoryAt:
  CogVMSimulator>>#movePrimTraceLogToMemoryAt:
  CogVMSimulator>>#nameOfClass:
  CogVMSimulator>>#nextShortFrom:
  CogVMSimulator>>#numStackPages
  CogVMSimulator>>#openOn:extraMemory:
  CogVMSimulator>>#osCogStackPageHeadroom
  CogVMSimulator>>#parent
  CogVMSimulator>>#parent:
  CogVMSimulator>>#pluginEntryFor:
  CogVMSimulator>>#pluginList:
  CogVMSimulator>>#preGCAction:
  CogVMSimulator>>#primStringcomparewithcollated
  CogVMSimulator>>#primStringfindSubstringinstartingAtmatchTable
  CogVMSimulator>>#primStringindexOfAsciiinStringstartingAt
  CogVMSimulator>>#primStringtranslatefromtotable
  CogVMSimulator>>#primTraceLogSize
  CogVMSimulator>>#primitiveContextAtPut
  CogVMSimulator>>#primitiveDoPrimitiveWithArgs
  CogVMSimulator>>#primitiveExecuteMethod
  CogVMSimulator>>#primitiveFailCount
  CogVMSimulator>>#primitiveFailCount:
  CogVMSimulator>>#primitiveFailCounting
  CogVMSimulator>>#primitiveForceMachineCodeCompaction
  CogVMSimulator>>#primitiveGetAttribute
  CogVMSimulator>>#primitiveObject:perform:withArguments:lookedUpIn:
  CogVMSimulator>>#primitiveObjectAt
  CogVMSimulator>>#primitiveObjectAtPut
  CogVMSimulator>>#primitiveObjectPointsTo
  CogVMSimulator>>#primitivePerform
  CogVMSimulator>>#primitiveSignalAtMilliseconds
  CogVMSimulator>>#primitiveStoreStackp
  CogVMSimulator>>#primitiveThatDoNothingWithOneArgument
  CogVMSimulator>>#primitiveVMParameter
  CogVMSimulator>>#primitiveVoidVMState
  CogVMSimulator>>#print:
  CogVMSimulator>>#printActivationNameForSelector:startClass:
  CogVMSimulator>>#printChar:
  CogVMSimulator>>#printCurrentBytecodeOn:
  CogVMSimulator>>#printECS
  CogVMSimulator>>#printFloat:
  CogVMSimulator>>#printFrameAtEachStep
  CogVMSimulator>>#printFrameOop:at:
  CogVMSimulator>>#printFrameOop:obj:at:
  CogVMSimulator>>#printFrameThing:andFrame:at:
  CogVMSimulator>>#printFrameThing:at:
  CogVMSimulator>>#printHex:
  CogVMSimulator>>#printHexnp:
  CogVMSimulator>>#printHexnpnp:
  CogVMSimulator>>#printLCS
  CogVMSimulator>>#printNum:
  CogVMSimulator>>#printRumpCStackTo:
  CogVMSimulator>>#printStringForCurrentBytecode
  CogVMSimulator>>#printStringOf:
  CogVMSimulator>>#printStringOf:on:
  CogVMSimulator>>#queueForwardedEvent:
  CogVMSimulator>>#reverseBytesInImage
  CogVMSimulator>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  CogVMSimulator>>#rumpCStackSize
  CogVMSimulator>>#run
  CogVMSimulator>>#saneFunctionPointerForFailureOfPrimIndex:
  CogVMSimulator>>#savedWindowSize
  CogVMSimulator>>#setBreakBlockFromString:
  CogVMSimulator>>#setBreakCount:
  CogVMSimulator>>#setBreakSelectorLength:
  CogVMSimulator>>#setImageName:
  CogVMSimulator>>#shortPrintContext:
  CogVMSimulator>>#shortPrintFrame:
  CogVMSimulator>>#signalSemaphoreWithIndex:
  CogVMSimulator>>#space
  CogVMSimulator>>#sqGetInterpreterProxy
  CogVMSimulator>>#sqMakeMemoryNotExecutableFrom:To:
  CogVMSimulator>>#sqMemoryExtraBytesLeft:
  CogVMSimulator>>#sqShrinkMemory:By:
  CogVMSimulator>>#stackLimitFromMachineCode
  CogVMSimulator>>#stackPage
  CogVMSimulator>>#stackPages
  CogVMSimulator>>#startInContextSuchThat:
  CogVMSimulator>>#startOfMemory
  CogVMSimulator>>#systemAttributes
  CogVMSimulator>>#tab
  CogVMSimulator>>#tearDownAndRebuildFrameForCannotReturnBaseFrameReturnFrom:to:returnValue:
  CogVMSimulator>>#testBecome
  CogVMSimulator>>#testPCMapping
  CogVMSimulator>>#toggleTranscript
  CogVMSimulator>>#transcript
  CogVMSimulator>>#transcript:
  CogVMSimulator>>#unableToReadImageError
  CogVMSimulator>>#updateStateOfSpouseContextForFrame:WithSP:
  CogVMSimulator>>#veryDeepCopyWith:
  CogVMSimulator>>#vmPathGet:Length:
  CogVMSimulator>>#warpBits
  CogVMSimulator>>#whereIs:
  CogVMSimulator>>#windowColorToUse
  CogVMSimulator>>#windowIsClosing
  CogVMSimulator>>#withMemoryProtectionDo:
  CogVMSimulator>>#withoutSmallIntegerTags:
  CogVMSimulatorLSB
  CogVMSimulatorLSB>>#byteAt:put:
  CogVMSimulatorLSB>>#halfWordHighInLong32:
  CogVMSimulatorLSB>>#halfWordLowInLong32:
  CogVMSimulatorLSB>>#nextShortFrom:
  CogVMSimulatorLSB>>#vmEndianness
  InterpreterPrimitives
  InterpreterPrimitives>>#declareCVarsIn:
  InterpreterPrimitives>>#defineAtCompileTime:
  InterpreterPrimitives>>#initializeMiscConstants
  InterpreterPrimitives>>#asUnsigned:
  InterpreterPrimitives>>#booleanValueOf:
  InterpreterPrimitives>>#cStringOrNullFor:
  InterpreterPrimitives>>#canBeImmutable:
  InterpreterPrimitives>>#doWaitSemaphore:
  InterpreterPrimitives>>#doWaitSemaphore:reEnterInterpreter:
  InterpreterPrimitives>>#failed
  InterpreterPrimitives>>#floatExponentBits
  InterpreterPrimitives>>#getenv:
  InterpreterPrimitives>>#initPrimCall
  InterpreterPrimitives>>#initialize
  InterpreterPrimitives>>#ioGetCurrentWorkingDirectory:maxLength:
  InterpreterPrimitives>>#isAppropriateForCopyObject:
  InterpreterPrimitives>>#isDirectAlien:
  InterpreterPrimitives>>#isFinite:
  InterpreterPrimitives>>#isIndirectAlien:
  InterpreterPrimitives>>#isInstanceOfClassArray:
  InterpreterPrimitives>>#isInstanceOfClassBlockClosure:
  InterpreterPrimitives>>#isInstanceOfClassByteString:
  InterpreterPrimitives>>#isNegativeIntegerValueOf:
  InterpreterPrimitives>>#isPointerAlien:
  InterpreterPrimitives>>#isPositiveMachineIntegerObject:
  InterpreterPrimitives>>#isSignedInteger:inRangeForBits:
  InterpreterPrimitives>>#magnitude64BitIntegerFor:neg:
  InterpreterPrimitives>>#magnitude64BitValueOf:
  InterpreterPrimitives>>#maybeInlinePositive32BitValueOf:
  InterpreterPrimitives>>#multiplySmallInteger:withSmallInteger:ifOverflow:
  InterpreterPrimitives>>#newMethod:
  InterpreterPrimitives>>#noInlineSigned32BitValueGutsOf:
  InterpreterPrimitives>>#pop:thenPushBool:
  InterpreterPrimitives>>#positive32BitValueOf:
  InterpreterPrimitives>>#positive64BitValueOf:
  InterpreterPrimitives>>#positiveMachineIntegerValueOf:
  InterpreterPrimitives>>#primitiveAdd
  InterpreterPrimitives>>#primitiveAddLargeIntegers
  InterpreterPrimitives>>#primitiveAddOld
  InterpreterPrimitives>>#primitiveAdoptInstance
  InterpreterPrimitives>>#primitiveAllInstances
  InterpreterPrimitives>>#primitiveAllObjects
  InterpreterPrimitives>>#primitiveArctan
  InterpreterPrimitives>>#primitiveArrayBecome
  InterpreterPrimitives>>#primitiveArrayBecomeOneWay
  InterpreterPrimitives>>#primitiveArrayBecomeOneWayCopyHash
  InterpreterPrimitives>>#primitiveArrayBecomeOneWayNoCopyHash
  InterpreterPrimitives>>#primitiveAsCharacter
  InterpreterPrimitives>>#primitiveAsFloat
  InterpreterPrimitives>>#primitiveAt
  InterpreterPrimitives>>#primitiveAtPut
  InterpreterPrimitives>>#primitiveBehaviorHash
  InterpreterPrimitives>>#primitiveBitAnd
  InterpreterPrimitives>>#primitiveBitAndLargeIntegers
  InterpreterPrimitives>>#primitiveBitOr
  InterpreterPrimitives>>#primitiveBitOrLargeIntegers
  InterpreterPrimitives>>#primitiveBitShift
  InterpreterPrimitives>>#primitiveBitShiftLargeIntegers
  InterpreterPrimitives>>#primitiveBitXor
  InterpreterPrimitives>>#primitiveBitXorLargeIntegers
  InterpreterPrimitives>>#primitiveBytesLeft
  InterpreterPrimitives>>#primitiveCalloutToFFI
  InterpreterPrimitives>>#primitiveChangeClass
  InterpreterPrimitives>>#primitiveClass
  InterpreterPrimitives>>#primitiveClearVMProfile
  InterpreterPrimitives>>#primitiveClockLogAddresses
  InterpreterPrimitives>>#primitiveClone
  InterpreterPrimitives>>#primitiveCoarseLocalMicrosecondClock
  InterpreterPrimitives>>#primitiveCoarseUTCMicrosecondClock
  InterpreterPrimitives>>#primitiveCompareBytes
  InterpreterPrimitives>>#primitiveCompareWith
  InterpreterPrimitives>>#primitiveConstantFill
  InterpreterPrimitives>>#primitiveConstantFillSpur
  InterpreterPrimitives>>#primitiveControlVMProfiling
  InterpreterPrimitives>>#primitiveCopyObject
  InterpreterPrimitives>>#primitiveCrashVM
  InterpreterPrimitives>>#primitiveDisablePowerManager
  InterpreterPrimitives>>#primitiveDiv
  InterpreterPrimitives>>#primitiveDivLargeIntegers
  InterpreterPrimitives>>#primitiveDivide
  InterpreterPrimitives>>#primitiveDivideLargeIntegers
  InterpreterPrimitives>>#primitiveEnterCriticalSection
  InterpreterPrimitives>>#primitiveEqual
  InterpreterPrimitives>>#primitiveEqualLargeIntegers
  InterpreterPrimitives>>#primitiveExitCriticalSection
  InterpreterPrimitives>>#primitiveExitToDebugger
  InterpreterPrimitives>>#primitiveExp
  InterpreterPrimitives>>#primitiveExponent
  InterpreterPrimitives>>#primitiveFail
  InterpreterPrimitives>>#primitiveFailFor:
  InterpreterPrimitives>>#primitiveFailForOSError:
  InterpreterPrimitives>>#primitiveFailureCode
  InterpreterPrimitives>>#primitiveFetchNextMourner
  InterpreterPrimitives>>#primitiveFindHandlerContext
  InterpreterPrimitives>>#primitiveFindNextUnwindContext
  InterpreterPrimitives>>#primitiveFloatAdd
  InterpreterPrimitives>>#primitiveFloatAt
  InterpreterPrimitives>>#primitiveFloatAtPut
  InterpreterPrimitives>>#primitiveFloatDivide
  InterpreterPrimitives>>#primitiveFloatEqual
  InterpreterPrimitives>>#primitiveFloatGreaterOrEqual
  InterpreterPrimitives>>#primitiveFloatGreaterThan
  InterpreterPrimitives>>#primitiveFloatLessOrEqual
  InterpreterPrimitives>>#primitiveFloatLessThan
  InterpreterPrimitives>>#primitiveFloatMultiply
  InterpreterPrimitives>>#primitiveFloatNotEqual
  InterpreterPrimitives>>#primitiveFloatSubtract
  InterpreterPrimitives>>#primitiveFlushCache
  InterpreterPrimitives>>#primitiveFlushExternalPrimitives
  InterpreterPrimitives>>#primitiveFractionalPart
  InterpreterPrimitives>>#primitiveFullClosureValue
  InterpreterPrimitives>>#primitiveFullClosureValueNoContextSwitch
  InterpreterPrimitives>>#primitiveFullClosureValueWithArgs
  InterpreterPrimitives>>#primitiveFullGC
  InterpreterPrimitives>>#primitiveGetAttribute
  InterpreterPrimitives>>#primitiveGetImmutability
  InterpreterPrimitives>>#primitiveGetLogDirectory
  InterpreterPrimitives>>#primitiveGetWindowLabel
  InterpreterPrimitives>>#primitiveGetWindowSize
  InterpreterPrimitives>>#primitiveGetenv
  InterpreterPrimitives>>#primitiveGetenv:
  InterpreterPrimitives>>#primitiveGreaterOrEqual
  InterpreterPrimitives>>#primitiveGreaterOrEqualLargeIntegers
  InterpreterPrimitives>>#primitiveGreaterThan
  InterpreterPrimitives>>#primitiveGreaterThanLargeIntegers
  InterpreterPrimitives>>#primitiveGrowMemoryByAtLeast
  InterpreterPrimitives>>#primitiveHashMultiply
  InterpreterPrimitives>>#primitiveHeartbeatFrequency
  InterpreterPrimitives>>#primitiveHighResClock
  InterpreterPrimitives>>#primitiveIdentical
  InterpreterPrimitives>>#primitiveIdentityHash
  InterpreterPrimitives>>#primitiveImageFormatVersion
  InterpreterPrimitives>>#primitiveImageName
  InterpreterPrimitives>>#primitiveImmediateAsInteger
  InterpreterPrimitives>>#primitiveIncrementalGC
  InterpreterPrimitives>>#primitiveInstVarAt
  InterpreterPrimitives>>#primitiveInstVarAtPut
  InterpreterPrimitives>>#primitiveIntegerAt
  InterpreterPrimitives>>#primitiveIntegerAtPut
  InterpreterPrimitives>>#primitiveInterruptChecksPerMSec
  InterpreterPrimitives>>#primitiveInvokeObjectAsMethod
  InterpreterPrimitives>>#primitiveIsBigEnder
  InterpreterPrimitives>>#primitiveIsPinned
  InterpreterPrimitives>>#primitiveIsWindowObscured
  InterpreterPrimitives>>#primitiveLessOrEqual
  InterpreterPrimitives>>#primitiveLessOrEqualLargeIntegers
  InterpreterPrimitives>>#primitiveLessThan
  InterpreterPrimitives>>#primitiveLessThanLargeIntegers
  InterpreterPrimitives>>#primitiveListBuiltinModule
  InterpreterPrimitives>>#primitiveListExternalModule
  InterpreterPrimitives>>#primitiveLocalMicrosecondClock
  InterpreterPrimitives>>#primitiveLogN
  InterpreterPrimitives>>#primitiveLowSpaceSemaphore
  InterpreterPrimitives>>#primitiveMakePoint
  InterpreterPrimitives>>#primitiveMarkHandlerMethod
  InterpreterPrimitives>>#primitiveMarkUnwindMethod
  InterpreterPrimitives>>#primitiveMaxIdentityHash
  InterpreterPrimitives>>#primitiveMethod
  InterpreterPrimitives>>#primitiveMillisecondClock
  InterpreterPrimitives>>#primitiveMillisecondClockMask
  InterpreterPrimitives>>#primitiveMod
  InterpreterPrimitives>>#primitiveModLargeIntegers
  InterpreterPrimitives>>#primitiveMultiply
  InterpreterPrimitives>>#primitiveMultiplyLargeIntegers
  InterpreterPrimitives>>#primitiveNew
  InterpreterPrimitives>>#primitiveNewMethod
  InterpreterPrimitives>>#primitiveNewPinned
  InterpreterPrimitives>>#primitiveNewWithArg
  InterpreterPrimitives>>#primitiveNewWithArgPinned
  InterpreterPrimitives>>#primitiveNextInstance
  InterpreterPrimitives>>#primitiveNextObject
  InterpreterPrimitives>>#primitiveNotEqual
  InterpreterPrimitives>>#primitiveNotEqualLargeIntegers
  InterpreterPrimitives>>#primitiveNotIdentical
  InterpreterPrimitives>>#primitiveObjectAt
  InterpreterPrimitives>>#primitiveObjectAtPut
  InterpreterPrimitives>>#primitiveObjectPointsTo
  InterpreterPrimitives>>#primitivePathToUsing
  InterpreterPrimitives>>#primitivePerformInSuperclass
  InterpreterPrimitives>>#primitivePerformWithArgs
  InterpreterPrimitives>>#primitivePin
  InterpreterPrimitives>>#primitiveProcessBindToThreadId
  InterpreterPrimitives>>#primitiveProcessBoundThreadId
  InterpreterPrimitives>>#primitiveProfilePrimitive
  InterpreterPrimitives>>#primitiveProfileSample
  InterpreterPrimitives>>#primitiveProfileSemaphore
  InterpreterPrimitives>>#primitiveProfileStart
  InterpreterPrimitives>>#primitiveQuit
  InterpreterPrimitives>>#primitiveQuo
  InterpreterPrimitives>>#primitiveQuoLargeIntegers
  InterpreterPrimitives>>#primitiveRelinquishProcessor
  InterpreterPrimitives>>#primitiveRemLargeIntegers
  InterpreterPrimitives>>#primitiveResume
  InterpreterPrimitives>>#primitiveScreenDepth
  InterpreterPrimitives>>#primitiveScreenScaleFactor
  InterpreterPrimitives>>#primitiveSecondsClock
  InterpreterPrimitives>>#primitiveSetIdentityHash
  InterpreterPrimitives>>#primitiveSetImmutability
  InterpreterPrimitives>>#primitiveSetLogDirectory
  InterpreterPrimitives>>#primitiveSetOrHasIdentityHash
  InterpreterPrimitives>>#primitiveSetWindowLabel
  InterpreterPrimitives>>#primitiveSetWindowSize
  InterpreterPrimitives>>#primitiveShortAt
  InterpreterPrimitives>>#primitiveShortAtPut
  InterpreterPrimitives>>#primitiveSignal
  InterpreterPrimitives>>#primitiveSignalAtBytesLeft
  InterpreterPrimitives>>#primitiveSine
  InterpreterPrimitives>>#primitiveSize
  InterpreterPrimitives>>#primitiveSizeInBytes
  InterpreterPrimitives>>#primitiveSizeInBytesOfInstance
  InterpreterPrimitives>>#primitiveSlotAt
  InterpreterPrimitives>>#primitiveSlotAtPut
  InterpreterPrimitives>>#primitiveSmallFloatAdd
  InterpreterPrimitives>>#primitiveSmallFloatArctan
  InterpreterPrimitives>>#primitiveSmallFloatDivide
  InterpreterPrimitives>>#primitiveSmallFloatEqual
  InterpreterPrimitives>>#primitiveSmallFloatExp
  InterpreterPrimitives>>#primitiveSmallFloatExponent
  InterpreterPrimitives>>#primitiveSmallFloatFractionalPart
  InterpreterPrimitives>>#primitiveSmallFloatGreaterOrEqual
  InterpreterPrimitives>>#primitiveSmallFloatGreaterThan
  InterpreterPrimitives>>#primitiveSmallFloatHash
  InterpreterPrimitives>>#primitiveSmallFloatLessOrEqual
  InterpreterPrimitives>>#primitiveSmallFloatLessThan
  InterpreterPrimitives>>#primitiveSmallFloatLogN
  InterpreterPrimitives>>#primitiveSmallFloatMultiply
  InterpreterPrimitives>>#primitiveSmallFloatNotEqual
  InterpreterPrimitives>>#primitiveSmallFloatSine
  InterpreterPrimitives>>#primitiveSmallFloatSquareRoot
  InterpreterPrimitives>>#primitiveSmallFloatSubtract
  InterpreterPrimitives>>#primitiveSmallFloatTimesTwoPower
  InterpreterPrimitives>>#primitiveSmallFloatTruncated
  InterpreterPrimitives>>#primitiveSnapshot
  InterpreterPrimitives>>#primitiveSomeInstance
  InterpreterPrimitives>>#primitiveSomeObject
  InterpreterPrimitives>>#primitiveSpecialObjectsOop
  InterpreterPrimitives>>#primitiveSpurIntegerAt
  InterpreterPrimitives>>#primitiveSpurIntegerAtPut
  InterpreterPrimitives>>#primitiveSpurStringReplace
  InterpreterPrimitives>>#primitiveSquareRoot
  InterpreterPrimitives>>#primitiveStartVMProfiling
  InterpreterPrimitives>>#primitiveStopVMProfiling
  InterpreterPrimitives>>#primitiveStringAt
  InterpreterPrimitives>>#primitiveStringAtPut
  InterpreterPrimitives>>#primitiveStringReplace
  InterpreterPrimitives>>#primitiveSubtract
  InterpreterPrimitives>>#primitiveSubtract2
  InterpreterPrimitives>>#primitiveSubtractLargeIntegers
  InterpreterPrimitives>>#primitiveSuspend
  InterpreterPrimitives>>#primitiveTestAndSetOwnershipOfCriticalSection
  InterpreterPrimitives>>#primitiveTestShortenIndexableSize
  InterpreterPrimitives>>#primitiveTimesTwoPower
  InterpreterPrimitives>>#primitiveTruncated
  InterpreterPrimitives>>#primitiveUTCMicrosecondClock
  InterpreterPrimitives>>#primitiveUnloadModule
  InterpreterPrimitives>>#primitiveUpdateTimezone
  InterpreterPrimitives>>#primitiveUtcAndTimezoneOffset
  InterpreterPrimitives>>#primitiveUtcWithOffset
  InterpreterPrimitives>>#primitiveV3IntegerAt
  InterpreterPrimitives>>#primitiveV3IntegerAtPut
  InterpreterPrimitives>>#primitiveV3StringReplace
  InterpreterPrimitives>>#primitiveVMCurrentThreadId
  InterpreterPrimitives>>#primitiveVMPath
  InterpreterPrimitives>>#primitiveVMProfileInfoInto
  InterpreterPrimitives>>#primitiveVMProfileSamplesInto
  InterpreterPrimitives>>#primitiveWait
  InterpreterPrimitives>>#primitiveYield
  InterpreterPrimitives>>#profileMethod:
  InterpreterPrimitives>>#profileProcess:
  InterpreterPrimitives>>#profileSemaphore:
  InterpreterPrimitives>>#quot:ient:
  InterpreterPrimitives>>#rawCompare:length:with:length:accessBlock:
  InterpreterPrimitives>>#signalNoResume:
  InterpreterPrimitives>>#signed32BitValueOf:
  InterpreterPrimitives>>#signed64BitValueOf:
  InterpreterPrimitives>>#signedMachineIntegerValueOf:
  InterpreterPrimitives>>#sizeFieldOfAlien:
  InterpreterPrimitives>>#stackIntegerValue:
  InterpreterPrimitives>>#subSmallInteger:withSmallInteger:ifOverflow:
  InterpreterPrimitives>>#success:
  InterpreterPrimitives>>#successful
  InterpreterPrimitives>>#sumSmallInteger:withSmallInteger:ifNotOverflow:
  InterpreterPrimitives>>#sumSmallInteger:withSmallInteger:ifOverflow:
  StackInterpreter
  StackInterpreter>>#additionalHeadersDo:
  StackInterpreter>>#additionalSelectorTables
  StackInterpreter>>#ancilliaryClasses
  StackInterpreter>>#bytecodeTable
  StackInterpreter>>#declareCVarsIn:
  StackInterpreter>>#implicitReturnTypeFor:
  StackInterpreter>>#initializeAssociationIndex
  StackInterpreter>>#initializeBytecodeTable
  StackInterpreter>>#initializeBytecodeTableForSistaV1
  StackInterpreter>>#initializeCaches
  StackInterpreter>>#initializeCharacterIndex
  StackInterpreter>>#initializeCharacterScannerIndices
  StackInterpreter>>#initializeClassIndices
  StackInterpreter>>#initializeContextIndices
  StackInterpreter>>#initializeDirectoryLookupResultCodes
  StackInterpreter>>#initializeFrameIndices
  StackInterpreter>>#initializeMessageIndices
  StackInterpreter>>#initializeMethodIndices
  StackInterpreter>>#initializeMiscConstants
  StackInterpreter>>#initializePointIndices
  StackInterpreter>>#initializePrimitiveTable
  StackInterpreter>>#initializeSchedulerIndices
  StackInterpreter>>#initializeSmallIntegers
  StackInterpreter>>#initializeStreamIndices
  StackInterpreter>>#initializeWithOptions:
  StackInterpreter>>#initializeWithOptions:objectMemoryClass:
  StackInterpreter>>#interpreterVersion
  StackInterpreter>>#isInterpreterClass
  StackInterpreter>>#isNonArgumentImplicitReceiverVariableName:
  StackInterpreter>>#isObjectAccessor:
  StackInterpreter>>#isStackAccessor:
  StackInterpreter>>#mustBeGlobal:
  StackInterpreter>>#namesOfVariablesToLocalize
  StackInterpreter>>#needsCogit
  StackInterpreter>>#preGenerationHook:
  StackInterpreter>>#preambleCCode
  StackInterpreter>>#prepareToBeAddedToCodeGenerator:
  StackInterpreter>>#primitiveAccessorDepthTable
  StackInterpreter>>#primitiveTable
  StackInterpreter>>#primitiveTableString
  StackInterpreter>>#primitiveTableStringFor:
  StackInterpreter>>#primitivesClass
  StackInterpreter>>#reorganizeAsISeeFit
  StackInterpreter>>#requiredMethodNames:
  StackInterpreter>>#sourceFileName
  StackInterpreter>>#translationClass
  StackInterpreter>>#vmCallbackHeader
  StackInterpreter>>#vmProxyMajorVersion
  StackInterpreter>>#vmProxyMinorVersion
  StackInterpreter>>#wantsLabels
  StackInterpreter>>#writeVMHeaderTo:bytesPerWord:generator:
  StackInterpreter>>#ISA
  StackInterpreter>>#abstractDetailedSymbolicMethod:
  StackInterpreter>>#activateFailingPrimitiveMethod
  StackInterpreter>>#activateNewFullClosure:method:numArgs:mayContextSwitch:
  StackInterpreter>>#activateNewMethod
  StackInterpreter>>#activeProcess
  StackInterpreter>>#addFirstLink:toList:
  StackInterpreter>>#addFloat32VectorBytecode
  StackInterpreter>>#addFloat64VectorBytecode
  StackInterpreter>>#addIdleUsecs:
  StackInterpreter>>#addLastLink:toList:
  StackInterpreter>>#addNewMethodToCache:
  StackInterpreter>>#addToExternalPrimitiveTable:
  StackInterpreter>>#addressCouldBeClassObj:
  StackInterpreter>>#allOnesAsCharStar
  StackInterpreter>>#allocateHeapMemoryForImage:withHeader:desiredStartingAddress:
  StackInterpreter>>#allocateJITMemory:desiredPosition:
  StackInterpreter>>#allocateMemory:Minimum:ImageFile:HeaderSize:BaseAddress:
  StackInterpreter>>#allocateMemory:minimum:imageFile:headerSize:
  StackInterpreter>>#allocateMemory:minimum:imageFile:headerSize:desiredPosition:
  StackInterpreter>>#allocateMemoryForImage:withHeader:
  StackInterpreter>>#alternateHeaderHasPrimitiveFlag:
  StackInterpreter>>#alternateHeaderNumLiteralsMask
  StackInterpreter>>#argumentCountOf:
  StackInterpreter>>#argumentCountOfClosure:
  StackInterpreter>>#argumentCountOfMethodHeader:
  StackInterpreter>>#arrayValueOf:
  StackInterpreter>>#asciiOfCharacter:
  StackInterpreter>>#assertClassOf:is:
  StackInterpreter>>#assertValidExecutionPointe:r:s:
  StackInterpreter>>#assertValidExecutionPointe:r:s:imbar:line:
  StackInterpreter>>#assertValidExecutionPointers
  StackInterpreter>>#assertValidStackLimits:
  StackInterpreter>>#baseFrameReturn
  StackInterpreter>>#basicInitialize
  StackInterpreter>>#bereaveAllMarriedContextsForSnapshotFlushingExternalPrimitivesIf:
  StackInterpreter>>#binaryAtInlinePrimitive:
  StackInterpreter>>#binaryCompInlinePrimitive:
  StackInterpreter>>#binaryInlinePrimitive:
  StackInterpreter>>#binaryNewInlinePrimitive:
  StackInterpreter>>#binarySmiArithmeticInlinePrimitive:
  StackInterpreter>>#binarySmiBitInlinePrimitive:
  StackInterpreter>>#binarySmiCompInlinePrimitive:
  StackInterpreter>>#booleanCheat:
  StackInterpreter>>#booleanCheatFalse
  StackInterpreter>>#booleanCheatFalseSistaV1
  StackInterpreter>>#booleanCheatSistaV1:
  StackInterpreter>>#booleanCheatTrue
  StackInterpreter>>#booleanCheatTrueSistaV1
  StackInterpreter>>#booleanValueOf:
  StackInterpreter>>#bytecodePrimAdd
  StackInterpreter>>#bytecodePrimAt
  StackInterpreter>>#bytecodePrimAtEnd
  StackInterpreter>>#bytecodePrimAtPut
  StackInterpreter>>#bytecodePrimBitAnd
  StackInterpreter>>#bytecodePrimBitOr
  StackInterpreter>>#bytecodePrimBitShift
  StackInterpreter>>#bytecodePrimClass
  StackInterpreter>>#bytecodePrimDiv
  StackInterpreter>>#bytecodePrimDivide
  StackInterpreter>>#bytecodePrimDo
  StackInterpreter>>#bytecodePrimEqual
  StackInterpreter>>#bytecodePrimEqualSistaV1
  StackInterpreter>>#bytecodePrimGreaterOrEqual
  StackInterpreter>>#bytecodePrimGreaterOrEqualSistaV1
  StackInterpreter>>#bytecodePrimGreaterThan
  StackInterpreter>>#bytecodePrimGreaterThanSistaV1
  StackInterpreter>>#bytecodePrimIdentical
  StackInterpreter>>#bytecodePrimIdenticalSistaV1
  StackInterpreter>>#bytecodePrimLessOrEqual
  StackInterpreter>>#bytecodePrimLessOrEqualSistaV1
  StackInterpreter>>#bytecodePrimLessThan
  StackInterpreter>>#bytecodePrimLessThanSistaV1
  StackInterpreter>>#bytecodePrimMakePoint
  StackInterpreter>>#bytecodePrimMod
  StackInterpreter>>#bytecodePrimMultiply
  StackInterpreter>>#bytecodePrimNew
  StackInterpreter>>#bytecodePrimNewWithArg
  StackInterpreter>>#bytecodePrimNext
  StackInterpreter>>#bytecodePrimNextPut
  StackInterpreter>>#bytecodePrimNotEqual
  StackInterpreter>>#bytecodePrimNotEqualSistaV1
  StackInterpreter>>#bytecodePrimNotIdentical
  StackInterpreter>>#bytecodePrimNotIdenticalSistaV1
  StackInterpreter>>#bytecodePrimPointX
  StackInterpreter>>#bytecodePrimPointY
  StackInterpreter>>#bytecodePrimSize
  StackInterpreter>>#bytecodePrimSpecialSelector24
  StackInterpreter>>#bytecodePrimSubtract
  StackInterpreter>>#bytecodePrimValue
  StackInterpreter>>#bytecodePrimValueWithArg
  StackInterpreter>>#callExternalPrimitive:
  StackInterpreter>>#callMappedInlinedPrimitive
  StackInterpreter>>#callPrimitiveBytecode
  StackInterpreter>>#callbackEnter:
  StackInterpreter>>#callbackLeave:
  StackInterpreter>>#canContextSwitchIfActivating:header:
  StackInterpreter>>#cannotAssign:to:withIndex:
  StackInterpreter>>#capturePendingFinalizationSignals
  StackInterpreter>>#characterForAscii:
  StackInterpreter>>#charsOfLong:
  StackInterpreter>>#checkAllAccessibleObjectsOkay
  StackInterpreter>>#checkAllocFiller
  StackInterpreter>>#checkAssumedCompactClasses
  StackInterpreter>>#checkCodeIntegrity:
  StackInterpreter>>#checkCogCompiledCodeCompactionCalledFor
  StackInterpreter>>#checkDeliveryOfLongRunningPrimitiveSignal
  StackInterpreter>>#checkForAndFollowForwardedPrimitiveState
  StackInterpreter>>#checkForEventsMayContextSwitch:
  StackInterpreter>>#checkForLastObjectOverwrite
  StackInterpreter>>#checkForLongRunningPrimitive
  StackInterpreter>>#checkForStackOverflow
  StackInterpreter>>#checkInterpreterIntegrity
  StackInterpreter>>#checkIsStillMarriedContext:currentFP:
  StackInterpreter>>#checkLogIntegrity
  StackInterpreter>>#checkOkayFields:
  StackInterpreter>>#checkOkayInterpreterObjects:
  StackInterpreter>>#checkOkayStackPage:
  StackInterpreter>>#checkOkayStackZone:
  StackInterpreter>>#checkProfileTick:
  StackInterpreter>>#checkStackIntegrity
  StackInterpreter>>#checkStackPointerForMaybeMarriedContext:
  StackInterpreter>>#checkStackPointerIndexForFrame:
  StackInterpreter>>#checkedIntegerValueOf:
  StackInterpreter>>#classNameIndex
  StackInterpreter>>#classNameOf:Is:
  StackInterpreter>>#cloneOSErrorObj:numSlots:
  StackInterpreter>>#codeGeneratorToComputeAccessorDepth:
  StackInterpreter>>#commonAt:
  StackInterpreter>>#commonAtPut:
  StackInterpreter>>#commonCallerReturn
  StackInterpreter>>#commonReturn
  StackInterpreter>>#commonSendOrdinary
  StackInterpreter>>#commonVariable:at:cacheIndex:
  StackInterpreter>>#commonVariable:at:put:cacheIndex:
  StackInterpreter>>#computeStackZoneSize
  StackInterpreter>>#context:hasSender:
  StackInterpreter>>#context:hasValidInversePCMappingOf:in:
  StackInterpreter>>#contextInstructionPointer:frame:
  StackInterpreter>>#convertFloatsToPlatformOrder
  StackInterpreter>>#copiedValueCountOfFullClosure:
  StackInterpreter>>#copyBits
  StackInterpreter>>#copyBitsFrom:to:at:
  StackInterpreter>>#couldBeProcess:
  StackInterpreter>>#cr
  StackInterpreter>>#createActualMessageTo:
  StackInterpreter>>#currentBytecode
  StackInterpreter>>#currentBytecode:
  StackInterpreter>>#defaultNativeStackFrameSize
  StackInterpreter>>#defaultNumStackPages
  StackInterpreter>>#detailedSymbolicMethod:
  StackInterpreter>>#directedSuperclassSend
  StackInterpreter>>#dispatchCurrentBytecode
  StackInterpreter>>#dispatchFunctionPointer:
  StackInterpreter>>#displayBits
  StackInterpreter>>#divorceAllFrames
  StackInterpreter>>#divorceFramesIn:
  StackInterpreter>>#doItContext
  StackInterpreter>>#doItReceiver
  StackInterpreter>>#doPrimitiveDiv:by:
  StackInterpreter>>#doPrimitiveMod:by:
  StackInterpreter>>#doSignalSemaphoreWithIndex:
  StackInterpreter>>#dummyReferToProxy
  StackInterpreter>>#dumpPrimTraceLog
  StackInterpreter>>#duplicateTopBytecode
  StackInterpreter>>#eeInstantiateFloat32Register
  StackInterpreter>>#eeInstantiateFloat64Register
  StackInterpreter>>#elementsPerPrintOopLine
  StackInterpreter>>#encodeFrameFieldHasContext:isBlock:numArgs:
  StackInterpreter>>#encoderClassForHeader:
  StackInterpreter>>#ensureCallerContext:
  StackInterpreter>>#ensureContextHasBytecodePC:
  StackInterpreter>>#ensureContextIsExecutionSafeAfterAssignToStackPointer:
  StackInterpreter>>#ensureFrameIsMarried:SP:
  StackInterpreter>>#ensureImageFormatIsUpToDate:
  StackInterpreter>>#ensureReceiverUnforwarded
  StackInterpreter>>#enterSmalltalkExecutive
  StackInterpreter>>#enterSmalltalkExecutiveFromCallback
  StackInterpreter>>#enterSmalltalkExecutiveImplementation
  StackInterpreter>>#establishFrameForContextToReturnTo:
  StackInterpreter>>#executeNewMethod
  StackInterpreter>>#expandCases
  StackInterpreter>>#extABytecode
  StackInterpreter>>#extBBytecode
  StackInterpreter>>#extJumpIfFalse
  StackInterpreter>>#extJumpIfTrue
  StackInterpreter>>#extNopBytecode
  StackInterpreter>>#extPushCharacterBytecode
  StackInterpreter>>#extPushFullClosureBytecode
  StackInterpreter>>#extPushIntegerBytecode
  StackInterpreter>>#extPushLiteralBytecode
  StackInterpreter>>#extPushLiteralVariableBytecode
  StackInterpreter>>#extPushPseudoVariable
  StackInterpreter>>#extPushReceiverVariableBytecode
  StackInterpreter>>#extReturnTopFromBlock
  StackInterpreter>>#extSendBytecode
  StackInterpreter>>#extSendSuperBytecode
  StackInterpreter>>#extStoreAndPopLiteralVariableBytecode
  StackInterpreter>>#extStoreAndPopReceiverVariableBytecode
  StackInterpreter>>#extStoreLiteralVariableBytecode
  StackInterpreter>>#extStoreReceiverVariableBytecode
  StackInterpreter>>#extUnconditionalJump
  StackInterpreter>>#extendedPushBytecode
  StackInterpreter>>#extendedStoreAndPopBytecode
  StackInterpreter>>#extendedStoreBytecode
  StackInterpreter>>#extendedStoreBytecodePop:
  StackInterpreter>>#externalDivorceFrame:andContext:
  StackInterpreter>>#externalEnsureIsBaseFrame:
  StackInterpreter>>#externalInstVar:ofContext:
  StackInterpreter>>#externalInstVar:ofContext:put:
  StackInterpreter>>#externalQuickPrimitiveResponse
  StackInterpreter>>#externalSetStackPageAndPointersForSuspendedContextOfProcess:
  StackInterpreter>>#externalWriteBackHeadFramePointers
  StackInterpreter>>#externalizeFPandSP
  StackInterpreter>>#externalizeIPandSP
  StackInterpreter>>#failUnbalancedPrimitive
  StackInterpreter>>#fetchArray:ofObject:
  StackInterpreter>>#fetchByte
  StackInterpreter>>#fetchFloat:ofObject:
  StackInterpreter>>#fetchInteger:ofObject:
  StackInterpreter>>#fetchNextBytecode
  StackInterpreter>>#fetchPointer:ofMarriedContext:
  StackInterpreter>>#fetchStackPointerOf:
  StackInterpreter>>#findClassContainingMethod:startingAt:
  StackInterpreter>>#findClassForSelector:lookupClass:do:
  StackInterpreter>>#findClassOfMethod:forReceiver:
  StackInterpreter>>#findFrameAbove:inPage:
  StackInterpreter>>#findHomeForContext:
  StackInterpreter>>#findMethodWithPrimitive:FromContext:UpToContext:
  StackInterpreter>>#findMethodWithPrimitive:FromFP:UpToContext:
  StackInterpreter>>#findNewMethodInClassTag:
  StackInterpreter>>#findSPOf:on:
  StackInterpreter>>#findSPOrNilOf:on:startingFrom:
  StackInterpreter>>#findSelectorAndClassForMethod:lookupClass:do:
  StackInterpreter>>#findSelectorOfMethod:
  StackInterpreter>>#findUnwindThroughContext:
  StackInterpreter>>#fireEphemeron:
  StackInterpreter>>#fireFinalization:
  StackInterpreter>>#firstByteIndexOfMethod:
  StackInterpreter>>#firstBytecodeOfAlternateHeader:method:
  StackInterpreter>>#floatArg:
  StackInterpreter>>#floatAtPointer:
  StackInterpreter>>#floatAtPointer:put:
  StackInterpreter>>#flush
  StackInterpreter>>#flushAtCache
  StackInterpreter>>#flushBecommedClassesInMethodCache
  StackInterpreter>>#flushBecommedClassesInMethodZone
  StackInterpreter>>#flushExternalPrimitiveOf:
  StackInterpreter>>#flushExternalPrimitiveTable
  StackInterpreter>>#flushExternalPrimitives
  StackInterpreter>>#flushMethodCache
  StackInterpreter>>#flushMethodCacheForMethod:
  StackInterpreter>>#flushMethodCacheFrom:to:
  StackInterpreter>>#followForwardedFieldsInCurrentMethod
  StackInterpreter>>#followForwardedForAccessorDepth:
  StackInterpreter>>#followForwardedFrameContents:stackPointer:
  StackInterpreter>>#followForwardedMethodsInMethodCache
  StackInterpreter>>#followForwardedMethodsInMethodZone
  StackInterpreter>>#followForwardingPointersInProfileState
  StackInterpreter>>#followForwardingPointersInScheduler
  StackInterpreter>>#followForwardingPointersInSpecialObjectsArray
  StackInterpreter>>#followForwardingPointersInStackZone:
  StackInterpreter>>#followLiteral:ofMethod:
  StackInterpreter>>#followSemaphoreIn:at:
  StackInterpreter>>#forceInterruptCheck
  StackInterpreter>>#forceInterruptCheckFromHeartbeat
  StackInterpreter>>#frameCallerContext:
  StackInterpreter>>#frameCallerContext:put:
  StackInterpreter>>#frameCallerFP:
  StackInterpreter>>#frameCallerSP:
  StackInterpreter>>#frameCallerSavedIP:
  StackInterpreter>>#frameCallerStackPointer:
  StackInterpreter>>#frameContext:
  StackInterpreter>>#frameHasContext:
  StackInterpreter>>#frameIsBlockActivation:
  StackInterpreter>>#frameLastArgumentOffset
  StackInterpreter>>#frameMethod:
  StackInterpreter>>#frameMethodObject:
  StackInterpreter>>#frameNumArgs:
  StackInterpreter>>#frameOfMarriedContext:
  StackInterpreter>>#framePointer:
  StackInterpreter>>#frameReceiver:
  StackInterpreter>>#frameReceiverLocation:
  StackInterpreter>>#frameStackedReceiver:numArgs:
  StackInterpreter>>#frameStackedReceiverOffset:
  StackInterpreter>>#frameStackedReceiverOffsetNumArgs:
  StackInterpreter>>#freeUnmarkedMachineCode
  StackInterpreter>>#freeUntracedStackPages
  StackInterpreter>>#fullClosureIn:numArgs:numCopiedValues:compiledBlock:
  StackInterpreter>>#functionForPrimitiveCallout
  StackInterpreter>>#functionPointerFor:inClass:
  StackInterpreter>>#getBlockCompilationCount
  StackInterpreter>>#getBlockCompilationMSecs
  StackInterpreter>>#getCodeCompactionCount
  StackInterpreter>>#getCodeCompactionMSecs
  StackInterpreter>>#getCogCodeSize
  StackInterpreter>>#getCogMethodCount
  StackInterpreter>>#getCogVMFeatureFlags
  StackInterpreter>>#getCogVMFlags
  StackInterpreter>>#getCurrentBytecode
  StackInterpreter>>#getDesiredCogCodeSize
  StackInterpreter>>#getDesiredEdenBytes
  StackInterpreter>>#getDesiredNumStackPages
  StackInterpreter>>#getErrorObjectFromPrimFailCode
  StackInterpreter>>#getExternalSemaphoreWithIndex:
  StackInterpreter>>#getExtraVMMemory
  StackInterpreter>>#getFullScreenFlag
  StackInterpreter>>#getGCMode
  StackInterpreter>>#getImageHeaderFlags
  StackInterpreter>>#getInterruptPending
  StackInterpreter>>#getMaxExtSemTabSizeSet
  StackInterpreter>>#getMethodCompilationCount
  StackInterpreter>>#getMethodCompilationMSecs
  StackInterpreter>>#getNextWakeupUsecs
  StackInterpreter>>#getSavedWindowSize
  StackInterpreter>>#getSnapshotScreenSize
  StackInterpreter>>#getStackPointer
  StackInterpreter>>#getThisSessionID
  StackInterpreter>>#handleForwardedSelectorFaultFor:
  StackInterpreter>>#handleForwardedSendFaultForTag:
  StackInterpreter>>#handleSpecialSelectorSendFaultFor:
  StackInterpreter>>#handleSpecialSelectorSendFaultFor:fp:sp:
  StackInterpreter>>#handleStackOverflow
  StackInterpreter>>#handleStackOverflowOrEventAllowContextSwitch:
  StackInterpreter>>#hasCheckAllocFiller
  StackInterpreter>>#hasProfileSemaphore
  StackInterpreter>>#highBit:
  StackInterpreter>>#highestPriorityProcess
  StackInterpreter>>#ifAppropriateCompileToNativeCode:selector:
  StackInterpreter>>#ifBackwardsCheckForEvents:
  StackInterpreter>>#ifCurrentStackPageHasValidHeadPointers:
  StackInterpreter>>#ifSoAssertValidIPAssign:ofContext:with:
  StackInterpreter>>#ifValidWriteBackStack:Pointers:Save:To:
  StackInterpreter>>#iframeInstructionPointerForIndex:method:
  StackInterpreter>>#iframeIsBlockActivation:
  StackInterpreter>>#iframeMethod:
  StackInterpreter>>#imageFormatVersion
  StackInterpreter>>#includesBehavior:ThatOf:
  StackInterpreter>>#initExtensions
  StackInterpreter>>#initStackPageGC
  StackInterpreter>>#initStackPages
  StackInterpreter>>#initStackPagesAndInterpret
  StackInterpreter>>#initialCleanup
  StackInterpreter>>#initialEnterSmalltalkExecutive
  StackInterpreter>>#initialIPForHeader:method:
  StackInterpreter>>#initialize
  StackInterpreter>>#initializeAtCache
  StackInterpreter>>#initializeExtraClassInstVarIndices
  StackInterpreter>>#initializeGlobalSessionID
  StackInterpreter>>#initializeInterpreter:
  StackInterpreter>>#initializeObjectMemoryWithEdenBytes:
  StackInterpreter>>#initializePageTraceToInvalid:
  StackInterpreter>>#inlineLookupInMethodCacheSel:classTag:
  StackInterpreter>>#instVar:ofContext:
  StackInterpreter>>#instVar:ofContext:put:
  StackInterpreter>>#install:inAtCache:at:string:
  StackInterpreter>>#instructionPointer
  StackInterpreter>>#instructionPointer:
  StackInterpreter>>#instructionPointerForFrame:currentFP:currentIP:
  StackInterpreter>>#integerArg:
  StackInterpreter>>#internalAboutToReturn:through:
  StackInterpreter>>#internalActivateNewMethod
  StackInterpreter>>#internalCannotReturn:
  StackInterpreter>>#internalExecuteNewMethod
  StackInterpreter>>#internalFindNewMethodOrdinary
  StackInterpreter>>#internalMustBeBoolean
  StackInterpreter>>#internalQuickPrimitiveResponse
  StackInterpreter>>#internalizeIPandSP
  StackInterpreter>>#interpret
  StackInterpreter>>#interpretUntilReturn
  StackInterpreter>>#interpretWhile:
  StackInterpreter>>#interpreterAllocationReserveBytes
  StackInterpreter>>#ioBeDisplay:width:height:depth:
  StackInterpreter>>#ioFilename:fromString:ofLength:resolveAliases:
  StackInterpreter>>#ioLoadExternalFunction:OfLength:FromModule:OfLength:
  StackInterpreter>>#ioLoadExternalFunction:OfLength:FromModule:OfLength:AccessorDepthInto:
  StackInterpreter>>#ioLocalMicroseconds
  StackInterpreter>>#ioLocalMicrosecondsNow
  StackInterpreter>>#ioLocalSecondsOffset
  StackInterpreter>>#ioNoteDisplayChanged:width:height:depth:
  StackInterpreter>>#ioSeconds
  StackInterpreter>>#ioSecondsNow
  StackInterpreter>>#ioSetHeartbeatMilliseconds:
  StackInterpreter>>#ioUTCMicrosecondsNow
  StackInterpreter>>#ioUnloadModule:OfLength:
  StackInterpreter>>#ioUpdateVMTimezone
  StackInterpreter>>#is:KindOf:
  StackInterpreter>>#is:KindOfClass:
  StackInterpreter>>#is:MemberOf:
  StackInterpreter>>#is:methodAssignmentToContextWithMachineCodePC:
  StackInterpreter>>#isBaseFrame:
  StackInterpreter>>#isBooleanObject:
  StackInterpreter>>#isCog
  StackInterpreter>>#isEmptyList:
  StackInterpreter>>#isExternalPrimitiveCall:
  StackInterpreter>>#isFloatObject:
  StackInterpreter>>#isFrame:onPage:
  StackInterpreter>>#isKindOfInteger:
  StackInterpreter>>#isLargeIntegerObject:
  StackInterpreter>>#isLargeNegativeIntegerObject:
  StackInterpreter>>#isLargePositiveIntegerObject:
  StackInterpreter>>#isLiveContext:
  StackInterpreter>>#isMachineCodeFrame:
  StackInterpreter>>#isMarriedOrWidowedContext:
  StackInterpreter>>#isMetaPrimitiveIndex:
  StackInterpreter>>#isNullExternalPrimitiveCall:
  StackInterpreter>>#isOptimizedMethod:
  StackInterpreter>>#isOptimizedMethodHeader:
  StackInterpreter>>#isPrimitiveFunctionPointerAnIndex
  StackInterpreter>>#isQuickPrimitiveIndex:
  StackInterpreter>>#isReadMediatedContextInstVarIndex:
  StackInterpreter>>#isSingleContext:
  StackInterpreter>>#isStillMarriedContext:
  StackInterpreter>>#isStillMarriedContextDuringGC:
  StackInterpreter>>#isWidowedContext:
  StackInterpreter>>#isWidowedContextDuringGC:
  StackInterpreter>>#isWriteMediatedContextInstVarIndex:
  StackInterpreter>>#jump:
  StackInterpreter>>#jumpBinaryInlinePrimitive:
  StackInterpreter>>#jumpTrinaryInlinePrimitive:
  StackInterpreter>>#jumpUnaryInlinePrimitive:
  StackInterpreter>>#jumplfFalseBy:
  StackInterpreter>>#jumplfTrueBy:
  StackInterpreter>>#justActivateNewMethod:
  StackInterpreter>>#lengthOfNameOfClass:
  StackInterpreter>>#libFFI
  StackInterpreter>>#libFFI:
  StackInterpreter>>#literal:
  StackInterpreter>>#literal:ofMethod:
  StackInterpreter>>#literal:ofMethod:put:
  StackInterpreter>>#literalCountOfAlternateHeader:
  StackInterpreter>>#literalCountOfOriginalHeader:
  StackInterpreter>>#loadBitBltFrom:
  StackInterpreter>>#loadInitialContext
  StackInterpreter>>#log10:
  StackInterpreter>>#long:jmp:
  StackInterpreter>>#longJumpIfFalse
  StackInterpreter>>#longJumpIfTrue
  StackInterpreter>>#longPrintOop:
  StackInterpreter>>#longPushTemporaryVariableBytecode
  StackInterpreter>>#longStoreAndPopTemporaryVariableBytecode
  StackInterpreter>>#longStoreBytecodeForHeader:
  StackInterpreter>>#longStoreTemporaryVariableBytecode
  StackInterpreter>>#longUnconditionalJump
  StackInterpreter>>#lookupBreakFor:
  StackInterpreter>>#lookupInMethodCacheSel:classTag:
  StackInterpreter>>#lookupMNUInClass:
  StackInterpreter>>#lookupMethodFor:InDictionary:
  StackInterpreter>>#lookupMethodInClass:
  StackInterpreter>>#lookupMethodInDictionary:
  StackInterpreter>>#lookupOrdinaryNoMNUEtcInClass:
  StackInterpreter>>#lookupSelector:inClass:
  StackInterpreter>>#makeBaseFrameFor:
  StackInterpreter>>#makeContextSnapshotSafe:
  StackInterpreter>>#makePointwithxValue:yValue:
  StackInterpreter>>#mapInterpreterOops
  StackInterpreter>>#mapMachineCode:
  StackInterpreter>>#mapProfileState
  StackInterpreter>>#mapStackPages
  StackInterpreter>>#mapTraceLogs
  StackInterpreter>>#mapVMRegisters
  StackInterpreter>>#mappedBackjumpAlwaysInterrupt
  StackInterpreter>>#mappedDirectCall
  StackInterpreter>>#mappedEnsureEnoughWords
  StackInterpreter>>#mappedImmcheckDataAtPut:
  StackInterpreter>>#mappedImmcheckMaybeContextStoreCheckPointerAtPut
  StackInterpreter>>#mappedImmcheckStoreCheckPointerAtPut
  StackInterpreter>>#mappedInlinePrimitive:
  StackInterpreter>>#markAndTraceAndMaybeFreeStackPages:
  StackInterpreter>>#markAndTraceInterpreterOops:
  StackInterpreter>>#markAndTraceMachineCodeOfMarkedMethods
  StackInterpreter>>#markAndTraceOrFreeMachineCode:
  StackInterpreter>>#markAndTracePrimTraceLog
  StackInterpreter>>#markAndTraceStackPage:
  StackInterpreter>>#markAndTraceStackPages:
  StackInterpreter>>#markAndTraceTraceLog
  StackInterpreter>>#markAndTraceUntracedReachableStackPages
  StackInterpreter>>#markContextAsDead:
  StackInterpreter>>#marriedContext:pointsTo:stackDeltaForCurrentFrame:
  StackInterpreter>>#marryContextInNewStackPageAndInitializeInterpreterRegisters:
  StackInterpreter>>#marryFrame:SP:
  StackInterpreter>>#marryFrame:SP:copyTemps:
  StackInterpreter>>#maybeFailForLastObjectOverwrite
  StackInterpreter>>#maybeFixClonedCompiledMethod:
  StackInterpreter>>#maybeFlagMethodAsInterpreted:
  StackInterpreter>>#maybeInlinePositive32BitIntegerFor:
  StackInterpreter>>#maybeLeakCheckExternalPrimCall:
  StackInterpreter>>#maybeMapPrimitiveFunctionPointerBackToSomethingEvaluable
  StackInterpreter>>#maybeRetryPrimitiveOnFailure
  StackInterpreter>>#maybeReturnToMachineCodeFrame
  StackInterpreter>>#maybeSelectorOfMethod:
  StackInterpreter>>#maybeTraceStackOverflow
  StackInterpreter>>#messageSelector
  StackInterpreter>>#metaclassNumSlots
  StackInterpreter>>#method
  StackInterpreter>>#method:
  StackInterpreter>>#methodArg:
  StackInterpreter>>#methodArgumentCount
  StackInterpreter>>#methodClassAssociationOf:
  StackInterpreter>>#methodClassOf:
  StackInterpreter>>#methodDictLinearSearchLimit:
  StackInterpreter>>#methodHeaderHasPrimitive:
  StackInterpreter>>#methodHeaderIndicatesLargeFrame:
  StackInterpreter>>#methodPrimitiveIndex
  StackInterpreter>>#methodReturnBool:
  StackInterpreter>>#methodReturnFloat:
  StackInterpreter>>#methodReturnInteger:
  StackInterpreter>>#methodReturnReceiver
  StackInterpreter>>#methodReturnString:
  StackInterpreter>>#methodReturnValue:
  StackInterpreter>>#methodUsesAlternateBytecodeSet:
  StackInterpreter>>#methodUsesPrimitiveErrorCode:
  StackInterpreter>>#mframeCogMethod:
  StackInterpreter>>#microsecondsToMilliseconds:
  StackInterpreter>>#mnuBreak:point:receiver:
  StackInterpreter>>#mnuBreakpoint:receiver:
  StackInterpreter>>#moduleUnloaded:
  StackInterpreter>>#moveFramesIn:through:toPage:
  StackInterpreter>>#nacFetchStackPointerOf:
  StackInterpreter>>#nameOfClass:
  StackInterpreter>>#nativeStackSize
  StackInterpreter>>#newHeader
  StackInterpreter>>#newMethod
  StackInterpreter>>#nextProfileTick:
  StackInterpreter>>#noAssertHeaderOf:
  StackInterpreter>>#noFixupSuperclassOf:
  StackInterpreter>>#noInlineSigned32BitIntegerGutsFor:
  StackInterpreter>>#noInlineTemporary:in:
  StackInterpreter>>#noInlineTemporary:in:put:
  StackInterpreter>>#noMarkedContextsOnPage:
  StackInterpreter>>#normalLiteralSelectorAt:argumentCount:
  StackInterpreter>>#normalSend
  StackInterpreter>>#normalSendSpecialSelector:argumentCount:
  StackInterpreter>>#nullaryInlinePrimitive:
  StackInterpreter>>#numSlotsOfMarriedContext:
  StackInterpreter>>#numStackPages:
  StackInterpreter>>#numStkPages
  StackInterpreter>>#objCouldBeClassObj:
  StackInterpreter>>#objectArg:
  StackInterpreter>>#objectMemory
  StackInterpreter>>#objectMemory:
  StackInterpreter>>#okayFields:
  StackInterpreter>>#okayInterpreterObjects
  StackInterpreter>>#openImageFileNamed:
  StackInterpreter>>#openOn:
  StackInterpreter>>#page:
  StackInterpreter>>#pendingFinalizationSignals
  StackInterpreter>>#penultimateLiteralOf:
  StackInterpreter>>#pop2AndPushIntegerIfOK:
  StackInterpreter>>#pop:
  StackInterpreter>>#pop:thenPush:
  StackInterpreter>>#pop:thenPushBool:
  StackInterpreter>>#pop:thenPushFloat:
  StackInterpreter>>#pop:thenPushInteger:
  StackInterpreter>>#popFloat
  StackInterpreter>>#popPos32BitInteger
  StackInterpreter>>#popStack
  StackInterpreter>>#popStackBytecode
  StackInterpreter>>#positive32BitIntegerFor:
  StackInterpreter>>#positive64BitIntegerFor:
  StackInterpreter>>#positiveMachineIntegerFor:
  StackInterpreter>>#postBecomeAction:
  StackInterpreter>>#postGCAction:
  StackInterpreter>>#preBecomeAction
  StackInterpreter>>#preGCAction:
  StackInterpreter>>#preemptionYields
  StackInterpreter>>#preemptionYields:
  StackInterpreter>>#primFailCode
  StackInterpreter>>#primFailCode:
  StackInterpreter>>#primitiveAccessorDepthForExternalPrimitiveMethod:
  StackInterpreter>>#primitiveEventProcessingControl
  StackInterpreter>>#primitiveFloat64ArrayAdd
  StackInterpreter>>#primitiveFloatAdd:toArg:
  StackInterpreter>>#primitiveFloatDivide:byArg:
  StackInterpreter>>#primitiveFloatEqual:toArg:
  StackInterpreter>>#primitiveFloatGreater:thanArg:
  StackInterpreter>>#primitiveFloatGreaterOrEqual:toArg:
  StackInterpreter>>#primitiveFloatLess:thanArg:
  StackInterpreter>>#primitiveFloatLessOrEqual:toArg:
  StackInterpreter>>#primitiveFloatMultiply:byArg:
  StackInterpreter>>#primitiveFloatSubtract:fromArg:
  StackInterpreter>>#primitiveFunctionPointer
  StackInterpreter>>#primitiveIndexOf:
  StackInterpreter>>#primitiveIndexOfMethod:header:
  StackInterpreter>>#primitiveObject:perform:withArguments:lookedUpIn:
  StackInterpreter>>#primitiveStartProfiling
  StackInterpreter>>#primitiveStopProfiling
  StackInterpreter>>#primitiveTable
  StackInterpreter>>#print:
  StackInterpreter>>#printActivationNameFor:receiver:isBlock:firstTemporary:
  StackInterpreter>>#printActivationNameForSelector:startClass:
  StackInterpreter>>#printAllStacks
  StackInterpreter>>#printAtCache
  StackInterpreter>>#printCallStack
  StackInterpreter>>#printCallStackFP:
  StackInterpreter>>#printCallStackOf:
  StackInterpreter>>#printCallStackOf:currentFP:
  StackInterpreter>>#printChar:
  StackInterpreter>>#printContext:
  StackInterpreter>>#printContextCallStackOf:
  StackInterpreter>>#printDecodeMethodHeaderOop:
  StackInterpreter>>#printExternalHeadFrame
  StackInterpreter>>#printFloat:
  StackInterpreter>>#printFrame:
  StackInterpreter>>#printFrame:WithSP:
  StackInterpreter>>#printFrameAndCallers:SP:
  StackInterpreter>>#printFrameAndCallers:SP:short:
  StackInterpreter>>#printFrameFlagsForFP:
  StackInterpreter>>#printFrameOop:at:
  StackInterpreter>>#printFrameOop:index:at:
  StackInterpreter>>#printFrameThing:andFrame:at:
  StackInterpreter>>#printFrameThing:at:
  StackInterpreter>>#printFramesInPage:
  StackInterpreter>>#printFramesOnStackPageListInUse
  StackInterpreter>>#printHeadFrame
  StackInterpreter>>#printHex:
  StackInterpreter>>#printHexPtr:
  StackInterpreter>>#printHexPtrnp:
  StackInterpreter>>#printHexnp:
  StackInterpreter>>#printHexnpnp:
  StackInterpreter>>#printLikelyImplementorsOfSelector:
  StackInterpreter>>#printMethodCache
  StackInterpreter>>#printMethodCacheFor:
  StackInterpreter>>#printMethodDictionary:
  StackInterpreter>>#printMethodDictionaryOf:
  StackInterpreter>>#printMethodFieldForPrintContext:
  StackInterpreter>>#printMethodHeaderOop:
  StackInterpreter>>#printNameOfClass:count:
  StackInterpreter>>#printNum:
  StackInterpreter>>#printOop:
  StackInterpreter>>#printOopShort:
  StackInterpreter>>#printOopShortInner:
  StackInterpreter>>#printPageHeadFrame
  StackInterpreter>>#printProcessStack:
  StackInterpreter>>#printProcsOnList:
  StackInterpreter>>#printSends
  StackInterpreter>>#printStackCallStack
  StackInterpreter>>#printStackCallStackOf:
  StackInterpreter>>#printStackPage:
  StackInterpreter>>#printStackPage:useCount:
  StackInterpreter>>#printStackPageList
  StackInterpreter>>#printStackPageListInUse
  StackInterpreter>>#printStackPages
  StackInterpreter>>#printStackPagesInUse
  StackInterpreter>>#printStackReferencesTo:
  StackInterpreter>>#printStringOf:
  StackInterpreter>>#printUnbalancedStack:
  StackInterpreter>>#processesInProcessListDo:
  StackInterpreter>>#profileMethod
  StackInterpreter>>#profileSemaphore
  StackInterpreter>>#push:
  StackInterpreter>>#pushActiveContextBytecode
  StackInterpreter>>#pushBool:
  StackInterpreter>>#pushConstantFalseBytecode
  StackInterpreter>>#pushConstantMinusOneBytecode
  StackInterpreter>>#pushConstantNilBytecode
  StackInterpreter>>#pushConstantOneBytecode
  StackInterpreter>>#pushConstantTrueBytecode
  StackInterpreter>>#pushConstantTwoBytecode
  StackInterpreter>>#pushConstantZeroBytecode
  StackInterpreter>>#pushFloat32ArrayToRegisterBytecode
  StackInterpreter>>#pushFloat64ArrayToRegisterBytecode
  StackInterpreter>>#pushFloat:
  StackInterpreter>>#pushFullClosureNumArgs:copiedValues:compiledBlock:receiverIsOnStack:ignoreContext:
  StackInterpreter>>#pushInteger:
  StackInterpreter>>#pushLiteralConstant:
  StackInterpreter>>#pushLiteralConstantBytecode
  StackInterpreter>>#pushLiteralVariable16CasesBytecode
  StackInterpreter>>#pushLiteralVariable:
  StackInterpreter>>#pushLiteralVariableBytecode
  StackInterpreter>>#pushMaybeContext:receiverVariable:
  StackInterpreter>>#pushMaybeContextReceiverVariable:
  StackInterpreter>>#pushNewArrayBytecode
  StackInterpreter>>#pushReceiverBytecode
  StackInterpreter>>#pushReceiverVariable:
  StackInterpreter>>#pushReceiverVariableBytecode
  StackInterpreter>>#pushRemoteTemp:inVectorAt:
  StackInterpreter>>#pushRemoteTempLongBytecode
  StackInterpreter>>#pushTemporaryVariable:
  StackInterpreter>>#pushTemporaryVariableBytecode
  StackInterpreter>>#pushedReceiverOrClosureOfFrame:
  StackInterpreter>>#putToSleep:yieldingIf:
  StackInterpreter>>#quaternaryInlinePrimitive:
  StackInterpreter>>#quickFetchInteger:ofObject:
  StackInterpreter>>#quinaryInlinePrimitive:
  StackInterpreter>>#reapAndResetErrorCodeTo:header:
  StackInterpreter>>#receiver
  StackInterpreter>>#reestablishContextPriorToCallback:
  StackInterpreter>>#remapCallbackState
  StackInterpreter>>#remoteIsInstVarAccess
  StackInterpreter>>#removeFirstLinkOfList:
  StackInterpreter>>#removeProcess:fromList:
  StackInterpreter>>#resetStackPrintedCount
  StackInterpreter>>#respondToSistaTrap
  StackInterpreter>>#respondToUnknownBytecode
  StackInterpreter>>#restoreCStackStateForCallbackContext:
  StackInterpreter>>#restoreStackLimit
  StackInterpreter>>#resume:
  StackInterpreter>>#resume:preemptedYieldingIf:
  StackInterpreter>>#retryPrimitiveOnFailure
  StackInterpreter>>#returnFalse
  StackInterpreter>>#returnNil
  StackInterpreter>>#returnNilFromBlock
  StackInterpreter>>#returnReceiver
  StackInterpreter>>#returnTopFromBlock
  StackInterpreter>>#returnTopFromMethod
  StackInterpreter>>#returnTrue
  StackInterpreter>>#reverseBytesInImage
  StackInterpreter>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  StackInterpreter>>#roomToPushNArgs:
  StackInterpreter>>#runLeakChecker
  StackInterpreter>>#safeFindFrameAbove:on:startingFrom:
  StackInterpreter>>#safeMethodClassOf:
  StackInterpreter>>#saneFunctionPointerForFailureOfPrimIndex:
  StackInterpreter>>#saneMethodClassAssociationIn:numLiterals:
  StackInterpreter>>#saveCStackStateForCallbackContext:
  StackInterpreter>>#schedulerPointer
  StackInterpreter>>#selectorOfContext:
  StackInterpreter>>#sendBreak:point:receiver:
  StackInterpreter>>#sendBreakpoint:receiver:
  StackInterpreter>>#sendLiteralSelector0ArgsBytecode
  StackInterpreter>>#sendLiteralSelector1ArgBytecode
  StackInterpreter>>#sendLiteralSelector2ArgsBytecode
  StackInterpreter>>#setBreakMNUSelector:
  StackInterpreter>>#setBreakSelector:
  StackInterpreter>>#setCheckAllocFiller:
  StackInterpreter>>#setCogVMFlags:
  StackInterpreter>>#setDesiredCogCodeSize:
  StackInterpreter>>#setDesiredEdenBytes:
  StackInterpreter>>#setExtraVMMemory:
  StackInterpreter>>#setFrameContext:to:
  StackInterpreter>>#setFrameHasContext:
  StackInterpreter>>#setFullScreenFlag:
  StackInterpreter>>#setGCMode:
  StackInterpreter>>#setHeadFP:andSP:inPage:
  StackInterpreter>>#setImageHeaderFlagsFrom:
  StackInterpreter>>#setImageName:
  StackInterpreter>>#setInterruptCheckChain:
  StackInterpreter>>#setInterruptPending:
  StackInterpreter>>#setMaxExtSemSizeTo:
  StackInterpreter>>#setMaxStacksToPrint:
  StackInterpreter>>#setMethod:
  StackInterpreter>>#setMethod:methodHeader:
  StackInterpreter>>#setMethodClassAssociationOf:to:
  StackInterpreter>>#setNextWakeupUsecs:
  StackInterpreter>>#setNumStackPages:
  StackInterpreter>>#setSavedWindowSize:
  StackInterpreter>>#setSignalLowSpaceFlagAndSaveProcess
  StackInterpreter>>#setStackPageAndLimit:
  StackInterpreter>>#setStackPointersFromPage:
  StackInterpreter>>#setTraceFlagOnContextsFramesPageIfNeeded:
  StackInterpreter>>#shadowCallStackSize
  StackInterpreter>>#shortConditionalJumpFalse
  StackInterpreter>>#shortConditionalJumpTrue
  StackInterpreter>>#shortPrint:
  StackInterpreter>>#shortPrintContext:
  StackInterpreter>>#shortPrintFrame:
  StackInterpreter>>#shortPrintFrame:AndNCallers:
  StackInterpreter>>#shortPrintFrameAndCallers:
  StackInterpreter>>#shortPrintFramesInCurrentPage
  StackInterpreter>>#shortPrintFramesInPage:
  StackInterpreter>>#shortPrintFramesOnStackPageListInUse
  StackInterpreter>>#shortPrintOop:
  StackInterpreter>>#shortReversePrintFrameAndCallers:
  StackInterpreter>>#shortUnconditionalJump
  StackInterpreter>>#showDisplayBits:Left:Top:Right:Bottom:
  StackInterpreter>>#shuffleArgumentsAndStoreAbsentReceiver:
  StackInterpreter>>#siglong:jmp:
  StackInterpreter>>#signExtend16:
  StackInterpreter>>#signalExternalSemaphores
  StackInterpreter>>#signalFinalization:
  StackInterpreter>>#signed32BitIntegerFor:
  StackInterpreter>>#signed64BitIntegerFor:
  StackInterpreter>>#sigset:jmp:
  StackInterpreter>>#sistaInlinePrimitive:
  StackInterpreter>>#sistaMappedInlinePrimitive:
  StackInterpreter>>#sizeOfCallPrimitiveBytecode:
  StackInterpreter>>#sizeOfLongStoreTempBytecode:
  StackInterpreter>>#sizeOfSTArrayFromCPrimitive:
  StackInterpreter>>#slowPrimitiveResponse
  StackInterpreter>>#snapshot:
  StackInterpreter>>#space
  StackInterpreter>>#specialSelector:
  StackInterpreter>>#specialSelector:put:
  StackInterpreter>>#specialSelectorArray:
  StackInterpreter>>#specialSelectorNumArgs:
  StackInterpreter>>#spurPostBecomeAction:
  StackInterpreter>>#stContext:at:format:fixedFields:
  StackInterpreter>>#stObject:at:
  StackInterpreter>>#stObject:at:format:fixedFields:size:
  StackInterpreter>>#stObject:at:put:
  StackInterpreter>>#stSizeOf:
  StackInterpreter>>#stackFloatValue:
  StackInterpreter>>#stackIntegerValue:
  StackInterpreter>>#stackLimitBytes
  StackInterpreter>>#stackLimitOffset
  StackInterpreter>>#stackObjectValue:
  StackInterpreter>>#stackPage:
  StackInterpreter>>#stackPageByteSize
  StackInterpreter>>#stackPageFrameBytes
  StackInterpreter>>#stackPageHeadroom
  StackInterpreter>>#stackPages:
  StackInterpreter>>#stackPagesClass
  StackInterpreter>>#stackPagesInitializedAt:totalSize:pageSize:
  StackInterpreter>>#stackPointer
  StackInterpreter>>#stackPointer:
  StackInterpreter>>#stackPointerForMaybeMarriedContext:
  StackInterpreter>>#stackPointerIndex
  StackInterpreter>>#stackPointerIndexForFrame:
  StackInterpreter>>#stackPointerIndexForFrame:WithSP:
  StackInterpreter>>#stackPositiveMachineIntegerValue:
  StackInterpreter>>#stackSignedMachineIntegerValue:
  StackInterpreter>>#stackTop
  StackInterpreter>>#stackTopPut:
  StackInterpreter>>#stackTopPutIntegerObjectOf:
  StackInterpreter>>#stackValue:
  StackInterpreter>>#stackValue:put:
  StackInterpreter>>#startPCOfMethod:
  StackInterpreter>>#startPCOfMethodHeader:
  StackInterpreter>>#storeAndPopReceiverVariableBytecode
  StackInterpreter>>#storeAndPopRemoteTempLongBytecode
  StackInterpreter>>#storeAndPopTemporaryVariableBytecode
  StackInterpreter>>#storeFloat32RegisterIntoArrayBytecode
  StackInterpreter>>#storeFloat64RegisterIntoArrayBytecode
  StackInterpreter>>#storeInteger:ofObject:withValue:
  StackInterpreter>>#storeLiteralVariable:withValue:
  StackInterpreter>>#storeMaybeContext:receiverVariable:withValue:
  StackInterpreter>>#storeMaybeContextReceiverVariable:withValue:
  StackInterpreter>>#storeRemoteTemp:inVectorAt:
  StackInterpreter>>#storeRemoteTempLongBytecode
  StackInterpreter>>#storeSenderOfFrame:withValue:
  StackInterpreter>>#storeStackPointerValue:inContext:
  StackInterpreter>>#stringOf:
  StackInterpreter>>#subFloat64VectorBytecode
  StackInterpreter>>#subscript:with:format:
  StackInterpreter>>#subscript:with:storing:format:
  StackInterpreter>>#supendActiveProcess
  StackInterpreter>>#superclassOf:
  StackInterpreter>>#superclassSend
  StackInterpreter>>#symbolicMethod:
  StackInterpreter>>#synchronousSignal:
  StackInterpreter>>#tab
  StackInterpreter>>#tempCountOf:
  StackInterpreter>>#temporary:in:
  StackInterpreter>>#temporary:in:put:
  StackInterpreter>>#temporaryCountOfMethodHeader:
  StackInterpreter>>#temporaryLocation:in:numArgs:
  StackInterpreter>>#thisClassIndex
  StackInterpreter>>#threadManager
  StackInterpreter>>#time:
  StackInterpreter>>#traceProfileState
  StackInterpreter>>#transferTo:
  StackInterpreter>>#trinaryAtPutInlinePrimitive:
  StackInterpreter>>#trinaryInlinePrimitive:
  StackInterpreter>>#tryLoadNewPlugin:pluginEntries:
  StackInterpreter>>#ultimateLiteralOf:
  StackInterpreter>>#unPop:
  StackInterpreter>>#unaryClassPrimitive
  StackInterpreter>>#unaryConvertInlinePrimitive:
  StackInterpreter>>#unaryHashInlinePrimitive:
  StackInterpreter>>#unaryInlinePrimitive:
  StackInterpreter>>#unaryNewInlinePrimitive:
  StackInterpreter>>#unaryPossibleRootInlinePrimitive
  StackInterpreter>>#unarySizeInlinePrimitive:
  StackInterpreter>>#unaryUnforwardInlinePrimitive:
  StackInterpreter>>#unconditionnalTrapBytecode
  StackInterpreter>>#undoFetchNextBytecode
  StackInterpreter>>#unfollow:atIndex:
  StackInterpreter>>#unfollowTempVector:atIndex:in:
  StackInterpreter>>#unknownBytecode
  StackInterpreter>>#unknownInlinePrimitive
  StackInterpreter>>#unknownShortOrCodeSizeInKs
  StackInterpreter>>#updateDisplayLeft:Top:Right:Bottom:
  StackInterpreter>>#updateObjectsPostByteSwap
  StackInterpreter>>#updateStateOfSpouseContextForFrame:WithSP:
  StackInterpreter>>#validBCPC:inMethod:
  StackInterpreter>>#validInstructionPointer:inFrame:
  StackInterpreter>>#validInstructionPointer:inMethod:framePointer:
  StackInterpreter>>#validStackPageBaseFrame:
  StackInterpreter>>#validStackPageBaseFrames
  StackInterpreter>>#voidLongRunningPrimitive:
  StackInterpreter>>#voidVMStateForSnapshotFlushingExternalPrimitivesIf:
  StackInterpreter>>#wakeHighestPriority
  StackInterpreter>>#whereIs:
  StackInterpreter>>#withSmallIntegerTags:
  StackInterpreter>>#withoutSmallIntegerTags2:
  StackInterpreter>>#withoutSmallIntegerTags:
  StackInterpreter>>#wordSwapped:
  StackInterpreter>>#writeBackHeadFramePointers
  StackInterpreter>>#writeImageFileIO
  StackInterpreter>>#zeroStackPage
  StackInterpreterPrimitives
  StackInterpreterPrimitives>>#allocateParameters:using:
  StackInterpreterPrimitives>>#cloneContext:
  StackInterpreterPrimitives>>#doPrimitiveSameThreadCallout
  StackInterpreterPrimitives>>#doPrimitiveWorkerCallout
  StackInterpreterPrimitives>>#doPrimitiveWorkerExtractReturnValue
  StackInterpreterPrimitives>>#ffi_call:_:_:_:
  StackInterpreterPrimitives>>#field:ofFrame:
  StackInterpreterPrimitives>>#fieldOrSenderFP:ofContext:
  StackInterpreterPrimitives>>#fieldsInFrame:
  StackInterpreterPrimitives>>#frameIsMarked:
  StackInterpreterPrimitives>>#freeArgumentsArray:count:
  StackInterpreterPrimitives>>#getHandler:
  StackInterpreterPrimitives>>#getHandlerAsCif:
  StackInterpreterPrimitives>>#getTaskFromAddress:
  StackInterpreterPrimitives>>#getWorkerFromAddress:
  StackInterpreterPrimitives>>#ioLoadModule:OfLength:
  StackInterpreterPrimitives>>#ioLoadSymbol:OfLength:FromModule:
  StackInterpreterPrimitives>>#isAppropriateForCopyObject:
  StackInterpreterPrimitives>>#loadModuleByName:
  StackInterpreterPrimitives>>#logDebug:
  StackInterpreterPrimitives>>#markFrame:
  StackInterpreterPrimitives>>#marshallAndPushReturnValueFrom:ofType:poping:
  StackInterpreterPrimitives>>#marshallArgumentFrom:atIndex:into:ofType:withSize:
  StackInterpreterPrimitives>>#marshallDoubleFrom:at:into:
  StackInterpreterPrimitives>>#marshallFloatFrom:at:into:
  StackInterpreterPrimitives>>#marshallPointerFrom:at:into:
  StackInterpreterPrimitives>>#marshallSInt16From:at:into:
  StackInterpreterPrimitives>>#marshallSInt32From:at:into:
  StackInterpreterPrimitives>>#marshallSInt64From:at:into:
  StackInterpreterPrimitives>>#marshallSInt8From:at:into:
  StackInterpreterPrimitives>>#marshallStructFrom:at:into:withSize:
  StackInterpreterPrimitives>>#marshallUInt16From:at:into:
  StackInterpreterPrimitives>>#marshallUInt32From:at:into:
  StackInterpreterPrimitives>>#marshallUInt64From:at:into:
  StackInterpreterPrimitives>>#marshallUInt8From:at:into:
  StackInterpreterPrimitives>>#maybeExternalAddressOf:startingAt:size:
  StackInterpreterPrimitives>>#newByteArrayWithStructContent:size:
  StackInterpreterPrimitives>>#noInlineLoadFloatOrIntFrom:
  StackInterpreterPrimitives>>#pathTo:using:followWeak:
  StackInterpreterPrimitives>>#popSameThreadCalloutSuspendedProcess
  StackInterpreterPrimitives>>#primitiveAllVMParameters:
  StackInterpreterPrimitives>>#primitiveClone
  StackInterpreterPrimitives>>#primitiveContextAt
  StackInterpreterPrimitives>>#primitiveContextAtPut
  StackInterpreterPrimitives>>#primitiveContextSize
  StackInterpreterPrimitives>>#primitiveContextXray
  StackInterpreterPrimitives>>#primitiveDoNamedPrimitiveWithArgs
  StackInterpreterPrimitives>>#primitiveDoPrimitiveWithArgs
  StackInterpreterPrimitives>>#primitiveExecuteMethod
  StackInterpreterPrimitives>>#primitiveExecuteMethodArgsArray
  StackInterpreterPrimitives>>#primitiveExternalCall
  StackInterpreterPrimitives>>#primitiveFFIAllocate
  StackInterpreterPrimitives>>#primitiveFFIFree
  StackInterpreterPrimitives>>#primitiveFFIIntegerAt
  StackInterpreterPrimitives>>#primitiveFFIIntegerAtPut
  StackInterpreterPrimitives>>#primitiveFindHandlerContext
  StackInterpreterPrimitives>>#primitiveFindNextUnwindContext
  StackInterpreterPrimitives>>#primitiveFlushCacheByMethod
  StackInterpreterPrimitives>>#primitiveFlushCacheBySelector
  StackInterpreterPrimitives>>#primitiveFullGC
  StackInterpreterPrimitives>>#primitiveGetCurrentWorkingDirectory
  StackInterpreterPrimitives>>#primitiveGetVMParameter:
  StackInterpreterPrimitives>>#primitiveIncrementalGC
  StackInterpreterPrimitives>>#primitiveInstVarAt
  StackInterpreterPrimitives>>#primitiveInstVarAtPut
  StackInterpreterPrimitives>>#primitiveLoadBoolean8FromBytes
  StackInterpreterPrimitives>>#primitiveLoadBoolean8FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadChar16FromBytes
  StackInterpreterPrimitives>>#primitiveLoadChar16FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadChar32FromBytes
  StackInterpreterPrimitives>>#primitiveLoadChar32FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadChar8FromBytes
  StackInterpreterPrimitives>>#primitiveLoadChar8FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadFloat32FromBytes
  StackInterpreterPrimitives>>#primitiveLoadFloat32FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadFloat64FromBytes
  StackInterpreterPrimitives>>#primitiveLoadFloat64FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadInt16FromBytes
  StackInterpreterPrimitives>>#primitiveLoadInt16FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadInt32FromBytes
  StackInterpreterPrimitives>>#primitiveLoadInt32FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadInt64FromBytes
  StackInterpreterPrimitives>>#primitiveLoadInt64FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadInt8FromBytes
  StackInterpreterPrimitives>>#primitiveLoadInt8FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadPointerFromBytes
  StackInterpreterPrimitives>>#primitiveLoadPointerFromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadSymbolFromModule
  StackInterpreterPrimitives>>#primitiveLoadUInt16FromBytes
  StackInterpreterPrimitives>>#primitiveLoadUInt16FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadUInt32FromBytes
  StackInterpreterPrimitives>>#primitiveLoadUInt32FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadUInt64FromBytes
  StackInterpreterPrimitives>>#primitiveLoadUInt64FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLoadUInt8FromBytes
  StackInterpreterPrimitives>>#primitiveLoadUInt8FromExternalAddress
  StackInterpreterPrimitives>>#primitiveLongRunningPrimitive
  StackInterpreterPrimitives>>#primitiveLongRunningPrimitiveSemaphore
  StackInterpreterPrimitives>>#primitiveObjectPointsTo
  StackInterpreterPrimitives>>#primitivePerform
  StackInterpreterPrimitives>>#primitivePin
  StackInterpreterPrimitives>>#primitiveSameThreadCallout
  StackInterpreterPrimitives>>#primitiveSetGCSemaphore
  StackInterpreterPrimitives>>#primitiveSetVMParameter:arg:
  StackInterpreterPrimitives>>#primitiveSignalAtMilliseconds
  StackInterpreterPrimitives>>#primitiveSignalAtUTCMicroseconds
  StackInterpreterPrimitives>>#primitiveSlotAt
  StackInterpreterPrimitives>>#primitiveSlotAtPut
  StackInterpreterPrimitives>>#primitiveStoreBoolean8IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreBoolean8IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreChar16IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreChar16IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreChar32IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreChar32IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreChar8IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreChar8IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreFloat32IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreFloat32IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreFloat64IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreFloat64IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreInt16IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreInt16IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreInt32IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreInt32IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreInt64IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreInt64IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreInt8IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreInt8IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStorePointerIntoBytes
  StackInterpreterPrimitives>>#primitiveStorePointerIntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreStackp
  StackInterpreterPrimitives>>#primitiveStoreUInt16IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreUInt16IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreUInt32IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreUInt32IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreUInt64IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreUInt64IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveStoreUInt8IntoBytes
  StackInterpreterPrimitives>>#primitiveStoreUInt8IntoExternalAddress
  StackInterpreterPrimitives>>#primitiveTerminateTo
  StackInterpreterPrimitives>>#primitiveVMParameter
  StackInterpreterPrimitives>>#primitiveVoidReceiver
  StackInterpreterPrimitives>>#primitiveVoidVMState
  StackInterpreterPrimitives>>#primitiveWorkerCallout
  StackInterpreterPrimitives>>#primitiveWorkerExtractReturnValue
  StackInterpreterPrimitives>>#pruneStack:stackp:
  StackInterpreterPrimitives>>#ptEnterInterpreterFromCallback:
  StackInterpreterPrimitives>>#ptExitInterpreterToCallback:
  StackInterpreterPrimitives>>#pushSameThreadCalloutSuspendedProcess:
  StackInterpreterPrimitives>>#readAddress:
  StackInterpreterPrimitives>>#unmarkAfterPathTo
  StackInterpreterPrimitives>>#unmarkAllFrames
  StackInterpreterPrimitives>>#worker_dispatch_callout:_:
  StackInterpreterPrimitives>>#worker_task_new:_:_:_:_:
  StackInterpreterPrimitives>>#writeAddress:to:
  StackInterpreterSimulator
  StackInterpreterSimulator>>#isNonArgumentImplicitReceiverVariableName:
  StackInterpreterSimulator>>#new
  StackInterpreterSimulator>>#newWithOptions:
  StackInterpreterSimulator>>#onObjectMemory:
  StackInterpreterSimulator>>#onObjectMemory:options:
  StackInterpreterSimulator>>#allObjectsSelect:
  StackInterpreterSimulator>>#argumentCount:
  StackInterpreterSimulator>>#assertValidExecutionPointers
  StackInterpreterSimulator>>#assertValidExecutionPointersAtEachStep
  StackInterpreterSimulator>>#assertValidExecutionPointersAtEachStep:
  StackInterpreterSimulator>>#atEachStepBlock:
  StackInterpreterSimulator>>#baseFrameReturn
  StackInterpreterSimulator>>#basicInitialize
  StackInterpreterSimulator>>#booleanCheat:
  StackInterpreterSimulator>>#bootstrapping
  StackInterpreterSimulator>>#bootstrapping:
  StackInterpreterSimulator>>#breakCount
  StackInterpreterSimulator>>#byteAt:
  StackInterpreterSimulator>>#byteAt:put:
  StackInterpreterSimulator>>#byteCount
  StackInterpreterSimulator>>#byteCountText
  StackInterpreterSimulator>>#bytecodePrimAtPut
  StackInterpreterSimulator>>#cCoerceSimple:to:
  StackInterpreterSimulator>>#callExternalPrimitive:
  StackInterpreterSimulator>>#checkStackIntegrity
  StackInterpreterSimulator>>#classAndSelectorOfMethod:forReceiver:
  StackInterpreterSimulator>>#classNameOf:Is:
  StackInterpreterSimulator>>#clipboardRead:Into:At:
  StackInterpreterSimulator>>#clipboardSize
  StackInterpreterSimulator>>#cloneSimulation
  StackInterpreterSimulator>>#close
  StackInterpreterSimulator>>#codeGeneratorToComputeAccessorDepth
  StackInterpreterSimulator>>#cogit
  StackInterpreterSimulator>>#copyBits
  StackInterpreterSimulator>>#cr
  StackInterpreterSimulator>>#desiredDisplayExtent
  StackInterpreterSimulator>>#desiredEdenBytes:
  StackInterpreterSimulator>>#desiredNumStackPages:
  StackInterpreterSimulator>>#disableBooleanCheat:
  StackInterpreterSimulator>>#dispatchCurrentBytecode
  StackInterpreterSimulator>>#dispatchMappedPluginEntry:
  StackInterpreterSimulator>>#dispatchOn:in:
  StackInterpreterSimulator>>#displayForm
  StackInterpreterSimulator>>#displayLocation
  StackInterpreterSimulator>>#displayView
  StackInterpreterSimulator>>#displayView:
  StackInterpreterSimulator>>#divorceFramesIn:
  StackInterpreterSimulator>>#doSignalExternalSemaphores:
  StackInterpreterSimulator>>#doesNotUnderstand:
  StackInterpreterSimulator>>#drawLoopX:Y:
  StackInterpreterSimulator>>#dumpMethodHeader:
  StackInterpreterSimulator>>#elementsPerPrintOopLine
  StackInterpreterSimulator>>#endPCOf:
  StackInterpreterSimulator>>#externalDivorceFrame:andContext:
  StackInterpreterSimulator>>#externalInstVar:ofContext:put:
  StackInterpreterSimulator>>#fetchByte
  StackInterpreterSimulator>>#filterPerformOf:to:
  StackInterpreterSimulator>>#firstIndexableField:
  StackInterpreterSimulator>>#flush
  StackInterpreterSimulator>>#flushExternalPrimitives
  StackInterpreterSimulator>>#forShortPrintString:filterPerformMessages:
  StackInterpreterSimulator>>#frameOfMarriedContext:
  StackInterpreterSimulator>>#framePointer
  StackInterpreterSimulator>>#functionPointerFor:inClass:
  StackInterpreterSimulator>>#getErrorObjectFromPrimFailCode
  StackInterpreterSimulator>>#halfWordHighInLong32:
  StackInterpreterSimulator>>#halfWordLowInLong32:
  StackInterpreterSimulator>>#handleListenEvent:
  StackInterpreterSimulator>>#headerStart:
  StackInterpreterSimulator>>#imageName
  StackInterpreterSimulator>>#imageName:
  StackInterpreterSimulator>>#imageNameGet:Length:
  StackInterpreterSimulator>>#imageNamePut:Length:
  StackInterpreterSimulator>>#imageNameSize
  StackInterpreterSimulator>>#incrementByteCount
  StackInterpreterSimulator>>#initialize
  StackInterpreterSimulator>>#initializePluginEntries
  StackInterpreterSimulator>>#instVar:ofContext:put:
  StackInterpreterSimulator>>#insufficientMemoryAvailableError
  StackInterpreterSimulator>>#insufficientMemorySpecifiedError
  StackInterpreterSimulator>>#internalCannotReturn:
  StackInterpreterSimulator>>#interpret
  StackInterpreterSimulator>>#interpreterAllocationReserveBytes
  StackInterpreterSimulator>>#invalidCompactClassError:
  StackInterpreterSimulator>>#ioBeDisplay:width:height:depth:
  StackInterpreterSimulator>>#ioCanRenameImage
  StackInterpreterSimulator>>#ioCanWriteImage
  StackInterpreterSimulator>>#ioExit
  StackInterpreterSimulator>>#ioExitWithErrorCode:
  StackInterpreterSimulator>>#ioGetMaxExtSemTableSize
  StackInterpreterSimulator>>#ioHeartbeatMilliseconds
  StackInterpreterSimulator>>#ioInitHeartbeat
  StackInterpreterSimulator>>#ioLoadFunction:From:
  StackInterpreterSimulator>>#ioLoadFunction:From:AccessorDepthInto:
  StackInterpreterSimulator>>#ioMSecs
  StackInterpreterSimulator>>#ioMicroMSecs
  StackInterpreterSimulator>>#ioMousePoint
  StackInterpreterSimulator>>#ioProcessEvents
  StackInterpreterSimulator>>#ioRelinquishProcessorForMicroseconds:
  StackInterpreterSimulator>>#ioScreenDepth
  StackInterpreterSimulator>>#ioScreenScaleFactor
  StackInterpreterSimulator>>#ioScreenSize
  StackInterpreterSimulator>>#ioSetMaxExtSemTableSize:
  StackInterpreterSimulator>>#ioSynchronousCheckForEvents
  StackInterpreterSimulator>>#ioUTCMicroseconds
  StackInterpreterSimulator>>#ioUTCStartMicroseconds
  StackInterpreterSimulator>>#isPrimitiveFunctionPointerAnIndex
  StackInterpreterSimulator>>#literal:
  StackInterpreterSimulator>>#loadNewPlugin:
  StackInterpreterSimulator>>#longAt:
  StackInterpreterSimulator>>#longAt:put:
  StackInterpreterSimulator>>#lookupMethodInClass:
  StackInterpreterSimulator>>#lookupOrdinaryNoMNUEtcInClass:
  StackInterpreterSimulator>>#mappedPluginEntries
  StackInterpreterSimulator>>#markContextAsDead:
  StackInterpreterSimulator>>#messageSelector:
  StackInterpreterSimulator>>#methodForContext:
  StackInterpreterSimulator>>#nameOfClass:
  StackInterpreterSimulator>>#nextShortFrom:
  StackInterpreterSimulator>>#openOn:extraMemory:
  StackInterpreterSimulator>>#parent
  StackInterpreterSimulator>>#parent:
  StackInterpreterSimulator>>#pluginEntryFor:
  StackInterpreterSimulator>>#pluginList:
  StackInterpreterSimulator>>#preBecomeAction
  StackInterpreterSimulator>>#primStringcomparewithcollated
  StackInterpreterSimulator>>#primStringfindSubstringinstartingAtmatchTable
  StackInterpreterSimulator>>#primStringindexOfAsciiinStringstartingAt
  StackInterpreterSimulator>>#primStringtranslatefromtotable
  StackInterpreterSimulator>>#primitiveAtPut
  StackInterpreterSimulator>>#primitiveContextAt
  StackInterpreterSimulator>>#primitiveDoPrimitiveWithArgs
  StackInterpreterSimulator>>#primitiveExecuteMethod
  StackInterpreterSimulator>>#primitiveExecuteMethodArgsArray
  StackInterpreterSimulator>>#primitiveFailFor:
  StackInterpreterSimulator>>#primitiveGetAttribute
  StackInterpreterSimulator>>#primitiveIdentityHash
  StackInterpreterSimulator>>#primitiveObject:perform:withArguments:lookedUpIn:
  StackInterpreterSimulator>>#primitiveObjectPointsTo
  StackInterpreterSimulator>>#primitivePerform
  StackInterpreterSimulator>>#primitiveStoreStackp
  StackInterpreterSimulator>>#primitiveSuspend
  StackInterpreterSimulator>>#primitiveVMParameter
  StackInterpreterSimulator>>#primitiveWait
  StackInterpreterSimulator>>#print:
  StackInterpreterSimulator>>#printChar:
  StackInterpreterSimulator>>#printCurrentBytecodeOn:
  StackInterpreterSimulator>>#printECS
  StackInterpreterSimulator>>#printFrameFlagsForFP:
  StackInterpreterSimulator>>#printFrameOop:at:
  StackInterpreterSimulator>>#printFrameThing:andFrame:at:
  StackInterpreterSimulator>>#printFrameThing:at:
  StackInterpreterSimulator>>#printHex:
  StackInterpreterSimulator>>#printHexnp:
  StackInterpreterSimulator>>#printHexnpnp:
  StackInterpreterSimulator>>#printLCS
  StackInterpreterSimulator>>#printNum:
  StackInterpreterSimulator>>#printSends
  StackInterpreterSimulator>>#printSends:
  StackInterpreterSimulator>>#printStringForCurrentBytecode
  StackInterpreterSimulator>>#printStringOf:
  StackInterpreterSimulator>>#profile:
  StackInterpreterSimulator>>#profileSends:
  StackInterpreterSimulator>>#pushMaybeContextReceiverVariable:
  StackInterpreterSimulator>>#queueForwardedEvent:
  StackInterpreterSimulator>>#redirectTranscriptToHost
  StackInterpreterSimulator>>#reverseBytesInImage
  StackInterpreterSimulator>>#rewriteMethodCacheEntryForExternalPrimitiveToFunction:
  StackInterpreterSimulator>>#run
  StackInterpreterSimulator>>#runAtEachStep:
  StackInterpreterSimulator>>#runAtEachStep:breakCount:
  StackInterpreterSimulator>>#runForNBytes:
  StackInterpreterSimulator>>#savedWindowSize
  StackInterpreterSimulator>>#setBreakCount:
  StackInterpreterSimulator>>#setClickStepBreakBlock
  StackInterpreterSimulator>>#setDisplayForm:
  StackInterpreterSimulator>>#setImageName:
  StackInterpreterSimulator>>#shortPrintContext:
  StackInterpreterSimulator>>#shortPrintFrame:
  StackInterpreterSimulator>>#signalSemaphoreWithIndex:
  StackInterpreterSimulator>>#singleStep
  StackInterpreterSimulator>>#slowPrimitiveResponse
  StackInterpreterSimulator>>#space
  StackInterpreterSimulator>>#splObj:
  StackInterpreterSimulator>>#sqGetInterpreterProxy
  StackInterpreterSimulator>>#sqMemoryExtraBytesLeft:
  StackInterpreterSimulator>>#sqShrinkMemory:By:
  StackInterpreterSimulator>>#stackPage
  StackInterpreterSimulator>>#stackPages
  StackInterpreterSimulator>>#startInContextSuchThat:
  StackInterpreterSimulator>>#startInSender
  StackInterpreterSimulator>>#startOfMemory
  StackInterpreterSimulator>>#success:
  StackInterpreterSimulator>>#systemAttributes
  StackInterpreterSimulator>>#tab
  StackInterpreterSimulator>>#test1
  StackInterpreterSimulator>>#testBecome
  StackInterpreterSimulator>>#testWithFramePrint
  StackInterpreterSimulator>>#time:
  StackInterpreterSimulator>>#toggleTranscript
  StackInterpreterSimulator>>#toggleTranscriptForSimulatorMorph:
  StackInterpreterSimulator>>#transcript
  StackInterpreterSimulator>>#transcript:
  StackInterpreterSimulator>>#transferTo:
  StackInterpreterSimulator>>#turnOnPrimTraceLog
  StackInterpreterSimulator>>#unableToReadImageError
  StackInterpreterSimulator>>#updateStateOfSpouseContextForFrame:WithSP:
  StackInterpreterSimulator>>#veryDeepCopyWith:
  StackInterpreterSimulator>>#vmPathGet:Length:
  StackInterpreterSimulator>>#warning:
  StackInterpreterSimulator>>#warpBits
  StackInterpreterSimulator>>#windowColorToUse
  StackInterpreterSimulator>>#windowIsClosing
  StackInterpreterSimulator>>#withMemoryProtectionDo:
  StackInterpreterSimulator>>#withoutSmallIntegerTags:
  StackInterpreterSimulatorLSB
  StackInterpreterSimulatorLSB>>#halfWordHighInLong32:
  StackInterpreterSimulatorLSB>>#halfWordLowInLong32:
  StackInterpreterSimulatorLSB>>#nextShortFrom:
  StackInterpreterSimulatorLSB>>#vmEndianness

NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: VMMakerConfiguration class>>baseInterpreterClass (InterpreterPrimitives is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>defaultInterpreterClass (StackInterpreter is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>generateSqueakSpurCog64VM (CoInterpreter is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>generateSqueakSpurCogSista64VM (CoInterpreter is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>generateSqueakSpurCogSistaVM (CoInterpreter is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>generateSqueakSpurCogVM (CoInterpreter is Undeclared)
NewUndeclaredWarning: VMMakerConfiguration class>>generateSqueakSpurRegisterCogVM (CoInterpreter is Undeclared)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: Integer>>asUnsignedInteger (CoInterpreter is Undeclared)
NewUndeclaredWarning: Integer>>asUnsignedInteger (StackInterpreter is Undeclared)
NewUndeclaredWarning: Integer>>asUnsignedIntegerPtr (StackInterpreter is Undeclared)
NewUndeclaredWarning: InterpreterProxy>>characterObjectOf: (StackInterpreter is Undeclared)
NewUndeclaredWarning: InterpreterProxy>>isImmediate: (StackInterpreter is Undeclared)
NewUndeclaredWarning: InterpreterProxy>>isOopImmutable: (StackInterpreter is Undeclared)
NewUndeclaredWarning: InterpreterStackPagesMSB>>byteAt: (StackInterpreter is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit class>>instanceForTests: (CoInterpreter is Undeclared)
NewUndeclaredWarning: Cogit class>>instanceForTests: (CoInterpreter is Undeclared)
NewUndeclaredWarning: Cogit class>>specialValueForConstant:default: (CoInterpreter is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: VMClass class>>initializeForPlugins: (StackInterpreterSimulator is Undeclared)
NewUndeclaredWarning: CogObjectRepresentation>>setCogit:methodZone: (StackInterpreter is Undeclared)
NewUndeclaredWarning: CurrentImageCoInterpreterFacade>>initialize (CoInterpreter is Undeclared)
NewUndeclaredWarning: CurrentImageCoInterpreterFacade>>initialize (CoInterpreter is Undeclared)
NewUndeclaredWarning: CurrentImageCoInterpreterFacadeForSpurObjectRepresentation>>accessorDepthForPrimitiveIndex: (StackInterpreterPrimitives is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: SpurMemoryManager class>>initializeObjectHeaderConstants (TopHashBit is Undeclared)
NewUndeclaredWarning: SpurMemoryManager class>>vmProxyMajorVersion (StackInterpreter is Undeclared)
NewUndeclaredWarning: SpurMemoryManager class>>vmProxyMinorVersion (StackInterpreter is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
#at:ifAbsent: was sent to nil
UndefinedObject(Object)>>doesNotUnderstand: #at:ifAbsent:
UndefinedObject>>doesNotUnderstand: #at:ifAbsent:
VMClass class>>objectMemoryClass
[:ivn|
		"Notionally objectHeader is in a union with homeOffset and startpc but
		 we don't have any convenient support for unions.  So hack, hack, hack, hack."
		((self == CogBlockMethod
			ifTrue: [#('objectHeader')]
			ifFalse: [#('homeOffset' 'startpc' 'padToWord')]) includes: ivn) ifFalse:
				[aBinaryBlock
					value: ivn
					value: (ivn caseOf: {
								['objectHeader']			-> [VMClass objectMemoryClass baseHeaderSize = 8
																ifTrue: [#sqLong]
																ifFalse: [#sqInt]].
								['cmNumArgs']				-> [#(unsigned ' : 8')].		"SqueakV3 needs only 5 bits"
								['cmType']					-> [#(unsigned ' : 3')].
								['cmRefersToYoung']		-> [#(unsigned #Boolean ' : 1')].
								['cpicHasMNUCaseOrCMIsFullBlock']
															-> [#(unsigned #Boolean ' : 1')].
								['cmUsageCount']			-> [#(unsigned ' : 3')].		"See CMMaxUsageCount in initialize"
								['cmUsesPenultimateLit']	-> [#(unsigned #Boolean ' : 1')].
								['cbUsesInstVars']			-> [#(unsigned #Boolean ' : 1')].
								['cmUnusedFlags']			-> [#(unsigned ' : 2')].
								['stackCheckOffset']		-> [#(unsigned ' : 12')].	"See MaxStackCheckOffset in initialize. a.k.a. cPICNumCases"
								['blockSize']				-> [#'unsigned short'].		"See MaxMethodSize in initialize"
								['picUsage']			-> [#'unsigned short'].
								['homeOffset']				-> [#'unsigned short'].
								['startpc']					-> [#'unsigned short'].
								['padToWord']				-> [#(#BaseHeaderSize 8 'unsigned int')].
								['counters']					-> [#usqInt]}				"See SistaCogMethod"
							otherwise:
								[#sqInt])]] in CogMethod class(CogBlockMethod class)>>instVarNamesAndTypesForTranslationDo: in Block: [:ivn|...
Array(SequenceableCollection)>>do:
CogMethod class(CogBlockMethod class)>>instVarNamesAndTypesForTranslationDo:
CogMethod class(VMStructType class)>>fieldAccessorsForBytesPerWord:
CogMethod class(VMStructType class)>>fieldAccessorSourceFor:bytesPerWord:
[self fieldAccessorSourceFor: surrogateClass bytesPerWord: (VMMakerConfiguration bytesPerWord:  bytesPerWord)] in CogMethod class(VMStructType class)>>checkGenerateSurrogate:bytesPerWord: in Block: [self fieldAccessorSourceFor: surrogateClass b[..]
FullBlockClosure(BlockClosure)>>ensure:
CogMethod class(VMStructType class)>>checkGenerateSurrogate:bytesPerWord:
CogMethod class>>initialize
MCMethodDefinition>>postloadOver:
[ :each | each postloadOver: (self obsoletionFor: each) ] in MCPackageLoader>>basicLoadDefinitions in Block: [ :each | each postloadOver: (self obsoletionF[..]
[ :each | | newLabel |
			"Special handling for first and last element"
			(count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) 
				ifTrue: [ 
					bar current: count.
					oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) 
						ifFalse: [
							bar label: newLabel.
							oldLabel := newLabel ].
				lastUpdate := Time millisecondClockValue ].
			aBlock value: each.
			count := count + 1 ] in [:bar |
		labelBlock := aStringOrBlock isString
			ifTrue: [
				bar label: aStringOrBlock.
				[ :dummyItem | aStringOrBlock] ]
			ifFalse: [ aStringOrBlock ].

		self do: [ :each | | newLabel |
			"Special handling for first and last element"
			(count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) 
				ifTrue: [ 
					bar current: count.
					oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) 
						ifFalse: [
							bar label: newLabel.
							oldLabel := newLabel ].
				lastUpdate := Time millisecondClockValue ].
			aBlock value: each.
			count := count + 1 ] ] in OrderedCollection(Collection)>>do:displayingProgress:every: in Block: [ :each | | newLabel |...
OrderedCollection>>do:
[:bar |
		labelBlock := aStringOrBlock isString
			ifTrue: [
				bar label: aStringOrBlock.
				[ :dummyItem | aStringOrBlock] ]
			ifFalse: [ aStringOrBlock ].

		self do: [ :each | | newLabel |
			"Special handling for first and last element"
			(count = 0 or: [ count + 1 = size or: [(Time millisecondsSince: lastUpdate) >= msecs]]) 
				ifTrue: [ 
					bar current: count.
					oldLabel = (newLabel := (labelBlock cull: each) ifNil: [oldLabel]) 
						ifFalse: [
							bar label: newLabel.
							oldLabel := newLabel ].
				lastUpdate := Time millisecondClockValue ].
			aBlock value: each.
			count := count + 1 ] ] in OrderedCollection(Collection)>>do:displayingProgress:every: in Block: [:bar |...
FullBlockClosure(BlockClosure)>>cull:
[ ^ block cull: self ] in [ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ ^ block cull: self ]
[ activeProcess
			psValueAt: index
			put: anObject.
		aBlock value ] in CurrentJob(DynamicVariable)>>value:during: in Block: [ activeProcess...
FullBlockClosure(BlockClosure)>>ensure:
CurrentJob(DynamicVariable)>>value:during:
CurrentJob class(DynamicVariable class)>>value:during:
[ self prepareForRunning.
	  CurrentJob value: self during: [ ^ block cull: self ] ] in Job>>run in Block: [ self prepareForRunning....
FullBlockClosure(BlockClosure)>>ensure:
Job>>run
NonInteractiveUIManager(UIManager)>>displayProgress:from:to:during:
ByteString(String)>>displayProgressFrom:to:during:
OrderedCollection(Collection)>>do:displayingProgress:every:
OrderedCollection(Collection)>>do:displayingProgress:
make[3]: *** [build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build] Error 1
make[2]: *** [CMakeFiles/build_vmmaker_get_image.dir/all] Error 2
make[1]: *** [CMakeFiles/vmmaker.dir/rule] Error 2
make: *** [vmmaker] Error 2
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2

GitHub has been notified of this commit’s build result

Finished: FAILURE