view test/runtime/ClassUnload/classes/test/Empty.java @ 21693:dd987b035a0b

fix bug where computed graal.version value is longer than the placeholder value
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Jun 2015 13:47:47 +0200
parents 33bcd9ead1d5
children
line wrap: on
line source

package test;

public class Empty {
public String toString() { return "nothing"; }
}