test/script/basic/compile-octane-splitter.js

changeset 1337
248dc4f11e5b
parent 1106
ac111e4cb1dc
equal deleted inserted replaced
1336:5ed57fe26f13 1337:248dc4f11e5b
27 * and persistent code store off, for the same reasons. These last two 27 * and persistent code store off, for the same reasons. These last two
28 * are currently default, but this is not guaranteed to be the case 28 * are currently default, but this is not guaranteed to be the case
29 * forever, so make this test future safe, we specify them explicitly 29 * forever, so make this test future safe, we specify them explicitly
30 * 30 *
31 * @test 31 * @test
32 * @runif external.octane
32 * @fork 33 * @fork
34 * @option -scripting
33 * @option -Dnashorn.compiler.splitter.threshold=1000 35 * @option -Dnashorn.compiler.splitter.threshold=1000
34 * @fork
35 * @runif external.octane
36 * @option -scripting
37 * @option -Dnashorn.typeInfo.disabled=true 36 * @option -Dnashorn.typeInfo.disabled=true
38 * @option --class-cache-size=0 37 * @option --class-cache-size=0
39 * @option --persistent-code-cache=false 38 * @option --persistent-code-cache=false
40 */ 39 */
41 40

mercurial