jdk-24/hotspot/test/compiler
Tobias Hartmann 3fddb36924 8159244: Partially initialized string object created by C2's string concat optimization may escape
Emit release barrier after String creation to prevent partially initialized object from escaping.

Reviewed-by: kvn
2016-06-15 07:58:56 +02:00
..
arguments 8086068: VM crashes with "-Xint -XX:+UseCompiler" options 2016-04-21 10:52:00 +02:00
arraycopy 8156760: VM crashes if -XX:-ReduceInitialCardMarks is set 2016-06-02 08:46:52 +02:00
c1 8158360: C1: SEGV in generated code 2016-06-14 18:07:41 -07:00
c2 8158184: remove shell from compiler/c2/7070134/Stemmer.java 2016-05-31 16:29:45 +03:00
calls 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
ciReplay 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build 2014-12-19 14:12:22 +03:00
classUnloading 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
codecache 8153994: Compiler tests should be correctly marked with @module 2016-05-31 16:30:18 +03:00
codegen 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
compilercontrol 8157717: MultiCommand breaks directives amount limit 2016-05-26 14:17:49 +02:00
controldependency 8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash 2015-12-11 16:57:08 +01:00
cpuflags 8158214: Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set 2016-06-02 13:19:05 +02:00
debug 8153737: Unsupported Module 2016-04-09 23:03:39 +01:00
dependencies/MonomorphicObjectCall 8153737: Unsupported Module 2016-04-09 23:03:39 +01:00
eliminateAutobox 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
escapeAnalysis 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
exceptions 8067941: [TESTBUG] Fix tests for OS with 64K page size 2015-01-12 14:43:34 -08:00
floatingpoint 8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native 2016-05-30 23:33:00 +03:00
gcbarriers 8153195: Quarantine compiler/gcbarriers/PreserveFPRegistersTest.java 2016-03-31 16:09:29 +02:00
inlining 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
integerArithmetic 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups 2014-11-18 19:44:45 +01:00
interpreter 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups 2014-11-18 19:44:45 +01:00
intrinsics 8155608: String intrinsic range checks are not strict enough 2016-05-13 08:32:20 +02:00
jsr292 8155751: Some tests miss othervm for main/bootclasspath mode 2016-05-04 23:08:43 +03:00
jvmci 8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java 2016-06-14 15:10:05 -07:00
linkage 8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method 2016-04-25 21:25:22 +03:00
loopopts 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
macronodes 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943 2014-08-02 07:06:08 +02:00
membars 8147937: Adapt SAP copyrights to new company name 2016-01-21 12:37:47 +01:00
memoryinitialization 8086053: Address inconsistencies regarding ZeroTLAB 2016-01-12 09:19:09 +01:00
native 8148353: [linux-sparc] Crash in libawt.so on Linux SPARC 2016-02-23 17:18:31 +01:00
onSpinWait 8157683: Thread.onSpinWait intrinsification doesn't have sufficient test coverage 2016-05-25 10:46:21 +02:00
oracle 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
osr 8075586: Add @modules as needed to the open hotspot tests 2015-03-26 16:36:56 +01:00
patches/java.base/java/lang 8155608: String intrinsic range checks are not strict enough 2016-05-13 08:32:20 +02:00
print 8073154: NULL-pointer dereferencing in LIR_OpProfileType::print_instr 2015-02-27 11:41:42 +03:00
profiling 8155751: Some tests miss othervm for main/bootclasspath mode 2016-05-04 23:08:43 +03:00
rangechecks 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
reflection 8029366: ShouldNotReachHere error when creating an array with component type of void 2013-12-06 16:43:56 -08:00
regalloc 8131969: jit/FloatingPoint/gen_math/Loops05 assert(2 <= size && size <= 16) failed: update low bits table 2015-08-18 16:10:34 +02:00
relocations 8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64 2014-06-11 09:16:19 +02:00
rtm 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
runtime 8153655: Make intrinsics flags diagnostic and update intrinsics tests to enable diagnostic options 2016-05-09 01:21:55 -07:00
stable 8158228: C1 incorrectly folds mismatched loads from stable arrays 2016-06-07 18:20:44 +02:00
startup 8154151: VM crashes with assert "Ensure we don't compile before compilebroker init" 2016-04-18 11:30:10 +02:00
stringopts 8159244: Partially initialized string object created by C2's string concat optimization may escape 2016-06-15 07:58:56 +02:00
testlibrary 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
tiered 8154258: [TESTBUG] Various serviceability tests fail compilation 2016-05-01 12:47:00 +03:00
types 8153737: Unsupported Module 2016-04-09 23:03:39 +01:00
uncommontrap 8146416: java.lang.OutOfMemoryError triggers: assert(current_bci == 0) failed: bci isn't zero for do_not_unlock_if_synchronized 2016-06-06 23:24:46 -07:00
unsafe Merge 2016-05-11 00:38:58 +03:00
vectorization 8155653: TestVectorUnalignedOffset.java not pushed with 8155612 2016-04-29 14:32:19 +02:00
whitebox Merge 2016-05-06 18:20:50 +03:00