The Google App Engine Java overview page indicates that the Java versions 5 and 6 are supported. When starting the local development server with Java 7u4 the following error bubbles up:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0xa) at pc=0x000000010d733a96, pid=32766, tid=140735250205024
#
# JRE version: 7.0_04-b21
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b21 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# J com.google.appengine.repackaged.org.objectweb.asm.MethodWriter.visitInsn(I)V
#
For more information please refer to the output and the thread dump.
Is there any known issue with this particular Java 7 version? Is there going to be full Java 7 support for GAE Java on the roadmap?