diff options
author | glewis <glewis@FreeBSD.org> | 2006-05-04 00:53:27 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2006-05-04 00:53:27 +0800 |
commit | eb7bb09538dc87a3b8b12e222b06e65b681b204d (patch) | |
tree | cf1b090f96e594a9ea08186d091153f371e06f41 /java | |
parent | e8c9f18ac46491005e96d70483212632356f144b (diff) | |
download | freebsd-ports-gnome-eb7bb09538dc87a3b8b12e222b06e65b681b204d.tar.gz freebsd-ports-gnome-eb7bb09538dc87a3b8b12e222b06e65b681b204d.tar.zst freebsd-ports-gnome-eb7bb09538dc87a3b8b12e222b06e65b681b204d.zip |
. Add a pkg-message file describing the known problems. The SIGBUS on MP
systems in particular is causing lots of support email.
Obtained from: Kurt Miller's release notes.
Suggest by: hq
Diffstat (limited to 'java')
-rw-r--r-- | java/diablo-jdk15/pkg-message | 12 | ||||
-rw-r--r-- | java/diablo-jre15/pkg-message | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/java/diablo-jdk15/pkg-message b/java/diablo-jdk15/pkg-message new file mode 100644 index 000000000000..bb30041e5a79 --- /dev/null +++ b/java/diablo-jdk15/pkg-message @@ -0,0 +1,12 @@ +------------------------------------------------------------------------ + +Known Problems: + +Multiprocessor systems require the use of the -XX:+UseMembar command +line option to correct a stability problem that results in a SIGBUS +crash of the jvm. + +When NumLock is turned on several keys no longer work such as the keypad +keys, backspace, tab and space keys. + +------------------------------------------------------------------------ diff --git a/java/diablo-jre15/pkg-message b/java/diablo-jre15/pkg-message new file mode 100644 index 000000000000..bb30041e5a79 --- /dev/null +++ b/java/diablo-jre15/pkg-message @@ -0,0 +1,12 @@ +------------------------------------------------------------------------ + +Known Problems: + +Multiprocessor systems require the use of the -XX:+UseMembar command +line option to correct a stability problem that results in a SIGBUS +crash of the jvm. + +When NumLock is turned on several keys no longer work such as the keypad +keys, backspace, tab and space keys. + +------------------------------------------------------------------------ |