|
21 | 21 | * questions.
|
22 | 22 | */
|
23 | 23 |
|
24 |
| -/** |
25 |
| - * @test |
26 |
| - * @bug 8318817 |
27 |
| - * @requires vm.debug |
28 |
| - * @summary Test flag with large value |
29 |
| - * |
30 |
| - * @run main/othervm -XX:NMethodSizeLimit=351658240 |
31 |
| - * compiler.arguments.TestC1Globals |
32 |
| - */ |
33 |
| - |
34 |
| -/** |
35 |
| - * @test |
36 |
| - * @bug 8318817 |
37 |
| - * @requires vm.debug |
38 |
| - * @summary Test flag with large value |
39 |
| - * |
40 |
| - * @run main/othervm -XX:NMethodSizeLimit=224001703 |
41 |
| - * compiler.arguments.TestC1Globals |
42 |
| - */ |
43 |
| - |
44 | 24 | /**
|
45 | 25 | * @test
|
46 | 26 | * @bug 8316653
|
47 | 27 | * @requires vm.debug
|
48 |
| - * @summary Test flag with max value |
| 28 | + * @summary Test flag with max value. |
49 | 29 | *
|
50 |
| - * @run main/othervm -XX:NMethodSizeLimit=2147483647 |
| 30 | + * @run main/othervm -XX:NMethodSizeLimit=1M |
51 | 31 | * compiler.arguments.TestC1Globals
|
52 | 32 | */
|
53 | 33 |
|
|
56 | 36 | * @bug 8318817
|
57 | 37 | * @requires vm.debug
|
58 | 38 | * @requires os.family == "linux"
|
59 |
| - * @summary Test flag with large value combined with transparent huge pages on |
| 39 | + * @summary Test flag with max value combined with transparent huge pages on |
60 | 40 | * Linux.
|
61 | 41 | *
|
62 |
| - * @run main/othervm -XX:NMethodSizeLimit=351658240 |
| 42 | + * @run main/othervm -XX:NMethodSizeLimit=1M |
63 | 43 | * -XX:+UseTransparentHugePages
|
64 | 44 | * compiler.arguments.TestC1Globals
|
65 |
| - * |
66 | 45 | */
|
67 | 46 |
|
68 | 47 | /**
|
69 | 48 | * @test
|
70 |
| - * @bug 8318817 |
| 49 | + * @bug 8320682 |
71 | 50 | * @requires vm.debug
|
72 |
| - * @requires os.family == "linux" |
73 |
| - * @summary Test flag with large value combined with transparent huge pages on |
74 |
| - * Linux. |
| 51 | + * @summary Test flag with max value and specific compilation. |
75 | 52 | *
|
76 |
| - * @run main/othervm -XX:NMethodSizeLimit=224001703 |
77 |
| - * -XX:+UseTransparentHugePages |
| 53 | + * @run main/othervm -XX:NMethodSizeLimit=1M |
| 54 | + * -XX:CompileOnly=java.util.HashMap::putMapEntries |
| 55 | + * -Xcomp |
78 | 56 | * compiler.arguments.TestC1Globals
|
79 | 57 | *
|
80 | 58 | */
|
|
0 commit comments