Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-448
+448
+1000
+3000
+10000
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.
8151509: In check_addr0() function pointer is not updated correctly
2016-03-14, by csahu
Merge
2016-03-16, by erikj
8151653: Hotspot build does not respect --enable-openjdk-only
2016-03-15, by erikj
Merge
2016-03-16, by dholmes
8148425: strerror() function is not thread-safe
2016-03-12, by stuefe
8151781: DirtyCardQueue::apply_closure is unused
2016-03-16, by kbarrett
Merge
2016-03-15, by coleenp
8150085: Convert TraceClearedExceptions to Unified Loggin
2016-03-15, by rprotacio
Merge
2016-03-15, by mlarsson
8151264: Add a notification mechanism for UL configuration changes.
2016-03-08, by rehn
Merge
2016-03-15, by stefank
8151539: Remove duplicate AlwaysTrueClosures
2016-03-15, by stefank
Merge
2016-03-15, by pliden
8148239: TestSelectDefaultGC.java incorrectly expects G1 on non-server class machines
2016-03-15, by pliden
8062506: Java GCCause enum is out of sync with C++ GCCause enum
2016-03-15, by pliden
Merge
2016-03-15, by dsamersoff
8151709: jhsdb should show help message in SALauncher.
2016-03-15, by ysuenaga
Merge
2016-03-15, by brutisso
8151842: Local variables have wrong names after JDK-8148736
2016-03-15, by brutisso
Merge
2016-03-15, by dholmes
8137165: Tests fail in SR_Handler because thread is not VMThread or JavaThread
2016-03-15, by dholmes
8151534: Refactor ArrayAllocator for easier reuse
2016-03-09, by stefank
Merge
2016-03-14, by mockner
8149995: TraceClassLoadingPreorder has been converted to Unified Logging.
2016-03-14, by mockner
Merge
2016-03-14, by coleenp
8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
2016-03-11, by simonis
Merge
2016-03-14, by dsamersoff
8151181: Add JSnap to jhsdb
2016-03-04, by ysuenaga
Merge
2016-03-14, by pliden
8067768: Check for too small values for -Xmx
2016-03-14, by pliden
Merge
2016-03-14, by dsamersoff
8151368: SA: Unexpected ArithmeticException in CompactHashTable
2016-03-14, by dsamersoff
8151696: Print all regions on trace level to get same behavior as old PrintHeapAtGCExtended
2016-03-14, by sjohanss
8151693: Move print_heap_before/after_gc to debug level
2016-03-14, by sjohanss
Merge
2016-03-13, by coleenp
8151728: jni test crashes JVM assert(_handle != __null) failed: resolving NULL handle
2016-03-12, by coleenp
8140257: Add support for "gc service threads" to ConcurrentGCThread
2016-03-11, by drwhite
8151604: Rely on options range checking rather than explict checks
2016-03-13, by brutisso
Merge
2016-03-11, by mockner
8146551: The output from classresolve tag has been shortened and moved to debug level.
2016-03-10, by mockner
Merge
2016-03-11, by mlarsson
8151265: Add a way to extend UL tags
2016-03-08, by rehn
8151304: Remove unused develop options(ClearInterpreterLocals and others)
2016-03-11, by ddmitriev
Merge
2016-03-11, by brutisso
8151605: Change warning() to log_warning(gc) in the GC code
2016-03-11, by brutisso
8151602: Remove logging from refillLinearAllocBlockIfNeeded()
2016-03-11, by brutisso
8151603: Use error stream instead of tty for logging before ShouldNotReachHere()
2016-03-11, by brutisso
8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
2016-03-11, by mgerdin
Merge
2016-03-11, by tschatzl
8150952: Net PLAB size is clipped to max PLAB size as a whole, not on a per thread basis
2016-03-11, by tschatzl
8134749: SoftReferences declared dead too early
2016-03-11, by pliden
Merge
2016-03-10, by kbarrett
8150676: Use BufferNode index
2016-03-10, by kbarrett
8150778: Reduce Throwable.getStackTrace() calls to the JVM
2016-03-10, by coleenp
Merge
2016-03-10, by iignatyev
8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
2016-03-01, by dfazunen
8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current
2016-03-03, by mchernov
Merge
2016-03-10, by stefank
8151440: Move BitMap verfication inline functions out from bitMap.hpp
2016-03-09, by stefank
8151439: Inline the BitMap constructor
2016-03-09, by stefank
8151436: Leaner ArrayAllocator and BitMaps
2016-03-09, by stefank
8150617: nth_bit and friends are broken
2016-02-25, by stefank
8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp
2016-03-10, by brutisso
8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
2016-03-09, by sangheki
Merge
2016-03-09, by kbarrett
8150688: Fix os_windows siglabel
2016-03-09, by kbarrett
8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong
2016-03-09, by sangheki
Merge
2016-03-09, by jwilhelm
Merge
2016-03-09, by brutisso
8151513: Remove debugging code from BarrierSet
2016-03-09, by brutisso
8151196: Several tests fail due to test library not found
2016-03-09, by sla
8151414: os::pretouch_memory should take void* instead of char*
2016-03-09, by tschatzl
8146991: Introduce per-worker preserved mark stacks in ParallelGC
2016-03-09, by tonyp
8150083: Convert VerboseVerification to Unified Logging
2016-03-08, by rprotacio
8149991: Convert TraceSafepointCleanupTime to Unified Logging
2016-03-08, by rprotacio
Merge
2016-03-08, by ehelin
8151365: Move G1YoungGenSizer to a separate file
2016-03-07, by ehelin
8146683: check_addr0 should be more efficient
2016-03-08, by csahu
8151178: Move the collection set out of the G1 collector policy
2016-03-07, by mgerdin
Added tag jdk-9+114 for changeset 03e2f4d0a421
2016-04-14, by lana
8154430: Imported modules rebuilt on second run when nothing has changed
2016-04-18, by erikj
8154394: Bad test for ENABLE_SJAVAC in build-performance.m4
2016-04-18, by omajid
8154292: jdk9-dev: All SE builds failed on 2016-04-14
2016-04-15, by erikj
8154313: Generated javadoc scattered all over the place
2016-04-15, by neugens
Merge
2016-04-14, by lana
8154237: Compare script broken for windows native library deps comparison
2016-04-14, by erikj
8149777: Enable enhanced failure handler for "make test"
2016-04-14, by erikj
8153969: Clean up module src dir logic
2016-04-13, by erikj
Merge
2016-04-13, by amurillo
Merge
2016-04-11, by amurillo
Merge
2016-04-08, by bharadwaj
Merge
2016-04-05, by bharadwaj
8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
2016-04-04, by jcm
Merge
2016-04-07, by dcubed
Merge
2016-04-02, by jwilhelm
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
2016-03-31, by ctornqvi
Merge
2016-03-30, by ctornqvi
8153071: Remove client testing from JPRT
2016-03-30, by ctornqvi
8152422: Optimize GC JPRT test set
2016-03-30, by dfazunen
Merge
2016-03-23, by jwilhelm
Merge
2016-03-19, by jwilhelm
8149780: GatherProcessInfoTimeoutHandler shouldn't call getWin32Pid if the lib isn't load
2016-02-16, by kzhaldyb
8146287: typos in /test/failure_handler
2016-02-16, by kzhaldyb
8154070: Configuration script unable to detect boot JDK's modules support
2016-04-12, by erikj
Added tag jdk-9+114 for changeset 8b116f192318
2016-04-14, by lana
Added tag jdk-9+114 for changeset c84d0cce090e
2017-07-05, by duke
Merge
jdk-9+114
2017-07-05, by duke
Merge
2017-07-05, by duke
8073100: [javadoc] Provide an ability to suppress document generation for specific elements.
2016-04-10, by ksrini
8153737: Unsupported Module
2016-04-09, by chegar
8153716: JShell tool: should warn when failed to launch editor
2016-04-09, by rfield
8153896: JShell API: Snippet.id() doc -- breaks make doc
2016-04-08, by rfield
8130450: JShell: events are not generated for repeated source
2016-04-08, by rfield
8153243: make docs should generate JShell API docs
2016-04-08, by jlahoda
8152832: Type inference regression in javac
2016-04-08, by mcimadamore
Merge
2016-04-07, by lana
8151191: javac error when running javadoc on some inner classes
2016-04-06, by vromero
Merge
2016-04-05, by amurillo
Merge
2016-04-04, by amurillo
Merge
2016-03-31, by amurillo
Merge
2016-03-29, by zmajo
Merge
2016-03-24, by zmajo
8149644: Integrate VarHandles
2016-03-24, by psandoz
8153370: Drop use of old style -XaddExports from tests
2016-04-05, by alanb
8153482: jdk/jshell/StartOptionTest.java fails on Windows after JDK-8147515
2016-04-05, by rfield
8153417: jshell tool: use test passed locale to retrieve ResourceBundle
2016-04-04, by rfield
8153416: unexport javah from jdk.compiler module
2016-04-04, by jjg
8147515: JShell: Internationalize
2016-04-04, by rfield
Added tag jdk-9+113 for changeset 6bf2bef08a91
2016-04-07, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+113 for changeset b54f0a474ea2
2016-04-07, by lana
Merge
2017-07-05, by duke
Merge
2016-04-07, by lana
8150969: DEFER from Features API is taking precedence over defer preference in catalog file
2016-04-06, by joehw
Added tag jdk-9+113 for changeset dfc85e3e7c4e
2016-04-07, by lana
Merge
2017-07-05, by duke
8137149: add tests for issues closed during Nashorn issue cleanup
2016-04-11, by mhaupt
8075550: Error "JavaFX runtime not found" in nashorn when load predefines scripts to import JavaFX packages
2016-04-11, by jlaskey
Added tag jdk-9+113 for changeset 22ae7151aae7
2016-04-07, by lana
Merge
2017-07-05, by duke
8153737: Unsupported Module
2016-04-09, by chegar
Added tag jdk-9+113 for changeset fe2f4dc00fdf
2016-04-07, by lana
Merge
2017-07-05, by duke
8152645: VarHandle lookup access control tests
2016-04-11, by psandoz
8151706: Update VarHandle implementation to use @Stable arrays
2016-04-11, by psandoz
8152115: (proxy) Examine performance of dynamic proxy creation
2016-04-11, by plevart
8153836: java/util/ResourceBundle/Bug6299235Test.sh depends on java.desktop
2016-04-11, by okutsu
8153928: test/lib/share/classes/jdk/test/lib/Utils.java introduced dependency to java.base/jdk.internal.misc
2016-04-11, by amlu
8149450: LdapCtx.processReturnCode() throwing Null Pointer Exception
2016-04-11, by coffeys
8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing
2016-04-11, by amlu
8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor
2016-04-11, by msheppar
8153737: Unsupported Module
2016-04-09, by chegar
8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
2016-04-09, by chegar
8153414: (fs) Internal sun/nio/fs exceptions should be stackless
2016-04-08, by bpb
8037360: java/nio/channels/SocketChannel/Connect.java fails intermittently
2016-04-08, by alanb
8153725: Problem list javax/sound/sampled/DirectAudio/bug6400879.java for Linux
2016-04-08, by serb
7129443: (cal) Difference between comment and implementation of DAY_OF_WEEK_IN_MONTH
2016-04-08, by peytoia
8150469: unpack200 fails to compare crc correctly.
2016-04-07, by ksrini
Merge
2016-04-07, by lana
8151579: Optimize ConcurrentHashMap.Node
2016-04-07, by dl
8151344: Improve timeout factor handling in tck/JSR166TestCase
2016-04-07, by dl
8151501: LockSupport/ParkLoops.java: AssertionError: lost unpark
2016-04-07, by dl
8152433: Typo in interface Deque javadocs
2016-04-07, by dl
8152924: Improve scalability of CompletableFuture with large number of dependents
2016-04-07, by dl
8153727: AIX jdk build broken after 8145174
2016-04-07, by stuefe
8153531: Improve exception messaging for RSAClientKeyExchange
2016-04-07, by coffeys
8151431: DateFormatSymbols triggers this.clone() in the constructor
2016-04-07, by okutsu
8153695: Problem list sun/security/pkcs11/Provider/Login.sh for linux-all
2016-04-07, by amlu
8153239: ProblemList update for sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java
2016-04-06, by jjiang
8152622: tools/pack200/Pack200Props.java timed out
2016-04-06, by ksrini
8151586: Wrong exception catch for FTPClient in JDK-8055032
2016-04-06, by vtewari
8152436: Add a test to verify that the root logger correctly reports the caller's information
2016-04-06, by dfuchs
8148950: Enhance ChronoField Javadoc
2016-04-06, by ntv
8153538: module java.httpclient should not be in java.compact3
2016-04-06, by alanb
8153563: java/nio/Buffer/Basic.java and CopyDirectMemory.java are failing after JDK-8149469
2016-04-06, by amlu
8030864: Add an efficient getDateTimeMillis method to java.time
2016-04-06, by ntv
Merge
2016-04-05, by amurillo
Merge
2016-04-04, by amurillo
Merge
2016-03-31, by amurillo
8152959: Build crashes in jdk9-hs-comp on Linux with gnumake 3.81
2016-03-30, by erikj
Merge
2016-03-29, by zmajo
8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
2016-03-25, by shade
Merge
2016-03-24, by zmajo
8149644: Integrate VarHandles
2016-03-24, by psandoz
8149469: ByteBuffer API and implementation enhancements for VarHandles
2016-03-24, by psandoz
Merge
2016-03-24, by amurillo
Merge
2016-03-23, by zmajo
Merge
2016-03-21, by zmajo
8144693: Intrinsify StringCoding.hasNegatives() on SPARC
2016-03-21, by thartmann
8153370: Drop use of old style -XaddExports from tests
2016-04-05, by alanb
8098580: drainRefQueueBounds() puts pressure on pool.size()
2016-04-05, by ascarpino
Merge
2016-04-05, by prr
Merge
2016-04-05, by prr
7179078: Remove @beaninfo processing from the makefiles
2016-03-29, by serb
8152159: LabelUI is not updated for TitledBorder
2016-03-29, by alexsch
8150225: api/javax_swing/text/AbstractWriter/index_indent failed
2016-03-29, by rchamyal
Merge
2016-03-28, by prr
Merge
2016-03-28, by prr
8149958: Implementation/documantation of AudioInputStream.read()/skip() should be updated
2016-03-28, by serb
8132782: RIFFReader does not support WAVE-Files greater than 2 GiB
2016-03-28, by serb
8051519: Deprecate sun.java2d.SunGraphicsEnvironment.useAlternateFontforJALocales
2016-03-25, by prr
8149558: [TEST] add regression test for JDK-8150154
2016-03-25, by avstepan
8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java
2016-03-25, by yan
8078514: Nightly: api/javax_swing/DefaultRowSorter/index_ModelStructChanged failure
2016-03-25, by ssadetsky
8151998: VS2010 ThemeReader.cpp(758) : error C3861: 'round': identifier not found
2016-03-24, by alexsch
8134669: Empty screen insets in Gnome 3, OEL 7 in multiscreen mode
2016-03-24, by ssadetsky
8139215: RTFEditorKit does not save alignment
2016-03-24, by ssadetsky
8075907: The regression-swing case failed as the rollover icons is not correctly shown with the special options"-client -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel"
2016-03-24, by ssadetsky
8133864: Wrong display, when the document I18n properties is true.
2016-03-24, by ssadetsky
6439354: Win L&F: TitledBorder colors are not from desktop
2016-03-24, by pkbalakr
8145173: HiDPI splash screen support on Windows
2016-03-24, by rchamyal
8151590: "ALL" radio button is not selected in printDialog when we call DefaultSelectionType.ALL in windows
2016-03-24, by psadhukhan
6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel
2016-03-24, by aghaisas
7107620: Need to round in test java/awt/print/PageFormat/PageFormatFromAttributes.java
2016-03-24, by psadhukhan
8143227: Platform-Specific Desktop Features
2016-03-24, by azvegint
8144938: Handle properly coordinate overflow in Marlin Renderer
2016-03-23, by lbourges
8151282: [TEST_BUG] javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails with GTK LnF
2016-03-23, by aniyogi
8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X
2016-03-23, by alexsch
8055463: Need public API allowing full access to font collections in Font.createFont()
2016-03-22, by prr
Merge
2016-03-22, by prr
8148555: [macosx] An uncaught exception was raised entering Emoji into JTextArea
2016-03-22, by aniyogi
8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag
2016-03-22, by ssadetsky
Merge
2016-03-21, by prr
Merge
2016-03-18, by prr
8149636: TextField flicker & over scroll when selection scrolls beyond the bounds of TextField
2016-03-18, by arapte
8145228: Java Access Bridge, getAccessibleStatesStringFromContext doesn't wrap the call to getAccessibleRole
2016-03-17, by ptbrunet
8151714: [TEST] add a test for JOptionPane dialog multiresolution icons
2016-03-17, by avstepan
8151110: libfontmanager should free memory with delete[] if it was allocated with new[]
2016-03-17, by psadhukhan
6379088: Suboptimal expression in javax.imageio.ImageTypeSpecifier.getBitsPerBand(int)
2016-03-17, by psadhukhan
8146239: Support of PCM_FLOAT for the AU file format
2016-03-16, by serb
8151857: [TEST_BUG] bug6544309.java fails intermittently
2016-03-16, by serb
8066139: Null return from PrintJob.getGraphics() running closed/java/awt/PrintJob/HighResTest/HighResTest.java
2016-03-16, by psadhukhan
8149849: [hidpi] DnD issues (cannot DnD from JFileChooser to JEditorPane or other text component) when scale > 1
2016-03-15, by alexsch
8076545: Text size is twice bigger under Windows L&F on Win 8.1 with HiDPI display
2016-03-15, by alexsch
8139227: Text fields in JPopupMenu structure do not receive focus in hosted Applets
2016-03-15, by ssadetsky
8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios
2016-03-15, by ssadetsky
8143295: Validating issue in AWT
2016-03-15, by ssadetsky
8151770: 9-client windows builds fail on windows since make file change for 8145174
2016-03-14, by erikj
Merge
2016-03-14, by ddehaven
Merge
2016-03-11, by ddehaven
8149456: [macosx] robot.keyPress do not generate key events (keyPressed and keyReleased) for function keys F13 to F19
2016-03-14, by mhalder
8150724: [TEST] HiDPI: create a test for multiresolution icons
2016-03-14, by avstepan
8151621: [TEST_BUG] java/awt/print/PrinterJob/MultiMonPrintDlgTest.java doesn't work with jtreg
2016-03-14, by psadhukhan
8069348: SunGraphics2D.copyArea() does not properly work for scaled graphics in D3D
2016-03-11, by alexsch
8151697: [TEST] minor update of test/java/awt/image/multiresolution/BaseMultiResolutionImageTest.java
2016-03-11, by avstepan
8151699: [TEST_BUG] fix awt/image/multiresolution/MultiResolutionTrayIconTest
2016-03-11, by avstepan
6734341: REGTEST fails: SelectionAutoscrollTest.html
2016-03-11, by kshefov
7012008: JDesktopPane - Wrong background color with Win7+WindowsLnf
2016-03-11, by pkbalakr
8145174: HiDPI splash screen support on Linux
2016-03-11, by rchamyal
8145896: JInternalFrame setMaximum before adding to desktop throws null pointer exception
2016-03-11, by rchamyal
8151627: [TEST_BUG] fix test/java/awt/image/multiresolution/MultiResolutionRenderingHintsTest.java to run with Jake
2016-03-10, by avstepan
8151288: Generation of property files for gtk l&f can be skipped on win/osx
2016-03-04, by serb
8151269: [TEST] add test covering getSource() method for multiresolution image
2016-03-10, by avstepan
8139183: drawImage misses background's alpha channel
2016-03-10, by jdv
8144164: [macosx] Test java/awt/Focus/MouseClickRequestFocusRaceTest/MouseClickRequestFocusRaceTest failed
2016-03-09, by serb
8142406: [TEST] MultiResolution image: need test to cover the case when @2x image is corrupted
2016-03-09, by avstepan
8034239: PrintServiceLookup.lookupPrintServices() returns different amount of services in comparison with lpstat -v
2016-03-09, by psadhukhan
8152742: jlink --include-locales th fails with ArrayIndexOutOfBoundsException
2016-04-05, by naoto
8149735: PropertiesTest.sh fails
2016-04-05, by rgoel
7167293: FtpURLConnection connection leak on FileNotFoundException
2016-04-05, by vtewari
8153041: Remove unused redundant parameter in CLDRConverter
2016-04-04, by naoto
8153286: Move sun.misc.GC to java.rmi ( sun.rmi.transport )
2016-04-04, by chegar
8151806: JImage decompress code needs to be revised to be more effective
2016-04-04, by jlaskey
8153181: Move sun.misc.VMSupport to an internal package
2016-04-03, by chegar
Added tag jdk-9+113 for changeset 07dc1868fd1e
2016-04-07, by lana
Merge
2017-07-05, by duke
8153737: Unsupported Module
2016-04-09, by chegar
8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
2016-04-09, by chegar
Merge
2016-04-07, by lana
Merge
2016-04-04, by amurillo
8153410: Disable tests until JDK-8151460 gets to main
2016-04-04, by jwilhelm
Merge
2016-03-31, by amurillo
8153195: Quarantine compiler/gcbarriers/PreserveFPRegistersTest.java
2016-03-31, by zmajo
Merge
2016-03-30, by thartmann
Merge
2016-03-29, by twisti
8152634: generalize exception throwing routines in JVMCIRuntime
2016-03-25, by rschatz
8152636: TestHasNegatives.java fails after Jigsaw changes were integrated
2016-03-30, by iignatyev
8152972: C2 crashes with SIGSEGV in LoadNode::make
2016-03-29, by vlivanov
8152945: TestStableU* tests aren't Jigsaw-ready
2016-03-29, by vlivanov
8152857: [TESTBUG] UnsafeGetConstantField.testUnsafeGetFieldUnaligned fails w/ -XX:-UseUnalignedAccesses in -Xcomp mode
2016-03-29, by vlivanov
8152496: Blended code generation
2016-03-29, by mcberg
Merge
2016-03-29, by zmajo
8152730: File Leak in CompileBroker::init_compiler_thread_log of compileBroker.cpp:1665.
2016-03-28, by rraghavan
8145348: Make intrinsics flags diagnostic.
2016-03-28, by rraghavan
8025962: JSR 292: NoSuchMethodError and NoSuchFieldError in MHN_resolve_Mem
2016-03-28, by vlivanov
8148175: C1: G1 barriers don't preserve FP registers
2016-03-28, by vlivanov
8152179: C2: Folding of unsigned loads is broken w/ @Stable
2016-03-28, by vlivanov
8152773: C2: LoadNode properties aren't preserved when converting between signed/unsigned variants
2016-03-28, by vlivanov
8151623: Zap freed Metaspace chunks in non-product binaries
2016-03-28, by vlivanov
Merge
2016-03-25, by shade
8152698: Remove obsolete Unsafe.putOrdered{X} methods, usages, runtime and compiler support
2016-03-25, by shade
8152344: JVMCI test task: Unit tests for ConstantReflectionProvider
2016-03-25, by kshefov
8152354: Update for x86 AES CBC Decryption
2016-03-24, by vdeshpande
Merge
2016-03-24, by zmajo
8152440: Zero build fails after JDK-8146801
2016-03-22, by sgehwolf
Merge
2016-03-24, by zmajo
Merge
2016-03-24, by thartmann
8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
2016-03-24, by thartmann
8149644: Integrate VarHandles
2016-03-24, by psandoz
8136458: Remove "marked for reclamation" nmethod state
2016-03-24, by thartmann
8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi
2016-03-23, by mdoerr
8152861: VM crash on assert: locked methods shouldn't be flushed
2016-03-30, by thartmann
8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
2016-03-30, by thartmann
Merge
2016-03-24, by amurillo
8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java
2016-03-24, by zmajo
Merge
2016-03-23, by zmajo
8152169: LockCompilationTest.java fails due method present in the compiler queue
2016-03-18, by neliasso
Merge
2016-03-21, by zmajo
8148754: C2 loop unrolling fails due to unexpected graph shape
2016-03-21, by zmajo
8144693: Intrinsify StringCoding.hasNegatives() on SPARC
2016-03-21, by thartmann
8152004: CTW crashes with failed assertion after 8150646 integration
2016-03-17, by fzhinkin
8152134: [JVMCI] printing compile queues always prints C2 regardless of UseJVMCICompiler
2016-03-17, by twisti
8151723: [JVMCI] JVMCIRuntime::treat_as_trivial: Don't limit trivial prefixes to boot class path
2016-03-17, by twisti
8151829: [JVMCI] incorrect documentation about jvmci.compiler property
2016-03-17, by twisti
Merge
2016-03-18, by thartmann
8023191: OSR nmethods should be flushed to free space in CodeCache
2016-03-18, by thartmann
8152090: Code missing from JDK-8150054 causing many test failures
2016-03-17, by neliasso
8151874: [JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel
2016-03-17, by never
Merge
2016-03-17, by aph
8150652: Remove unused code in AArch64 back end
2016-02-25, by aph
8151882: -XX:+Verbose prints messages even if no other flag is set
2016-03-17, by thartmann
8150054: Make compilercontrol test ignore xcomp
2016-03-16, by neliasso
8153181: Move sun.misc.VMSupport to an internal package
2016-04-03, by chegar
Added tag jdk-9+113 for changeset 9bc1d0332a48
2016-04-07, by lana
8153737: Unsupported Module
2016-04-09, by chegar
8153243: make docs should generate JShell API docs
2016-04-08, by jlahoda
Merge
2016-04-07, by lana
8153660: jwdp.so/dll missing from JRE image
2016-04-07, by erikj
8152691: Compare script broken after Module system
2016-04-06, by erikj
Merge
2016-04-05, by prr
7179078: Remove @beaninfo processing from the makefiles
2016-03-29, by serb
Merge
2016-03-28, by prr
8143227: Platform-Specific Desktop Features
2016-03-24, by azvegint
Added tag jdk-9+113 for changeset a86a1a1cae13
2016-04-07, by lana
Added tag jdk-9+113 for changeset 6072af7a98be
2017-07-05, by duke
Merge
jdk-9+113
2017-07-05, by duke
Merge
2017-07-05, by duke
8152925: JShell: enable corralling of any type declaration, including enum
2016-04-01, by rfield
8152771: NPE accessing comments on module declarations
2016-03-29, by ksrini
8152897: refactor ToolBox to allow reduced documented dependencies
2016-03-31, by jjg
6818181: Update naming convention annotation processing samples for modules
2016-03-31, by darcy
8150733: NPE when compiling module-info.java with a class declaration in a non-module mode
2016-03-31, by vromero
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
2016-03-31, by mchung
Added tag jdk-9+112 for changeset bf40906bf49d
2016-03-31, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+112 for changeset 372468bfe26c
2016-03-31, by lana
Merge
2017-07-05, by duke
Merge
2016-03-31, by lana
8147431: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh copied JDK failed
2016-03-30, by joehw
Added tag jdk-9+112 for changeset 3afcaff239f5
2016-03-31, by lana
Merge
2017-07-05, by duke
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
2016-03-31, by mchung
Merge
2016-03-31, by lana
8152533: ant octane target fails with "Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)"
2016-03-28, by sundar
Added tag jdk-9+112 for changeset 665335352bb7
2016-03-31, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+112 for changeset 16042dd4e6af
2016-03-31, by lana
Merge
2017-07-05, by duke
6483657: MSCAPI provider does not create unique alias names
2016-04-03, by igerasim
8153317: Two jimage tests have been failing since JDK-8152641 was fixed
2016-04-01, by redestad
8152641: Plugin to generate BMH$Species classes ahead-of-time
2016-04-01, by redestad
8153261: Clean up fix for JDK-8153217
2016-04-01, by erikj
8153262: javax/xml/bind/marshal/8134111/UnmarshalTest.java fails
2016-04-01, by aefimov
8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace
2016-04-01, by aefimov
8152817: Locale data loading fails silently when running with a security manager
2016-04-01, by okutsu
8153147: Mark java/net/BindException/Test.java as intermittently failing
2016-04-01, by amlu
8153217: javafx modules are not included in the jre
2016-03-31, by mchung
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
2016-03-31, by mchung
8153125: rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic.Main
2016-03-31, by mchung
Merge
2016-03-31, by lana
8079136: Accessing a nested sublist leads to StackOverflowError
2016-03-31, by igerasim
8153118: Remove sun.misc.resources
2016-03-31, by chegar
8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
2016-03-31, by chegar
8153141: Develop initial set of tests for SwingSet
2016-03-30, by mrkam
8151763: Use more informative format for problem list
2016-03-30, by darcy
8153035: GenModuleInfoSource strips away the API comments
2016-03-30, by mchung
8141609: Need test for jrtfs that runs on JDK 8 to target a JDK 9 image
2016-03-30, by alanb
8152005: sun/misc/SunMiscSignalTest.java failed intermittently
2016-03-30, by rriggs
8152704: jlink command line output/help message improvement
2016-03-29, by naoto
8153027: Exclude tools/jimage/JImageTest.java
2016-03-29, by mchung
8152951: Avoid calculating the reverse of StringConcatFactory$Recipe elements
2016-03-29, by redestad
8152077: (cal) Calendar.roll does not always roll the hours during daylight savings
2016-03-29, by okutsu
8152873: java/util/Locale/LocaleProviders.sh fails after JDK-8150432
2016-03-29, by amlu
8152733: Avoid creating Manifest when checking for Multi-Release attribute
2016-03-28, by redestad
8150432: LocaleProviders.sh fails
2016-03-28, by rgoel
8152083: Optimize TimeUnit conversions
2016-03-28, by dl
8073872: Schemagen fails with StackOverflowError if element references containing class
2016-03-28, by aefimov
Added tag jdk-9+112 for changeset c27e554bbe5c
2016-03-31, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+112 for changeset 5531985950c0
2016-03-31, by lana
8153303: Jib profiles config broken after JDK-8153257 after JDK-8031767
2016-04-01, by tbell
8153273: Test lib compilations trigger find crash on Solaris
2016-04-01, by erikj
8153261: Clean up fix for JDK-8153217
2016-04-01, by erikj
8153257: Jib profiles config broken after JDK-8031767
2016-04-01, by erikj
8153217: javafx modules are not included in the jre
2016-03-31, by mchung
Added tag jdk-9+112 for changeset fb6c19577a6a
2016-03-31, by lana
Added tag jdk-9+112 for changeset 7359994942f8
2017-07-05, by duke
Merge
jdk-9+112
2017-07-05, by duke
Merge
2017-07-05, by duke
8151755: jshell tool: properly cover resolution issues in output configuration
2016-03-25, by rfield
Merge
2016-03-23, by lana
8152411: Regression: inference fails to reject incompatible upper bounds
2016-03-23, by mcimadamore
8152296: langtools/test/jdk/jshell/ToolReloadTest.java failing if there is not persisted history
2016-03-23, by jlahoda
8152465: Sjavac should not prefix server generated log messages with [server]
2016-03-23, by alundblad
8027999: Poorly worded error message when attempting to assign to this
2016-03-23, by alundblad
8152503: tools/javac/completionDeps/DepsAndAnno.java fails after jigsaw m3
2016-03-22, by mchung
8152504: Problem list tools/jdeps/modules/GenModuleInfo.java until JDK-8152502 is resolved
2016-03-22, by mchung
Merge
2016-03-22, by chegar
Merge
2016-03-22, by chegar
8151379: Sjavac should not print connection attempts on info logging level
2016-03-22, by alundblad
8152048: change langtools tests to use ProblemList instead of @ignore
2016-03-17, by jjg
Merge
2016-03-15, by lana
8071982: Update tests for revamped Doclet API
2016-03-14, by ksrini
Added tag jdk-9+111 for changeset 3b41f1c69604
2016-03-23, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+111 for changeset 116e5d5cdade
2016-03-23, by lana
Merge
2017-07-05, by duke
8151154: IllegalArgumentException not thrown when wrong syntax value is set for javax.xml.catalog.files
2016-03-24, by joehw
Added tag jdk-9+111 for changeset cb52aa47ff0a
2016-03-23, by lana
Merge
2017-07-05, by duke
8152646: disable ant octane target to avoid hudson build failure notifications
2016-03-24, by sundar
8151700: Add support for ES6 for-of
2016-03-24, by hannesw
Merge
2016-03-23, by lana
Merge
2016-03-22, by chegar
Merge
2016-03-22, by chegar
Merge
2016-03-22, by chegar
8151811: Const declarations do not work in for..in loops
2016-03-22, by hannesw
8151810: for-in iteration does not provide per-iteration scope
2016-03-22, by hannesw
8147613: enable jjs tests on Windows
2016-03-21, by sdama
8151809: ES6 Map/Set insertion with existing keys changes iteration order
2016-03-21, by hannesw
Merge
2016-03-15, by lana
8150218: Autoconversion SAM adapters sometimes don't get privileges
2016-03-15, by attila
Added tag jdk-9+111 for changeset 41a1c20eb619
2016-03-23, by lana
Merge
2017-07-05, by duke
Added tag jdk-9+111 for changeset 553ee8b34393
2016-03-23, by lana
Merge
2017-07-05, by duke
8152798: Mark WeakCipherSuite.java as intermittently failing
2016-03-25, by asmotrak
8151571: InnocuousThread cannot be created during early startup
2016-03-25, by mchung
8150840: Add an internal system property to control the default level of System.Logger when java.logging is not present.
2016-03-25, by dfuchs
8152749: Mark AdaptorCloseAndInterrupt.java as intermittently failing
2016-03-25, by amlu
8152508: tools/jlink/SecurityTest.java failed intermittently
2016-03-24, by mchung
8152715: Problem list tools/pack200/Pack200Props.java
2016-03-24, by mchung
Merge
2016-03-24, by chegar
8149122: Move sun.misc.URLClassPath and Resouce to an internal package
2016-03-24, by chegar
8152606: java.base no longer needs to export sun.util.logging to java.httpclient
2016-03-24, by dfuchs
8152545: Use preprocessor instead of compiling a program to generate native nio constants
2016-03-24, by erikj
8152237: Support BigInteger.TWO
2016-03-24, by xuelei
8152277: Move URLClassPath.pathToURLs(String) to RegistryImpl
2016-03-24, by chegar
less
more
|
(0)
-30000
-10000
-3000
-1000
-448
+448
+1000
+3000
+10000
tip