6711908: JVM needs direct access to some annotations

Add annotation extraction code to class file parser.

Reviewed-by: twisti, jrose, kvn
This commit is contained in:
Michael Haupt 2012-07-12 00:39:53 -07:00 committed by John R Rose
parent e2fc7f742c
commit e0cf9c652d
6 changed files with 316 additions and 43 deletions

View file

@ -160,6 +160,8 @@ class ciMethod : public ciObject {
// Code size for inlining decisions.
int code_size_for_inlining();
bool force_inline() { return get_methodOop()->force_inline(); }
int comp_level();
int highest_osr_comp_level();