Thu, 28 Jun 2018 19:44:58 +0530 8204967: Resolve disabled warnings for libunpack
sdama [Thu, 28 Jun 2018 19:44:58 +0530] rev 50884
8204967: Resolve disabled warnings for libunpack Summary: Fixed warnings for libunpack Reviewed-by: jlaskey
Thu, 28 Jun 2018 15:18:17 +0200 8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list
jlahoda [Thu, 28 Jun 2018 15:18:17 +0200] rev 50883
8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list Reviewed-by: vromero
Thu, 28 Jun 2018 14:22:28 +0200 8205683: Refactor heap allocation to separate concerns
eosterlund [Thu, 28 Jun 2018 14:22:28 +0200] rev 50882
8205683: Refactor heap allocation to separate concerns Reviewed-by: pliden, kbarrett
Thu, 28 Jun 2018 15:17:44 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:17:44 +0200] rev 50881
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:13:39 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:13:39 +0200] rev 50880
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:06:55 +0200 8003209: JFR events for network utilization
rwestberg [Thu, 28 Jun 2018 15:06:55 +0200] rev 50879
8003209: JFR events for network utilization Reviewed-by: mgronlun, egahlin
Thu, 28 Jun 2018 18:04:19 +0530 8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
sundar [Thu, 28 Jun 2018 18:04:19 +0530] rev 50878
8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs Reviewed-by: jlaskey, hannesw
Thu, 28 Jun 2018 13:58:30 +0200 8205996: JDK-8205906 broke the build on Mac
mgronlun [Thu, 28 Jun 2018 13:58:30 +0200] rev 50877
8205996: JDK-8205906 broke the build on Mac Reviewed-by: thartmann, ehelin
Thu, 28 Jun 2018 03:45:49 -0700 8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98
amenkov [Thu, 28 Jun 2018 03:45:49 -0700] rev 50876
8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98 Reviewed-by: sspitsyn, cjplummer, dholmes
Thu, 28 Jun 2018 12:14:37 +0200 8205993: ZGC: Fix typos and incorrect indentations
pliden [Thu, 28 Jun 2018 12:14:37 +0200] rev 50875
8205993: ZGC: Fix typos and incorrect indentations Reviewed-by: stefank
Thu, 28 Jun 2018 10:09:58 +0000 8205694: AArch64: Add test to validate volatile load, store and CAS code generation
adinn [Thu, 28 Jun 2018 10:09:58 +0000] rev 50874
8205694: AArch64: Add test to validate volatile load, store and CAS code generation Summary: Implement tests to check volatile operations are translated to valid code Reviewed-by: aph, kvn, dpochepk
Thu, 28 Jun 2018 11:37:02 +0200 8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
mgronlun [Thu, 28 Jun 2018 11:37:02 +0200] rev 50873
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions Reviewed-by: egahlin
Thu, 28 Jun 2018 11:32:32 +0200 8205925: Print correct and more information about secondary errors
stuefe [Thu, 28 Jun 2018 11:32:32 +0200] rev 50872
8205925: Print correct and more information about secondary errors Reviewed-by: coleenp, dholmes
Wed, 27 Jun 2018 15:04:27 +0200 8205923: ZGC: Verification applies load barriers before verification
stefank [Wed, 27 Jun 2018 15:04:27 +0200] rev 50871
8205923: ZGC: Verification applies load barriers before verification Reviewed-by: pliden, eosterlund
Wed, 27 Jun 2018 15:02:53 +0200 8205923: ZGC: Verification applies load barrier before verification
stefank [Wed, 27 Jun 2018 15:02:53 +0200] rev 50870
8205923: ZGC: Verification applies load barrier before verification Reviewed-by: pliden, eosterlund
Thu, 28 Jun 2018 01:10:09 -0700 8205959: Do not restart close if errno is EINTR
igerasim [Thu, 28 Jun 2018 01:10:09 -0700] rev 50869
8205959: Do not restart close if errno is EINTR Reviewed-by: alanb, vtewari
Thu, 28 Jun 2018 10:05:43 +0200 8205913: Inconsistent source code model
jlahoda [Thu, 28 Jun 2018 10:05:43 +0200] rev 50868
8205913: Inconsistent source code model Summary: Ensuring variable declarations have non-null modifiers and names. Reviewed-by: mcimadamore
Thu, 28 Jun 2018 10:05:39 +0200 8195986: Incorrect javac -h output with annotation processing and missing classes
jlahoda [Thu, 28 Jun 2018 10:05:39 +0200] rev 50867
8195986: Incorrect javac -h output with annotation processing and missing classes Summary: When clearing out symbols for a new annotation processing round, preserve types when possible. Reviewed-by: vromero
Thu, 28 Jun 2018 09:15:53 +0200 8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate()
pliden [Thu, 28 Jun 2018 09:15:53 +0200] rev 50866
8205679: Remove unused ThreadLocalAllocBuffer::undo_allocate() Reviewed-by: shade, stefank
Thu, 28 Jun 2018 09:06:54 +0200 8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH
simonis [Thu, 28 Jun 2018 09:06:54 +0200] rev 50865
8205916: [test] Fix jdk/tools/launcher/RunpathTest to handle both, RPATH and RUNPATH Reviewed-by: martin, erikj
Thu, 28 Jun 2018 07:22:59 +0200 8205702: assert(UseCompressedClassPointers) failed in universe.hpp
pliden [Thu, 28 Jun 2018 07:22:59 +0200] rev 50864
8205702: assert(UseCompressedClassPointers) failed in universe.hpp Reviewed-by: coleenp, ccheung
Thu, 28 Jun 2018 07:00:35 +0200 8205531: jcmd VM.classloaders should fold similar loaders
stuefe [Thu, 28 Jun 2018 07:00:35 +0200] rev 50863
8205531: jcmd VM.classloaders should fold similar loaders Reviewed-by: sspitsyn, coleenp
Thu, 28 Jun 2018 00:34:55 -0400 8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
kbarrett [Thu, 28 Jun 2018 00:34:55 -0400] rev 50862
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion Summary: Remove unsafe printing. Reviewed-by: dholmes, tschatzl, dcubed, coleenp
Thu, 28 Jun 2018 09:40:46 +0530 8192953: sun/management/jmxremote/bootstrap/*.sh tests fail with error : revokeall.exe: Permission denied
hb [Thu, 28 Jun 2018 09:40:46 +0530] rev 50861
8192953: sun/management/jmxremote/bootstrap/*.sh tests fail with error : revokeall.exe: Permission denied Reviewed-by: cjplummer
Wed, 27 Jun 2018 20:21:42 -0700 8205528: Base64 encoding algorithm using AVX512 instructions
kvn [Wed, 27 Jun 2018 20:21:42 -0700] rev 50860
8205528: Base64 encoding algorithm using AVX512 instructions Reviewed-by: kvn, psandoz Contributed-by: smita.kamath@intel.com
Wed, 27 Jun 2018 19:09:17 -0700 8205719: Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message
cjplummer [Wed, 27 Jun 2018 19:09:17 -0700] rev 50859
8205719: Windows Java_sun_tools_attach_VirtualMachineImpl_enqueue() method should include exitCode in exception message Summary: Include GetExitCodeThread() result in the exception message Reviewed-by: sspitsyn, dcubed
Wed, 27 Jun 2018 17:02:41 -0700 8205824: Update Graal
never [Wed, 27 Jun 2018 17:02:41 -0700] rev 50858
8205824: Update Graal Reviewed-by: iveresov, kvn
Wed, 27 Jun 2018 16:57:21 -0700 8160673: Jittester: investigate bytecode generation hangs during bytecode tests generation
iignatyev [Wed, 27 Jun 2018 16:57:21 -0700] rev 50857
8160673: Jittester: investigate bytecode generation hangs during bytecode tests generation Reviewed-by: iveresov
Thu, 28 Jun 2018 01:46:03 +0200 8190876: javadoc search on "java.se" shows "java.se" the last one among other modules
hannesw [Thu, 28 Jun 2018 01:46:03 +0200] rev 50856
8190876: javadoc search on "java.se" shows "java.se" the last one among other modules Reviewed-by: jjg
Wed, 27 Jun 2018 16:19:28 -0700 8205954: clean up hotspot ProblemList
iignatyev [Wed, 27 Jun 2018 16:19:28 -0700] rev 50855
8205954: clean up hotspot ProblemList Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip