Re: RFR: JDK-8317285: Misspellings in hprof test lib

2023-10-13 Thread Chris Plummer
On Fri, 13 Oct 2023 01:15:58 GMT, Alex Menkov wrote: > The change fixes misspelled "referer" in test/lib/jdk/test/lib/hprof library > The only caller of changed public API is VThreadInHeapDump.java Marked as reviewed by cjplummer (Reviewer). - PR Review: https://git.openjdk.org/jdk

Re: RFR: JDK-8317285: Misspellings in hprof test lib

2023-10-13 Thread Serguei Spitsyn
On Fri, 13 Oct 2023 01:15:58 GMT, Alex Menkov wrote: > The change fixes misspelled "referer" in test/lib/jdk/test/lib/hprof library > The only caller of changed public API is VThreadInHeapDump.java Looks good. Thanks, serguei - Marked as reviewed by sspitsyn (Reviewer). PR Review: