← Back to team overview

openjdk team mailing list archive

[Bug 1361895] Re: Openjdk-8-jdk is a debug build

 

Yes I read that fastdebug-info a long time ago and IMHO what is says
about speed is incorrect. In Java 6 fastdebug was horribly slow as well
and things do not seem to have changed.

I downloaded and installed Java 8 from Oracle and that does run as
expected. It seemed to be slightly faster than OpenJDK 7 on some
benchmarks I did but the difference was very small.

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-8 in Ubuntu.
https://bugs.launchpad.net/bugs/1361895

Title:
  Openjdk-8-jdk is a debug build

Status in “openjdk-8” package in Ubuntu:
  Confirmed

Bug description:
  The current openjdk-8-jdk package  for Ubuntu 14.10 installs a version
  of java that reports "openjdk version 1.8.0_01-internal-fastdebug" as
  its version. This is a debug build that works painfully slow. Using it
  to run Eclipse and do stuff like building projects or even open source
  everything takes about five times as long as when using openjdk-7-jdk.

  This package should not contain a debug build, if at all a debug
  version should be in a separate package.

  Expected: getting a normal production build to run Java programs for
  normal use.

  Instead: II got a debug build that runs Java programs painfully slow
  (and probably with a lot of memory overhead although I did not check
  that).

  silvio@mizuno:~$ lsb_release -rd
  Description:	Ubuntu Utopic Unicorn (development branch)
  Release:	14.10

  silvio@mizuno:~$ apt-cache policy openjdk-8-jdk
  openjdk-8-jdk:
    Installed: 8u20-b26-1ubuntu1
    Candidate: 8u20-b26-1ubuntu1
    Version table:
   *** 8u20-b26-1ubuntu1 0
          500 http://archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
          100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-8/+bug/1361895/+subscriptions


References