Thu, 14 Apr 2016 08:30:15 +0200 8154051: Change G1YoungGenSizer to use UL log_warning instead of warning
sjohanss [Thu, 14 Apr 2016 08:30:15 +0200] rev 37493
8154051: Change G1YoungGenSizer to use UL log_warning instead of warning Reviewed-by: brutisso, mgerdin
Thu, 14 Apr 2016 03:57:13 +0000 Merge
gziemski [Thu, 14 Apr 2016 03:57:13 +0000] rev 37492
Merge
Wed, 13 Apr 2016 15:53:46 -0500 8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT
gziemski [Wed, 13 Apr 2016 15:53:46 -0500] rev 37491
8153039: Command line processing should use mtCommand or mtArguments rather than mtInternal for NMT Summary: Added mtArguments and replaced argument related usages of mtInternal with the new flag. Reviewed-by: coleenp, gtriantafill
Mon, 25 Apr 2016 09:59:43 -0300 8147634: Need a JImage API that given a JImageLocationRef returns class name
jlaskey [Mon, 25 Apr 2016 09:59:43 -0300] rev 37490
8147634: Need a JImage API that given a JImageLocationRef returns class name Reviewed-by: hseigel
Mon, 25 Apr 2016 09:59:07 -0300 8147426: Missing definition for JIMAGE_NOT_FOUND
jlaskey [Mon, 25 Apr 2016 09:59:07 -0300] rev 37489
8147426: Missing definition for JIMAGE_NOT_FOUND Reviewed-by: hseigel, alanb
Fri, 22 Apr 2016 10:46:08 +0200 8154867: PPC64: Better byte behavior
mdoerr [Fri, 22 Apr 2016 10:46:08 +0200] rev 37488
8154867: PPC64: Better byte behavior Reviewed-by: goetz
Thu, 21 Apr 2016 13:36:14 -0700 Merge
lana [Thu, 21 Apr 2016 13:36:14 -0700] rev 37487
Merge
Thu, 25 Feb 2016 21:45:26 +0000 8150654: Zero cleanup of CppInterpreter::result_type_of()
kevinw [Thu, 25 Feb 2016 21:45:26 +0000] rev 37486
8150654: Zero cleanup of CppInterpreter::result_type_of() Reviewed-by: coleenp
Sun, 21 Feb 2016 08:33:59 -0500 8150012: Better byte behavior for reflection
coleenp [Sun, 21 Feb 2016 08:33:59 -0500] rev 37485
8150012: Better byte behavior for reflection Reviewed-by: kvn, jrose, kevinw, ahgross
Sat, 20 Feb 2016 14:11:18 -0800 8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
kvn [Sat, 20 Feb 2016 14:11:18 -0800] rev 37484
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo Summary: fix incorrect code Reviewed-by: jrose, coleenp, kevinw
Tue, 09 Feb 2016 15:54:16 -0500 8149170: Better byte behavior should normalize JNI arguments
coleenp [Tue, 09 Feb 2016 15:54:16 -0500] rev 37483
8149170: Better byte behavior should normalize JNI arguments Summary: Arguments coming from native should be converted to 0=false, 1-255=true Reviewed-by: kvn, kevinw, jrose, bdelsart, gtriantafill
Mon, 08 Feb 2016 12:54:57 +0000 8148475: Missing SA Bytecode updates.
kevinw [Mon, 08 Feb 2016 12:54:57 +0000] rev 37482
8148475: Missing SA Bytecode updates. Reviewed-by: coleenp
Thu, 07 Jan 2016 13:59:49 -0500 8146518: Zero interpreter broken with better byte behaviours
coleenp [Thu, 07 Jan 2016 13:59:49 -0500] rev 37481
8146518: Zero interpreter broken with better byte behaviours Summary: replaced Method::_result_type_index with Method::_result_type for better byte behaviours should be used for Zero also. Reviewed-by: roland, kvn, bdelsart, kevinw
Tue, 13 Oct 2015 18:13:34 -0400 8132051: Better byte behavior
coleenp [Tue, 13 Oct 2015 18:13:34 -0400] rev 37480
8132051: Better byte behavior Reviewed-by: bdelsart, roland, kvn, jrose, ahgross Contributed-by: coleen.phillimore@oracle.com, roland.westerlin@oracle.com, vladimir.kozlov@oracle.com, john.r.rose@oracle.com
Mon, 18 Apr 2016 15:39:46 -0700 Merge
amurillo [Mon, 18 Apr 2016 15:39:46 -0700] rev 37479
Merge
Thu, 14 Apr 2016 19:55:39 -0700 Merge
amurillo [Thu, 14 Apr 2016 19:55:39 -0700] rev 37478
Merge
Thu, 14 Apr 2016 17:42:29 -0700 Merge
dcubed [Thu, 14 Apr 2016 17:42:29 -0700] rev 37477
Merge
Wed, 13 Apr 2016 23:31:40 +0000 Merge
coleenp [Wed, 13 Apr 2016 23:31:40 +0000] rev 37476
Merge
Wed, 13 Apr 2016 12:57:31 -0400 8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
coleenp [Wed, 13 Apr 2016 12:57:31 -0400] rev 37475
8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool 8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly Summary: ConstantPool::resolve_constant_at_impl() isn't thread safe for MethodHandleInError and MethodTypeInError and Constant pool merging is not thread safe for source_file_name. Reviewed-by: sspitsyn, dcubed
Wed, 13 Apr 2016 17:00:54 -0400 8152905: hs_err file is missing gc threads
drwhite [Wed, 13 Apr 2016 17:00:54 -0400] rev 37474
8152905: hs_err file is missing gc threads Summary: List the GC threads in the hs_err file in the "Other Threads" section Reviewed-by: dcubed, coleenp
Tue, 12 Apr 2016 14:46:02 -0400 8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86
drwhite [Tue, 12 Apr 2016 14:46:02 -0400] rev 37473
8149405: OOM Error running java/lang/invoke/MethodHandlesTest.java on windows-x86 Summary: Add missing ResourceMarks to release memory more quickly. Reviewed-by: jmasa, kbarrett
Wed, 13 Apr 2016 13:53:05 +0200 Merge
mgerdin [Wed, 13 Apr 2016 13:53:05 +0200] rev 37472
Merge
Mon, 11 Apr 2016 09:49:10 +0200 8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions
mgerdin [Mon, 11 Apr 2016 09:49:10 +0200] rev 37471
8153843: G1CardLiveDataHelper incorrectly sets next_live_bytes on dead humongous regions Reviewed-by: drwhite, tschatzl
Wed, 13 Apr 2016 12:11:06 +0200 Merge
erikj [Wed, 13 Apr 2016 12:11:06 +0200] rev 37470
Merge
Wed, 13 Apr 2016 11:13:14 +0200 8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
simonis [Wed, 13 Apr 2016 11:13:14 +0200] rev 37469
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build Reviewed-by: erikj, goetz
Tue, 12 Apr 2016 14:03:31 +0200 8153834: G1 Card table verification fails due to concurrent region cleanup
mgerdin [Tue, 12 Apr 2016 14:03:31 +0200] rev 37468
8153834: G1 Card table verification fails due to concurrent region cleanup Reviewed-by: ehelin, tschatzl
Tue, 12 Apr 2016 09:08:48 +0000 Merge
stefank [Tue, 12 Apr 2016 09:08:48 +0000] rev 37467
Merge
Tue, 12 Apr 2016 09:53:43 +0200 8153967: Remove top.hpp
stefank [Tue, 12 Apr 2016 09:53:43 +0200] rev 37466
8153967: Remove top.hpp Reviewed-by: coleenp, jwilhelm
Mon, 11 Apr 2016 12:22:09 +0200 8146879: Add option for handling existing log files in UL
mlarsson [Mon, 11 Apr 2016 12:22:09 +0200] rev 37465
8146879: Add option for handling existing log files in UL Reviewed-by: dsamersoff, gziemski, rehn
Mon, 11 Apr 2016 09:45:03 +0200 8153845: UL log write method missing essential assert
rehn [Mon, 11 Apr 2016 09:45:03 +0200] rev 37464
8153845: UL log write method missing essential assert Reviewed-by: mlarsson, brutisso
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip