File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
jdk/test/sun/java2d/marlin Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 * @test
4040 * @bug 8149338
4141 * @summary Verifies that Marlin supports NaN coordinates and no JVM crash happens !
42- * @run main CrashNaNTest
42+ * @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine CrashNaNTest
4343 */
4444public class CrashNaNTest {
4545
Original file line number Diff line number Diff line change 4747 * @bug 8148886
4848 * @summary Verifies that Marlin supports reentrant operations (ThreadLocal)
4949 * like in custom Paint or custom Composite
50- * @run main CrashPaintTest
50+ * @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine CrashPaintTest
5151 */
5252public class CrashPaintTest {
5353
Original file line number Diff line number Diff line change 3535/**
3636 * @test
3737 * @summary Simple crash rendering test using huge GeneralPaths with the Marlin renderer
38- * @run main/othervm -mx512m CrashTest
38+ * @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine - mx512m CrashTest
3939 * @ignore tests that take a long time and consumes 5Gb memory
40- * @run main/othervm -ms4g -mx4g CrashTest -slow
40+ * @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine - ms4g -mx4g CrashTest -slow
4141*/
4242public class CrashTest {
4343
Original file line number Diff line number Diff line change 5353 * @test @bug 8144718
5454 * @summary Check the Stroker.drawBezApproxForArc() bug (stoke with round
5555 * joins): if cosext2 > 0.5, it generates curves with NaN coordinates
56- * @run main TextClipErrorTest
56+ * @run main/othervm -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine TextClipErrorTest
5757 */
5858public class TextClipErrorTest {
5959
You can’t perform that action at this time.
0 commit comments