Multi-stream: == on a boxed join key works below 128 and fails above

Integer.valueOf caches -128..127, so identity comparison on a small join key appears to work and keeps working right up to the day an id crosses 127. The bug ships because the test data was small.

Full code & output

This topic is available to PRO members.

Sign in Create a free account
More in JAVA

Run this yourself in the Online Java Compiler, spin up a live REST API in the API Sandbox, or practise with Java interview questions.

Published 2026-09-20

© Java Coding Hub · About · Contact · Privacy · Terms