Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8118342

JVM crashes after display mode is changed from LoDPI to HiDPI (FX app with ImageView)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • 8
    • 8
    • javafx
    • None
    • Mac OS X 10.7.5
      Java(TM) SE Runtime Environment (build 1.8.0-ea-b77)
      Java HotSpot(TM) 64-Bit Server VM (build 25.0-b18, mixed mode)

    Description

      Please take a look at the attached crash report

      The test is very simple:
      root = new Pane();
      scene = new Scene(root, 600, 400, Color.WHITE);
      ImageView imgView = new ImageView("img.png");
      root.getChildren().add(imgView);

      The display mode has been changed from LiDPI to HiDPI and application window has been moved.
      Then JVM crashes.
      Double scale image ("img@2x.png") is available at the same path.

      Attachments

        Issue Links

          Activity

            People

              flar Jim Graham
              tledkov Taras Ledkov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: