Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
8011540: PropertyMap histories should not begin with empty map
2013-04-04, by jlaskey
8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple times
2013-04-04, by sundar
8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec.
2013-04-04, by sundar
8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec.
2013-04-03, by sundar
8007774: Enable code cache again
2013-04-03, by hannesw
8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefined
2013-04-03, by sundar
8011362: Overloaded method resolution foiled by nulls
2013-04-03, by attila
8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than once
2013-04-03, by sundar
8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be false
2013-04-02, by sundar
8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false
2013-04-02, by sundar
Merge
2013-04-02, by jlaskey
8011233: Create a Nashorn shell for JavaFX
2013-04-02, by jlaskey
Merge
2013-04-05, by lana
Merge
2013-04-02, by lana
8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0
2013-04-02, by sundar
8011219: Regression with recent PropertyMap history changes
2013-04-02, by hannesw
8011095: PropertyHashMap.rehash() does not grow enough
2013-03-31, by jlaskey
8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."
2013-03-29, by sundar
8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test name
2013-03-29, by lagergren
8010924: Dealing with undefined property gets you a fatal stack
2013-03-28, by sundar
Added tag jdk8-b85 for changeset 769940c9fbc4
2013-04-11, by katleman
Merge
2017-07-05, by duke
Added tag jdk8-b85 for changeset ad477d409ae8
2013-04-11, by katleman
Merge
2017-07-05, by duke
Merge
2013-04-16, by katleman
Merge
2013-04-15, by katleman
8012048: JDK8 b85 source with GPL header errors
2013-04-12, by katleman
Merge
2013-04-16, by lana
Merge
2013-04-09, by lana
8005696: Add CompletableFuture
2013-04-09, by chegar
8010393: Update JAX-WS RI to 2.2.9-b12941
2013-04-09, by alanb
6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
2013-04-08, by darcy
8010849: (str) Optimize StringBuilder.append(null)
2013-04-08, by martin
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
2013-04-08, by lancea
8011590: More tests for core reflection modeling of default methods
2013-04-05, by darcy
8011602: jobjc build failure on Mac
2013-04-05, by dxu
Merge
2013-04-05, by lana
5001942: Missings SOCKS support for direct connections
2013-04-05, by khazra
8011380: FX dependency on PlatformLogger broken by 8010309
2013-04-05, by mchung
7155720: PKCS11 minor issues in native code
2013-04-04, by valeriep
8000406: change files using @GenerateNativeHeader to use @Native
2013-04-04, by dxu
7091601: Arabic Locale: can not set type of digit in application level
2013-04-03, by naoto
8011393: Typo in javadoc for SerialClob.truncate
2013-04-03, by lancea
8011373: Property java.runtime.profile should be removed (left-over code)
2013-04-03, by alanb
8011234: Performance regression with ftp protocol when uploading in image mode
2013-04-03, by alanb
8004979: java.lang.reflect.Modifier.toString should include "default"
2013-04-02, by darcy
Merge
2013-04-02, by lana
8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding
2013-04-02, by sherman
8009558: linked_md.c::dll_build_name can get stuck in an infinite loop
2013-04-02, by sla
8011199: Backout changeset JDK-7143928 (2b34a1eb3153)
2013-04-01, by mduigou
8011187: Remove obsolete/unused targets from jdk/test/Makefile
2013-04-01, by mduigou
7143928: Optimize empty HashMap and ArrayList
2013-04-01, by mduigou
8010268: Remove dependence upon clean target from jdk/test/Makefile prep target
2013-04-01, by mduigou
8010309: Improve PlatformLogger.isLoggable performance by direct mapping from an integer to Level
2013-03-28, by mchung
8010125: keytool -importkeystore could create a pkcs12 keystore with different storepass and keypass
2013-03-28, by weijun
8010991: Enable test/javax/script/GetInterfaceTest.java again
2013-03-28, by sundar
8010846: Update the corresponding test in test/vm/verifier/TestStaticIF.java
2013-03-27, by acorn
7185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for small number of annotations
2013-03-27, by darcy
8010837: FileInputStream.available() throw IOException when encountering negative available values
2013-03-27, by dxu
8009427: Re-enable tests that were disable to ease complicated push
2013-03-21, by ehelin
8010316: Improve handling of char sequences containing surrogates
2013-03-26, by martin
8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k
2013-03-26, by martin
Merge
2013-04-09, by lana
7153702: [TEST_BUG] [macosx] Synchronization problem in test javax/swing/JPopupMenu/6827786/bug6827786.java
2013-04-08, by kshefov
8006941: [macosx] Deadlock in drag and drop
2013-04-05, by pchelko
8010925: COPY AND PASTE TO AND FROM SIGNED APPLET FAILS AFTER FIRST INTERNAL COPY PRFRMD
2013-04-03, by mcherkas
8011123: serialVersionUID of java.awt.dnd.InvalidDnDOperationException changed in JDK8-b82
2013-04-03, by mcherkas
Merge
2013-04-02, by lana
8010375: sun.swing.JLightweightFrame should be implemented for XToolkit
2013-03-29, by ant
7075105: WIN: Provide a way to format HTML on drop
2013-03-27, by denis
Merge
2013-04-09, by lana
Merge
2013-04-02, by lana
8010005: [parfait] Memory leak in jdk/src/macosx/native/sun/awt/CTextPipe.m
2013-03-27, by jgodinez
Added tag jdk8-b85 for changeset c62699ce4007
2013-04-11, by katleman
Merge
2017-07-05, by duke
Merge
2013-04-17, by katleman
Merge
2013-04-15, by katleman
8012048: JDK8 b85 source with GPL header errors
2013-04-12, by katleman
Added tag hs25-b28 for changeset cd2648ba846b
2013-04-11, by amurillo
Merge
2013-04-11, by amurillo
Merge
2013-04-11, by bharadwaj
Merge
2013-04-11, by vlivanov
8011972: Field can be erroneously marked as contended when @Contended annotation isn't present
2013-04-11, by vlivanov
8011952: Missing ResourceMarks in TraceMethodHandles
2013-04-11, by kmo
8011706: specjvm2008 test xml.transform gets array bound exception with c1
2013-04-10, by roland
8007288: Additional WB API for compiler's testing
2013-04-09, by iignatyev
8010913: compiler/6863420 often exceeds timeout
2013-04-08, by bharadwaj
8006016: Memory leak at hotspot/src/share/vm/adlc/output_c.cpp
2013-04-05, by neliasso
Merge
2013-04-11, by mgerdin
8011872: Include Bit Map addresses in the hs_err files
2013-04-10, by stefank
8010196: NPG: Internal Error: Metaspace allocation lock -- possible deadlock
2013-04-10, by mgerdin
8009808: TEST-BUG : test case is using bash style tests. Default shell for jtreg is bourne. thus failure
2013-04-09, by mgerdin
7197666: java -d64 -version core dumps in a box with lots of memory
2013-04-08, by brutisso
8008508: CMS does not correctly reduce heap size after a Full GC
2013-02-11, by jmasa
8011343: Add new flag for verifying the heap during startup
2013-04-05, by johnc
8011948: new hotspot build - hs25-b28
2013-04-11, by amurillo
Merge
2013-04-11, by amurillo
Added tag hs25-b27 for changeset ea5bba2e47e9
2013-04-11, by amurillo
8011671: JCK tests on static interface methods fail under b84: Illegal type at constant pool entry 5
2013-04-09, by bharadwaj
Merge
2013-04-05, by zgu
8006001: [parfait] Possible file leak in hotspot/src/os/linux/vm/perfMemory_linux.cpp
2013-04-05, by ccheung
Merge
2013-04-05, by dcubed
Merge
2013-04-05, by dcubed
8011161: NMT: Memory leak when encountering out of memory error while initializing memory snapshot
2013-04-05, by zgu
8003310: Enable -Wunused-function when compiling with gcc
2013-04-04, by mikael
8006103: [parfait] Possible null pointer dereference at hotspot/src/os/linux/vm/os_linux.cpp; os_windows.cpp; os_solaris.cpp; os_bsd.cpp
2013-04-03, by ccheung
8006006: [parfait] Memory leak at hotspot/src/share/tools/launcher/wildcard.c
2013-03-29, by ccheung
8010943: guarantee(length == 0) failed: invalid method ordering length
2013-04-04, by hseigel
8009125: Add NMT tests for Virtual Memory operations
2013-04-03, by ctornqvi
8011584: new hotspot build - hs25-b27
2013-04-04, by amurillo
Added tag jdk8-b85 for changeset 462779762d8a
2013-04-11, by katleman
Merge
2013-04-16, by katleman
less
more
|
(0)
-10000
-3000
-1000
-112
+112
+1000
+3000
+10000
+30000
tip