2009-04-07 sponge

* BOB prevent jvac from optimizing out thread-group code from -10
This commit is contained in:
sponge
2009-04-07 03:01:39 +00:00
parent 98617723a2
commit c03b519849
3 changed files with 6 additions and 1 deletions

View File

@ -166,6 +166,8 @@ public class BOB {
SimpleScheduler Y1 = SimpleScheduler.getInstance(); SimpleScheduler Y1 = SimpleScheduler.getInstance();
SimpleTimer2 Y2 = SimpleTimer2.getInstance(); SimpleTimer2 Y2 = SimpleTimer2.getInstance();
i = Y.hashCode(); i = Y.hashCode();
i = Y1.hashCode();
i = Y2.hashCode();
{ {
try { try {

View File

@ -1,3 +1,6 @@
2009-04-07 sponge
* BOB prevent jvac from optimizing out thread-group code from -10
2009-04-07 zzz 2009-04-07 zzz
* NTCP: Prevent occasional NPE introduced in -4 * NTCP: Prevent occasional NPE introduced in -4
* streamr: Synchronize DatagramMaker * streamr: Synchronize DatagramMaker

View File

@ -17,7 +17,7 @@ import net.i2p.CoreVersion;
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $"; public final static String ID = "$Revision: 1.548 $ $Date: 2008-06-07 23:00:00 $";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 11; public final static long BUILD = 12;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);