mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
f8800caf4f
1124 changed files with 35140 additions and 7456 deletions
|
@ -195,6 +195,7 @@ class java_lang_String : AllStatic {
|
|||
|
||||
class java_lang_Class : AllStatic {
|
||||
friend class VMStructs;
|
||||
friend class JVMCIVMStructs;
|
||||
|
||||
private:
|
||||
// The fake offsets are added by the class loader when java.lang.Class is loaded
|
||||
|
@ -506,9 +507,8 @@ class java_lang_Throwable: AllStatic {
|
|||
static oop get_stack_trace_element(oop throwable, int index, TRAPS);
|
||||
static int get_stack_trace_depth(oop throwable, TRAPS);
|
||||
// Printing
|
||||
static void print(oop throwable, outputStream* st);
|
||||
static void print(Handle throwable, outputStream* st);
|
||||
static void print_stack_trace(oop throwable, outputStream* st);
|
||||
static void print_stack_trace(Handle throwable, outputStream* st);
|
||||
// Debugging
|
||||
friend class JavaClasses;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue