On Fri, 6 Oct 2023 18:45:59 GMT, Srinivas Vamsi Parasa <d...@openjdk.org> wrote:
>> My tier1-7 testing passed. Good. > >> My tier1-7 testing passed. Good. > > Thank you, Vladimir! Hi @vamsi-parasa, May be too late but there is one question. We have 2 new methods `private static <A> void sort(Class<?> elemType, A array, ...` `private static <A> int[] partition(Class<?> elemType, A array, ...` and 4 methods which are passed to them: `mixedInsertionSort, insertionSort, partitionDualPivot, partitionDualPivot` Methods `partitionDualPivot` and `partitionDualPivot`are `@ForceInline`, but `mixedInsertionSort' and `insertionSort` are not. Is it ok, or we missed something? ------------- PR Comment: https://git.openjdk.org/jdk/pull/14227#issuecomment-1751401463