mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-29 00:02:34 +00:00
8367131: Test com/sun/jdi/ThreadMemoryLeakTest.java fails on 32 bits
Reviewed-by: lmesnik, cjplummer, shade
This commit is contained in:
parent
4e2a85f750
commit
fdc11a1569
@ -28,7 +28,7 @@
|
||||
*
|
||||
* @comment Don't allow -Xcomp or -Xint as they impact memory useage and number of iterations.
|
||||
* Require compressed oops because not doing so increases memory usage.
|
||||
* @requires (vm.compMode == "Xmixed") & vm.opt.final.UseCompressedOops
|
||||
* @requires (vm.compMode == "Xmixed") & (vm.bits == 32 | vm.opt.final.UseCompressedOops)
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -g ThreadMemoryLeakTest.java
|
||||
* @comment run with -Xmx7m so any leak will quickly produce OOME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user