2018-04-27 eosterlund 8202082: Remove explicit CMS checks in CardTableBarrierSetAssembler
2018-04-27 kbarrett 8202230: Provide accessors for JNIHandles storage objects
2018-04-27 thartmann 8202179: Compilation fails with assert(n->is_expensive()) failed: expensive nodes with non-null control here only
2018-04-26 stuefe 8202325: [aix] disable warnings-as-errors by default
2018-04-26 eosterlund 8201543: Modularize C1 GC barriers
2018-04-26 roland 8201367: assert(current != first_mem) failed: corrupted memory graph in superword code
2018-04-26 naoto 8181157: CLDR Timezone name fallback implementation
2018-04-26 lana Added tag jdk-11+11 for changeset e1e60f75cd39
2018-04-26 gziemski 8202150: [REDO] Split globals.hpp to factor out the Flag class
2018-04-26 mikael 8202330: Add Unreferenced{FOS,FIS,RAF}ClosesFd to problem list
2018-04-26 redestad 8202324: Avoid loading FileInput-/OutputStream$AltFinalizer
2018-04-26 hseigel 8197960: [TESTBUG] remove/modify runtime tests which use java ee or corba modules
2018-04-26 eosterlund 8200235: Generalize jniFastGetField jobject/jweak resolve
2018-04-26 alanb 8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
2018-04-26 jgeorge 8174994: SA: clhsdb printmdo throws WrongTypeException when attached to a process with CDS
2018-04-26 darcy 8200478: For boxing conversion javac uses Long.valueOf which does not guarantee caching according to its javadoc
2018-04-25 ccheung 8197959: [TESTBUG] Some (App)CDS tests require modification due to the removal of the Java EE and CORBA modules
2018-04-26 mli 8157543: java/nio/channels/Selector/SelectAndCancel.java fails intermittently jdk-11+11
2018-04-26 igerasim 8202154: Remove unused code in java.base/windows/native/libnet
2018-04-26 ysuenaga 8199519: Several GC tests fails with: java.lang.NumberFormatException: Unparseable number: "-"
2018-04-25 coleenp 8202164: Remove some unneeded BoolObjectClosure* is_alive parameters
2018-04-25 epavlova 8202276: Update test/hotspot/jtreg/ProblemList-graal.txt
2018-04-25 kvn 8202152: test/hotspot/jtreg/runtime/whitebox/WBStackSize.java fails
2018-04-25 bsrbnd 8202141: Unique symbols for .class
2018-04-25 shade 8202210: jlink uses little-endian for big-endian cross-compilation targets
2018-04-25 redestad 8202184: Reduce time blocking the ClassSpecializer cache creating SpeciesData
2018-04-25 vtewari 8200101: sun/security/krb5/auto/Renewal.java fails intermittently
2018-04-25 vtewari 8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings
2018-04-25 vtewari 8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
2018-04-25 mikael 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
2018-04-25 bpb 8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
2018-04-24 ksrini 8025091: VisibleMemberMap.java possible performance improvements
2018-04-24 sangheki 8196325: GarbageCollectionNotificationInfo has same information for before and after
2018-04-24 roland 8200303: C2 should leverage profiling for lookupswitch/tableswitch
2018-04-24 vromero 8202157: remove the use of string keys at InapplicableMethodException
2018-04-10 roland 8201368: IfNode::fold_compares() may lead to incorrect execution
2018-04-24 kvn 8202075: Crash when running compiler/codecache/OverflowCodeCacheTest.java
2018-04-24 dlong 8199755: Update Graal
2018-04-24 vromero 8201281: Truncated error message with Incompatible : null
2018-04-23 aph 8200556: AArch64: assertion failure in slowdebug builds
2018-04-24 roland 8200477: Integer dot product no longer autovectorised
2018-04-20 stuefe 8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly.
2018-04-24 mikael 8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
2018-04-23 lucy 8202070: Cleanup code after JDK-8200450, JDK-8200366
2018-04-23 cjplummer 8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
2018-04-23 henryjen Merge
2017-12-07 igerasim 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
2017-12-07 igerasim 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
2017-10-31 joehw 8190227: Forward port 8188880 to JDK10CPU
2018-04-23 kbarrett 8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
2018-04-23 gziemski 8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
2018-04-23 ksrini 8201259: Fix warning with VS2017 in jdk.pack
2018-04-23 hannesw 8198816: AbstractScriptEngine.getScriptContext creation of SimpleScriptContext is inefficient
2018-04-23 gziemski 8081519: Split globals.hpp to factor out the Flag class
2018-04-23 rfield 8199193: jshell tool: Add support for preview features
2018-04-23 hannesw 8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names
2018-04-23 igerasim 8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win]
2018-04-23 iklam 8188105: Make -Xshare:auto the default for server VM
2018-04-23 stuefe 8202073: MetaspaceAllocationTest gtest shall lock during space creation
2018-04-23 stefank 8202081: Introduce CollectedHeap::is_oop()
2018-04-23 redestad 6805750: Improve handling of Attributes.Name
2018-04-23 shade 8202134: Non-PCH build for arm32 fails
2018-04-18 mdoerr 8198756: Lazy allocation of compiler threads
2018-04-20 kvn 8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
(0) -30000 -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip