- OpenJDK 7 and Wheezy
  - Damien Raude-Morvan (trying to) porting for kfreebsd and working on mips issues
    + Torsten Werner will look at kfreebsd too (maybe starting with JamVM)
  - Archive rebuild under amd64
  - We may need source uploads for Java packages accessing "internal classes etc."
  - The OpenJDK maintainers are interested in talking with the Hurd GSoC student (Jérémie Koenig <jk@jk.fr.eu.org>).
    - Once the i386 port is done, then most likely the rest of the Hurd archs
      (if any at the time) will work without too many changes.
    - This article details the status of the OpenJDK under Hurd:
      https://lwn.net/Articles/452296/

- mips status of openjdk
  - Need new mips interested people as maintainers if we are to continue
    supporting
  - Use jamvm on mips?
  - Drop default-jdk if OpenJDK cannot be built and another Java6-compatible
    JDK is not available? But maintain the Build-Depends of openjdk (e.g. gcj,
    ant-gcj, ...).



- Drop of the llvm-2.7 dependency
  - 2.7 is no longer maintained (upstream)
  - as far as we know, does not work with more recent versions of llvm
  - bad results

- gcj status (remove -gcj packages, compile on the fly)
  - No update, are we still interested?
    - Not a good idea in all cases (takes too long on some(all?) architectures)
    - Maybe as a background daemon
  - Probably not if we get a "decent JVM" on all architectures
    - In this case just keep the gcj packages needed to bootstrap OpenJDK
    - ant-gcj (and its {build-,}dependencies) and the ecj compiler
    - Looks like there are about 45 packages with pattern -gcj in the archive

- jarwrapper (binfmt-support)
  - Replace with a wrapper script?
  - Includes "\r" in the command-line
    - Not filed as a bug (TODO: Tom Marble!)
  - Not available on kfreebsd (Hurd?)
    - Needs binfmt-support

- Java symbols
  - Prototype ready
    - Can detect common breakages
    - Can be produce versioned dependencies
      - In this case we need to deploy symbols on packages then and B-D on them
    - Large symbols
  - Write wiki page on this.
  - Maybe use symbols on "important" libraries
  - http://lists.debian.org/debian-dpkg/2011/05/msg00089.html


