On Tue, 8 Apr 2025 14:31:38 GMT, Magnus Ihse Bursie wrote:
>> We had a test setup failure in our distributed test system where the process
>> running jtreg crashed. This caused the hs_err file to end up in the root of
>> the source tree. Dropping crash files in the source tree is bad practice a
> We had a test setup failure in our distributed test system where the process
> running jtreg crashed. This caused the hs_err file to end up in the root of
> the source tree. Dropping crash files in the source tree is bad practice and
> makes it harder to find such files. We should change the c
> We had a test setup failure in our distributed test system where the process
> running jtreg crashed. This caused the hs_err file to end up in the root of
> the source tree. Dropping crash files in the source tree is bad practice and
> makes it harder to find such files. We should change the c
On Mon, 7 Apr 2025 20:33:14 GMT, Magnus Ihse Bursie wrote:
>> make/RunTests.gmk line 1000:
>>
>>> 998: $1_COMMAND_LINE := \
>>> 999: cd $$($1_TEST_SUPPORT_DIR) && $$(JTREG_JAVA) \
>>> 1000: $$($1_JTREG_LAUNCHER_OPTIONS) \
>>
>> Should this be aligned with the row below?
>
> I didn
On Mon, 7 Apr 2025 14:05:47 GMT, Erik Joelsson wrote:
>> We had a test setup failure in our distributed test system where the process
>> running jtreg crashed. This caused the hs_err file to end up in the root of
>> the source tree. Dropping crash files in the source tree is bad practice and
>
On Fri, 4 Apr 2025 14:59:35 GMT, Magnus Ihse Bursie wrote:
> We had a test setup failure in our distributed test system where the process
> running jtreg crashed. This caused the hs_err file to end up in the root of
> the source tree. Dropping crash files in the source tree is bad practice and
On Mon, 7 Apr 2025 05:13:09 GMT, David Holmes wrote:
>> We had a test setup failure in our distributed test system where the process
>> running jtreg crashed. This caused the hs_err file to end up in the root of
>> the source tree. Dropping crash files in the source tree is bad practice and
>>
On Fri, 4 Apr 2025 14:59:35 GMT, Magnus Ihse Bursie wrote:
> We had a test setup failure in our distributed test system where the process
> running jtreg crashed. This caused the hs_err file to end up in the root of
> the source tree. Dropping crash files in the source tree is bad practice and
We had a test setup failure in our distributed test system where the process
running jtreg crashed. This caused the hs_err file to end up in the root of the
source tree. Dropping crash files in the source tree is bad practice and makes
it harder to find such files. We should change the current w