Skip to content

Commit

Permalink
Missing from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhog committed Sep 27, 2024
1 parent ffce5eb commit 858703e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/jdk/tools/jlink/JLink3500Packages.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -32,7 +32,9 @@

/*
* @test
* @summary Make sure that 4000 packages in a uber jar can be linked using jlink.
* @summary Make sure that ~3500 packages in a uber jar can be linked using jlink. Depends on the
* packages, this is almost hit the 64K limitation as each plain export could take
* ~17 bytecodes.
* @bug 8321413
* @library ../lib
* @enablePreview
Expand Down

0 comments on commit 858703e

Please sign in to comment.