Fri, 20 Nov 2015 01:35:20 +0000 Merge
coleenp [Fri, 20 Nov 2015 01:35:20 +0000] rev 34243
Merge
Thu, 19 Nov 2015 16:32:41 -0600 8138983: Runtime: implement ranges for Shared*** flags
gziemski [Thu, 19 Nov 2015 16:32:41 -0600] rev 34242
8138983: Runtime: implement ranges for Shared*** flags Summary: Implement ranges. Reviewed-by: ddmitriev, dholmes, jiangli
Thu, 19 Nov 2015 12:43:08 -0500 8143252: Clean up G1CollectedHeap interface
drwhite [Thu, 19 Nov 2015 12:43:08 -0500] rev 34241
8143252: Clean up G1CollectedHeap interface Summary: Delete unused methods and parameters Reviewed-by: mgerdin, tschatzl, pliden
Thu, 19 Nov 2015 21:21:15 +0000 Merge
hseigel [Thu, 19 Nov 2015 21:21:15 +0000] rev 34240
Merge
Thu, 19 Nov 2015 19:38:54 +0000 Merge
ctornqvi [Thu, 19 Nov 2015 19:38:54 +0000] rev 34239
Merge
Thu, 19 Nov 2015 10:34:11 -0800 8143324: Backout JDK-8087223
ctornqvi [Thu, 19 Nov 2015 10:34:11 -0800] rev 34238
8143324: Backout JDK-8087223 Reviewed-by: coleenp, acorn
Thu, 19 Nov 2015 16:14:45 +0100 8143255: Remove debug logging from SymbolTable::unlink() and SymbolTable::possibly_parallel_unlink()
brutisso [Thu, 19 Nov 2015 16:14:45 +0100] rev 34237
8143255: Remove debug logging from SymbolTable::unlink() and SymbolTable::possibly_parallel_unlink() Reviewed-by: coleenp, tschatzl
Fri, 27 Nov 2015 18:35:43 +0100 Merge
jwilhelm [Fri, 27 Nov 2015 18:35:43 +0100] rev 34236
Merge
Thu, 19 Nov 2015 11:54:32 -0500 8143078: Remove JVM_DefineClassWithSourceCond() API
hseigel [Thu, 19 Nov 2015 11:54:32 -0500] rev 34235
8143078: Remove JVM_DefineClassWithSourceCond() API Summary: Remove the method and remove unneeded argument to jvm_define_class_common() Reviewed-by: dholmes, coleenp
Wed, 18 Nov 2015 22:00:09 +0000 Merge
dcubed [Wed, 18 Nov 2015 22:00:09 +0000] rev 34234
Merge
Wed, 18 Nov 2015 09:32:52 -0800 8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file
gthornbr [Wed, 18 Nov 2015 09:32:52 -0800] rev 34233
8141445: Use of Solaris/SPARC M7 libadimalloc.so can generate unknown signal in hs_err file Summary: Add libadimalloc.so SIGSEGV defines and a test to validate the correct message is printed in the hs_err file Reviewed-by: dcubed, dholmes
Wed, 18 Nov 2015 19:55:37 +0000 Merge
coleenp [Wed, 18 Nov 2015 19:55:37 +0000] rev 34232
Merge
Wed, 18 Nov 2015 10:46:02 -0600 8141641: Runtime: implement range for ErrorLogTimeout
gziemski [Wed, 18 Nov 2015 10:46:02 -0600] rev 34231
8141641: Runtime: implement range for ErrorLogTimeout Summary: Implement range=(0, jlong_max/1000) Reviewed-by: coleenp, ddmitriev, dholmes
Wed, 18 Nov 2015 11:47:55 -0500 8141570: Fix Zero interpreter build for --disable-precompiled-headers
coleenp [Wed, 18 Nov 2015 11:47:55 -0500] rev 34230
8141570: Fix Zero interpreter build for --disable-precompiled-headers Summary: change to include atomic.inline.hpp and allocation.inline.hpp only in .cpp files and some build fixes from Kim to build on ubuntu without devkits Reviewed-by: kbarrett, sgehwolf, erikj
Tue, 17 Nov 2015 15:14:29 -0800 8087223: InterfaceMethod CP entry pointing to a class should cause ICCE
minqi [Tue, 17 Nov 2015 15:14:29 -0800] rev 34229
8087223: InterfaceMethod CP entry pointing to a class should cause ICCE Summary: Check constantTag for class constant data consistency at method resolution Reviewed-by: coleenp, vlivanov
Thu, 26 Nov 2015 19:16:37 +0100 Merge
neliasso [Thu, 26 Nov 2015 19:16:37 +0100] rev 34228
Merge
Thu, 26 Nov 2015 02:09:46 +0100 Merge
twisti [Thu, 26 Nov 2015 02:09:46 +0100] rev 34227
Merge
Thu, 26 Nov 2015 03:05:19 +0300 8143308: Add inline checks and tests
ppunegov [Thu, 26 Nov 2015 03:05:19 +0300] rev 34226
8143308: Add inline checks and tests Summary: Fix inlining state creation Reviewed-by: twisti
Wed, 25 Nov 2015 02:17:31 +0300 8143966: JEP 233: Generate Run-Time Compiler Tests Automatically
tpivovarova [Wed, 25 Nov 2015 02:17:31 +0300] rev 34225
8143966: JEP 233: Generate Run-Time Compiler Tests Automatically Reviewed-by: iveresov, vlivanov Contributed-by: anton.ivanov@oracle.com, dmitrij.pochepko@oracle.com, igor.ignatyev@oracle.com, igor.veresov@oracle.com, konstantin.shefov@oracle.com, leonid.mesnik@oracle.com, pavel.punegov@oracle.com, tatiana.pivovarova@oracle.com
Wed, 25 Nov 2015 20:30:28 +0300 8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1)
tpivovarova [Wed, 25 Nov 2015 20:30:28 +0300] rev 34224
8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1) Reviewed-by: iignatyev, twisti
Wed, 25 Nov 2015 21:31:33 +0300 8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
vlivanov [Wed, 25 Nov 2015 21:31:33 +0300] rev 34223
8144024: Octane fails with "memory leak: allocating handle outside HandleMark" Reviewed-by: kvn
Wed, 25 Nov 2015 00:40:04 +0100 Merge
vlivanov [Wed, 25 Nov 2015 00:40:04 +0100] rev 34222
Merge
Wed, 25 Nov 2015 01:17:28 +0300 8143408: Crash during InstanceKlass unloading when clearing dependency context
vlivanov [Wed, 25 Nov 2015 01:17:28 +0300] rev 34221
8143408: Crash during InstanceKlass unloading when clearing dependency context Reviewed-by: kvn
Mon, 23 Nov 2015 11:06:14 +0100 8138952: C1: Distinguish between PPC32 and PPC64
mdoerr [Mon, 23 Nov 2015 11:06:14 +0100] rev 34220
8138952: C1: Distinguish between PPC32 and PPC64 Reviewed-by: twisti, goetz, vlivanov
Tue, 24 Nov 2015 22:59:50 +0300 8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
dpochepk [Tue, 24 Nov 2015 22:59:50 +0300] rev 34219
8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature Summary: A test was redesigned to track xcomp and tiered states Reviewed-by: twisti
Tue, 24 Nov 2015 21:03:39 +0300 8142967: [TESTBUG] Compiler control tests get NullPointerException
ppunegov [Tue, 24 Nov 2015 21:03:39 +0300] rev 34218
8142967: [TESTBUG] Compiler control tests get NullPointerException Summary: Fix incoorect build jtreg tags Reviewed-by: iignatyev, neliasso
Tue, 24 Nov 2015 20:58:53 +0300 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
ppunegov [Tue, 24 Nov 2015 20:58:53 +0300] rev 34217
8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern Summary: Fix CompileCommand output processing Reviewed-by: kvn, iignatyev, neliasso
Tue, 24 Nov 2015 20:55:46 +0300 8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
ppunegov [Tue, 24 Nov 2015 20:55:46 +0300] rev 34216
8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command Summary: Test Compiler.directive_print command Reviewed-by: iignatyev, neliasso
Tue, 24 Nov 2015 20:52:15 +0300 8066156: JEP-JDK-8046155: Test task: stress by dcmd
ppunegov [Tue, 24 Nov 2015 20:52:15 +0300] rev 34215
8066156: JEP-JDK-8046155: Test task: stress by dcmd Summary: Stress dcmd tests that add directives Reviewed-by: iignatyev, neliasso
Tue, 24 Nov 2015 16:58:20 +0300 8066154: JEP-JDK-8046155: Test task: huge directive file
ppunegov [Tue, 24 Nov 2015 16:58:20 +0300] rev 34214
8066154: JEP-JDK-8046155: Test task: huge directive file Summary: Stress tests for directive parser Reviewed-by: iignatyev, neliasso
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip