- 0fdeb98 Merge by mullan · 11 years ago
- 40a8bb1 8019830: Add com.sun.media.sound to the list of restricted package by mullan · 11 years ago
- 033140b 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file by weijun · 11 years ago
- 1beb1ac 8015669: KerberosPrincipal::equals should ignore name-type Reviewed-by: mullan by weijun · 11 years ago
- 2954b6b Merge by lana · 11 years ago
- f8784a9 Merge by lana · 11 years ago
- b04dde2 8020292: j.u.SplittableRandom by psandoz · 11 years ago
- 6a557c0 8014135: The JVMTI specification does not conform to recent changes in JNI specification by bpittore · 11 years ago
- db39f0b 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions by igerasim · 11 years ago
- 5dca7b3 8011944: Sort fails with ArrayIndexOutOfBoundsException by rriggs · 11 years ago
- ca23edf 8023234: StampedLock serializes readers on writer unlock by shade · 11 years ago
- d80a6ee 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases by jfranck · 11 years ago
- 1788f90 7129312: BufferedInputStream calculates negative array size with large streams and mark by igerasim · 11 years ago
- 4e5d658 6378503: In java.math.BigDecimal, division by one returns zero by bpb · 11 years ago
- 3a8f170 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle by dfuchs · 11 years ago
- f5f16c0 6470700: Math.random() / Math.initRNG() uses "double checked locking" by bpb · 11 years ago
- 55cdeee 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace by egahlin · 11 years ago
- 31d46e5 6417649: -interval=0 is accepted and jconsole doesn't update window content at all by egahlin · 11 years ago
- 77e82d8 8022445: fix RMISocketFactory example to avoid using localhost by smarks · 11 years ago
- 72d00a7 Merge by lana · 11 years ago
- dc0f66a Merge by lana · 11 years ago
- af0c0ef 8023587: Fix lone remaining doclint issue in java.util.regex Reviewed-by: jjg by darcy · 11 years ago
- 5eeb738 8023395: Remove sun.misc.Sort and sun.misc.Compare by mduigou · 11 years ago
- 0b5fb01 8023306: Add replace() implementations to TreeMap by mduigou · 11 years ago
- 012693e 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays by attila · 11 years ago
- 86dfb6e 8023367: Collections.emptyList().sort((Comparator)null) throws NPE by psandoz · 11 years ago
- c6a337c 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine by sla · 11 years ago
- 37079f1 8023230: The impl of KerberosClientKeyExchange maybe not exist by xuelei · 11 years ago
- 51476cb 8020842: IDN do not throw IAE when hostname ends with a trailing dot by xuelei · 11 years ago
- 46b1d48 8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode by mullan · 11 years ago
- 6f95b21 8023203: Wrap RandomAccessFile.seek native method into a Java helper method by dxu · 11 years ago
- 6a29d69 8022241: [macosx] [PIT] lookupPrintServices() returns one too long array by jgodinez · 11 years ago
- fed3a80 7042707: Un-needed mnemonic in JConsole resource file by egahlin · 11 years ago
- c748b9a 6800801: NPE in JConsole when using Nimbus L&F Reviewed-by: alanb, sjiang by egahlin · 11 years ago
- d5965e0 6417721: Thread list should not allow multiple selection by egahlin · 11 years ago
- 713e9ef 8017580: Crash in font loading code on Linux (due to use of reflection) by prr · 11 years ago
- f3172fd 6358357: Division by zero in Threads tab when shrinking jconsole window by egahlin · 11 years ago
- 93625dd 8005980: [findbugs] More com.sun.media.sound.* warnings Reviewed-by: art, prr by serb · 11 years ago
- cb2806e 8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor by serb · 11 years ago
- d20ad77 8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c by vadim · 11 years ago
- dafee65 8023045: [MacOSX] PrinterIOException when printing a JComponent by jgodinez · 11 years ago
- 3618b1d 7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5 by alitvinov · 11 years ago
- 76a6429 8022997: [macosx] Remaining duplicated key events Reviewed-by: anthony, serb by leonidr · 11 years ago
- 365c6b8 8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms by ascarpino · 11 years ago
- 1212a3e 7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract by pchelko · 11 years ago
- e52f566 8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp by pchelko · 11 years ago
- 94fed38 Merge by lana · 11 years ago
- 48040a1 7027045: (doc) java/awt/Window.java has several typos in javadoc by serb · 11 years ago
- 763326f 8022797: Clarify spliterator characteristics for collections containing no elements by psandoz · 11 years ago
- 4bc469d 8019401: Collectors.collectingAndThen by briangoetz · 11 years ago
- de186ec 8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java by dxu · 11 years ago
- 18c161d 4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win) by dxu · 11 years ago
- 9e4757f 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException by sherman · 11 years ago
- 01f6018 8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress by chegar · 11 years ago
- 50adbb1 8023104: ConcurrentHashMap typo Reviewed-by: chegar, mduigou by dl · 11 years ago
- 5268ed6 8023103: FJ parallelism zero by dl · 11 years ago
- 9d70308 8022584: Memory leak in some NetworkInterface methods by igerasim · 11 years ago
- 5fc726c 8022921: Remove experimental Profile attribute Reviewed-by: mchung, chegar by alanb · 11 years ago
- 5889a09 8021121: ISO 4217 Amendment Number 156 Reviewed-by: naoto by yhuang · 11 years ago
- 09a3db9 8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math by bpb · 11 years ago
- 6b2cb2f 8022178: System.console() throws IOE on some Windows by sherman · 11 years ago
- ab78578 8022990: Fix dep_ann lint warnings in swing code Reviewed-by: alexsch by darcy · 11 years ago
- 4c56f7a Merge by lana · 11 years ago
- d56d3ad 5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion by robm · 11 years ago
- c3b3b6d 8022959: Fix new doclint issues in java.util.zip Reviewed-by: chegar by darcy · 11 years ago
- c2dd273 8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero by bpb · 11 years ago
- cc334e5 Merge by vinnie · 11 years ago
- 5666b89 8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null by vinnie · 11 years ago
- 4de5d7b 8022753: SQLXML javadoc example typo Reviewed-by: alanb, mchung by lancea · 11 years ago
- bc86306 8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created by ascarpino · 11 years ago
- 977815b Merge by mullan · 11 years ago
- 45ec39b 8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles by mullan · 11 years ago
- 0c2d023 8022487: DEREncodedKeyValue.supportedKeyTypes should be private by xuelei · 11 years ago
- acec69d 8021977: Opening a file using java.io can throw IOException on Windows by dxu · 11 years ago
- e64b414 8022724: lint warnings in j.u.concurrent packages by dl · 11 years ago
- 9dc1c0c 8023681: Fix raw type warning caused by Sink Reviewed-by: mduigou, briangoetz by henryjen · 11 years ago
- e84a212 8022661: InetAddress.writeObject() performs flush() on object output stream by chegar · 11 years ago
- 1e57b50 7121409: Two conformance tests for AccessibleText.getCharacterBounds(int i) fail by alexsch · 11 years ago
- 46afd03 8022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not report ORDERED by psandoz · 11 years ago
- 96e01e3 6614237: missing codepage Cp290 at java runtime by sherman · 11 years ago
- bc1c719 8021788: JarInputStream doesn't provide certificates for some file under META-INF by weijun · 11 years ago
- 3e761eb 8013611: Modal dialog fails to obtain keyboard focus Reviewed-by: leonidr by ant · 11 years ago
- 9ad6900 8022461: Fix lint warnings in sun.security.{provider,rsa,x509} by juh · 11 years ago
- 57eb381 8015666: test/tools/pack200/TimeStamp.java failing by sherman · 11 years ago
- cf0f305 8016594: Native Windows ccache still reads DES tickets by weijun · 11 years ago
- c0ffe5d 7147084: (process) appA hangs when read output stream of appB which starts appC that runs forever by uta · 11 years ago
- 80b3408 8015986: Incorrect Localization of HijrahChronology by okutsu · 11 years ago
- 4c1cac7 Merge by lana · 11 years ago
- 513f4e0 Merge by lana · 11 years ago
- b31d51d 8014883: java.awt.container.add(component comp object constraints) doesn't work as expected on some linux platforms by prr · 11 years ago
- 5693725 8022479: clean up warnings from sun.tools.asm Reviewed-by: lancea, darcy by smarks · 11 years ago
- ff35c17 8022554: Fix Warnings in sun.invoke.anon Package by dxu · 11 years ago
- 6c9a090 Merge by lana · 11 years ago
- 11a2bfa 6551589: ContainerListener Documentation may be incorrect Reviewed-by: serb by art · 11 years ago
- 9e04b4a 7124339: [macosx] setIconImage is not endlessly tolerant to the broken image-arguments by serb · 11 years ago
- d970cf7 8022454: Fixed various serializations and deprecation warnings in java.util, java.net and sun.tools by lagergren · 11 years ago
- ec4aa9e 8013849: Awt assert on Hashtable.cpp:124 Reviewed-by: serb by alexsch · 11 years ago
- ed7588f 8022532: [parfait] Potential memory leak in gtk2_interface.c by alexsch · 11 years ago
- 938aca3 8013809: deadlock in SSLSocketImpl between between write and close by xuelei · 11 years ago
- ffe347b 8022483: Nashorn compatibility issues in jhat's OQL feature by sundar · 11 years ago