test/hotspot/jtreg/gc/TestFullGCALot.java
changeset 48092 72855b7d10ac
parent 47216 71c04702a3d5
child 53523 4c5184c56dc2
equal deleted inserted replaced
48091:b936dd383b25 48092:72855b7d10ac
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test TestFullGCALot
    25  * @test TestFullGCALot
    26  * @key gc
    26  * @key gc
    27  * @bug 4187687
    27  * @bug 4187687 8187819
    28  * @summary Ensure no access violation when using FullGCALot
    28  * @summary Ensure no access violation when using FullGCALot
    29  * @requires vm.debug
    29  * @requires vm.debug
    30  * @run main/othervm -XX:NewSize=10m -XX:+FullGCALot -XX:FullGCALotInterval=120 TestFullGCALot
    30  * @run main/othervm -XX:NewSize=10m -XX:+FullGCALot -XX:FullGCALotInterval=120 TestFullGCALot
    31  */
    31  */
    32 
    32