view c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/C1XHotSpotTests.java @ 1417:2c41834aa270

Small adaptations
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Wed, 23 Jun 2010 17:20:40 +0200
parents 1b41af477605
children 44efca8a02d6
line wrap: on
line source

package com.sun.hotspot.c1x;

public class C1XHotSpotTests {

	public static int add(int a, int b) {
		return a + b;
	}
}