mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
a45b9ead44
4721 changed files with 98364 additions and 42034 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -263,6 +263,7 @@ class ClassLoaderData : public CHeapObj<mtClass> {
|
|||
jobject add_handle(Handle h);
|
||||
void add_class(Klass* k);
|
||||
void remove_class(Klass* k);
|
||||
bool contains_klass(Klass* k);
|
||||
void record_dependency(Klass* to, TRAPS);
|
||||
void init_dependencies(TRAPS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue