All Projects : Harmony (Key: HARMONY)

Project Lead: Tim Ellison
URL: http://harmony.apache.org/
Description:
Open source Java SE and modular VM platform architecture project.

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Change Log

Milestone 11
   Bug HARMONY-6272 UNRESOLVED [classlib][math] BigDecimal.divide throws ArrayIndexOufOfBoundsException when called with too large scale Major Reopened
   Bug HARMONY-6246 FIXED Crash during debugging session Major Resolved
   Bug HARMONY-6262 FIXED Harmony's java.util.concurrent is out of date Major Resolved
   Bug HARMONY-6301 FIXED There are 2 unused member in java.util.Locale Major Resolved
   Bug HARMONY-6256 FIXED [classlib][awt] Incorrect test of transformation type when clipping Major Resolved
   Bug HARMONY-6214 FIXED [classlib][beans] java.beans.XMLDecoder.XMLDecoder(InputStream inputStream, Object owner, ExceptionListener listener) should not throw IllegalArgumentException Major Resolved
   Bug HARMONY-329 FIXED [classlib][luni] Endless loop when using Double.parseDouble(String) with certain types of value Major Resolved
   Bug HARMONY-6259 FIXED [classlib][luni] PipedInputStream.read throw different info when IOException is raised Major Resolved
   Improvement HARMONY-6240 FIXED [classlib][pack200] org.apache.harmony.pack200.BandSet should specify effortThresholds as a share field of this class Major Resolved
   Bug HARMONY-6270 FIXED [classlib][swing] JSlider problem with non-zero minimum values Major Resolved
   New Feature HARMONY-6282 FIXED [jdktools] [rmi] we should create the stubs from rmic, rmid and rmiregistry Major Resolved
   Improvement HARMONY-984 FIXED [testing] collect module test directories to test jars Major Resolved
   Bug HARMONY-6290 FIXED BufferedReader.readLine() breaks at EBCDIC newline, violating the spec Major Closed
   Bug HARMONY-6242 FIXED Math.max(double, double) gives wrong answer when Math.max(-0.0d, 0.0d) Major Closed
   Bug HARMONY-6286 FIXED TimeUnit.MINUTES, HOURS, DAYS shouldn't be present in Java 5 Major Closed
   New Feature HARMONY-6278 FIXED [classlib] Upgrade icu4j 4.0 to the latest icu4j 4.2.1 Major Closed
   Bug HARMONY-6230 FIXED [classlib][archive] ZipEntry close() leaves ZipInputStream in an inconsistent state Major Closed
   Bug HARMONY-6213 FIXED [classlib][beans] XMLDecoder.readObject() should not invoke org.xml.sax.SAXParseException Major Closed
   Bug HARMONY-6206 FIXED [classlib][beans] java.beans.EventSetDescriptor(String, Class<?> , MethodDescriptor[], Method, Method) throws a NullPointerException while RI doesn't Major Closed
   Bug HARMONY-6244 FIXED [classlib][beans] java.beans.XMLEncoder fails to write SystemColor.activeCaption object correctly Major Closed
   Bug HARMONY-6215 FIXED [classlib][beans] java.beans.XMLEncoder.writeExpression(Expression null) should throw NullPointerException Major Closed
   Bug HARMONY-6218 FIXED [classlib][lang-management] java.lang.management.MemoryUsage.from(CompositeData cd) should throw IlegalArgumentException but not NullPointerException Major Closed
   Bug HARMONY-5981 FIXED [classlib][logging] FileHandler may throw exception when logging to the same file by multiple thread Major Closed
   Improvement HARMONY-6094 FIXED [classlib][luni] Performance improvement patch in java.io.PushbackInputStream#unread(byte[] buffer, int offset, int length) Major Closed
   Sub-task HARMONY-6200 FIXED HARMONY-6116
[classlib][luni] - add cache for file's canonical path
Major Closed
   Bug HARMONY-6236 FIXED [classlib][luni] ArrayList breaks when given concurrent collections as input Major Closed
   Bug HARMONY-6261 FIXED [classlib][luni] Float parse causes OutOfMemoryException Major Closed
   Bug HARMONY-6237 FIXED [classlib][luni] HashMap doesn't support proxy object as keys Major Closed
   Improvement HARMONY-6265 FIXED [classlib][luni] Improve the performance of HashMap Major Closed
   Bug HARMONY-6268 FIXED [classlib][luni] Math.min fails when comparing doubles and floats with the same values Major Closed
   Improvement HARMONY-6095 FIXED [classlib][luni] Performance improvement patch for java.text.DateFormatSymbols.DateFormatSymbols(Locale) Major Closed
   Bug HARMONY-6254 FIXED [classlib][luni] URLStreamHandler throws NPE when creating external form Major Closed
   Bug HARMONY-6279 FIXED [classlib][luni] file.encoding is always set to ISO-9959-1 if using drlvm Major Closed
   Bug HARMONY-6310 FIXED [classlib][luni]test org.apache.harmony.archive.tests.java.util.jar.JarExecTest.test_jar_class_path failed on z/OS Major Closed
   Bug HARMONY-6302 FIXED [classlib][nio] Encoding bug in nio/charset/CharsetProviderTest.java Major Closed
   Bug HARMONY-6308 FIXED [classlib][nio_char] Character mapping difference to RI for IBM037 charset Major Closed
   Bug HARMONY-6294 FIXED [classlib][nio_char] Character mapping difference to RI for IBM-1047 charset Major Closed
   Improvement HARMONY-6243 FIXED [classlib][pack200] Pack200 cmd line should print message when user packs y.jar file into y.jar.pack without specifing --no-gzip option Major Closed
   Bug HARMONY-6248 FIXED [classlib][security] Wildcard subjectAltName dNSName entries throw IOException Major Closed
   Bug HARMONY-1866 FIXED [classlib][swing][test] j.s.t.StyleConstantsTest fails Major Closed
   Improvement HARMONY-6187 FIXED [jdktools][jdwp] Contribution of updated JDWP agent and socket transport layer for Java 6 Major Closed
   Bug HARMONY-6235 FIXED [jdwp] dt_socket.so missing from Linux federated builds Major Closed
   Bug HARMONY-6274 FIXED [jdwp][java6] Garbled output in JDWP trace Major Closed
   Bug HARMONY-6276 FIXED [luni][lang] Float.toString() can give wrong string and throws ArrayIndexOutOfBoundsException on AIX 32bit Major Closed
   Bug HARMONY-6299 FIXED ioctl() doesn't work on z/OS when the pipe is set up with pipe() function Major Closed
   Improvement HARMONY-6241 FIXED java.text.SimpleDateFormat.SimpleDateFormat(String, Locale) performance can be improved Major Closed
   Bug HARMONY-6245 INVALID NoSuchMethod error with three-level hierarchy Major Closed
   Improvement HARMONY-6255 FIXED Implementation of createJar method Minor Resolved
   New Feature HARMONY-6264 FIXED Need a new native method: VM.getStackClass() Minor Resolved
   Improvement HARMONY-6250 FIXED [classlib][luni] Timer documentation: clarify which time units used Minor Resolved
   Bug HARMONY-6266 FIXED Building in release mode fails with gcc version 4.3.3 Minor Closed
   Bug HARMONY-6277 FIXED Timer's finalizer throws an NPE if the Timer wasn't constructed properly Minor Closed
   Bug HARMONY-6210 FIXED [classlib][archive] Inflater.setInput crashes when input is read 1 byte at a time Minor Closed
   Bug HARMONY-6293 FIXED [classlib][luni] PipedWriter.flush should throw IOException if pipe is closed (Java 6 only) Minor Closed
   Bug HARMONY-6292 FIXED [classlib][luni] subList(int, int).size() should also check concurrent modification when the origin changes Minor Closed
   Bug HARMONY-6271 FIXED [classlib][math] BigDecimal.divide should throw an ArithmeticException instead of OutOfMemory for too large scales Minor Closed
   Bug HARMONY-6234 FIXED [classlib][nio] FileChannel.transferTo should not check the upper bound of position and count Minor Closed
   Test HARMONY-6058 FIXED [classlib][prefs] - remove FilePreferencesImplTest from exclude list Minor Closed
   Bug HARMONY-6231 FIXED [classlib][text] DateFormat does not consider lenient Minor Closed
   Bug HARMONY-6267 FIXED [classlib][text] Implementation of AttributedCharacterIterator.Attribute.equals should only return true if objects are the same Minor Closed
   Bug HARMONY-5813 FIXED [site][doc] Wrong link in DRLVM Thread Manager doc Minor Closed
   Improvement HARMONY-6239 FIXED [classlib][text]text module doesn't need to import java.awt.font while the manifest.mf file does Trivial Resolved
   Bug HARMONY-1767 FIXED [classlib][swing]javax.swing.text.ComponentView(Element) throws unexpected NullPointerException on user's implementation Trivial Closed
   Improvement HARMONY-6295 FIXED shiftLeftOneBit Javadoc Trivial Closed
