diff options
| author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-20 21:28:30 +0000 |
|---|---|---|
| committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-20 21:28:30 +0000 |
| commit | 5501e0ce682855b5da09b709a74ff9bc3191fea2 (patch) | |
| tree | 7c1dfc8a439052ae5183318415e6cce8c675bfa1 /libjava | |
| parent | 1b9824dc2fef0d18c420b70f48ef33c02dfe96c2 (diff) | |
| download | ppe42-gcc-5501e0ce682855b5da09b709a74ff9bc3191fea2.tar.gz ppe42-gcc-5501e0ce682855b5da09b709a74ff9bc3191fea2.zip | |
2006-06-20 Bryce McKinlay <mckinlay@redhat.com>
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Bump "java.class.version" to 48.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 6 | ||||
| -rw-r--r-- | libjava/gnu/classpath/natSystemProperties.cc | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 0be49111f4a..39020de511c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-06-20 Bryce McKinlay <mckinlay@redhat.com> + + * gnu/classpath/natSystemProperties.cc (insertSystemProperties): + Bump "java.class.version" to 48.0. + 2006-06-20 Thomas Fitzsimmons <fitzsim@redhat.com> * Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to @@ -35,7 +40,6 @@ (_Jv_ThreadDebugSuspendCount): New function. (_Jv_ThreadDebugResume): New function. - 2006-06-16 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't diff --git a/libjava/gnu/classpath/natSystemProperties.cc b/libjava/gnu/classpath/natSystemProperties.cc index 9f77a1790c3..ad0ff1c1ed8 100644 --- a/libjava/gnu/classpath/natSystemProperties.cc +++ b/libjava/gnu/classpath/natSystemProperties.cc @@ -156,7 +156,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties SET ("java.runtime.version", JV_VERSION); SET ("java.vendor", "Free Software Foundation, Inc."); SET ("java.vendor.url", "http://gcc.gnu.org/java/"); - SET ("java.class.version", "46.0"); + SET ("java.class.version", "48.0"); SET ("java.vm.specification.version", "1.0"); SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification"); SET ("java.vm.specification.vendor", "Sun Microsystems Inc."); |

