mchung [Thu, 30 Nov 2017 19:58:20 -0800] rev 48036
8192879: jdk.internal.util.jar.VersionedStream is no longer needed
Reviewed-by: sherman
erikj [Thu, 30 Nov 2017 17:28:21 -0800] rev 48035
8190464: OpenJDK on macosx needs to bundle freetype
Reviewed-by: ihse
smarks [Thu, 30 Nov 2017 14:49:36 -0800] rev 48034
8160406: Collection.toArray() spec should be explicit about returning precisely an Object[]
Reviewed-by: psandoz, martin, redestad
rriggs [Thu, 30 Nov 2017 16:38:31 -0500] rev 48033
8189331: java/io/Serializable/maskSyntheticModifier/MaskSyntheticModifierTest.java failed incorrect serialVersionUID
Reviewed-by: lancea
erikj [Thu, 30 Nov 2017 13:29:50 -0800] rev 48032
8139653: Freetype bundled on macosx, but not correctly linked
Reviewed-by: tbell, prr
sherman [Thu, 30 Nov 2017 11:19:14 -0800] rev 48031
8187910: Charset MS950_HKSCS not supported in JDK 9
Reviewed-by: alanb
aefimov [Thu, 30 Nov 2017 18:07:41 +0000] rev 48030
8186441: Change of behavior in the getMessage () method of the SOAPMessageContextImpl class
Reviewed-by: lancea
ksrini [Thu, 30 Nov 2017 06:14:25 -0800] rev 48029
8185985: Html files in doc-files directories should be wrapped with standard header and footer
Reviewed-by: jjg
ksrini [Thu, 30 Nov 2017 04:43:09 -0800] rev 48028
8190552: Augment the Compiler API tree with APIs to represent HTML content
Reviewed-by: jjg, jlahoda
mullan [Thu, 30 Nov 2017 07:54:28 -0500] rev 48027
8186535: Remove deprecated pre-1.2 SecurityManager methods and fields
Reviewed-by: alanb, coleenp, hseigel, mchung
nishjain [Thu, 30 Nov 2017 13:31:30 +0530] rev 48026
6354947: [Fmt-*] Clarify DecimalFormat description of FieldPosition use
Reviewed-by: naoto, rriggs
Contributed-by: nishit.jain@oracle.com
dholmes [Fri, 24 Nov 2017 14:07:59 +0100] rev 48025
8191707: Options with invalid values are incorrectly treated as obsolete and ignored
Reviewed-by: rehn, dcubed
dlong [Wed, 22 Nov 2017 09:27:06 -0800] rev 48024
8191688: Assert failed in > 200 tests: failed dependencies, but counter didn't change
Reviewed-by: kvn
ccheung [Wed, 22 Nov 2017 16:08:39 -0800] rev 48023
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
Summary: backout the fix for 8190975
Reviewed-by: iklam, kvn
rraghavan [Sun, 26 Nov 2017 09:05:13 -0800] rev 48022
8191313: compiler/runtime/SpreadNullArg.java fails in tier1
Summary: corrected SpreadNullArg.java test to expect NullPointerException after 8157246 fix
Reviewed-by: dcubed, mchung
jwilhelm [Sat, 25 Nov 2017 04:36:43 +0100] rev 48021
Merge
coleenp [Tue, 21 Nov 2017 21:33:53 -0500] rev 48020
Merge
glaubitz [Tue, 21 Nov 2017 15:24:38 +0100] rev 48019
8191663: Zero variant broken after 8189170 and 8189871
Reviewed-by: eosterlund, coleenp
ccheung [Tue, 21 Nov 2017 15:45:33 -0800] rev 48018
8191739: [TESTBUG] test/hotspot/jtreg/runtime/LoadClass/TestResize.java fails to compile after JDK-8191580
Summary: added missing import statement
Reviewed-by: dcubed, dholmes
ecaspole [Tue, 21 Nov 2017 16:27:01 -0500] rev 48017
8191615: LogCompilation can show bytes
Summary: Print the bytes size of a method as it is now contained in the log
Reviewed-by: kvn, vlivanov
ccheung [Tue, 21 Nov 2017 09:49:52 -0800] rev 48016
8188122: Path length limits on Windows leads to obscure class loading failures
Summary: Used the unicode version of windows API's to handled long paths and avoid using the stat() function.
Reviewed-by: stuefe, iklam
iklam [Tue, 21 Nov 2017 09:20:56 -0800] rev 48015
8191042: Deprecate VM option CheckEndorsedAndExtDirs
Reviewed-by: dholmes
dlong [Tue, 21 Nov 2017 09:04:42 -0800] rev 48014
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
gziemski [Tue, 21 Nov 2017 10:21:24 -0600] rev 48013
8191580: open/test/hotspot/jtreg/runtime/LoadClass/TestResize fails on product build
Summary: Guarded the test with the tag requiring debug build
Reviewed-by: jiangli
rkennke [Tue, 21 Nov 2017 12:48:17 +0100] rev 48012
8191562: Missing include in gcArguments.cpp breaks minimal JVM build
Reviewed-by: mdoerr, ehelin
ihse [Tue, 21 Nov 2017 15:02:17 +0100] rev 48011
8191203: Remove duplicated jimage.hpp
Reviewed-by: dholmes
ehelin [Tue, 21 Nov 2017 08:33:54 +0100] rev 48010
8182284: G1Analytics uses uninitialized fields
Reviewed-by: tschatzl, sjohanss
ihse [Tue, 21 Nov 2017 09:44:50 +0100] rev 48009
8190418: Stop generating jvmtiEnvStub and jvmtiEnvRecommended
Reviewed-by: erikj, tbell, dholmes
sballal [Tue, 21 Nov 2017 11:27:46 +0530] rev 48008
8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
Reviewed-by: dholmes, jgeorge
iveresov [Mon, 20 Nov 2017 19:00:22 -0800] rev 48007
8043070: nmethod::verify_interrupt_point() shouldn't enter safepoint
Summary: Introduce not_installed state for nmethods
Reviewed-by: dlong