diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-05 00:15:16 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-05 00:15:16 +0000 |
commit | b27009bc3eaaeb79bd7270d4d38b1f6938202262 (patch) | |
tree | b659460d69becef2f5b04af277ac9f35a6b13f7f /libjava/java/lang | |
parent | 91872b3662e5805a04f3d817cfc3e4be20a778b9 (diff) | |
download | gcc-b27009bc3eaaeb79bd7270d4d38b1f6938202262.tar.gz |
2007-04-04 Tania Bento <tbento@redhat.com>
* java/text/DecimalFormatSymbols.java: Added the year 2007 to
Copyright information and introduced new variable, currency.
(DecimalFormatSymbols(Locale)): Define currency and intlCurrencySymbol
to "XXX", currencySymbol to "?" and localCurrency appropriately.
(getCurrency): Fixed documentation and return the value of currency.
(setCurrency): Fixed documentation and update the value of currency.
(setInternationalCurrencySymbol): Fixed documentation and update the
value of currency.
* java/util/Currency.java: Introduced two new variables, properties
and fractionDigits. In the static block, a properties object is
created and the currency resource is loaded.
(Currency(Locale)): fractionDigits is defined.
(Currency(String)): New method.
(getDefaultFractionDigits): Return the value of fractionDigits.
(getInstance(String)): Check if String is equal to "XXX".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123512 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/lang')
-rw-r--r-- | libjava/java/lang/VMCompiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/java/lang/VMCompiler.h b/libjava/java/lang/VMCompiler.h index 9034bd3b826..e81f694e196 100644 --- a/libjava/java/lang/VMCompiler.h +++ b/libjava/java/lang/VMCompiler.h @@ -41,7 +41,6 @@ public: private: VMCompiler(); static ::java::lang::Class * loadSharedLibrary(::java::lang::ClassLoader *, ::java::lang::String *, ::java::security::ProtectionDomain *, ::java::lang::String *); - static ::java::lang::String * bytesToString(JArray< jbyte > *); public: static ::java::lang::Class * compileClass(::java::lang::ClassLoader *, ::java::lang::String *, JArray< jbyte > *, jint, jint, ::java::security::ProtectionDomain *); static jboolean compileClass(::java::lang::Class *); |