-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225978 | 14 | Martin Doerr | P4 | Resolved | Fixed | team |
The test generates a random number of compiler directives, which might be greater than the value of CompilerDirectivesLimit. This causes the VM to stop execution upon the corresponding capacity check.
Fix: set CompilerDirectivesLimit to the max random number used.
Fix: set CompilerDirectivesLimit to the max random number used.
- backported by
-
JDK-8225978 [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit
- Resolved
- relates to
-
JDK-8140405 CompilerControl: Compiler.clear_directives doesn't clear the exclude state
- Open
-
JDK-8225370 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java fails with Socket closed
- Open