JDK-8006813 : Compilation error in PKCS12KeyStore.java
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-01-24
  • Updated: 2013-04-12
  • Resolved: 2013-01-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b75Fixed
Related Reports
Relates :  
Description
../hg/jdk8/tl/jdk/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java:843: error: ';' expected
                                Security.getProperty
                                                    ^
../hg/jdk8/tl/jdk/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java:844: error: not a statement
                                    KEY_PROTECTION_ALGORITHM[0]);
                                                            ^
../hg/jdk8/tl/jdk/src/share/classes/sun/security/pkcs12/PKCS12KeyStore.java:844: error: ';' expected
                                    KEY_PROTECTION_ALGORITHM[0]);
                                                               ^
../hg/jdk8/tl/jdk/src/share/classes/jdk/internal/org/objectweb/asm/util/CheckMethodAdapter.java:1209: warning: '_' used as an identifier
        } catch (IllegalArgumentException _) {
                                          ^
  (use of '_' as an identifier might not be supported in future releases)
../hg/jdk8/tl/jdk/src/share/classes/jdk/internal/org/objectweb/asm/util/CheckMethodAdapter.java:1283: warning: '_' used as an identifier
                } catch (IllegalArgumentException _) {
                                                  ^
  (use of '_' as an identifier might not be supported in future releases)
3 errors
2 warnings

Comments
nightly-tl builds available in later dates Hence closing this as verified
12-04-2013

Build failure caused by 8005408
24-01-2013

Missing open parentheses on call to Security.getProperty()
24-01-2013