Skip to content

Commit

Permalink
8265972: Remove declarations with no implementations in javaClasses.hpp
Browse files Browse the repository at this point in the history
Reviewed-by: coleenp
  • Loading branch information
albertnetymk committed Apr 26, 2021
1 parent cb29b19 commit 1d37b98
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/hotspot/share/classfile/javaClasses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 1d37b98

Please sign in to comment.