mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8228659: Record which Java methods are called by native codes in JGSS and JAAS
Reviewed-by: mullan
This commit is contained in:
parent
83b11a570a
commit
12c278c3e3
17 changed files with 44 additions and 95 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2019, 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
|
||||
|
@ -165,6 +165,8 @@ public class HostAddress implements Cloneable {
|
|||
/**
|
||||
* Creates a HostAddress from the specified address and address type.
|
||||
*
|
||||
* Warning: called by nativeccache.c.
|
||||
*
|
||||
* @param new_addrType the value of the address type which matches the defined
|
||||
* address family constants in the Berkeley Standard
|
||||
* Distributions of Unix.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue