Mercurial
Mercurial
>
jdk-sandbox
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
jdk/test/java/util/logging/java.policy
author
jlahoda
Wed, 12 Dec 2012 20:26:56 +0100
changeset 14803
88347e495d34
parent 13578
cb435d74ab6b
permissions
-rw-r--r--
8004504: ListBuffer could reuse List.nil() as the sentinel element Summary: ListBuffer.last now points to the last elements with client data, or null if none. Reviewed-by: jjg, mcimadamore
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
13578
cb435d74ab6b
7192275: Minimize LogManager dependencies on java.beans
alanb
parents:
diff
changeset
1
grant {
cb435d74ab6b
7192275: Minimize LogManager dependencies on java.beans
alanb
parents:
diff
changeset
2
permission java.util.logging.LoggingPermission "control";
cb435d74ab6b
7192275: Minimize LogManager dependencies on java.beans
alanb
parents:
diff
changeset
3
};