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
> 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
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}/."
>
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