8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds

Reviewed-by: goetz, stefank
This commit is contained in:
Christian Thalinger 2015-11-11 16:32:17 -10:00
parent c4ce43c1ac
commit 6896030b96
33 changed files with 138 additions and 200 deletions

View file

@ -3899,7 +3899,7 @@ void TestG1BiasedArray_test();
void TestBufferingOopClosure_test();
void TestCodeCacheRemSet_test();
void FreeRegionList_test();
void test_memset_with_concurrent_readers();
void test_memset_with_concurrent_readers() NOT_DEBUG_RETURN;
void TestPredictions_test();
#endif