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

java.util.zip.Deflater.init throws InternalError

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 7-pool
    • 6u95, 7, 7u80
    • core-libs

      Issue is reproduced only with 64-bit fastdebug binaries

      $ jdk/bin/java -showversion -d64 Test
      java version "1.7.0_80-ea-fastdebug"
      Java(TM) SE Runtime Environment (build 1.7.0_80-ea-fastdebug-langtools-nightly-h1958-20141223-b04-b04)
      Java HotSpot(TM) 64-Bit Server VM (build 24.80-b07-fastdebug, mixed mode)

      Exception in thread "main" java.lang.InternalError
              at java.util.zip.Deflater.init(Native Method)
              at java.util.zip.Deflater.<init>(Deflater.java:171)
              at java.util.zip.Deflater.<init>(Deflater.java:188)
              at Test.main(Test.java:5)

            igerasim Ivan Gerasimov
            bmoloden Boris Molodenkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: