Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jdk/test/sun/java2d/marlin/CrashNaNTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @test
* @bug 8149338
* @summary Verifies that Marlin supports NaN coordinates and no JVM crash happens !
* @run main CrashNaNTest
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine CrashNaNTest
*/
public class CrashNaNTest {

Expand Down
2 changes: 1 addition & 1 deletion jdk/test/sun/java2d/marlin/CrashPaintTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @bug 8148886
* @summary Verifies that Marlin supports reentrant operations (ThreadLocal)
* like in custom Paint or custom Composite
* @run main CrashPaintTest
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine CrashPaintTest
*/
public class CrashPaintTest {

Expand Down
4 changes: 2 additions & 2 deletions jdk/test/sun/java2d/marlin/CrashTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
/**
* @test
* @summary Simple crash rendering test using huge GeneralPaths with the Marlin renderer
* @run main/othervm -mx512m CrashTest
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -mx512m CrashTest
* @ignore tests that take a long time and consumes 5Gb memory
* @run main/othervm -ms4g -mx4g CrashTest -slow
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -ms4g -mx4g CrashTest -slow
*/
public class CrashTest {

Expand Down
2 changes: 1 addition & 1 deletion jdk/test/sun/java2d/marlin/TextClipErrorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* @test @bug 8144718
* @summary Check the Stroker.drawBezApproxForArc() bug (stoke with round
* joins): if cosext2 > 0.5, it generates curves with NaN coordinates
* @run main TextClipErrorTest
* @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine TextClipErrorTest
*/
public class TextClipErrorTest {

Expand Down