History log of /openjdk9/hotspot/src/share/vm/compiler/compilerDirectives.cpp
Revision Date Author Comments
# 12547:0fc4f7547c84 17-Jan-2017 jcm

8166002: Emulate client build on platforms with reduced virtual address space
Summary: The default VM ergonomics on Windows/x86 (32-bit) are changed to client like.
Reviewed-by: kvn, iveresov


# 11329:e4b09d3c3702 19-May-2016 neliasso

8155108: CompilerControl: tests incorrectly set states for excluded methods
Summary: Remove redundant code that was not properly updated
Reviewed-by: kvn


# 10762:ea81fe138932 03-Apr-2016 jprovino

8132524: Missing includes to resourceArea.hpp
Summary: Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm


# 10471:91371caabd4c 03-Mar-2016 simonis

8150646: Add support for blocking compiles though whitebox API
Reviewed-by: kvn, ppunegov, simonis, neliasso
Contributed-by: nils.eliasson@oracle.com, volker.simonis@gmail.com


# 10018:9833c8c49328 14-Jan-2016 neliasso

8145331: SEGV in DirectivesStack::release(DirectiveSet*)
Summary: getDefaultDirective was not updated in 8144873
Reviewed-by: twisti, kvn


# 9807:46122d93612d 21-Dec-2015 neliasso

8145328: SEGV in DirectivesStack::getMatchingDirective
Summary: Loop until enabled directive is found
Reviewed-by: kvn, twisti


# 9797:78d3a49f182b 09-Dec-2015 neliasso

8144091: CompilerControl: directive file doesn't override inlining rules
Summary: Fix correct overrides
Reviewed-by: roland


# 9796:5225495dfa66 16-Dec-2015 neliasso

8145345: LogCompilation output is empty after JEP165: Compiler Control
Summary: Fix default init and compilecommand update
Reviewed-by: kvn


# 9795:372fcb921e99 16-Dec-2015 neliasso

8144246: adding lots of directives via jcmd may produce OOM crash
Summary: Add a limit to the number of directives
Reviewed-by: kvn


# 9479:e0403a46415f 13-Nov-2015 neliasso

8141585: CompilerDirectivesDCMDTest intermittently SEGVs in MethodMatcher::matcher
Summary: Missing methodHandle and read before lock
Reviewed-by: twisti


# 9220:1d49bd532a6f 29-Oct-2015 zmajo

8138651: -XX:DisableIntrinsic matches intrinsics overly eagerly
Summary: Improve parsing of DisableIntrinsic flag.
Reviewed-by: kvn, shade, neliasso


# 9219:0fa6910c516d 23-Oct-2015 neliasso

8140343: SEGV in DirectivesStack::getMatchingDirective
Summary: Could not match JVMCI compiler
Reviewed-by: kvn


# 9191:a176d4737606 20-Oct-2015 neliasso

8137167: JEP165: Compiler Control: Implementation task
Summary: Compiler Control JEP
Reviewed-by: roland, twisti, zmajo, simonis