2017-11-16 aharlap 8187819: gc/TestFullGCALot.java fails on jdk10 started with "-XX:-UseCompressedOops" option
2017-11-13 lkorinth 8190408: Run G1CMRemarkTask with the appropriate amount of threads instead of starting up everyone
2017-11-22 ihse 8191202: Remove duplicated jmm.h
2017-11-22 rlupusoru 8190800: Support vectorization of Math.sqrt() on floats
2017-11-22 iveresov 8191683: Compile problem on ARM after JDK-8043070
2017-12-06 ksrini 8192933: Wrong generic type parameter in serialized form javadoc
2017-12-06 bpb 8191706: Add Reader::transferTo(Writer)
2017-12-06 ksrini 8191078: Wrong "Package not found" warning
2017-12-06 chegar Merge
2017-12-06 chegar 8191494: Refresh incubating HTTP Client
2017-12-06 vromero 8192885: Compiler in JDK 10-ea+33 misses to include entry in LineNumberTable for goto instruction of foreach loop jdk-10+35
2017-11-03 psandoz 8188870: Bump classfile version number to 54
2017-12-06 coffeys 8185855: Debug exception stacks should be clearer
2017-12-06 ihse 8193060: Set MAKE env variable in jib profile for gnumake
2017-12-06 ihse 8193061: Add run-test-prebuilt functionality
2017-12-06 sspitsyn 8182413: jdwp-protocol is generated without a DOCTYPE directive
2017-12-06 alanb 8182742: ClassLoader.getResourceXXX throws NPE when ClassLoader created by defineModulesWithXXX
2017-12-06 alanb 8186736: Spec clarifications for IllegalArgumentException throwing - ModuleLayer.defineX methods
2017-12-06 alanb 8192973: Adding "Module Resolution" to javadoc search index
2017-12-06 akolarkunnu 8192958: TEST.groups, group jdk_util_other:file not found: jdk/internal/uti
2017-12-06 nishjain 8187551: MessageFormat.setFormat(int, Format) AIOOBE not thrown when documented
2017-12-06 sundar 8185130: jlink should throw error if target image and current JDK versions don't match
2017-12-05 psandoz 8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
2017-12-05 erikj 8192771: Boot JDK jar tool used to construct the modular JAR for java.jnlp
2017-12-05 erikj 8191439: Race in building jdk.rmic.interim
2017-12-05 redestad 8193064: JarFile::getEntry0 method reference use cause for startup regression
2017-12-05 bchristi 8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
2017-12-05 redestad 8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
2017-12-05 ihse 8193055: ADD_JVM_ARG_IF_OK always fails
2017-11-21 goetz 8191678: [TESTBUG] Add keyword headful in java/awt and javax tests.
2017-12-05 weijun 8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
2017-12-04 ihse 8193014: Add "special" tests to run-test to cover odd cases
2017-12-04 ksrini 8184683: Add @since and default methods of Compiler Tree API methods
2017-12-04 smarks 8177290: add copy factory methods for unmodifiable List, Set, Map
2017-12-04 ihse 8192995: run-test gtest should use all jvm variants, not just "server"
2017-12-04 ihse 8146977: Move the output "Building configuration X (matching Y)" to lower log level
2017-12-04 ihse 8175795: configure should verify that system zlib contains needed functionality
2017-12-04 ihse 8192854: FONTCONFIG_CFLAGS missing from spec.gmk.in
2017-12-04 mcimadamore 8189749: Devise strategy for making source level checks more uniform
2017-12-04 clanger 8192961: Remove some double semicolons
2017-12-04 njian 8191955: AArch64: incorrect prefetch distance causes an internal error
2017-12-04 vtewari 8190843: can not set/get extendedOptions to ServerSocket
2017-12-03 igerasim 8187985: Broken certificate number in debug output
2017-12-03 igerasim 8187497: Redundant variable assignment in Java_sun_security_jgss_wrapper_GSSLibStub_getMic
2017-12-02 dl 8191069: Miscellaneous changes imported from jsr166 CVS 2017-12
2017-12-02 dl 8187947: A race condition in SubmissionPublisher
2017-12-02 dl 8191937: Lost interrupt in AbstractQueuedSynchronizer when tryAcquire methods throw
2017-12-02 sherman 8191918: tomcat gzip-compressed response bodies appear to be broken in update 151
2017-12-02 psandoz 8186961: Class.getFields() does not return fields of previously visited super interfaces/classes.
2017-12-02 jjg 8034252: Fix non ASCII text file T6302184.java
2017-12-01 ihse 8192816: Let run-test save exit code
2017-12-01 joehw 8191938: Fix lint warnings in JAXP repo: a few Deprecation warrnings and enable -Xlint:all
2017-12-01 erikj 8192876: MacOS build fails intermittently after JDK-8139653
2017-12-01 redestad 8192892: Improve JrtPath::getResolved fast-path test
2017-12-01 lana Merge
2017-12-01 lana Added tag jdk-10+34 for changeset 89deac44e515
2017-12-01 mchung 8192879: jdk.internal.util.jar.VersionedStream is no longer needed
2017-12-01 erikj 8190464: OpenJDK on macosx needs to bundle freetype
2017-11-30 smarks 8160406: Collection.toArray() spec should be explicit about returning precisely an Object[]
2017-11-30 rriggs 8189331: java/io/Serializable/maskSyntheticModifier/MaskSyntheticModifierTest.java failed incorrect serialVersionUID
2017-11-30 erikj 8139653: Freetype bundled on macosx, but not correctly linked
2017-11-30 sherman 8187910: Charset MS950_HKSCS not supported in JDK 9
2017-11-30 aefimov 8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
2017-11-30 ksrini 8185985: Html files in doc-files directories should be wrapped with standard header and footer
2017-11-30 ksrini 8190552: Augment the Compiler API tree with APIs to represent HTML content
2017-11-30 mullan 8186535: Remove deprecated pre-1.2 SecurityManager methods and fields
2017-11-30 nishjain 6354947: [Fmt-*] Clarify DecimalFormat description of FieldPosition use jdk-10+34
2017-11-24 dholmes 8191707: Options with invalid values are incorrectly treated as obsolete and ignored
2017-11-22 dlong 8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
2017-11-23 ccheung 8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
2017-11-26 rraghavan 8191313: compiler/runtime/SpreadNullArg.java fails in tier1
2017-11-25 jwilhelm Merge
2017-11-22 coleenp Merge
2017-11-21 glaubitz 8191663: Zero variant broken after 8189170 and 8189871
2017-11-21 ccheung 8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
2017-11-21 ecaspole 8191615: LogCompilation can show bytes
2017-11-21 ccheung 8188122: Path length limits on Windows leads to obscure class loading failures
2017-11-21 iklam 8191042: Deprecate VM option CheckEndorsedAndExtDirs
2017-11-21 dlong 8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
2017-11-21 gziemski 8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
2017-11-21 rkennke 8191562: Missing include in gcArguments.cpp breaks minimal JVM build
2017-11-21 ihse 8191203: Remove duplicated jimage.hpp
2017-11-21 ehelin 8182284: G1Analytics uses uninitialized fields
2017-11-21 ihse 8190418: Stop generating jvmtiEnvStub and jvmtiEnvRecommended
2017-11-21 sballal 8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
2017-11-21 iveresov 8043070: nmethod::verify_interrupt_point() shouldn't enter safepoint
2017-11-20 dholmes Merge
2017-11-20 dholmes 8189170: Add option to disable stack overflow checking in primordial thread for use with JNI_CreateJavaJVM
2017-11-20 epavlova 8190975: [Graal] Tests which run with "--limit-modules java.base" could fail when Graal is used as JIT
2017-11-20 smonteith 8191338: aarch64: fails to build after 8189745
2017-11-20 neliasso 8160548: Inconsistent inlining behavior with CompileOnly
2017-10-11 neliasso 8169766: c1 + Xcomp reresolving call target every invocation
2017-10-11 neliasso 8160303: parse_method_pattern only scans 254 chars
2017-11-20 neliasso 8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
2017-11-20 eosterlund 8189871: Refactor GC barriers to use declarative semantics
2017-11-20 tschatzl Merge
2017-11-20 tschatzl 8186480: Remove warning when AssumeMP is true and ergonomics determines to use one worker thread
2017-11-20 rehn 8191373: Multiple NUMA nodes expected
2017-11-20 rehn 8191329: Deprecate DeferPollingPageLoopCount
2017-11-20 rehn 8191327: Deprecate DeferThrSuspendLoopCount
2017-11-20 rehn 8191326: Deprecate SafepointSpinBeforeYield
2017-11-20 jiangli 8187118: Remove appending -cp path to the boot class path at AppCDS dump time
2017-11-30 sherman 8192781: tools/jar/multiRelease/Basic.java test Basic.test09(): failure after change d34958
2017-11-30 mchung 8191942: Replace jdeps use of jdk.internal.util.jar.VersionedStream with new public API
2017-11-29 ksrini 8182108: javadoc makes up type variables for grandparent types
2017-11-29 sherman 8189611: JarFile versioned stream and real name support
2017-11-29 ihse 8191933: Use failure handler in run-test
2017-11-29 psandoz 8187237: Need to define the behaviour for 0 and 1 argument method type in StringConcatFactory.makeConcat
2017-11-29 ihse 8192067: Add fixpath to test image
2017-11-29 psandoz 8181175: Stream.concat behaves like terminal operation
2017-11-29 prr Merge
2017-11-29 prr Merge
2017-11-28 serb 8043334: Typo in javax/swing/JComponent.html
2017-11-28 mhalder 8158366: [macosx] Regression: closed/java/awt/dnd/RecognizedActionTest/RecognizedActionTest.html fails
2017-11-28 pbansal 8190861: [TESTBUG] javax/swing/JWindow/ShapedAndTranslucentWindows/PerPixelTranslucentSwing.java is wrong
2017-11-27 ssadetsky 8187367: Numerous swing display problems with scaled displays on Windows
2017-11-27 prr Merge
2017-11-25 rfield 8190939: JShell: gives a compiler error evaluating an expression of inaccessible type
2017-11-24 ssreedharan 8176072: READING attributes are not available on TSF
2017-11-24 serb 8191384: WaveFloatFileReader never closes the data stream
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip