mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8265972: Remove declarations with no implementations in javaClasses.hpp
Reviewed-by: coleenp
This commit is contained in:
parent
cb29b19fec
commit
1d37b9840a
1 changed files with 0 additions and 10 deletions
|
@ -383,8 +383,6 @@ class java_lang_Thread : AllStatic {
|
|||
public:
|
||||
static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN;
|
||||
|
||||
// Instance creation
|
||||
static oop create();
|
||||
// Returns the JavaThread associated with the thread obj
|
||||
static JavaThread* thread(oop java_thread);
|
||||
// Set JavaThread for instance
|
||||
|
@ -521,7 +519,6 @@ class java_lang_Throwable: AllStatic {
|
|||
static void set_message(oop throwable, oop value);
|
||||
static Symbol* detail_message(oop throwable);
|
||||
static void print_stack_element(outputStream *st, Method* method, int bci);
|
||||
static void print_stack_usage(Handle stream);
|
||||
|
||||
static void compute_offsets();
|
||||
static void serialize_offsets(SerializeClosure* f) NOT_CDS_RETURN;
|
||||
|
@ -706,8 +703,6 @@ class java_lang_reflect_Field : public java_lang_reflect_AccessibleObject {
|
|||
|
||||
static void set_signature(oop constructor, oop value);
|
||||
static void set_annotations(oop constructor, oop value);
|
||||
static void set_parameter_annotations(oop method, oop value);
|
||||
static void set_annotation_default(oop method, oop value);
|
||||
|
||||
// Debugging
|
||||
friend class JavaClasses;
|
||||
|
@ -888,8 +883,6 @@ class java_lang_ref_Reference: AllStatic {
|
|||
static inline void set_discovered(oop ref, oop value);
|
||||
static inline void set_discovered_raw(oop ref, oop value);
|
||||
static inline HeapWord* discovered_addr_raw(oop ref);
|
||||
static inline oop queue(oop ref);
|
||||
static inline void set_queue(oop ref, oop value);
|
||||
static bool is_referent_field(oop obj, ptrdiff_t offset);
|
||||
static inline bool is_final(oop ref);
|
||||
static inline bool is_phantom(oop ref);
|
||||
|
@ -924,8 +917,6 @@ class java_lang_ref_SoftReference: public java_lang_ref_Reference {
|
|||
|
||||
// Interface to java.lang.invoke.MethodHandle objects
|
||||
|
||||
class MethodHandleEntry;
|
||||
|
||||
class java_lang_invoke_MethodHandle: AllStatic {
|
||||
friend class JavaClasses;
|
||||
|
||||
|
@ -998,7 +989,6 @@ class java_lang_invoke_LambdaForm: AllStatic {
|
|||
|
||||
// Accessors
|
||||
static oop vmentry(oop lform);
|
||||
static void set_vmentry(oop lform, oop invoker);
|
||||
|
||||
// Testers
|
||||
static bool is_subclass(Klass* klass) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue