You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/references/suite.md
+46
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,52 @@ Note that the property file should reside in `path/../config/specjbb2015.props`
101
101
Only strings are allowed, which should correspond to the the mode of the SPECjbb2015 controller.
102
102
Right now, only `"composite"` is supported.
103
103
104
+
## `SPECjvm98` (preview ⚠️)
105
+
[SPECjvm98](https://www.spec.org/jvm98/).
106
+
107
+
Note that you will need to prepend probes to the classpaths, so that the [modified](https://github.com/anupli/probes/blob/master/SpecApplication.java) `SpecApplication` can be used.
0 commit comments