Skip to content

Commit

Permalink
8250523: Remove abortOnException diagnostic option from TestHumongous…
Browse files Browse the repository at this point in the history
…NonArrayAllocation.java

Reviewed-by: kbarrett
  • Loading branch information
Roger Riggs committed Dec 18, 2020
1 parent 00d80fd commit 1dae45d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
*
* @run main/othervm -Xms128M -Xmx128M -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:G1HeapRegionSize=1M -XX:AbortVMOnException=java.lang.StackOverflowError
* -XX:G1HeapRegionSize=1M
* gc.g1.humongousObjects.TestHumongousNonArrayAllocation LARGEST_NON_HUMONGOUS
*
* @run main/othervm -Xms128M -Xmx128M -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:G1HeapRegionSize=1M -XX:AbortVMOnException=java.lang.StackOverflowError
* -XX:G1HeapRegionSize=1M
* gc.g1.humongousObjects.TestHumongousNonArrayAllocation SMALLEST_HUMONGOUS
*
* @run main/othervm -Xms128M -Xmx128M -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:G1HeapRegionSize=1M -XX:AbortVMOnException=java.lang.StackOverflowError
* -XX:G1HeapRegionSize=1M
* gc.g1.humongousObjects.TestHumongousNonArrayAllocation ONE_REGION_HUMONGOUS
*
* @run main/othervm -Xms128M -Xmx128M -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:G1HeapRegionSize=1M -XX:AbortVMOnException=java.lang.StackOverflowError
* -XX:G1HeapRegionSize=1M
* gc.g1.humongousObjects.TestHumongousNonArrayAllocation TWO_REGION_HUMONGOUS
*
* @run main/othervm -Xms128M -Xmx128M -XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
* -XX:G1HeapRegionSize=1M -XX:AbortVMOnException=java.lang.StackOverflowError
* -XX:G1HeapRegionSize=1M
* gc.g1.humongousObjects.TestHumongousNonArrayAllocation MORE_THAN_TWO_REGION_HUMONGOUS
*
*/
Expand Down

1 comment on commit 1dae45d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.