Milestone 10
   Bug HARMONY-6193 FIXED Crypto notice missing from README file(s) Critical Closed
   Bug HARMONY-6145 FIXED [classlib][luni] java.lang.LinkedList.addAll(Collection<? extends E> collection) runs into endless loop Critical Closed
   Test HARMONY-6140 FIXED [classlib][luni] Fix potential failures in PipedInputStreamTest and PipedWriterTest Major Resolved
   Bug HARMONY-6093 FIXED [classlib][luni] Remove double security check in java.io.File Major Resolved
   Bug HARMONY-6162 FIXED [classlib][luni][java6] java.util.Properties#load(java.io.InputStream) should throw IllegalArgumentException if the given InputStream contains an Invalid Unicode sequence Major Resolved
   Bug HARMONY-6119 FIXED [classlib][luni]org.apache.harmony.luni.tests.java.lang.CharacterTest.test_isDirectionaliy_I failure Major Resolved
   Bug HARMONY-6132 FIXED [drlvm][build] SSLSocketImplTest breaks in Fedora since hy.no.sig removal Major Resolved
   Bug HARMONY-6007 FIXED [drlvm][jit][abcd] classic abcd pass fixes Major Resolved
   Bug HARMONY-6155 FIXED NOTICE file does not have required contents Major Closed
   Test HARMONY-6109 FIXED [classlib] [luni] Add some test case to java.lang.reflect.Modifier Major Closed
   Bug HARMONY-6110 FIXED [classlib] [luni] BufferedReader.reset() does not throw IOException after reading the entire stream, differs from RI Major Closed
   Improvement HARMONY-6045 FIXED [classlib] [luni] Optimize java.lang.String.toUpperCase(), String.toLowerCase() and String sharing for more performance gains Major Closed
   Bug HARMONY-6108 FIXED [classlib] [prefs] Preferences.nodeExists(null) should throw NPE when Preferences node has been removed Major Closed
   Bug HARMONY-6009 FIXED [classlib][beans] NPE launching swingset2 example Major Closed
   Bug HARMONY-6177 FIXED [classlib][beans] java.beans.PropertyDescriptor(String propertyName, Class<?> beanClass, String getterName, String setterName) sets the wrong write method Major Closed
   Bug HARMONY-6159 FIXED [classlib][beans] java.beans.Statement.execute() throws java.lang.IllegalAccessException while RI doesn't Major Closed
   Bug HARMONY-6160 FIXED [classlib][beans] java.beans.XMLEncoder.writeObject(Object o) should not change the inner content of the given object Major Closed
   Bug HARMONY-6143 FIXED [classlib][beans] java.beans.beancontext.BeanContextSupport.readChildren((ObjectInputStream) null) should throw NullPointerException Major Closed
   Improvement HARMONY-6096 FIXED [classlib][icu] upgrade icu4j 3.8 to icu4j 4.0 Major Closed
   Bug HARMONY-6100 FIXED [classlib][jndi] CompositeName.toString() should not escape "'" Major Closed
   Bug HARMONY-6148 FIXED [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should return null if the argument is null Major Closed
   Bug HARMONY-6149 FIXED [classlib][lang-management] java.lang.management.MemoryNotificationInfo.from(CompositeData cd) should throw IllegalArgumentException if cd doesn't represent a MemoryNotificationInfo object Major Closed
   Bug HARMONY-6092 FIXED [classlib][luni] - SocketInputStream should check EOF before reading Major Closed
   Sub-task HARMONY-6186 FIXED HARMONY-6116
[classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c
Major Closed
   Sub-task HARMONY-6125 FIXED HARMONY-6116
[classlib][luni] - remove duplicated security check in File.list
Major Closed
   Improvement HARMONY-6126 FIXED [classlib][luni] - remove unnecessary code in java.io.File Major Closed
   Bug HARMONY-6090 FIXED [classlib][luni] - the SO_REUSEADDR's default value of ServerSocket should be true on Linux Major Closed
   Improvement HARMONY-6120 FIXED [classlib][luni] - use Jetty as test http server in org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest Major Closed
   Bug HARMONY-6074 FIXED [classlib][luni] JAR referenced in a JAR's manifest 'Class-Path' that contains 'file' scheme URIs aren't loaded Major Closed
   Bug HARMONY-6154 FIXED [classlib][luni] LocaleTest.test_getISO3Language would fail against ICU 4.0 Major Closed
   Bug HARMONY-6163 FIXED [classlib][luni] Move FormatterTest out of exclude list Major Closed
   Test HARMONY-6150 FIXED [classlib][luni] Move ScannerTest out of the exclude list Major Closed
   Test HARMONY-6151 FIXED [classlib][luni] Move URLClassLoaderTest out of the exclude.common list Major Closed
   Bug HARMONY-6212 FIXED [classlib][luni] StringBuilder behavior affects the string got by the toString Major Closed
   Bug HARMONY-6153 FIXED [classlib][luni] TimeZoneTest.test_getDisplayNameZILjava_util_Locale would fail against ICU 4.0 Major Closed
   Bug HARMONY-6152 FIXED [classlib][luni] WriterTest.test_writeLjava_lang_String Thread.holdsLock works now Major Closed
   Bug HARMONY-6134 FIXED [classlib][luni] java.io.BufferedInputStream.reset() throws IOException after skipping the marked position Major Closed
   Bug HARMONY-6133 FIXED [classlib][luni] java.io.BufferedInputStream.skip(0) shouldn't throw IOException Major Closed
   Bug HARMONY-6136 FIXED [classlib][luni] java.net.URLClassLoader never finds resources existing in the jars specified from META-INF/INDEX.LIST Major Closed
   Bug HARMONY-6141 FIXED [classlib][luni] java.util.ArrayList.addAll(int index, Collection<? extends E> c) fails to add itself Major Closed
   Bug HARMONY-6122 FIXED [classlib][luni] java.util.Collections.swap(List<?> list, int i, int j) should throw IndexOutOfBoundsException when i equals to j and is also out of boundary Major Closed
   Bug HARMONY-6203 FIXED [classlib][luni] java.util.Hashtable.remove(.) throws StackOverflowError while RI doesn't Major Closed
   Bug HARMONY-6204 FIXED [classlib][luni] java.util.IdentityHashMap.<init>(BigNumber) throws a NegativeArraySizeException while RI throws OutOfMemoryError Major Closed
   Bug HARMONY-6205 FIXED [classlib][luni] java.util.IdentityHashMap.clone() should return a shallow copy of this identity hash map Major Closed
   Bug HARMONY-6147 FIXED [classlib][luni] java.util.Scanner.test_nextLine() failed on a regression testcase Major Closed
   Bug HARMONY-6209 FIXED [classlib][nio] java.nio.CharBuffer.read(CharBuffer target) throws an IllegalArgumentException while RI doesn't in a special scenario Major Closed
   Bug HARMONY-6041 FIXED [classlib][portlib] incorrect parse path contains special unicode charactor Major Closed
   Bug HARMONY-6166 FIXED [classlib][prefs] StringTokenizer is discouraged in AbstractPreferences Major Closed
   Bug HARMONY-6082 FIXED [classlib][prefs] WindowsPreferences class fails to allow for Windows encoding of values Major Closed
   Bug HARMONY-6113 FIXED [classlib][security] value of policy.url is incorrect in java.security file Major Closed
   Bug HARMONY-6144 FIXED [classlib][sql] java.sql.Timestamp.valueOf(String s) should throw java.lang.IllegalArgumentException if the given string isn't in yyyy-mm-dd hh:mm:ss.fffffffff format Major Closed
   Improvement HARMONY-6195 FIXED [classlib][text] - improve performance for SimpleDateFormat.format/parse Major Closed
   Bug HARMONY-879 FIXED [classlib][text] DecimalFormat.setMultiplier(-1) throws IllegalArgumentException while RI set negative value Major Closed
   Bug HARMONY-6188 FIXED [classlib][text] Fix the failure for SimpleDateFormatTest.test_formatLjava_util_DateLjava_lang_StringBufferLjava_text_FieldPosition Major Closed
   Test HARMONY-6172 FIXED [classlib][text] Move NumberFormatTest out of exclude list Major Closed
   Bug HARMONY-6181 FIXED [classlib][text] SimpleDateFormatTest.test_set2DigitYearStartLjava_util_Date would fail Major Closed
   Improvement HARMONY-6199 FIXED [classlib][text] Superficial changes to SimpleDateFormat Major Closed
   Bug HARMONY-2144 FIXED [drlvm][jit][opt] ABCD causes unexpected NullPointerException instead of ArrayIndexOutOfBoundsException Major Closed
   Bug HARMONY-2141 FIXED [drlvm][jit][opt] ABCD removes low bound check if certain constraint exists before array access with a negative index Major Closed
   Bug HARMONY-6085 FIXED [eut][classlib][nio] - modKey in SelectorImpl should set the new index key to the changed selectionkey Major Closed
   Bug HARMONY-6087 FIXED [luni] java.util.Scanner behaves differently with RI while parsing specific pattern Major Closed
   Bug HARMONY-6086 FIXED [luni] java.util.Scanner nextLine and hasNextLine testcase would fail Major Closed
   Improvement HARMONY-6194 FIXED Javadocs for java.lang.* Minor Closed
   Improvement HARMONY-6169 FIXED Javadocs for java.lang.annotation.* Minor Closed
   Improvement HARMONY-6161 FIXED Javadocs for java.math.* Minor Closed
   Improvement HARMONY-6196 FIXED Javadocs for java.net.* Minor Closed
   Improvement HARMONY-6178 FIXED Javadocs for java.nio.* Minor Closed
   Improvement HARMONY-6182 FIXED Javadocs for java.nio.charsest.* Minor Closed
   Improvement HARMONY-6185 FIXED Javadocs for java.security.* and javax.security.cert.* Minor Closed
   Improvement HARMONY-6191 FIXED Javadocs for java.sql.* and javax.sql.* Minor Closed
   Improvement HARMONY-6189 FIXED Javadocs for java.text.* Minor Closed
   Improvement HARMONY-6201 FIXED Javadocs for java.util.* Minor Closed
   Improvement HARMONY-6175 FIXED Javadocs for java.util.concurrent.* Minor Closed
   Improvement HARMONY-6173 FIXED Javadocs for java.util.jar.* and java.util.zip.* Minor Closed
   Improvement HARMONY-6176 FIXED Javadocs for java.util.logging.* Minor Closed
   Improvement HARMONY-6183 FIXED Javadocs for java.util.prefs.* Minor Closed
   Improvement HARMONY-6157 FIXED Javadocs for java.util.regex.* Minor Closed
   Improvement HARMONY-6168 FIXED Javadocs for javax.crypto.* Minor Closed
   Improvement HARMONY-6190 FIXED Javadocs for javax.net.* Minor Closed
   Improvement HARMONY-6174 FIXED Javadocs for javax.security.auth.* Minor Closed
   Improvement HARMONY-6164 FIXED Javadocs for luni-kernel Minor Closed
   Improvement HARMONY-6192 FIXED Javadocs from java.io.* Minor Closed
   Improvement HARMONY-6208 FIXED Partial implementation of extractJar method for Jar tool Minor Closed
   Improvement HARMONY-6170 FIXED Upgrade ECJ to 3.4.2 Minor Closed
   Test HARMONY-6107 FIXED [classlib] [prefs] Refactor code in AbstractPreferences, FilePreferencesImpl, RegistryPreferencesImpl and some test cases. Minor Closed
   Test HARMONY-6135 FIXED [classlib][luni] Add new testcases on getChannel method of FileInputStream and FileOutputStream Minor Closed
   Test HARMONY-6165 FIXED [classlib][luni] Refactor and add some test case to java.util.Properties class Minor Closed
   Test HARMONY-6158 FIXED [classlib][luni] Refactor and add some testcases to java.io.BufferedOutputStream class Minor Closed
   Bug HARMONY-6104 FIXED [dvrlm][testing][vmtt] VMTT renders multianewarray incorrectly Minor Closed
   Bug HARMONY-6251 FIXED [drlvm][jit][jet] A typo in MethInfo::meth_fname_sig Trivial Closed
Milestone 9
   Bug HARMONY-6072 UNRESOLVED [buildtest][eut][drlvm] Remove duplicate entry for classlib of Harmony Major Open
   Improvement HARMONY-6034 UNRESOLVED [classlib] [luni] Should Improve File System Exception Messages Major Open
   Bug HARMONY-6111 UNRESOLVED [classlib] [luni] java.io.BufferedInputStream.reset() throws IOException after skipping the marked position Major Open
   Improvement HARMONY-6052 UNRESOLVED [classlib][luni] remove platform specific code in socket.c::pollSelectRead Major Open
   Bug HARMONY-6139 UNRESOLVED [classlib][luni][java6] java.util.Arrays.binarySearch(short[] array, int startIndex, int endIndex, short value) should return (-(insertion point) - 1) rather than -1 if value is not found in the given range Major Open
   Bug HARMONY-6035 UNRESOLVED [drlvm] ThreadGroup does not destory dead Thread and ThreadGroup correctly Major Open
   Bug HARMONY-6021 UNRESOLVED [java6][classlib][security] Policy getPermissions(ProtectionDomain) may return different type of PermissionCollection from RI Major Open
   Improvement HARMONY-6070 UNRESOLVED [luni] Improve Long.toString(long) performance Major Open
   Test HARMONY-6011 FIXED [Classlib] [luni] Add test case to RandomAccessFile Major Resolved
   Bug HARMONY-6020 FIXED [DRLVM] Cyclical class dependency causes a failure not seen in RI Major Resolved
   Bug HARMONY-6038 FIXED [classlib] [beans] java.beans.Introspector.getBeanInfo doesn't works well and throws NPE Major Resolved
   Bug HARMONY-6006 FIXED [classlib] [luni] Cannot process platform paths using backslash Major Resolved
   Bug HARMONY-6036 FIXED [classlib] [luni] HttpURLConnection does not have the "Accept" header Major Resolved
   Bug HARMONY-6043 FIXED [classlib] [security] UnresolvedPermission.equals(Object) doesn't works well Major Resolved
   Improvement HARMONY-6056 FIXED [classlib][jit][opt][performance] Optimize heap allocations in String(String, int) constructor for JIT Major Resolved
   Bug HARMONY-6028 FIXED [classlib][luni] Unvalid IPv6 address is allowed in the SocketPermission Major Resolved
   Improvement HARMONY-5959 FIXED [java6][classlib][luni]Merge TreeMap performance enhancement into java6 level Major Resolved
   Bug HARMONY-6040 FIXED DigitalSignature.verifySignature prints stack trace of exception Major Closed
   Bug HARMONY-6102 FIXED [build] incorrect path of yoko in bootclasspath.properties Major Closed
   Test HARMONY-6012 FIXED [class] [luni] Add several test cases to luni module. Major Closed
   Bug HARMONY-6015 FIXED [classlib] [beans] Exceptions should be thrown and handled in XMLDecoder.readObject() rather than XMLDecoder's constructors Major Closed
   Bug HARMONY-6017 FIXED [classlib] [luni] (Iterator) Hashtable.keys() throws ClassCastException Major Closed
   Test HARMONY-6049 FIXED [classlib] [luni] Add some test cases for java.net.Authenticator and org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnection Major Closed
   Improvement HARMONY-6048 FIXED [classlib] [luni] Refactor InputStreamReader.HistoricalNamesUtil to org.apache.harmony.luni.util.HistoricalNamesUtil Major Closed
   Improvement HARMONY-6033 FIXED [classlib][awt] - remove unrecognized char in file Font.cpp Major Closed
   Bug HARMONY-4602 FIXED [classlib][beans] Introspector.getBeanInfo(Class) will get wrong BeanInfo when there are same classes in different package. Major Closed
   Improvement HARMONY-6030 FIXED [classlib][luni] - move platform independent code of OSMemory to shared directory Major Closed
   Test HARMONY-6032 FIXED [classlib][luni] Add some test cases to java.util.ZipFile and JarFile Major Closed
   Bug HARMONY-6042 FIXED [classlib][luni] Classes can not be loaded correctly in sealed-packages Major Closed
   Bug HARMONY-6142 FIXED [classlib][luni] java.util.StringTokenizer.nextToken(String delim) should throw NullPointerException when the given delim is null Major Closed
   Bug HARMONY-6073 FIXED [classlib][nio]Is selector.close() should be non-blocking Major Closed
   Bug HARMONY-6137 FIXED [drlvm][concurrent] AtomicLong compare and swap returning wrong indicator Major Closed
   Improvement HARMONY-5901 FIXED [drlvm][jit]integer MUL, DIV and REM strength reduction Major Closed
   Bug HARMONY-6065 FIXED [drlvm][testing] VMTT generates bad lookupswitch code 25% of the time Major Closed
   Bug HARMONY-6076 FIXED [eut][classlib][luni] - Arrays.sort(T[] a, Comparator<? super T> c) is not stable Major Closed
   Bug HARMONY-6075 FIXED [eut][classlib][luni] - URI returned by URI.relativize(URI) should set SchemeSpecificPart Major Closed
   Improvement HARMONY-6068 FIXED [luni] Improve Integer.toString(int) performance Major Closed
   Bug HARMONY-6091 DUPLICATE [classlib][luni] - read closed socket cause vm crash Major Closed
   Bug HARMONY-5430 DUPLICATE [classlib][text] Message formatter has been broken Major Closed
   Bug HARMONY-6037 INVALID [classlib][portlib] bug of converting unicode to utf-8 in hyerrorhelpers.c::errorMessage Major Closed
   Improvement HARMONY-5809 FIXED [classlib][luni] Add some testcases for Vector, ArrayList and LinkedList Minor Closed
   Bug HARMONY-6059 FIXED [classlib][luni] jar URL is created with wrong protocol for URLStreamHandler Minor Closed

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 904
   14%
In Progress In Progress 8
Reopened Reopened 23
Resolved Resolved 649
   10%
Closed Closed 4800
   75%

Open Issues

By Priority
Blocker Blocker 2
Critical Critical 7
   1%
Major Major 616
   66%
Minor Minor 275
   29%
Trivial Trivial 35
   4%

By Assignee
Alexei Fedotov 1
Alexei Zakharov 9
   1%
Alexey Petrenko 9
   1%
Alexey Varlamov 6
   1%
Andrey Pavlenko 1
Chunrong Lai 10
   1%
Daniel Lydick 2
Egor Pasko 1
Geir Magnusson Jr 4
Ilya Berezhniuk 2
Jesse Wilson 3
Jimmy, Jing Lv 4
Kevin Zhou 1
Leo Li 6
   1%
Mark Hindess 6
   1%
Mikhail Fursov 31
   3%
Mikhail Loenko 4
Mikhail Markov 1
Nadya Morozova 10
   1%
Nathan Beyer 3
Paulex Yang 6
   1%
Pavel Pervov 7
   1%
Richard Liang 1
Sean Qiu 4
Stepan Mishura 13
   1%
Tim Ellison 14
   1%
Tony Wu 11
   1%
Vasily Zakharov 1
Vladimir Ivanov 4
weldon washburn 5
   1%
Xiao-Feng Li 20
   2%
Unassigned 735
   79%