mirror of
https://github.com/openjdk/jdk7u.git
synced 2025-12-10 20:36:33 -06:00
8289907: Add missed jdk/src/share part of 8087283
Reviewed-by: bae Backport-of: b05b9cbefad137c5e2802942de6e77d3994f4315
This commit is contained in:
parent
c05358d999
commit
2af5704f35
@ -167,6 +167,14 @@ public class XalanXPathAPI implements XPathAPI {
|
||||
|
||||
private synchronized static void fixupFunctionTable() {
|
||||
installed = false;
|
||||
if (new FunctionTable().functionAvailable("here")) {
|
||||
if (log.isLoggable(java.util.logging.Level.FINE)) {
|
||||
log.log(java.util.logging.Level.FINE, "Here function already registered");
|
||||
}
|
||||
installed = true;
|
||||
return;
|
||||
}
|
||||
|
||||
if (log.isLoggable(java.util.logging.Level.FINE)) {
|
||||
log.log(java.util.logging.Level.FINE, "Registering Here function");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user