JDK-8079459 : JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing after JDK-8026049
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-06
  • Updated: 2017-07-31
  • Resolved: 2015-11-02
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 9
9 b93Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
JCK test api/java_nio/ByteBuffer/index.html#GetPutXXX start failing at all platforms with today (2015-05-05) nightly, possible change is JDK-8026049.

api/java_nio/ByteBuffer/index_GetPutXXX TestCase [ByteBuffer1021]

java.nio.BufferOverflowException
	at java.nio.Buffer.nextPutIndex(Buffer.java:527)
	at java.nio.HeapByteBuffer.getFloat(HeapByteBuffer.java:480)
	at javasoft.sqe.tests.api.java.nio.ByteBuffer.GetPutXXXTests.ByteBuffer1021(GetPutXXXTests.java:580)
	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 javasoft.sqe.javatest.lib.MultiTest.invokeTestCase(MultiTest.java:405)
	at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:194)
	at javasoft.sqe.javatest.lib.MultiTest.run(MultiTest.java:126)
	at javasoft.sqe.tests.api.java.nio.ByteBuffer.GetPutXXXTests.main(GetPutXXXTests.java:35)
ByteBuffer1021: Failed. Test case throws exception: java.nio.BufferOverflowException


java version "1.9.0-ea" 
Java(TM) SE Runtime Environment (build 1.9.0-ea-langtools-nightly-h2623-20150505-b63) 

jck suite info: 
JCK version: 9/b12
Comments
Brian - I think there was a follow-up fix to the original push, not sure if it's in jdk9/dev yet.
06-05-2015