RFR: 8350642: Interpreter: Upgrade CountBytecodes to 64 bit on 64 bit platforms
    David Linus Briemann 
    duke at openjdk.org
       
    Wed Mar  5 21:52:15 UTC 2025
    
    
  
On Tue, 25 Feb 2025 13:57:53 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:
>> 8350642: Interpreter: Upgrade CountBytecodes to 64 bit on 64 bit platforms
>
> test/hotspot/jtreg/runtime/interpreter/CountBytecodesTest.java line 65:
> 
>> 63:         } else {
>> 64:             ProcessBuilder pb = ProcessTools.createTestJavaProcessBuilder("-Xint", "-XX:+CountBytecodes", "CountBytecodesTest", "test");
>> 65:             OutputAnalyzer output = new OutputAnalyzer(pb.start());
> 
> Do you think it would be easier to use `ProcessTools.executeTestJava` here?
That looks better. I fixed it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23766#discussion_r1969867666
    
    
More information about the hotspot-dev
mailing list