jiangli [Mon, 23 Nov 2015 23:43:52 +0000] rev 34265
Merge
coleenp [Tue, 24 Nov 2015 02:54:54 +0000] rev 34264
Merge
coleenp [Mon, 23 Nov 2015 22:53:50 +0000] rev 34263
Merge
rprotacio [Mon, 23 Nov 2015 16:16:46 -0500] rev 34262
8143157: Convert TraceVMOperation to Unified Logging
Summary: The former -XX:+TraceVMOperation flag is updated to the unified logging framework and is now replaced with -Xlog:vmoperation in product mode.
Reviewed-by: coleenp, dholmes, mockner
jiangli [Tue, 24 Nov 2015 02:43:15 +0100] rev 34261
Merge
jiangli [Mon, 23 Nov 2015 23:42:46 +0100] rev 34260
Merge
jiangli [Mon, 23 Nov 2015 14:38:20 -0500] rev 34259
Merge
jiangli [Thu, 19 Nov 2015 19:26:51 -0500] rev 34258
Merge
iklam [Tue, 18 Aug 2015 11:27:23 -0700] rev 34257
8140802: Clean up and refactor of class loading code for CDS
Reviewed-by: jiangli, acorn, coleenp
coleenp [Mon, 23 Nov 2015 23:29:25 +0000] rev 34256
Merge
coleenp [Mon, 23 Nov 2015 21:00:25 +0000] rev 34255
Merge
gziemski [Fri, 20 Nov 2015 11:57:33 -0600] rev 34254
8141706: [TESTBUG] Update tests failing due to changed behavior
Summary: Add UnlockDiagnosticVMOptions as appropriate.
Reviewed-by: kvn, dholmes
mchung [Mon, 23 Nov 2015 12:44:43 -0800] rev 34253
8140450: Implement JEP 259: Stack-Walking API
Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn
Contributed-by: Mandy Chung <mandy.chung@oracle.com>, Brent Christian <brent.christian@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Hamlin Li <huaming.li@oracle.com>
mlarsson [Fri, 20 Nov 2015 12:42:21 +0100] rev 34252
8143229: Replace the develop level with develop macros in Unified Logging
Reviewed-by: brutisso, coleenp, dholmes, rprotacio
mlarsson [Wed, 11 Nov 2015 15:45:17 +0100] rev 34251
8142483: Unified logging log instances cause warnings on windows when only static functions are used
Reviewed-by: brutisso, sla
david [Fri, 20 Nov 2015 19:17:57 +0000] rev 34250
Merge
david [Fri, 20 Nov 2015 17:32:02 +0100] rev 34249
8138681: Runtime.getFreeMemory() reports wrong value after humongous allocation.
Reviewed-by: tschatzl, mgerdin
ddmitriev [Fri, 20 Nov 2015 17:16:58 +0000] rev 34248
Merge
stsmirno [Fri, 20 Nov 2015 09:44:16 -0500] rev 34247
8133416: [TESTBUG] Remove @ignore for closed/runtime/4345157/Prog.java
Summary: rewrote test in Java with a number of improvements and conditional exclusion using make file
Reviewed-by: dholmes, ctornqvi, ddmitriev
ehelin [Mon, 19 Oct 2015 16:21:35 +0200] rev 34246
8142390: Move ScanRSClosure to header file
Reviewed-by: jmasa, tschatzl
ehelin [Fri, 11 Sep 2015 15:18:43 +0200] rev 34245
8142399: G1ParCopyClosure does not need do_oop_work
Reviewed-by: stefank, tschatzl
coleenp [Fri, 20 Nov 2015 03:22:36 +0000] rev 34244
Merge
coleenp [Fri, 20 Nov 2015 01:35:20 +0000] rev 34243
Merge
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
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
hseigel [Thu, 19 Nov 2015 21:21:15 +0000] rev 34240
Merge
ctornqvi [Thu, 19 Nov 2015 19:38:54 +0000] rev 34239
Merge
ctornqvi [Thu, 19 Nov 2015 10:34:11 -0800] rev 34238
8143324: Backout JDK-8087223
Reviewed-by: coleenp, acorn
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
jwilhelm [Fri, 27 Nov 2015 18:35:43 +0100] rev 34236
Merge
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
dcubed [Wed, 18 Nov 2015 22:00:09 +0000] rev 34234
Merge
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
coleenp [Wed, 18 Nov 2015 19:55:37 +0000] rev 34232
Merge
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
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
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
neliasso [Thu, 26 Nov 2015 19:16:37 +0100] rev 34228
Merge
twisti [Thu, 26 Nov 2015 02:09:46 +0100] rev 34227
Merge
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
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
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
vlivanov [Wed, 25 Nov 2015 21:31:33 +0300] rev 34223
8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
Reviewed-by: kvn
vlivanov [Wed, 25 Nov 2015 00:40:04 +0100] rev 34222
Merge
vlivanov [Wed, 25 Nov 2015 01:17:28 +0300] rev 34221
8143408: Crash during InstanceKlass unloading when clearing dependency context
Reviewed-by: kvn
mdoerr [Mon, 23 Nov 2015 11:06:14 +0100] rev 34220
8138952: C1: Distinguish between PPC32 and PPC64
Reviewed-by: twisti, goetz, vlivanov
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
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
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
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
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
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
tpivovarova [Tue, 24 Nov 2015 15:50:27 +0300] rev 34213
8067939: make Out of space in CodeCache messages consistent
Reviewed-by: kvn
tpivovarova [Mon, 16 Nov 2015 19:21:35 +0300] rev 34212
8138815: improve tests CompilerToVM::getStackTraceElement
Reviewed-by: kvn
neliasso [Tue, 24 Nov 2015 10:30:23 +0100] rev 34211
Merge
goetz [Thu, 19 Nov 2015 12:53:33 +0100] rev 34210
8143307: Crash in C2 local code motion
Reviewed-by: kvn
zmajo [Mon, 23 Nov 2015 15:16:19 +0100] rev 34209
Merge
zmajo [Mon, 23 Nov 2015 15:09:45 +0100] rev 34208
8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
Summary: Remove the unused PrintNMethodsAtLevel flag.
Reviewed-by: roland
zmajo [Mon, 23 Nov 2015 08:11:30 +0100] rev 34207
8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
Summary: Check that SSE is enabled before using SSE instructions in string-related intrinsics. Make the UseSSE42Intrinsics dependent on UseSSE >= 4.
Reviewed-by: kvn
enevill [Thu, 19 Nov 2015 15:15:20 +0000] rev 34206
8143067: aarch64: guarantee failure in javac
Summary: Fix adrp going out of range during code relocation
Reviewed-by: aph, kvn
kvn [Fri, 20 Nov 2015 08:29:10 -0800] rev 34205
8143012: CRC32 Intrinsics support on SPARC
Reviewed-by: kvn, roland
Contributed-by: ahmed.khawaja@oracle.com
thartmann [Fri, 20 Nov 2015 10:09:42 +0100] rev 34204
8140390: Char stores/loads accessing byte arrays must be marked as unmatched
Summary: Mark unmatched char stores/loads emitted by CompactStrings.
Reviewed-by: roland, vlivanov, jrose
mcberg [Thu, 19 Nov 2015 16:07:22 -0800] rev 34203
8142980: SKX SpecJvm2008 - Derby
Summary: Fix EVEX and AVX512 problems found by testing on 64-bit SKX and KNL EVEX enabled platforms.
Reviewed-by: iveresov, kvn, vlivanov
simonis [Mon, 16 Nov 2015 14:19:10 +0100] rev 34202
8141551: C2 can not handle returns with inccompatible interface arrays
Reviewed-by: kvn
mdoerr [Mon, 05 Oct 2015 23:50:43 +0200] rev 34201
8138895: C1: PPC64 Port needs special register for Locks in synchronization code
Reviewed-by: vlivanov, goetz
mdoerr [Wed, 21 Oct 2015 11:40:05 +0200] rev 34200
8138892: C1: Improve counter overflow checking
Reviewed-by: iveresov, goetz, twisti, vlivanov
goetz [Fri, 18 Sep 2015 13:41:24 +0200] rev 34199
8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on.
Summary: Others fail because of uncommon trap. Also fix test file names.
Reviewed-by: vlivanov
goetz [Thu, 19 Nov 2015 11:02:14 +0100] rev 34198
8143180: Internal Error in src/cpu/ppc/vm/macroAssembler_ppc.cpp:4287
Summary: Fix ppc64 issue after 8141133.
Reviewed-by: simonis, goetz
twisti [Wed, 18 Nov 2015 10:46:21 -1000] rev 34197
8143151: [JVMCI] assertion for allocation of "too many" CompileTasks must take JVMCI into account
Reviewed-by: iignatyev, twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
twisti [Wed, 18 Nov 2015 09:43:31 -1000] rev 34196
8141330: [JVMCI] avoid deadlock between application thread and JVMCI compiler thread under -Xbatch
Reviewed-by: twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
vlivanov [Wed, 18 Nov 2015 03:03:43 +0300] rev 34195
8139595: MethodHandles::remove_dependent_nmethod is not MT safe
Reviewed-by: jrose, coleenp
goetz [Mon, 02 Nov 2015 15:52:37 +0100] rev 34194
8141137: C2 fails rematerializing nodes using flag registers.
Summary: Don't rem. if input stretches several live ranges. If rem., don't add SpillCopy on RegFlags edge.
Reviewed-by: kvn, vlivanov
twisti [Tue, 17 Nov 2015 23:35:55 +0100] rev 34193
Merge
twisti [Tue, 17 Nov 2015 11:29:23 -1000] rev 34192
8142511: [JVMCI] must eagerly initialize classes with static fields accessed by JVMCI native code
Reviewed-by: twisti
Contributed-by: Doug Simon <doug.simon@oracle.com>
neliasso [Fri, 13 Nov 2015 10:08:44 +0100] rev 34191
8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
Summary: Missing methodHandle and read before lock
Reviewed-by: twisti
neliasso [Thu, 05 Nov 2015 12:37:03 +0100] rev 34190
8141424: [Testbug] CompilerDirectivesDCMDTest.java testing flag that is missing in product builds
Summary: Test a flag that is in all builds instead
Reviewed-by: roland
roland [Tue, 17 Nov 2015 12:00:16 +0100] rev 34189
8142386: Octane crashes with assert(is_Load())
Summary: Unsafe access to an array is wrongly marked as mismatched
Reviewed-by: vlivanov, thartmann
goetz [Tue, 17 Nov 2015 08:59:21 +0100] rev 34188
8139258: PPC64LE: argument passing problem when passing 15 floats in native call
Reviewed-by: mdoerr, goetz
Contributed-by: asmundak@google.com
neliasso [Mon, 16 Nov 2015 20:57:49 +0100] rev 34187
8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891
Summary: Use new Unsafe import path
Reviewed-by: roland, thartmann, shade
neliasso [Mon, 16 Nov 2015 20:56:18 +0100] rev 34186
Merge
neliasso [Fri, 13 Nov 2015 13:31:48 +0100] rev 34185
Merge
roland [Mon, 16 Nov 2015 16:39:29 +0000] rev 34184
Merge
hshi [Mon, 16 Nov 2015 16:14:15 +0100] rev 34183
8139758: [REDO] Elide more final field's write memory barrier with escape analysis result
Summary: membar for all final field initializations eliminated if possible
Reviewed-by: roland, vlivanov
thartmann [Mon, 16 Nov 2015 15:35:43 +0100] rev 34182
8061436: Processing of options related to segmented code cache should be enhanced
Summary: Allow user to set code heap sizes individually and enhance checking of code cache flags.
Reviewed-by: kvn, roland
roland [Mon, 16 Nov 2015 11:58:31 +0000] rev 34181
Merge
roland [Mon, 16 Nov 2015 09:55:25 +0100] rev 34180
8042997: Make intrinsic some or all check index/range methods
Summary: Objects.checkIndex() intrinsic
Reviewed-by: vlivanov, shade
zmajo [Mon, 16 Nov 2015 10:54:47 +0100] rev 34179
Merge
zmajo [Mon, 16 Nov 2015 09:42:20 +0100] rev 34178
8140327: segfault on solaris-amd64 with "-XX:CompilerThreadStackSize=1" option
Summary: Update range for the CompilerThreadStackSize flag. Remove flag from testing.
Reviewed-by: kvn
thartmann [Mon, 16 Nov 2015 08:03:24 +0100] rev 34177
8142500: missing null checks in IfNode::has_only_uncommon_traps
Summary: IfNode::has_only_uncommon_traps needs to null-check the callers.
Reviewed-by: kvn, roland, rbackman
kshefov [Fri, 13 Nov 2015 18:14:41 +0300] rev 34176
8131778: java disables UseAES flag when using VIS=2 on sparc
Reviewed-by: iignatyev, kvn
twisti [Thu, 12 Nov 2015 13:30:35 +0100] rev 34175
8142387: Various JVMCI tests fail on unexpected exception
Reviewed-by: iignatyev, twisti
Contributed-by: Roland Schatz <roland.schatz@oracle.com>
twisti [Wed, 11 Nov 2015 16:32:17 -1000] rev 34174
8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
Reviewed-by: goetz, stefank
twisti [Wed, 11 Nov 2015 14:40:38 -1000] rev 34173
8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set
Reviewed-by: twisti
Contributed-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>
tpivovarova [Tue, 10 Nov 2015 21:09:49 +0300] rev 34172
8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
Reviewed-by: twisti
tpivovarova [Wed, 11 Nov 2015 15:04:15 +0300] rev 34171
8138810: rework tests for CompilerToVM::allocateCompiledId
Reviewed-by: twisti
simonis [Tue, 10 Nov 2015 11:01:28 +0100] rev 34170
8142314: Bug in C1 ControlFlowOptimizer::delete_unnecessary_jumps with bytecode profiling
Reviewed-by: kvn
Contributed-by: gunter.haug@sap.com