Latex thebibliographyの行間を詰める方法

プリアンブルに以下を挿入
編集中のsame.texのファイルの
\documentclass[11pt,a4j]{jarticle}の直後

\makeatletter
\renewenvironment{thebibliography}[1]
{\section*{\refname\@mkboth{\refname}{\refname}}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\setlength\itemsep{-0.2zh}% ここの数値を調整(行間)
\setlength\baselineskip{9pt}% ここの数値を調整(文字)
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty\clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography’ environment}}%
\endlist}
\makeatother