Re: RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v2]

2024-10-19 Thread Alan Bateman
On Fri, 18 Oct 2024 19:03:30 GMT, Sean Mullan wrote: >> This is the implementation of JEP 486: Permanently Disable the Security >> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The >> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the >> main ch

Re: RFR: 8342578: GHA: RISC-V: Bootstrap using Debian snapshot is still failing [v2]

2024-10-19 Thread Fei Yang
> In JDK-8339548, we switched to use Debian snapshot > (https://snapshot.debian.org/archive/debian/20240228T034848Z/) for bootstrap. > The reason is that we don't have a stable Debian release for RISC-V yet and > Debian "sid" (https://httpredir.debian.org/debian) that we use for > debootstrappi

Re: RFR: 8342578: GHA: RISC-V: Bootstrap using Debian snapshot is still failing [v2]

2024-10-19 Thread Fei Yang
On Fri, 18 Oct 2024 14:12:06 GMT, Aleksey Shipilev wrote: > I have a question about this. https://wiki.debian.org/UsrMerge says: "This > page tracks Debian support for the merged /usr directories scheme, i.e. the > /{bin,sbin,lib}/ directories becoming symbolic links to /usr/{bin,sbin,lib}/." >

RFR: 8342646: JTREG_TEST_THREAD_FACTORY in testing.md should be TEST_THREAD_FACTORY

2024-10-19 Thread SendaoYan
Hi all, In [make/RunTests.gmk](https://github.com/openjdk/jdk/blob/master/make/RunTests.gmk#L208), the keyword is 'TEST_THREAD_FACTORY'. So the below test command will print error: make test TEST=test/jdk/java/math/BigInteger/TestValueExact.java CONF=linux-x86_64-server-release JTREG="JTREG_TE