YangJie

Results 232 comments of YangJie

> > https://github.com/openjdk/jdk/blob/dfacda488bfbe2e11e8d607a6d08527710286982/src/java.base/share/classes/java/util/Arrays.java#L2146-L2173 > > ``` > > /** > > * Searches the specified array for the specified object using the binary > > * search algorithm. The array...

@attilapiros I have reverted the merge on branch-3.5 because it was causing compilation failures. If you have the time, please submit an independent pr for branch-3.5. Thanks ~

I haven't reviewed the code changes in the pr yet, but: 1. The PR title should reflect the work done in the current PR as much as possible, the current...

@fusheng-rd hmm... It seems that the way you merge the code is not quite right.

Removed `Stale` because it represented a genuine existing issue.

Merged into master.Thanks @yuexing @wangyum @pan3793 and @Tagar

> It looks like the discussion thread is not accessible ? I am trying to understand the rationale for the change - is it to prevent a class cast exception...