view c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/C1XHotSpotTests.java @ 1420:44efca8a02d6

reformatting similar to other maxine projects (tabs, etc.)
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 13 Jul 2010 11:47:55 -0700
parents 1b41af477605
children
line wrap: on
line source

package com.sun.hotspot.c1x;

public class C1XHotSpotTests {

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