mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8202631: JVM_Clone to throw CloneNotSupportException for Reference object
JVM_Clone throws; delete previous partial support for cloning. Reviewed-by: eosterlund, mchung, dholmes, coleenp
This commit is contained in:
parent
f899fb1841
commit
65abdefedf
7 changed files with 5 additions and 101 deletions
|
@ -946,20 +946,6 @@ class java_lang_ref_SoftReference: public java_lang_ref_Reference {
|
|||
static void serialize(SerializeClosure* f) NOT_CDS_RETURN;
|
||||
};
|
||||
|
||||
// Interface to java.lang.ref.ReferenceQueue objects
|
||||
|
||||
class java_lang_ref_ReferenceQueue: public AllStatic {
|
||||
public:
|
||||
static int static_NULL_queue_offset;
|
||||
static int static_ENQUEUED_queue_offset;
|
||||
|
||||
// Accessors
|
||||
static oop NULL_queue();
|
||||
static oop ENQUEUED_queue();
|
||||
|
||||
static void compute_offsets();
|
||||
};
|
||||
|
||||
// Interface to java.lang.invoke.MethodHandle objects
|
||||
|
||||
class MethodHandleEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue