Re: build-test-lib target seems broken

2023-03-09 Thread Eirik Bjørsnøs
tests. If you post a PR with this, I will review it. > > /Erik > > On 3/5/23 09:36, Eirik Bjørsnøs wrote: > > Hi, > > > > The 'build-test-lib' target seems to be broken: > > > > - make/test/BuildTestLib.gmk references the > > directory

build-test-lib target seems broken

2023-03-05 Thread Eirik Bjørsnøs
Hi, The 'build-test-lib' target seems to be broken: - make/test/BuildTestLib.gmk references the directory $(TEST_LIB_SOURCE_DIR)/sun which does not seem to exist. This can be fixed by removing the reference. - Some test-lib sources use preview-features which is not enabled by make/test/BuildTestL

Add support for curl in createJMHBundle.sh

2023-01-24 Thread Eirik Bjørsnøs
Hi, The following PR adds support for running createJMHBundle.sh on MacOS, where wget is not installed by default: https://github.com/openjdk/jdk/pull/12164 I would appreciate help in creating a JBS issue for this PR, since I'm not an Author. Thanks, Eirik.