comparison src/share/vm/c1x/c1x_VMEntries.hpp @ 1434:72cfb36c6bb2

* enabled all jtt tests * added proxy that counts jni calls * honor hotspot stackshadowpages * constant pool caching * monitor enter/exit * arithmetic stubs (frem, drem, ...) * create stack values for debug info * some doc
author Lukas Stadler <lukas.stadler@oracle.com>
date Thu, 30 Sep 2010 17:19:48 -0700
parents 760213a60e8b
children 3e3e8bd12730
comparison
equal deleted inserted replaced
1433:efba53f86c4f 1434:72cfb36c6bb2
23 */ 23 */
24 24
25 extern JNINativeMethod VMEntries_methods[]; 25 extern JNINativeMethod VMEntries_methods[];
26 int VMEntries_methods_count(); 26 int VMEntries_methods_count();
27 27
28 // nothing here - no need to define the jni method implementations in a header file
28 29
29 30
30