History log of /openjdk10/hotspot/src/share/vm/compiler/directivesParser.cpp
Revision Date Author Comments
# 13338:430f49f2f2e0 25-Jul-2017 dlong

8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert
Reviewed-by: kvn


# 13262:a8901cd3ee04 07-Jul-2017 neliasso

8183271: VectorizeDebug compiler directive command is broken
Summary: Add parser support for uint
Reviewed-by: kvn, thartmann


# 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


# 11059:735010e577f4 28-Apr-2016 stefank

8155206: Internal VM test DirectiveParser_test is too verbose
Reviewed-by: rehn, neliasso


# 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


# 10481:bb71f0783bb7 15-Mar-2016 neliasso

8151795: compiler/compilercontrol/parser/DirectiveParserTest.java fails with "assert failed: 0 != 0"
Summary: Treat zero added directives as fail
Reviewed-by: twisti, kvn


# 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


# 9984:b82a370a474e 19-Jan-2016 ehelin

8147012: Fix includes in internalVMTests.cpp
Reviewed-by: stefank, mgerdin


# 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


# 9771:2ff83324fd00 09-Dec-2015 neliasso

8144601: Premature assert in directive inline parsing
Summary: Break after first fail
Reviewed-by: roland


# 9220:1d49bd532a6f 29-Oct-2015 zmajo

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


# 9191:a176d4737606 20-Oct-2015 neliasso

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