OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [pr23739.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
public class pr23739
2
{
3
  static
4
  {
5
    System.loadLibrary ("pr23739");
6
  }
7
 
8
  public static class A
9
  {
10
  }
11
 
12
  public static class B extends A
13
  {
14
  }
15
 
16
  static native void checkOrder (Class clazz1, Class clazz2);
17
 
18
  public static void main (String[] args)
19
  {
20
    checkOrder (A.class, B.class);
21
  }
22
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.