JDK-8131159 : com/sun/crypto/provider/Cipher/AES/TestGHASH.java failed with java.lang.NullPointerException
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux_2.6
  • Submitted: 2015-07-14
  • Updated: 2015-07-14
  • Resolved: 2015-07-14
Related Reports
Duplicate :  
Description
com/sun/crypto/provider/Cipher/AES/TestGHASH.java  failed with java.lang.NullPointerException

see below exception:

java.lang.NullPointerException
	at TestGHASH.digestGHASH(TestGHASH.java:68)
	at TestGHASH.check(TestGHASH.java:125)
	at TestGHASH.main(TestGHASH.java:155)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
	at java.lang.Thread.run(Thread.java:745)

JavaTest Message: Test threw exception: java.lang.NullPointerException
JavaTest Message: shutting down test
Comments
This fix was pushed into the hs-comp repo on 2015-07-10. It will take a week or so to show up in the jdk9 dev repo A null pointer is another way this bug shows itself when the cpu registers get confused in the stack
14-07-2015

Match with aurora : RULE com/sun/crypto/provider/Cipher/AES/TestGHASH.java Exception java.lang.NullPointerException
14-07-2015