avian 0.7+20140401-1 source package in Ubuntu

Changelog

avian (0.7+20140401-1) unstable; urgency=low


  * Update to 20140401.

 -- Xerxes RĂ„nby <email address hidden>  Fri, 04 Apr 2013 15:44:39 +0200

Upload details

Uploaded by:
OpenJDK
Uploaded to:
Sid
Original maintainer:
OpenJDK
Architectures:
amd64 armel armhf i386 powerpc
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe java

Downloads

File Size SHA-256 Checksum
avian_0.7+20140401-1.dsc 1.2 KiB d2b01148abd40e06a67356ec958149bb9db49e9b511004a17704d8d4b767711e
avian_0.7+20140401.orig.tar.gz 596.3 KiB 58d654e37573033de331a0a2de24219ae0ffdd290a602153a85263de0e4489f6
avian_0.7+20140401-1.debian.tar.xz 11.9 KiB 122bda6dd95911a8a2dbfa148e434e875c094c2122c0d870894a02d8fdf2b830

No changes file available.

Binary packages built by this source

jvm-7-avian-jre: lightweight virtual machine using the OpenJDK class library

 Avian is a lightweight virtual machine and class library designed
 to provide a useful subset of Java's features, suitable for building
 self-contained applications.
 .
 The VM is implemented from scratch and designed to be both fast and small.
 .
  - Just-In-Time (JIT) compilation for fast method execution.
  - Generational, copying garbage collection ensures short pause times and good
    spatial locality.
  - Thread-local heaps provide O(1) memory allocation with no synchronization
    overhead.
  - Null pointer dereferences are handled via OS signals to avoid unnecessary
    branches.