OpenJDK / amber / amber
changeset 52893:7f2d95b14b4a condy-folding
Automatic merge with jep-334
author | mcimadamore |
---|---|
date | Tue, 16 Oct 2018 00:53:17 +0200 |
parents | 74ee15ed51dc 8b0bd1ee3674 |
children | b273792ba635 |
files | src/java.base/share/classes/java/lang/constant/ConstantDesc.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/java.base/share/classes/java/lang/constant/ConstantDesc.java Thu Oct 11 14:29:13 2018 -0700 +++ b/src/java.base/share/classes/java/lang/constant/ConstantDesc.java Tue Oct 16 00:53:17 2018 +0200 @@ -99,6 +99,7 @@ * @return the resolved constant value * @throws ReflectiveOperationException if a class, method, or field * could not be reflectively resolved in the course of resolution + * @throws LinkageError if a linkage error occurs * @jvms 5.4.3 Resolution * @jvms 5.4.4 Access Control */