Your message dated Sat, 23 Mar 2019 16:08:07 +0100
with message-id <[email protected]>
and subject line closing remaining openjdk-6 bugs
has caused the Debian Bug report #529337,
regarding openjdk-6-jre: Virtual machine produces/executes incorrect code.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
529337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529337
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openjdk-6-jre
Severity: important

Current version of openjdk has a bug that causes the execution of incorrect 
code when dealing with Integer.MAX_VALUE.

The problem is easily reproduceable with the following code:

public class HotSpotError {
  static public void main(String[] args) {
  int i1 = 0;
  int i2 = Integer.MAX_VALUE;
  while (i1 >= 0) {
    i1++;
    if (i1 > i2) {
      System.out.println("E R R O R: " + i1);
      return;
      }
    }
  }
}

An example of the output is this:
E R R O R: 497892

The number of the iteration at which the bug exhibits depends on the 
optimisation parameters used and the release of the JDK.



--- End Message ---
--- Begin Message ---
Version: 6b41-1.13.13-1+rm

Hi,

openjdk-6 was last released with Debian 7.0 (wheezy), which had its LTS
support end nearly a year ago and which has now been archived.
I'm therefore closing the remaining openjdk-6 bugs, assuming they are no
longer relevant for newer (and still supported) openjdk releases.

Andreas

--- End Message ---

Reply via email to