summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-mutex.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-11-27. Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods publicGreg Lewis1-0/+20
where previously they defaulted to protected. gcc 3.4 seems to pick this up where earlier versions didn't. PR: 71516 Submitted by: Damir Kiramov <damirycha@damirycha.net.ru>