mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8001471: Klass::cast() does nothing
Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
a988fc0968
commit
4aad9b74e7
54 changed files with 343 additions and 351 deletions
|
@ -346,7 +346,7 @@ void Universe::genesis(TRAPS) {
|
|||
// ---
|
||||
// New
|
||||
// Have already been initialized.
|
||||
Klass::cast(_objectArrayKlassObj)->append_to_sibling_list();
|
||||
_objectArrayKlassObj->append_to_sibling_list();
|
||||
|
||||
// Compute is_jdk version flags.
|
||||
// Only 1.3 or later has the java.lang.Shutdown class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue