aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr148381/readme
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs154/pr148381/readme')
-rw-r--r--tests/bugs154/pr148381/readme7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs154/pr148381/readme b/tests/bugs154/pr148381/readme
new file mode 100644
index 000000000..51cfb57a1
--- /dev/null
+++ b/tests/bugs154/pr148381/readme
@@ -0,0 +1,7 @@
+rebuilding code.jar is done with:
+
+javac *.java
+jar -cvMf code.jar test
+
+Basically you need to ensure the classes have no local variable tables - that is the default behaviour for javac
+