⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 《java virtual machine》是研究jvm的一本书
💻
字号:
This is a start of a basic set of tests intended to exercise the API
functions available in the jas and scm packages. It is not complete by
any means.

all.java tries to touch as much of the jas API as it can, generating a
non functional class called regress.class. all.jas does
something similar, but for the scm package.

  Once the jas and scm packages are compiled, do this:

  % (cd ..; javac -d . tests/all.java; java all; cmp regress.class tests/regress.class)
  % (cd ..; java scm.driver tests/all.jas; cmp scmregress.class tests/scmregress.class)


If both these complete silently, you are in good shape. Otherwise,
mail me a bug report and enough details for me to replicate it :)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -